:root{
  --begainIconBg: linear-gradient(90deg, #6D63D9 0%, rgba(255,255,255,0) 100%);
  --begainBtnBg:#6D63D9;
  --itemBg:rgba(109, 99, 217, 0.50);
  --itemTopColor:#C777F5;
  --answerBg:#6D63D9;
  --toptextColor:#459FFF;
}



body,html{
  padding: 0;
  margin: 0;
  background: #f5f5f5;
}

.img-item{
  position: relative;
}
.img-item img{
  width: 100%;
  margin-top: 12px;
}

.top{
  display: block;
  width: 93.6%;
  margin: 12px auto 0;
}

.top-text{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 30px;
  color: var(--toptextColor);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.begain-text{
  width: 93.6%;
  margin: 12px auto 50px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
}

.begain-text:nth-child(1){
  margin-bottom: 8px;
}


.begain-icon{
  width: 60px;
  height: 12px;
  background: var(--begainIconBg);
  border-radius: 4px;
  margin-bottom: 8px;
}

.begain-p{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 32px;
  color: #555555;
}

.p2{
  margin-top: 14px;
}

.begain-btn{
  width: 275px;
  height: 50px;
  background: var(--begainBtnBg);
  border-radius: 8px;
  margin: 0 auto;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.item{
  width: 93.6%;
  margin: 0 auto;
  background: var(--itemBg);
  border-radius: 8px;
  padding: 16px 12px;
  display: none;
}

.item-in{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px 16px 8px;
}

.item-p1{
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}

.m3{
  margin-bottom: 30px;
}

.item-img{
  width: 100%;
  margin: 14px auto 30px;
}

.item-title{
  font-size: 38px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 38px;
  color: var(--itemTopColor);
  text-align: center;
  position: relative;
}

.item-title::before{
  content: '';
  width: 30%;
  height: 2px;
  background: var(--itemTopColor);
  position: absolute;
  top: 50%;
  left: 0;
}

.item-title::after{
  content: '';
  width: 30%;
  height: 2px;
  background: var(--itemTopColor);
  position: absolute;
  top: 50%;
  right: 0;
}

.text{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 30px;
}

.answer{
  padding: 7px 20px;
  background: var(--answerBg);
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 12px;
  cursor: pointer;
}

.textbox{
  display: none;
}

.result{
  display: none;
  background: rgba(109, 99, 217, 0.50);
  border-radius: 8px;
  padding: 16px 12px;
  width: 93.6%;
  margin: 12px auto 0;
}

.result-top{
  position: relative;
}

.result-icon{
  padding: 16px 16px 13px;
  background: #fff;
  border-radius: 8px;
  margin-top: 12px;
}

.result-title{
  width: 130px;
  height: 40px;
  background: #6D63D9;
  border-radius: 0px 0px 8px 8px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto 30px;
}

.type1,.type2{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 26px;
  color: #0DB498;
  padding-left: 14px;
  position: relative;
  margin-top: 24px;
}

.type1::before,.type2::before{
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: #0DB498;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 0;
}

.type2{
  color: #F36161;
}

.type2::before{
  background: #F36161;
}

.type1-p{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #555555;
  margin-top: 4px;
}





.yellow{
  background: #E88E2B !important;
}

.result-icon-top{
  display: flex;
  justify-content: space-between;
}

.result-icon-item img{
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
}

.result-icon-text,.result-icon-text2{
  width: 46%;
  height: 40px;
  background: #0DB498;
  border-radius: 8px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 22px;
}

.result-icon-text2{
  background: #F36161;
}

.result-icon-p{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.5px;
}

.result-item-top{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-bottom: 14px;
}



.allnum{
width: 40%;
font-size: 50px;
line-height: 60px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #F6EE76;
position: absolute;
bottom: 12%;
left: 5%;
text-align: center;
}

.result-item{
  background: #fff;
  border-radius: 8px;
  padding: 20px 16px 13px;
  margin: 12px 0;
}

/* .result-item-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
} */

.topitem{
  padding-top: 0px;
  padding-bottom: 17px;
}

.result-num,.result-type{
  width: 130px;
  height: 40px;
  background: #0DB498;
  opacity: 1;
  border-radius: 8px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}

.result-type{
  background: #E88E2B;
}

.result-title1{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.result-title2{
  margin-top: 9px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.result-p{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-top: 7px;
}

.result-p1{
  margin-top: 17px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 30px;
  color: #6D63D9;
}

.result-pi{
  padding-left: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  position: relative;
}
.result-pi::before{
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: #009BB6;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

.result-tp{
  padding-left: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 30px;
  color: #009BB6;
  position: relative;
  margin-bottom: 5px;
}

.result-tp::before{
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: #009BB6;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

.result-p2{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-bottom: 16px;
}

@media (min-width:500px) {
  .img-item{
    width: 500px;
    margin: 0 auto;
  }
  .top{
    width: 500px;
  }

  .begain-text{
    width: 500px;
  }

  .item{
    width: 500px;
  }

  .result{
    width: 500px;
    margin: 12px auto;
  }
}