* {
  box-sizing: border-box;
  line-height: 1;
}
@font-face {
  font-family: "webFont";
  src: url("../font/webFont1.ttc") format('truetype');
  font-style: normal;
  font-weight: normal;
}
html,
body {
  height: 100vh;
}
.clone-box {
  display: none;
}
.page {
  background: url(../img/BG.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.page .p-bottom {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  font-size: 0.19rem;
  color: #00153e;
}
.pagebox1 {
  padding-top: 15vh;
}
.pagebox1 .tit {
  width: 5.78rem;
  display: block;
  margin: 0 auto;
}
.pagebox1 .btn {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20vh;
  width: 3.42rem;
  height: 1.19rem;
  background: url(../img/btn.png) no-repeat center;
  background-size: 100% 100%;
  transition: .3s;
}
.pagebox1 .btn:active {
  opacity: .8;
}
.pagebox2 {
  display: none;
  padding-top: 0.5rem;
}
.pagebox2 .box-top {
  position: relative;
  width: 2.74rem;
  margin: auto;
}
.pagebox2 .box-top .head-bg {
  position: relative;
  z-index: 10;
  width: 2.74rem;
  height: 2.35rem;
}
.pagebox2 .box-top .head-bg img {
  width: 100%;
  height: 100%;
}
.pagebox2 .box-top .head {
  position: absolute;
  z-index: 5;
  left: 0.18rem;
  top: 0.08rem;
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 50%;
  overflow: hidden;
}
.pagebox2 .box-top .head img {
  width: 100%;
  height: 100%;
}
.pagebox2 .box-top > p {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  margin-top: 0.34rem;
}
.pagebox2 .cont-box {
  width: 4.76rem;
  height: 3.25rem;
  background: url(../img/img2.png) no-repeat center;
  background-size: 100% 100%;
  margin: auto;
  overflow: hidden;
  padding: 0.1rem;
  position: relative;
  margin-top: 0.3rem;
}
.pagebox2 .cont-box ul {
  height: 100%;
  width: 110%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.pagebox2 .cont-box ul li {
  height: 0.5rem;
  margin-bottom: 0.1rem;
}
.pagebox2 .cont-box ul li img.text {
  height: 0.3rem;
  margin-top: 0.1rem;
}
.pagebox2 .cont-box ul li label {
  padding-left: 0.5rem;
  display: block;
  height: 100%;
  line-height: .5rem;
}
.pagebox2 .cont-box ul li input[type='radio'] {
  width: 0;
  height: 0;
  position: relative;
  border: none;
}
.pagebox2 .cont-box ul li input[type='radio']:after {
  content: '';
  width: 0.48rem;
  height: 0.46rem;
  background: url(../img/img5.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -0.4rem;
  left: -0.5rem;
}
.pagebox2 .cont-box ul li input[type='radio']:checked:after {
  content: '';
  width: 0.48rem;
  height: 0.46rem;
  background: url(../img/img4.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
}
.pagebox2 .cont-box .scroll-box {
  position: absolute;
  height: 90%;
  width: 0.3rem;
  background: url(../img/img1.png) no-repeat center;
  background-size: auto 100%;
  top: 5%;
  right: 0.1rem;
  overflow-y: hidden;
}
.pagebox2 .cont-box .scroll-box .bar {
  height: calc(100% - .84rem);
  position: relative;
}
.pagebox2 .cont-box .scroll-box .scroll-item {
  width: 0.3rem;
  height: 0.85rem;
  background: url(../img/img3.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pagebox2 .btn-box {
  margin-top: 0.3rem;
}
.pagebox2 .btn-box img {
  width: 3.42rem;
  height: 1.19rem;
  display: block;
  margin: 0 auto;
}
.pagebox3 {
  display: none;
  position: relative;
}
.pagebox3 .p3_name {
  position: absolute;
  top: 0.3rem;
  left: 2.4rem;
  font-size: 0.32rem;
  z-index: 1000;
  color: #00153e;
  font-family: "webFont";
  font-weight: bold;
}
.pagebox3 .p-toast1,
.pagebox3 .p-toast2 {
  position: absolute;
  width: 3rem;
  font-size: 0.14rem;
  text-align: center;
  color: #00153e;
  font-size: 0.18rem;
  left: 0.7rem;
  bottom: 0.42rem;
  z-index: 10000;
}
.pagebox3 .p-toast2 {
  bottom: 0.15rem;
}
.pagebox3 .ximg {
  position: relative;
  z-index: 10;
  height: 100%;
  max-width: 100%;
}
.pagebox3 .img-box {
  height: 100%;
  width: calc(56.33802817vh);
  max-width: 100%;
  margin: auto;
  position: relative;
}
.pagebox3 .xbg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pagebox3 .xhead {
  position: absolute;
  z-index: 5;
  width: 42%;
  height: 25%;
  border-radius: 50%;
  object-fit: cover;
}
.pagebox3 .head1 {
  top: 20%;
  left: 28%;
}
.pagebox3 .head2 {
  top: 13%;
  left: 28%;
}
.pagebox3 .head3 {
  top: 34.2%;
  left: 29%;
}
.pagebox3 .head4 {
  top: 37%;
  left: 28%;
}
.pagebox3 .head5 {
  top: 13%;
  left: 10%;
}
.pagebox3 .head6 {
  top: 42.5%;
  left: 29.2%;
}
.pagebox3 .head7 {
  top: 20.2%;
  left: 29.6%;
}
.pagebox3 .head8 {
  top: 14%;
  left: 27.8%;
}
.pagebox3 .head9 {
  top: 28.2%;
  left: 30.8%;
}
.pagebox3 .head10 {
  top: 14.5%;
  left: 29.6%;
}
.pagebox3 .head11 {
  top: 53.6%;
  left: 16%;
}
.pagebox3 .head12 {
  top: 20.8%;
  left: 28%;
}
@-webkit-keyframes tada2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5%,
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  20%,
  30%,
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5%,
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  20%,
  30%,
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada2 {
  -webkit-animation-name: tada2;
  animation-name: tada2;
}
