.nav {
  height: 0.74rem;
  background-color: #000000;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.24rem;
}
.nav .logo {
  width: 0.5rem;
  height: 0.54rem;
}
.nav-info {
  color: #fff;
}
.nav-info .title {
  font-size: 0.26rem;
  line-height: 0.3rem;
}
.nav-info .desc {
  font-size: 0.22rem;
  line-height: 0.24rem;
}
.nav .btn {
  padding: 0 0.32rem;
  height: 0.48rem;
  background-color: #0880f6;
  border-radius: 4px;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: center;
  margin-left: 0.24rem;
}
.nav .user-info p {
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  margin-left: 0.24rem;
}
.index-content {
  padding: 0.32rem 0.24rem;
}
.index-content .game-info {
  align-items: center;
  margin-top: 0.32rem;
}
.index-content .game-info .icon {
  width: 0.92rem;
  height: 0.92rem;
  margin-right: 0.24rem;
}
.index-content .game-info .title {
  font-size: 0.42rem;
  color: #fff;
  margin-bottom: 0.12rem;
}
.index-content .game-info .label {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-right: 0.2rem;
}
.index-content .game-info .label .delivery {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/delivery.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}
.index-content .game-info .label .security {
  width: 0.18rem;
  height: 0.2rem;
  background: url(../images/security.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}
.index-content .pay-step {
  padding: 0.32rem 0.24rem 0.32rem 0;
  border-radius: 0.12rem;
  background: #fff;
  margin-top: 0.32rem;
}
.index-content .pay-step .title {
  height: 0.38rem;
  align-items: center;
  font-size: 0.32rem;
}
.index-content .pay-step .title i {
  width: 0.48rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.26rem;
  background: rgba(238, 70, 65, 0.15);
  margin-right: 0.12rem;
  border-top-right-radius: 0.26rem;
  border-bottom-right-radius: 0.08rem;
  font-style: normal;
  text-align: center;
  color: #ee4641;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.index-content .pay-step .step-w {
  padding-left: 0.24rem;
}
.index-content .select-wrap {
  height: 0.68rem;
  align-items: center;
  border-radius: 0.34rem;
  background: #f3f5f7;
  margin-top: 0.3rem;
  padding: 0 0.36rem 0 0.12rem;
  box-sizing: border-box;
}
.index-content .select-wrap .label {
  padding: 0 0.24rem;
  font-size: 0.28rem;
  flex-shrink: 0;
}
.index-content .select-wrap select {
  height: 0.36rem;
  background: url(../images/arrow1.png) no-repeat right center;
  background-size: 0.19rem 0.1rem;
  padding-right: 0.3rem;
  font-size: 0.28rem;
  color: #333;
}
.index-content .product-list {
  justify-content: space-between;
  flex-wrap: wrap;
  height: 5.16rem;
  overflow: hidden;
}
.index-content .product-list.show {
  height: auto;
}
.index-content .product-list li {
  min-height: 1.4rem;
  padding: 0.32rem 0.2rem;
  border-radius: 0.12rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.32rem;
  border: solid 0.02rem #dfdde7;
  width: 48%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.index-content .product-list li .label {
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f93f36;
  color: #fff;
  font-size: 0.22rem;
  padding: 0 0.2rem 0 0.12rem;
  border-top-left-radius: 0.12rem;
  border-bottom-right-radius: 0.24rem;
}
.index-content .product-list li .title {
  font-size: 0.29rem;
  line-height: 0.3rem;
  color: #25213c;
  font-weight: bold;
  margin-bottom: 0.12rem;
  height: auto;
}
.index-content .product-list li .icon {
  width: 0.76rem;
  height: 0.54rem;
  flex-shrink: 0;
}
.index-content .product-list li .desc {
  font-size: 0.24rem;
  color: #999;
  align-items: center;
  display: none;
}
.index-content .product-list li .desc i {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/tips.png) no-repeat;
  background-size: cover;
  margin-left: 0.1rem;
}
.index-content .product-list li.active {
  border-color: #f93f36;
  position: relative;
  overflow: hidden;
}
.index-content .product-list li.active .desc {
  display: flex;
}
.index-content .product-list li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: solid 0.32rem transparent;
  border-left-color: #f93f36;
  position: absolute;
  right: -0.32rem;
  top: -0.32rem;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.index-content .product-list li.active:after {
  content: "";
  width: 0.14rem;
  height: 0.07rem;
  border-left: 0.03rem solid #fff;
  border-bottom: 0.03rem solid #fff;
  position: absolute;
  top: 0.06rem;
  right: 0.06rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.index-content .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.32rem 0 0.1rem;
}
.index-content .more.show i {
  transform: rotate(180deg);
}
.index-content .more span {
  font-size: 0.26rem;
  color: #057bff;
}
.index-content .more i {
  width: 0.15rem;
  height: 0.08rem;
  background: url(../images/arrow2.png) no-repeat;
  background-size: cover;
  margin-left: 0.08rem;
  margin-top: 0.04rem;
}
.index-content .payment-list li {
  border-radius: 0.12rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.32rem;
  border: solid 0.02rem #dfdde7;
  position: relative;
}
.index-content .payment-list li .label {
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f93f36;
  color: #fff;
  font-size: 0.22rem;
  padding: 0 0.2rem 0 0.12rem;
  border-top-left-radius: 0.12rem;
  border-bottom-right-radius: 0.24rem;
}
.index-content .payment-list li .info {
  padding: 0.36rem 0.24rem;
  align-items: center;
}
.index-content .payment-list li .info .icon {
  width: 1.36rem;
  height: 0.64rem;
  flex-shrink: 0;
  border-radius: 0.08rem;
  margin-right: 0.24rem;
  overflow: hidden;
}
.index-content .payment-list li .info .title {
  font-size: 0.28rem;
  color: #000;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-content .payment-list li .info .amount {
  font-size: 0.28rem;
  margin-left: 0.24rem;
  flex-shrink: 0;
}
.index-content .payment-list li .tips {
  height: 0.48rem;
  background-color: #f5f5ff;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.index-content .payment-list li .tips .title {
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.22rem;
  color: #9d9d9d;
}
.index-content .payment-list li .tips i {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/tips.png) no-repeat;
  background-size: cover;
  margin-left: 0.1rem;
}
.index-content .payment-list li.active {
  border-color: #f93f36;
  position: relative;
  overflow: hidden;
}
.index-content .payment-list li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: solid 0.32rem transparent;
  border-left-color: #f93f36;
  position: absolute;
  right: -0.32rem;
  top: -0.32rem;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.index-content .payment-list li.active:after {
  content: "";
  width: 0.14rem;
  height: 0.07rem;
  border-left: 0.03rem solid #fff;
  border-bottom: 0.03rem solid #fff;
  position: absolute;
  top: 0.06rem;
  right: 0.06rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pay-result .tips {
  height: 0.62rem;
  box-sizing: border-box;
  align-items: center;
  padding: 0 0.32rem;
  background: linear-gradient(45deg, #e8e7f7 0%, #f9e1e1 100%);
}
.pay-result .tips .icon {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/gift.png) no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}
.pay-result .tips .title {
  font-size: 0.26rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pay-result .tips .arrow {
  width: 0.1rem;
  height: 0.2rem;
  background: url(../images/right.png) no-repeat;
  background-size: cover;
  margin-left: 0.2rem;
}
.pay-result .info {
  padding: 0.32rem;
  background: #fff;
  justify-content: space-between;
  align-items: center;
}
.pay-result .info .price {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
.pay-result .info .price span.label {
  font-size: 0.26rem;
  color: #848484;
}
.pay-result .info .btn {
  width: 2rem;
  line-height: 0.34rem;
  padding: 0.12rem 0;
  color: #fff;
  font-size: 0.32rem;
  background: #f93f36;
  border-radius: 0.24rem;
  text-align: center;
}
.pay-result .info .btn.disabled {
  background: #ccc;
}
.pay-result .info .btn.loading {
  pointer-events: none;
  background: #ccc;
}
.footer {
  padding: 0.32rem 0.6rem;
  color: #000;
}
.footer .copyright {
  text-align: center;
  font-size: 0.3rem;
  color: #868595;
}
.footer .links {
  font-size: 0.3rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.footer .links a {
  font-size: 0.3rem;
  color: #fff;
  padding: 0 0.12rem;
}
.login-w {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.login-w .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.login-w .login-form {
  width: 94%;
  max-width: 414px;
  background: #3f4274;
  border-radius: 0.12rem;
  padding: 0.6rem 0.3rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.login-w .login-form .close {
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.login-w .login-form .title {
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.32rem;
  color: #fff;
  text-align: center;
}
.login-w .login-form .login-method {
  justify-content: center;
  margin-top: 0.6rem;
}
.login-w .login-form .login-method .btn {
  width: 1.4rem;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 0.26rem;
  color: #fff;
}
.login-w .login-form .login-method .btn .img {
  width: 0.97rem;
  margin-bottom: 0.16rem;
}
.login-w .login-form .agreement {
  margin-top: 0.5rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.login-w .login-form .agreement .label {
  width: 80%;
  margin: 0 auto;
}
.login-w .login-form .agreement .label a {
  color: #56abff;
}
.login-modal,
.logout-modal,
.tips-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.login-modal .mask,
.logout-modal .mask,
.tips-modal .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.login-modal .form,
.logout-modal .form,
.tips-modal .form {
  width: 94%;
  max-width: 414px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 0.08rem;
  padding: 0.32rem 0.24rem 0.48rem;
  box-sizing: border-box;
}
.login-modal .form .title,
.logout-modal .form .title,
.tips-modal .form .title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
.login-modal .form .close,
.logout-modal .form .close,
.tips-modal .form .close {
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.login-modal .form .form-item,
.logout-modal .form .form-item,
.tips-modal .form .form-item {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  background: #f3f5f7;
  border-radius: 0.08rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
}
.login-modal .form .form-item.nobg,
.logout-modal .form .form-item.nobg,
.tips-modal .form .form-item.nobg {
  background: none;
}
.login-modal .form .form-item .label,
.logout-modal .form .form-item .label,
.tips-modal .form .form-item .label {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2rem;
  font-size: 0.26rem;
  color: #999;
}
.login-modal .form .form-item .input,
.logout-modal .form .form-item .input,
.tips-modal .form .form-item .input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 0.26rem;
  color: #333;
}
.login-modal .form .form-item .text,
.logout-modal .form .form-item .text,
.tips-modal .form .form-item .text {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  line-height: 0.64rem;
}
.login-modal .form .text2,
.logout-modal .form .text2,
.tips-modal .form .text2 {
  font-size: 0.3rem;
  color: #999;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.32rem;
  padding: 0 0.12rem;
}
.login-modal .form .btn,
.logout-modal .form .btn,
.tips-modal .form .btn {
  width: 100%;
  height: 0.75rem;
  margin-top: 0.6rem;
  background: #56abff;
  border-radius: 0.37rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.75rem;
  display: block;
}
.result-page {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 0 0;
}
.result-page .result-w {
  margin: 0 1rem;
}
.result-page .result-tit {
  width: 2rem;
  margin: 0 auto;
}
.result-page .result-tit img {
  width: 100%;
}
.result-page .result-con {
  padding: 0.32rem;
  font-size: 0.32rem;
  color: #333;
  text-align: center;
}
.result-page .result-con .result-text2 {
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.2rem;
}
.result-page .result-btn {
  padding: 0.32rem 0;
}
.result-page .result-btn a {
  display: block;
  height: 0.72rem;
  margin: 0 auto;
  background: #51a938;
  border-radius: 0.12rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.72rem;
}
.loading-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #dee1e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-page img {
  width: 100%;
}
