html,
body {
  position: relative;
  width: 100vw;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
  overflow-x: auto;
  text-align: center;
}

a,
a:hover,
a:active,
a:link {
  text-decoration: none;
  color: #333;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none outside none;
}

input,
select {
  outline: 0;
  border: none;
}

img {
  border: 0;
  vertical-align: middle;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

*::-webkit-scrollbar {
  width: 0;
  height: 6px;
  background-color: #333;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, #8a7d60, #666, #8a7d60);
  border-radius: 3px;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-size: 0.14rem;
  color: #666;
}

.page .nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  height: .74rem;
  line-height: .74rem;
  text-align: center;
  border: 1px solid #EBEBEB;
}

.page .nav .nav_content {
  max-width: 15.04rem;
  position: relative;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
}

.page .nav .nav_content .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin: auto;
  font-size: 0;
}

.page .nav .nav_content .logo a, .page .nav .nav_content .logo img {
  display: block;
  width: 100%;
  height: 100%;
  padding: .1rem;
}

.page .nav .nav_content .mobile-btn {
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: none;
  pointer-events: none;
  width: 0.5rem;
  height: .06rem;
  background-color: #759E4D;
}

.page .nav .nav_content .mobile-btn::after, .page .nav .nav_content .mobile-btn::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .06rem;
  background-color: #759E4D;
}

.page .nav .nav_content .mobile-btn::after {
  top: -.14rem;
}

.page .nav .nav_content .mobile-btn::before {
  top: .14rem;
}

.page .nav .nav_content .nav-list {
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.page .nav .nav_content .nav-list .nav-item {
  margin: 0 0.45rem;
  font-size: 0.14rem;
  font-weight: 900;
  cursor: pointer;
  color: #333;
  position: relative;
  line-height: 0.4rem;
}

.page .nav .nav_content .nav-list .nav-item:hover {
  color: #759E4D;
}

.page .nav .nav_content .nav-list .nav-item.on {
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}

.page .nav .nav_content .nav-list .nav-item.on::after {
  content: '';
  width: 0.28rem;
  height: 0.02rem;
  background-color: #759E4D;
  position: absolute;
  bottom: -0.02rem;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 750px) {
  .page .nav {
    height: 1rem;
    line-height: 1rem;
  }
  .page .nav .nav_content .logo {
    width: .98rem;
    height: .98rem;
  }
  .page .nav .nav_content .mobile-btn {
    display: block;
  }
  .page .nav .nav_content .nav-list {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    padding: 0.2rem;
    flex-direction: column;
    height: 1rem;
    opacity: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0.28rem #999;
    transition: all 0.3s;
  }
  .page .nav .nav_content .nav-list a {
    pointer-events: none;
  }
  .page .nav .nav_content .nav-list:hover {
    height: fit-content;
    opacity: 1;
    margin-top: 1rem;
  }
  .page .nav .nav_content .nav-list:hover a {
    pointer-events: all;
  }
  .page .nav .nav_content .nav-list .nav-item {
    padding: 0.2rem;
    line-height: .3rem;
  }
  .page .nav .nav_content .nav-list .nav-item.on {
    pointer-events: none;
  }
  .page .footer .footer_content {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    align-items: flex-start;
  }
  .page .select {
    padding-left: 0.24rem;
    padding-right: 0.14rem;
  }
  .page .select .goods_list .goods_item {
    margin-right: 0.14rem;
    margin-bottom: 0.14rem;
  }
  .page .success .content .group {
    width: 4.04rem;
  }
  .page .success .content .group .item .title {
    width: 1.04rem;
  }
  .page .us .info .content {
    padding: 0 .3rem;
    width: 100%;
    transform: translateX(0);
  }
  .page .us .info .content .header {
    position: relative;
    margin-bottom: 0.3rem;
  }
  .page .us .info .content .text {
    padding: 0 .1rem;
  }
  .page .us .info .content .text h3 {
    font-size: 0.36rem;
  }
  .page .us .info .content .text p {
    font-size: 0.24rem;
  }
}

.page .main {
  height: 100%;
  padding-bottom: 1rem;
  flex: 1;
}

.page .home .swiper-container {
  position: relative;
}

.page .home .swiper-slide {
  height: auto !important;
}

.page .home .swiper-wrapper {
  height: auto !important;
}

.page .home .swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 866px;
}

.page .home .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.page .home .swiper-pagination-switch {
  display: inline-block;
  width: 94px;
  height: 4px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.page .home .swiper-active-switch {
  background: #759E4D;
}

.article_list {
  margin: 0 auto;
}

.article_list .article_item {
  display: flex;
  margin-top: .86rem;
  justify-content: center;
  padding: 0 .5rem;
}

.article_list .article_item.reset {
  flex-flow: row-reverse;
}

.article_list .article_item.reset .article_img {
  margin-left: .6rem;
}

.article_list .article_item.reset .article_img img {
  filter: drop-shadow(-5.4rem 1rem 0.01rem #F1F3F4);
}

.article_list .article_item.reset .article_desc {
  margin-left: 0;
}

.article_list .article_item .article_img {
  width: 4.2rem;
}

.article_list .article_item .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(5.4rem 1rem 0.01rem #F1F3F4);
  border-radius: .06rem;
}

.article_list .article_item .article_desc {
  position: relative;
  width: 5.1rem;
  flex-shrink: 0;
  margin-left: .6rem;
}

.article_list .article_item .article_desc.left {
  margin-left: 0;
}

.article_list .article_item .article_desc .title {
  font-size: .46rem;
  color: #000000;
  text-align: left;
}

.article_list .article_item .article_desc .title p {
  font-size: .46rem;
  color: #000000;
  text-align: left;
}

.article_list .article_item .article_desc .detail {
  margin-top: .4rem;
  font-size: .16rem;
  color: #777777;
  text-align: left;
}

.article_list .article_item .article_desc .button {
  width: 1.92rem;
  height: .5rem;
  background-image: linear-gradient(257deg, #C2D546 0%, #739F4C 100%);
  color: #ffffff;
  border-radius: .04rem;
  margin-top: .6rem;
  font-size: 0.16rem;
}

.article_list .article_item .article_desc .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.2rem;
  padding-left: 0.49rem;
  box-sizing: border-box;
}

.article_list .article_item .article_desc .button a i {
  width: 0.18rem;
  height: 0.12rem;
  background-image: url("../imgs/icon_enter.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.article_list .article_item .article_desc .button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1080px) {
  .article_list {
    width: 100%;
    max-width: 8.2rem;
    padding: 0 0rem;
  }
  .article_list .article_item {
    display: block;
  }
  .article_list .article_item.reset .article_img img {
    filter: drop-shadow(-2rem 3rem 0.01rem #F1F3F4);
  }
  .article_list .article_item .article_img {
    width: 100%;
    margin: 0 auto;
    margin-left: 0 !important;
  }
  .article_list .article_item .article_img img {
    filter: drop-shadow(2rem 3rem 0.01rem #F1F3F4);
  }
  .article_list .article_item .article_desc {
    margin-top: .4rem;
    width: 100%;
    margin-left: 0;
  }
}

.game {
  padding: .58rem 0 .37rem;
  text-align: center;
  background-image: url("../imgs/bg_payment.jpg?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
}

.game .header {
  font-size: 0.46rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.4rem;
  width: auto;
  display: inline-block;
  position: relative;
}

.game .header::before {
  content: '';
  width: 0.14rem;
  height: 0.02rem;
  position: absolute;
  left: -0.42rem;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}

.game .header::after {
  content: '';
  width: 0.14rem;
  height: 0.02rem;
  position: absolute;
  right: -0.42rem;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}

.game .game_list {
  max-width: 14.33rem;
  background: #F1F3F4;
  border-radius: .1rem;
  margin: 0 auto;
  padding: .42rem .15rem .12rem 1.76rem;
  box-sizing: border-box;
  position: relative;
}

.game .game_list::before {
  content: '';
  width: 5.65rem;
  height: 5.67rem;
  background-image: url("../imgs/kv_payment.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  left: -3.5rem;
  top: 0;
  z-index: 1;
}

.game .game_list .game_item {
  float: left;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 3.84rem;
  margin-bottom: 0.3rem;
  text-align: left;
}

.game .game_list .game_item img {
  width: 100%;
}

.game .game_list .game_item .title {
  position: absolute;
  left: 0.2rem;
  bottom: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.2;
  width: 60%;
  padding: .08rem 0;
}

.game .game_list .game_item .btn-pay {
  width: 1.3rem;
  height: .46rem;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  border-radius: .04rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  line-height: 0.46rem;
  position: absolute;
  bottom: 0.3rem;
  right: 0.2rem;
}

.select {
  max-width: 15.04rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0.62rem 0.2rem;
  padding-bottom: 0.37rem;
  text-align: left;
}

.select .game_name {
  font-size: 0.3rem;
  line-height: 1.2;
  padding: .05rem 0;
  color: #000;
  margin-bottom: 0.58rem;
}

.select .page_title {
  font-size: 0.17rem;
  color: #303030;
  padding-left: 0.1rem;
  position: relative;
}

.select .page_title::before {
  content: '';
  position: absolute;
  width: 0.02rem;
  height: 0.15rem;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  left: 0;
  top: 50%;
  margin-top: -0.075rem;
}

.select .role .page_title {
  display: inline-block;
}

.select .role .role_info {
  display: inline-block;
  min-width: 3.6rem;
  height: .44rem;
  line-height: .44rem;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  border-radius: .06rem;
  padding: 0 .2rem;
  box-sizing: border-box;
  margin-left: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  cursor: default;
}

.select .goods_list {
  margin-top: 0.37rem;
}

.select .goods_list .goods_item {
  width: 3.4rem;
  height: 1.3rem;
  border: .02rem solid transparent;
  border-radius: .06rem;
  box-sizing: border-box;
  background: #F6F7F8;
  margin-right: 0.26rem;
  margin-bottom: 0.26rem;
  float: left;
  cursor: pointer;
  padding: .3rem .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select .goods_list .goods_item .icon {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.27rem;
}

.select .goods_list .goods_item .right {
  flex: 1;
}

.select .goods_list .goods_item .right .name {
  color: #303030;
  font-size: 0.18rem;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}

.select .goods_list .goods_item .right .price {
  color: #769D44;
  font-size: 0.24rem;
  line-height: 1.2;
}

.select .goods_list .goods_item.on {
  border-color: #89AE4A;
  position: relative;
}

.select .goods_list .goods_item.on::before {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  background-image: url("../imgs/icon_checked.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.select .goods_list .goods_item:hover {
  border-color: #89AE4A;
}

.select .pay {
  margin-top: 0.2rem;
  margin-bottom: 0.46rem;
}

.select .pay .pay_list {
  margin-top: 0.2rem;
}

.select .pay .pay_list .pay_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.48rem;
  background: #F6F7F8;
  border: 0.02rem solid #C9C9C9;
  border-radius: .06rem;
  box-sizing: border-box;
  font-size: 0.17rem;
  color: #303030;
  cursor: default;
}

.select .pay .pay_list .pay_item .icon {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.08rem;
  margin-left: -0.08rem;
  background-image: url("../imgs/icon_wx.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.select .pay .pay_list .pay_item.on {
  border-color: #89AE4A;
  position: relative;
}

.select .pay .pay_list .pay_item.on::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  background-image: url("../imgs/icon_checked.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.select .btn-submit {
  width: 2.7rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  border-radius: .04rem;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.select .btn-submit:hover {
  opacity: 0.9;
}

.qrcode {
  background: #F6F7F8;
  cursor: default;
}

.qrcode .content {
  background: #fff;
  max-width: 12rem;
  margin: .4rem auto;
  padding: .78rem .2rem 1.14rem;
}

.qrcode .content .price_title {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.08rem;
}

.qrcode .content .price {
  color: #EA4F3D;
  font-size: 0.26rem;
  margin-bottom: 0.38rem;
}

.qrcode .content .payment-icon {
  width: 2.17rem;
  height: .74rem;
  background-image: url("../imgs/item_wx.jpg?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 auto 0.02rem;
}

.qrcode .content .qrcode {
  width: 2.17rem;
  height: 2.17rem;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  margin-bottom: 0.06rem;
}

.qrcode .content .qrcode_tip {
  font-size: 0.14rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.62rem;
}

.qrcode .content .payment_tip {
  color: #616161;
  font-size: 0.14rem;
  line-height: 1.6;
}

.success {
  background: #F6F7F8;
  cursor: default;
}

.success .content {
  max-width: 8.64rem;
  background: #fff;
  margin: 1.67rem auto 1.95rem;
  padding: .58rem .2rem .5rem;
  box-sizing: border-box;
  position: relative;
  border-radius: .08rem;
}

.success .content .header {
  font-size: 0.24rem;
  color: #769D44;
}

.success .content .icon {
  width: 1.29rem;
  height: 1.29rem;
  background-image: url("../imgs/icon_success.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: -0.9rem;
  left: 50%;
  margin-left: -0.645rem;
}

.success .content .btn-again {
  width: 2.7rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  border-radius: .04rem;
  margin: 0 auto;
  display: block;
}

.success .content .btn-again:hover {
  opacity: 0.9;
}

.success .content .group {
  margin: 0.48rem auto .64rem;
  width: 3.04rem;
}

.success .content .group .item {
  margin-bottom: 0.24rem;
  display: flex;
}

.success .content .group .item .text {
  font-size: 0.22rem;
  color: #212021;
  display: inline-block;
  white-space: nowrap;
}

.success .content .group .item .title {
  font-size: 0.22rem;
  display: inline-block;
  color: #95979A;
  margin-right: 0.14rem;
  width: 0.94rem;
  flex: none;
  text-align: right;
}

.success .content .group .item .title span {
  position: relative;
}

.success .content .group .item .title span::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(227deg, #C2D546 0%, #739F4C 59%);
  width: 0.02rem;
  height: 0.12rem;
  top: 50%;
  margin-top: -0.06rem;
  left: -0.1rem;
}

.us {
  color: #333;
  padding-bottom: 0 !important;
}

.us .kv {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.us .info {
  padding-top: 1rem;
  padding-bottom: 1.24rem;
  background-image: url("../imgs/bg_us.jpg?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
}

.us .info .content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 3.6rem;
  box-sizing: border-box;
  transform: translateX(1rem);
}

.us .info .content .header {
  position: absolute;
  text-align: left;
  padding: .04rem 0;
  padding-left: 0.3rem;
  left: 0;
  top: 0;
}

.us .info .content .header::before {
  content: '';
  width: .06rem;
  height: 1.36rem;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.us .info .content .header .p1 {
  font-size: 0.46rem;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
}

.us .info .content .header .p2 {
  font-size: 0.46rem;
  color: #739F4C;
  line-height: 1.4;
  font-weight: bold;
}

.us .info .content .text {
  text-align: left;
}

.us .info .content .text h3 {
  font-size: 0.24rem;
}

.us .info .content .text p {
  width: 100%;
  white-space: wrap;
  word-break: break-word;
  text-align: left;
  line-height: 1.6;
  font-size: 0.16rem;
}

.bottom-d {
  background-image: url("../imgs/bottom-d.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  bottom: 1.8rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.45rem;
  pointer-events: none;
}

.footer {
  z-index: 5;
  background-color: #000;
  text-align: left;
  font-size: 0.12rem;
  color: #616161;
  cursor: default;
}

.footer .footer_content {
  max-width: 15.04rem;
  padding: 0.4rem .2rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer_content a {
  text-decoration: none;
  color: inherit;
}

.footer .footer_content a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .footer_content .footer_left .protocol {
  color: #C8C8C8;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.footer .footer_content .footer_left .protocol a {
  position: relative;
  margin-right: 0.16rem;
}

.footer .footer_content .footer_left .protocol a::after {
  content: '';
  width: 1px;
  height: 0.16rem;
  background-color: #616161;
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  right: -0.1rem;
}

.footer .footer_content .footer_left .protocol a:last-of-type::after {
  display: none;
}

.footer .footer_content .footer_left .footer_tip {
  line-height: 1.6;
  margin-bottom: 0.16rem;
}

.footer .footer_content .footer_left .cmp {
  margin-left: 0.12rem;
}

.footer .footer_content .footer_right .footer_logo {
  width: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .us .info .content {
    transform: translateX(0);
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.modal .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal_login {
  display: none;
}

.modal_login .box {
  width: 4.76rem;
  background-color: #fff;
  border-radius: .1rem;
  padding: .45rem;
  padding-bottom: 0.27rem;
  box-sizing: border-box;
}

.modal_login .box .btn-close {
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../imgs/icon_close.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  cursor: pointer;
  transform: rotate(0);
  transition: all .25s;
}

.modal_login .box .btn-close:hover {
  transform: rotate(360deg);
}

.modal_login .box .header {
  font-size: 0.22rem;
  color: #333;
}

.modal_login .box .form {
  margin-top: 0.27rem;
  text-align: left;
}

.modal_login .box .form .input_group {
  margin-bottom: 0.17rem;
}

.modal_login .box .form .input_group .label {
  margin-bottom: 0.09rem;
  font-size: 0.14rem;
  color: #626262;
  margin-left: 1px;
}

.modal_login .box .form .input_group .input {
  height: .5rem;
  line-height: 0.5rem;
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  border-radius: .06rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 .14rem;
  font-size: 0.14rem;
  color: #333;
}

.modal_login .box .remember {
  font-size: 0.14rem;
  color: #626262;
  cursor: pointer;
  display: inline-block;
}

.modal_login .box .remember .check-box {
  width: 0.14rem;
  height: 0.14rem;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  border-radius: .03rem;
  margin-right: 0.04rem;
  display: inline-block;
  overflow: hidden;
}

.modal_login .box .remember .check-box.on {
  background-image: url("../imgs/icon_checked.png?v=20221021");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-size: .22rem;
}

.modal_login .box .remember span {
  display: inline-block;
  vertical-align: middle;
}

.modal_login .box .btn-login {
  height: 0.5rem;
  line-height: 0.5rem;
  background-image: linear-gradient(255deg, #C2D546 0%, #739F4C 100%);
  border-radius: .06rem;
  font-size: 0.16rem;
  text-align: center;
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  cursor: pointer;
}

.modal_login .box .btn-back {
  font-size: 0.14rem;
  color: #626262;
  margin-top: 0.36rem;
  display: block;
  cursor: pointer;
}

.download {
  background: url(../img/dl.jpg);
  width: 1.62rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: block;
  position: absolute;
  background-size: cover;
  right: .2rem;
  top: .2rem;
  color: #fff!important;
  font-size: 0.2rem;
}