.important-head .title {
  background: #f6f6f6;
}

.important-head {
  /* position: fixed; */
  /* top: 0px; */
  width: 100%;
  z-index: 999;
  background: #fff;
}

.title-heard {
  width: 90%;
  margin: auto;
  height: 34px;
  line-height: 38px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  min-width: 1000px;
  line-height: 34px;
}

.title-heard .title-login a{
  color: #333333;
  font-size: 14px;
  padding: 0 15px;
}

.title-heard .title-login a:hover{
  color: #0866df;
}

.title-heard .title-login a:first-child{
  border-right: 1px solid #999999;
}

.title-heard-frist b {
  color: #cccccc;
  margin: 0 20px;
}

.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: #0866df;
  margin-left: 40px;
}

.btn-logo strong {
  background: #ffb15e;
  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: #0866DF;
}

.linkService:hover,
.code:hover,
.media:hover {
  color: #0866DF;
}

.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: #0866DF;
}

.number a {
  color: #0866DF;
}

/* 第二层导航 */

.menu {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  padding-top: 18px;
  justify-content: space-between;
  align-items: center;
}

.menu .nav {
  display: flex;
  justify-content: space-between;
  width: 82%;
}

.menu .nav-item {
  position: relative;
}

.menu .nav-item .hotTip{
  position: absolute;
  top: 0;
  right: -20px;
  width: 32px;
  height: 22px;
}

.menu .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 .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 .nav-item a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
}

.menu .nav-item.active a{
  color: #ffb15e;
}

.menu .nav-item a i{
  font-size: 14px;
  margin-left: 5px;
}

.menu .nav-item a:hover {
  color: #ffb15e;
}

.menu .nav-item .subnav {
  overflow: hidden;
  /* width: 136px; */
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 58px;
  min-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 1000;
  border-radius: 10px;
  white-space: nowrap;
  display: none;
  animation-name: navanim;
  -webkit-animation-name:navanim;
  animation-duration:0.3s;
  -webkit-animation-duration:0.3s;
}

.menu .nav-item .tool-nav{
  margin-left: -89px;
}

.menu .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 .nav-item .subnav a {
  width: 100%;
  display: inline-block;
  font-weight: normal;
  color: #333;
  padding: 0 20px;
  line-height: 48px;
  box-sizing: border-box;
  text-align: left;
}

.menu .nav-item .subnav a span:last-child{
  vertical-align: middle;
}

.menu .nav-item .tool-nav a{
  padding-right: 5px;
}

.menu .nav-item .subnav li .icon{
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
}

.menu .nav-item .subnav li i{
  font-size: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
}

.menu .nav-item .subnav a:hover {
  background-color: #ebecfa;
  color: #0866df;
  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;
}

.p3 {
  width: 57px;
  border-bottom: 1px solid #eee;
}
/* 固定导航 */
#menu-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-top .menu{
  padding-top: 0;
}

#menu-top .nav-item>a{
  color: #333;
  font-weight: normal;
}

#menu-top .nav-item>a:hover{
  color: #ffb15e;
  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);
}