/* reset */
/*
  *author:Y.Ray
*/
*{margin:0; padding:0;}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li {list-style:none;}
table{width:100%;border-collapse:collapse;border-spacing:0; }
table td{word-break: break-all; word-wrap:break-word;}
em, i {font-style:normal;}
a, a:visited, a:active {text-decoration:none; border:none; outline:none; color: #333; cursor: pointer;}
a,img { display:block; border:none;}
input, textarea {outline:none;}
select,input{-webkit-appearance:none;-webkit-tap-highlight-color: rgba(3, 3, 3, 0); }
select {outline: medium none;}
textarea {resize: vertical;}
body {-webkit-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(3,3,3,0); -webkit-touch-callout:none; word-wrap:break-word; line-height:1.5;font-size: 14px;overflow-x: hidden; color: #333;}
body, button, input, select, textarea {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, "PingFang SC", 'Noto Sans', "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;}
input[type="button"] {cursor: pointer;}
::-webkit-input-placeholder {color:#666;} /*placeholder 字体颜色*/
:-moz-placeholder {color:#666;} /*placeholder 字体颜色*/
::-moz-placeholder {color: #666;} /*placeholder 字体颜色*/
:-ms-input-placeholder {color: #666;} /*placeholder 字体颜色*/
.none{display:none;}
.left {float:left;}
.right {float:right;}
.clearfix::after {content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.clearfix {zoom:1;}
.clear{clear: both;}
.cont {width: 7.5rem; margin: auto;}

.yd-hide{
  display: none;
}

.banner-bgd{
  width: 7.5rem;
  height: 6rem;
  margin: 0 auto;
  background: url('../images-yd/banner-bgd.png') no-repeat center;
  background-size: contain;
}
.banner{
  padding: .2rem 0;
  font-size: 0;
  text-align: center;
}
.banner-logo{
  width: 1.9rem;
  height: .6rem;
  margin: 0 0 1.2rem .2rem;
}
.banner h2{
  font-size: .34rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: .1rem;
}
.banner h1{
  width: 5.62rem;
  height: 1.15rem;
  margin: 0 auto .2rem;
  background: url('../images/banner-title.png') no-repeat center;
  background-size: contain;
}
.banner ul{
  padding: 0 1.14rem;
  text-align: left;
}
.banner li{
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  height: .66rem;
  text-align: left;
  margin: 0 .1rem .14rem;
  background: url('../images/banner-img.png') no-repeat center;
  background-size: contain;
}
.banner li span{
  display: inline-block;
  vertical-align: top;
  width: .66rem;
  height: .66rem;
  font-size: .26rem;
  color: #fff;
  text-align: center;
  line-height: .66rem;
  margin-left: .1rem;
}
.banner li p{
  display: inline-block;
  vertical-align: top;
  width: 1.64rem;
  font-size: .24rem;
  color: #1c287a;
  text-align: center;
  line-height: .66rem;
}

/* 考医学类硕士的八大优势 */
.advantage-bgd{
  background-color: #fff;
}
.advantage{
  padding: .6rem 0 0;
  font-size: 0;
  text-align: center;
}
.advantage h2{
  font-size: .46rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .35rem;
}
.advantage h2 span{
  color: #f25374;
}
.advantage li{
  display: inline-block;
  vertical-align: top;
  width: 1.78rem;
  margin-bottom: .3rem;
  background-color: #f7f9ff;
}
.advantage li h3{
  position: relative;
  font-size: .26rem;
  color: #fff;
  line-height: .7rem;
  background-color: #22388e;
}
.advantage li h3::after{
  position: absolute;
  top: 50%;
  right: -.16rem;;
  width: 0;
  height: 0;
  content: '';
  margin-top: -.08rem;
  border-top: .08rem solid transparent;
  border-left: .16rem solid #22388e;
  border-bottom: .08rem solid transparent;
  z-index: 1;
}
.advantage li p{
  box-sizing: border-box;
  padding: .22rem 0;
  height: 1rem;
  font-size: .2rem;
  color: #333;
  text-align: center;
  line-height: .26rem;
}
.advantage li:nth-of-type(even){
  background-color: #fff4f6;
}
.advantage li:nth-of-type(2) h3,
.advantage li:nth-of-type(4) h3,
.advantage li:nth-of-type(5) h3,
.advantage li:nth-of-type(7) h3{
  background-color: #f25374;
}
.advantage li:nth-of-type(2) h3::after,
.advantage li:nth-of-type(4) h3::after,
.advantage li:nth-of-type(5) h3::after,
.advantage li:nth-of-type(7) h3::after{
  border-left-color: #f25374;
}

/* 那些困扰你考医学类硕士的问题 */
.question-bgd{
  background-color: #fff;
}
.question{
  padding: .3rem 0;
  font-size: 0;
  text-align: center;
}
.question h2{
  font-size: .46rem;
  color: #333;
  font-weight: 600;
  margin-bottom: .35rem;
}
.question h2 span{
  color: #f25374;
}
.question-box li{
  display: inline-block;
  vertical-align: top;
  margin: 0 .1rem .4rem;
}
.question-top{
  box-sizing: border-box;
  padding: .5rem 0 0;
  width: 3.4rem;
  height: 3.4rem;
  background: #22388e;
}
.question-top h4{
  position: relative;
  font-size: .26rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .3rem;
}
.question-top h4::before{
  position: absolute;
  top: -.2rem;
  left: 50%;
  width: .4rem;
  height: .02rem;
  content: '';
  margin-left: -.2rem;
  background-color: #e1e7ff;
}
.question-top p{
  padding: 0 .3rem;
  font-size: .16rem;
  color: #fff;
  line-height: 2;
  text-align: left;
  margin-bottom: .48rem;
}
.question-top a{
  width: 2rem;
  height: .5rem;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  line-height: .5rem;
  margin: 0 auto;
  background-color: #f25374;
}

/* 医学类考研，那些你不得不防的“坑” */
.hole-bgd{
  background-color: #fff;
}
.hole{
  padding: .3rem 0 0;
  font-size: 0;
  text-align: center;
}
.hole h2{
  font-size: .46rem;
  color: #333;
  line-height: .6rem;
  font-weight: 600;
  margin-bottom: .32rem;
}
.hole h2 span{
  color: #f25374;
}
.hole-list{
  display: inline-block;
  vertical-align: top;
  width: 5.2rem;
  height: 1.88rem;
  margin-bottom: .3rem;
  background: url('../images/hole-list-img01.png') no-repeat center;
  background-size: contain;
}
.hole-list:nth-of-type(even){
  background: url('../images/hole-list-img02.png') no-repeat center;
  background-size: contain;
}
.hole-list h3{
  padding: .16rem 0 0 1.6rem;
  font-size: .24rem;
  color: #0b3392;
  font-weight: 600;
  text-align: left;
  line-height: .5rem;
  margin-bottom: .35rem;
}
.hole-list p{
  position: relative;
  padding: 0 .4rem;
  font-size: .18rem;
  color: #fff;
  line-height: .3rem;
  text-align: left;
}
.hole-list p::before{
  position: absolute;
  top: .08rem;
  left: .3rem;
  width: .04rem;
  height: .16rem;
  content: '';
  background-color: #fff;
}

/* 研究生考试报考流程一览 */
.bmlc-bgd{
  background-color: #fff;
}
.bmlc{
  padding: .3rem 0;
  font-size: 0;
  text-align: center;
}
.bmlc h2{
  font-size: .46rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .32rem;
}
.bmlc h2 span{
  color: #f25374;
}
.bmlc-box{
  box-sizing: border-box;
  padding: .1rem 0 0 .55rem;
  width: 7.5rem;
  height: 4rem;
  margin: 0 auto .1rem;
  background: url('../images-yd/bmlc-box-img01.png') no-repeat center top;
  background-size: contain;
}
.bmlc-ul01{
  text-align: left;
  margin-bottom: 1.6rem;
}
.bmlc-ul01 li{
  display: inline-block;
  vertical-align: top;
  margin: 0 .16rem 0 .2rem;
}
.bmlc-ul01 li h3{
  display: inline-block;
  vertical-align: top;
  width: .5rem;
  height: .5rem;
  text-align: center;
  background-color: #f25374;
  border-radius: .25rem;
}
.bmlc-ul01 li h3 span{
  display: block;
  width: .4rem;
  height: .4rem;
  font-size: .24rem;
  color: #ffd1db;
  margin: .05rem auto;
  line-height: .4rem;
  border-radius: .2rem;
  background-color: #ff6787;
}
.bmlc-ul01 .bmlc-right{
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  margin-left: .1rem;
}
.bmlc-ul01 h4{
  height: .66rem;
  font-size: .2rem;
  color: #333;
  text-align: left;
  margin-bottom: .1rem;
}
.bmlc-ul01 a{
  display: block;
  width: 1.2rem;
  height: .4rem;
  font-size: .16rem;
  color: #666;
  text-align: center;
  line-height: .4rem;
  background-color: #f2f2f2;
}
.bmlc-ul02{
  text-align: left;
}
.bmlc-ul02 li{
  display: inline-block;
  vertical-align: top;
  margin: 0 .36rem 0 0;
}
.bmlc-ul02 li h3{
  display: inline-block;
  vertical-align: top;
  width: .5rem;
  height: .5rem;
  margin: .48rem 0 0;
  text-align: center;
  background-color: #f25374;
  border-radius: .25rem;
}
.bmlc-ul02 li h3 span{
  display: block;
  width: .4rem;
  height: .4rem;
  font-size: .24rem;
  color: #ffd1db;
  margin: .05rem auto;
  line-height: .4rem;
  border-radius: .2rem;
  background-color: #ff6787;
}
.bmlc-ul02 .bmlc-right{
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  margin-right: .1rem;
}
.bmlc-ul02 h4{
  box-sizing: border-box;
  padding-left: .01rem;
  height: .66rem;
  font-size: .2rem;
  color: #333;
  line-height: .24rem;
  text-align: right;
}
.bmlc-ul02 li:not(:nth-of-type(1)) h4{
  line-height: .4rem;
}
.bmlc-ul02 a{
  display: block;
  width: 1.2rem;
  height: .4rem;
  font-size: .16rem;
  color: #666;
  text-align: center;
  line-height: .4rem;
  background-color: #f2f2f2;
  margin-bottom: .1rem;
}

.bmlc-box02{
  box-sizing: border-box;
  padding: .1rem 0 0 .55rem;
  width: 7.5rem;
  height: 4rem;
  margin: 0 auto;
  background: url('../images-yd/bmlc-box-img02.png') no-repeat center top;
  background-size: contain;
}

/* 阶梯式教学体系，让学习由浅入深 */
.teaching-bgd{
  background-color: #fff;
}
.teaching{
  padding: .3rem 0 0;
  font-size: 0;
  text-align: center;
}
.teaching h2{
  font-size: .46rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .32rem;
}
.teaching h2 span{
  color: #f25374;
}
.teaching-left{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 1.78rem 0 0 1.53rem;
  width: 5.4rem;
  height: 6.31rem;
  margin-bottom: .3rem;
  text-align: left;
  background: url('../images/teaching-left.png') no-repeat center;
  background-size: contain;
}
.teaching-left li{
  width: 1rem;
  font-size: .18rem;
  color: #fff;
  text-align: center;
  line-height: .26rem;
  transform: rotate(-9deg);
  margin-bottom: .35rem;
}
.teaching-left li:nth-of-type(2){
  margin: 0 0 .3rem .78rem;
}
.teaching-left li:nth-of-type(3){
  margin: 0 0 .44rem 1.7rem;
}
.teaching-left li:nth-of-type(4){
  margin-left: 2.68rem;
}
.teaching-right{
  display: inline-block;
  vertical-align: top;
  width: 5.55rem;
}
.teaching-right li{
  box-sizing: border-box;
  padding: .2rem 0 0;
  width: 5.55rem;
  height: 1.2rem;
  margin-bottom: .38rem;
  background: linear-gradient(to right, #fff 0,#f6f6f6 100%);
}
.teaching-right li h3{
  padding: 0 .08rem 0 0;
  font-size: .24rem;
  color: #666;
  line-height: 1;
  text-align: right;
  font-weight: 600;
  margin: 0 .16rem .15rem 0;
  border-right: .04rem solid #22388e;
}
.teaching-right li h3 span{
  color: #22388e;
}
.teaching-right li a{
  display: inline-block;
  vertical-align: top;
  width: 1.34rem;
  height: .4rem;
  font-size: .18rem;
  color: #213a98;
  text-align: center;
  line-height: .4rem;
  border: .02rem solid #213a98;
  border-radius: .2rem;
}
.teaching-right li p{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 .14rem;
  width: 4rem;
  font-size: .18rem;
  color: #666;
  text-align: right;
}

/* 医学类硕士热门院校，让努力不负时光 */
.study-bgd{
  margin: 0 auto;
  background: url('../images/study-bgd.png') no-repeat center 1.7rem;
}
.study{
  padding: .3rem 0 0;
  font-size: 0;
  text-align: left;
}
.study h2{
  font-size: .46rem;
  color: #333;
  text-align: center;
  line-height: .6rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.study h2 span{
  color: #f25374;
}
.study-box{
  display: inline-block;
  vertical-align: top;
  width: 3.2rem;
  text-align: center;
  margin: 0 0 .4rem 0;
  background-color: #fff;
  box-shadow: 0 0 .18rem rgba(24, 42, 115, 0.04);
}
.study-box:nth-of-type(odd){
  margin: 0 .7rem .3rem .2rem;
}
.study li{
  padding: .3rem 0 .18rem;
}
.study li:not(:last-of-type){
  border-bottom: .02rem dashed #adadad;
}
.study li h3{
  width: 2.6rem;
  height: .5rem;
  font-size: .24rem;
  color: #fff;
  line-height: .5rem;
  text-align: center;
  background-color: #f25374;
  border-radius: 0 .25rem .25rem 0;
  margin-bottom: .14rem;
}
.study li h4{
  padding-left: .23rem;
  font-size: .2rem;
  color: #333;
  text-align: left;
  margin-bottom: .12rem;
}
.study li p{
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: .3rem;
  font-size: .18rem;
  color: #f25374;
  text-align: center;
  line-height: .3rem;
  margin: 0 .08rem .08rem 0;
  background-color: #ffe4ea;
}
.study li .study-width{
  width: 2.08rem;
}
.study li .study-width02{
  width: 1.64rem;
}
.study-cont{
  text-align: left;
  margin-left: .23rem;
}
.study-box a{
  display: inline-block;
  vertical-align: top;
  width: 1.28rem;
  height: .4rem;
  font-size: .2rem;
  color: #f25374;
  text-align: center;
  line-height: .4rem;
  margin: .2rem .06rem;
  border: .02rem solid #f25374;
  border-radius: .2rem;
}
.study-box a:first-of-type{
  color: #fff;
  background-color: #22388e;
  border-color: #22388e;
}
.study .study-link{
  width: 4.9rem;
  height: .7rem;
  font-size: .28rem;
  color: #fff;
  text-align: center;
  line-height: .7rem;
  background-color: #22388e;
  margin: 0 auto;
  border-radius: .35rem;
}

/* 实力派师资带学，让知识融会贯通 */
.teacher-bgd{
  background-color: #fff;
}
.teacher{
  padding: .3rem 0;
  font-size: 0;
  text-align: center;
}
.teacher h2{
  font-size: .4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: .5rem;
}
.teacher h2 span{
  color: #c25c00;
}
.teacher-box .parbd{
  display: inline-block;
  vertical-align: top;
  width: 5.3rem;
  margin: 0 auto;
  text-align: left;
}
.teacher-box .parbd li img{
  display: inline-block;
  vertical-align: top;
  width: 2.6rem;
  height: 3.5rem;
}
.teacher-box .teacher-right{
  display: inline-block;
  vertical-align: top;
  width: 2.7rem;
  text-align: left;
}
.teacher-right h3{
  padding: .3rem 0 0;
  font-size: .26rem;
  color: #333;
  font-weight: 600;
  line-height: .26rem;
  margin-bottom: .3rem;
}
.teacher-right h3 i{
  display: inline-block;
  vertical-align: top;
  width: .6rem;
  height: .24rem;
  margin: .03rem .16rem 0 0;
  background: linear-gradient(to right,#fff 0,#ffcfa2 100%);
}
.teacher-right h4{
  width: 2.16rem;
  height: .42rem;
  font-size: .22rem;
  color: #c25c00;
  line-height: .42rem;
  text-align: center;
  margin: 0 0 .3rem .3rem;
  background-color: #ffcfa2;
}
.teacher-right p{
  padding: 0 .24rem;
  font-size: .15rem;
  color: #666;
  text-align: left;
}
.teacher-box .parhd{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: .1rem 0 0;
  width: 1.7rem;
  height: 3.5rem;
  margin: .1rem .2rem 0;
  border:  .02rem solid #eee;
}
.teacher-box .parhd li h3{
  box-sizing: border-box;
  padding: .22rem 0;
  height: 1.1rem;
  font-size: .22rem;
  color: #666;
}
.teacher-box .parhd li.on h3{
  color: #ffcfa2;
}
.teacher-box .parhd li h3 span{
  font-size: .18rem;
}
.teacher-box .parhd li.on h3 span{
  color: #ffcfa2;
}
.teacher .teacher-link{
  width: 4.8rem;
  height: .8rem;
  font-size: .32rem;
  color: #fff;
  text-align: center;
  line-height: .8rem;
  margin: .4rem auto .3rem;
  background: linear-gradient(to bottom,#ea7b17 0,#c25c00 100%);
  border-radius: .4rem;
}


/* 2023年医学类硕士报考信息提醒服务 */
.bkxx-bgd{
  background-color: #22388e;
}
.bkxx{
  padding: .3rem 0;
  font-size: 0;
  text-align: center;
}
.bkxx h2{
  font-size: .4rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: .52rem;
}
.bkxx h2 span{
  color: #f25374;
}

.bkxx-phone{
  display: inline-block;
  vertical-align: top;
  width: 6.5rem;
  height: .6rem;
  margin: 0 0 .4rem;
  text-align: left;
  background-color: #fff;
}
.bkxx-phone label{
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
}
.bkxx-phone label img{
  display: inline-block;
  vertical-align: top;
  width: .31rem;
  height: .31rem;
  margin: .15rem .13rem;
}
.bkxx-phone label p{
  display: inline-block;
  vertical-align: top;
  font-size: .2rem;
  color: #666;
  line-height: .6rem;
}
.bkxx-phone input[type = text]{
  display: inline-block;
  vertical-align: top;
  width: 5.1rem;
  height: .6rem;
  font-size: .2rem;
  border: none;
}
.bkxx-phone select{
  display: inline-block;
  vertical-align: top;
  width: 5.1rem;
  height: .6rem;
  font-size: .2rem;
  border: none;
}
.bkxx input[type = button]{
  display: block;
  width: 4.9rem;
  height: .7rem;
  font-size: .28rem;
  color: #fff;
  font-weight: 600;
  line-height: .7rem;
  margin: 0 auto .15rem;
  background-color: #f25374;
  border-radius: .35rem;
  border: none;
}
.bkxx .xieyi{
  color: #fff;
}
.bkxx .xieyi a{
  color: #f25374;
}
.bkxx > p{
  padding: 0 .72rem;
  font-size: .2rem;
  color: #fff;
  text-align: left;
}

/* 医学类硕士研究生精品课程试听 */
.course-bgd{
  background-color: #fff;
}
.course{
  padding: .6rem 0 .3rem;
  font-size: 0;
  text-align: center;
}
.course h2{
  font-size: .46rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .32rem;
}
.course h2 span{
  color: #f25374;
}
.course-img{
  width: 7.06rem;
  height: 4.24rem;
  margin: 0 auto .5rem;
}
.course-box{
  width: 7.5rem;
  height: 3.1rem;
  margin: 0 auto;
  background: url('../images-yd/course-box.png') no-repeat center;
  background-size: contain;
}
.course-box li{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 .08rem;
  width: 1.5rem;
  font-size: .2rem;
  color: #666;
  text-align: left;
}
.course-box li:nth-of-type(1){
  margin: 1.4rem 0 0;
}
.course-box li:nth-of-type(2){
  margin: 1.2rem 0 0;
}
.course-box li:nth-of-type(3){
  margin: 1.4rem 0 0;
}
.course-box li:nth-of-type(4){
  margin: 1.7rem 0 0;
}
.course-box li:nth-of-type(5){
  margin: .9rem 0 0;
}
.course .course-link{
  display: block;
  width: 4.9rem;
  height: .7rem;
  font-size: .28rem;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: .7rem;
  background-color: #f25374;
  border-radius: .35rem;
}

/* 管家式服务体系，让伴学安心贴心 */
.steward-bgd{
  background-color: #fff;
}
.steward{
  padding: .3rem 0;
  font-size: 0;
  text-align: center;
}
.steward h2{
  font-size: .46rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: .32rem;
}
.steward h2 span{
  color: #f25374;
}
.steward-box li{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: .17rem 0 0;
  width: 2.74rem;
  height: 2.14rem;
  margin: 0 .18rem;
  background: url('../images/steward-box-img01.png') no-repeat center;
  background-size: contain;
}
.steward-box li:nth-of-type(2),
.steward-box li:nth-of-type(4),
.steward-box li:nth-of-type(5),
.steward-box li:nth-of-type(7){
  background: url('../images/steward-box-img02.png') no-repeat center;
  background-size: contain;
}
.steward-box li:nth-of-type(2) h3 span,
.steward-box li:nth-of-type(4) h3 span,
.steward-box li:nth-of-type(5) h3 span,
.steward-box li:nth-of-type(7) h3 span{
  background-color: #f25374;
}
.steward-box h3{
  height: .5rem;
  font-size: .24rem;
  color: #fefeff;
  text-align: left;
  line-height: .5rem;
  margin-bottom: .28rem;
}
.steward-box h3 span{
  display: inline-block;
  vertical-align: top;
  width: .34rem;
  height: .34rem;
  font-size: .16rem;
  color: #fff;
  margin: .08rem .6rem 0 .4rem;
  text-align: center;
  line-height: .34rem;
  background-color: #22388e;
  border-radius: .17rem;
}
.steward-box p{
  padding: 0 .29rem;
  font-size: .18rem;
  color: #666;
  line-height: .3rem;
  text-align: left;
}

/* 底部版权 */
.section{padding-top: .5rem;}
.title h2{font-size: .4rem;}
.title h2 span{padding-right: .04rem;}
.wrap{width:94%;margin: 0 auto;}

.sec17{width: 100%; display: block; clear: both; padding-bottom: 0;}
.s14-cont{ background: #1459c1; width: 100%;}
.s14-cont ul{width: 825px; margin: 0 auto;}
.s14-cont ul li{width: 275px; float:left; display: block; position: relative; height: 451px;}
.s14-cont ul li.item1{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img02.png) no-repeat center;}
.s14-cont ul li.item2{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img03.png) no-repeat center;}
.s14-cont ul li.item3{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img04.png) no-repeat center;}
.s14-cont ul li .item-show{width: 100%; padding: 60% 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.s14-cont .item-img{width: 100%;margin: 0 auto;height: 80px;}
.s14-cont .item-img img{display: block;margin: auto;}
.s14-cont .item-tit{width: 100%; margin: 30px auto 0; text-align: center; font: 24px/38px "微软雅黑"; color: #fff; }
.s14-cont .info {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(0) rotate(-180deg);-moz-transform: scale(0) rotate(-180deg);-ms-transform: scale(0) rotate(-180deg);-o-transform: scale(0) rotate(-180deg);transform: scale(0) rotate(-180deg);}
.s14-cont .info p {width: 70%; margin: 0 auto; font:20px/30px "微软雅黑"; color: #fff; text-transform: uppercase;
padding-top: 42%;text-align: justify; height: 150px;}
.s14-cont .info a {width: 70%; display: block; margin: 20% auto 0; font: 24px/50px "微软雅黑"; color: #fff; border: 1px solid #fff; text-align: center;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.s14-cont .info a:hover {background: #fff; color: #e72d1b;}
.s14-cont ul li:hover .item-show {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition-delay: 0;-moz-transition-delay: 0;transition-delay: 0;}
.s14-cont ul li:hover .info {visibility: visible; opacity: 1;-webkit-transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-ms-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;transition-delay: 0.3s;}

/*底部通用*/
.s14-cont ul{width: 100%;}
.s14-cont ul li{width: 50%;float: left;height: 5rem;}
.s14-cont .item-img{ height: auto;}
.s14-cont .item-img img{width: 24%;}
.s14-cont .item-tit{ margin-top: .4rem; font-size: .24rem;}
.s14-cont .info p{height: auto;}
.s14-cont .info a{margin: 0 auto; line-height: 30px; margin-top: .2rem;}


/* 加隐私条款 */
.xieyi {margin: .1rem auto; font-size: .22rem; text-align: center; line-height: .19rem; color: #666;}
.xieyi .xy {border: none; display: inline-block; background: transparent; height: .19rem;}
.xieyi input[type=checkbox] {position: relative; display: inline-block; float: none; width: .24rem; height: .19rem; padding: 0; margin-bottom: 0; border: none; -webkit-appearance: checkbox;-webkit-appearance: none;}
.xieyi input[type=checkbox]::before {position: absolute; content: ""; top: 0; left: 0; width: 100%;  height: 100%; background: url(../images/uncheck.png) no-repeat center; background-size: .24rem auto;}
.xieyi input[type=checkbox]:checked::before {position: absolute; background: url(../images/checked.png) no-repeat center; background-size: .24rem auto; top: 0; left: 0; width: 100%;}
.xieyi a {display: inline; background: transparent; color: #ed5736;}
.ejy .xieyi .xy {width: 2rem;}
/*协议弹窗样式*/
.es_arg_mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3; opacity: 0.3;z-index: 2000;}
.es_agr_box {position: fixed;top: 50%;left: 50%;width: 5.6rem;margin: -2.5rem 0 0 -2.9rem;padding: .1rem;background: #ffffff;border-radius: .08rem;z-index: 2001;}
.es_agr_title {text-align: center;font-size: .3rem;font-weight: bold;padding: .1rem .2rem;}
.es_agr_main {height: 2rem; overflow: auto;}
.es_agr_con {font-size: .16rem;color: #3a3d4b;line-height: .26rem;word-break: break-all;}
.es_agr_btn {text-align: center;padding: .2rem .2rem 0;}
.es_button {line-height: .6rem;border: none;outline: none;cursor: pointer;color: #ffffff;font-size: .24rem;border-radius: .08rem;padding: 0 .4rem;background: #1890FF;background: -webkit-linear-gradient(left, #1890FF, #90CAFF);background: -o-linear-gradient(left, #1890FF, #90CAFF);background: -moz-linear-gradient(left, #1890FF, #90CAFF);background: linear-gradient(left, #1890FF, #90CAFF);}
.es_cancel {display: block;font-size: .14rem;color: #3a3d4b;cursor: pointer; margin-top: .1rem;}
.agreement {padding: .1rem;}
.agreement p {font-size: .24rem; line-height: .4rem; text-indent: 2em; text-align: justify;}
