#mobile_icon_div {
    display: none !important;
}
body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    color: #fff;
}

.h5-sec img {
    width: 100%;
}

.h5-sec {
    position: relative;
    width: 100%;
}

.fixed-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.info-img img {
    width: 100%;
}

.h5-bot {
    padding: .27rem .4rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.h5-bot h1,
.h5-bot p {
    color: #fff;
}

.h5-bot .info-text-title {
    font-size: .45rem;
    line-height: .6rem;
}

.h5-bot .info-text-slogen {
    font-size: .35rem;
}

.h5-bot .info-text-dlcount {
    font-size: 0.35rem;
    /*font-size: 1em;*/
    opacity: .8;
}
.fixed-bot2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 1rem;
    background-color:#fff;
    border-radius:0.5rem 0.5rem 0rem 0rem;
}
.h5-bot2 {
    display: none;
}
/*#fixed-bot2{*/
/*display: none;*/
/*}*/
.slideshow {
    padding: 0 .5rem;
}

.swiper-slide {
    border: 2px solid #d18b1c;
}

.swiper-slide img {
    width: 100%;
}
/* .swiper-slide:after{
content:'';
width:98%;
height:98%;
position: absolute;
top:0;
left: 0;
border:2px solid #d18b1c;
} */

.gift-list {
    padding: 0 .5rem;
    position: absolute;
    top: 12%;
}

.h5-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.2rem 0 .6rem;
}

.gift-list {
    width: 100%;
}

.gift-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 2.1rem;
    margin-top: .5rem;
}

ul,
li {
    list-style-type: none;
}

.gift-item-img img {
    margin-bottom: .2rem;
}

.gift-item .gift-name {
    font-size: .4rem;
    color: #333;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%) ;
}

.wrap {
    position: relative;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 111111;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    overflow: hidden;
}

a {
    display: block;
}

@-webkit-keyframes shack {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    25% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    75% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg)
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
}

.popup ,.popupLoading,.popupSetion,.popupLogin,.popup-agetip{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1111111111;
    width: 80%;
}

.popup-download{
    display: none;
    padding:7vw 5vw;
    height:58vw;
    bottom: 0vw;
    background-color: #fff;
    z-index: 1111111111;
    width: 90%;
    border-radius: 7vw 7vw 0vw 0vw;
    position: fixed;
}
.reg-head {
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #3783ff;
    color: #fff;
    text-align: center;
    position: relative;
}

.dialog-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .27rem;
}
.dialog-button a{
    width: 3.05rem;
    height: .85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .07rem;
    margin-bottom: .13rem;
    overflow: hidden;
    position: relative;
}
.dialog-button span{
    color: #333;
}
.dialog-aFirst{
    color: #ff7e00;
    border: 1px solid #ff7e00;
}
.subscript{
    top: .2rem;
    font-size: .187rem;
    display: flex;
    padding: .17rem 0 0 .25rem;
    color: #fff;
    height: .5rem;
    width: 1.75rem;
    position: absolute;
    right: -1.06rem;
    text-align: center;
    line-height: 0.4rem;
    font-family: "黑体";
    background-color: #ff7e00;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.dialog-aSecond,.dialog-aSecond2{
    color: #1c60ea;
    border: 1px solid #1c60ea;
}
.dialogHead{
    padding: .2rem .266rem;
}
.dialogMsg{
    color: #5b7cff;
    font-weight: bold;
}
.dialogSpan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .15rem;
}
.dialogSpanText{
    color: #333;
    word-wrap:break-word;
}
.dialogSpan a{
    width: 1.33rem;
    height: .67rem;
    background-color: #5b7cff;
    font-size: .3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .1rem;
}
.dialogSpanDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialogSpanLink{
    width: 5.33rem;
    height: .8rem;
    margin: .27rem 0;
    border-radius: .4rem;
    background-color: #5b7cff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.dialogSpanLinkSec{
    width: 5.33rem;
    height: .8rem;
    margin: .27rem 0;
    border-radius: .4rem;
    background-color: #5b7cff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #0097ff , #00ddff);/* Safari 5.1 - 6.0 */
    background: linear-gradient(to right, #0097ff , #00ddff);/* 标准的语法 */
}
.dialogServe{
    display: flex;
}
.dialogServe a{
    color: #5b7cff;
    text-decoration: underline;
}
.regContent{
    padding: .5rem .6rem;
}
#bar{
    width:100%;
    height:30px;
    background-color:#ccc;
    overflow:hidden;
    border-radius: .1rem;
}
#progress{
    width:0;
    height:30px;
    background-color:#5b7cff;
    border-radius: .1rem;
}
.dialogSpanLoading{
    margin: .2rem .3rem;
}
.spanLoadingNum{
    color: #333;
    height: .56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .08rem;
}
.dialogSpanLoadingSec{
    color: #333;
    margin-top: .1rem;
}
.dialogDivLoading{
    z-index: 22222222222;
}
.popup-overlayLoading {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 11111111112;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    overflow: hidden;
}
.popup-overlayLoading {
    display: none;
}


.reg-title {
    font-size: .4rem;
    /*background-color: #fdc163*/
}

.reg-body {
    padding: 0 .6rem
}

.btn-group {
    display: flex;
}

.btn-group span {
    text-align: center;
    width: 47%;
    margin-right: 6%;
    margin-top: .3rem;
    margin-bottom: .2rem;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    font-size: .34rem;
    background-color: #868686;
    color: #fff;
    border-radius: .1rem;
}

.btn-group span:last-child {
    margin-right: 0
}

.btn-group span.btn-active {
    background-color: #3783ff;
}

.reg-input {
    position: relative;
    margin-bottom: .2rem;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: .3rem;
}

.act img {
    width: auto;
    position: absolute;
    right: .4rem;
    bottom: 3rem;
    width: 20%;
    transform-origin: center;
    -webkit-transform-origin: center;
    -webkit-animation-name: shack;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    /*无限循环*/
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes shack {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    25% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg)
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    75% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg)
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
}

.reg-input .identity {
    -webkit-appearance: none;
    outline: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    height: .65rem;
    line-height: .65rem;
    width: 2.3rem;
    text-align: center;
    font-size: .3rem;
    background-color: #3783ff;
    border-radius: 0.1rem !important;
}

.reg-input input:not(.identity) {
    font-size: .36rem;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    border-radius: 0;
    padding-left: 1px;
    color: #4a4a4a;
    border: none;
    border-bottom: 1px solid #999999;
    outline: none;
}

. {
    padding: 0 30px;
}

.reg-btn .btn {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background-color: #3783ff;
    border-radius: 50rem;
    margin-top: 68px;
    margin-bottom: 29px;
    font-size: 0.4rem;
    background: -webkit-linear-gradient(left, #0097ff , #00ddff);/* Safari 5.1 - 6.0 */
    background: linear-gradient(to right, #0097ff , #00ddff);/* 标准的语法 */
}
.btnWhite{
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50rem;
    margin-top: 68px;
    margin-bottom: 29px;
    font-size: 0.4rem;
}
.btnWhiteGameBox{
    height: 1rem;
    width: 40%;
    line-height: 1rem;
    text-align: center;
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50rem;
    margin-top: 68px;
    margin-bottom: 29px;
    font-size: 0.4rem;
}
.passwordGameBoxTitle{
    width: 100%;
}
.passwordGameBoxTitle2{
    width: 75%;
}
.discountGameBoxSpan{
    width: 13%;
    color: #fff;
}
.reg-body .reg-body-content:last-child,
.popup-reg,
.popup-overlay{
    display: none;
}

.reg-succe,
.reg-succe1{
    text-align: center;
    color: #4a4a4a;
}


.reg-succe h3,
.reg-succe1 h3{
    font-size: .5rem;
    font-weight: normal;
    margin-top: .3rem;
    margin-bottom: .1rem;
}

.reg-succe p ,
.reg-succe1 p
{
    font-size: .35rem;
    line-height: .6rem;
}

.reg-succe p:first-child,
.reg-succe1 p:first-child{
    margin-top: .3rem;
}

.reg-succe small,
.reg-succe1 small
{
    font-size: .35rem;
    color: #787878;
}

.reg-succe ,
.reg-succe1{
    display: none;
}
.guide-wrap {
    padding: 0px 26px 1rem;
    overflow: hidden;
}
.popup-agetip .guide-wrap{
    padding:34px;
    color: #000;
    font-size: .32rem;
}
.agetip-title{
    margin-bottom: 10px;
    font-size: .34rem;
}

.popupGuideTF{
    display: none;
}
.guide-wrapTF{
    background: url("../images/tfbg2.jpg");
    background-size: cover;
    height: 9.6rem;
    position: relative;
}
.guide-wrap .swiper-slide {
    border: none;
}

.btn.btn-reg.pop-confirm {
    margin-top: .6rem;
}

.popup-guide ,.popup-guideLoading,.popup-guideSetion,.popup-guideLogin,.popup-download,.popup-agetip{
    display: none;
}

.popup-guide ,.popup-guideLoading{
    display: block;
}

.popup-guide.outviewport {
    left: -9999px;
}

.has-homepage a{
    display:inline-block;
    width:48%;
}
.has-homepage button.homepage-download{
    background: linear-gradient(to top , #dfbc5c, #fef2cd);
    color:#333;
    width:100%;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 111111111
}
.floatingWindow{
    position: fixed;
    bottom: 20%;
    width: 100px;
    margin-left: .2rem;
    z-index: 100001;
}
.floatingWindow2{
    position: fixed;
    bottom: 27%;
    width: 100px;
    margin-left: .2rem;
    z-index: 100001;
}
.floatingWindow2 img{
    width: 100px;
}
/*待更新弹窗样式*/
.dialogDivRegister2{
    border-radius: 15px;
    overflow: hidden;
}
.btn-group2,.btn-group3 {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}
.btn-group2 span, .btn-group3 span {
    text-align: center;
    margin-bottom: .2rem;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    font-size: .34rem;
    color: #333;
    border-bottom: 3px solid #fff;
    position: relative;
}
.btn-group2 span.btn-active, .btn-group3 span.btn-active{
    color: #30a0ff;
}
.btn-group2 span.btn-active:after, .btn-group3 span.btn-active:after {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, #30a0ff , #3dffef);
    border-radius: 3px;
}
.reg-input2{
    position: relative;
    margin-bottom: .35rem;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: .3rem;
}
.reg-input2 input {
    font-size: .36rem;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    padding-left: 30px;
    color: #4a4a4a;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}
.reg-input2 input.middle {
    width: 58%;
    margin-right: 5%;
}
.reg-input2 input.short{
    width: 35%;
    padding: 0;
    background: #fdc163;
    color: #fff;
    -webkit-appearance: none;
    outline: none;
}
.reg-body2, .reg-body3 {
    padding: 0 .6rem;
}
.reg-body2 .reg-body-content:last-child,.reg-body3 .reg-body-content:last-child {
    display: none;
}
.reg-btn2 .btn{
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 29px;
    font-size: 0.4rem;
    background: #fdc163;
}
.showDialogLogin2,.showDialogLogin3,.showDialogRegister2,.showDialogRegister3{
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
.reg-head2{
    background: #fff;
    height: 1rem;
    line-height: 1rem;
}
.dialogDivSetion{
    z-index: 1111111110;
}
.link1TF{
    position: absolute;
    left: 1.5rem;
    top: 2.1rem;
    z-index: 99;
    width: 5rem;
    height: .96rem;
}
.link2TF{
    position: absolute;
    left: 1.8rem;
    top: 5.2rem;
    z-index: 99;
    width: 4.5rem;
    height: .96rem;
}
.link2TF img{
    width: 0.72rem;
    height: 0.72rem;
    margin-left: 1.1rem;
    margin-top: 0.13rem;
}

/*底部footer*/
.footer {
    width: 100%;
    padding-top: 40px;
    background: #282828 none repeat scroll 0 0;
    color: #ccc;
    font-size: 34px;
}
.footer a {
    color: #ccc !important;
}
.footer-tab {
    display: flex;
    justify-content: space-around;
}
.footer-copyright {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}
.footer-pic {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    font-size: 18px;
}
.footer-pic img {
    width: 160px;
    height: 100px;
    object-fit: contain;
}
.footer-tip {
    display: flex;
    padding: 20px;
    justify-content: center;
    font-size: 18px;
}
.footer-beian {
    display: flex;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 230px;
}

.goBackHead{
    display: flex;
    justify-content: space-between;
}
.goBack{
    font-size: 0.5rem;
    margin-left: 48px;
}
.overflowH2{
    position: fixed;
    width: 100%;
}