/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-spin {
  color: #108ee9;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  font-size: 12px;
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
}
.ant-spin-blur {
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  -webkit-transform: translateZ(0);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.43);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #108ee9;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

#footer-zb-pc {
  min-width: 1200px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #f2f2f2;
}
#footer-zb-pc p {
  padding: 5px 0;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #666;
}
#footer-zb-pc span {
  margin-left: 12px;
}
#footer-zb-pc a {
  color: #666;
}

.comment-top-nav #nav-bar-vas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.comment-top-nav #nav-bar-vas.navbar-active {
  border: none;
}
.comment-top-nav #nav-bar-vas .comment:before {
  content: "New";
  position: absolute;
  top: 8px;
  right: -30px;
  padding: 0 11px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 6px 6px 6px 0;
  background-color: #f64;
}
.intro-top-nav #nav-bar-vas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}
.intro-top-nav #nav-bar-vas.navbar-active {
  background-color: #fff;
}
.intro-top-nav #nav-bar-vas .comment:before {
  content: "New";
  position: absolute;
  top: 8px;
  right: -30px;
  padding: 0 11px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 6px 6px 6px 0;
  background-color: #f64;
}

/* 简历顾问、生涯咨询: 9折活动  */
.nine-discount-box {
  position: relative;
  padding-top: 80px;
  line-height: 50px;
  height: auto;
  font-size: 18px;
  text-align: center;
  color: #333;
  background-color: #f8f9fb;
}
.nine-discount-box.career-discount-box {
  background-color: #fff;
}
.nine-discount-box .discount {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
          box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
}
.nine-discount-box img.vip {
  position: relative;
  top: 5px;
  right: 6px;
  width: 25px;
  height: 25px;
}
.nine-discount-box img.discount {
  position: relative;
  top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  width: 56px;
  height: 20px;
}

.intro-wrap .need-good-box {
  padding-top: 66px;
  padding-bottom: 56px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  background-color: #f8f9fb;
}
.intro-wrap .need-good-box h3 {
  padding-top: 33px;
  padding-bottom: 18px;
  color: #000;
}
.intro-wrap .need-good-box .last-text {
  margin-top: 16px;
  line-height: 1.4;
  font-size: 14px;
  color: #999;
}

.intro-wrap .need-optimize-box {
  padding: 88px 0 94px;
  text-align: center;
  color: #333;
  background-color: #f1f1f3;
}
.intro-wrap .need-optimize-box .title:before {
  left: -52px;
  top: -16px;
  width: 502px;
  background-position: 0 -102px;
}
.intro-wrap .need-optimize-box .content {
  position: relative;
  display: inline-block;
  margin-top: 90px;
}
.intro-wrap .need-optimize-box .content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -190px;
  width: 64px;
  height: 138px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat -140px -404px;
  opacity: .8;
  z-index: 3;
}
.intro-wrap .need-optimize-box .vs {
  position: relative;
}
.intro-wrap .need-optimize-box .vs:before,
.intro-wrap .need-optimize-box .vs:after {
  content: '';
  position: absolute;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat;
  opacity: .8;
}
.intro-wrap .need-optimize-box .vs:before {
  left: -60px;
  bottom: -20px;
  width: 200px;
  height: 200px;
  background-position: 0px -170px;
}
.intro-wrap .need-optimize-box .vs:after {
  right: -20px;
  top: -20px;
  width: 110px;
  height: 120px;
  background-position: -100px 0;
}
.intro-wrap .need-optimize-box dl {
  position: absolute;
  top: 83px;
}
.intro-wrap .need-optimize-box dl.left {
  left: 90px;
}
.intro-wrap .need-optimize-box dl.right {
  right: 70px;
  top: 63px;
}
.intro-wrap .need-optimize-box dt {
  padding-bottom: 44px;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
  font-size: 26px;
}
.intro-wrap .need-optimize-box dd {
  text-align: left;
  line-height: 40px;
  font-size: 20px;
}

.intro-wrap .advantage-box {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-color: #f8f9fb;
}
.intro-wrap .advantage-box .title:before {
  left: -28px;
  top: -22px;
  width: 410px;
  background-position: -44px -202px;
}
.intro-wrap .advantage-box .max-width {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
.intro-wrap .advantage-box .max-width:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 380px;
  width: 136px;
  height: 138px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat -80px -570px;
  opacity: .8;
}
.intro-wrap .advantage-box .swiper-container {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1140px;
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}
.intro-wrap .advantage-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: #fff;
  border: 2px solid #ffe0da;
}
.intro-wrap .advantage-box .slide-content {
  height: 580px;
}
.intro-wrap .advantage-box .swiper-slide-active,
.intro-wrap .advantage-box .swiper-slide-duplicate-active {
  border: 2px solid #ed7050;
  -webkit-box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
          box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
  -webkit-transform: scale(1.1842, 1.07);
          transform: scale(1.1842, 1.07);
  z-index: 2;
}
.intro-wrap .advantage-box .swiper-slide-active .slide-content,
.intro-wrap .advantage-box .swiper-slide-duplicate-active .slide-content {
  -webkit-transform: scale(0.84445, 0.93458);
          transform: scale(0.84445, 0.93458);
}
.intro-wrap .advantage-box .swiper-slide-active h3,
.intro-wrap .advantage-box .swiper-slide-duplicate-active h3 {
  margin-top: 30px;
}
.intro-wrap .advantage-box .swiper-slide-active .fill,
.intro-wrap .advantage-box .swiper-slide-duplicate-active .fill {
  height: 32px !important;
  opacity: 1;
}
.intro-wrap .advantage-box .swiper-button-next,
.intro-wrap .advantage-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #f5d0c7;
  background-image: none;
  border-radius: 50%;
  z-index: 3;
}
.intro-wrap .advantage-box .swiper-button-next:hover,
.intro-wrap .advantage-box .swiper-button-prev:hover {
  background-color: #f64;
}
.intro-wrap .advantage-box .swiper-button-next:before,
.intro-wrap .advantage-box .swiper-button-prev:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 2px;
  width: 18px;
  height: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/arrow.355a3220.png) no-repeat center;
  background-size: 18px 30px;
  z-index: 1;
}
.intro-wrap .advantage-box .swiper-button-next {
  right: 12px;
}
.intro-wrap .advantage-box .swiper-button-prev {
  left: 12px;
}
.intro-wrap .advantage-box .swiper-button-prev:before {
  left: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.intro-wrap .advantage-box .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #f64;
  opacity: .3;
}
.intro-wrap .advantage-box dt {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.intro-wrap .advantage-box dt span {
  color: #f64;
}
.intro-wrap .advantage-box .slide-one .team {
  display: inline-block;
  position: absolute;
  top: 9px;
  padding-left: 14px;
  line-height: 1;
}
.intro-wrap .advantage-box .slide-one dl {
  position: relative;
  padding-left: 32px;
  margin-bottom: 30px;
  line-height: 0;
  text-align: left;
}
.intro-wrap .advantage-box .slide-one dd {
  font-size: 16px;
  color: #333;
}
.intro-wrap .advantage-box .slide-two dt {
  padding-bottom: 12px;
}
.intro-wrap .advantage-box .slide-two dd {
  font-size: 20px;
}
.intro-wrap .advantage-box .slide-two h4 {
  padding-top: 29px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #ed7151;
}
.intro-wrap .advantage-box h3 {
  line-height: 58px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  font-weight: normal;
  font-size: 26px;
  color: #333;
}
.intro-wrap .advantage-box h3.title-one {
  width: 246px;
  margin-bottom: 60px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/01.ca190fe4.png);
  background-size: cover;
}
.intro-wrap .advantage-box h3.title-two {
  width: 310px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/02.83c0d15c.png);
  background-size: cover;
}
.intro-wrap .advantage-box h3.title-three {
  width: 321px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/03.076da884.png);
  background-size: cover;
}
.intro-wrap .advantage-box .left {
  position: absolute;
  left: 12px;
  border-right: 2px solid #f64;
  text-align: right;
}
.intro-wrap .advantage-box .left li {
  position: relative;
  padding-right: 25px;
  font-weight: bold;
}
.intro-wrap .advantage-box .left li:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 2px solid #f64;
  border-radius: 50%;
  background-color: #fff;
}
.intro-wrap .advantage-box .left li:nth-child(1) {
  padding-bottom: 64px;
}
.intro-wrap .advantage-box .left li:nth-child(2) {
  padding-bottom: 290px;
}
.intro-wrap .advantage-box .right {
  position: absolute;
  right: 18px;
  width: 206px;
  text-align: left;
}
.intro-wrap .advantage-box .right li {
  padding-bottom: 55px;
}
.intro-wrap .advantage-box .right li:last-child {
  padding-bottom: 0;
}
.intro-wrap .advantage-box li {
  line-height: 1;
  font-size: 20px;
  color: #333;
}

.intro-wrap .comment-box {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  border-top: 15px solid #f8f9fb;
  background-color: #fff;
}
.intro-wrap .comment-box .title:before {
  left: -42px;
  top: -21px;
  width: 226px;
  background-position: -140px -410px;
}
.intro-wrap .comment-box ul {
  width: 1200px;
  margin: 0 auto 20px;
}
.intro-wrap .comment-box li {
  padding: 60px 0;
  margin-left: 85px;
  margin-right: 85px;
  overflow: hidden;
}
.intro-wrap .comment-box li:first-child {
  border-bottom: 1px solid #ddd;
}
.intro-wrap .comment-box .user {
  float: left;
  padding-left: 36px;
  text-align: center;
}
.intro-wrap .comment-box .user .photo {
  position: relative;
  width: 68px;
  height: 68px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #eee;
}
.intro-wrap .comment-box .user .photo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-wrap .comment-box .user img {
  width: 68px;
  height: 68px;
}
.intro-wrap .comment-box .user .name {
  padding-top: 16px;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail {
  padding-left: 130px;
  padding-right: 36px;
  vertical-align: top;
  text-align: left;
}
.intro-wrap .comment-box .detail span {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  border-right: 1px solid #666;
}
.intro-wrap .comment-box .detail .work-info {
  display: inline-block;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail .work-info span:last-child {
  width: 0;
  height: 0;
}
.intro-wrap .comment-box .detail .stars {
  display: inline-block;
  float: right;
  position: relative;
}
.intro-wrap .comment-box .detail .stars p {
  display: inline-block;
  padding-right: 8px;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail .text-icon {
  padding: 0 3px;
  font-size: 18px;
  color: #ed7050;
}
.intro-wrap .comment-box .detail .comment {
  padding-top: 10px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  color: #333;
}
.intro-wrap .comment-box .detail .date {
  padding-top: 4px;
  font-size: 14px;
  color: #999;
}
.intro-wrap .comment-box a {
  padding: 22px 48px;
  font-size: 18px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  background: linear-gradient(-45deg, #ed7050 0%, #ed7050 40%, #ffb79e 50%, #ed7050 60%, #ed7050 100%) 0 0;
  background-size: 300%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  0% {
    background-position: -440px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes shine {
  0% {
    background-position: -440px;
  }
  100% {
    background-position: 0;
  }
}

.intro-wrap .products-box {
  padding-top: 90px;
  padding-bottom: 95px;
  text-align: center;
  background-color: #f8f9fb;
}
.intro-wrap .products-box .title:before {
  left: -18px;
  top: -21px;
  width: 440px;
  background-position: -32px -530px;
}
.intro-wrap .products-box ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 360px;
  padding-top: 90px;
}
    .intro-wrap .products-box li {
        position: relative;
        display: inline-block;
        width: 230px;
        height: 330px;
        margin: 0 4px;
        vertical-align: top;
        line-height: 22px;
        font-size: 14px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        background-color: #fff;
    }
.intro-wrap .products-box li:hover {
  height: 350px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
          box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
}
.intro-wrap .products-box li:hover .type:before {
  background-color: #ed7050;
  opacity: 0.8;
}
.intro-wrap .products-box .type {
  position: relative;
  line-height: 0;
}
    .intro-wrap .products-box .type:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.62;
    }
.intro-wrap .products-box .type-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
    .intro-wrap .products-box h4 {
        padding-top: 30px;
        font-weight: normal;
        font-size: 24px;
        color: #fff;
    }
    .intro-wrap .products-box h5 {
        padding-top: 15px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
    }
    .intro-wrap .products-box .now {
        padding-top: 45px;
        font-size: 18px;
        color: #ed7050;
    }
.intro-wrap .products-box .now span {
  font-size: 36px;
  font-weight: bold;
}
.intro-wrap .products-box .original {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
    .intro-wrap .products-box .btn {
        margin-top: 80px;
        width: 120px;
        height: auto;
        line-height: 36px;
        border: 1px solid #f64;
        border-radius: 0;
        font-size: 14px;
        background-color: #fff;
        color: #f64;
    }
.intro-wrap .products-box .btn:hover {
  -webkit-box-shadow: 0 0 4px rgba(255, 122, 25, 0.5);
          box-shadow: 0 0 4px rgba(255, 122, 25, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.intro-wrap .products-box .tips {
  padding-top: 50px;
  font-size: 24px;
  color: #666;
}
.intro-wrap .products-box .main-tips {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.intro-wrap .products-box .price-infos {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.intro-wrap .products-box .content-foot {
  margin-top: 60px;
}
.intro-wrap .products-box .see-more {
  margin-top: 38px;
}
.intro-wrap .products-box .see-more a {
  color: #ff7a19;
}
.intro-wrap .products-box .see-more a span.bold {
  margin-right: 4px;
}

.intro-wrap {
  background-color: #1c2029;
  /* ------- 公共 end ------ */
}
.intro-wrap .hide {
  display: none;
}
.intro-wrap .title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #333;
  z-index: 2;
}
.intro-wrap .title:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -12px;
  width: 420px;
  height: 64px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/title.be06a786.png) no-repeat -45px 0;
  opacity: .8;
}
.intro-wrap .title span {
  position: relative;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-spin {
  color: #108ee9;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  font-size: 12px;
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
}
.ant-spin-blur {
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  -webkit-transform: translateZ(0);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.43);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #108ee9;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

#footer-zb-pc {
  min-width: 1200px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #f2f2f2;
}
#footer-zb-pc p {
  padding: 5px 0;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #666;
}
#footer-zb-pc span {
  margin-left: 12px;
}
#footer-zb-pc a {
  color: #666;
}

.comment-top-nav #nav-bar-vas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.comment-top-nav #nav-bar-vas.navbar-active {
  border: none;
}
.comment-top-nav #nav-bar-vas .comment:before {
  content: "New";
  position: absolute;
  top: 8px;
  right: -30px;
  padding: 0 11px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 6px 6px 6px 0;
  background-color: #f64;
}
.intro-top-nav #nav-bar-vas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}
.intro-top-nav #nav-bar-vas.navbar-active {
  background-color: #fff;
}
.intro-top-nav #nav-bar-vas .comment:before {
  content: "New";
  position: absolute;
  top: 8px;
  right: -30px;
  padding: 0 11px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 6px 6px 6px 0;
  background-color: #f64;
}

/* 简历顾问、生涯咨询: 9折活动  */
.nine-discount-box {
  position: relative;
  padding-top: 80px;
  line-height: 50px;
  height: auto;
  font-size: 18px;
  text-align: center;
  color: #333;
  background-color: #f8f9fb;
}
.nine-discount-box.career-discount-box {
  background-color: #fff;
}
.nine-discount-box .discount {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
          box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
}
.nine-discount-box img.vip {
  position: relative;
  top: 5px;
  right: 6px;
  width: 25px;
  height: 25px;
}
.nine-discount-box img.discount {
  position: relative;
  top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  width: 56px;
  height: 20px;
}

.intro-wrap .need-good-box {
  padding-top: 66px;
  padding-bottom: 56px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  background-color: #f8f9fb;
}
.intro-wrap .need-good-box h3 {
  padding-top: 33px;
  padding-bottom: 18px;
  color: #000;
}
.intro-wrap .need-good-box .last-text {
  margin-top: 16px;
  line-height: 1.4;
  font-size: 14px;
  color: #999;
}

.intro-wrap .need-optimize-box {
  padding: 88px 0 94px;
  text-align: center;
  color: #333;
  background-color: #f1f1f3;
}
.intro-wrap .need-optimize-box .title:before {
  left: -52px;
  top: -16px;
  width: 502px;
  background-position: 0 -102px;
}
.intro-wrap .need-optimize-box .content {
  position: relative;
  display: inline-block;
  margin-top: 90px;
}
.intro-wrap .need-optimize-box .content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -190px;
  width: 64px;
  height: 138px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat -140px -404px;
  opacity: .8;
  z-index: 3;
}
.intro-wrap .need-optimize-box .vs {
  position: relative;
}
.intro-wrap .need-optimize-box .vs:before,
.intro-wrap .need-optimize-box .vs:after {
  content: '';
  position: absolute;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat;
  opacity: .8;
}
.intro-wrap .need-optimize-box .vs:before {
  left: -60px;
  bottom: -20px;
  width: 200px;
  height: 200px;
  background-position: 0px -170px;
}
.intro-wrap .need-optimize-box .vs:after {
  right: -20px;
  top: -20px;
  width: 110px;
  height: 120px;
  background-position: -100px 0;
}
.intro-wrap .need-optimize-box dl {
  position: absolute;
  top: 83px;
}
.intro-wrap .need-optimize-box dl.left {
  left: 90px;
}
.intro-wrap .need-optimize-box dl.right {
  right: 70px;
  top: 63px;
}
.intro-wrap .need-optimize-box dt {
  padding-bottom: 44px;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
  font-size: 26px;
}
.intro-wrap .need-optimize-box dd {
  text-align: left;
  line-height: 40px;
  font-size: 20px;
}

.intro-wrap .advantage-box {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-color: #f8f9fb;
}
.intro-wrap .advantage-box .title:before {
  left: -28px;
  top: -22px;
  width: 410px;
  background-position: -44px -202px;
}
.intro-wrap .advantage-box .max-width {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
.intro-wrap .advantage-box .max-width:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 380px;
  width: 136px;
  height: 138px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/ornament.1331d325.png) no-repeat -80px -570px;
  opacity: .8;
}
.intro-wrap .advantage-box .swiper-container {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1140px;
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}
.intro-wrap .advantage-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: #fff;
  border: 2px solid #ffe0da;
}
.intro-wrap .advantage-box .slide-content {
  height: 580px;
}
.intro-wrap .advantage-box .swiper-slide-active,
.intro-wrap .advantage-box .swiper-slide-duplicate-active {
  border: 2px solid #ed7050;
  -webkit-box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
          box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
  -webkit-transform: scale(1.1842, 1.07);
          transform: scale(1.1842, 1.07);
  z-index: 2;
}
.intro-wrap .advantage-box .swiper-slide-active .slide-content,
.intro-wrap .advantage-box .swiper-slide-duplicate-active .slide-content {
  -webkit-transform: scale(0.84445, 0.93458);
          transform: scale(0.84445, 0.93458);
}
.intro-wrap .advantage-box .swiper-slide-active h3,
.intro-wrap .advantage-box .swiper-slide-duplicate-active h3 {
  margin-top: 30px;
}
.intro-wrap .advantage-box .swiper-slide-active .fill,
.intro-wrap .advantage-box .swiper-slide-duplicate-active .fill {
  height: 32px !important;
  opacity: 1;
}
.intro-wrap .advantage-box .swiper-button-next,
.intro-wrap .advantage-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #f5d0c7;
  background-image: none;
  border-radius: 50%;
  z-index: 3;
}
.intro-wrap .advantage-box .swiper-button-next:hover,
.intro-wrap .advantage-box .swiper-button-prev:hover {
  background-color: #f64;
}
.intro-wrap .advantage-box .swiper-button-next:before,
.intro-wrap .advantage-box .swiper-button-prev:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 2px;
  width: 18px;
  height: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/arrow.355a3220.png) no-repeat center;
  background-size: 18px 30px;
  z-index: 1;
}
.intro-wrap .advantage-box .swiper-button-next {
  right: 12px;
}
.intro-wrap .advantage-box .swiper-button-prev {
  left: 12px;
}
.intro-wrap .advantage-box .swiper-button-prev:before {
  left: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.intro-wrap .advantage-box .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #f64;
  opacity: .3;
}
.intro-wrap .advantage-box dt {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.intro-wrap .advantage-box dt span {
  color: #f64;
}
.intro-wrap .advantage-box .slide-one .team {
  display: inline-block;
  position: absolute;
  top: 9px;
  padding-left: 14px;
  line-height: 1;
}
.intro-wrap .advantage-box .slide-one dl {
  position: relative;
  padding-left: 32px;
  margin-bottom: 30px;
  line-height: 0;
  text-align: left;
}
.intro-wrap .advantage-box .slide-one dd {
  font-size: 16px;
  color: #333;
}
.intro-wrap .advantage-box .slide-two dt {
  padding-bottom: 12px;
}
.intro-wrap .advantage-box .slide-two dd {
  font-size: 20px;
}
.intro-wrap .advantage-box .slide-two h4 {
  padding-top: 29px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #ed7151;
}
.intro-wrap .advantage-box h3 {
  line-height: 58px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  font-weight: normal;
  font-size: 26px;
  color: #333;
}
.intro-wrap .advantage-box h3.title-one {
  width: 246px;
  margin-bottom: 60px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/01.ca190fe4.png);
  background-size: cover;
}
.intro-wrap .advantage-box h3.title-two {
  width: 310px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/02.83c0d15c.png);
  background-size: cover;
}
.intro-wrap .advantage-box h3.title-three {
  width: 321px;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/components/Advantage/03.076da884.png);
  background-size: cover;
}
.intro-wrap .advantage-box .left {
  position: absolute;
  left: 12px;
  border-right: 2px solid #f64;
  text-align: right;
}
.intro-wrap .advantage-box .left li {
  position: relative;
  padding-right: 25px;
  font-weight: bold;
}
.intro-wrap .advantage-box .left li:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 2px solid #f64;
  border-radius: 50%;
  background-color: #fff;
}
.intro-wrap .advantage-box .left li:nth-child(1) {
  padding-bottom: 64px;
}
.intro-wrap .advantage-box .left li:nth-child(2) {
  padding-bottom: 290px;
}
.intro-wrap .advantage-box .right {
  position: absolute;
  right: 18px;
  width: 206px;
  text-align: left;
}
.intro-wrap .advantage-box .right li {
  padding-bottom: 55px;
}
.intro-wrap .advantage-box .right li:last-child {
  padding-bottom: 0;
}
.intro-wrap .advantage-box li {
  line-height: 1;
  font-size: 20px;
  color: #333;
}

.intro-wrap .comment-box {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  border-top: 15px solid #f8f9fb;
  background-color: #fff;
}
.intro-wrap .comment-box .title:before {
  left: -42px;
  top: -21px;
  width: 226px;
  background-position: -140px -410px;
}
.intro-wrap .comment-box ul {
  width: 1200px;
  margin: 0 auto 20px;
}
.intro-wrap .comment-box li {
  padding: 60px 0;
  margin-left: 85px;
  margin-right: 85px;
  overflow: hidden;
}
.intro-wrap .comment-box li:first-child {
  border-bottom: 1px solid #ddd;
}
.intro-wrap .comment-box .user {
  float: left;
  padding-left: 36px;
  text-align: center;
}
.intro-wrap .comment-box .user .photo {
  position: relative;
  width: 68px;
  height: 68px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #eee;
}
.intro-wrap .comment-box .user .photo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-wrap .comment-box .user img {
  width: 68px;
  height: 68px;
}
.intro-wrap .comment-box .user .name {
  padding-top: 16px;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail {
  padding-left: 130px;
  padding-right: 36px;
  vertical-align: top;
  text-align: left;
}
.intro-wrap .comment-box .detail span {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  border-right: 1px solid #666;
}
.intro-wrap .comment-box .detail .work-info {
  display: inline-block;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail .work-info span:last-child {
  width: 0;
  height: 0;
}
.intro-wrap .comment-box .detail .stars {
  display: inline-block;
  float: right;
  position: relative;
}
.intro-wrap .comment-box .detail .stars p {
  display: inline-block;
  padding-right: 8px;
  font-size: 18px;
  color: #333;
}
.intro-wrap .comment-box .detail .text-icon {
  padding: 0 3px;
  font-size: 18px;
  color: #ed7050;
}
.intro-wrap .comment-box .detail .comment {
  padding-top: 10px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  color: #333;
}
.intro-wrap .comment-box .detail .date {
  padding-top: 4px;
  font-size: 14px;
  color: #999;
}
.intro-wrap .comment-box a {
  padding: 22px 48px;
  font-size: 18px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  background: linear-gradient(-45deg, #ed7050 0%, #ed7050 40%, #ffb79e 50%, #ed7050 60%, #ed7050 100%) 0 0;
  background-size: 300%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  0% {
    background-position: -440px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes shine {
  0% {
    background-position: -440px;
  }
  100% {
    background-position: 0;
  }
}

.intro-wrap .products-box {
  padding-top: 90px;
  padding-bottom: 95px;
  text-align: center;
  background-color: #f8f9fb;
}
.intro-wrap .products-box .title:before {
  left: -18px;
  top: -21px;
  width: 440px;
  background-position: -32px -530px;
}
.intro-wrap .products-box ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 360px;
  padding-top: 90px;
} 
.intro-wrap .products-box .type {
  position: relative;
  line-height: 0;
} 
.intro-wrap .products-box .type-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}   
.intro-wrap .products-box .original {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
} 
.intro-wrap .products-box .tips {
  padding-top: 50px;
  font-size: 24px;
  color: #666;
}
.intro-wrap .products-box .main-tips {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.intro-wrap .products-box .price-infos {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.intro-wrap .products-box .content-foot {
  margin-top: 60px;
}
.intro-wrap .products-box .see-more {
  margin-top: 38px;
}
.intro-wrap .products-box .see-more a {
  color: #ff7a19;
}
.intro-wrap .products-box .see-more a span.bold {
  margin-right: 4px;
}

.intro-wrap {
  background-color: #1c2029;
  /* ------- 公共 end ------ */
}
.intro-wrap .hide {
  display: none;
}
.intro-wrap .title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #333;
  z-index: 2;
}
.intro-wrap .title:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -12px;
  width: 420px;
  height: 64px;
  background-size: 100%;
  background: url(//concat.lietou-static.com/fe-vas-pc/v5/images/views/IntroB/title.be06a786.png) no-repeat -45px 0;
  opacity: .8;
}
.intro-wrap .title span {
  position: relative;
}

