.left {

  float: left;

}



.right {

  float: right;



}



.btn-logo,

.btn-registered {

  border: none;

  font-size: 14px;

  padding: 0px 6px;

  height: 36px;

  outline: none;

}



.btn-registered-a {

  color: #197f8b;

  margin-left: 40px;

}



.btn-logo strong {

  background: #197f8b;

  font-size: 12px;

  font-weight: 400;

  color: rgba(255, 255, 255, 1);

  line-height: 30px;

  border-radius: 9px;

  padding: 2px 7px;

  margin-left: 8px;

}



.btn-registered:hover {

  color: #197f8b;

}



.linkService:hover,

.code:hover,

.media:hover {

  color: #197f8b;

}



.linkService,

.code,

.media {

  width: 41px;

  color: #333333;

  cursor: pointer;

}



.code {

  padding-right: 20px;

}



.code:hover~.erweima-img {

  display: block;

}



.erweima-img {

  display: none;

  position: absolute;

  z-index: 9999;

  left: -22px;

}



.media {

  padding-left: 20px;

}



.number {

  padding-left: 20px;

  font-weight: bold;

  color: #197f8b;

}



.number a {

  color: #197f8b;

}



/* 第二层导航 */



.menu_dh .nav {

  display: flex;

  justify-content: space-between;

  width:1200px;

  

}



.menu_dh .nav-item {

  position: relative;

  transform: unset !important;



}

	

.menu_dh .nav-item .newTip{

  position: absolute;

  top: -5px;

  left: 50%;

  margin-left: -31px;

  background-color: #FFB061;

  color: #fff;

  font-weight: bold;

  width: 44px;

  height: 18px;

  text-align: center;

  border-radius: 5px;

  line-height: 18px;

  font-size: 14px;

}



.menu_dh .nav-item .newTip::after{

  content: '';

  display: inline-block;

  position: absolute;

  bottom: -16px;

  left: 50%;

  margin-left: -8px;

  border: 8px solid #FFB061;

  border-left-color: transparent;

  border-bottom-color: transparent;

  border-right-color: transparent;

}



.menu_dh .nav-item a {

  color: #000;

  font-weight:500;

  font-size: 16px;

  line-height: 60px;

  display: inline-block;

}





.menu_dh .nav-item a i{

  font-size: 14px;

  margin-left: 5px;

}



.menu_dh .nav-item a:hover {

  color: #197f8b;

}



.menu_dh .nav-item .subnav {

  overflow: hidden !important;

  /* width: 136px; */

  position: absolute !important;

  left: 50% !important;

  margin-left: -65px !important;

  top: 58px !important;

  min-width: 100% !important;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;

  background-color: #fff !important;

  z-index: 100 !important;

  border-radius: 10px !important;

  white-space: nowrap !important;

  display: none;

  animation-name: navanim !important;

  -webkit-animation-name:navanim !important;

  animation-duration:0.3s !important;

  -webkit-animation-duration:0.3s !important;

}



.menu_dh .nav-item .tool-nav{



}



.menu_dh .nav-item:hover .subnav {

  display: block;

}



@keyframes navanim {

  0% {

    transform: translate3d(0, 30px, 0);

    opacity: 0.3;

  }



  100% {

    transform: translate3d(0, 0, 0);

    opacity: 1;

  }

}



.menu_dh .nav-item .subnav a {

  width: 100% !important;

  display: inline-block !important;

  font-weight: normal !important;

  color: #333;

  padding: 0 20px !important;

  line-height: 48px !important;

  box-sizing: border-box !important;

  text-align: left !important;

}



.menu_dh .nav-item .subnav a span:last-child{

  vertical-align: middle;

}



.menu_dh .nav-item .tool-nav a{

  padding-right: 10px;

}



.menu_dh .nav-item .subnav li .icon{

  width: 26px;

  height: 26px;

  vertical-align: middle;

  margin-right: 5px;

}



.menu_dh .nav-item .subnav li i{

  font-size: 26px;

  vertical-align: middle;

  margin-left: 0;

}



.menu_dh .nav-item .subnav a:hover {

  background-color: #ebecfa;

  color: #197f8b;

  font-weight: normal;

}



.layui-field-title {

  width: 414px;

  margin: 30px auto;

  font-size: 44px;

  color: #eee;

  margin-top: 110px;

}



.layui-elem-field legend {

  font-size: 44px;

}





/* 固定导航 */

#menu_dh-top {

  position: fixed;

  /* top: 0px; */

  width: 100%;

  z-index: 999;

  background: #ffffff;

  box-shadow: 0 0 14px 0px rgba(173, 173, 173, 0.25);

  /* display: none; */

  /* transition: transform 0.3s ease-in-out, box-shadow 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), border 0.3s linear 0.1s; */

  transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -webkit-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  opacity: 0;

  /* position: relative; */

  top: -60px;

  padding-top: 0;

}



#menu_dh-top .menu_dh{

  padding-top: 0;

}



#menu_dh-top .nav-item>a{

  color: #333;

  font-weight: normal;

}



#menu_dh-top .nav-item>a:hover{

  color: #197f8b;

  font-weight: bold;

}



/* 发稿步骤 */



.steps {

  width: 1200px;

  height: 90px;

  background: #FFFFFF;

  border-radius: 10px;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 20px;

}



.steps .step {

  background-color: #EEEEEE;

  color: #666;

  width: 160px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  border-radius: 20px;

  position: relative;

  margin-right: 160px;

}



.steps .step3 {

  margin-right: 0;

}



.steps .step i {

  position: relative;

  font-size: 20px;

  margin-right: 5px;

  vertical-align: middle;

}



.steps .step i span {

  position: absolute;

  left: 3px;

  top: 0;

  font-size: 14px;

  color: #fff;

  line-height: 22px;

}



.steps .step .stepTxt {

  vertical-align: middle;

}



.steps .step1::after {

  content: '';

  display: inline-block;

  position: absolute;

  right: -80px;

  top: 16px;

  width: 80px;

  height: 8px;

  background-color: #eee;

}



.steps .step2::before {

  content: '';

  display: inline-block;

  position: absolute;

  left: -80px;

  top: 16px;

  width: 80px;

  height: 8px;

  background-color: #eee;

}



.steps .step2::after {

  content: '';

  display: inline-block;

  position: absolute;

  right: -80px;

  top: 16px;

  width: 80px;

  height: 8px;

  background-color: #eee;

}



.steps .step3::before {

  content: '';

  display: inline-block;

  position: absolute;

  left: -80px;

  top: 16px;

  width: 80px;

  height: 8px;

  background-color: #eee;

}



.steps .step.active {

  background: #2075E2 repeating-linear-gradient(-45deg, rgba(50, 130, 232, .5), rgba(50, 130, 232, .5)2px, transparent 0, transparent 8px);

  color: #fff;

}



.steps .step.active i span {

  color: #2075E1;

}



.steps .step.active::before {

  background: #2075E2 repeating-linear-gradient(-45deg, rgba(121, 180, 255, .5), rgba(121, 180, 255, .5)2px, transparent 0, transparent 8px);

}



.steps .step.active::after {

  background: #2075E2 repeating-linear-gradient(-45deg, rgba(121, 180, 255, .5), rgba(121, 180, 255, .5)2px, transparent 0, transparent 8px);

}