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

.important-head {
  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: #333;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
}

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

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

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

.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: #0866df;
  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{
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
}

.steps .step.active{
  color: #fff;
}

.steps .step i{
  margin-right: 5px;
  font-weight: normal;
  font-size: 22px;
  vertical-align: -4px;
}

.steps .step1 {
  width: 250px;
  height: 40px;
  background: #0866DF;
  border-radius: 22px 0px 0px 22px;
  text-align: center;
  position: relative;
  margin-right: 8px;
}

.steps .step1::after {
  position: absolute;
  content: '';
  border: 20px solid transparent;
  border-left-color: #0866DF;
  right: -40px;
  z-index: 10;
}

.steps .step2 {
  width: 250px;
  height: 40px;
  background: #0866DF;
  text-align: center;
  position: relative;
  margin-right: 8px;
}

.steps .step2::before {
  position: absolute;
  content: '';
  border: 20px solid transparent;
  border-left-color: #fff;
  left: 0;
}

.steps .step2::after {
  position: absolute;
  content: '';
  border: 20px solid transparent;
  border-left-color: #0866DF;
  right: -40px;
  z-index: 10;
}

.steps .step3 {
  width: 250px;
  height: 40px;
  background: #0866DF;
  border-radius: 0 22px 22px 0;
  text-align: center;
  position: relative;
}

.steps .step3{
  background: #DFF0FE;
  color: #6B8295;
}

.steps .step3::before {
  position: absolute;
  content: '';
  border: 20px solid transparent;
  border-left-color: #fff;
  left: 0;
}
