.pageOneConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageOneConatienr .qrocode {
    height: 150px;
    width: 150px
}

.pageOneConatienr .channel,
.pageOneConatienr .commonProperties,
.pageOneConatienr .left>img:first-child,
.pageOneConatienr .left>img:nth-child(2),
.pageOneConatienr .right>img:first-child {
    background-repeat: no-repeat;
    background-size: 100%
}

.pageOneConatienr .left {
    height: 720px;
    width: 683px
}

.pageOneConatienr .left>img:first-child {
    height: 720px;
    left: 0;
    position: absolute;
    width: 683px
}

.pageOneConatienr .left .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease;
    -o-object-fit: contain;
    object-fit: contain
}

.pageOneConatienr .left>img:nth-child(2) {
    height: 720px;
    left: 0;
    position: absolute;
    width: 683px;
    z-index: 1
}
.aaa{
/*	display:none;*/
}
.activeImgMask{
	
}
.pageOneConatienr .left .activeImgMask {
    animation-delay: .15s;
    animation-duration: .85s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    -o-object-fit: contain;
    object-fit: contain;
    will-change: "transform", "opacity"
}

.pageOneConatienr .right {
    height: 540px;
    left: 880px;
    left: 920px;
    margin-top: 100px;
    position: absolute;
    width: 700px
}

.pageOneConatienr .right>img:first-child {
    height: 540px;
    width: 700px
}

.pageOneConatienr .channel {
    height: 414px;
    width: 705px
}

@keyframes moveIn {
    0% {
        opacity: 0;
        transform: scale(.85)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.pageOneConatienr .channel .title {
    background: url(../img/pt1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 108.5px;
    margin-left: -15px;
    width: 705px
}

.pageOneConatienr .channel .avtivetitle {
    animation-duration: 1s;
    animation-name: moveIn;
    animation-timing-function: ease
}

.pageOneConatienr .channel .text {
    background: url(../img/0f5bd2de.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 38px;
    margin-top: 10px;
    width: 535px
}

.pageOneConatienr .channel .activeText {
    animation-delay: .1s;
    animation-duration: 1s;
    animation-name: moveIn;
    animation-timing-function: ease
}

.pageOneConatienr .channel .qrcode {
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    height: 210px;
    margin-top: 54px;
    width: 598px
}

.pageOneConatienr .channel .qrcode .qrcodeLeft {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 22px 0 rgba(129, 142, 167, .2);
    display: flex;
    flex-direction: column;
    padding: 18px 18px 12px
}

.pageOneConatienr .channel .qrcode .qrcodeLeft .qrcode_img {
    align-items: center;
    height: 48px;
    margin-top: 51px;
    position: absolute;
    vertical-align: middle;
    width: 48px
}

.pageOneConatienr .channel .qrcode .qrcodeLeft .qr_txt {
    color: #676767;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 8px;
    text-align: left
}

.pageOneConatienr .channel .qrcode .btns {
    display: flex;
    height: 206px;
    justify-content: space-between;
    align-items:center;
    margin-left: 26px
}

.pageOneConatienr .channel .qrcode .btns .android_btn,
.pageOneConatienr .channel .qrcode .btns .ios_btn,
.pageOneConatienr .channel .qrcode .btns .web_btn {
    align-items: center;
    background: url(https://hd-static.yystatic.com/7115879424758627.png);
    background-size: 100% auto;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 18px;
    height: 53px;
    justify-content: center;
    margin-left: 16px;
    position: relative;
    transition: background .5s ease;
    width: 172px
}

.pageOneConatienr .channel .qrcode .btns .android_btn:before,
.pageOneConatienr .channel .qrcode .btns .ios_btn:before,
.pageOneConatienr .channel .qrcode .btns .web_btn:before {
    background-image: url(https://hd-static.yystatic.com/6907558768428628.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 22px;
    margin-right: 8px;
    width: 22px
}

.pageOneConatienr .channel .qrcode .btns .android_btn:hover,
.pageOneConatienr .channel .qrcode .btns .ios_btn:hover,
.pageOneConatienr .channel .qrcode .btns .web_btn:hover {
    background: url(https://hd-static.yystatic.com/5195783024027611.png);
    background-size: 100% auto
}

.pageOneConatienr .channel .qrcode .btns .ios_btn:before {
    background-image: url(https://hd-static.yystatic.com/30074366312199574.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.pageOneConatienr .channel .qrcode .btns .web_btn:before {
    background-image: url(https://hd-static.yystatic.com/49117261245176924.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.pageOneConatienr .channel .activeQrcode {
    animation-delay: .2s;
    animation-duration: 1s;
    animation-name: moveIn;
    animation-timing-function: ease
}

@media screen and (max-width:1440px) {
    .pageOneConatienr {
        transform: scale(.85)
    }
}

.pageTwoConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageTwoConatienr .imgCommonProperties,
.pageTwoConatienr .leftConainer>.left_content>:first-child,
.pageTwoConatienr .leftConainer>.left_content>img:nth-child(2),
.pageTwoConatienr .leftConainer>.left_content>img:nth-child(3),
.pageTwoConatienr .leftConainer>img:first-child,
.pageTwoConatienr .leftConainer>img:nth-child(3),
.pageTwoConatienr .right_container>img:first-child,
.pageTwoConatienr .right_container>img:nth-child(2) {
    background-repeat: no-repeat;
    background-size: 100%
}

.pageTwoConatienr .activeImgMask {
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    will-change: "transform", "opacity"
}

.pageTwoConatienr .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease
}

.pageTwoConatienr .leftConainer {
    height: 540px;
    width: 700px
}

.pageTwoConatienr .leftConainer>img:first-child {
    height: 540px;
    left: 0;
    position: absolute;
    width: 700px
}

.pageTwoConatienr .leftConainer>.left_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 221px;
    left: 117px;
    position: absolute;
    top: 56px;
    width: 556px
}

.pageTwoConatienr .leftConainer>.left_content>:first-child {
    height: 102px;
    width: 528px
}

.pageTwoConatienr .leftConainer>.left_content>img:nth-child(2) {
    animation-delay: .1s;
    margin-top: 48px;
    width: 427px
}

.pageTwoConatienr .leftConainer>.left_content>img:nth-child(3) {
    animation-delay: .1s;
    margin-top: 24px;
    width: 556px
}

.pageTwoConatienr .leftConainer>img:nth-child(3) {
    animation-delay: .1s;
    height: 280px;
    left: 117px;
    position: absolute;
    top: 309px;
    width: 320px
}

.pageTwoConatienr .right_container {
    height: 720px;
    position: relative;
    width: 683px
}

.pageTwoConatienr .right_container .commonWH,
.pageTwoConatienr .right_container>img:first-child,
.pageTwoConatienr .right_container>img:nth-child(2) {
    height: 720px;
    width: 683px
}

.pageTwoConatienr .right_container>img:nth-child(2) {
    left: 0;
    position: absolute;
    top: 0
}

@media screen and (max-width:1440px) {
    .pageTwoConatienr {
        transform: scale(.85)
    }
}

.pageThreeConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageThreeConatienr .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease
}

.pageThreeConatienr .activeImgMask {
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    will-change: "transform", "opacity"
}

.pageThreeConatienr .imgCommonProperties,
.pageThreeConatienr .leftConainer>img:first-child,
.pageThreeConatienr .leftConainer>img:nth-child(2),
.pageThreeConatienr .rightContainer>.right_content,
.pageThreeConatienr .rightContainer>.right_content>img:first-child,
.pageThreeConatienr .rightContainer>.right_content>img:nth-child(2),
.pageThreeConatienr .rightContainer>.right_content>img:nth-child(3),
.pageThreeConatienr .rightContainer>img:first-child,
.pageThreeConatienr .rightContainer>img:nth-child(3) {
    background-repeat: no-repeat;
    background-size: 100%
}

.pageThreeConatienr .leftConainer,
.pageThreeConatienr .leftConainer .commonWH,
.pageThreeConatienr .leftConainer>img:first-child,
.pageThreeConatienr .leftConainer>img:nth-child(2) {
    height: 720px;
    width: 683px
}

.pageThreeConatienr .leftConainer>img:nth-child(2) {
    left: 0;
    position: absolute
}

.pageThreeConatienr .rightContainer {
    height: 540px;
    position: relative;
    width: 700px
}

.pageThreeConatienr .rightContainer>img:first-child {
    height: 540px;
    width: 700px
}

.pageThreeConatienr .rightContainer>.right_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 249px;
    left: 80px;
    position: absolute;
    top: 56px;
    width: 620px
}

.pageThreeConatienr .rightContainer>.right_content>img:first-child {
    height: 102px;
    width: 528px
}

.pageThreeConatienr .rightContainer>.right_content>img:nth-child(2) {
    animation-delay: .1s;
    margin-top: 44px;
    width: 518px
}

.pageThreeConatienr .rightContainer>.right_content>img:nth-child(3) {
    animation-delay: .1s;
    margin-top: 24px;
    width: 404px
}

.pageThreeConatienr .rightContainer>img:nth-child(3) {
    height: 280px;
    left: 360px;
    position: absolute;
    top: 337px;
    width: 320px
}

@media screen and (max-width:1440px) {
    .pageThreeConatienr {
        transform: scale(.85)
    }
}

.pageFourConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageFourConatienr .imgCommonProperties,
.pageFourConatienr .leftConainer>.left_content>:first-child,
.pageFourConatienr .leftConainer>.left_content>img:nth-child(2),
.pageFourConatienr .leftConainer>.left_content>img:nth-child(3),
.pageFourConatienr .leftConainer>img:first-child,
.pageFourConatienr .leftConainer>img:nth-child(3),
.pageFourConatienr .rightContainer>img:first-child,
.pageFourConatienr .rightContainer>img:nth-child(2) {
    background-repeat: no-repeat;
    background-size: 100%
}

.pageFourConatienr .activeImgMask {
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    will-change: "transform", "opacity"
}

.pageFourConatienr .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease
}

.pageFourConatienr .leftConainer,
.pageFourConatienr .leftConainer>img:first-child {
    height: 540px;
    width: 700px
}

.pageFourConatienr .leftConainer>.left_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 253px;
    left: 117px;
    position: absolute;
    top: 56px;
    width: 729px
}

.pageFourConatienr .leftConainer>.left_content>:first-child {
    height: 102px;
    width: 729px
}

.pageFourConatienr .leftConainer>.left_content>img:nth-child(2) {
    animation-delay: .1s;
    margin-top: 44px;
    width: 327px
}

.pageFourConatienr .leftConainer>.left_content>img:nth-child(3) {
    animation-delay: .1s;
    margin-top: 24px;
    width: 404px
}

.pageFourConatienr .leftConainer>img:nth-child(3) {
    height: 280px;
    left: 117px;
    position: absolute;
    top: 341px;
    width: 320px
}

.pageFourConatienr .rightContainer {
    height: 720px;
    position: relative;
    width: 683px
}

.pageFourConatienr .rightContainer .commonWH,
.pageFourConatienr .rightContainer>img:first-child,
.pageFourConatienr .rightContainer>img:nth-child(2) {
    height: 720px;
    width: 683px
}

.pageFourConatienr .rightContainer>img:nth-child(2) {
    left: 0;
    position: absolute;
    top: 0
}

@media screen and (max-width:1440px) {
    .pageFourConatienr {
        transform: scale(.85)
    }
}

.pageFiveConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageFiveConatienr .imgCommonProperties,
.pageFiveConatienr .leftConainer>img:first-child,
.pageFiveConatienr .leftConainer>img:nth-child(2),
.pageFiveConatienr .rightContainer>.right_content,
.pageFiveConatienr .rightContainer>.right_content>img:first-child,
.pageFiveConatienr .rightContainer>.right_content>img:nth-child(2),
.pageFiveConatienr .rightContainer>.right_content>img:nth-child(3),
.pageFiveConatienr .rightContainer>img:first-child,
.pageFiveConatienr .rightContainer>img:nth-child(3) {
    background-repeat: no-repeat;
    background-size: 100%
}

.pageFiveConatienr .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease
}

.pageFiveConatienr .activeImgMask {
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    will-change: "transform", "opacity"
}

.pageFiveConatienr .leftConainer {
    height: 720px;
    position: relative;
    width: 683px
}

.pageFiveConatienr .leftConainer .commonWH,
.pageFiveConatienr .leftConainer>img:first-child,
.pageFiveConatienr .leftConainer>img:nth-child(2) {
    height: 720px;
    width: 683px
}

.pageFiveConatienr .leftConainer>img:nth-child(2) {
    left: 0;
    position: absolute
}

.pageFiveConatienr .rightContainer {
    height: 540px;
    position: relative;
    width: 700px
}

.pageFiveConatienr .rightContainer>img:first-child {
    height: 540px;
    width: 700px
}

.pageFiveConatienr .rightContainer>.right_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 219px;
    left: 80px;
    position: absolute;
    top: 56px;
    width: 620px
}

.pageFiveConatienr .rightContainer>.right_content>img:first-child {
    height: 102px;
    width: 528px
}

.pageFiveConatienr .rightContainer>.right_content>img:nth-child(2) {
    animation-delay: .1s;
    margin-top: 44px;
    width: 518px
}

.pageFiveConatienr .rightContainer>.right_content>img:nth-child(3) {
    animation-delay: .1s;
    margin-top: 24px;
    width: 620px
}

.pageFiveConatienr .rightContainer>img:nth-child(3) {
    height: 280px;
    left: 360px;
    position: absolute;
    top: 337px;
    width: 320px
}

@media screen and (max-width:1440px) {
    .pageFiveConatienr {
        transform: scale(.85)
    }
}

.pageSixConatienr {
    align-items: center;
    display: flex;
    margin: auto;
    position: relative;
    width: 1388px
}

.pageSixConatienr .imgCommonProperties,
.pageSixConatienr .leftConainer>.left_content>:first-child,
.pageSixConatienr .leftConainer>.left_content>img:nth-child(2),
.pageSixConatienr .leftConainer>.left_content>img:nth-child(3),
.pageSixConatienr .leftConainer>img:first-child,
.pageSixConatienr .leftConainer>img:nth-child(3),
.pageSixConatienr .rightContainer>img:first-child,
.pageSixConatienr .rightContainer>img:nth-child(2) {
    background-repeat: no-repeat;
    background-size: 100%
}

@keyframes moveImg {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ActivemoveImg {
    0% {
        margin-top: 60px;
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.pageSixConatienr .activeImgMask {
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: ActivemoveImg;
    animation-timing-function: ease;
    will-change: "transform", "opacity"
}

.pageSixConatienr .activeImg {
    animation-duration: .7s;
    animation-name: moveImg;
    animation-timing-function: ease
}

.pageSixConatienr .leftConainer {
    height: 540px;
    position: relative;
    width: 700px
}

.pageSixConatienr .leftConainer>img:first-child {
    height: 540px;
    width: 700px
}

.pageSixConatienr .leftConainer>.left_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 221px;
    left: 117px;
    position: absolute;
    top: 56px;
    width: 476px
}

.pageSixConatienr .leftConainer>.left_content>:first-child {
    height: 102px;
    width: 292px
}

.pageSixConatienr .leftConainer>.left_content>img:nth-child(2) {
    animation-delay: .1s;
    margin-top: 44px;
    width: 327px
}

.pageSixConatienr .leftConainer>.left_content>img:nth-child(3) {
    animation-delay: .1s;
    margin-top: 24px;
    width: 476px
}

.pageSixConatienr .leftConainer>img:nth-child(3) {
    height: 280px;
    left: 117px;
    position: absolute;
    top: 341px;
    width: 320px
}

.pageSixConatienr .rightContainer {
    height: 720px;
    position: relative;
    width: 683px
}

.pageSixConatienr .rightContainer .commonWH,
.pageSixConatienr .rightContainer>img:first-child,
.pageSixConatienr .rightContainer>img:nth-child(2) {
    height: 720px;
    width: 683px
}

.pageSixConatienr .rightContainer>img:nth-child(2) {
    left: 0;
    position: absolute;
    top: -23px;
}

@media screen and (max-width:1440px) {
    .pageSixConatienr {
        transform: scale(.85)
    }
}

.modal_main {
    align-items: center;
    background: linear-gradient(180deg, #fffddf, #fff 46.7%);
    border-radius: 12px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 8px 20px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    left: calc(50% - 300px);
    max-width: 493px;
    min-width: 360px;
    padding: 24px;
    pointer-events: auto;
    position: absolute;
    top: 250px;
    z-index: 520
}

.modal_main .header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 24px;
    justify-content: center;
    width: 100%
}

.modal_main .header .title {
    color: #040b1a;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%
}

.modal_main .header .closeBtn {
    background-image: url(../assets/closeBtn.9435310d.png);
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 25px;
    width: 16px
}

.modal_main .content {
    color: #040b1a;
    flex: 1 1;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center
}

.modal_main .bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    gap: 10px;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 100%
}

.modal_main .bottom .cancelBtn {
    background: #f1f3f7;
    font-weight: 400
}

.modal_main .bottom .cancelBtn,
.modal_main .bottom .sureBtn {
    align-items: center;
    border-radius: 99px;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    gap: 10px;
    height: 36px;
    justify-content: center;
    line-height: 19px;
    padding: 6px 20px;
    width: 96px
}

.modal_main .bottom .sureBtn {
    background: #fe0;
    font-weight: 600
}

#newGeFooter {
    bottom: -500px;
    transition: bottom 0.6s linear .5s;
    z-index: 1;
    opacity:0;
}

.main_tips {
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -70px;
    top: 33px;
    z-index: 601
}

.main_tips,
.main_tips .bg {
    display: flex;
    flex-direction: column
}

.main_tips .bg {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: relative;
    width: 240px
}

.main_tips .arrow {
    border: 6px solid transparent;
    border-top-color: #fff;
    height: 23.43px;
    height: 0;
    transform: rotate(-180deg);
    width: 6px;
    width: 0;
    z-index: 10
}

.main_tips .topWrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 12px;
    position: relative
}

.main_tips .topWrap .infoWrap {
    margin-left: 8px
}

.main_tips .bottomWrap,
.main_tips .topWrap .infoWrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main_tips .bottomWrap {
    margin-top: 6px;
    width: 100%
}

.main_tips .line {
    border: .5px solid rgba(0, 0, 0, .04);
    height: 0;
    margin-bottom: 12px;
    width: 100%
}

.main_tips .logo {
    border-radius: 50%;
    height: 38px;
    margin-right: 8px;
    width: 38px
}

.main_tips .nickName {
    color: #222;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-right: 2px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main_tips .idLabel {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 16px
}

.main_tips .idLabel,
.main_tips .titleWrap {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: 400
}

.main_tips .titleWrap {
    align-items: center;
    color: #222;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 19px;
    margin-bottom: 17px;
    text-align: center;
    width: 100%
}

.main_tips .titleWrap .href {
    cursor: pointer
}

.main_tips .titleWrap:nth-child(3) {
    margin-bottom: 0;
    padding-bottom: 22.5px
}

.main_tips .myMoneyWrap {
    margin-left: 8px
}

.main_tips .myMoneyWrap,
.main_tips .myMoneyWrap .left {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: row;
    justify-content: flex-start
}

.main_tips .myMoneyWrap .left .coin {
    background: url(../assets/coin.b0a0d395.png);
    display: inline-block;
    height: 12px;
    margin-right: 3px;
    width: 12px
}

.main_tips .myMoneyWrap .left .coinLabel {
    color: #222;
    display: inline-block;
    font-family: YYNumber2\.0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    text-align: right
}

.main_tips .myMoneyWrap .rechargeBtn {
    color: #ffb200;
    cursor: pointer;
    font-family: Microsoft YaHei UI;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: right
}

.main_tips .quitBtn {
    background-image: url(../assets/Export.656ee0c2.png);
    background-size: 100% 100%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 26px;
    width: 20px
}

.main_tips .quitBtn:hover {
    background: url(../assets/ExportHover.f87e473f.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px
}

.msgCount {
    background-color: #302c5e;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    pointer-events: auto
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    *zoom: 1;
    display: inline-block;
    *display: inline;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
    _font-family: courier new, monospace;
    font-size: 1em
}

pre {
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    *height: 13px;
    padding: 0;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top
}

em {
    font-style: normal
}

menu,
ol,
ul {
    list-style: none outside none
}

fieldset,
iframe {
    border: 0
}

article,
aside,
audio,
blockquote,
button,
canvas,
code,
dd,
details,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
ruby,
section,
summary,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0
}

iframe {
    display: block
}

th {
    text-align: inherit
}

button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif
}

textarea {
    overflow: auto;
    resize: vertical
}

del {
    text-decoration: line-through
}

abbr {
    cursor: help
}

hr {
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    height: 10px;
    margin-bottom: .8em
}

blockquote {
    border-left: 4px solid #ddd;
    color: #999;
    margin: 15px 0;
    padding: 0 15px;
    position: relative
}

:focus,
a,
a:focus,
area {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: 0
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body,
html {
    font-family: å¾®è½¯é›…é»‘, Arial, sans-serif;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

.page {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1000px
}

#newGeFooter {
    background: #fff;
    font: 12px/1.5 Microsoft Yahei, simsun, Helvetica, Arial, SimHei, sans-serif;
    margin-top: 0;
    padding: 0 0 10px;
    text-align: center;
    width: 100%
}

#newGeFooter a,
#newGeFooter p {
    color: #666;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1240px
}

#newGeFooter p {
    margin-bottom: 12px
}

#newGeFooter a {
    white-space: nowrap
}

#newGeFooter a:hover {
    color: #fac200
}

#newGeFooter .w-foot {
    background: #fff;
    font: 12px/1.5 Microsoft Yahei, simsun, Helvetica, Arial, SimHei, sans-serif;
    margin-top: 0;
    padding: 0 0 10px
}

#newGeFooter .w-foot .w-foot__s2 p {
    color: #666;
    margin: 0 auto 4px;
    text-align: center
}

.abs {
    position: absolute
}

body,
html {
    background-color: #fff;
    color: #000;
    text-align: center
}

@keyframes scale-anima {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

body,
html {
    overflow: hidden
}

.main,
body,
html {
    height: 100%;
    position: relative;
    width: 100%
}

.main {
    background: url(../img/index.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    min-width: 1366px
}

.logo {
    background-repeat: no-repeat;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% auto;
    flex: 0 0 auto;
    height: 48px;
    width: 166px
}

.errrorTip {
    color: #ff4f42
}

.normalTip {
    margin: 20px 0;
    padding: 0 60px
}

.qcode3 {
    background: url(../assets/yoCode.a0da4dff.png) no-repeat;
    background-size: contain;
    height: 100px;
    margin: 0 auto;
    width: 100px
}

.function {
    align-items: center;
    display: flex
}

.function .downloadAIcon {
    cursor: pointer;
    display: flex;
    margin-right: 48px
}

.function .downloadAIcon>.arrow {
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    height: 6px;
    margin-left: 28px;
    position: absolute;
    top: 63px;
    width: 32px;
    z-index: 4
}

.function .downloadAIcon .download {
    height: 24px;
    width: 80px
}

.function .downloadAIcon .downloadTips {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 230px;
    position: absolute;
    right: 270px;
    top: 69px;
    width: 184px;
    z-index: 3
}

.function .downloadAIcon .downloadTips>.qrcod {
    height: 160px;
    padding: 12px;
    width: 160px
}

.function .downloadAIcon .downloadTips .qrcode-logo {
    height: 42px;
    left: 70px;
    position: absolute;
    top: 70px;
    width: 42px
}

.function .downloadAIcon .downloadTips>span {
    bottom: 12px;
    color: #222;
    font-family: Microsoft YaHei UI;
    font-size: 12px;
    font-weight: 600;
    height: 32px;
    left: 35.5px;
    letter-spacing: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 113px
}

.function .funciona_area {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: space-between
}

.function .funciona_area .commProperties,
.function .funciona_area>.topbar_1>img,
.function .funciona_area>.topbar_2>img,
.function .funciona_area>.topbar_3>img {
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer
}

.function .funciona_area>.topbar_1>img {
    height: 24px;
    vertical-align: middle;
    width: 84px
}

.function .funciona_area>.topbar_2>img {
    height: 24px;
    vertical-align: middle;
    width: 56px
}

.function .funciona_area>.topbar_3>img {
    height: 32px;
    width: 76px
}

.function .funciona_area>.topbar_3>.userinfo {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.function .funciona_area>.topbar_3>.userinfo .userimg {
    border-radius: 50%;
    height: 38px;
    margin-right: 8px;
    width: 38px
}

.function .funciona_area>.topbar_3>.userinfo .info {
    color: #e4e4e4;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.function .funciona_area>.topbar_3>.userinfo .info .nick {
    align-items: center;
    display: flex
}

.function .funciona_area>.topbar_3>.userinfo .info .nick p {
    color: #222;
    font-size: 14px;
    max-width: 100px;
    min-width: 40px;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.function .funciona_area>.topbar_3>.userinfo .info .nick p:hover {
    color: #33a0ff
}

.function .funciona_area>.topbar_3>.userinfo .info .account {
    align-items: center;
    display: flex;
    font-family: YYNumber2\.0;
    font-size: 12px
}

.function .funciona_area>.topbar_3>.userinfo .info .account .coin {
    background: url(../assets/coin.b0a0d395.png);
    height: 12px;
    margin-right: 2px;
    width: 12px
}

.function .funciona_area>.topbar_3>.userinfo .info .account a {
    color: #fe0;
    cursor: pointer;
    margin-left: 10px
}

.function .funciona_area>.topbar_3>.userinfo .info .account a:hover {
    font-weight: 700
}

.download {
    align-items: center;
    display: flex;
    justify-content: space-around
}

.download .qrcode {
    background-color: #fff;
    background: url(../assets/qrcodebg.bbdd3107.png) no-repeat;
    border-radius: 10px;
    color: #4e4e4e;
    font-size: 14px;
    height: 254px;
    letter-spacing: 2px;
    line-height: 1;
    margin-left: -20px;
    text-align: center;
    width: 230px
}

.download .qrcode .qr_txt {
    color: #494949;
    font-size: 14px;
    font-weight: 400
}

.download .codeimg {
    margin: 0 auto 15px;
    position: relative;
    width: 230px
}

.download .codeimg canvas {
    display: block
}

.download .codeimg_code {
    margin: 40px auto 10px;
    width: 150px
}

.download .codeimg_icon {
    background: url(../assets/logo2.01d599c6.png) 50% 50% no-repeat;
    display: block;
    height: 48px;
    left: 50%;
    margin: -21px 0 0 -21px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 5
}

.download .btns {
    margin-top: -2px
}

.download .btns .android_btn,
.download .btns .ios_btn,
.download .btns .web_btn {
    align-items: center;
    background-color: #fe0;
    border-radius: 26px;
    box-shadow: 0 8px 14px rgba(255, 238, 0, .2);
    color: #000;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    margin-left: 16px;
    position: relative;
    width: 172px
}

.download .btns .android_btn:before,
.download .btns .ios_btn:before,
.download .btns .web_btn:before {
    background-image: url(../assets/ard.88dfde9f.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 22px;
    margin-right: 8px;
    width: 25px
}

.download .btns .android_btn:hover,
.download .btns .ios_btn:hover,
.download .btns .web_btn:hover {
    background: #ffd600
}

.download .btns .ios_btn:before {
    background-image: url(../assets/ios.2fad464b.png);
    background-repeat: no-repeat
}

.download .btns .web_btn:before {
    background-image: url(../assets/web.0c5bad73.png);
    background-repeat: no-repeat
}

.header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100px;
    justify-content: space-between;
    left: 0;
    margin-left: calc(50% - 683px);
    max-width: 1366px;
    padding: 0 20px;
    position: relative;
    top: 0
}

@media screen and (max-width:1366px) {
    .header {
        padding: 0 60px;
        width: calc(100% - 80px)
    }
}

.contentSwiper {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: calc(100% - 100px);
    justify-content: space-between;
    min-width: 1366px;
    overflow-y: hidden;
    position: relative;
    width: 100%
}

.contentSwiper .container {
    height: 500px;
    overflow: hidden;
    width: 600px
}

.contentSwiper .swiper-container {
    height: 100%;
    overflow: inherit;
    width: 100%
}

.contentSwiper .swiper-slide {
    padding-top: -40px
}

.contentSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 10px;
    margin: 5px 0;
    width: 10px
}

.contentSwiper .swiper-pagination-bullet-active {
    background: url(../img/dian.png) no-repeat;
    background-size: 100%;
    border-radius: 0 !important;
    height: 20px !important;
    width: 12px !important
}

.contentSwiper .swiper-container-vertical>.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    flex-direction: column;
    right: 30px;
    top: 40%
}

.contentSwiper .phone {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 400px;
    position: relative;
    width: 956px
}

.contentSwiper .phone .phone_img {
    background-image: url(../assets/bg-1.ae6f82c9.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 956px auto;
    height: 100%;
    position: relative;
    width: 100%
}

.contentSwiper .phone .phone_img:after {
    animation: scale-anima .4s ease-out .2s both;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    left: 18.7%;
    opacity: 0;
    padding-bottom: 100%;
    position: absolute;
    top: 6%;
    transform: scale3d(.8);
    transition: all;
    width: 62.6%
}

.contentSwiper .info {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    text-align: left;
    width: 407px
}

.contentSwiper .info .title {
    background-image: url(../assets/title.c7d35c73.png);
    background-repeat: no-repeat;
    height: 102px;
    margin-bottom: 70px;
    width: 407px
}

.contentSwiper .info p {
    color: #1b003a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.contentSwiper .info span {
    color: #1b003a;
    font-size: 22px;
    line-height: 38px
}

.contentSwiper .more_txt {
    height: 150px;
    margin-top: 0
}

.contentSwiper .move1 {
    animation: moreMove .4s ease-in .2s forwards;
    margin-top: 30px;
    opacity: 0
}

.contentSwiper .move2 {
    animation: moreMove .4s ease-in .6s forwards;
    margin-top: 30px;
    opacity: 0
}

@keyframes moreMove {
    0% {
        margin-top: 40px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

#newGeFooter {
    bottom: 0;
    left: 0;
    padding-top: 20px;
    position: absolute
}

.loginFrameBox {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9991000
}

.loginFrameBox .loginFrame {
    border: none;
    height: 100%;
    width: 100%
}

.chargeFrameBox {
    bottom: 0;
    height: 620px;
    left: calc(50% - 340px);
    position: absolute;
    right: 0;
    top: calc(50% - 310px);
    width: 680px;
    z-index: 9991000
}

.chargeFrameBox .loginFrame {
    border: none;
    height: 100%;
    width: 100%
}

.privalageFrameBox {
    bottom: 0;
    height: 470px;
    left: calc(50% - 210px);
    position: absolute;
    right: 0;
    top: calc(50% - 235px);
    width: 420px;
    z-index: 9991000
}

.privalageFrameBox .loginFrame {
    border: none;
    height: 100%;
    width: 100%
}