/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{ color: #333;font-family:"Times New Roman",Microsoft YaHei,Arial,sans-serif;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.rel{position:relative;}.abs{position:absolute;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: block;height: auto;max-width: 100%;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}

input[type="text"],button,textarea,input[type="password"]{
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"],input[type="password"]{
  -webkit-appearance: none;
}
.pages {
  text-align: center;
  font-size: 16px;
  padding: 60px 0 60px;
}

.pages li {
  display: inline-block;
  color: #999;
  border: 1px solid #dcdcdc;
  padding: 4px 11px 3px;
  background: #FFFFFF;
  margin-right: 0.5%;
  border-radius: 4px;
}
.pages li.thisclass {
  background-color: #1995d3;
  color: #fff;
  border-color: #1995d3;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li a {
  color: #999;
}

/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.theme {
  color: #1995d3!important;
}
.theme2 {
  color: #ff6600;
}
.menu {
  display: none;
  margin-left: 5px;
}
.menu i {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  margin-top:6px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}
.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(39deg);
      -ms-transform: rotate(39deg);
          transform: rotate(39deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-39deg);
      -ms-transform: rotate(-39deg);
          transform: rotate(-39deg);
}

.banner img {
  width: 100%;
  border-radius: 12px;
}

.menu,.mobile-img {
  display: none;
}

.head {
  background: url(../img/head-bj.png) no-repeat 0px 0px;
  background-size: cover;
  background-color: #328fef;
  padding: 18px 0 12px;
  position: relative;
}

.center-box,.center-box1 {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.head-left {
  width: 16.3%;
  box-sizing: border-box;
}
.head-right {
  width: 83.7%;
  margin-top: 15px;
}

.head-nav {
  margin-top: 3px;
}

.head-nav-ul>li {
  float: left;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.nav-ul-box {
  width: 100%;
  max-width: calc(100% - 220px);
}
.head-nav-ul>li a {
  color: #fefefe;
  white-space: nowrap;
}
.head-nav-ul {
  margin-top: 6px;
}
.head-search-box {
  width: 232px;
  height: 38px;
  line-height: 38px;
  border-radius: 28px;
  background-color: #fff;
  padding:0 15px;
  box-sizing: border-box;
}
.head-btn-box {
  margin-top: 2px;
}
.head-search {
  font-size: 14px;
  color: #999;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.head-search-box ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999;
}
.head-search-box :-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.head-search-box ::-moz-placeholder{
  font-size: 14px;
  color: #999;
}
.head-search-box :-ms-input-placeholder{
  font-size: 14px;
  color: #999;
} 

.head-search-box .icon-search {
  color: #27a5dd;
  font-weight: 700;
}
.head-btn {
  width: 95px;
  height: 35px;
  line-height: 35px;
  border-radius: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-left: 15px;
}

.study-btn {
  background-color: #00cc99;
}
.login-btn {
  background-color: #ff9966;
}

.banner {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  box-sizing: border-box;
  margin:20px 0 -128px;
}


.banner-word {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  box-sizing: border-box;
  color: #fff;
  padding-left: 80px;
}

.banner-Tit {
  font-size: 74px;
  color: #fff;
  font-style: italic;
  background-image:-webkit-linear-gradient(bottom,#ffe0c0, #ffffff 40%); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
  margin:1px 0 25px;
}

.banner-word-cn {
  font-size: 30px;
  line-height: 1.5em;
}

#swiper-banner  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin:0 25px!important;
  position: relative;
  opacity: .5;
}

#swiper-banner  .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 42px;
  top: 50%;
  transform: translate(0,50%);
  background-color: rgba(255,255,255,.5);
  right: 14px;
}

#swiper-banner .swiper-pagination-bullet:first-child:before {
  display: none;
}

#swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.normal-tit-group {
  padding: 66px 45px;
  text-align: center;
  color: #333333;
  
}
.normal-tit {
  font-size: 40px;
  margin-bottom: 12px;
  font-weight: 400;
}

.normal-vice-tit {
  font-size: 14px;
  color: #999999;
}

.course1 {
  margin-top: 128px;
}
.courser-main-item {display: none;}
.course-main-ul>li.on a,.course-main-ul>li.on{
  color: #1995d3;
}
.course-main-ul>li.on {
  border-bottom: 3px solid #1995d3;
}

.course-main-ul>li>a {
  color: #333;
}
.course-fliter-ul>li {
  float: left;
}

.course-main-left {
  background-color: #fff;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}

.couser-pro-box {
  margin-top: 40px;
}

.icon-ai06::before {
  font-size: 18px;
}
.course-main-ul>li {
  float: left;
  text-align: center;
  color: #333;
  padding: 15px 0;
  margin-left: 42px;
}
.course-main-ul>li.on {
  color: #1995d3;
}
.whole-course-box {
  padding: 15px 0;
  font-weight: 400;
}
.whole-course-box.on {
  color: #1995d3;
  border-bottom: 3px solid #1995d3;
}
.whole-course-box.on a {
  color: #1995d3;
}
.course-main-right {
  padding: 15px 0;
  box-sizing: border-box;
}
.course-fliter-ul>li .iconfont:before {
  font-size: 18px;
}
.course-fliter-ul>li .iconfont {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.course-fliter-ul>li {
  width: 85px;
  height: 34px;
  line-height: 34px;
  background-color: #d7e8f2;
  border-radius: 28px;
  background-color: #d7e8f2;
  color: #1995d3;
  font-size: 14px;
  text-align: center;
  margin-left: 6px;
}
.icon-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #1995d3;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 5px;
}
.course-fliter-ul>li a {
  color: #1995d3;
}
.course-fliter-ul>li.on {
  background-color: #1995d3;
  color: #fff;
}
.course-fliter-ul>li.on a {
  color: #fff;
}

.couse-main-ul>li {
  width: 23.6%;
  margin-left: 1.75%;
  float: left;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 38px;
}
.couse-main-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}
.course-tit {
  color: #333;
  margin-bottom: 12px;
  font-weight: 400;
}
.course-bott {
  padding: 20px 18px 12px;
  box-sizing: border-box;
}
.course-price1 {
  color: #ff9900;
}

.course-btn {
  display: block;
  width: 68px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #999;
  border-radius: 28px;
  border: 1px solid #ededed;
}
/*1250*/


.check-more-course-btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  border-radius: 28px;
  background-color: #1995d3;
  color: #fff;
  text-align: center;
  display: block;
  margin: 45px auto;
  font-size: 14px;
}
.footer-info {font-size: 14px;color: #fff;margin-top: 15px;}
.footer-top {
  background-color: #333333;
  padding: 58px 0 45px;
  font-size: 14px;
}

.footer-bott {
  background-color: #3d3d3d;
}

.footer-mid-ul>li {
  float: left;
}

.footer-top-mid a {
  color: #fff;
  margin-bottom: 12px;
}

.footer-nav-links {
  color: #fff;
  display: block;
}

.hot-line {
  font-size: 24px;
  color: #1995d3;
  font-weight: 700;
  margin-top: 5px;
}

.contact-info-top {
  margin-top: 14px;
  color: #fff;
}
.cont-top-tit {
  color: #fff;
}
.contact-info {
  margin-top: 12px;
  color: #fff;
}
.footer-top-left {
  width: 24%;
}
.footer-top-mid {
  width: 58.4%;
}
.footer-top-right {
  width: 17.6%;
}

.footer-mid-ul>li:nth-of-type(1) {
  width: 28%;
  text-align: center;
}
.footer-mid-ul>li:nth-of-type(2) {
  width: 72%;
  padding-left: 60px;
  box-sizing: border-box;
}
.contact-info-top .iconfont {
  color: #1995d3;
}
.contact-info-top .iconfont:before {
  font-size: 50px;
}
.sub-us {
  color: #fff;
}


.footer-bott {
  padding: 18px 0 24px;
  color: #fff;
  font-size: 14px;
}
.fri-links {
  color: #fff;
  padding:0 6px;
  display: inline-block;
}

.course-position {
  padding: 25px 0;
  font-size: 14px;
  color: #999;
}
.course-position a {
  color: #999;
}

.category-inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 22px 17px;
}

.category-dl dt {
  width: 82px;
}
.category-dl dd {
  max-width: calc(100% - 82px);
}
.category-dl dt>span {
  display: block;
  width: 52px;
  height: 26px;
  line-height: 26px;
  background-color: #4eaedd;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  position: relative;
  
}
.category-dl dt>span:after {
  position: absolute;
  content: "";
  display: block;
  border-left: 6px solid #4eaedd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  right: 0;
  transform: translate(100%,-50%);
}
.category-dl dd .category-box {
  float: left;
  margin-right: 35px;
  margin-bottom: 8px;
}
.category-dl dd .category-items {
  height: 26px;
  line-height: 26px;
  padding:0 8px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.category-dl dd .category-items.on {
  background-color: #e9f5fb;
  color: #4eaedd;
}
.course-details {
  margin-bottom: 40px;
}
.course-details-top {
  padding: 30px 28px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.hide-pc {
  display: none;
}

.br12 {
  border-radius: 12px;
}
/*1250*/
.course-dt-bj {
  background: url(../img/zjbj.png) no-repeat right top;
}
.course-dt-left {
  width: 80.28%;
  box-sizing: border-box;
}
.course-dt-right {
  width: 19.72%;
  box-sizing: border-box;
}
.course-dtr-tit {
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
}

.couser-dtr-desc {
  font-size: 14px;
  color: #999;
  line-height: 1.57em;
}

.course-price {
  font-size: 14px;
  color: #ff6600;
  margin-top: 20px;
}
.end-time {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.course-price-num {
  font-size: 26px;
}
.cdt-left {
  width: 55.94%;
  box-sizing: border-box;
}
.cdt-left img{
  width: 100%;
}
.cdt-right {
  width: 44.06%;
  box-sizing: border-box;
  padding:8px 26px;
}

.collect-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1995d3;
  color: #fff;
  font-size: 14px;
  border-radius: 28px;
  display: block;
  margin-top: 20px;
}
.course-dt-buy-tit {
  font-size: 34px;
  color: #fff;
  margin-bottom: 5px;
  padding-top: 1px;
}

.couser-dt-by-desc {
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
}

.course-dt-inner {
  color: #fff;
}
.contact-btn {
  width: 136px;
  height: 36px;
  line-height: 36px;
  background-color: #ff6600;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 16px 0;
  display: block;
}
.code-img-box {
  padding: 5px;
  border-radius: 6px;
}

.course-dt-bott-left {
  width: 76.8%;
  box-sizing: border-box;
  padding: 0 26px;
}

.course-dt-bott-right {
  width: 21.44%;
  box-sizing: border-box;
}

.course-dt-tit {
  font-size: 24px;
  color: #000;
  padding: 16px 0;
  padding-left: 70px;
  position: relative;
}

.img-flag {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-12%,-19%);
}

.study-statusUl>li {
  float: left;
  padding: 15px 0;
  margin-right: 70px;
  position: relative;
}
.study-statusUl>li.on {
  color: #1995d3;
  border-bottom: 3px solid #1995d3;
}
.study-statusUl>li.on a {
  color: #1995d3;
}
.course-dt-ul>li {
  padding: 24px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.study-statusContul>li {
  padding: 20px 0;
}
.study-statusCont-items {
  display: none;
}
.course-list-num {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #69bae2;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  font-weight: 400;
}
.course-dt-ulTit {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  font-weight: 400;
}
.course-dtLeft {
  width: 100%;
  max-width: calc(100% - 68px);
}
.course-dtRight  {
  color: #333;
  margin-top: 10px;
}
.course-dtRight .iconfont {
  color: #ff9966;
}
.course-dt-ulDesc {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.progress {
  width: calc(100% - 40px);
  background-color: #efefef;
  border-radius: 28px;
  height: 6px;
  margin-top: 8px;
}
.progress-dl dt {
  width: 68px;
  font-size: 14px;
  color: #999;
}
.progress-dl dd {
  width: 100%;
  max-width: calc(100% - 68px);
}
.progress-drag{
  height: 100%;
  width: 144px;
  background-color: #00cc99;
  border-radius: 28px;
  position: relative;
}
.progress-tips {
  position: absolute;
  top: -6px;
  transform: translate(60%,-100%);
  width: 44px;
  height: 26px;
  line-height: 26px;
  border-radius: 6px;
  right: 0;
  background-color: #00cc99;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.progress-tips:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 6px solid #00cc99;
  border-left: 5px solid transparent;
  border-right:5px solid transparent ;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
}
.course-dtR-items {
  padding:0 15px 25px;
}
.course-dtR-items+.course-dtR-items {
  margin-top: 40px;
}
.course-dtR-items .course-dt-tit {
  font-size: 20px;
}
.course-dtR-items .img-flag {
  transform: translate(-10%,-19%);
}
.teach-left {
  border-radius: 50%;
  overflow: hidden;
}

.avatar-img {
  border-radius: 50%;
}

.teach-left {
  width: 29.85%;
}
.hot-img {
  margin-left: 5px;
}
.teach-right {
  padding-left: 10px;
  box-sizing: border-box;
  width: 70.15%;
}
.footer-links-dl dd {
  width: 100%;
  max-width: calc(100% - 91px);
}
.teach-desc {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.6em;
}

.teach-tit {
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
  font-weight: 400;
}

.teach-info {
  font-size: 14px;
  color: #999;
}

.couser-stu-ul>li {
  float: left;
  width: 20%;
  padding:0 1px;
  box-sizing: border-box;
  margin-top: 10px;
}

.stu-name {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.course-dtR-ul>li{
  font-size: 14px;
  color: #333;
  margin-top: 16px;
}
.consult {
  
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 999;
}
.consult .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ff6600;
  display: none;
}
.consult .iconfont:before {
  font-size: 40px;
}
.study-status {
  color: #999999;
  margin:0 5px;
}
/*1250*/
.answer-left {
  width: 76.8%;
  box-sizing: border-box;
  padding: 50px 26px 55px;
  max-width: calc(100% - 270px);
}
.answer-key {
  font-size: 14px;
}
.answer-right {
  width: 21.6%;
  box-sizing: border-box;
  min-width: 270px;
}

.answer-tit {
  font-size: 26px;
  color: #333;
  text-align: center;
}

.answer-info {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  text-align: center;
}
.answer-info1 {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}
.answer-info1>span {
  padding:0 15px;
  position: relative;
  display: inline-block;
}
.answer-info1>span:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #cccccc;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.answer-info1>span:first-child {
  padding-left: 0;
}
.answer-info1>span:first-child:before {
  display: none;
}
.answer-oper {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  text-align: center;
}
.answer-info>span {
  color: #333333;
}
.answer-timer {
  color: #ff6600;
}

.answer-status {
  color: #1995d3;
}

.question-tit {
  font-size: 20px;
  color: #333;
  padding: 40px 0 20px;
  border-bottom: 1px dashed #e0e0e0;
}
.grade-value {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-left: 8px;
}

.question-desc {
  font-family: "Myriad Pro";
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.question-list>li {
  padding: 28px 18px;
  border-bottom: 1px dashed #e1e1e1;
}

.grade {
  font-size: 14px;
  color: #999;
  margin-left: 12px;
}

.answer-letter {
  font-size: 14px;
  color: #666;
  margin-top: 18px;
}

.answer-oper-itmes {
  float: left;
}

.answer-check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  box-sizing: border-box;
}
.answer-letter-box,.answer-oper{
  padding-left: 30px;
}

.answer-oper-itmes {
  margin-right: 120px;
}
.answer-check:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
}

.answer-check:checked:before {
  border-color: #ff9933;
  background:#ff9933 url(../img/gx.png) no-repeat center center;
}

.icon-marks {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.hide-radio {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.icon-marks.on {
  color: #ff9933;
}


.answer-box {
  margin-bottom: 50px;
}

.card-option-items {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  border-radius: 4px;
  color: #666666;
  background-color: #fff;
  border:1px solid #dedede;
  font-size: 16px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.card-option-items.on {
  background-color: #1995d3;
  border-color: #1995d3;
  color: #fff;
}
.card-option-items.on.marks:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 14px solid #ff9933;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translate(50%,0) rotateZ(-60deg);
  bottom: -15px;
  right: -6px;
  transform-origin: center center;
}
.answer-card-tit {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.answer-card-items {
  margin-top: 20px;
}
.sub-card {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  background-color: #ff9933;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 0;
}

.main-box-left {
  width: 76.8%;
  box-sizing: border-box;
  padding: 0 26px 55px;
}

.main-box-right {
  width: 21.6%;
  box-sizing: border-box;
}

.notice-left  {
  width: 75px;
}
.notice-right {
  width: calc(100% - 75px);
  max-width: calc(100% - 75px);
}

.notice-calendar {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.notice-day {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #4eaedd;
  height: 28px;
  line-height: 28px;
  margin-top: -1px;
  border-radius: 6px 6px 0 0;
}

.notice-year {
  display: block;
  color: #3c8ec8;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 0 0 6px 6px;
}

.notice-rb-Tit {
  font-size: 16px;
  color: #333;
  max-width: 86%;
  font-weight: 400;
}

.notice-rb-Desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.6em;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.notice-ul>li {
  padding: 25px 0;
  border-bottom:1px dashed #e0e0e0;
}

#swiper-online .swiper-pagination{
  width: auto;
  right: 20px;
  left: unset;
}

#swiper-online .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}

#swiper-online .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.Right-news-ul>li {
  padding: 15px 12px 15px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #cccccc;
}

.icon-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1995d3;
  border-radius: 50%;
  margin-right: 5px;
  transform: translate(0,-50%);
}
.Right-news-tit {
  font-size: 14px;
  color: #333333;
  position: relative;
  font-weight: 400;
}

.Right-news-desc {
  font-size: 14px;
  color: #999;
  margin-top: 9px;
  padding-left: 12px;
}

.ht-jd-tit {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.plain-btn {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #1a95d3;
  font-size: 14px;
  color: #1995d3;
  margin-right: 8px;
  font-weight: 700;
}

.ht-jd-ul>li {
  margin-top: 16px;
}

.ht-jd-ul>li:nth-of-type(2n) a{
  color: #999999;
}

.hot-flag-items {
  width: 31.25%;
  margin-left: 3.12%;
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: block;
  float: left;
  margin-top: 10px;
}
.hot-flag-items:nth-of-type(3n+1) {
  margin-left: 0;
}
.news-group-tit {
  padding:32px 0 25px;
  border-bottom: 1px solid #e5e5e5;
}

.news-deta-tit {
  font-size: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.news-main-show-box {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}

.news-main-show-box>p {
  margin: 25px 0;
}
.news-main-show-box>img {
  margin: 30px auto;
  max-width: 80%;
}
.news-deta-info {
  font-size: 14px;
  color: #999999;
}

.prev-next-product {
  margin-top: 35px;
}

.prev-next-btn {
  width: 50%;
  margin: 1% 0;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.prev-next-btn>span {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #6f95c5;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
}

.marks-bj {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  display: none;
}

.login-inner {
  width: 538px;
  background-color: #fff;
  border-radius: 28px;
  padding: 45px 60px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
}

.marks-inner-box {
  display: none;
}

.login-inner .icon-guanbi {
  position: absolute;
  right: 15px;
  top: 15px;
}
.login-inner .icon-guanbi:before {
  font-size: 20px;
}
.login-box {
  display: none;
}
.marks-el-row {
  margin-top: 20px;
}
.send-code {
  height: 26px;
  line-height: 26px;
  width: 75px;
  text-align: center;
  display: block;
  border: 1px solid #84c6e7;
  color: #84c6e7;
  font-size: 12px;
  border-radius: 4px;
}
.marks-value {
  font-size: 16px;
  color: #999;
  width: 100%;
  max-width: calc(100% - 20px);
}

.marks-value :-webkit-input-placeholder{
  font-size: 16px;
  color: #999;
}
.marks-value :-moz-placeholder{
  font-size: 16px;
  color: #999;
}
.marks-value ::-moz-placeholder{
  font-size: 16px;
  color: #999;
}
.marks-value :-ms-input-placeholder{
  font-size: 16px;
  color: #999;
} 
.marks-el-box {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #999;
}
.marks-tit {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.fs14 {
  font-size: 14px;
}
.marks-check {
  width: 16px;
  height: 16px;
  line-height: 16px;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    position: relative;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
    box-sizing: border-box;
    margin-right: 10px;
}

.marks-check:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
}
.marks-check:checked:after {
  border-color: #1995d3;
  background:#1995d3 url(../img/gx.png) no-repeat center center;
  background-size: 100%;
}
.remeber-password {
  margin: 24px 0 32px;
  padding: 0 10px;
  box-sizing: border-box;
}
.marks-btn {
  height: 50px;
  line-height: 50px;
  background-color: #1995d3;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 100%;
  border-radius: 6px;
}

.marks-bott-info  {
  font-size: 14px;
  color: #999;
}
.register {
  color: #333;
}

.user-center-left {
  width: 21.44%;
  box-sizing: border-box;
  min-width: 268px;
}
.user-cetner-right {
  width: 76.8%;
  box-sizing: border-box;
  max-width: calc(100% - 288px);
}
.ser-center-info {
  text-align: center;
}
.user-img-box {
  border-radius: 50%;
}

.makrs-text-box {
  height: 100px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 24px;
}
.marks-text-value {
  resize: none;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 18px);
  
  font-size: 16px;
  color: #999;
}

.user-name {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 10px 0 5px;
}
.user-vip {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.user-L-bott {
  margin-top: 28px;
  box-sizing: border-box;
  padding: 35px 15px 0;
  box-sizing: border-box;
}

.user-Licon-top {
  width: 56px;
  height: 50px;
  background: url(../img/icon-bj.png) no-repeat 0px 0px;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.user-L-nav>li.on .user-Licon-top{
  background: url(../img/icon-on-bj.png) no-repeat 0px 0px;
  background-size: cover;
}
.user-L-nav>li.on .user-Licon-on {
  display: block;
}
.user-L-nav>li.on .user-Licon-no {
  display: none;
}

.user-L-nav>li .user-Licon-on {
  display: none;
}

.user-L-nav>li .user-Licon-no {
  display: block;
}
.user-Licon-img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.user-L-nav>li {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 38px;
}

.user-cetner-right {
  padding: 0 30px;
  box-sizing: border-box;
}
.user-L-bott-name {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.icon-home {
  margin-right: 5px;
}
.user-center-Rtit {
  padding: 36px 0 14px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
}
.user-avatar-change-box {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 42px auto 10px;
  cursor: pointer;
}
.user-avatar-desc {
  font-size: 14px;
  color: #1995d3;
  text-align: center;
}
.upload-file {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.el-user-dl {
  line-height: 48px;
}
.el-user-dl dt {
  width: 94px;
  float: left;
}

.el-user-dl dd {
  width: calc(100% - 94px);
  float: left;
}
.el-user-row {
  padding: 10px 0;
}
.user-change-input-box {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding:0 18px;
  box-sizing: border-box;
  color:#989898
}
.user-change-value{
  font-size: 14px;
  color: #999;
  width: 80%;
}

.user-change-btn {
  width: 104px;
  height: 42px;
  line-height: 42px;
  display: block;
  margin: 0 auto;
  background-color: #1995d3;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.user-change-form {
  padding-bottom: 279px;
  width: 574px;
  margin: 0 auto;
}

.user-search-box {
  width: 310px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  padding:0 15px ;
  box-sizing: border-box;
}
.user-search-box ::-webkit-input-placeholder{
  color: #999999;
  font-size: 14px;
}
.user-search-box :-moz-placeholder{
  color: #999999;
  font-size: 14px;
}
.user-search-box ::-moz-placeholder{
  color: #999999;
  font-size: 14px;
}
.user-search-box :-ms-input-placeholder{
  color: #999999;
  font-size: 14px;
} 
.user-search-box .icon-search {
  color: #85ccec;
}

.user-search-value {
  width: 100%;
  max-width: calc(100% - 22px);
  color: #999999;
  font-size: 14px;
}

.user-talbe {
  display: table;
  width: 100%;
  max-width: 960px;
  font-size: 14px;
  border-collapse: collapse;
  min-width: 780px;
  box-sizing: border-box;
}
.user-table1 {
  min-width: 960px;
  max-width: 1200px;
}
.responsive-table {
  overflow-x: auto
}

.my-couser-process>li {
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 18px;
  font-size: 16px;
}
.my-couser-process>li a {
  display: block;
}
.responsive-table::-webkit-scrollbar {
  background: rgba(0,0,0,.1);
  height: 5px;
  border-radius: 10px;
}

.responsive-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,.5);
}

.user-talbe .tr {
  display: table-row;
}
.user-talbe .td,.user-talbe .th{
  display: table-cell;
  border: 1px solid #e6e6e6;
  padding: 18px 25px;
  box-sizing: border-box;
}

.user-talbe .td:nth-of-type(4),.user-talbe .th:nth-of-type(4) {
  text-align: center;
}
.user-talbe .td:nth-of-type(5),.user-talbe .th:nth-of-type(5) {
  text-align: center;
}
.user-talbe .th {
  background-color: #f5f5f5;
}
.user-search {
  padding: 28px 0;
}
.pay-status {
  color: #00cc99;
}
.study-Contul-tit {
  font-size: 18px;
  color: #333;
}
.score-talbe-left {
  width: 212px;
}
.test-top-bott {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}
.score-table-num {
  font-size: 40px;
  color: #ff6600;
  font-weight: 400;
  text-align: center;
}
.score-table-num>small {
  font-size: 14px;
  margin-left: 3px;
}
.score-table-right {
  width: 100%;
}
.score-table {
  display: table;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
.score-table .tr {
  display: table-row;
}
.score-table-box {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border:1px solid #e0e0e0;
}
.score-table-box>.tr {
  display: table-row;
}
.score-talbe-left {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #f6f6f6;
}
.score-table .td,.score-table .th {
  display: table-cell;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
.score-table>.tr>.td{
  border-top:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.score-table>.tr>.td:first-child {
  border-left: none;
}
.congratulation {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin: 20px 0 15px;
}
.score-table-box>.tr>.td:first-child {
  border-right: 1px solid #e0e0e0;
}
.score-whole-grade {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.apply-zs {
  width: 98px;
  height: 34px;
  line-height: 34px;
  background-color: #fd812e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}
.study-Contul-left {
  width: 29.79%;
}

.study-Contul-mid {
  width: 70.20%;
  box-sizing: border-box;
  padding: 10px 10px 15px 25px;
}

.study-ContUl-outer-left {
  width: 77.56%;
  box-sizing: border-box;
}
.study-Contul-right {
  width: 22.44%;
  box-sizing: border-box;
  padding-top: 50px;
  text-align: right;
}
.progress-box {
  margin-top: 40px;
}
.study-step-btn {
  display: inline-block;
  width: 90px;
  max-width: calc((100% - 10px) / 2);
  line-height: 36px;
  height: 36px;
  border-radius: 4px;
  border:1px solid #ff9900;
  color: #ff9900;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.study-check-details  {
  border: #1995d3;
  background: #1995d3;
  color: #fff;
  margin-left: 5px;
}
.user-cetner-right {
  margin-bottom: 50px;
}
.no-padding {
  padding: 0;
}
.course-dt-inner-padding {
  padding: 0 26px;
}
.couse-process-num {
  font-size: 32px;
}
.couse-process-name {
  font-size: 14px;
}
.couse-dt-top {
  padding: 30px 30px 38px;
}
.couse-self-tit {
  font-size: 26px;
  color: #333;
  margin-bottom: 25px;
}

.couse-self-rUL>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  float: left;
  color: #999;
  position: relative;
}
.couse-self-rUL>li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.couse-self-rUL>li:first-child:before {
  display: none;
}

.couse-self-rUL>li .iconfont {
  margin-right: 15px;
}
.couse-self-rUL>li .iconfont:before {
  font-size: 35px;
}
.rul-tit {
  font-size: 14px;
  color: #999;
}
.rul-status {
  font-size: 16px;
  color: #333;
}
.couse-self-right {
  margin-top: 60px;
}

.couse-self-left {
  width: 20.28%;
}
.couse-self-right {
  width: 79.72%;
}

.return-btn {
  display: inline-block;
  width: 98px;
  height: 35px;
  line-height: 35px;
  background-color: #33a1d7;
  color: #fff;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 12px;
}
.return-left {
  max-width: calc(100% - 90px);
}
.return-box {
  font-size: 14px;
  color: #333;
}
.vidoe-box {
  padding: 30px 0 30px;
}

.mission-status {
  color: #00cc99;
}
.edui-upload-video {
  width: 100%;
}
.mt40 {
  margin-top: 40px;
}
.video-play-box {
  margin-bottom: 67px;
}

.mission-drop-down {
  width: 264px;
  height: 186px;
  border-radius: 16px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%,100%);
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  display: none;
}
.mission-drop-down:before {
  position: absolute;
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  top: 0px;
  transform: translate(-50%,-100%);
  z-index: 999;
}

.mission-desc {
  font-size: 12px;
  color: #999;
  margin: 15px 0 12px;
}

.video-progress {
  width: 100%;
  background-color: #efefef;
  border-radius: 28px;
  height: 6px;
  max-width: calc(100% - 40px);
  margin-top: 5px;
}
.video-progress-drag {
  background-color: #33a1d7;
  border-radius: 28px;
  height: 6px;
}
.video-progress-num {
  font-size: 12px;
  color: #333333;
}

.next-step {
  width: 55%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

.next-step-word {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-55%);
  bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  top: 50%;
}
.right-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 5px;
}

.mission-pro-it {
  font-size: 14px;
  font-weight: 400;
}
.return-right {
  min-width: 80px
}

.collect-course-ul>li {
  width: 30.44%;
  margin-left: 4.335%;
  float: left;
  margin-top:38px ;
}

.collect-course-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.test-score {
  color: #ff6600;
}
.news-table-padding .th,.news-table-padding .td{
    padding:18px 10px;
}

.test-inner-padding {
  padding: 0 26px;
}

.test-top {
  padding: 32px 0 37px;
}

.test-again-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #1995d3;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}


.no-border {
  border: none;
}

.zs-name {
  font-size: 16px;
  color: #333;
  margin: 6px 0;
  font-weight: 400;
}
.zs-desc {
  font-size: 14px;
  color: #999;
}

.my-zs-us>li{
  float: left;
  width: 27.88%;
  margin-left: 8.175%;
  margin-top: 42px;
}
.my-zs-us>li:nth-of-type(3n+1) {
  margin-left: 0;
}
.zs-details {
  margin: 30px 0 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zs-deatils-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  width: 80%;
  height: 85%;
  padding: 37% 15px 0;
  box-sizing: border-box;
}
.zs-details-info-tit {
  width: 70%;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
}
.zs-details-info-num {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin: 14px 0 26px;
}
.zs-details-info-desc {
  font-size: 16px;
  color: #333;
  line-height: 2em;
}

.fz-dw {
  font-size: 16px;
  color: #999;
  margin: 30px 0 10px;
}


.fz-date {
  font-size: 14px;
  color: #999;
}
.responsive-p ::-webkit-scrollbar {
  background: rgba(0,0,0,.1);
  width:5px;
  border-radius: 10px;
}

.responsive-p ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,.5);
}
.my-couser-process .iconfont1 {
  color: #1995d3;
  font-weight: 700;
}
.nomt {
  margin-top: 0;
}
.tl {
  text-align: left;
}
.tri {
  text-align: right;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.nopb {
  padding-bottom: 0;
}
