html,
body {
  height: 100%;
}
.pagecontent {
  width: 100%;
  position: relative;
  margin-bottom: 118px;
}
.pagecontent .countbox .ctitle {
  padding-bottom: 0;
}
.pagecontent .countbox .ccontent {
  font-size: 13px;
  line-height: 26px;
  color: #00ac65;
  padding-bottom: 58px;
  text-align: center;
}
.pagecontent .countbox .cbox {
  width: 1092px;
  margin: 0 auto;
}
.pagecontent .countbox .cbox .ctit {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.pagecontent .countbox .cbox .part1box .ptit {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 38px 0 18px;
  font-weight: bold;
}
.pagecontent .countbox .cbox .part1box .part1 {
  padding-bottom: 34px;
}
.pagecontent .countbox .cbox .part1box .part1 .pitem {
  float: left;
  width: 510px;
  height: 116px;
  border-radius: 2px;
  background-color: #f5f5f6;
  margin-bottom: 22px;
}
.pagecontent .countbox .cbox .part1box .part1 .pitem .question {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  padding: 13px 32px 17px 24px;
}
.pagecontent .countbox .cbox .part1box .part1 .pitem .answer {
  margin-left: 24px;
  font-size: 0;
}
.pagecontent .countbox .cbox .part1box .part1 .pitem .answer .ite {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  display: inline-block;
  padding-left: 38px;
  background: url(../images/sel_it2.png) no-repeat left center;
  background-size: 20px 20px;
  margin-right: 86px;
  cursor: pointer;
}
.pagecontent .countbox .cbox .part1box .part1 .pitem .answer .ite.select {
  background-image: url(../images/sel_it.png);
}
.pagecontent .countbox .cbox .part1box .part1 .pitem:nth-child(even) {
  margin-left: 70px;
}
.pagecontent .countbox .cbox .part1box .btns {
  text-align: center;
  font-size: 0;
}
.pagecontent .countbox .cbox .part1box .btns .btn {
  display: inline-block;
  width: 198px;
  height: 54px;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 54px;
  color: #507ff8;
  border: 1px solid #507ff8;
  margin: 0 36px;
  cursor: pointer;
}
.pagecontent .countbox .cbox .part1box .btns .kscp {
  background-color: #507ff8;
  color: #fff;
}
.nowpaegcover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.nowpaegcover .coverbox {
  width: 524px;
  height: 455px;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -262px;
  margin-top: -228px;
  overflow: hidden;
  text-align: center;
  -webkit-animation: toChangeBigOpen linear .2s;
          animation: toChangeBigOpen linear .2s;
}
.nowpaegcover .coverbox img {
  width: 144px;
  height: 145px;
  margin: 76px 0 28px;
}
.nowpaegcover .coverbox .content {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 30px;
}
.nowpaegcover .coverbox .box1 {
  display: none;
}
.nowpaegcover .coverbox .box1 .cbtn {
  width: 465px;
  height: 65px;
  border-radius: 4px;
  background-color: #507ff8;
  font-size: 17px;
  line-height: 65px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.nowpaegcover .coverbox .box2 {
  display: none;
}
.nowpaegcover .coverbox .box2 .cbtns {
  font-size: 0;
}
.nowpaegcover .coverbox .box2 .cbtns div {
  display: inline-block;
  width: 188px;
  height: 63px;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 63px;
  color: #507ff8;
  border: 1px solid #507ff8;
  margin: 0 12px;
  cursor: pointer;
}
.nowpaegcover .coverbox .box2 .cbtns .goback {
  background-color: #507ff8;
  color: #fff;
}
.nowpaegcover .coverbox .close {
  width: 28px;
  height: 29px;
  background: url(../images/close_icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  cursor: pointer;
}
@-webkit-keyframes toChangeBigOpen {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    background: scale(1);
  }
}
@keyframes toChangeBigOpen {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    background: scale(1);
  }
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
