.fl {
    float: left;
}
li {
    list-style: none;
}
a:hover {
    text-decoration: none!important;
}
.mainBodyContent {
    width: 100%;
    height: 100%;
}
.topInfoModal{
    width: 100%;
    height: 2.11rem;
    background: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: .24rem .45rem;
}
.leftGameInfo {
    display: flex;
    align-items: center;
    width: 90%;
}
.leftGameInfo img{
    display: inline-block;
    width: 1.63rem;
    height: 1.63rem;
    border-radius: .43rem;
    margin-right: .2rem;
}
.leftGameInfo .headerName{
    font-weight: bold;
    font-size: .46rem;
}
.bottomTag{
    margin-top: .1rem;
}
.mainColor{
    color: #018FFF;
}
.sameTagItem{
    display: inline-block;
    height: .4rem;
    border-radius: .1rem;
    padding: 0 .11rem;
    text-align: center;
    line-height: .4rem;
    margin-right: .14rem;
    border: 0.02rem solid #FA8400;
    color: #FA8400;
}
.newTag{
    border-color: #FE6C6D;
    color: #FE6C6D;
}
.chargeTag {
    color: #58AB87;
    border-color: #58AB87;
}
.downloadbtn{
    display: inline-block;
    /* width: 2.11rem; */
    width: 2.8rem;
    height: .77rem;
    /* height: .86rem; */
    background: #018FFF!important;
    box-shadow: 0px 0.05rem .19rem 0px rgba(0, 96, 255, 0.4);
    border-radius: .48rem;
    line-height: .86rem;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.packBox{
    display: flex;flex-direction: column;
}
.weiduanPack{
    background: #FF6D01 !important;
box-shadow: 0rem 0rem 0rem 0rem rgba(255, 109, 1, 0.4);
}
.centerMainImg img {
    display: block;
    width: 100%;
    height: 16.22rem;
}
.gameDescriptPart{
    padding: .68rem 0.47rem 0.58rem .47rem;
}
.desc-title{
    font-weight: bold;
    font-size: .46rem;
    position: relative;
}
.desc-title::after {
    content: '';
    display: inline-block;
    width: 1.81rem;
    height: .14rem;
    background: linear-gradient(90deg, #018FFF 0%, rgba(1, 143, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.desc-content{
    color: #6D6D73;
    font-size: .4rem;
    line-height: .69rem;
    margin-top: .42rem;
}
.gameMainSwiper{
    margin-top: .47rem;
    height: auto;
}
.gameMainSwiper .swiper-slide {
    width: 9.1rem;
    border-radius: .19rem;
}
.gameMainSwiper .swiper-slide img {
    width: 100%;
    border-radius: .19rem;
}
.playerHome {
    margin-top: .67rem;
}
.community{
    height: 7.79rem;
    width: 100%;
    background-image: url('../img/img_shequ.png');
    background-size: 100% 100%;
    margin-top: .42rem;
    box-sizing: border-box;
    padding-top: .77rem;
}
.centerContact{
    text-align: center;
    font-weight: 500;
    color: #222222;
    font-size: .46rem;
}
.qurcodeImg{
    width: 3.84rem;
    height: 3.84rem;
    border-radius: .19rem;
    margin: auto;
    border: 0.03rem solid;
    border-image: linear-gradient(0deg, #018FFF, #018FFF, #018FFF) 3 3;
    box-shadow: 0px 0.05rem .19rem 0px rgba(0, 96, 255, 0.3);
    margin-top: .37rem;
}
.qurcodeImg img {
    display: inline-block;
    width: 3.4rem;
    height: 3.4rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
}
.imgText{
    color: #6D6D73;
    margin-top: .37rem;
    font-size: .38rem;
    text-align: center;
}
.companyInfo{
    margin-top: .91rem;
    line-height: .58rem;
    color: #6D6D73;
    font-size: .35rem;
    text-align: center;
}
.checkDetail{
    color:#018FFF;
}

.PrivacyDialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    display: none;
}
.PrivacyContent{
    width: 9.22rem;
    height: 11.52rem;
    background: #FFFFFF;
    border-radius: .29rem;
    overflow: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0 .68rem .39rem;
}
.closeIcon{
    width: .4rem;
    height: .4rem;
    background-image: url('../img/close.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0.38rem;
    top: 0.38rem;
}
.dialog-title{
    text-align: center;
    font-weight: bold;
    font-size: .5rem;
    padding-top: .48rem;
}
.dialogCenterContent{
    margin-top: .82rem;
    color: #222222;
    line-height: .86rem;
    font-size: .4rem;
}

.downloadDialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    display: none;
}
.inserMainBody {
    width: 8.26rem;
    height: 4.61rem;
    background: #FFFFFF;
    border-radius: .29rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.finalCancel{
    height: 1.26rem;
    border-top: 0.01rem solid #F3F4F8;
    text-align: center;
    line-height: 1.26rem;
    color: #A3A1AB;
    font-size: .46rem;
}
.downloadTipContent{
    color: #6D6D73;
    font-size: .42rem;
    line-height: .53rem;
    height: 3.32rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.04rem;
}
.downloadTipContent .title {
    font-weight: bold;
    color: #222222;
    font-size: .5rem;
    margin-bottom: .39rem;
}

.wechatTipDialog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    display: none;
}
.arrowIcon{
    display: inline-block;
    width: 2.08rem;
    height: 1.68rem;
    background-image: url('../img/img_jiantou.png');
    background-size: 100% 100%;
    position: absolute;
    right: .8rem;
    top: .22rem;
}
.centerTipWechat{
    color: #fff;
    font-weight: bold;
    font-size: .67rem;
    text-align: left;
    padding-top: 1.32rem;
    margin-left: 2.17rem;
}
.secondText{
    font-size: .5rem;
    font-weight: normal;
    margin-top: .3rem;
}
.bottomStepPart{
    color: #fff;
    font-size: .46rem;
    margin-left: 2.17rem;
    margin-top: 1.24rem;
}
.stepNumber{
    display: inline-block;
    width: .58rem;
    height: .58rem;
    background: #018FFF;
    border-radius: .1rem;
    text-align: center;
    color: #fff;
    line-height: .58rem;
    margin-right: .29rem;
    font-size: .35rem;
}
.dotIcon {
    display: inline-block;
    width: .63rem;
    height: .63rem;
    background-image: url('../img/ico_dian_h.png');
    background-size: 100% 100%;
    margin: 0 .23rem;
    vertical-align: middle;
}
.secondStep{
    margin-top: 1.1rem;
    position: relative;
}
.secondStep::before {
    content: '';
    display: inline-block;
    width: 0.02rem;
    height: .77rem;
    border: 0.01rem dashed #B8E0FF;
    position: absolute;
    top: -0.9rem;
    left: 0.25rem;
}

.h5RightChange .downloadbtn{
    width: 2.5rem;
    height: .77rem;
    line-height: .77rem;
}
.h5RightChange {
    width: 10%;
    position: relative;
    left: -1.2rem;
    top: -0.2rem;
}
.h5RightChange .game_down .downloadbtn{
    display: inline-block;
    min-width: 2.11rem;
    height: .86rem;
    background: #018FFF!important;
    box-shadow: 0px 0.05rem .19rem 0px rgba(0, 96, 255, 0.4);
    border-radius: .48rem;
    line-height: .86rem;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
}
.h5RightChange .game_down .wechatPackage{
    background-color: #FF6D01!important;
    box-shadow: 0px 0.05rem 0.19rem 0px rgba(255, 109, 1, 0.4);
    margin-top: .19rem;
}

.usedCustomerDialog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    display: none;
}
.centerRedPackage{
    width: 7.3rem;
    height: 8.06rem;
    background-image: url('../img/img_bg_hongbao.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding-top: 1.03rem;
}
.customerName{
    text-align: center;
    color: #FFE173;
    background: linear-gradient(0deg, #FFF2DC 13.134765625%, #FFCB5A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .61rem;
    font-weight: 800;
}
.redPackCenterIcon{
    display: block;
    width: 2.57rem;
    height: 2.57rem;
    background-image: url('../img/img_kai.png');
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: .71rem;
}
.successText{
    text-align: center;
    font-weight: bold;
    color: #FFF6E6;
    font-size: .5rem;
    line-height: 0.77rem;
    margin-top: 0.5rem;
}
.finalCloseIcon{
    display: block;
    width: .96rem;
    height: .96rem;
    background-image: url('../img/ico_close.png');
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 1.3rem;
}

/* 下载弹窗 */
.popbg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12;
  }
  .popbox{
    position: fixed;
    width: 28.8rem;
    height: 18rem;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    overflow: hidden;
  }
  .popbox .close{
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 15px;
    height: 15px;
    background: url(../img/btn_close.png) no-repeat center center;
    background-size: 15px 15px;
    opacity: 1;
  }
  .popbox .pop-head{
    height: 5rem;
    line-height: 5rem;
    background: #018FFF;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
  }
  .popbox .pop-body{
    padding: 0 1.9rem;
    box-sizing: border-box;
  }
  .choose-method li{
    position: relative;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
    color: #333333;
    padding-left: 3.5rem;
    text-align: left;
  }
  .choose-method .mwechat{
    background: url(../img/ico_wechat.png) no-repeat left center;
    background-size: 2.7rem 2.7rem;
    border-bottom: 1px solid #DDDDDD;
  }
  .choose-method .mapply{
    background: url(../img/ico_zhifubao.png) no-repeat left center;
    background-size: 2.7rem 2.7rem;
  }
  .choosebox{
    height: 35rem;
  }
  .choosebox .pop-body{
    padding-top: 1rem;
  }
  .choose-confirm{
    color: #777777;
    font-size: 1.3rem;
    line-height: 2.4rem;
    position: relative;
  }
  .choose-confirm .copy{
    position: absolute;
    display: block;
    right: 0;
    top: 1.5rem;
  }
  .choose-confirm .copy,.choose-confirm .csbtn{
    background: #018FFF;
    width: 5.3rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.2;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .choose-confirm p{
    word-break:break-all;
  }
  .choose-confirm .csbtn{
    width: 8rem;
    margin: 1.3rem auto 0;
  }
  .blue{
    color: #018FFF;
  }
  .hide{
    display: none;
  }

.popbox {
    width: 9rem;
    height: 5rem;
    transform: translate(-50%,-50%);
}
.popbox.choosebox {
    height: 10rem;
}
.popbox .close {
    right: .5rem;
    top: .3rem;
}
.popbox .pop-head {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .5rem;
}
.choose-method .mwechat {
    background-size: .8rem .8rem;
}
.choose-method .mapply {
    background-size: .8rem .8rem;
}
.choose-method li {
    font-size: .45rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 1.2rem;
}
.popbox .pop-body {
    padding: 0 0.5rem;
}
.choose-confirm {
    font-size: .4rem;
    line-height: .8rem;
}
.choose-confirm .copy,.choose-confirm .csbtn {
    width: 1.5rem!important;
    height: .8rem!important;
    line-height: .8rem!important;
}

.game-down-qrcode {
    display: none;
    position: absolute;
    bottom: -3.66rem;
    width: 2.8rem;
    height: 3.2rem;
    background:#fff;
    border: 1px solid #ffac36;
    border-radius: .05rem;
    -webkit-box-shadow:  .1rem .1rem .3rem #5d5d5d;
    -moz-box-shadow:  .1rem .1rem .3rem #5d5d5d;
    box-shadow:  .1rem .1rem .3rem #5d5d5d;
}
.game-down-qrcode-wrap {
    padding: .3rem .3rem 0;
    position: relative;
}
.game-down-qrcode-image {
    width: 2.2rem;
    height: 2.2rem;
}
.game-down-qrcode-text {
    font-size: .3rem;
    line-height: .6rem;text-align:center;color:#ffac36;
}
.game-down-qrcode-wrap:before,.game-down-qrcode-wrap:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border:.4rem solid transparent;
    margin: 0 auto;
}
.game-down-qrcode-wrap:before {
    border-bottom-color: #ffac36;
    top: -.8rem;
}
.game-down-qrcode-wrap:after {
    border-bottom-color: #FFF;
    top: -.8rem;
}

.game_down:hover .game-down-qrcode {
    display: block;
}
.privacyPolicyText {
    margin-right: .6rem;
}

/* 超级签下载弹窗 lh--2022/8/1 */
.downLoadPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    /* display: none; */
}
.DownloadPopup{
    display: none;
}
.contText {
    overflow: hidden;
    position: relative;
}
.contText .mySwiper_downLoad .swiper-paginationlh{
    bottom: 1.3rem !important;
}
.LoadContent {
    width: 8.26rem;
    height: 8.95rem;
    background: #F8F8F8;
    border-radius: 0.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;

}

.topTitle {
    height: 1.19rem;
    line-height: 1.19rem;
    text-align: center;
    font-size: 0.46rem;
    font-weight: 500;
    color: #000000;
}

.topTitle_btn {
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    top: 0.29rem;
    right: 0.29rem;
    cursor: pointer;
}

.mySwiper_downLoad .swiper-slide {
    /* width: 8.25rem !important; */
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mySwiper_downLoad {
     width: 8.25rem !important;
    /* width: 7.8rem !important; */
}

.mySwiper_downLoad .swiper-slide img {
    width: 6.59rem;
}

.mySwiper_downLoad .swiper-slide p {
    font-size: 0.34rem;
    font-weight: 500;
    color: #000000;
    margin-top: 0.39rem;
    margin-bottom: 0.36rem;
}

.desci {
    font-size: 0.34rem;
    font-weight: 500;
    color: #018FFF;

}

.m43 {
    margin-top: 0.43rem;
}

.loadBox {
    width: 100%;
    text-align: center;
}

.defaultBtn {
    width: 7.45rem;
    height: 0.92rem;
    line-height: 0.92rem;
    font-size: 0.42rem;
    font-weight: 500;
    display: inline-block;
    border-radius: 1rem;
}

.installNow {
    text-align: center;
    color: #FFFFFF;
    background: #018FFF;
}

.Guide_contText {
    /* width: 100%; */
    padding: 0 0.5rem 0 0.53rem;
    height: 7.2rem;
    overflow: hidden auto;
}

.Guide_contText p {
    color: #666666;
    font-size: 0.38rem;
    line-height: 0.55rem;

}

.Guide_contText .title {
    color: #333333 !important;
    font-size: 0.38rem;
    font-weight: bold;

}

.UDID_contText {
    padding: 0 0.35rem;

}

.cont_top {
    text-align: center;

    color: #333333;
    font-size: 0.32rem;

}

.cont_top p {
    margin-bottom: 0.1rem;
}

.udid {
    color: #FF7200;
    margin-bottom: 0.1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: auto hidden;
}

.copyTitle {
    color: #018FFF;
    font-weight: bold;
    text-decoration: underline !important;
}

.exchangeCode {
    width: 7.54rem;
    height: 0.92rem;
    background: rgba(1, 143, 255, 0);
    border: 0.03px solid #018FFF;
    border-radius: 1rem;
    margin-top: 0.41rem;
    text-align: center;
    font-size: 0.42rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.exchangeCode::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #999;
    font-size: 0.42rem;
}

.exchangeCode:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #999;
    font-size: 0.42rem;
}

.exchangeCode::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #999;
    font-size: 0.42rem;
}

.exchangeCode:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #999;
    font-size: 0.42rem;
}

.mt29 {
    margin-top: 0.29rem;
}

.tipBottom {
    color: #666666;
    font-size: 0.3rem;
    margin-top: 0.5rem;
    height: 2.8rem;
    overflow: hidden auto;
}
/* 超级签下载弹窗 lh--2022/8/1 */
