body {
    /*background: #211577;*/
    /*padding-bottom: 5rem;*/
}
* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: unset;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hide {
    display: none;
}

.popup-login, .popup-prompt, .popup-more-activity {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup-login .mask, .popup-prompt .mask, .popup-more-activity .mask {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.popup-login .popup-content {
    width: 100%;
    padding: 1.375rem 1rem 1.25rem;
    border-radius: 0.625rem 0.625rem 0 0;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to bottom, #fff5ef, #fff);
    background: linear-gradient(to bottom, #fff5ef, #fff);
    background: -webkit-linear-gradient(to bottom, #fff5ef, #fff);
}
.popup-login .popup-content .title {
    width: 100%;
    height: 1.375rem;
    line-height: 1.375rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.375rem;
}
.popup-login .popup-content .input-box {
    width: 19.375rem;
    border-bottom: 0.03125rem solid #e6e6e6;
    margin: 0 auto;
    margin-top: 1.375rem;
}
.popup-login .popup-content .input-box .title {
    text-align: left;
    margin: 0;
}
.popup-login .popup-content .input-box input {
    outline: none;
    border: none;
    width: 12.625rem;
    height: 2.875rem;
    background: none;
    line-height: 2.875rem;
}
.popup-login .popup-content .input-box .text {
    width: 6.5rem;
    height: 2.875rem;
    line-height: 2.875rem;
    font-size: 0.875rem;
    text-align: center;
}
.popup-login .popup-content .input-box .text span {
    display: inline-block;
    font-size: 0.875rem;
    width: 100%;
    height: 0.875rem;
    line-height: 0.875rem;
    border-left: 0.03125rem solid #e6e6e6;
}
.popup-login .popup-content .input-box .btn-code span {
    color: #eb5857;
}
.popup-login .popup-content .code-introduce {
    width: 19.375rem;
    margin: 0 auto;
    justify-content: space-between;
}
.popup-login .popup-content .code-introduce a {
    color: #eb9695;
    text-decoration: underline;
    font-size: 0.675rem;
    padding-top: 0.6rem;
}
.popup-login .popup-content .code-introduce .code-result {
    color: #eb5857;
    font-size: 0.75rem;
}
.popup-login .popup-content .btn-login {
    width: 21.5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    margin-top: 2.5rem;
    border-radius: 3rem;
    background: -webkit-linear-gradient(bottom left, #eb5857, #eb3564);
    background: linear-gradient(to top right, #eb5857, #eb3564);
    background: -webkit-linear-gradient(to top right, #eb5857, #eb3564);
}
.popup-login .popup-content .btn-cancel {
    width: 21.5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #aaa;
    font-size: 1rem;
    border-radius: 3rem;
}

.popup-prompt .popup-content {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-prompt .popup-content .popup-box {
    width: 20rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem 1.875rem;
    background: -webkit-linear-gradient(bottom left, #fff, #fee9e1);
    background: linear-gradient(to top right, #fff, #fee9e1);
    background: -webkit-linear-gradient(to top right, #fff, #fee9e1);
}
.popup-prompt .popup-content .popup-box .title {
    font-size: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.popup-prompt .popup-content .popup-box .icon {
    width: 100%;
    margin-top: 1.625rem;
    text-align: center;
}
.popup-prompt .popup-content .popup-box .icon img {
    width: 5rem;
}
.popup-prompt .popup-content .popup-box .notice {
    margin-top: 0.75rem;
    color: #333;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: center;
}
.popup-prompt .popup-content .popup-box .btn {
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #eb5857;
    color: #FFFFFF;
    font-size: 0.9375rem;
    border-radius: 4px;
    margin: 1rem auto 0;
}
.popup-prompt .popup-content .popup-box .btn-open {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fffcf5;
    margin-top: 1.25rem;
    border-radius: 2.5rem;
    background: -webkit-linear-gradient(bottom left, #eb5857, #eb3564);
    background: linear-gradient(to top right, #eb5857, #eb3564);
    background: -webkit-linear-gradient(to top right, #eb5857, #eb3564);
}
.popup-prompt .popup-content .btn-close {
    width: 100%;
    text-align: center;
    margin: 0.7rem auto;
}
.popup-prompt .popup-content .btn-close img {
    width: 1.625rem;
    height: 1.625rem;
}


.popup-prompt-card .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
}
.popup-prompt-card .popup-content {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-prompt-card .popup-content .popup-box {
    width: 20rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem 1.875rem;
    background: -webkit-linear-gradient(bottom left, #fff, #fee9e1);
    background: linear-gradient(to top right, #fff, #fee9e1);
    background: -webkit-linear-gradient(to top right, #fff, #fee9e1);
}
.popup-prompt-card .popup-content .popup-box .title {
    font-size: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.popup-prompt-card .popup-content .popup-box .input {
    width: 80%;
    margin: 2rem auto;
}
.popup-prompt-card .popup-content .popup-box .input input {
    width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    border-radius: 1.3rem;
    padding: 0 1rem;
    border: 0.0625rem solid #f00;
    box-sizing: border-box;
    outline: none;
    font-size: 0.875rem;
}
.popup-prompt-card .popup-content .popup-box .btn {
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #eb5857;
    color: #FFFFFF;
    font-size: 0.9375rem;
    border-radius: 4px;
    margin: 3rem auto 0;
}
.popup-prompt-card .popup-content .popup-box .btn-open {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fffcf5;
    margin-top: 1.25rem;
    border-radius: 2.5rem;
    background: -webkit-linear-gradient(bottom left, #eb5857, #eb3564);
    background: linear-gradient(to top right, #eb5857, #eb3564);
    background: -webkit-linear-gradient(to top right, #eb5857, #eb3564);
}
.popup-prompt-card .popup-content .btn-close {
    width: 100%;
    text-align: center;
    margin: 0.7rem auto;
}
.popup-prompt-card .popup-content .btn-close img {
    width: 1.625rem;
    height: 1.625rem;
}

.popup-more-activity .popup-content {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-more-activity .popup-content .popup-box {
    width: 20rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem 1.875rem;
    background: -webkit-linear-gradient(bottom left, #fff, #fde9df);
    background: linear-gradient(to top right, #fff, #fde9df);
    background: -webkit-linear-gradient(to bottom, #fff, #fde9df);
}
.popup-more-activity .popup-content .popup-box .title {
    font-size: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.popup-more-activity .popup-content .popup-box .icon {
    width: 100%;
    margin-top: 1.625rem;
    text-align: center;
}
.popup-more-activity .popup-content .popup-box .icon img {
    width: 5rem;
}
.popup-more-activity .popup-content .popup-box .notice {
    margin-top: 1.75rem;
    color: #333;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: center;
}
.popup-more-activity .popup-content .qrcode-text {
    text-align: center;
    color: #333;
    font-size: 0.8375rem;
    margin-top: 1.5625rem;
}
.popup-more-activity .popup-content .btn-close {
    width: 100%;
    text-align: center;
    margin: 0.7rem auto;
}
.popup-more-activity .popup-content .btn-close img {
    width: 1.625rem;
    height: 1.625rem;
}

.app-index {
    background: #211577;
    padding-top: 1.75rem;
    padding-bottom: 5rem;
}
.app-index .box1 {
    width: 21.875rem;
    height: 13.875rem;
    margin: 0 auto 1.5rem;
    background-image: url("/static/img/index/carddefault.png");
    background-size: 100% 100%;
    position: relative;
}
.app-index .box1 a {
    text-decoration: unset;
}
.app-index .box1 .open-vip {
    width: 6.125rem;
    height: 1.375rem;
    line-height: 1.375rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0.1875rem;
    color: #fff;
    font-size: 0.5625rem;
}
.app-index .box1 .login {
    width: 3.4375rem;
    height: 1.625rem;
    line-height: 1.625rem;
    text-align: center;
    color: #333;
    font-size: 0.8125rem;
    position: absolute;
    top: 1.375rem;
    left:3.5625rem;
}
.app-index .box1 .benefits {
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: left;
    color: #333;
    font-size: 0.75rem;
    position: absolute;
    top: 4.125rem;
    left: 1.4375rem;
}
.app-index .box1 .price {
    height: 1.5625rem;
    line-height: 1.5625rem;
    text-align: left;
    color: #333;
    font-size: 0.75rem;
    position: absolute;
    top: 5.5625rem;
    left: 1.4375rem;
}
.app-index .box1 .price span {
    font-size: 1.5625rem;
    font-weight: bold;
    margin-right: 0.5rem;
}
.app-index .box1 .icon-list {
    width: 19.8375rem;
    height: 3.5rem;
    position: absolute;
    top: 8.3125rem;
    left: 1rem;
}
.app-index .box1 .icon-list .box1-swiper {
    display: block;
    width: 15.875rem;
    height: 5rem;
    overflow: hidden;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide {
    width: 15.875rem;
    height: 3.5rem;
}
.app-index .box1 .icon-list .box1-swiper .swiper-pagination {
    height: 0.25rem;
    position: absolute;
    bottom: 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fcdeb5;
    width: 0.4375rem;
    height: 0.25rem;
    opacity: unset;
}
.app-index .box1 .icon-list .box1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #833b15;
 }
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item {
    width: 3.96875rem;
    height: 3.5rem;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 10.9375rem;
    background-image: url("/static/img/index/usericonbox.png");
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img1 {
    background-position: 0 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img2 {
    background-position: 25% 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img3 {
    background-position: 50% 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img4 {
    background-position: 75% 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img5 {
    background-position: 100% 0;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img6 {
    background-position: 0 50%;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img7 {
    background-position: 25% 50%;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img8 {
    background-position: 50% 50%;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img9 {
    background-position: 75% 50%;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .img.img10 {
    background-position: 100% 50%;
}
.app-index .box1 .icon-list .box1-swiper .swiper-slide .item .title {
    text-align: center;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
    margin-top: 0.5rem;
    color: #333;
}
.app-index .box1 .icon-list .icon-coupons {
    width: 3.9625rem;
    height: 3.5rem;
}
.app-index .box1 .icon-list .icon-coupons .img {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0 auto;
    background-image: url("/static/img/index/card.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.app-index .box1 .icon-list .icon-coupons .title {
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.app-index .box2 {
    width: 100%;
}
.app-index .box2 .box2-content1 {
    width: 21.875rem;
    height: 4.25rem;
    margin: 0 auto;
    overflow: hidden;
}
.app-index .box2 .box2-content2 {
    display: none;
}
.app-index .box2 .box2-content1 .swiper-slide .img {
    width: 21.875rem;
    height: 4.25rem;
}
.app-index .box2 .change {
    width: 100%;
    height: 1.125rem;
    margin-bottom: 1.125rem;
}
.app-index .box2 .change .img {
    width: 100%;
    height: 1.125rem;
    text-align: center;
    -webkit-animation: giftboxfa3 1.5s linear infinite;
    animation: giftboxfa3 1.5s linear infinite;
}
@-webkit-keyframes giftboxfa3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(0.15625rem);
        transform: translateY(0.15625rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-0.15625rem);
        transform: translateY(-0.15625rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes giftboxfa3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(0.15625rem);
        transform: translateY(0.15625rem)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-0.15625rem);
        transform: translateY(-0.15625rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.app-index .box2 .change .img .icon {
    width: 0.6875rem;
}
.app-index .box2 .box2-content2 {
    width: 21.875rem;
    height: 13rem;
    margin: 0 auto;
    position: relative;
}
.app-index .box2 .box2-content2 .box2-swiper2 .swiper-slide .img {
    width: 21.875rem;
}
.app-index .box2 .box2-content2 .box2-swiper2 .swiper-pagination {
    position: absolute;
    bottom: 0rem;
}
.app-index .box2 .box2-content2 .box2-swiper2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #fcdeb5bd;
    width: 0.4375rem;
    height: 0.25rem;
    opacity: unset;
    border-radius: 0.375rem;
}
.app-index .box2 .box2-content2 .box2-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.75rem;
    background-color: #833b15;
}

.app-index .box3 {
    width: 21.875rem;
    height: 100%;
    margin: 0 auto 1.5rem;
}
.app-index .box3 .title {
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.0625rem;
    margin-bottom: 0.9375rem;
}
.app-index .box3 .img {
    width: 100%;
    border-radius: 0.3125rem;
    margin-bottom: 0.3rem;
}
.app-index .box4 {
    width: 21.875rem;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    background-image: url("/static/img/index/secbg.jpg");
    background-size: 100% 100%;
}

.app-index .box4 .box4-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1.125rem 0.75rem 0.6rem 0.75rem;
    box-sizing: border-box;
}
.app-index .box4 .box4-content .box4-title {
    font-size: 1.0625rem;
    font-weight: bold;
    text-align: left;
    color: #96541e;
}
.app-index .box4 .box4-content .box4-desc {
    width: 100%;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-align: left;
    position: relative;
    color: #b79172;
}
.app-index .box4 .box4-content .box4-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.app-index .box4 .box4-content .box4-list .box4-swiper {
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide {
    width: 100%;
    height: 9.25rem;
    box-sizing: border-box;
    border-radius: 0.15625rem;
    float: left;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content {
    position: relative;
    width: 100%;
    padding: 1.2rem 0 .75rem;
    background-color: #fffcf5;
    border-radius: 0.3125rem;
    float: left;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content .img {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 auto;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content .title {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content .desc {
    font-size: 0.6875rem;
    line-height: 1.125rem;
    text-align: center;
    color: #b3b2b0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content .btn {
    width: 4.375rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: 0.785rem;
    color: #fff;
    background-color: #eb5857;
    border-radius: 1.875rem;
    margin: 0.75rem auto 0;
    letter-spacing: 0.03125rem;
}
.app-index .box4 .box4-content .box4-list .box4-swiper .swiper-slide .slide-content .btn.not {
    background-color: #bec0c1;
}
.app-index .box4 .box4-content .box4-swiper .swiper-scrollbar {
    width: 4rem;
    bottom: 0.05rem;
    left: 8.1875rem;
    background-color: #fff;
}
.app-index .box4 .box4-content .box4-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #a75e23;
}

.app-index .box-coupons {
    width: 21.875rem;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    background-image: url("/static/img/index/thirdbg.jpg");
    background-size: 100% 100%;
}
.app-index .box-coupons .title {
    font-size: 1.0625rem;
    font-weight: bold;
    text-align: left;
    color: #96541e;
}
.app-index .box-coupons .box-coupons-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1.125rem 0.75rem 0.6rem 0.75rem;
    box-sizing: border-box;
}
.app-index .box-coupons .box-coupons-content .list {
    padding: 0.7rem 0;
    justify-content: space-between;
}
.app-index .box-coupons .item {
    width: 32%;
    text-align: center;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
}
.app-index .box-coupons .item:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: #deebfe;
    position: absolute;
    left: -0.5rem;
    top: 3.5rem;
}
.app-index .box-coupons .item:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: #deebfe;
    position: absolute;
    right: -0.5rem;
    top: 3.5rem;
}
.app-index .box-coupons .item .top {
    height: 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-index .box-coupons .item .c-title {
    font-size: 0.9375rem;
    line-height: 2rem;
    font-weight: bold;
}
.app-index .box-coupons .item .c-desc {
    color: #96541e;
    font-size: 0.6875rem;
}
.app-index .box-coupons .item .bottom {
    box-sizing: border-box;
    padding: 0.5rem 0;
    border-top: 1px dashed #fbe9d3;
}
.app-index .box-coupons .item .notice {
    color: #96541e;
    font-size: 0.6875rem;
}
.app-index .box-coupons .item .btn {
    width: 4.375rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background-color: #eb5857;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 0.785rem;
    margin: 0.75rem auto;
    letter-spacing: 0.03125rem;
}

.app-index .box5 {
    width: 21.875rem;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto 1.5rem;
    background-image: url("/static/img/index/thirdbg.jpg");
    background-size: 100% 100%;
}
.app-index .box5 .box5-content {
    width: 100%;
    height: 100%;
    padding: 1.125rem 0.75rem 2rem 0.75rem;
    box-sizing: border-box;
    position: relative;
}
.app-index .box5 .box5-content .box5-title {
    justify-content: space-between;
}
.app-index .box5 .box5-content .box5-title span {
    flex: 1;
    font-size: 1.0625rem;
    font-weight: bold;
    text-align: left;
    color: #96541e;
}
.app-index .box5 .box5-content .box5-title .more {
    color: #b6bce3;
    font-size: 0.625rem;
    line-height: 1.0625rem;
}
.app-index .box5 .box5-content .box5-desc {
    width: 100%;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-align: left;
    position: relative;
    color: #787cc1;
}
.app-index .box5 .box5-content .poster {
    width: 100%;
    overflow: hidden;
    border-radius: 0.3125rem;
    margin-top: 0.75rem;
    margin-bottom: 0.625rem;
}
.app-index .box5 .box5-content .poster img {
    width: 100%;
    height: 100%;
}
.app-index .box5 .box5-content .box5-list {
    width: 100%;
    height: 25.45rem;
    background-color: #fff;
    border-radius: 0.3125rem;
    overflow: hidden;
    margin-top: 0.75rem;
}
.app-index .box5 .box5-content .box5-list .swiper-slide {
    float: left;
    padding: 0 0.75rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .slide-content {
    height: 6.375rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f3f5;
    align-items: center;
    justify-content: space-between;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .img {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .info-content {
    /*flex: 1;*/
    /*margin-left: 1rem;*/
    width: 13.375rem;
    height: 4.5rem;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .title {
    color: #333;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 1.3125rem;
    line-height: 1.3125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .tags {
    height: 1.375rem;
    text-align: left;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .tags span {
    padding: 0.15rem;
    text-align: center;
    font-size: 0.5rem;
    line-height: 0.8375rem;
    border: 1px solid #f3a642;
    border-radius: 4px;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .tags .discount {
    color: #f36642;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .tags .plus {
    color: #f3a642;
    margin-left: 4px;
    border-color: #f3a642;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .bottom .price {
    color: #eb5857;
    font-size: 0.875rem;
    font-weight: bold;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .bottom {
    align-items: flex-end;
    justify-content: space-between;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .bottom .old_price {
    color: #b3b3b3;
    font-size: 0.5625rem;
    line-height: 1.022rem;
    text-decoration: line-through;
    flex: 1;
    margin-left: 4px;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .bottom .btn {
    width: 4rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
    color: #eb5857;
    font-size: 0.6875rem;
    text-align: center;
    border-radius: 1.6875rem;
    border: 0.0625rem solid #eb5857;
}
.app-index .box5 .box5-content .box5-list .swiper-slide .bottom .btn.not {
    color: #bec0c1;
    border-color: #bec0c1;
}
.app-index .box5 .box5-content .box5-swiper .swiper-scrollbar {
    width: 4rem;
    bottom: 1rem;
    left: 8.1875rem;
    background-color: #fff;
}
.app-index .box5 .box5-content .box5-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #8387ca;
}

.app-index .box6 {
    width: 21.875rem;
    margin: 0 auto 1.5rem;
}
.app-index .box6 .box6-header {
    justify-content: space-between;
    margin-bottom: 0.125rem;
}
.app-index .box6 .box6-header .box6-title {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.0625rem;
    text-align: left;
}
.app-index .box6 .box6-header .more {
    color: #bec0c1;
    font-size: 0.625rem;
    line-height: 1.0625rem;
}
.app-index .box6 .box6-list {
    overflow: hidden;
    clear: both;
}
.app-index .box6 .box6-list .item {
    width: 10.5725rem;
    height: 7.125rem;
    margin-top: 0.8125rem;
    float: left;
}
.app-index .box6 .box6-list .item:nth-child(2n) {
    float: right;
}
.app-index .box6 .box6-list .item img {
    width: 100%;
    height: 100%;
}

.app-index .box7 {
    width: 21.875rem;
    margin: 0 auto 1.5rem;
}
.app-index .box7 .box7-title {
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.125rem;
}
.app-index .box7 .box7-list {
    overflow: hidden;
    clear: both;
}
.app-index .box7 .box7-list .item {
    float: left;
    width: 10.5725rem;
    height: 17.375rem;
    margin-top: 0.8125rem;
    padding: 1.0625rem 0;
    border-radius: 0.3125rem;
    background-color: #fff;
    box-sizing: border-box;
}
.app-index .box7 .box7-list .item:nth-child(2n) {
    float: right;
}
.app-index .box7 .box7-list .item-title {
    height: 1rem;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.app-index .box7 .box7-list .item {
    text-align: center;
}
.app-index .box7 .box7-list .item1 .item1-img {
    width: 100%;
}
.app-index .box7 .box7-list .item .icon-list {
    overflow: hidden;
    clear: both;
}
.app-index .box7 .box7-list .item .icon-list .icon-item {
    width: 50%;
    height: 5.3125rem;
    float: left;
}
.app-index .box7 .box7-list .item .icon-list .icon-item .icon {
    width: 2.75rem;
    height: 2.75rem;
}
.app-index .box7 .box7-list .item .icon-list .icon-item .icon-title {
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    margin-top: 0.4375rem;
    color: #333;
}
.app-index .box7 .box7-list .item2 .item2-img, .app-index .box7 .box7-list .item3 .item3-img {
    width: 9.125rem;
    height: 13.25rem;
    margin-top: 1rem;
}
.app-index .box7 .box7-list .item4 .item4-img {
    width: 9.0725rem;
    height: 8.9025rem;
    margin-top: 1rem;
}


.app-benefits {
    background: #f3f5f7;
    padding-bottom: 5rem;
}
.app-benefits .box1 {
    width: 100%;
}
.app-benefits .box1 img {
    width: 100%;
}
.app-benefits .benefits-content {
    width: 21.875rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.app-benefits .box2 {
    width: 100%;
    height: 11.8rem;
    background-image: url("/static/img/box-bg1.jpg");
    background-size: 100% 100%;
    border-radius: 0.5rem;
    padding: 1.125rem 0.75rem 1rem 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
}
.app-benefits .box2 .box2-title {
    height: 1.0625rem;
    line-height: 1.0625rem;
    text-align: left;
    font-weight: bold;
    font-size: 1.0625rem;
    color: #96541e;
}
.app-benefits .box2 .box2-list {
    justify-content: space-between;
    margin-top: 0.7rem;
    overflow: hidden;
}
.app-benefits .box2 .box2-list .item {
    width: 6.6rem;
    padding: 0.75rem 0;
    border-radius: 0.3125rem;
    background-color: #fffcf5;
    text-align: center;
    box-sizing: border-box;
}
.app-benefits .box2 .box2-list .item .img {
    width: 1.75rem;
    height: 1.75rem;
}
.app-benefits .box2 .box2-list .item .title {
    height: 0.625rem;
    line-height: 0.625rem;
    font-size: 0.625rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 0.225rem;
}
.app-benefits .box2 .box2-list .item .tags {
    margin-top: 0.6rem;
    align-items: center;
    justify-content: center;
}
.app-benefits .box2 .box2-list .item .tags .tag-item {
    width: 2.25rem;
    height: 0.6875rem;
    line-height: 0.6875rem;
    border-radius: 0.15625rem;
}
.app-benefits .box2 .box2-list .item .tags .tag-item.discount {
    color: #f36642;
    border: 0.03125rem solid #f36642;
}
.app-benefits .box2 .box2-list .item .tags .tag-item.plus {
    color: #f3a642;
    border: 0.03125rem solid #f3a642;
    margin-left: 0.2rem;
}
.app-benefits .box2 .box2-list .item .tags .tag-item .text {
    font-size: 0.75rem;
    -webkit-transition: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    white-space: nowrap;
    -webkit-transform-origin: 25% 40%;
    -ms-transform-origin: 25% 40%;
    transform-origin: 25% 40%;
}
.app-benefits .box2 .box2-list .item .bottom {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #333;
    font-size: 1rem;
    margin: 0.7rem auto 0;
}
.app-benefits .box2 .box2-list .item .bottom .price {
    color: #eb5857;
    font-weight: bold;
}
.app-benefits .box2 .box2-list .item .bottom .old_price {
    color: #b3b3b3;
    font-size: 0.625rem;
    margin-left: 0.2rem;
    text-decoration: line-through;
}

.app-benefits .box3 {
    width: 100%;
    margin-top: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.03125rem solid #d8d6d6;
    overflow: hidden;
}
.app-benefits .box3 .box3-list {
    width: 100%;
    overflow-x: auto;
}
.app-benefits .box3 .box3-list .item {
    float: left;
    width: 4.125rem;
    height: 1.625rem;
    line-height: 1.625rem;
    text-align: center;
    font-size: 0.85rem;
    color: #333;
    border-radius: 1.625rem;
    margin-right: 0.3rem;
}
.app-benefits .box3 .box3-list .item.active {
    background-color: #ddeaff;
}

.app-benefits .box4 {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.75rem;
    color: #666;
    text-align: left;
}

.app-benefits .box5 {
    background-color: #fff;
    min-height: 20rem;
}
.app-benefits .box5 .box5-list {
    padding: 0 0.75rem;
    box-sizing: border-box;
    width: 21.375rem;
}
.app-benefits .box5 .box5-list .item {
    height: 6.375rem;
    box-sizing: border-box;
    border-bottom: 0.03125rem solid #f1f3f5;
    align-items: center;
    justify-content: space-between;
}
.app-benefits .box5 .box5-list .item .img {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
}
.app-benefits .box5 .box5-list .item .info-content {
    width: 14.375rem;
    height: 4.5rem;
}
.app-benefits .box5 .box5-list .item .title {
    color: #333;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: left;
    height: 1.3125rem;
    line-height: 1.3125rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-benefits .box5 .box5-list .item .tags {
    height: 1.375rem;
    text-align: left;
}
.app-benefits .box5 .box5-list .item .tags span {
    padding: 0.15rem;
    text-align: center;
    font-size: 0.5rem;
    line-height: 0.8375rem;
    border: 1px solid #f3a642;
    border-radius: 4px;
}
.app-benefits .box5 .box5-list .item .tags .discount {
    color: #f36642;
}
.app-benefits .box5 .box5-list .item .tags .plus {
    color: #f3a642;
    margin-left: 4px;
    border-color: #f3a642;
}
.app-benefits .box5 .box5-list .item .bottom .price {
    color: #eb5857;
    font-size: 0.875rem;
    font-weight: bold;
}
.app-benefits .box5 .box5-list .item .bottom {
    align-items: flex-end;
    justify-content: space-between;
}
.app-benefits .box5 .box5-list .item .bottom .old_price {
    color: #b3b3b3;
    font-size: 0.5625rem;
    line-height: 1.022rem;
    text-decoration: line-through;
    flex: 1;
    margin-left: 4px;
}
.app-benefits .box5 .box5-list .item .bottom .btn {
    width: 4rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
    color: #eb5857;
    font-size: 0.6875rem;
    text-align: center;
    border-radius: 1.6875rem;
    border: 0.0625rem solid #eb5857;
}
.app-benefits .box5 .box5-list .item .bottom .btn.not {
    border-color: #bec0c1;
    color: #bec0c1;
}

.app-plus {
    background: #F5F5F5;
}
.app-plus img {
    width: 100%;
}

.app-introduce {
    min-height: 100vh;
    padding: 1.375rem 0.625rem 3rem;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #272393, #2e3bbd);
    background: linear-gradient(to right, #272393, #2e3bbd);
    background: -webkit-linear-gradient(to right, #272393, #2e3bbd);
}
.app-introduce .box1 {
    width: 100%;
    overflow: hidden;
}
.app-introduce .box1 .box1-content {
    width: 100%;
    overflow: auto;
}
.app-introduce .box1 .box1-content .tags {
    width: 45rem;
    overflow: hidden;
}
.app-introduce .box1 .box1-content .tags .item {
    float: left;
    width: 4.5rem;
    text-align: center;
}
.app-introduce .box1 .box1-content .tags .item .img {
    width: 2rem;
}
.app-introduce .box1 .box1-content .tags .item.active .img {
    display: none;
}
.app-introduce .box1 .box1-content .tags .item .img-active {
    display: none;
}
.app-introduce .box1 .box1-content .tags .item.active .img-active {
    display: inline-block;
}

.app-introduce .box1 .box1-content .tags .item .title {
    color: #979dde;
    font-size: 0.75rem;
    text-align: center;
}
.app-introduce .box1 .box1-content .tags .item.active .title {
    color: #fff;
}
.app-introduce .box2 {
    margin-top: 1rem;
}
.app-introduce .box2 .box2-content {
    width: 100%;
    overflow: hidden;
    display: none;
}
.app-introduce .box2 .box2-content.active {
    display: block;
}
.app-introduce .box2 .box2-content img {
    width: 100%;
}

.app-claim {
    background: #f3f5f7;
    padding-bottom: 5rem;
}
.app-claim .box1 {
    width: 100%;
}
.app-claim .box1 img {
    width: 100%;
}
.app-claim .claim-content {
    width: 21.875rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.app-claim .box2 {
}
.app-claim .box2 .box2-title {
    height: 1.0625rem;
    line-height: 1.0625rem;
    text-align: left;
    font-weight: bold;
    font-size: 1.0625rem;
    color: #333;
}
.app-claim .box2 .box2-list {
    overflow: hidden;
}
.app-claim .box2 .box2-list .item {
    width: 10.5725rem;
    height: 7.125rem;
    margin-top: 0.8125rem;
    border-right: 0.5rem;
    float: left;
}
.app-claim .box2 .box2-list .item:nth-child(2n) {
    float: right;
}
.app-claim .box2 .box2-list .item img {
    width: 10.5725rem;
    height: 7.125rem;
}
.app-claim .box3 {
    width: 100%;
    margin-top: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.03125rem solid #d8d6d6;
    overflow: hidden;
}
.app-claim .box3 .box3-list {
    width: 100%;
    overflow-x: auto;
}
.app-claim .box3 .box3-list .item {
    float: left;
    width: 4.125rem;
    height: 1.625rem;
    line-height: 1.625rem;
    text-align: center;
    font-size: 0.85rem;
    color: #333;
    border-radius: 1.625rem;
    margin-right: 0.3rem;
}
.app-claim .box3 .box3-list .item.active {
    background-color: #ddeaff;
}

.app-claim .box4 {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.75rem;
    color: #666;
    text-align: left;
}

.app-claim .box5 {
    min-height: 20rem;
}
.app-claim .box5 .box5-list {
    width: 100%;
}
.app-claim .box5 .box5-list .item {
    width: 100%;
    height: 5.375rem;
    padding: 1.125rem 0 1.125rem 0.375rem;
    box-sizing: border-box;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.625rem #ccc;
    margin-bottom: 0.75rem;
    background-color: #fff;
}
.app-claim .box5 .box5-list .item .img {
    width: 4rem;
    height: 2.875rem;
    align-items: center;
    justify-content: center;
}
.app-claim .box5 .box5-list .item .img img {
    width: 2.25rem;
    height: 2.25rem;
}
.app-claim .box5 .box5-list .item .info-content {
    width: 10.25rem;
    height: 2.875rem;
}
.app-claim .box5 .box5-list .item .title {
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-claim .box5 .box5-list .item .desc {
    width: 100%;
    height: 0.625rem;
    line-height: 0.625rem;
    text-align: left;
    color: #eb5857;
    font-size: 0.625rem;
    margin-top: 0.4rem;
}
.app-claim .box5 .box5-list .item .claim {
    color: #ccc;
    font-size: 0.6rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.4375rem;
}
.app-claim .box5 .box5-list .item .btn-claim {
    width: 7.125rem;
    height: 2.875rem;
    box-sizing: border-box;
    border-left: 0.03125rem dashed #d8d6d6;
    align-items: center;
    justify-content: center;
}
.app-claim .box5 .box5-list .item .btn-claim .btn {
    width: 4.375rem;
    height: 1.375rem;
    line-height: 1.375rem;
    text-align: center;
    color: #fff;
    border-radius: 1.375rem;
    font-size: 0.625rem;
    background: -webkit-linear-gradient(bottom left, #eb5857, #eb3564);
    background: linear-gradient(to top right, #eb5857, #eb3564);
    background: -webkit-linear-gradient(to top right, #eb5857, #eb3564);
}
.app-claim .box5 .box5-list .item .btn-claim .btn.not {
    background: #bec0c1;
}


.app-vip {
    background-color: #fe3c19;
    padding-bottom: 2rem;
}
.app-vip .box1 {
    position: relative;
    line-height: 0;
}
.app-vip .box1 img {
    width: 100%;
}
.app-vip .box1 .r-img {
    width: 18rem;
    height: 1.8125rem;
    position: absolute;
    top: 24.375rem;
    left: 50%;
    transform: translateX(-50%);
}
.app-vip .box1 .box1-form {
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-vip .box1.tx .box1-form {
    bottom: 11rem;
}
.app-vip .box1.tx .box1-form .btn {
    margin-top: 1.375rem;
}
.app-vip .box1.tx .protocol {
    bottom: 8.2rem;
}

.app-vip .box1.mg .box1-form {
    bottom: 2rem;
}
.app-vip .box1.mg .box1-form .btn {
    margin-top: 1.375rem;
}
.app-vip .box1.iqy .box1-form {
    bottom: 2rem;
}
.app-vip .box1.iqy .box1-form .btn {
    margin-top: 3rem;
}

/*.app-vip .box1 .box1-form {*/
/*    width: 18.875rem;*/
/*}*/
.app-vip .box1 .box1-form .phone {
    width: 16.875rem;
    height: 2.5rem;
    border-radius: 1.8125rem;
    text-indent: 2em;
    outline: 0;
    border: 0.125rem solid #f00;
    font-size: 1rem;
}
.app-vip .box1 .box1-form .btn {
    /*margin-top: 2.375rem;*/
    margin-top: 1rem;
    width: 16.875rem;
    height: 3.5rem;
    /*background-color: #0f0;*/
    /*background-image: url("/static/img/vip/btn.png");*/
    /*background-size: 100% 100%;*/
    /*animation: 2.6s ease-in .2s infinite normal none running scaleDrew*/
}
@keyframes scaleDrew {
    0% {
        transform: scale(.75);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(.75);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.75);
    }
}
@keyframes scaleDrew1 {
    0% {
        transform: scale(.95);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(.95);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.95);
    }
}

.app-vip .box1 .protocol {
    color: #ffffff;
    font-size: 0.8125rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    width: 100%;
}
.app-vip .box1 .protocol .checked {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border: 1px solid #ffffff;
    margin-right: 0.25rem;
}
.app-vip .box1 .protocol a {
    color: #ffffff;
    text-decoration: underline;
}

.app-vip .box2 {
    box-sizing: border-box;
    margin: 1rem;
    /*background-color: #fff;*/
    margin-top: 3rem;
}
.app-vip .box2 .box2-title {
    border: 0.0625rem solid #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}
.app-vip .box2 .box2-content {
    padding: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4rem;
    color: #fff;
}

.app-vip .popup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.app-vip .popup .mask {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.app-vip .popup .popup-content {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60vh;
    background-color: #fff;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.app-vip .popup .popup-content .popup-title {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-top: 0.5rem;
}
.app-vip .popup .popup-content .close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
}
.app-vip .popup .popup-content .detail {
    padding: 0 0.9375rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    height: calc(60vh - 6.75rem);
    overflow-y: auto;
}
.app-vip .popup .popup-content .btn {
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    background-color: #f4d55a;
    color: #333;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.app-vip .fixed-box {
    position: fixed;
    bottom: 2.5rem;
    right: 0.625rem;
    flex-direction: column;
}
.app-vip .fixed-box a {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #1296db;
    border-radius: 50%;
    color: #fff;
    font-size: 0.625rem;
    text-align: center;
    line-height: 0.75rem;
    box-sizing: border-box;
    padding: 0.5rem 0.5rem;
    margin-top: 0.625rem;
}


.app-agreement {
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 5rem;
    box-sizing: border-box;
}
.app-agreement .box1 {
    width: 100%;
    padding: 1.875rem 0 1.25rem 0;
    overflow: hidden;
    box-sizing: border-box;
}
.app-agreement .box1 .box1-content {
    width: 100%;
    overflow-x: auto;
}
.app-agreement .box1 .box1-list {
    /*width: 43.5rem;*/
}
.app-agreement .box1 .box1-list .item {
    width: 7.5rem;
    height: 8rem;
    float: left;
    margin-right: 1rem;
    color: #333;
    text-align: center;
    border-radius: 0.25rem;
    border: 0.0625rem solid #ccc;
    box-sizing: border-box;
    padding: 1rem 0.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.app-agreement .box1 .box1-list .item:first-child {
    margin-left: 1rem;
}
.app-agreement .box1 .box1-list .item.active {
    color: #0083fe;
    border-color: #0083fe;
}
.app-agreement .box1 .box1-list .item .title {
    font-size: 1rem;
}
.app-agreement .box1 .box1-list .item .price {
    font-size: 1.125rem;
    font-weight: bold;
}
.app-agreement .box1 .box1-list .item .price span {
    font-size: 1.5rem;
}
.app-agreement .box1 .box1-list .item .old-price {
    color: #ccc;
    font-size: 0.875rem;
    text-decoration: line-through;
}

.app-agreement .box2 {
    padding: 1.5rem 1rem;
}
.app-agreement .box2 .box2-title {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}
.app-agreement .box2 .box2-list {
    width: 100%;
    margin-top: 1rem;
    border-top: 0.0625rem solid #f3f3f3;
}
.app-agreement .box2 .box2-list .item {
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 0.0625rem solid #f3f3f3;
    align-items: center;
    justify-content: space-between;
}
.app-agreement .box2 .box2-list .item .logo {
    width: 3rem;
    height: 3rem;
}
.app-agreement .box2 .box2-list .item .info {
    width: 16.125rem;
}
.app-agreement .box2 .box2-list .item .info .title {
    color: #333;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.app-agreement .box2 .box2-list .item .info .desc {
    color: #ccc;
    font-size: 0.8125rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.app-agreement .box2 .box2-list .item .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.app-agreement .box3 {
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    z-index: 99;
}
.app-agreement .box3 .btn {
    margin: 0 1rem;
    background-color: #0083fe;
    color: #fff;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.25rem;
}


.app-protocol {
    padding: 1rem;
    font-size: 1rem;
}



