@charset "UTF-8";
/*
 *计算手机端长度单位;
 */
/*
 *解决图层样式;
 */
/*
 *宽高设置;
 */
/*
 *设置input，textarea的默认颜色;
 */
/*
 *placeholder自定义
 */
/*
 *设置边框;
 */
/*
 *设置字体大小，颜色，行高，水平对齐方式;
 */
/*
 *水平居中;
 */
/*
 *顶部定位；
 */
/* 
 *随机定位
 */
/* 
 *flex水平居中
 */
/*
 *元素百分百定位；
 */
/*
 *元素填充;
 */
/*
 *上下左右居中--定位;
*/
/*
 *css3上下左右居中带缩放;
 */
/*
 *c3 水平居中
 */
/*
 *css3 垂直居中
 */
/*
 *背景图片设置;
 */
/*
 *background-size设置背景图片;
 */
/*
 *背景颜色和黑色遮罩
 */
/*
 *关闭按钮;
 */
/**字左右间隙**/
/**渐变**/
/**截字**/
/*
 *缩放;
 */
/*
 *各个方向的边框
*/
/*
 *三角;
 */
/*动画暂停*/
/*
 *隐藏位移;
 */
/*
 *过度时间速度;
 */
/*
 *序列帧动画;
 */
/*
 *抖动
 */
/*
 *放大缩小
 */
/*
 *由左飞入
 */
/*
 *由右飞入
 */
/*
 *由下飞入
 */
/*
 *由上飞入
 */
/*
 *左上飞入
 */
/*
 *右下飞入
 */
/*
 *冲击力
 */
* {
  margin: 0px;
  padding: 0px;
  max-height: 9999999999px;
}

body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "黑体";
  color: #666;
  font-size: 24px;
  min-height: 100vh;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, textarea {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  font-family: "黑体";
}

.opci {
  opacity: 0;
}

.none {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

ul, li, dl, dd {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

button {
  -webkit-appearance: none;
}

input, textarea {
  border: 0px;
  width: 100%;
  background: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

.pagelock {
  overflow: hidden;
}

/**音乐**/
.musiced {
  position: absolute;
  left: 20px;
  top: 75px;
  z-index: 80;
  opacity: 0.8;
}

.msyuddtd {
  background: url(../images/musice.png) no-repeat center center;
  width: 54px;
  height: 54px;
}

.kuddtz {
  -webkit-animation: kdd1 2s infinite linear;
  -moz-animation: kdd1 2s infinite linear;
  -o-animation: kdd1 2s infinite linear;
  animation: kdd1 2s infinite linear;
}

.bigyf {
  background: url(../images/yid1.png) no-repeat center center;
  width: 25px;
  height: 53px;
  position: absolute;
  left: 0px;
  top: -80px;
  -webkit-animation: dd1 2s infinite;
  -moz-animation: dd1 2s infinite;
  -o-animation: dd1 2s infinite;
  animation: dd1 2s infinite;
}

.smyf {
  background: url(../images/yid2.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -30px;
  -webkit-animation: dd1 1.5s infinite;
  -moz-animation: dd1 1.5s infinite;
  -o-animation: dd1 1.5s infinite;
  animation: dd1 1.5s infinite;
}

@-webkit-keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-moz-keyframes dd1 {
  0% {
    -moz-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-o-keyframes dd1 {
  0% {
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    -moz-transform: translateY(0px) scale(0.6);
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    -moz-transform: translateY(-50px) scale(0.6);
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes kdd1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes kdd1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 *颜色变量;
 */
/*
 *字大小变量;
 */
.fontS12 {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 22px;
  text-align: left;
}

.fontS14 {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 22px;
  text-align: left;
}

.fontS16 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
}

.fontS18 {
  font-size: 18px;
  color: #3c3c3c;
  line-height: 26px;
  text-align: left;
}

.fontS20 {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
}

.fontS22 {
  font-size: 22px;
  color: #3c3c3c;
  line-height: 32px;
  text-align: left;
}

.fontS24 {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 36px;
  text-align: left;
}

.fontS26 {
  font-size: 26px;
  color: #3c3c3c;
  line-height: 40px;
  text-align: left;
}

.fontS28 {
  font-size: 28px;
  color: #3c3c3c;
  line-height: 42px;
  text-align: left;
}

.fontS30 {
  font-size: 30px;
  color: #3c3c3c;
  line-height: 46px;
  text-align: left;
}

.fontS32 {
  font-size: 32px;
  color: #3c3c3c;
  line-height: 48px;
  text-align: left;
}

.fontS34 {
  font-size: 34px;
  color: #3c3c3c;
  line-height: 48px;
  text-align: left;
}

.fontS36 {
  font-size: 36px;
  color: #3c3c3c;
  line-height: 50px;
  text-align: left;
}

.fontS38 {
  font-size: 38px;
  color: #3c3c3c;
  line-height: 50px;
  text-align: left;
}

.fontS40 {
  font-size: 40px;
  color: #3c3c3c;
  line-height: 54px;
  text-align: left;
}

.fontS42 {
  font-size: 42px;
  color: #3c3c3c;
  line-height: 54px;
  text-align: left;
}

.fontS44 {
  font-size: 44px;
  color: #3c3c3c;
  line-height: 60px;
  text-align: left;
}

.fontS46 {
  font-size: 46px;
  color: #3c3c3c;
  line-height: 62px;
  text-align: left;
}

.fontS48 {
  font-size: 48px;
  color: #3c3c3c;
  line-height: 62px;
  text-align: left;
}

.fontS50 {
  font-size: 50px;
  color: #3c3c3c;
  line-height: 64px;
  text-align: left;
}

.fontS68 {
  font-size: 68px;
  color: #3c3c3c;
  line-height: 80px;
  text-align: left;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .fontS16 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS18 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS20 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS22 {
    font-size: 20px;
    line-height: 26px;
  }

  .fontS24 {
    font-size: 22px;
    line-height: 26px;
  }

  .fontS26 {
    font-size: 24px;
    line-height: 34px;
  }

  .fontS28 {
    font-size: 24px;
    line-height: 36px;
  }

  .fontS30 {
    font-size: 26px;
    line-height: 38px;
  }

  .fontS32 {
    font-size: 26px;
    line-height: 38px;
  }

  .fontS34 {
    font-size: 28px;
    line-height: 38px;
  }

  .fontS36 {
    font-size: 34px;
    line-height: 46px;
  }

  .fontS48 {
    font-size: 40px;
    line-height: 50px;
  }

  .fontS68 {
    font-size: 58px;
    line-height: 68px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .fontS14 {
    font-size: 12px;
  }

  .fontS16 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS18 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS20 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS22 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS24 {
    font-size: 20px;
    line-height: 24px;
  }

  .fontS26 {
    font-size: 20px;
    line-height: 28px;
  }

  .fontS30 {
    font-size: 24px;
    line-height: 34px;
  }

  .fontS36 {
    font-size: 26px;
    line-height: 40px;
  }

  .fontS48 {
    font-size: 32px;
    line-height: 46px;
  }

  .fontS68 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1280px) {
  .fontS14 {
    font-size: 12px;
  }

  .fontS16 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS18 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS20 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS22 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS24 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS26 {
    font-size: 20px;
    line-height: 28px;
  }

  .fontS30 {
    font-size: 22px;
    line-height: 32px;
  }

  .fontS36 {
    font-size: 24px;
    line-height: 30px;
  }

  .fontS48 {
    font-size: 30px;
    line-height: 42px;
  }

  .fontS68 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1060px) {
  .fontS14 {
    font-size: 12px;
    line-height: 20px;
  }

  .fontS16 {
    font-size: 12px;
    line-height: 20px;
  }

  .fontS18 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS20 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS22 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS24 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontS30 {
    font-size: 18px;
    line-height: 38px;
  }

  .fontS36 {
    font-size: 22px;
    line-height: 30px;
  }

  .fontS26 {
    font-size: 18px;
    line-height: 26px;
  }

  .fontS48 {
    font-size: 28px;
    line-height: 36px;
  }

  .fontS68 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fontS14 {
    font-size: 14px;
    line-height: 20px;
  }

  .fontS16 {
    font-size: 14px;
    line-height: 20px;
  }

  .fontS18 {
    font-size: 14px;
    line-height: 22px;
  }

  .fontS20 {
    font-size: 16px;
    line-height: 22px;
  }

  .fontS22 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS24 {
    font-size: 18px;
    line-height: 24px;
  }

  .fontS26 {
    font-size: 18px;
    line-height: 26px;
  }

  .fontS30 {
    font-size: 20px;
    line-height: 30px;
  }

  .fontS36 {
    font-size: 20px;
    line-height: 30px;
  }

  .fontS48 {
    font-size: 24px;
    line-height: 36px;
  }

  .fontS68 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .fontS48 {
    font-size: 22px;
    line-height: 30px;
  }

  .fontS30 {
    font-size: 18px;
    line-height: 28px;
  }

  .fontS68 {
    font-size: 28px;
    line-height: 34px;
  }
}
/*
间距;
*/
.paddtb150 {
  padding: 150px 0px;
}

.paddt150z60 {
  padding: 150px 60px;
}

.paddt150z90 {
  padding: 150px 90px;
}

.paddt90z150 {
  padding: 90px 150px;
}

.paddT30z60 {
  padding: 30px 60px;
}

.paddtb120 {
  padding: 120px 0px;
}

.paddtb100 {
  padding: 100px 0px;
}

.marTop20 {
  margin-top: 20px;
}

.marTop100 {
  margin-top: 100px;
}

.marTop80 {
  margin-top: 80px;
}

.marTb100 {
  margin: 100px 0px;
}

.marTop40 {
  margin-top: 40px;
}

.marTop10 {
  margin-top: 10px;
}

.marR70 {
  margin-right: 70px;
}

.marR100 {
  margin-right: 100px;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .paddtb150 {
    padding: 110px 0px;
  }

  .paddt150z90 {
    padding: 110px 60px;
  }

  .paddt150z60 {
    padding: 110px 35px;
  }

  .paddt90z150 {
    padding: 60px 110px;
  }

  .paddT30z60 {
    padding: 20px 35px;
  }

  .paddtb120 {
    padding: 90px 0px;
  }

  .paddtb100 {
    padding: 80px 0px;
  }

  .marTop100 {
    margin-top: 80px;
  }

  .marTop80 {
    margin-top: 60px;
  }

  .marTb100 {
    margin: 80px 0px;
  }

  .marTop40 {
    margin-top: 30px;
  }

  .marTop20 {
    margin-top: 15px;
  }

  .marTop10 {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .paddtb150 {
    padding: 80px 0px;
  }

  .paddt150z90 {
    padding: 80px 40px;
  }

  .paddt150z60 {
    padding: 80px 30px;
  }

  .paddt90z150 {
    padding: 40px 80px;
  }

  .paddT30z60 {
    padding: 20px 30px;
  }

  .paddtb120 {
    padding: 65px 0px;
  }

  .paddtb100 {
    padding: 55px 0px;
  }

  .marTop100 {
    margin-top: 60px;
  }

  .marTb100 {
    margin: 60px 0px;
  }

  .marTop80 {
    margin-top: 45px;
  }

  .marTop40 {
    margin-top: 20px;
  }

  .marTop20 {
    margin-top: 10px;
  }

  .marTop10 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1280px) {
  .paddtb150 {
    padding: 60px 0px;
  }

  .paddt150z90 {
    padding: 60px 25px;
  }

  .paddt150z60 {
    padding: 60px 20px;
  }

  .paddt90z150 {
    padding: 25px 60px;
  }

  .paddT30z60 {
    padding: 15px 20px;
  }

  .paddtb120 {
    padding: 50px 0px;
  }

  .paddtb100 {
    padding: 45px 0px;
  }

  .marTop100 {
    margin-top: 45px;
  }

  .marTop80 {
    margin-top: 35px;
  }

  .marTb100 {
    margin: 45px 0px;
  }

  .marTop40 {
    margin-top: 20px;
  }

  .marTop20 {
    margin-top: 10px;
  }

  .marTop10 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1060px) {
  .paddtb150 {
    padding: 45px 0px;
  }

  .paddt150z90 {
    padding: 45px 20px;
  }

  .paddt150z60 {
    padding: 45px 15px;
  }

  .paddt90z150 {
    padding: 20px 45px;
  }

  .paddT30z60 {
    padding: 10px 15px;
  }

  .paddtb120 {
    padding: 30px 0px;
  }

  .paddtb100 {
    padding: 25px 0px;
  }

  .marTop100 {
    margin-top: 30px;
  }

  .marTop80 {
    margin-top: 25px;
  }

  .marTb100 {
    margin: 30px 0px;
  }

  .marTop40 {
    margin-top: 15px;
  }

  .marTop20 {
    margin-top: 8px;
  }

  .marTop10 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .paddtb150 {
    padding: 35px 0px;
  }

  .paddt150z90 {
    padding: 35px 15px;
  }

  .paddt150z60 {
    padding: 35px 10px;
  }

  .paddt90z150 {
    padding: 15px 35px;
  }

  .paddT30z60 {
    padding: 5px 10px;
  }

  .paddtb120 {
    padding: 20px 0px;
  }

  .paddtb100 {
    padding: 20px 0px;
  }

  .marTop100 {
    margin-top: 25px;
  }

  .marTop80 {
    margin-top: 20px;
  }

  .marTb100 {
    margin: 25px 0px;
  }

  .marTop40 {
    margin-top: 10px;
  }

  .marTop20 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .paddtb150 {
    padding: 25px 0px;
  }

  .paddt150z90 {
    padding: 25px 12px;
  }

  .paddt150z60 {
    padding: 25px 8px;
  }

  .paddt90z150 {
    padding: 12px 25px;
  }

  .paddT30z60 {
    padding: 5px 8px;
  }

  .paddtb120 {
    padding: 20px 0px;
  }

  .marTop100 {
    margin-top: 20px;
  }

  .marTb100 {
    margin: 20px 0px;
  }

  .marTop40 {
    margin-top: 10px;
  }

  .marTop20 {
    margin-top: 5px;
  }
}
.wrapBox {
  width: 750px;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 86px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #a8c0ef, #e8effb, #e9f0fa, #b2c7ef);
  text-align: center;
}
.wrapBox .tit {
  margin-bottom: 140px;
}
.wrapBox .bgBox {
  width: 720px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background: #bfe0fc;
  margin: 0 auto;
}
.wrapBox .conBox {
  width: 100%;
  min-height: 326px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 90px 60px;
  background: #fff;
  box-shadow: 0 4px 10px #9bcaf6;
  overflow: hidden;
}
.wrapBox .conBox.noPad {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapBox ul {
  width: 100%;
}
.wrapBox ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.wrapBox ul li:last-child {
  margin-bottom: 0;
}
.wrapBox ul .iBox:only-child {
  width: 100%;
}
.wrapBox ul .iBox {
  width: 330px;
  background: #f3f3f3;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #e0e1eb;
  text-indent: 40px;
  line-height: 0;
  font-size: 0;
  height: 80px;
}
.wrapBox ul .iBox input {
  font-size: 28px;
  color: #2c374f;
  line-height: 78px;
  text-align: left;
}
.wrapBox ul .jy {
  width: 198px;
  height: 80px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #2e4d90;
  background: linear-gradient(to right, #2e4d90, #4b6bb0);
  font-size: 28px;
  color: #fff;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
}
.wrapBox ul .notClickable {
  background: #fff;
  color: #2e4d90;
}
.wrapBox .emptyBox {
  text-align: center;
  display: none;
}
.wrapBox .emptyBox p {
  font-size: 32px;
  color: #5c667b;
  line-height: 80px;
  text-align: center;
}
.wrapBox table {
  width: 100%;
  background: #f2f6fc;
  border-collapse: collapse;
  table-layout: fixed;
}
.wrapBox table tr {
  border-bottom: 2px solid #cacfd9;
}
.wrapBox table tr:last-child {
  border-bottom: none;
}
.wrapBox table th {
  font-size: 32px;
  color: #2c374f;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.wrapBox table td {
  height: 240px;
  font-size: 28px;
  color: #2c374f;
  line-height: 34px;
  text-align: center;
}
.wrapBox table td span {
  color: #0046b1;
  font-weight: bold;
}
.wrapBox table th:nth-child(2), .wrapBox table td:nth-child(2) {
  background: #fff;
}
.wrapBox .tsBox {
  padding: 0 36px;
  margin-top: 60px;
}
.wrapBox .tsBox .sTit {
  padding-left: 54px;
  background: url("../images/img3.png") left center no-repeat;
  font-size: 30px;
  color: #628ace;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}
.wrapBox .tsBox dl dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 26px;
  color: #616879;
  line-height: 46px;
  text-align: left;
}
.wrapBox .tsBox dl span {
  width: 30px;
}
.wrapBox .tsBox dl p {
  flex: 1;
}
.wrapBox .subBtn {
  width: 330px;
  height: 88px;
  border-radius: 10px;
  background: linear-gradient(to right, #2e4d90, #5473b4);
  box-shadow: inset 2px 2px 2px #7a9fdf;
  margin: 0 auto;
  font-size: 36px;
  color: #fff;
  line-height: 88px;
  text-align: center;
  cursor: pointer;
  margin-top: 120px;
  position: relative;
}
.wrapBox .subBtn::before {
  content: "";
  width: 30px;
  height: 88px;
  background: url("../images/img2.png") center no-repeat;
  position: absolute;
  right: 30px;
  top: 0;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
