@charset "UTF-8";
/* 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;}
.wrapper {padding: 0;margin: 0;}
.cont {width: 1100px; margin: auto;}

.pc-hide{
  display: none;
}

.zhy {font-size: 12px;}
.zhy a {display: inline;}
#hdr_mn > div{
  width: 560px;
}

.banner-bgd{
  height: 600px;
  margin: 0 auto;
  background: url('../images/banner-bgd.png') no-repeat center;
}
.banner{
  padding: 190px 0 0;
  font-size: 0;
  text-align: center;
}
.banner h2{
  font-size: 34px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.banner h1{
  width: 1040px;
  height: 213px;
  margin: 0 auto;
  background: url('../images/banner-title.png') no-repeat center;
  background-size: contain;
}
.banner li{
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 76px;
  text-align: left;
  margin: 0 18px;
  background: url('../images/banner-img.png') no-repeat center;
  background-size: contain;
}
.banner li span{
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 76px;
  margin-left: 15px;
}
.banner li p{
  display: inline-block;
  vertical-align: top;
  width: 189px;
  font-size: 26px;
  color: #1c287a;
  text-align: center;
  line-height: 76px;
}

/* 考医学类硕士的八大优势 */
.advantage-bgd{
  background-color: #fff;
}
.advantage{
  padding: 60px 0;
  font-size: 0;
  text-align: center;
}
.advantage h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 35px;
}
.advantage h2 span{
  color: #f25374;
}
.advantage li{
  display: inline-block;
  vertical-align: top;
  width: 275px;
  margin-bottom: 35px;
  background-color: #f7f9ff;
}
.advantage li h3{
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 70px;
  background-color: #22388e;
}
.advantage li h3::after{
  position: absolute;
  top: 50%;
  right: -16px;;
  width: 0;
  height: 0;
  content: '';
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-left: 16px solid #22388e;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
.advantage li p{
  box-sizing: border-box;
  padding: 22px 0;
  height: 100px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 26px;
}
.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: 30px 0;
  font-size: 0;
  text-align: center;
}
.question h2{
  font-size: 46px;
  color: #333;
  font-weight: 600;
  margin-bottom: 35px;
}
.question h2 span{
  color: #f25374;
}
.question-box{
  width: 1100px;
  height: 365px;
  margin: 0 auto;
  background: url('../images/question-box.png') no-repeat center;
  background-size: contain;
}
.question-box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 0;
  width: 275px;
}
.question-box li img{
  width: 120px;
  height: 120px;
  margin: 0 auto 80px;
}
.question-box li h3{
  font-size: 24px;
  color: #333;
}
.question-top{
  display: none;
}
.question-box li:hover .question-top{
  display: block;
}
.question-top{
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 50px 0 0;
  width: 270px;
  height: 340px;
  background: #22388e;
}
.question-top h4{
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
.question-top h4::before{
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 2px;
  content: '';
  margin-left: -20px;
  background-color: #e1e7ff;
}
.question-top p{
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  text-align: left;
  margin-bottom: 68px;
}
.question-top a{
  width: 200px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background-color: #f25374;
}


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

/* 研究生考试报考流程一览 */
.bmlc-bgd{
  background-color: #fff;
}
.bmlc{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.bmlc h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 32px;
}
.bmlc h2 span{
  color: #f25374;
}
.bmlc-box{
  width: 1100px;
  margin: 0 auto;
  background: url('../images/bmlc-box.png') no-repeat center top;
}
.bmlc-ul01{
  text-align: left;
  margin-bottom: 145px;
}
.bmlc-ul01 li{
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 20px;
}
.bmlc-ul01 li h3{
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #f25374;
  border-radius: 25px;
}
.bmlc-ul01 li h3 span{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #ffd1db;
  margin: 5px auto;
  line-height: 40px;
  border-radius: 20px;
  background-color: #ff6787;
}
.bmlc-ul01 .bmlc-right{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-left: 10px;
}
.bmlc-ul01 h4{
  height: 66px;
  font-size: 20px;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
.bmlc-ul01 a{
  display: block;
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 40px;
  background-color: #f2f2f2;
}
.bmlc-ul01 a:hover{
  color: #fff;
  background-color: #22388e;
}

.bmlc-ul02{
  text-align: left;
}
.bmlc-ul02 li{
  display: inline-block;
  vertical-align: top;
  margin: 0 36px 0 0;
}
.bmlc-ul02 li h3{
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin: 48px 0 0;
  text-align: center;
  background-color: #f25374;
  border-radius: 25px;
}
.bmlc-ul02 li h3 span{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #ffd1db;
  margin: 5px auto;
  line-height: 40px;
  border-radius: 20px;
  background-color: #ff6787;
}
.bmlc-ul02 .bmlc-right{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-right: 10px;
}
.bmlc-ul02 h4{
  box-sizing: border-box;
  padding-left: 1px;
  height: 66px;
  font-size: 20px;
  color: #333;
  line-height: 24px;
  text-align: right;
}
.bmlc-ul02 li:not(:nth-of-type(1)) h4{
  line-height: 40px;
}
.bmlc-ul02 a{
  display: block;
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 40px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.bmlc-ul02 a:hover{
  color: #fff;
  background-color: #22388e;
}

/* 阶梯式教学体系，让学习由浅入深 */
.teaching-bgd{
  background-color: #fff;
}
.teaching{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.teaching h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 32px;
}
.teaching h2 span{
  color: #f25374;
}
.teaching-left{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 178px 0 0 153px;
  width: 540px;
  height: 631px;
  margin-right: 5px;
  text-align: left;
  background: url('../images/teaching-left.png') no-repeat center;
  background-size: contain;
}
.teaching-left li{
  width: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  transform: rotate(-9deg);
  margin-bottom: 35px;
}
.teaching-left li:nth-of-type(2){
  margin: 0 0 30px 78px;
}
.teaching-left li:nth-of-type(3){
  margin: 0 0 44px 170px;
}
.teaching-left li:nth-of-type(4){
  margin-left: 268px;
}
.teaching-right{
  display: inline-block;
  vertical-align: top;
  width: 555px;
}
.teaching-right li{
  box-sizing: border-box;
  padding: 20px 0 0;
  width: 555px;
  height: 120px;
  margin-bottom: 38px;
  background: linear-gradient(to right, #fff 0,#f6f6f6 100%);
}
.teaching-right li h3{
  padding: 0 8px 0 0;
  font-size: 24px;
  color: #666;
  line-height: 1;
  text-align: right;
  font-weight: 600;
  margin: 0 16px 15px 0;
  border-right: 4px solid #22388e;
}
.teaching-right li h3 span{
  color: #22388e;
}
.teaching-right li a{
  display: inline-block;
  vertical-align: top;
  width: 134px;
  height: 40px;
  font-size: 18px;
  color: #213a98;
  text-align: center;
  line-height: 40px;
  border: 1px solid #213a98;
  border-radius: 20px;
}
.teaching-right li a:hover{
  color: #fff;
  background-color: #213a98;
}
.teaching-right li p{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 14px;
  width: 400px;
  font-size: 18px;
  color: #666;
  text-align: right;
}

/* 医学类硕士热门院校，让努力不负时光 */
.study-bgd{
  margin: 0 auto;
  background: url('../images/study-bgd.png') no-repeat center 120px;
}
.study{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.study h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 80px;
}
.study h2 span{
  color: #f25374;
}
.study-box{
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 0 40px 0;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(24, 42, 115, 0.04);
}
.study-box:not(:last-of-type){
  margin-right: 70px;
}
.study li{
  padding: 30px 0 18px;
}
.study li:not(:last-of-type){
  border-bottom: 1px dashed #adadad;
}
.study li h3{
  width: 260px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #f25374;
  border-radius: 0 25px 25px 0;
  margin-bottom: 14px;
}
.study li h4{
  padding-left: 23px;
  font-size: 20px;
  color: #333;
  text-align: left;
  margin-bottom: 12px;
}
.study li p{
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  font-size: 18px;
  color: #f25374;
  text-align: center;
  line-height: 30px;
  margin: 0 8px 8px 0;
  background-color: #ffe4ea;
}
.study li .study-width{
  width: 208px;
}
.study li .study-width02{
  width: 164px;
}
.study-cont{
  text-align: left;
  margin-left: 23px;
}
.study-box a{
  display: inline-block;
  vertical-align: top;
  width: 128px;
  height: 40px;
  font-size: 20px;
  color: #f25374;
  text-align: center;
  line-height: 40px;
  margin: 20px 6px;
  border: 1px solid #f25374;
  border-radius: 20px;
}
.study-box a:hover{
  text-decoration: underline;
}
.study-box a:first-of-type{
  color: #fff;
  background-color: #22388e;
  border-color: #22388e;
}
.study .study-link{
  width: 490px;
  height: 70px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  background-color: #22388e;
  margin: 0 auto;
  border-radius: 35px;
}
.study-link:hover{
  text-decoration: underline;
}

/* 实力派师资带学，让知识融会贯通 */
.teacher-bgd{
  background-color: #fff;
}
.teacher{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.teacher h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 32px;
}
.teacher h2 span{
  color: #f25374;
}
.teacher-box .parbd{
  display: inline-block;
  vertical-align: top;
  width: 930px;
}
.teacher-box .parbd li img{
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 500px;
}
.teacher-box .teacher-right{
  display: inline-block;
  vertical-align: top;
  width: 560px;
  height: 500px;
  text-align: left;
}
.teacher-right h3{
  padding: 48px 0 0;
  font-size: 26px;
  color: #333;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 40px;
}
.teacher-right h3 i{
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 24px;
  margin: 3px 16px 0 0;
  background: linear-gradient(to right,#fff 0,#22388e 100%);
}
.teacher-right h4{
  width: 216px;
  height: 42px;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 0 0 30px 63px;
  background-color: #22388e;
}
.teacher-right p{
  padding: 0 63px 0 76px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  text-align: left;
}
.teacher-box .parhd{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0;
  width: 168px;
  height: 350px;
  margin: 100px 0 0;
  border: 1px solid #eee;
}
.teacher-box .parhd li h3{
  box-sizing: border-box;
  padding: 22px 0;
  height: 110px;
  font-size: 22px;
  color: #666;
}
.teacher-box .parhd li h3 span{
  font-size: 18px;
}
.teacher .teacher-link{
  width: 480px;
  height: 80px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: 60px auto 30px;
  background: linear-gradient(to bottom,#ea7b17 0,#c25c00 100%);
  border-radius: 40px;
}
.teacher-box .parhd li.on h3{
  color: #ffcfa2;
}
.teacher-box .parhd li.on h3 span{
  color: #ffcfa2;
}

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

.bkxx-phone{
  display: inline-block;
  vertical-align: top;
  width: 480px;
  height: 60px;
  margin: 0 20px 40px;
  text-align: left;
  background-color: #fff;
}
.bkxx-phone label{
  display: inline-block;
  vertical-align: top;
  width: 125px;
}
.bkxx-phone label img{
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  margin: 15px 13px;
}
.bkxx-phone label p{
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #666;
  line-height: 60px;
}
.bkxx-phone input[type = text]{
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: 60px;
  font-size: 20px;
  border: none;
}
.bkxx-phone select{
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: 60px;
  font-size: 20px;
  border: none;
}
.bkxx input[type = button]{
  display: block;
  width: 490px;
  height: 70px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 70px;
  margin: 0 auto 15px;
  background-color: #f25374;
  border-radius: 35px;
  border: none;
}
.bkxx .xieyi{
  color: #fff;
}
.bkxx .xieyi a{
  color: #f25374;
}
.bkxx > p{
  font-size: 14px;
  color: #fff;
}

/* 医学类硕士研究生精品课程试听 */
.course-bgd{
  background: url('../images/course-box.png') no-repeat center 640px;
}
.course{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.course h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 32px;
}
.course h2 span{
  color: #f25374;
}
.course-img{
  width: 800px;
  height: 480px;
  margin: 0 auto 170px;
}
.course-box{
  margin-bottom: 40px;
}
.course-box li{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 8px;
  width: 220px;
  font-size: 18px;
  color: #666;
  text-align: left;
}
.course-box li:nth-of-type(1){
  margin: 60px 0 0;
}
.course-box li:nth-of-type(3){
  margin: 60px 0 0;
}
.course-box li:nth-of-type(4){
  margin: 110px 0 0;
}
.course-box li:nth-of-type(5){
  margin: 40px 0 0;
}
.course .course-link{
  display: block;
  width: 490px;
  height: 70px;
  font-size: 28px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  background-color: #f25374;
  border-radius: 35px;
}

/* 管家式服务体系，让伴学安心贴心 */
.steward-bgd{
  background-color: #fff;
}
.steward{
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.steward h2{
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 32px;
}
.steward h2 span{
  color: #f25374;
}
.steward-box li{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 17px 0 0;
  width: 274px;
  height: 214px;
  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: 50px;
  font-size: 24px;
  color: #fefeff;
  text-align: left;
  line-height: 50px;
  margin-bottom: 28px;
}
.steward-box h3 span{
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  margin: 8px 60px 0 40px;
  text-align: center;
  line-height: 34px;
  background-color: #22388e;
  border-radius: 17px;
}
.steward-box p{
  padding: 0 29px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
}

.zsjz-iframe{
  display: block;
  width: 1100px;
  height: 1370px;
  margin: 0 auto;
}

.copyright {
  padding: 15px 0;
  font-size: 14px;
  color: #bfc1c5;
  text-align: center;
  line-height: 25px;
  background-color: #373d4b;
}

/*二级页*/
.ejy-bgd{background-image: linear-gradient(to bottom, #4795d3 0%, #fff 25%);}
.ejy{padding: 20px 0;font-size: 0;text-align: center;}
.ejy img{display: block; width: 190px;height: 60px;margin: 0 auto;}
.ejy h2{margin-top: 10px;font-size: 36px;font-weight: 600;color: #007cd5;text-shadow: 3px 3px 1px #fff;}
.ejy h3{font-size: 14px;color: #1c81dd; margin: 10px 0 30px;text-transform: Uppercase;}
.ejy-box{position: relative;width: 920px;padding: 30px 0 50px;border: 2px solid #c63031;margin: auto;background: #fff;}
.ejy-box h4{font-size: 34px; margin-bottom: 30px;}
.ejy-box h4 span{font-size: 34px;}
.ejy-form{display: flex;width: 800px;align-items: center;margin: 0 auto;border: 2px solid #ecac86;background: #ffebd2;}
.ejy-left{display: inline-block;vertical-align: top; width: 200px;}
.ejy-left p{font-size: 18px;padding: 18px;border-right: 1px solid #ecac86;border-bottom: 1px solid #ecac86;}
.ejy-left p:nth-of-type(even){background: #fff;}
.ejy-left p:last-of-type{border-bottom: none; }
.ejy-middle{display: inline-block;vertical-align: top;}
.ejy-middle p{padding: 16px 0; width: 361px;border-right: 1px solid #ecac86;border-bottom: 1px solid #ecac86;}
.ejy-middle p:nth-of-type(even){ background: #fff;}
.ejy-middle p:last-of-type{border-bottom: none;}
.ejy-middle input{display: block;width: 222px;height: 29px;padding: 0 4px;font-size: 14px;margin: 0 auto;line-height: 30px;border: 1px solid #bfb7ac;}
.ejy-middle select{ display: block;width: 230px;height: 31px;padding: 0 4px;font-size: 14px;margin: 0 auto;line-height: 30px;border: 1px solid #bfb7ac;}
.ejy-right{display: inline-block; vertical-align: middle;width: 238px;/* background: #fff; */}
.ejy-right input[type = button]{display: block;width: 120px;height: 30px;color: #fff;padding: 0 4px;font-size: 14px;margin: 0 auto;line-height: 30px;border: 1px solid #bfb7ac;background: #333;}

.ejy-box .xieyi{
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -175px;
}

/*按钮悬停*/
.hvr-grow-shadow{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-grow-shadow2{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow2:hover, .hvr-grow-shadow2:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 隐私协议条款 */
.xieyi {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0;
  font-size: 0;
  text-align: center;
  font-size: 14px;text-align: center; line-height: 30px;}
.xieyi .xy {border: none;}
.xieyi input[type=checkbox] {position: relative; width: 13px; height: 13px; padding: 0; margin-bottom: 0; border: none; border-radius: 2px; -webkit-appearance: checkbox;}
.xieyi input[type=checkbox]::before {position: absolute; content: ""; top: 0; left: 0; background: #fff; width: 100%;  height: 100%; border: 1px solid #d9d9d9; border-radius: 2px;
}
.xieyi input[type=checkbox]:checked::before {position: absolute; content: "\2713"; background-color: #0075ff; top: 0; left: 0; width: 100%; border: 1px solid #0075ff; border-radius:2px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; line-height: 13px;}
.xieyi a {display: inline; background: transparent; font-size: 14px; line-height: 30px; color: #ed5736;}
.ejy .xieyi {padding: 0; text-align: center; margin-top: 20px; margin-bottom: 0;}

/*协议弹窗样式*/
.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: 500px;margin: -210px 0 0 -270px;padding: 10px 20px 20px;background: #ffffff;border-radius: 6px;z-index: 2001;}
.es_agr_title {text-align: center;font-size: 18px;font-weight: bold;padding: 10px 20px;}
.es_agr_main {height: 262px; overflow: auto;}
.es_agr_con {font-size: 14px;color: #3a3d4b;line-height: 25px;word-break: break-all;}
.es_agr_btn {text-align: center;padding: 10px 20px 0;}
.es_button {line-height: 40px;border: none;outline: none;cursor: pointer;color: #ffffff;font-size: 16px;border-radius: 4px;padding: 0 30px;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: 14px;color: #3a3d4b;cursor: pointer; margin-top: 10px;}
.agreement {padding: 10px;}
.agreement p {font-size: 14px; line-height: 30px; text-indent: 2em; text-align: justify;}
