.page_footer {
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.04);
    z-index: 2;
    margin: auto
}

.page_footer li img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto
}

.hh_tobar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff
}

.hh_tobar li {
    min-width: 40px
}

.page_footer li a {
    color: #ABABAB
}

.page_footer li p {
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.footer_inner {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff
}

.page_footer li div {
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, #FEDE61 0%, #FF9D1D 100%);
    box-shadow: 0px 6px 12px 1px rgba(255, 184, 88, 0.3);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 44px;
    text-align: center
}

.page_footer li .index_active {
    color: #FD7034
}

.index-body .page_footer {
    width: 100%
}

@media (min-width: 1201px) {
    .page_footer {
        display: none
    }
}

.right-bar {
    width: 92px;
    position: fixed;
    right: 14px;
    bottom: 31.7%;
    z-index: 67;
    background: #fff;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
    border-radius: 16px
}

.right-bar li {
    height: 74px;
    overflow: hidden
}

.right-bar li .online {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 88px;
    height: 74px;
    /* background: #FF7100; */
    background: #10e0fd;

    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1)
}

.right-bar li .msg {
    width: 56px;
    height: 62px;
    margin: 8px auto;
    background: url(/resource/images/rightbar.png) -19px -120px no-repeat;
    animation: kfmsg 2s linear infinite alternate;
    background-size: 170%
}

.right-bar li i,
.right-bar li span {
    display: block;
    height: 74px;
    line-height: 1.3
}

.right-bar li .move-top {
    position: relative;
    z-index: 8;
    transition: .3s;
    color: #666
}

.right-bar li .move-top span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.right-bar li .tel {
    background: url(/resource/images/rightbar.png) 0px -184px no-repeat;
    background-size: 100%
}

.right-bar li .hide-menu {
    position: absolute;
    right: -386px;
    top: 74px;
    z-index: 7;
    width: 258px;
    transition: .3s;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 0 20px;
    color: #666
}

.right-bar li .hide-menu .item {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1px;
    box-sizing: border-box
}

.right-bar li .hide-menu .item .tel {
    width: 34px;
    height: 34px;
    background: url(/resource/images/rightTel.png) no-repeat center center;
    background-size: 100%
}

.right-bar li .hide-menu .item .qq {
    width: 34px;
    height: 34px;
    background: url(/resource/images/rightQq.png) no-repeat center center;
    background-size: 100%
}

.right-bar li .hide-menu .item .time {
    width: 34px;
    height: 34px;
    background: url(/resource/images/rightTime.png) no-repeat center center;
    background-size: 100%
}

.right-bar li .hide-menu .item p {
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center
}

.right-bar li .hide-menu .item p:nth-of-type(2) {
    margin-top: 4px
}

.right-bar li .hide-menu2 {
    position: absolute;
    right: -486px;
    top: 74px;
    z-index: 7;
    display: flex;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
    transition: .3s;
    color: #666
}

.right-bar li .hide-menu2 img {
    border-radius: 12px;
    border: 1px solid #FFA433
}

.right-bar li .hide-menu3 {
    top: 0
}

.right-bar li a {
    text-align: center;
    display: block;
    color: #FF7100;
    font-size: 16px
}

.right-bar li .wx {
    background: url(/resource/images/rightbar.png) 2px -252px no-repeat;
    background-size: 100%
}

.right-bar li .top {
    background: url(/resource/images/rightbar.png) 2px -324px no-repeat;
    background-size: 100%
}

.right-bar .bt {
    border-top: 1px dashed #E5E5E5
}

@media (max-width: 1200px) {
    .right-bar {
        display: none
    }
}

@media (min-width: 1200px) {
    .right-bar li .online:hover {
        background: #FFA433
    }
    .right-bar li .online:hover .msg {
        background-position: -19px -30px
    }
    .right-bar li .move-top:hover {
        transform: translate3d(0, -74px, 0)
    }
    .right-bar .move-left:hover .hide-menu {
        transform: translate3d(-486px, 0, 0)
    }
    .right-bar .move-left:hover .hide-menu2 {
        transform: translate3d(-586px, 0, 0)
    }
}

.page-warprer {
    display: none
}

.page-warprer .home-body {
    margin-top: 83px
}

.page-warprer .home-body .inner-other {
    width: 860px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

.page-warprer .home-body .section-head {
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center
}

.page-warprer .home-body .section-head h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #333
}

.page-warprer .home-body .section-head h2 i {
    width: 70px;
    height: 12px;
    margin-top: 22px;
    border: 2px solid #FF7100;
    border-radius: 30px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.page-warprer .home-body .section-head h2 i::after {
    content: '';
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 50px;
    background: #FF7100;
    animation: heading-move 5s infinite linear
}

.page-warprer .home-body .section-head1 {
    justify-content: flex-start
}

.page-warprer .home-body .container {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-warprer .home-body .hero-section {
    background: url(/resource/images/index_headerBg.png) no-repeat;
    background-size: 100% 100%;
    height: calc(100vh - 81px);
    min-height: 780px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.page-warprer .home-body .hero-section .left {
    width: 540px
}

.page-warprer .home-body .hero-section .left .head {
    width: 298px;
    height: 100px;
    background: url(/resource/images/main_headLogo.png) no-repeat center center;
    background-size: 100%;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0)
}

.page-warprer .home-body .hero-section .left .description {
    margin-bottom: 94px;
    color: #FFFDFC
}

.page-warprer .home-body .hero-section .left .method-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.page-warprer .home-body .hero-section .left .method-box li {
    width: 170px;
    background: #fff;
    border-radius: 27px;
    line-height: 50px;
    text-align: center;
    margin: 0 8px 32px 8px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.page-warprer .home-body .hero-section .left .method-box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.page-warprer .home-body .hero-section .left .method-box li a span {
    color: #666;
    transition: all .3s
}

.page-warprer .home-body .hero-section .left .method-box li .ewm {
    position: absolute;
    left: 0;
    z-index: 8;
    opacity: 0;
    width: 160px;
    height: 160px;
    padding: 5px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16)
}

.page-warprer .home-body .hero-section .left .method-box li .ewm img {
    width: 160px;
    height: 160px
}

.page-warprer .home-body .hero-section .left .method-box li .top {
    top: -190px;
    transform: translateY(30px)
}

.page-warprer .home-body .hero-section .left .method-box li .btm {
    bottom: -190px;
    transform: translateY(-30px)
}

.page-warprer .home-body .hero-section .left .method-box li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    transition: all .3s
}

.page-warprer .home-body .hero-section .left .method-box li .icon1 {
    background: url(/resource/images/ios-no.png) no-repeat center center;
    background-size: 100%
}

.page-warprer .home-body .hero-section .left .method-box li .icon2 {
    background: url(/resource/images/android-no.png) no-repeat center center;
    background-size: 100%
}

.page-warprer .home-body .hero-section .left .method-box li .icon3 {
    background: url(/resource/images/official-no.png) no-repeat center center;
    background-size: 100%
}

.page-warprer .home-body .hero-section .left .method-box li .icon4 {
    background: url(/resource/images/recycle-no.png) no-repeat center center;
    background-size: 100%
}

.page-warprer .home-body .hero-section .description {
    font-size: 36px;
    line-height: 42px
}

.page-warprer .home-body .hero-section .right {
    width: 38.2%;
    max-height: 708px
}

.page-warprer .home-body .hero-section .right img {
    max-width: 100%;
    height: auto;
    animation: imgJump 2s linear 0s infinite normal forwards
}

.page-warprer .home-body .hero-section .prod-page-down {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 54px;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: btnJump 2s infinite;
    color: #fff
}

.page-warprer .home-body .hero-section .prod-page-down #page-down {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.page-warprer .home-body .hero-section .prod-page-down .prod-page-down-icon {
    background-image: url(/resource/images/page_down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer
}

.page-warprer .home-body .hero-section .nodispalay {
    display: block
}

.page-warprer .home-body .gift-recycle {
    box-sizing: border-box;
    position: relative;
    background: #fff
}

.page-warprer .home-body .gift-recycle .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 80px
}

.page-warprer .home-body .gift-recycle .section-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px
}

.page-warprer .home-body .gift-recycle .section-body .item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 2.3% 80px
}

.page-warprer .home-body .gift-recycle .section-body .item .item-box {
    padding: 25px 26% 52px;
    box-sizing: border-box;
    background: #f2f4fe;
    border-radius: 20px;
    position: relative
}

.page-warprer .home-body .gift-recycle .section-body .item .item-box:hover .card-intro {
    display: block
}

.page-warprer .home-body .gift-recycle .section-body .item .avater {
    width: 100%
}

.page-warprer .home-body .gift-recycle .section-body .item .avater img {
    width: 100%;
    transition: all .3s ease
}

.page-warprer .home-body .gift-recycle .section-body .item .caps {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap
}

.page-warprer .home-body .gift-recycle .section-body .item .caps h3 {
    font-weight: 400
}

.page-warprer .home-body .gift-recycle .section-body .item .card-intro {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    padding: 14px;
    background: #5E5E5F;
    color: #fff;
    border-radius: 6px;
    z-index: 5
}

.page-warprer .home-body .gift-recycle .section-body .item .card-intro p {
    font-size: 12px;
    line-height: 1.5
}

.page-warprer .home-body .gift-recycle .section-body .item .card-intro:after {
    display: block;
    content: "";
    position: absolute;
    left: 49%;
    top: -10px;
    border: 6px solid transparent;
    border-bottom-color: #5E5E5F
}

.page-warprer .home-body .gift-recycle .section-body .item:hover img {
    transform: rotateY(180deg)
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(2) .item-box {
    background: #fff3e9
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(3) .item-box {
    background: #f6efff
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(4) .item-box {
    background: #fef2f2
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(5) .item-box {
    background: #fff3e9
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(6) .item-box {
    background: #f2f4fe
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(7) .item-box {
    background: #fff3e9
}

.page-warprer .home-body .gift-recycle .section-body .item:nth-of-type(8) .item-box {
    background: #f2f4fe
}

.page-warprer .home-body .credits-exchange {
    background: #FFFBF1
}

.page-warprer .home-body .credits-exchange .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 0
}

.page-warprer .home-body .credits-exchange .inner .left {
    box-shadow: 0 1px 18px 1px rgba(0, 0, 0, 0.11);
    border: 1px solid #EFEFEF;
    width: 48.6%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden
}

.page-warprer .home-body .credits-exchange .inner .left .item-box::before {
    display: none
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul {
    background: transparent
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul li {
    width: 30px;
    height: 10px;
    background: #FFA433;
    border-radius: 5px;
    opacity: 8
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul .layui-this {
    background: #FF7100
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-arrow:hover,
.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul:hover {
    background: transparent
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel {
    background: transparent;
    padding: 38px 2.6%;
    box-sizing: border-box
}

.page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind {
    top: 0
}

.page-warprer .home-body .credits-exchange .inner .left .carousel-item {
    background: transparent
}

.page-warprer .home-body .credits-exchange .inner .left .bank-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 12px
}

.page-warprer .home-body .credits-exchange .inner .left .bank-list li {
    width: 27.4%;
    margin: 0 2.95% 30px 2.95%
}

.page-warprer .home-body .credits-exchange .inner .left .bank-list li a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    transition: all .3s;
    display: flex;
    align-items: center;
    padding: 12px 14px
}

.page-warprer .home-body .credits-exchange .inner .left .bank-list li img {
    max-width: 100%;
    height: 44px;
    object-fit: contain;
    margin-right: 12px
}

.page-warprer .home-body .credits-exchange .inner .left .bank-list li span {
    font-size: 14px;
    color: #333;
    line-height: 1.4
}

.page-warprer .home-body .credits-exchange .inner .right {
    width: 43.7%
}

.page-warprer .home-body .credits-exchange .inner .right .section_head {
    text-align: left;
    justify-content: flex-start
}

.page-warprer .home-body .credits-exchange .inner .right .section_desc {
    line-height: 32px;
    margin: 50px 0;
    color: #999;
    font-size: 20px
}

.page-warprer .home-body .credits-exchange .inner .right .section_desc a {
    color: #999
}

.page-warprer .home-body .credits-exchange .inner .right .section_desc a:hover {
    color: #FF7100
}

.page-warprer .home-body .credits-exchange .inner .right .section_feature {
    font-weight: 700;
    line-height: 40px
}

.page-warprer .home-body .credits-exchange .inner .right .section_feature li {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: center
}

.page-warprer .home-body .credits-exchange .inner .right .section_feature li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/resource/images/icon-check.png) no-repeat center center;
    background-size: 100%;
    margin-right: 20px
}

.page-warprer .home-body .news-information {
    width: 100%
}

.page-warprer .home-body .news-information .inner {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

.page-warprer .home-body .news-information .inner .section-head h2 a {
    color: #333
}

.page-warprer .home-body .news-information .section-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px
}

.page-warprer .home-body .news-information .section-more .tab {
    width: 85px;
    height: 10px;
    background: #FF7100;
    border-radius: 5px
}

.page-warprer .home-body .news-information .section-more .more-btn {
    padding: 12px 18px;
    background: #FF7100;
    text-align: center;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.page-warprer .home-body .news-information .section-more .more-btn .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFD9CB;
    border-top: 2px solid #FFD9CB;
    transform: translate3d(6px, -2px, 0) rotateZ(45deg);
    transition: border-color .3s
}

.page-warprer .home-body .news-information .section-body {
    margin: 18px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.page-warprer .home-body .news-information .section-body li {
    width: 45%;
    line-height: 70px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-warprer .home-body .news-information .section-body li .text {
    font-weight: bold;
    font-size: 18px;
    color: #6A7278;
    align-items: center;
    transition: all .2s;
    flex: 1
}

.page-warprer .home-body .news-information .section-body li .time {
    color: #AAA;
    font-size: 16px;
    margin-left: 40px
}

.page-warprer .home-body .news-information .section-body li h3::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #C2C2C2;
    border-radius: 5px;
    margin-right: 16px;
    transition: all .2s
}

.page-warprer .home-body .news-information .section-body .hide {
    display: none
}

.page-warprer .home-body .news-information .section-showMore {
    border-radius: 38px;
    margin: 0 auto;
    text-align: center;
    background-color: #FF7100;
    color: #fff;
    padding: 10px 11px 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer
}

.page-warprer .home-body .news-information .section-showMore span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px
}

.page-warprer .home-body .news-information .section-showMore i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/resource/images/add.png) no-repeat center center;
    background-size: 100%
}

.page-warprer .home-body .card-recovery {
    background: #F4F5F6
}

.page-warprer .home-body .card-recovery .inner .left {
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 44.7%
}

.page-warprer .home-body .card-recovery .inner .left .layui-carousel {
    padding: 0
}

.page-warprer .home-body .card-recovery .inner .left .bank-list {
    border: none;
    margin: 0 -1.5%
}

.page-warprer .home-body .card-recovery .inner .left .bank-list li {
    border: none;
    transition: all .2s;
    width: 25%;
    padding: 0 1.5% 20px;
    box-sizing: border-box;
    margin: 0
}

.page-warprer .home-body .card-recovery .inner .left .bank-list li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 22px 6%;
    box-sizing: border-box;
    text-align: center
}

.page-warprer .home-body .card-recovery .inner .left .bank-list li img {
    width: 80%;
    height: 72px;
    object-fit: contain;
    border-radius: 10px;
    margin-right: 0
}

.page-warprer .home-body .card-recovery .inner .left .bank-list li p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #747474;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.home-footer {
    background: #fff
}

.home-footer .btm-container .authentication,
.home-footer .btm-container .mb-0 {
    display: block !important
}

.public-home-wxin {
    display: none
}

.right-mobile-cust {
    display: none
}

@keyframes imgJump {
    0% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(0)
    }
    41% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(-10px)
    }
    80% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes btnJump {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

.serve-mask {
    display: none
}

.serve-content {
    display: none
}

.announcement {
    padding: 5px 10px;
    max-width: 1440px;
    box-sizing: border-box;
    background: rgba(247, 247, 247, 0.35);
    border-radius: 40px;
    margin: 52px auto 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.announcement .icon-ann {
    width: 21px;
    height: 20px;
    background-image: url("/mobile/indexnoticeicon.png");
    background-size: 21px 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 13px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50%
}

.announcement span {
    color: #fff
}

.announcement .announcement-box {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    overflow: hidden;
    flex: 1
}

.announcement .announcement-box span {
    white-space: nowrap;
    display: inline-block
}

.card-note {
    position: fixed;
    width: 460px;
    background-image: url("/mobile/noticebackimg.png");
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    z-index: 3000;
    transform: translate(-50%, -50%);
    display: none
}

.card-note .card-note-content {
    margin-top: -42px
}

.card-note .card-note-content .note-icon {
    display: block;
    width: 230px;
    height: 134px;
    background-image: url("/mobile/noticepopupimg.png");
    background-size: 100% auto;
    margin: -77px auto 0
}

.card-note .card-note-content .note-infos {
    padding: 13px 28px 37px;
    display: block
}

.card-note .card-note-content .note-infos .note-infos-title {
    font-weight: 500;
    font-size: 20px;
    color: #FF7100;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 23px
}

.card-note .card-note-content .note-infos p {
    height: 230px;
    overflow-y: scroll;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    line-height: 1.5
}

.notice-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 2999;
    display: none
}

@media (min-width: 1200px) {
    .page-warprer .home-body .hero-section .left .method-box li:hover {
        overflow: visible
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .ewm {
        opacity: 1;
        transition: all .3s ease-in-out
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover a span {
        color: #333
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .icon1 {
        background: url(/resource/images/ios.png) no-repeat center center;
        background-size: 100%
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .icon2 {
        background: url(/resource/images/android.png) no-repeat center center;
        background-size: 100%
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .icon3 {
        background: url(/resource/images/official.png) no-repeat center center;
        background-size: 100%
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .icon4 {
        background: url(/resource/images/recycle.png) no-repeat center center;
        background-size: 100%
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .top {
        transform: translateY(-30px)
    }
    .page-warprer .home-body .hero-section .left .method-box li:hover .btm {
        transform: translateY(-5px)
    }
    .page-warprer .home-body .news-information .section-body li:hover .text {
        color: #FF7100;
        transform: translate(10px, 0);
        transition: all .3s ease-in-out
    }
    .page-warprer .home-body .news-information .section-body li:hover h3::before {
        background: #FF7100
    }
    .page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul li:hover {
        background: #FF7100
    }
    .page-warprer .home-body .credits-exchange .inner .left .bank-list li a:hover {
        transform: translateY(-6px);
        box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08)
    }
    .animation_goup {
        transition-timing-function: cubic-bezier(0, 0, 0.15, 1.04);
        transition-duration: .4s;
        opacity: 1;
        transition-property: all
    }
    .animation_goup:nth-child(2) {
        transition-delay: .2s
    }
    .animation_goup:nth-child(3) {
        transition-delay: .4s
    }
    .animation_goup:nth-child(3) {
        transition-delay: .6s
    }
    .animation_goup:nth-child(4) {
        transition-delay: .8s
    }
    .animation_goup:nth-child(5) {
        transition-delay: 1s
    }
    .animation_goup:nth-child(6) {
        transition-delay: 1.2s
    }
    .animation_goup:nth-child(7) {
        transition-delay: 1.4s
    }
    .animation_goup:nth-child(8) {
        transition-delay: 1.6s
    }
    .animation_goup:nth-child(9) {
        transition-delay: 1.8s
    }
    .animation_goup:nth-child(10) {
        transition-delay: 2s
    }
    .no-entry .animation_goup {
        transform: translateY(150px);
        opacity: 0
    }
}

@media (max-width: 1440px) {
    .page-warprer .home-body .container {
        width: calc(100% - 80px)
    }
    .page-warprer .home-body .hero-section {
        min-height: auto
    }
    .page-warprer .home-body .container .inner {
        padding: 32px 0;
        height: auto;
        min-height: auto
    }
    .page-warprer .home-body .credits-exchange .inner .left,
    .page-warprer .home-body .credits-exchange .inner .right {
        width: 100%
    }
    .page-warprer .home-body .credits-exchange .inner .right {
        margin-top: 38px
    }
    .page-warprer .home-body .credits-exchange .inner .right .section_feature {
        display: none
    }
    .page-warprer .home-body .gift-recycle .section-body {
        margin-top: 64px
    }
    .page-warprer .home-body .gift-recycle .section-body .item {
        padding: 0 2% 60px
    }
    .page-warprer .home-body .gift-recycle .section-body .item .item-box {
        padding: 20px 24% 32px;
        box-sizing: border-box;
        background: #f2f4fe;
        border-radius: 20px
    }
    .page-warprer .home-body .gift-recycle .section-body .item .caps {
        font-size: 14px
    }
}

.inde-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-image: url(/resource/images/guanbi.png);
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media (max-width: 1200px) {
    .card-note {
        width: 304px;
        height: 301px
    }
    .card-note .card-note-content .note-infos p {
        height: 167px;
        width: 249px
    }
    .card-note .card-note-content .note-icon {
        width: 141px;
        height: 83px;
        margin: 0 auto
    }
    .page-warprer .home-body .container {
        width: calc(100% - 28px)
    }
    .page-warprer .home-body {
        max-width: 750px;
        margin: 65px auto 0
    }
    .page-warprer .home-body .hero-section {
        height: auto;
        padding: 32px 0
    }
    .page-warprer .home-body .hero-section .inner-other {
        display: flex;
        justify-content: center;
        width: 100%
    }
    .page-warprer .home-body .hero-section .inner-other .left .head {
        margin: 25px auto
    }
    .page-warprer .home-body .hero-section .inner-other .right {
        display: none
    }
    .page-warprer .home-body .hero-section .prod-page-down {
        display: none
    }
    .page-warprer .home-body .gift-recycle .section-body {
        margin-top: 48px
    }
    .page-warprer .home-body .gift-recycle .section-body .item {
        padding: 0 1% 32px
    }
    .page-warprer .home-body .gift-recycle .section-body .item .item-box {
        padding: 12px 25% 24px;
        box-sizing: border-box;
        background: #f2f4fe;
        border-radius: 20px
    }
    .page-warprer .home-body .gift-recycle .section-body .item .caps {
        font-size: 12px
    }
}

@media (max-width: 1200px) {
    .announcement {
        padding: 4px;
        margin: 24px auto 0
    }
    .announcement .icon-ann {
        width: 18px;
        height: 17px;
        background-size: 18px 17px;
        margin-right: 10px;
        padding: 6px
    }
    .announcement .announcement-box {
        width: calc(100% - 40px)
    }
    .serve-mask {
        display: none;
        width: 100vw;
        max-width: 750px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99
    }
    .serve-content {
        display: none;
        height: 70vh;
        width: 100%;
        max-width: 750px;
        position: fixed;
        top: 30vh;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffffff;
        z-index: 199
    }
    .serve-content .service-iframe {
        width: 100%;
        height: 100%;
        border: 0
    }
    .index-right-bar {
        top: 400px;
        width: 100%;
        display: flex;
        justify-content: center;
        position: fixed
    }
    .index-right-bar .index-right-box {
        width: 750px;
        position: relative
    }
    .index-right-bar .index-right-box .right-bar {
        position: absolute;
        top: 0;
        right: 8px
    }
    .index-right-bar .index-right-box .hide-menu {
        display: none
    }
    .page-warprer .home-body {
        margin-top: 44px
    }
    .page-warprer {
        padding-bottom: 70px
    }
    .container {
        transform: scale(1);
        width: calc(100% - 28px)
    }
    .page-warprer .home-body .section-head {
        font-size: 18px
    }
    .page-warprer .home-body .section-head h2 i {
        margin-top: 12px
    }
    .page-warprer .home-body .section-head1 {
        justify-content: center
    }
    .page-warprer .home-body .hero-section .left .head {
        width: 274px;
        height: 90px;
        margin-top: 75px
    }
    .page-warprer .home-body .hero-section .left .description {
        font-size: 32px;
        text-align: center;
        color: #FFFDFC;
        margin-top: 27px;
        font-weight: 400;
        margin-bottom: 30px
    }
    .page-warprer .home-body .hero-section .left .method-box li {
        width: 46.1%;
        margin: 0 1.74% 16px
    }
    .page-warprer .home-body .hero-section .prod-page-down {
        display: none
    }
    .page-warprer .home-body .news-information .section-more {
        margin-top: 24px
    }
    .page-warprer .home-body .news-information .section-more .tab {
        width: 55px;
        height: 6px
    }
    .page-warprer .home-body .news-information .section-more .more-btn {
        padding: 9px 12px;
        font-size: 14px
    }
    .page-warprer .home-body .news-information .section-more .more-btn .arrow {
        width: 6px;
        height: 6px;
        transform: translate3d(3px, -2px, 0) rotateZ(45deg)
    }
    .page-warprer .home-body .news-information .section-body {
        margin: 18px 0 22px;
        display: block
    }
    .page-warprer .home-body .news-information .section-body li {
        line-height: 48px;
        margin-bottom: 6px;
        width: 100%;
        border-bottom: 1px solid #eeeeee
    }
    .page-warprer .home-body .news-information .section-body li .text {
        width: 74%
    }
    .page-warprer .home-body .news-information .section-body li .text h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px
    }
    .page-warprer .home-body .news-information .section-body li .text h3::before {
        display: none
    }
    .page-warprer .home-body .news-information .section-body li .time {
        font-size: 12px;
        text-align: right;
        margin-left: 15px
    }
    .page-warprer .home-body .news-information .section-showMore {
        font-size: 12px;
        padding: 6px 6px 6px 13px
    }
    .page-warprer .home-body .news-information .section-showMore span {
        width: 20px;
        height: 20px;
        margin-left: 8px
    }
    .page-warprer .home-body .news-information .section-showMore span i {
        width: 8px;
        height: 8px
    }
    .page-warprer .home-body .gift-recycle {
        padding-top: 0
    }
    .page-warprer .home-body .gift-recycle .inner {
        padding: 32px 0 16px
    }
    .page-warprer .home-body .gift-recycle .section-body {
        margin-top: 24px
    }
    .page-warprer .home-body .gift-recycle .section-body .item {
        width: 25%;
        border-radius: 11px;
        padding: 0 1.3% 16px
    }
    .page-warprer .home-body .gift-recycle .section-body .item .item-box {
        padding: 5px 10% 14px;
        border-radius: 11px;
        text-align: center
    }
    .page-warprer .home-body .gift-recycle .section-body .item .item-box .avater img {
        width: 70%
    }
    .page-warprer .home-body .gift-recycle .section-body .item .item-box:hover .card-intro {
        display: none
    }
    .page-warprer .home-body .gift-recycle .section-body .item .caps {
        font-size: 10px;
        margin-top: 6px
    }
    .page-warprer .home-body .credits-exchange .inner .left .layui-carousel {
        padding: 10px 0
    }
    .page-warprer .home-body .credits-exchange .inner .left .bank-list {
        padding: 6px 6px
    }
    .page-warprer .home-body .credits-exchange .inner .left .bank-list li {
        width: 47%;
        margin: 0 1.45% 20px 1.45%
    }
    .page-warprer .home-body .credits-exchange .inner .left .bank-list li a img {
        height: 40px
    }
    .page-warprer .home-body .credits-exchange .inner .left .layui-carousel-ind ul li {
        width: 20px;
        height: 6px;
        border-radius: 5px
    }
    .page-warprer .home-body .credits-exchange .inner .right {
        margin-top: 30px
    }
    .page-warprer .home-body .credits-exchange .inner .right .section_desc {
        font-size: 14px;
        line-height: 1.7;
        margin: 24px 0 0
    }
    .page-warprer .home-body .credits-exchange .inner .right .section_feature li {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.7
    }
    .page-warprer .home-body .card-recovery .inner .left .bank-list {
        box-sizing: border-box
    }
    .page-warprer .home-body .card-recovery .inner .left .bank-list li {
        width: 33%;
        margin: 0;
        padding: 0 2.5% 20px;
        background: transparent
    }
    .page-warprer .home-body .card-recovery .inner .left .bank-list li a {
        background: #fff;
        padding: 14px 6%
    }
    .page-warprer .home-body .card-recovery .inner .left .bank-list li a img {
        height: 44px
    }
    .page-warprer .home-body .card-recovery .inner .left .bank-list li a p {
        font-size: 12px
    }
    .page-warprer .home-body .card-recovery .inner .right {
        margin-top: 0
    }
    .home-footer {
        padding-bottom: 80px
    }
    .home-footer .btm-container .authentication,
    .home-footer .btm-container .mb-0 {
        display: none !important
    }
    .right-bar {
        display: none;
        right: 8px;
        background: transparent;
        box-shadow: none;
        height: 74px;
        top: 400px
    }
    .right-bar ul li {
        display: none
    }
    .right-bar ul .kefu {
        display: block
    }
    .right-bar ul .kefu .online {
        box-sizing: border-box
    }
    .right-bar ul .kefu .msg {
        animation: none;
        margin: 6px auto
    }
    .right-mobile-cust {
        position: fixed;
        top: 400px;
        max-width: 750px;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        z-index: 2
    }
    .right-mobile-cust .online {
        position: absolute;
        right: 10px;
        top: 0;
        width: 88px;
        height: 74px;
        background: #FF7100;
        border-radius: 16px;
        border: 2px solid #fff;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1)
    }
    .right-mobile-cust .online .msg {
        display: block;
        width: 56px;
        height: 62px;
        margin: 8px auto;
        background: url(/resource/images/rightbar.png) -19px -120px no-repeat;
        background-size: 170%
    }
    .public-home-wxin {
        max-width: 750px;
        width: calc(100% - 26px);
        height: 44px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 70px;
        font-size: 14px;
        line-height: 44px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 7px;
        box-sizing: border-box
    }
    .public-home-wxin span {
        display: flex;
        align-items: center
    }
    .public-home-wxin i {
        margin-right: 5px;
        margin-left: 7px
    }
    .public-home-wxin .btn {
        display: block;
        width: 70px;
        height: 30px;
        background: #fff;
        border-radius: 6px;
        line-height: 30px;
        text-align: center;
        color: #FE7834;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold
    }
}

.card-alert i.layui-layer-TipsG {
    border: none
}

.card-alert i.layui-layer-TipsB,
.card-alert i.layui-layer-TipsT {
    left: 50%;
    transform: translate(-50%, 0%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000
}

.card-alert i.layui-layer-TipsT {
    transform: translate(-50%, 0%) rotate(180deg);
    bottom: -7px
}

.card-alert .layui-layer-content {
    border-radius: 8px
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }
    50% {
        transform: translateX(50px)
    }
    100% {
        transform: translateX(-1px)
    }
}

.mask-index {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 2999;
    display: none
}

.official-box {
    display: none;
    position: fixed;
    width: 367px;
    height: 479px;
    background: url(/resource/images/code-img-bg-content.png) no-repeat center center;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    z-index: 3000;
    transform: translate(-50%, -50%);
    text-align: center
}

.official-box .poup_box_ios {
    text-align: center;
    margin-top: 120px
}

.official-box .poup_box_ios .con_udid_osi {
    font-size: 24px;
    font-weight: 800;
    color: #FF7100;
    margin-bottom: 9px
}

.official-box .poup_box_ios .cin_tips {
    font-size: 12px;
    font-weight: 400;
    color: #FF7100;
    margin-bottom: 10px
}

.official-box .poup_box_ios .copy-button {
    margin: auto;
    width: 168px;
    height: 30px;
    background: linear-gradient(#2F8BF8 0%, #68B6FF 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF
}

.official-box .poup_box_ios .prompt-text {
    margin: 10px 0;
    font-weight: 400;
    font-size: 12px;
    color: #999999
}

.official-box .poup_box_ios .poup-box-code-img {
    width: 172px;
    height: 172px;
    background: linear-gradient(180deg, #FFCD8E 0%, #FFCA70 100%);
    padding: 10px;
    border-radius: 16px;
    margin: 0 auto 14px;
    box-sizing: border-box
}

.official-box .poup_box_ios .poup-box-code-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.official-box .poup_box_ios p {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 5px
}

.shell .core span {
    display: block;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.shell {
    background: #FFEBE8;
    border-radius: 9px;
    margin: 23px auto 0;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FD4830;
    max-width: 1440px;
    width: 85%
}

.shell .title {
    display: block;
    width: 73px
}

.core {
    height: 18px;
    overflow: hidden;
    width: calc(100% - 73px)
}