.popupBg {
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    opacity: 0;
	z-index:100000;
}

.popupMobile {
    width: 295px;
    height: 592px;
    background:url(../images/big_phone.png) no-repeat;
    cursor: move;
    position: fixed;
    _position: absolute;
    bottom: 5%;
    right: 0px;
    left: auto;
    z-index: 1000000000;
}

.mbIframe {
    width: 265px;
    height: 490px;
    position: absolute;
    top: 42px;
    left: 15px;
}

.mobiPlatformIcon_right {
    display: none;
    top: 50%;
    right: 0;
    background: url(../images/phoneTip_right.png) no-repeat 0 0;
    position: fixed;
    width: 47px;
    height: 60px;
    z-index: 9031;
}

.mobiPlatformIcon-handle {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
}
@media (max-width: 1024px) {
    .mbIframe {
        
    }
}
@media (max-width: 1023px) {
    .popupMobile, .mobiPlatformIcon_right #mobiPlatformIcon{
        display: none ;!important;
    }
}
