.global {
    display: none;
    width: 390px;
    height: 296px;
    overflow：hidden;
    position: fixed;
    z-index: 100000;
    top: 50%;
    margin-top: -148px;
    left: 50%;
    margin-left: -195px;
}

.global-bg {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../image/global_bg.png)no-repeat center;
    background-size: cover;
}

#global-close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 36px;
    right: 0px;
    background: url(../image/global_close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.global-link {
    position: absolute;
    width: 357px;
    height: auto;
    top: 214px;
    text-align: right;
}

    .global-link img {
        display: inline-block;
        width: 81px;
        margin-left: 5px;
        margin-right: 5px;
    }

.global-zx {
    width: 120px;
    overflow: hidden;
    position: fixed;
    z-index: 100000;
    top: 68%;
    right: 0;
}

    .global-zx .online_zx {
        width: 100%;
    }

