/* 鏉冮檺鏌ョ湅 */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.ruleBox {
    position: absolute;
    z-index: 5;
    top: 2.6rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 5.2rem;
    border-radius: .08rem;
    text-align: center;
}

.ruleBox .rClose {
    position: absolute;
    top: -.9rem;
    right: 0;
    margin: auto;
    z-index: 10;
}

.ruleBox .rClose i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-position: -9.49rem -3.7rem;
    position: relative;
}

.ruleBox .rTitle {
    position: relative;
    width: 100%;
    height: .62rem;
    padding-top: .28rem;
    background-image: url(../assets/imgs/gametbg.jpg);
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem;
}

.ruleBox .rTitle>i {
    display: block;
    width: .81rem;
    height: .9rem;
    background-position: -5.75rem -8.98rem;
    position: absolute;
    top: -.47rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ruleBox .rTitle p {
    font-size: .3rem;
    color: #fff;
    line-height: .62rem;
    white-space: nowrap;
    overflow: hidden;
}

.ruleBox .rSure {
    display: block;
    width: 3.28rem;
    height: .6rem;
    border: 0;
    background-color: #38a6fd;
    color: #fff;
    font-size: .28rem;
    border-radius: .08rem;
    line-height: .6rem;
    margin: .3rem auto;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    display: block;
    width: 4.68rem;
    height: 4.4rem;
    border: none;
    padding: 0 .26rem;
    line-height: .42rem;
    font-size: .24rem;
    color: #4c4c4c;
    margin: .26rem auto;
    overflow: auto;
}

.ruleMain p {
    text-align: left;
}

.ruleMain strong {
    display: block;
    color: #333;
    line-height: .52rem;
    font-size: .24rem;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

/*  闅愮 */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 2.6rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 5.2rem;
    border-radius: .08rem;
    text-align: center;
}

.privacyTxt .pClose {
    position: absolute;
    top: -.9rem;
    right: 0;
    margin: auto;
    z-index: 10;
}

.privacyTxt .pClose i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-position: -9.49rem -3.7rem;
    position: relative;
}

.privacyTxt .oTitle {
    position: relative;
    width: 100%;
    height: .62rem;
    padding-top: .28rem;
    background-image: url(https://m.cioinsight.com.cn/images/gametbg.jpg);
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem;
}

.privacyTxt .oTitle>i {
    display: block;
    width: .81rem;
    height: .9rem;
    background-position: -5.75rem -8.98rem;
    position: absolute;
    top: -.47rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.privacyTxt .oTitle p {
    font-size: .3rem;
    color: #fff;
    line-height: .62rem;
    white-space: nowrap;
    overflow: hidden;
}

.privacyTxt .gSure {
    display: block;
    width: 3.28rem;
    height: .6rem;
    border: 0;
    background-color: #38a6fd;
    color: #fff;
    font-size: .28rem;
    border-radius: .08rem;
    line-height: .6rem;
    margin: .3rem auto;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    display: block;
    width: 4.68rem;
    height: 4.4rem;
    border: none;
    padding: 0 .26rem;
    line-height: .42rem;
    font-size: .24rem;
    color: #4c4c4c;
    margin: .26rem auto;
    overflow: auto;
}

.privacyMain p {
    text-align: left;
}

.privacyMain strong {
    display: block;
    color: #333;
    line-height: .52rem;
    font-size: .24rem;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}


/* 鍘嗗彶鏃ュ織 */
.gLog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 2.6rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 5.2rem;
    border-radius: .08rem;
    text-align: center;
}

.logBox .lClose {
    position: absolute;
    bottom: -.8rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.logBox .lClose i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-position: -9.49rem -3.7rem;
    position: relative;
}

.logBox .lTitle {
    position: relative;
    width: 100%;
    height: .62rem;
    padding-top: .28rem;
    background-image: url(../assets/imgs/gametbg.jpg);
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem;
}

.logBox .lTitle>i {
    display: block;
    width: .71rem;
    height: .7rem;
    background-position: -8.55rem -3.54rem;
    position: absolute;
    top: -.42rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #38A6FD;
    border: .09rem solid #38a6fd;
    border-radius: 50%;
}

.logBox .lTitle p {
    font-size: .3rem;
    color: #fff;
    line-height: .62rem;
    white-space: nowrap;
    overflow: hidden;
}

.logBox .lTitle p>i {
    display: inline-block;
    width: .24rem;
    height: .26rem;
    background-position: -8.82rem -5.04rem;
    position: relative;
    top: .02rem;
    margin-right: .12rem;
}

.logBox .lSure {
    display: block;
    width: 3.28rem;
    height: .6rem;
    border: 0;
    background-color: #38a6fd;
    color: #fff;
    font-size: .28rem;
    border-radius: .08rem;
    line-height: .6rem;
    margin: .3rem auto;
    overflow: hidden;
    white-space: nowrap;
}

.logMain {
    display: block;
    width: 4.68rem;
    min-height: 2rem;
    max-height: 4.4rem;
    border: none;
    padding: 0 .26rem;
    line-height: .42rem;
    font-size: .24rem;
    color: #4c4c4c;
    margin: .26rem auto;
    overflow: auto;
}

.logMain strong {
    display: block;
    color: #454545;
    line-height: .52rem;
    font-size: .26rem;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

.logMain p {
    margin-bottom: .12rem;
    border-bottom: none;
    display: block;
    text-indent: 2em;
    font-size: .24rem;
    line-height: .42rem;
    color: #5c5c5c;
    text-align: left;
}

.logMain p span {
    display: block;
}

.logMain p br {
    display: none;
}