:root {
  --wpx:calc(var(--vw,1vw)*100/1920);
  --mpx:calc(var(--vw,1vw)*100/375);
}
.apply-login-wrap{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.login-cont{
  width: 496px;
  padding: 30px 48px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  top: 15%;
}
.login-cont .login-close{
  position: absolute;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.login-cont .login-close img{
  width: 30px;
}
.login-cont .login-tit{
  font-size: 24px;
  font-weight: bold;
  color: #2a2b2e;
  text-align: center;
  line-height: 150%;
}
.login-cont .login-alert{
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  background: #f1f3f5;
  font-size: 14px;
  color: #6a6b6e;
  margin: 32px auto;
}
.login-cont .login-alert2{
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  background: #f1f3f5;
  font-size: 14px;
  color: #6a6b6e;
  margin: 32px auto;
}
.login-cont .login-alert span{
  color: #e60039;
}
.login-cont .login-alert a{
  color: #0175e8;
  text-decoration: underline;
}
.login-cont .login-alert2 span{
  color: #e60039;
}
.login-cont .login-alert2 a{
  color: #0175e8;
  text-decoration: underline;
}
.login-type{
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.login-type .type-item{
  width: 100%;
  border-bottom: 2px solid #e3e5e6;
  text-align: center;
  font-size: 16px;
  color: #6a6b6d;
  line-height: 40px;
  cursor: pointer;
}
.login-type .type-item.on{
  color: #e60039;
  border-bottom: 2px solid #e60039;
}
.login-type-cont .login-input{
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  margin-bottom: 24px;
  flex: 1;
  position: relative;
}

.login-type-cont .login-input .input-lable{
    background: #fff;
    padding:0 4px;
    position: absolute;
    top: -11px;
    font-size: 12px;
    color: #6a6b6d;
    left: 7px;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.login-type-cont .login-input input{
  border: none;
  background: none;
  list-style: none;
  font-size: 14px;
  padding: 0 10px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.login-type-cont .login-input input::placeholder {
  color: #9b9fa8;
}
.input-flex{
  display: flex;
  justify-content: space-between;
}
.input-flex .login-code{
  width: 128px;
  margin-left: 8px;
}
.btn-style{
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  background: #e60039;
  text-align: center;
  display: block;
  margin-top: 14px;
  border: 1px solid #da0030;
  box-sizing: border-box;
}
.btn-style.btn-plain{
  color: #da0030;
  background: #fff;
}
.btn-style:hover{
  background: #da0030;
  color: #fff;
}
.login-type-cont .login-input.error{
  border: 1px solid #e60039;
}
.login-type-cont .login-input.error .input-lable{
  color: #e60039;;
}
.apply-result .result-cont{
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
  color: #6a6b6d;
  margin-top: 32px;
}
.apply-result{
  display: none;
}
.show-pc{
  display: block;
}
.show-mobile{
  display: none;
}
.mask-tooltip{
  position: fixed;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  top: 50%;
  left: calc(50% - 60px);
}
.consult-now{
  position: fixed;
  z-index: 999;
  width: 428px;
  height: 160px;
  background: url(/chineseResources/UIA/news/poc/RJ-img/consult-now.png) no-repeat center center;
  padding: 37px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #2a2b2e;
  bottom: 30px;
  right: 90px;
  text-align: right;
}
.consult-now .consult-close{
  position: absolute;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 999;
}
.consult-now .consult-btn{
  display: flex;
  justify-content: center;
  width: 160px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background: #e60039;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
.consult-now .consult-btn:hover{
  background: #da0030;
}
.consult-now .consult-btn img{
  width: 24px;
  margin-right: 5px;
}
.consult-now .consult-close img{
  width: 30px;
}
.consult-btn-icon{
  position: fixed;
  border-radius: 4px;
  height: 50px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 20px;
  top: calc(60% + 170px);
  z-index: 999;
  background: #e60039;
  color: #fff;
  font-size: 18px;
}
.consult-btn-icon img{
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
.consult-btn-icon:hover{
  background: #da0030;
  color: #fff;
}

.swiper-container-horizontal{
  position: relative;
}
.swiper-container-horizontal .swiper-pagination-bullet{
  width: 40px;
  height: 5px;
  border-radius: 0px;
}
.active-wrap{
  overflow: hidden;
  width: 100%;
}
.active-banner{
  position: relative;
  overflow: hidden;
}
.active-banner img{
  display: block;
  width: 100%;
  transition: all .36s;
}
.active-banner .banner-word{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.word-tit{
  height: 84px;
  margin-bottom: 12px;
  font-size: 56px;
  line-height: 150%;
  color: #2a2b2e;
  font-weight: bold;
  /*  max-width: 640px;*/
}
.word-sub-tit{
  font-size: 36px;
  line-height: 120%;
  color: #2a2b2e;
}
.word-btn{
  width: 144px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  border-radius: 5px;
  color: #fff;
  background: #e60039;
  font-size: 16px;
  font-weight: normal;
  margin: 25px 0;
  cursor: pointer;
}
.word-btn:hover{
  color: #fff;
  background: #da0030;
}
.word-des{
  font-size: 16px;
  line-height: 150%;
  color: #2a2b2e;
  max-width: 640px;
}
.wrap-box,
.active-cont,
.wrap-width{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.active-nav{
  height: 60px;
  line-height: 60px;
  color: #7D7D7D;
  font-size: 14px;
}
.active-nav span{
  padding: 0 5px;
}
.active-nav a{
  color: #7D7D7D;
}
.detail-title{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #2a2b2e;
}
.detail-tab{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 20px auto;
  display: flex;
}
.detail-tab-item{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 107px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.detail-tab-item.on{
  background: #F7F9FD;
  border-bottom: 2px solid #0082FF;
}
.detail-tab-item-tit{
  font-size: 20px;
  line-height: 125%;
  font-weight: bold;
  color: #2a2b2e;
}
.detail-tab-item-des{
  font-size: 16px;
  line-height: 150%;
  margin-top: 5px;
}
.detail-tab-item .detail-tab-item-word{
  padding-left: 70px;
  margin-top: 5px;
}
.detail-tab-item .word-icon1{
  background: url(/chineseResources/UIA/news/poc/RJ-img/tab-icon1.png) no-repeat left center;
  background-size: 54px;
}
.detail-tab-item .word-icon2{
  background: url(/chineseResources/UIA/news/poc/RJ-img/tab-icon2.png) no-repeat left center;
  background-size: 54px;
}
.detail-tab-item.on .detail-tab-item-word.word-icon1{
  background: url(/chineseResources/UIA/news/poc/RJ-img/tab-icon1-on.png) no-repeat left center;
  background-size: 54px;
}
.detail-tab-item.on .detail-tab-item-word.word-icon2{
  background: url(/chineseResources/UIA/news/poc/RJ-img/tab-icon2-on.png) no-repeat left center;
  background-size: 54px;
}
.detail-tab-cont .tab-cont-item{
  display: none;
  position: relative;
}
.detail-tab-cont .tab-cont-item::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 10px;
  width: 100%;
  background: #f7f9fa;
  left: 0;
  z-index: 9;
}
.detail-tab-cont .tab-cont-item.on{
  display: block;
}
.detail-tab-cont .tab-cont-item > img{
  width: 100%;
}
.detail-tab-cont .tab-cont-word{
  position: absolute;
  width: 100%;
  align-items: center;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}
.detail-tab-cont .cont-word{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cont-word-tit{
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  color: #2a2b2e;
}
.cont-word-sub-tit{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  font-size: 16px;
  border: 1px solid #9b9fa8;
  margin: 10px 0 20px 0;
  color: #2a2b2e;
}
.cont-word-des{
  width: 500px;
  color: #6a6b6d;
  font-size: 16px;
  line-height: 150%;
}
.cont-word-link{
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  display: block;
  color: #e60039;
  cursor: pointer;
  text-decoration: underline;
}
.cont-word-link:hover{
  color: #e60039;
  text-decoration: underline;
}
.active-news{
  background: #f7f9fa;
}
.active-news .wrap-width{
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.news-tit{
  display: flex;
  justify-content: space-between;
  height: 84px;
  align-items: center;
  font-size: 24px;
  color: #2a2b2e;
  font-weight: bold;
  padding: 0 24px;
}
.news-tit a{
  display: block;
  color: #e60039;
  font-size: 16px;
  font-weight: normal;
}
.news-tit a:hover{
  color: #e60039;
  text-decoration: underline;
}
.active-news .wrap-width .news-item{
  width: 47%;
}
.news-item-list{
  border-top: 1px solid #e3e5e6;
}

.news-item-list .item-cont a{
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e5e6;
  padding: 0 24px;
}
.news-item-list .item-cont a:hover{
  border-bottom: 1px solid #e60039;
  background: #fff;
}
.news-item-list .item-cont a:hover .item-cont-word{
  color: #e60039;
}
.item-cont .item-cont-word{
  margin-right: 20px;
}
.item-cont .item-cont-word.has-new{
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
.item-cont .item-cont-word p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.item-cont .item-cont-word.has-new{
  background: url(/chineseResources/UIA/news/poc/RJ-img/new.png) no-repeat right center;
  background-size: 24px;
  padding-right: 30px;
}*/
.item-cont .item-cont-word img{
  width: 24px;
  margin-left: 8px;
}
.data-tab{
  width: 100%;
  height: 54px;
  background: #f7f8fa;
  margin-top: 80px;
}
.data-tab-width{
  display: flex;
  justify-content: center;
}
.data-tab-width li{
  cursor: pointer;
  padding: 0 48px;
  color: #6a6b6d;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  border-bottom: 2px solid #f7f8fa;
}
.data-tab-width li.on{
  border-bottom: 2px solid #e60039;
}

.data-list{
  display: none;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.data-list.on{
  display: flex;
}

.data-list .data-item{
  width: 31.3%;
  margin: 20px 1%;
  background: #f7f9fa;
  border-radius: 5px;
  overflow: hidden;
}
.data-list .data-item .item-img{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.data-list .data-item .item-img img{
  display: block;
  width: auto;
  height: 250px;
}
.data-list .data-item .item-img .item-tag{
  position: absolute;
  left: 16px;
  top: 16px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6a6b6d;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
}
.data-list .data-item .item-cont{
  padding: 24px;
}
.data-list .data-item .item-tit{
  font-size: 24px;
  font-weight: bold;
  color: #2a2b2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px; 
}
.data-list .data-item .item-des{
  color: #6a6b6d;
  font-size: 16px;
  line-height: 150%;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.data-list .data-item .item-btn{
  display: flex;
  justify-content: space-between;
}
.data-list .data-item .item-btn .btn-experience{
  width: 47%;
  height: 46px;
  border: 1px solid #e60039;
  border-radius: 4px;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
}
.data-list .data-item .item-btn .btn-experience a{
  color: #e60039;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-list .data-item .item-btn .btn-experience.btn-test {
  background: #e60039;
}
.data-list .data-item .item-btn .btn-experience.btn-test a{
  color: #fff;
}
.data-list .data-item .item-btn .btn-experience:hover,
.data-list .data-item .item-btn .btn-try:hover{
  background: #da0030;
}
.data-list .data-item .item-btn .btn-experience:hover a,
.data-list .data-item .item-btn .btn-try:hover a{
  color: #fff;
}
.active-data{
  /* padding-bottom: 100px; */
}
.data-list .data-item .item-btn .btn-experience.disabled{
  background: #D5D5D5;
  color: #fff;
  border-color: #D5D5D5;
  text-align: center;
}
.data-list .data-item .item-btn .btn-try{
  background: #e60039;
  width: 100%;
  height: 46px;
  border: 1px solid #e60039;
  border-radius: 4px;
  font-size: 16px;
  line-height: 46px;
}
.data-list .data-item .item-btn .btn-try a{
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.data-list .data-item .item-info-cont .card-code{
  display: flex;
  height: 20px;
  line-height: 20px;
}
.data-list .data-item .item-info-cont .code-word{
  color: #2a2b2e;
  font-size: 16px;
  font-weight: bold;
}
.data-list .data-item .item-info-cont .code-account{
  color: #9b9fa8;
  font-size: 16px;
  cursor: pointer;
  background: url(/chineseResources/UIA/news/poc/RJ-img/account.png) no-repeat left center;
  background-size: 20px;
  padding-left: 25px;
  margin-left: 10px;
}
.data-list .data-item .item-info-cont .code-account:hover{
  background: url(/chineseResources/UIA/news/poc/RJ-img/account-on.png) no-repeat left center;
  background-size: 20px;
  color: #e60039;
}
.data-list .data-item .item-info-cont .code-num{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 25px;
  height: 70px;
}
.data-list .data-item .item-info-cont .code-num .num-item{
  width: 50%;
  display: flex;
  color: #6a6b6d;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.data-list .data-item .item-info-cont .code-num .item-code{
  background: url(/chineseResources/UIA/news/poc/RJ-img/pwd.png) no-repeat right center;
  background-size: 20px;
  padding-right: 25px;
  cursor: pointer;
}
.data-list .data-item .item-info-cont .code-num .item-code:hover{
  background: url(/chineseResources/UIA/news/poc/RJ-img/pwd-on.png) no-repeat right center;
  background-size: 20px;
  color: #e60039;
}
.active-alert{
  width: 100%;
  margin: 20px auto 30px auto;
  max-width: 1400px;
  line-height: 28px;
  padding: 10px 20px;
  text-align: center;
  color: #2a2b2e;
  font-size: 16px;
  background: #f1f3f5;
}
.active-alert a{
  color: #0175e8;
  text-decoration: underline;
}

.mask-bg{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    top: 0;
    left: 0;
}
.mask-bg .message-cont{
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.mask-bg .message-cont .message-tit{
  font-size: 18px;
  line-height: 150%;
  color: #2a2b2e;
  text-align: center;
}
.mask-bg .message-cont .message-btn{
  height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e60039;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 18px;
}
.mask-bg .message-cont .message-btn:hover{
  background: #Da0030;
}
/* çšć§éé  */ 
.info-page{
  background: #f7f9fa;
}
.info-page .active-news .wrap-width{
  padding-top: 0;
}
.info-page .active-news .wrap-width .news-item{
  width: 100%;
}
.pages-bottom{
  margin-top: 30px;
}
.sa-page a, .sa-page span{
  border-radius: 3px;
  border-color: #e3e5e6;
}
.sa-page a.on, .sa-page span.on{
  background: #e60039;
  border-color: #e60039;
  color: #fff;
}
.sa-page a.more{
  border: none;
}
.sa-page a:hover, .sa-page span:hover{
  border-color: #e60039;
  color: #e60039;
}
.page-num{
  text-align: center;
  font-size: 14px;
}
.page-num a{
  display: inline-block;
  color: #666;
  font-size: 18px;
  border: 1px solid #666;
  margin: 0 4px;
  padding: 4px 5px;
  line-height: 22px;
  border-radius: 3px;
  border-color: #e3e5e6;
}
.page-num a:hover{
  border-color: #e60039;
  color: #e60039;
}
.page-num-input{
  width: 68px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #e3e5e6;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  background: none;
}
.test-page{
  background: #f1f3f5;
  padding-bottom: 50px;
}
.test-wrap{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.test-wrap .test-des{
  background: #fff;
  width: calc(100% - 384px - 20px);
  padding: 40px;
}
.test-wrap .test-des .des-tit{
  font-size: 24px;
  font-weight: bold;
  color: #2a2b2e;
}
.test-wrap .active-alert{
  text-align: left;
  padding: 10px 12px;
}
.test-wrap .active-alert span{
  color: #e60039;
}
.test-wrap .des-sub-tit{
  font-size: 18px;
  font-weight: bold;
  color: #2a2b2e;
  line-height: 170%;
}
.test-wrap .des-word{
  margin-bottom: 40px;
}
.test-wrap .des-word p{
  line-height: 170%;
  color: #6a6b6d;
  font-size: 16px;
}
.test-wrap .des-word img{
  max-width: 100%;
  margin-top: 30px;
}
.test-wrap .test-video{
  width: 384px;
}
.test-wrap .test-video-cont{
  background: #fff;
  padding-bottom: 20px;
}
.test-wrap .video-cont{
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #2a2b2e;
}

.test-wrap .video-cont h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2D5082;
  padding: 20px 0 20px;
}
.test-wrap .data-cont{
  margin-bottom: 20px;
  text-align: left;
}
.test-wrap .data-cont .data-tit{
  border-bottom: 1px solid #e3e5e6;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  color: #2a2b2e;
  padding: 0 30px;
}
.test-wrap .data-cont li a{
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-size: 16px;
  color: #2a2b2e;
  background: url(/chineseResources/UIA/news/poc/RJ-img/video-icon.png) no-repeat 30px center;
  background-size: 26px;
  padding-left: 70px;
  box-sizing: border-box;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.test-wrap .data-cont li a:hover{
  background: #f7f9fa url(/chineseResources/UIA/news/poc/RJ-img/video-icon.png) no-repeat 30px center;
  background-size: 26px;
}
.test-wrap .data-cont li a{
  display: block;
  width: 100%;
  height: 100%;
}
.test-wrap .data-cont li:hover a{
  color: #e60039;
}
.test-apply{
  background: #f7f9fa url(/Other/www-file/chineseResources/UIA/news/poc/RJ-img/cont-bg-new.webp) no-repeat center center;
  height: 80px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #2a2b2e;
  margin: 50px auto 0 auto;
  position: fixed;
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.detail-yj-appl{
  height: 46px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
  position: fixed;
  position: relative;
  bottom: 0;
  width: 200px;
  left: 0;
  z-index: 999;
}
.apply-cont{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-text{
  font-size: 28px;
  font-weight: bold;
  color: #2a2b2e;
  margin-right: 40px;
}

.apply-btn{
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
  border-radius: 5px;
  color: #fff;
  background: #e60039;
  font-size: 20px;
  margin-top: 5px;
  font-weight: normal;
  cursor: pointer;
}
.apply-btn:hover{
  color: #fff;
  background: #da0030;
}
.test-des img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
}
@media screen and (max-width:1440px) {
  .wrap-box, .active-cont, .wrap-width, .detail-tab, .detail-tab-cont .cont-word {
    max-width: 94%;
  }
  .word-des{
    width: 50%;
  }
}
@media screen and (max-width:1300px) {
  .dome-page .data-list{
    max-width: 880px;
  }
  .dome-page .data-list .data-item{
    width: 410px;
  }
}
@media screen and (max-width:1200px) {
  .word-btn{
    margin: 10px 0 0 0;
    height: 40px;
    line-height: 40px;
    width: 100px;
  }
  .word-tit {
    height: auto;
    margin-bottom: 8px;
    font-size: 42px;
  }
  .word-sub-tit{
    font-size: 20px;
  }
  .detail-title {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .cont-word-tit {
    font-size: 30px;
  }
  .cont-word-sub-tit{
    margin: 5px 0 10px 0;
  }
  .cont-word-des{
    width: 44%;
  }
  .news-item-list .item-cont a{
    height: 55px;
  }
  .data-list .data-item .item-tit{
    font-size: 22px;
  }
  .data-list .data-item .item-cont {
    padding: 18px;
  }
  .data-list .data-item .item-img .item-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px;
  }
}
@media screen and (max-width:1000px) {
  .word-tit {
    height: auto;
    margin-bottom: 0px;
    font-size: 30px;
  }
  .detail-title {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .detail-tab-item-tit {
    font-size: 18px;
  }
  .detail-tab-item-des {
    font-size: 14px;
    margin-top: 5px;
  }
  .detail-tab-item.on .detail-tab-item-word.word-icon1,
  .detail-tab-item.on .detail-tab-item-word.word-icon2,
  .detail-tab-item .word-icon2,
  .detail-tab-item .word-icon1{
    background-size: 48px;
  }
  .detail-tab-item .detail-tab-item-word{
    padding-left: 60px;
  }
  .cont-word-tit {
    font-size: 26px;
  }
  .word-des,
  .cont-word-des,
  .cont-word-sub-tit{
    font-size: 14px;
  }
  .cont-word-sub-tit{
    height: 28px;
    line-height: 28px;
  }
  .data-tab-width li{
    font-size: 18px;
  }
  .data-list .data-item .item-tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .data-list .data-item .item-des {
    font-size: 14px;
    height: 80px;
  }
  .data-list .data-item .item-btn .btn-experience{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .news-item-list .item-cont a{
    font-size: 14px;
  }
}
@media screen and (max-width:880px) {
  .dome-page .data-list{
    max-width: 750px;
  }
  .dome-page .data-list .data-item .item-info-cont .code-word,
  .dome-page .data-list .data-item .item-info-cont .code-account,
  .dome-page .data-list .data-item .item-info-cont .code-num .num-item{
    font-size: 14px;
  }
  .dome-page .data-list .data-item{
    width: 360px;
  }

  .test-wrap .test-des {
    width: calc(100% - 300px - 20px);
    padding: 25px;
  }
  .test-wrap .test-video {
    width: 300px;
  }
  .test-wrap .video-cont{
    padding: 0 20px;
  }
}
@media screen and (max-width:750px) {
  .data-list .data-item .item-img img{
    width: 100%;
    height: calc(var(--mpx)* 190);
  }
  .consult-now{
    display: none;
  }
  .show-pc{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .wrap-box, .active-cont, .wrap-width, .detail-tab, .detail-tab-cont .cont-word{
    max-width: 100%;
  }
  .active-banner .banner-word{
    display: block;
    top: calc(var(--mpx)* 50);
    box-sizing: border-box;
    padding: 0 calc(var(--mpx)* 20);
    height: auto;
  }
  .word-des{
    width: 100%;
    font-size: calc(var(--mpx)* 16);
    color: #fff;
  }
  .word-tit{
    font-size: calc(var(--mpx)* 32);
    margin-bottom: calc(var(--mpx)*10);
    color: #fff;
  }
  .active-nav{
    display: none;
  }
  .detail-title {
    font-size: calc(var(--mpx)* 24);
    padding-top: calc(var(--mpx)* 80);
    padding-bottom: calc(var(--mpx)* 30);
  }
  .detail-tab{
    display: none;
  }
  .detail-tab-cont .tab-cont-item > img.show-pc{
    display: none!important;
  }
  .detail-tab-cont{
    padding: 0 calc(var(--mpx)* 20);
  }
  .detail-tab-cont .tab-cont-item{
    display: block;
  }
  .detail-tab-cont .tab-cont-word{
    position: relative;
  }
  .cont-word-tit {
    font-size: calc(var(--mpx)* 20);
    color: #2a2b2e;
    margin-top: calc(var(--mpx)* 10);
  }
  .cont-word-sub-tit {
    height: calc(var(--mpx)* 25);
    line-height: calc(var(--mpx)* 25);
    font-size: calc(var(--mpx)* 14);
  }
  .cont-word-des, .cont-word-sub-tit {
    font-size: calc(var(--mpx)* 14);
  }
  .word-des{
    font-size: calc(var(--mpx)* 16);
  }
  .cont-word-des{
    width: 100%;
    font-size: calc(var(--mpx)* 16);
  }
  .cont-word-link{
    font-size: calc(var(--mpx)* 16);
    margin-top: calc(var(--mpx)* 10);
    margin-bottom: calc(var(--mpx)* 40);
    text-decoration: underline;
  }
  .news-tab{
    display: flex;
    margin: 0 calc(var(--mpx)* 20);
    width: calc(100% - var(--mpx)* 20 * 2);
    margin-top: calc(var(--mpx)* 50);
    padding-top: calc(var(--mpx)* 70);
    border-bottom: calc(var(--mpx)* 1) solid #e3e5e6;
    height: calc(var(--mpx)* 120);
    box-sizing: border-box;
  }
  .news-tab div{
    width: 50%;
    text-align: center;
    font-size: calc(var(--mpx)* 24);
    color: #6a6b6d;
  }
  .news-tab div.on{
    color: #e60039;
    font-weight: bold;
    border-bottom: calc(var(--mpx)* 2) solid #e60039;
  }
  .active-news .wrap-width{
    padding: calc(var(--mpx)* 5) calc(var(--mpx)* 20) calc(var(--mpx)* 80) calc(var(--mpx)* 20);
  }
  .active-news .wrap-width .news-item{
    width: 100%;
    display: none;
  }
  .active-news .wrap-width .news-item.on{
    display: block;
  }
  .news-tit{
    display: none;
  }
  .news-item-list{
    border-top: none;
  }
  .news-item-list .item-cont a{
    min-height: calc(var(--mpx)* 72);
    font-size: calc(var(--mpx)* 16);
    padding: calc(var(--mpx)* 16) 0;
    height: auto;
  }
  .item-cont .item-cont-word p {
    display: inline;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .item-cont .item-cont-word {
    display: block;
/*    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: calc(var(--mpx)* 22);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
  }
  .item-cont .item-cont-word.has-new{
    display: block;
  }
  .show-more{
    width: calc(var(--mpx)* 144);
    height: calc(var(--mpx)* 46);
    font-size: calc(var(--mpx)* 16);
    border-radius: calc(var(--mpx)* 5);
    border: calc(var(--mpx)* 1) solid #e60039;
    color: #e60039;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: calc(var(--mpx)* 46);
    margin: 0 auto;
    margin-top: calc(var(--mpx)* 26);
  }
  .data-list .data-item{
    width: calc(100% - var(--mpx)* 20 * 2);
    margin: calc(var(--mpx)* 20) 0;
  }
  .data-list{
    justify-content: center;
  }
  .data-list .data-item .item-img .item-tag {
    position: absolute;
    left: calc(var(--mpx)* 16);
    top: calc(var(--mpx)* 16);
    height: calc(var(--mpx)* 32);
    line-height: calc(var(--mpx)* 32);
    font-size: calc(var(--mpx)* 16);
    padding: 0 calc(var(--mpx)* 16);
  }
  .data-list .data-item .item-cont {
    padding: calc(var(--mpx)* 16);
  }
  .data-list .data-item .item-tit {
    font-size: calc(var(--mpx)* 24);
    margin-bottom: calc(var(--mpx)* 5);
  }
  .data-list .data-item .item-des {
    font-size: calc(var(--mpx)* 16);
    height: auto;
  }
  .data-list .data-item .item-btn .btn-experience {
    font-size:calc(var(--mpx)* 16);
    height: calc(var(--mpx)* 46);
    line-height: calc(var(--mpx)* 46);
  }
  .active-data-tab{
    width: calc(100% - var(--mpx)* 20 * 2);
    position: relative;
    margin: calc(var(--mpx)* 40) auto calc(var(--mpx)* 20) auto;
  }
  .active-data-tab .tab-tit{
    height: calc(var(--mpx)* 51);
    line-height: calc(var(--mpx)* 51);
    font-size: calc(var(--mpx)* 18);
    color: #6a6b6d;
    padding: 0 calc(var(--mpx)* 12);
    background: #f7f9fa;
    border-bottom: calc(var(--mpx)* 1) solid #d5d5d5;
  }
  .active-data-tab .tab-list{
    width: 100%;
    position: absolute;
    top: calc(var(--mpx)* 51);
    z-index: 3;
    background: #fff;
    display: none;
  }
  .active-data-tab .tab-list > div{
    color: #6a6b6d;
    padding: 0 calc(var(--mpx)* 12);
    font-size: calc(var(--mpx)* 16);
    height: calc(var(--mpx)* 40);
    line-height: calc(var(--mpx)* 40);
    border-bottom:calc(var(--mpx)* 1) solid #ddd;
  }
  .active-data-tab .tab-list > div.on{
    color: #e60039;
  }
  .tab-tit .tabStatus{
    padding-left: 10px;
  }
  .tab-tit .tabStatus.up img{
    transform: rotate(180deg);
  }


  .info-page .news-tit{
    display: block;
    padding-top: 50px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .info-page .news-item-list {
    border-top: 1px solid #e3e5e6;
  }


  .dome-page .word-tit,
  .test-page .word-tit{
    font-size: calc(var(--mpx)* 24);
    color: #2a2b2e;
    margin-bottom: 0;
  }
  .dome-page .word-sub-tit,
  .test-page .word-sub-tit{
    font-size: calc(var(--mpx)* 18);
    margin-top: calc(var(--mpx)* 5);
    color: #2a2b2e;
  }
  .dome-page .data-list .data-item .item-info-cont .code-word, 
  .dome-page .data-list .data-item .item-info-cont .code-account, 
  .dome-page .data-list .data-item .item-info-cont .code-num .num-item{
    font-size: calc(var(--mpx)* 16);
  }
  .dome-page .data-list .data-item{
    width: calc(100% - var(--mpx)* 20* 2);
  }
  .data-list .data-item .item-info-cont .card-code{
    flex-wrap: wrap;
    height: calc(var(--mpx)* 50);
  }
  .data-list .data-item .item-info-cont .code-num .num-item{
    width: 100%;
  }
  .data-list .data-item .item-info-cont .code-account{
    margin-left: 0;
    line-height:  calc(var(--mpx)* 32);
  }

  .test-wrap{
    display: block;
  }
  .test-wrap .test-des{
    width: 100%;
    padding: calc(var(--mpx)* 20);
  }
  .test-wrap .test-video{
    width: 100%;
  }
  .test-apply{
    padding: calc(var(--mpx)* 50) 0;
    font-size: calc(var(--mpx)* 20);
    height: calc(var(--mpx)* 150);
  }
  .apply-btn {
    width: calc(var(--mpx)* 160);
    height:calc(var(--mpx)* 46);
    line-height:calc(var(--mpx)* 46);
    font-size: calc(var(--mpx)* 16);
    margin: calc(var(--mpx)* 16) auto 0 auto;
  }

  .word-btn {
    width: calc(var(--mpx)* 130);
    height: calc(var(--mpx)* 38);
    line-height: calc(var(--mpx)* 38);
    font-size: calc(var(--mpx)* 16);
    margin: calc(var(--mpx)* 10) 0;
  }
  .test-wrap .active-alert {
    padding: calc(var(--mpx)* 10) calc(var(--mpx)* 16);
  }
  .detail-tab-cont .tab-cont-item::after{
    display: none;
  }
  .consult-btn-icon{
    display: none;
  }
}















