body.active {
  overflow: hidden;
}
main {
  padding-bottom: 60px;
}
.banner img {
  max-width: 100%;
}
.form-container {
  max-width: 351px;
  margin: -18px auto 0;
  position: relative;
  z-index: 2;
}
.form-container .form-wrapper {
  padding: 30px 28px 24px;
  height: 118px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0 1px 8px 0 rgba(0, 57, 90, 0.21);
  border-radius: 10px;
}
.form-container .form-wrapper input {
  border: none;
  width: 295px;
  height: 40px;
  background: #F8F9FA;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
}
.form-container .form-wrapper .input-tip {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #FF0909;
  line-height: 14px;
  margin-top: 10px;
}
input::-webkit-input-placeholder {
  color: #B6B6B6;
  text-align: center;
}
.form-container .check-info {
  width: 351px;
  height: 237px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0 1px 8px 0 rgba(0, 57, 90, 0.21);
  border-radius: 10px;
  padding: 30px 25px;
  margin-top: 16px;
}
.form-container .check-info .info-title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #FF0909;
  line-height: 17px;
}
.check-info .img--wrapper {
  max-height: 140px;
  text-align: center;
  margin: 20px;
}
.btn_integral {
  width: 375px;
  height: 76px;
  padding: 17px 27px;
  background: transparent;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  justify-content: space-between;
}
.results-list {
  width: 321px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btn_integral button, .results-list button {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #fff;
  line-height: 42px;
  border: none;
  box-shadow: 0 0 5px 0 #DCDCDC;
  border-radius: 5px;
}
.btn_integral button:not(:last-child) {
  margin-right: 2px;
}
.btn_integral button:first-child, .results-list button {
  width: 31.25%;
  color: #FC9224;
  background: #fff;
  box-shadow: 0 0 5px 0 #DCDCDC;
  border-radius: 5px;
  border: 1px solid #FC9224;
}
.btn_integral button:last-child {
  width: 62.5%;
  background: #FC9224;
  border: 1px solid #FC9224;
}
.results-list a:last-child {
  width: 62.5%;
}
.results-list a:last-child button {
  width: 100%;
  color: #fff;
  background: #FC9224;
  border: 1px solid #FC9224;
}
.results_cont {
  padding: 26px 0 35px;
}
.results_cont h2 em {
  font-size: 40px;
  font-style: normal;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FC9224;
}
.results_cont h2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0C0C0C;
  text-align: center;
}
.results_cont h1 {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0C0C0C;
  line-height: 42px;
  text-align: center;
  margin-top: -10px;
}
.results_cont h5 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 17px;
  text-align: center;
  margin-top: 9px;
}
.results_cont .result-tip-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #FF0909;
  line-height: 20px;
  margin-top: 10px;
}
.results_cont .result-tip-wrapper .img-wrapper {
  width: 5.5px;
  flex-shrink: 0;
  margin-left: 6px;
}
.results_cont .result-tip-wrapper .img-wrapper img {
  max-width: 100%;
}
.results .join-group {
  width: 349px;
  margin: 20px auto 20px;
  padding: 0.5px;
  position: relative;
  background: url("../images/bg.png") no-repeat center top;
  background-size: contain;
}
.results .join-group .group-title {
  font-size: 12px;
  color: #1A1B1F;
  line-height: 14px;
  text-align: center;
  margin: 7px auto 13px;
}
.results .join-group .img--wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.results .group-copy {
  width: 130px;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #FC9224;
  color: #FC9224;
  text-align: center;
  margin: 0 auto;
}
.results .rank-check {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.results .rank-check .img--wrapper {
  width: 80px;
  height: 80px;
}
.share-wrapper {
  margin: 48px auto 0;
  font-size: 12px;
  color: #0C0C0C;
  text-align: center;
}
.share-wrapper ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.share-wrapper ul li:not(:last-child) {
  margin-right: 34px;
}
.share-wrapper ul li .img--wrapper {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
.modal--wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.modal--wrapper .modal-center {
  width: 98%;
  max-width: 375px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.modal--wrapper .modal-center.center-sm {
  max-width: 224px;
  height: 240px;
  border-radius: 5px;
}
.modal--wrapper .modal-center.center-normal {
  border-radius: 10px;
}
.modal--wrapper .modal-center.center-form {
  width: 75.466666%;
  max-width: 285px;
  border-radius: 4px;
}
.modal--wrapper .modal-bottom {
  width: 100%;
  max-width: 375px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.modal--wrapper .content-wrapper {
  padding: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 20px;
}
.content-wrapper .button-close {
  width: 232px;
  height: 42px;
  background: #FC9224;
  border-radius: 5px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  margin: 20px auto 0;
}
.content-wrapper .content-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC, serif;
  font-weight: 600;
  color: #0C0C0C;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.content-wrapper span {
  color: #FC9224;
}
.content-wrapper span.content-danger {
  color: #FC2824;
}
.content-wrapper ul {
  padding-left: 15px;
}
.content-wrapper ul li {
  list-style: disc;
}
.center-sm .content-wrapper {
  padding: 20px 18px;
}
.center-sm .content-wrapper .content-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 20px;
}
.center-sm .content-wrapper .img--wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.center-sm .content-wrapper .content-button-lg {
  width: 189px;
  height: 42px;
  font-size: 14px;
  color: #FC9224;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  border: 1px solid #FC9224;
  border-radius: 10px;
  margin: 16px auto 0;
}
.modal-center .button-close {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  line-height: 48px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.modal-bottom.bottom-select .select-action ul {
  width: 100%;
  padding: 0 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #FC9224;
  background: #F8F9FA;
}
.modal-bottom.bottom-select .select-option {
  margin: 53px 15px 7px;
  height: 120px;
  overflow: auto;
}
.modal-bottom.bottom-select .select-option ul li {
  list-style: none;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC, serif;
  font-weight: 600;
  color: #212121;
  line-height: 40px;
  text-align: center;
}
.modal-bottom.bottom-select .select-option ul li.active {
  color: #fff;
  background: #FC9224;
  border-radius: 5px;
}
.dialog_tip {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.dialog_tip p {
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0.5em 0.8em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .pc-share {
  display: none;
}
main .pc-share .share-info {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  main .pc-share {
    display: block;
    width: 100px;
    min-height: 100px;
    position: fixed;
    top: 10%;
    right: 20%;
    transform: translateX(-50%);
  }
}
.modal-center.center-form .button-close {
  bottom: -30%;
}
.modal-form-wrapper {
  max-width: 283px;
  padding: 20px 15px;
  margin: 0 auto;
  position: relative;
}
.form-wrapper .am-form-group {
  margin-bottom: 8px;
}
.form-wrapper .am-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 20px;
  margin-bottom: 4px;
}
.form-wrapper .am-form-group input {
  width: 253px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  background: #F8F9FA;
  border: none;
  border-radius: 2px;
  padding: 8px 12px;
}
.form-wrapper .am-form-group input::-webkit-input-placeholder {
  color: #B6B6B6;
}
.form-wrapper .am-form-group p.info-time {
  font-size: 12px;
  font-weight: 400;
  color: #B6B6B6;
  line-height: 17px;
}
.form-wrapper .button-wrapper {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  width: 239px;
  height: 36px;
  background: #FC9224;
  border: none;
  border-radius: 5px;
  margin: 20px auto 0;
}