﻿

.BallBox {
    position: fixed;
    z-index: 199;
    top: 0;
    left: -100%;
    width: 99%;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    left:0px;
}

    .BallBox > .Bg {
        position: absolute;
        z-index: 998;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    .BallBox > .BallBoxInfo {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

.whole_right {
    background: rgba(2,2,2,1);
    width: 100%;
    height: 100%;
    position: relative;
}

.whole_right_con {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
}

    .whole_right_con a {
        display: inline-block;
    }

    .whole_right_con p {
        margin-top: 0.6rem;
        color: #fff;
        font-size: 0.7rem;
    }

    .whole_right_con :last-child {
        margin-bottom: 0;
    }

.close_win {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/back.png) 0 0px;
    background-size: 100% 100%;
}

.leftLi1 {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/usercenter.png) 0 0px no-repeat;
    background-size: 100% 100%;
}

.leftLi2 {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/kefu.png) 0 0px no-repeat;
    background-size: 100% 100%;
}

.leftLi3 {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/fenxiang.png) 0 0px no-repeat;
    background-size: 100% 100%;
}

.leftLi4 {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/download.png) 0 0px no-repeat;
    background-size: 100% 100%;
}

.leftLi5 {
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/exit.png) 0 0px no-repeat;
    background-size: 100% 100%;
}


