body {
  font: 16px/1 'Microsoft YaHei', Arial, Verdana, sans-serif;
  background-color: #fef5d8;
}

input {
  font-size: 16px;
}

body,h3,ul,li {
  margin: 0;
  padding: 0;
}
*{
  margin:0;padding:0;
  box-sizing: border-box;
}
.hide {
  display: none;
}

.show {
  display: block;
}

.fl{
  float: left;
}
.fr{
  float: right;
}
ul {
  list-style: none;
}

.wrap,.wrap1{
  max-width: 640px;
  margin: 0 auto;
  /*background: url(../img/activebg.jpg) no-repeat;*/
  /*background-size: 100%;*/
}

.wrap1{
  background:url(../img/dtbg.png),url(../img/datibg.png);
  background-position: right top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  height: 100vh;
}
.banner img{
  width: 100%;
}

.page-rule .rule {
  position: relative;
  z-index: 2;
  background:url(../img/active02.png),url(../img/bottombj.png);
  background-position: 0 50px, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  top:-50px;
}
.page-rule .rule .ruleinner{
  background:rgba(255,255,255,0.6);
  margin:0 auto;
  width: 94%;
}
.page-rule .rule .bd{
  background-size: 100% auto;
  padding: 0 15px;
}
.page-rule .rule .bd p{
  padding:  5px  0 10px;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #444;
  overflow: hidden;
  font-weight: bold;
}
.page-rule .rule .bd.bdp p{
  font-weight: normal;
}
.page-rule .rule .bd p span{
  font-weight: bold;
  margin-left:5px;
  font-weight: normal;
}
.page-rule .rule img{
  display: block;
}
.page-rule .action{
  text-align: center;
  padding: 10px 0;
}
.page-rule .action-bg{
  margin-top: -40px;
}
.page-rule .action img{
  display: block;
}
.page-rule .action .btn-go{
  display: inline-block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  background-color: #ff4945;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  outline: none;
  appearance: none;
  font-size: 20px;
}
.page-rule .hd{
  color: #000;
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.page-rule .hd img{
  height: 10px;
  width: 45px;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.explain{
  margin-top:10px;
}
.explain p{
  color: #000;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  line-height:30px;
}
.foot p{
  text-align: center;
  font-size: 20px;
  color: #444;
  padding-bottom: 24px;
  margin:0;
  font-weight: bold;
}


.page-exam{
  

  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.page-exam .hd img {
  width: 100%;
  display: block;
}
.page-exam .main {
  position: relative;
  padding: 20px 30px;
  background: rgba(255,255,255,0.4);
  height: 100%;
  box-sizing: border-box;
}

.page-exam .main .sort {
  font-size: 14px;
  font-weight: bold;
}

.page-exam .main .faqlist {
  position: relative;
  z-index: 1;
  height: 92%;
  overflow-y: auto;
}

.page-exam .faqlist .number {
  position: relative;
  text-align: center;
}

.page-exam .faqlist h3 {
  text-align: center;
  margin: 0 0 20px 0;
  color: #ff4945;
  font-weight: bold;
}
/* .page-exam .faqlist h3:before {
  margin-right: 15px;
  display: inline-block;
  content: '';
  width: 22px;
  height: 20px;
  background: url(../img/icon-h3.png) no-repeat 0 bottom;
  background-size: 20px auto;
} */

/* .page-exam .faqlist h3:after {
  margin-left: 15px;
  display: inline-block;
  content: '';
  width: 22px;
  height: 20px;
  background: url(../img/icon-h3.png) no-repeat 0 bottom;
  background-size: 20px auto;
} */

.page-exam .list {
  display: none;
}

.page-exam .faqlist .title {
  line-height: 1.5;
}

.page-exam .faqlist .options {
  margin-top: 15px;
  color: #666;
}

.page-exam .faqlist .options li {
  padding: 5px 0 6px;
  line-height: 1;
  margin:20px 0;
}

.page-exam .faqlist .options li label {
  display: inline-block;
}

.page-exam .faqlist .options li input {
  display: none;
}

.page-exam .faqlist .options li .line {
  display: block;
  margin-top: 3px;
  height: 3px;
}

.page-exam .faqlist .options li.active {
  color: #ff4945;
  font-weight: bold;
}

.page-exam .faqlist .options li.active .line {
  border-radius: 2px;
  background-color: #ff4945;
  animation: myfirst 51s;
  -webkit-animation: myfirst 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes myfirst{
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.page-exam .main .btns {
  /*position: absolute;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
  bottom: 50px;
  left: 0;
  width: 100%;*/
  text-align: center;
}

.page-exam .main button {
  background-color: #ff4945;
  color: #fff;
  font-size: 16px;
  border: 0;
  padding: 5px 20px;
  border-radius: 4px;
  outline: none;
  appearance: none;
}

.page-exam .main button:foucs {
  background-color: #d61e26;
}

.page-exam .main .btn-prev {
  margin-right: 30px;
}

.page-result {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

.page-result .pic {
  margin-top: 80px;
}

.page-result p {
  line-height: 1.5;
  color: #8d9093;
}

#popup-result {
  background: url(../img/confetti.png) 0 45px no-repeat;
  background-size: 100% auto;
}

#popup-result .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  background: url(../img/close.png) 0 0 no-repeat;
}

#popup-result .logo {
  /*padding-top: 26px;*/
  margin: 0 auto;
  /*width: 80px;*/
  background:url(../img/logobg.png) no-repeat top center;
  background-size: 70%;
}


#popup-result .cont {
  font-size: 20px;
  text-align: center;
  line-height: 1.5
}

#popup-result .cont .closed{
  position: absolute;
  right:10px;
  top:10px;

}

#popup-result .cont .closed img{
  width: 50%;
}
#popup-result .cont form{
  text-align: left;
  font-size: 16px;
}
#popup-result form .logo {
  margin-top: -50px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

#popup-result form .logo img{
  width: 90%;
  margin-top:5px;
}
#popup-result .cont form .form-group{
  padding: 10px 0 10px 60px;
  border-bottom: solid 1px #c5ced1;
}
#popup-result .cont form .form-label{
  color: #000;
  margin-left: -60px;
  float: left;
  line-height: 35px;
}
#popup-result .cont form .form-cont{
}
#popup-result .cont form .form-cont input{
  padding: 0;
  border:none;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
#popup-result .cont form .form-code{
  position: relative;
  padding-right: 100px;
}
#popup-result .cont form .form-code .getcode{
  position: absolute;
  right: 0; 
  top: 0;
  color: #c41c1c;
  background-color:transparent;
  width: 100px;
}
#popup-result .cont form .form-code .getcode[disabled]{
  color: #666;
}

#popup-result .cont form .btn-submit{
  margin-top: 20px;
  background-color: #c41c1c;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  border: 0;
  display: block;
  height: 40px;
  box-sizing: border-box;
  font-size: 18px;
}

#popup-result .tips {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5
  color:#010101;
  font-weight: bold;
}

#popup-result .btns {
  margin-top: 30px;
}

#popup-result .btns button {
  background-color: #ea0a0a;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
  color: #fff;
  border: 0;
  width: 130px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}
#popup-result .btns.error{
  background-color: #e6e8e9;
  color: #000;
}

.wrap .wrapBg{
  background:url(../img/lucky.jpg) no-repeat;
  background-size: 100%;
  /*height: 1000px;*/
  padding-top:228px;
}