.module>.title{
  padding-top: 100px;
}
.module>.title span{
  margin-bottom: 16px;
}
.blue-border{
  width: 50px;
  height: 6px;
  background: linear-gradient(162deg,#3776ff 0%, #1238f5 100%);
  border-radius: 14px;
  margin-bottom: 60px;
}
.btn-free-trial {
  width: 132px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background: #3776ff;
  box-shadow: none;
}
/* 头部导航 */
.header.transparent{
  background-color: #fff;
}
.header.transparent .header-content .nav-item>a{
  color: #27274a;
}
.header.transparent .nav-item .icon-more {
  background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/index/svg/icon-arrow-down-gray.svg?v=7e3de9b49e);
}
.header.transparent .header-content .btn-box .login{
  background-color: #f1f3f8;
  color: #383838;
}
.header.transparent .header-content .btn-box .register{
  background-color: #3776ff;
  color: #fff !important;
}
.header.transparent .header-content .logo{
  background-image: url('https://s6.kaoshixing.com/website/website-5.0/images/base/ksx-logo-v4.svg?v=c805949ccf');
}
/* 首屏 */
.page-intro.product{
  position: relative;
  background: linear-gradient(92deg,#E0F0FF 0%, #CBE1FF 100%);
  height: auto;
}
.page-intro.product .module-breadcrumb{
  height: 60px;
  line-height: 60px;
}
.page-intro.product .module-breadcrumb .breadcrumb,
.page-intro.product .module-breadcrumb .breadcrumb a{
  color: #656577;
}
.page-intro.product .platform{
  height: 360px;
}
.page-intro.product .platform .platform-contain{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page-intro.product .platform .platform-left{
  /* margin-right: 228px; */
}
.page-intro.product .platform .platform-right img{
  height: 360px;
  width: auto;
}
.page-intro.product .title{
  font-size: 44px;
  font-weight: 500;
  text-align: LEFT;
  color: #27274a;
  line-height: 62px;
  padding-top: 50px;
  padding-bottom: 10px;
}
.page-intro.product .sub-title{
  font-size: 16px;
  color: #27274a;
  line-height: 16px;
}
.page-intro.product .sub-title.special {
  margin-bottom: 10px;
}
.page-intro.product .btn-free-trial{
  display: flex;
  width: auto;
  height: 58px;
  line-height:58px;
  font-size: 20px;
  border-radius: 8px;
  color: #ffffff;
  margin-top: 48px;
  background: none;
}
.page-intro.product .btn-free-trial .sensor-regist{
  width: 152px;
  background: #3776ff;
  border-radius: 6px;
  color: #ffffff;
}

.page-intro.product .btn-free-trial .presentation-register{
  width: 166px;
  margin-left: 48px;
  background: #ffffff;
  border-radius: 6px;
  color: #27274a;
}
.page-intro.product .btn-free-trial .presentation-register.intelligent-requestion-btn{
  width: 188px;
}
.page-intro.product .button-container {
  margin-top: 48px;
  display: flex;
}

.page-intro.product .button-container .btn {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  width: auto;
  height: auto;
  padding: 16px 40px;
  margin: 0;
}
.page-intro.product .button-container .btn + .btn {
  margin-left: 48px;
}

.page-intro.product .button-container .btn-free-trial {
  background-color: #3776FF;
  color: #fff;
}
.page-intro.product .watch-btn {
  background-color: #fff;
  color: #27274a;
}
/* 头部下方 */
.module.feature {
  background-color: #F5F7FE;
  padding-top: 100px;
  padding-bottom: 100px;
}
.module.feature ul {
  display: flex;
  justify-content: center;
}
.module.feature ul li{
  transition: 1s;
}
.module.feature ul li:hover{
  cursor: pointer;
  transform:translateY(-10px);
  transition: all 1s ease;
}
.module.feature ul li.card {
  background-color: #fff;
  width: 280px;
  height: 208px;
  text-align: center;
  border-radius: 8px;
}
.module.feature.acknowledge ul.three li.card,
.module.feature.train ul.three li.card{
  height: 208px;
}
.module.feature ul.three li.card{
  width: 380px;
  height: 188px;
}
.module.feature ul.four li.card{
  width: 278px;
  height: 188px;
}
.module.feature ul.five li.card{
  width: 224px;
  height: 160px;
}
.module.feature ul li.card:not(:last-child) {
  margin-right: 30px;
}
.module.feature ul.five li.card:not(:last-child) {
  margin-right: 20px;
}
.module.feature ul li.card img {
  height: 90px;
}
.module.feature ul.five li.card img {
  width: 150px;
  height: auto;
}
.module.feature ul.five li.card:nth-child(4) img {
  margin-top: 12px;
}
.module.feature ul li.card .title {
  color: #27274A;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.module.feature ul.five li.card .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}
.module.feature ul li.card .desc {
  color: #656577;
  font-size: 14px;
}
.module.feature .presentation-register-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #3776ff;
}
.module.feature .presentation-register-btn .presentation-register{
  display: inline-block;
  width: 166px;
  height: 58px;
  line-height: 58px;
  background: #3977FF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.module.procedure.part {
  background: linear-gradient(0deg,#E2ECFE 0%, #F7F8FD 100%);
  padding-top: 100px;
  padding-bottom: 238px;
  background-color: #ccc;
}
.module.procedure.part .title {
  text-align: center;
}
.module.procedure.part .title span {
  display: inline-block;
  font-size: 38px;
  color: #3B426B;
  line-height: 56px;
  margin-bottom: 16px;
  width: 100%;
  font-weight: 500;
}
.module.procedure.part .main-content{
  width: 1100px;
  background-color: #fff;
  padding: 60px 0;
  border-radius: 10px;
}
.module.procedure.part .top,
.module.procedure.part .bottom {
  display: flex;
  justify-content: center;
}
.module.procedure.part.certificate .top {
  margin-bottom: 40px;
}
.module.procedure.part.acknowledge .bottom{
  position: relative;
}
.module.procedure.part.acknowledge .bottom .desc {
  font-weight: 500;
}
.module.procedure.part.acknowledge .bottom .desc.first {
  position: absolute;
  left: 95px;
}
.module.procedure.part.acknowledge .bottom .desc.second {
  position: absolute;
  left: 280px;
}
.module.procedure.part.acknowledge .bottom .desc.third {
  position: absolute;
  left: 490px;
}
.module.procedure.part.acknowledge .bottom .desc.forth {
  position: absolute;
  right: 295px;
}
.module.procedure.part.acknowledge .bottom .desc.fifth {
  position: absolute;
  right: 85px;
}
.module.procedure.part.exercise .bottom .center{
  margin-left: 155px;
  margin-right: 155px;
}
.module.procedure.part .step {
  display: flex;
  flex-direction: column;
  /* padding-left: 25px; */
}
.module.procedure.part .step img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
.module.procedure.part .step .desc {
  color: #27274A;
  font-size: 16px;
  font-weight: 500;
}
.module.procedure.part.exercise .bottom .desc {
  font-size: 16px;
  color: #27274A;
  font-weight: 500;
}
.module.procedure.part.exercise .bottom.brush .desc:first-child {
  position: relative;
  left: -208px;
}
.module.procedure.part.exercise .bottom.brush .desc:nth-child(2) {
  position: relative;
  left: -85px;
}
.module.procedure.part.exercise .bottom.brush .desc:nth-child(3) {
  position: relative;
  left: 19px;
}
.module.procedure.part.exercise .bottom.brush .desc:nth-child(4) {
  position: relative;
  left: 138px;
}
.module.procedure.part.exercise .bottom.brush .desc:nth-child(5) {
  position: relative;
  left: 253px;
}
.module.procedure.part.certificate .step .desc {
  text-align: center;
}
.module.procedure.part.school .step .desc {
  margin-bottom: 20px;
  text-align: center;
}
.module.procedure.part.school .step .desc-detail {
  font-size: 12px;
  color: #656577;
  margin-bottom: 10px;
  padding-left: 4px;
}
.module.procedure.part.school .step.second .desc-detail {
  padding-left: 9px;
}
.module.procedure.part.school .step .desc-detail .circle {
  display: inline-block;
  margin-right: 4px;
  background-color: #1A8CFE;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.module.procedure.part .arrow img {
  height: 17px;
  width: auto;
  margin-top: 40px;
}
.module.procedure.part .arrow.short img {
  height: 16px;
}
.module.procedure.total img {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.module.procedure.total .exam-scene-interview-test {
  text-align: center;
}
.module.procedure.total .exam-scene-interview-test img {
  height: 423px;
  width: auto;
}
.module.procedure.total .main-content .presentation-register-btn{
  width: 100%;
  text-align: center;
  margin: 60px 0 100px 0;
  font-size: 18px;
  font-weight: 500;
  color: #3776ff;
}
.module.procedure.total .main-content .presentation-register-btn .presentation-register{
  display: inline-block;
  width: 166px;
  height: 58px;
  line-height: 58px;
  background: #3977FF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
/*功能展示*/
.module-function-show {
  background: #FCFDFE;
}
.module-function-show .title{
  padding-top: 100px;
}
.module-function-show.recruit .title{
  padding-top: 120px;
}
.module-function-show .item-image {
  height: 520px;
  width: auto;
  vertical-align: bottom;
}
.module-function-show .item-container{
  padding-bottom: 60px;
}
.module-function-show .item-container:last-child{
  padding-bottom: 100px;
}
.module-function-show.recruit .item-container{
  padding-bottom: 0px;
}
/* 了解智能面试 */
.module-function-show.recruit .learn-more-interview.online {
  width: 100%;
  margin-bottom: 78px;
  position: relative;
}
.module-function-show.recruit .learn-more-interview.online img{
  width: 1200px;
  height: auto;
}
.module-function-show.recruit .learn-more-interview.online .btn-learn {
  position: absolute;
  bottom: 32px;
  right: 160px;
  width: 168px;
  height: 59px;
  background: #3776FF;
  border-radius: 4px;
  font-family: Source Han Sans SC-Bold, Source Han Sans SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 59px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.module-function-show.recruit .learn-more-interview.online .btn-learn .circle {
  display: inline-block;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  top: 22px;
}
.learn-more-interview.online .arrow {
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  border: 2px solid #fff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: rotate(-45deg);
  right: 2px;
  top: -24px;

}
.module-function-show .item-container:nth-child(1),
.module-function-show .item-container:nth-child(3),
.module-function-show .item-container:nth-child(5){
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.module-function-show .item-container:nth-child(2) .item-image,
.module-function-show .item-container:nth-child(4) .item-image,
.module-function-show .item-container:nth-child(6) .item-image{
  margin-right: 200px;
}
.module-function-show .item-content {
  margin-bottom: 165px;
}
.module-function-show .main-content .item-container .item-content {
  display: inline-block;
}
.module-function-show .main-content .item-content .item-id {
  font-family: Helvetica, Helvetica-Bold;
  font-size: 34px;
  font-weight: 700;
  color: #3776ff;
  line-height: 34px;
}
.module-function-show .main-content .item-content .item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  color: #27274a;
}
.module-function-show .main-content .item-content .item-list li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #27274A;
}
.module-function-show.acknowledge .main-content .item-content .item-list li {
  color: #6D717C;
}
.module-function-show.acknowledge .main-content .item-content .item-list li .listCourse {
  color: #27274A;
}
.module-function-show .main-content .item-content .item-list li .circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #3776FF;
  margin-right: 10px;
}
.module-function-show .main-content .item-content .item-list li .line {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  color: #6D717C;
}
.module-function-show .main-content .item-content .item-list li .line-right {
  color: #6D717C;
  font-size: 14px;
}

.module-function-show .main-content .item-content .button{
  display: flex;
  margin-top: 40px;
  height: 50px;
  align-items: center;
}
.module-function-show .main-content .item-content .button .presentation-register{
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  width: 146px;
  height: 58px;
  line-height: 58px;
  background: #ffffff;
  border: 1px solid #3776ff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #3776ff;
}
.module-function-show .main-content .item-content .button .btn-free{
  display: inline-block;
  width: 152px;
  height: 58px;
  background: #3776ff;
  border-radius: 4px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.module-function-show .main-content .item-content .button .go-detail{
  font-size: 16px;
  color: #3776ff;
}

/* 更多场景解决方案 */
.module.industry {
  background-color: #fcfdfe;
}
.module.industry>.title{
  padding-top: 60px;
}
.industry .scene-box {
  /* padding-top: 100px; */
  padding-bottom: 100px;
  text-align: center;
  display: flex;
}
.industry .scene-box .box {
  display: inline-block;
  width: 220px;
  height: 160px;
  background: #f5f7ff;
  border-radius: 4px;
  margin-right: 20px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.industry .scene-box .box:last-child {
  margin-right: 0;
}
.industry .scene-box .box a{
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
.industry .scene-box .box a:hover{
  background: linear-gradient(to bottom, #408DFD 0%, #3879FF 100%);
  background: -webkit-linear-gradient(to bottom, #408DFD 0%, #3879FF 100%);
  background: -moz-linear-gradient(to bottom, #408DFD 0%, #3879FF 100%);
  background: -o-linear-gradient(to bottom, #408DFD 0%, #3879FF 100%);
  background: -ms-linear-gradient(to bottom, #408DFD 0%, #3879FF 100%);
  color: #fff;
  border-radius: 4px;
}
.industry .scene-box .box a:hover .title{
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
.industry .scene-box .box:hover{
  box-shadow: 0 0 20px 0 rgba(56,121,255,0.50);
}
.industry .scene-box .box .img-white{
  height: 100px;
  display: inline;
}
.industry .scene-box .box .img-blue{
  height: 100px;
  display: none;
}
.industry .scene-box .box a:hover .img-white {
  display: none;
}
.industry .scene-box .box a:hover .img-blue {
  display: inline;
}
.industry .scene-box .box .title{
  padding: 24px 0 2px 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-size: 20px;
  color: #27274a;
  text-align: left;
  font-weight: 500;
}

/* 已服务客户 */
.customer-service {
  background-color: #F7F8FD;
  padding-bottom: 100px;
}
.customer-service .main-content {
  text-align: center;
}
.customer-service img{
  width: 1140px;
  height: auto;
}
/**************** 客户服务案例走马灯 *************************/
.customer-cases-carousel {
  background: linear-gradient(180deg,#f7f8fd 0%, #e2ecfe 100%);
}
.customer-cases-carousel.module>.title{
  padding-top: 100px;
}
.customer-cases-carousel .main-content{
  min-width: 1200px;
  max-width: 1380px;
  width: auto;
  margin-top: 30px;
  padding-bottom: 100px;
  text-align: center;
}
.customer-cases-carousel #case-carousel {
  width: 1200px;
  height: 395px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 0;
}
.customer-cases-carousel .box-card {
  height: auto;
  height: 335px;

}
.customer-cases-carousel .swiper-wrapper {
  width: 1200px;
}
.customer-cases-carousel .box-card .card{
  background: linear-gradient(213deg,#f8f9ff 0%, #fbfcff 100%, #fcfcff 100%);
  border: 2px solid #ffffff;
  border-radius: 4px;
  /* margin-right: 30px; */
  /* margin: 15px; */
  height: auto;
  position: relative;
  width: 380px;
  height: 334px;
}
.card.swiper-slide.swiper-slide-active,
.card.swiper-slide.swiper-slide-next,
.card.swiper-slide.swiper-slide-next+.swiper-slide {
  box-shadow: 3px 11px 30px 0px rgba(113,150,251,0.20);
}
.box-card .card a{
  display: block;
  padding: 30px;
}
.customer-cases-carousel .swiper-button-next.swiper-button-black{
  width: 60px;
  height: 60px;
  right: 0;
  top: 190px;
  border-radius: 50%;
  background-size: 18px;
  border: 23px solid #fff;
  background-color: #fff;
  background-position: -5px;
}
.customer-cases-carousel .swiper-button-prev.swiper-button-black{
  width: 60px;
  height: 60px;
  left: 0;
  top: 190px;
  border-radius: 50%;
  background-size: 18px;
  font-size: bold;
  border: 22px solid #fff;
  background-color: #fff;
  background-position: 4px;
}

.box-card .card .img{
  margin-bottom: 20px;
  width: 100%;
  height: 0;
  padding-top: 42.56%;
  text-align: center;
  position: relative;
}
.box-card .card .img img{
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.box-card .card .title{
  font-size: 16px;
  color: #27274a;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: left;

  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-card .card .content-ellipsis{
  font-size: 14px;
  font-weight: 400;
  color: #656577;
  line-height: 20px;
  width: 100%;
  margin-bottom: 45px;
  text-align: left;
}
.box-card .card .info{
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  font-size: 14px;
}
.box-card .card .info .label{
  float: left;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #3776FF;
  line-height: 20px;
}
.box-card .card .info .time{
  float: right;
  color: #9090a4;
}
.customer-cases-carousel .btn-free-trial{
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  background-color: transparent;
}
.customer-cases-carousel .free-trial-link,
.customer-cases-carousel .btn-link {
  display: inline-block;
  width: 132px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  font-family: PingFang SC, PingFang SC-Medium;
  border-radius: 4px;
  opacity: 0.99;
  font-size: 18px;
  font-weight: 500;
}
.customer-cases-carousel .btn-link {
  margin-right: 20px;
  background: #fff;
  color: #27274a !important;
}
.customer-cases-carousel .btn-free-trial .free-trial-link {
  background: #3776ff;
  color: #fff;
}
/* 应用场景 */
.module.application {
  background-color: #fff;
  padding-bottom: 100px;
}
.module.application .top,
.module.application .bottom {
  display: flex;
  justify-content: center;
}
.module.application .top{
  margin-bottom: 0;
}
.applicatin-scene li {
  display: inline-block;
  width: 294px;
  height: 106px;
  border-radius: 8px;
  box-shadow: 0 6px 36px 0 rgba(142,166,229,0.10);
  text-align: center;
  margin-right: 20px;
}
/* .applicatin-scene li.last {
  margin-right: 0;
} */
.applicatin-scene li a {
  display: block;
}
.applicatin-scene li img {
  width: 42px;
  height: auto;
  margin-right: 24px;
  vertical-align: middle;
}
.applicatin-scene li span {
  display: inline-block;
  color: #27274A;
  font-size: 20px;
  line-height: 106px;
  font-weight: 500;
}
.presentation-register-btn.intelligent-requestion-btn{
  width: 166px;
  height: 58px;
  line-height: 58px;
  background: #3977FF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.module-function-show .main-content .item-content .button .presentation-register.intelligent-requestion-btn{
  width: 188px;
}
/* 线上招聘考试 */
.module.feature.online-recruit ul.four li.card{
  height: 208px;
}
/* 无人面试 */
.module.feature.interview ul.four li.card{
  height: 188px;
}
.procedure .learn-more-interview {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #3977FF;
  margin:-60px 0 100px 0;
}
.procedure .learn-more-interview i.icon-a_arrow_right {
  font-size: 18px;
  cursor: pointer;
}

/* 提升招聘效率 */
.module.module-efficiency {
  background: linear-gradient(210deg,#F7F8FD 0%, #E2ECFE 100%);
  height: 560px;
}
/* 无人面试 */
.customer-case.interview {
  background: linear-gradient(186deg,#F7F8FD 0%,#E2ECFE 100%);
}
.customer-case.interview .interview-card {
  width: 1172px;
  height: 194px;
  padding: 48px 62px 42px;
  background: linear-gradient(217deg,#F8F9FF 0%,#FBFCFF 50%,#FCFCFF 100%);
  margin: 0 auto;
  color: #3A3E51;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 135px;
  border-radius: 4px;
}
.customer-case.interview  li.swiper-slide {
  padding: 0 !important;
}
.customer-case.interview .interview-card .desc {
  position: relative;
  z-index: 2;
}
.customer-case.interview .interview-card .from  {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin-top: 24px;
  position: absolute;
  right: 62px;
  bottom: 30px;
}
.customer-case.interview .interview-card .interview-img {
  position: absolute;
  width: 50px;
  height: 40px;
  left: 43px;
  top: 25px;
}


/*banner子导航*/
.module-function-feature.interview .swiper-nav {
  font-size: 0;
  position: relative;
  left: 540px;
  bottom: 100px;
  z-index: 999;
}
.module-function-feature.interview .swiper-nav li {
  display: inline-block;
  position: relative;
  font-size: 0;
  width: 20px;
  height: 3px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background: rgba(55, 118, 255, 0.5);
}
.module-function-feature.interview .swiper-nav li:not(:last-child) {
  margin-right: 20px;
}

.module-function-feature.interview .swiper-nav .blue-line {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3777FE;
  display: none;
  z-index: 2;
}
.module-function-feature.interview .swiper-nav .gray-line {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  display: none;
}
.module-function-feature.interview .swiper-nav .active .gray-line,
.module-function-feature.interview .swiper-nav .active .blue-line {
  display: block;
}

/* 线下考试 */

.module.offline .zhiCustomBtn {
  border-radius: 8px;
  width: 152px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 500;
  margin: 80px auto 100px auto;
  /* height: 58px; */
}

.module.offline .title {
  text-align: center;
}
.module.offline .title span {
  display: inline-block;
  font-size: 38px;
  color: #3B426B;
  line-height: 56px;
  margin-bottom: 16px;
  width: 100%;
  font-weight: 500;
}
.module.resources-adv {
  padding: 100px 0;
  background-image: url(https://s6.kaoshixing.com/website/website-5.0/images/exam/scene/resources-adv-bg.png?v=3c7d79b79f);
  background-repeat: no-repeat;
  background-size: cover;
}
.resources-adv .data-show {
  width: 760px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.resources-adv .data-show li {
  padding: 0;
}
.resources-adv .data-show img{
  width: 59px;
  height: 59px;
  float: left;
}
.resources-adv .data-show .data-content {
  float: left;
  margin-left: 20px;
  text-align: left;
}
.resources-adv .data-show .num {
  font-size: 32px;
  font-weight: 700;
  font-family: Helvetica, Helvetica-Bold;
  color: #3776ff;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 0;
}
.resources-adv .title {
  padding: 0;
  margin-top: 165px;
  margin-bottom: 60px;
}
/* 线下考试运营白皮书 */
.module.white-book {
  padding: 140px 0 30px;
}
.module.white-book .img-wrapper {
  display: flex;
  justify-content: center;
}
.module.white-book img {
  width: 940px;
  height: auto;
  margin: 0 auto;
}
/* 考务运营流程 */
.module.manager-procedure {
  padding-top: 100px;
}
.module.manager-procedure .img-wrapper {
  display: flex;
  justify-content: center;
}
.module.manager-procedure img {
  width: 1069px;
  height: auto;
}
.module.manager-procedure.offline .zhiCustomBtn {
  margin-top: 65px;
}
/* 为什么选择考试星 */
.module.choose-ksx {
  padding-top: 100px;
}
.module.choose-ksx .choose-reson{
  display: flex;
  justify-content: center;
}
.module.choose-ksx .choose-reson li {
  width: 224px;
  height: 160px;
  background: linear-gradient(241deg,#F3F6FF 0%, #F2F5FF 50%, #F4F6FE 100%);
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px 0 rgba(149,166,212,0.07);
  margin-right: 20px;
}
.module.choose-ksx .choose-reson li:last-child {
  margin-right: 0;
}
.module.choose-ksx .choose-reson li img {
  width: 48px;
  height: auto;
  margin: 20px 0 0 20px;
}
.module.choose-ksx .choose-reson li .adv {
  color: #27274A;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 4px 24px;
}
.module.choose-ksx .choose-reson li .desc {
  color: #656577;
  font-size: 14px;
  line-height: 20px;
  margin: 0 24px 0 20px;
}

/* 服务案例 */
.module.service-case {
  background: linear-gradient(209deg,#F7F8FD 0%,#E2ECFE 100%);
}
.module.service-case .service-card {
  width: 1042px;
  height: 259px;
  padding: 35px 62px;
  background: linear-gradient(249deg,#F8F9FF 0%,#FBFCFF 50%,#FCFCFF 100%);
  box-shadow:  3px 11px 20px 0 rgba(113,150,251,0.10);
  margin: 0 auto;
  color: #3A3E51;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 135px;
  border-radius: 4px;
  display: flex;
}
.module.service-case  li.swiper-slide {
  padding: 0 !important;
}
.module.service-case .service-card .company {
  color: #131417;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.module.service-case .service-card .content  {
  font-size: 18px;
}
.module.service-case .service-card .service-img {
  width: 225px;
  height: auto;
  margin-left: 110px;
}
/* 合作流程 */
.module.cooperate-procedure {
  padding: 100px 0;
  padding-top: 100px;
  background: linear-gradient(204deg,#F7F8FD 0%,#E2ECFE 100%);

}
.module.cooperate-procedure.offline .zhiCustomBtn {
  margin-bottom: 0;
}
.module.cooperate-procedure .main-content {
  background-color: #fff;
  width: 1100px;
  height: 394px;
  padding-top: 60px;
}
.module.cooperate-procedure .main-content ul {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.module.cooperate-procedure .main-content ul img {
  width: 100px;
  height: auto;
}
.module.cooperate-procedure .main-content ul img.arrow {
  width: 88px;
  margin: 40px 4px 0;
}
.module.cooperate-procedure .main-content ul .desc {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #27274A;
  font-weight: 500;
  margin-top: 20px;
}

/* 答题活动 */

.module.answer-activity>.title span {
  font-size: 36px;
  line-height: 50px;
}
.module.answer-activity {
  background-color: #F5F7FE;
  padding-bottom: 80px;
}
.module.answer-activity .title span {
  display: inline-block;
  font-size: 38px;
  color: #3B426B;
  line-height: 56px;
  margin-bottom: 16px;
  width: 100%;
  font-weight: 500;
}
.module.answer-activity .title {
  text-align: center;
}
.answer-activity.page-intro.product .btn-free-trial .presentation-register {
  color: #3776FF;
}
.module.answer-activity .btn-experience {
  width: 172px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #3776FF;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 40px;
}
/* 活动运营“全包圆” 稳定 安全 放心 */
.module.answer-activity.security {
  padding-bottom: 69px;
}
/*banner子导航*/
.answer-activity .banner .swiper-nav {
  font-size: 0;
  height: 72px;
  width: 920px;
}
.answer-activity .banner .swiper-nav li {
  display: inline-block;
  position: relative;
  font-size: 0;
  width: 200px;
  height: 72px;
  line-height: 72px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(53,60,59,0.10);
}
.answer-activity .banner .swiper-nav li:not(:last-child) {
  margin-right: 40px;
}

.answer-activity .banner .swiper-nav .sort {
  display: flex;
  align-items: center;
}
.answer-activity .banner .swiper-nav .sort img {
  width: 48px;
  height: auto;
  /* vertical-align: middle; */
  margin: 20px 0 0 22px;
}
.answer-activity .banner .swiper-nav .order {
  margin-right: 15px;
}
.answer-activity .banner .swiper-nav .back {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-top: none;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;

}
.answer-activity .banner .swiper-nav p {
  display: inline-block;
  font-size: 20px;
  color: #27274A;
  font-weight: 500;
  margin-left: 6px;
}

.answer-activity .banner .swiper-nav .blue-line {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #F5F7FE; */
  background: #3777FE;
  display: none;
  z-index: 2;
}
.answer-activity .banner .swiper-nav .gray-line {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  display: none;
}
.answer-activity .banner .swiper-nav .active .gray-line,
.answer-activity .banner .swiper-nav .active .blue-line {
  display: block;
}
.module.answer-activity .slide-content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.module.answer-activity .main-content .left-content {
  display: inline-block;
  margin-left: 55px;
  /* margin-left: 90px; */
}
.module.answer-activity .main-content .left-content .title {
  color: #27274A;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin:70px 0 20px 0;
  text-align: left;
}
.module.answer-activity .main-content .left-content .intro {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.module.answer-activity .main-content .left-content .intro p {
  display: inline-block;
  color: #27274A;
  font-size: 20px;
  line-height: 24px;
}
.module.answer-activity .main-content .left-content .btn.consult {
  width: 172px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #3776FF;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 40px;
}
.module.answer-activity .main-content .right-content {
  display: inline-block;
}
.module.answer-activity .main-content .right-content img {
  height: 360px;
  width: auto;
  margin-right: 20px;
}

/* 应用模式灵活 按需选择 */
.module.answer-activity.flexible {
  background-color: #fff;
  padding: 100px 0;
}
.module.answer-activity.flexible .img-wrapper {
  display: flex;
  justify-content: center;
}
.module.answer-activity.flexible .img-wrapper img {
  width: 379px;
  height: auto;
}
.module.answer-activity.flexible .img-wrapper img:not(:last-child) {
  margin-right: 31px;
}
/* 答题活动组织流程 */
.module.answer-activity.exercise.part {
  background: #F5F7FE;
}
.module.answer-activity.exercise.part .second {
  margin-top: 40px;
}
.module.answer-activity.part.exercise .bottom .center {
  margin: 0 200px;
}
.module.answer-activity.procedure .btn-experience {
  margin: 60px auto 0px;
}
.module.procedure.part.answer-activity {
  padding-bottom: 100px;
}
/* 我们已为这些企业“全包圆”服务大型答题活动 */
.answer-activity.customer-cases-carousel .blue-border {
  margin-bottom: 0;
}
.module.answer-activity.service .title span{
  margin-bottom: 80px;
}
.customer-cases-carousel #answer-activity-carousel {
  width: 1200px; 
  height: 614px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 0;
}
.answer-activity.customer-cases-carousel .box-card {
  height: 100%;
}
.answer-activity.customer-cases-carousel .box-card .card {
  height: 100%;
  padding: 30px;
  background: linear-gradient(200deg,#F8F9FF 0%, #FBFCFF 50%,#FCFCFF 100%);
  box-sizing: border-box;
}
/* 选项卡 */
.module.answer-activity .swiper-wrapper .swiper-slide {
  color: #3A3E51;
}
.module.answer-activity .swiper-wrapper .top {
  border-bottom: 1px solid #EAEEF6;
}
.module.answer-activity .swiper-wrapper .top .img-wrapper img {
  width: 320px;
  height: 180px;
  margin-bottom: 24px;
}
.module.answer-activity .swiper-wrapper .top .logo {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module.answer-activity .swiper-wrapper .top .enterprise {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.module.answer-activity .swiper-wrapper .top .enterprise .logo img {
  width: 45px;
  height: auto;
}
.module.answer-activity .swiper-wrapper .top .enterprise .en-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.module.answer-activity .swiper-wrapper .bottom li {
  text-align: left;
  position: relative;
}
.module.answer-activity .swiper-wrapper .bottom li:not(:last-child) {
  margin-bottom: 16px;
}
.module.answer-activity .swiper-wrapper .bottom li:first-child {
  margin-top: 24px;
}
.module.answer-activity .swiper-wrapper .bottom li.special {
  margin-bottom: 76px;
}
.module.answer-activity .swiper-wrapper .bottom li .example {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  line-height: 30px;

}
.module.answer-activity .swiper-wrapper .bottom li .concrete {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: absolute;

} 
.answer-activity.customer-cases-carousel .swiper-button-prev.swiper-button-black {
  left: 620px;
  top: 680px;
}
.answer-activity.customer-cases-carousel .swiper-button-next.swiper-button-black {
  right: 620px;
  top: 680px;
}

.module.application-highlight {
  background-color: #F5F7FE;
  padding-bottom: 100px;
}
.module.application-highlight .desc {
  text-align: center;
  color: #27274A;
  font-size: 16px;
  margin-top: 60px;
}
.module.application-highlight ul.advantage {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.module.application-highlight ul.advantage li {
  width: 380px;
  height: 188px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  margin-right: 30px;
  transition: 1s;
  border-radius: 8px;
}
.module.application-highlight ul.advantage li:hover{
  cursor: pointer;
  transform:translateY(-10px);
  transition: all 1s ease;
}
.module.application-highlight ul.advantage li img.adv-img {
  height: 80px;
  width: auto;
}
.module.application-highlight ul.advantage li p.adv-desc {
  font-size: 20px;
  color: #27274A;
  line-height: 28px;
  font-weight: 500;
}
.module.application-highlight ul.advantage li p.adv-desc-sub {
  font-size: 14px;
  color: #656577;
  line-height: 20px;
  margin-top: 10px;
}

/* 如何组织严肃考试 */
.module.application-flow {

}
.module.application-flow .org-wrapper {
  display: flex;
  justify-content: center;
  color: #27274A;
}
.module.application-flow .org-wrapper:last-child {
  /*padding-bottom: 200px;*/
}
.module.application-flow .org-wrapper .org-left {
  text-align: right;
  padding-right: 70px;
  width: 420px;
}
.module.application-flow .org-wrapper .org-center {
  display: flex;
  width: 48px;
}
.module.application-flow .org-wrapper .org-right {
  text-align: left;
  padding-left: 70px;
  width: 420px;
}
.module.application-flow .org-wrapper .org-right.special {
  padding-top: 170px;
}
.module.application-flow .org-wrapper .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.module.application-flow .org-wrapper .sub-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}
.module.application-flow .org-wrapper p {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
.module.application-flow .org-wrapper .org-right p.no-margin {
  margin-bottom: 0;
}
.module.application-flow .org-wrapper .center-img {
  width: 48px;
  height: auto;
}
.module.application-flow .org-wrapper .aside-img {
  width: 250px;
  height: auto;
  margin-top: 20px;
}
.module.application-flow .prevent-cheating-btn{
  margin: 60px 0 100px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.module.application-flow .prevent-cheating-btn.s7.l4{
  margin: 20px 0;
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
.module.application-flow .prevent-cheating-btn.s7.l5{
  margin: 20px 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.module.application-flow .prevent-cheating-btn.s7.l6{
  margin: 20px 0;
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
.module.application-flow .prevent-cheating-btn .prevent-cheating{
  display: inline-block;
  text-align: center;
  width: 206px;
  height: 58px;
  line-height: 58px;
  background: #3977ff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.module.application-flow .prevent-cheating-btn .prevent-cheating.border{
  display: inline-block;
  text-align: center;
  width: 206px;
  height: 58px;
  line-height: 58px;
  background: none !important;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #3977FF !important;
  border: 1px solid #3977ff !important;
  border-radius: 8px;
}
.module.application-flow .use-procedure-wrapper {
  width: 937px;
  margin: 0 auto;
  margin-top: 60px;
}
.module.application-flow .use-procedure {
  width: 937px;
  height: auto;
}
.module.application-flow .bottom-btn-container {
  text-align: center;
  margin: 60px auto 100px;
}
.module.application-flow .bottom-btn-container .btn {
  display: inline-block;
  width: auto;
  height: auto;
  background: #3977FF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  padding: 16px 40px;
  margin: 0;
}

/* 考试星 服务棒 卡片 */
.great-service .great-service-card {
  height: 140px;
  width: auto;
  /* margin-top: 100px; */
  cursor: pointer;
  vertical-align: middle;
}
.cooperate.great-service .great-service-card {
  padding-bottom: 100px;
}
/* 答题活动页面 */
.answer-activity.great-service
{
  background-color: #F5F7FE;
  padding-top: 100px;
}
/* 招聘考试页面 */
.recruit.great-service .great-service-card {
  padding-top: 100px;
}

/* 认证考试页面 知识竞赛页面*/
.certificate.great-service .great-service-card,
.acknowledge.great-service .great-service-card{
  padding-bottom: 40px;
}
/* 线下考试页面 */
.offline.great-service .great-service-card {
  padding-bottom: 100px;
}
.module.guide-prevent-cheat img {
  height: 120px;
  width: auto;
  vertical-align: middle;
  margin-bottom: 100px;
}

/* 线下考场，观看视频 */
.watch-video.offline-btn{
  padding: 16px 40px;
  background-color: #fff;
  margin-left: 48px;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  height: 58px;
  width: 152px;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  color: #3776FF;
  line-height: 26px;
}
.module.digital-room .img-wrapper {
  text-align: center;
}
.module.digital-room img.plan {
  height: 280px;
  width: 958px;
  margin: 0 auto;
  margin-top: 80px;
}