/* 安卓弹窗提示 */
.anddown {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
}
.anddown img:nth-child(1){
    max-width: 460px; 
    width: 60%;
    margin-top: 28%;
    margin-left: 20%;

}

.anddown_close {
    width: 10%;
    margin-left: 45%;
    margin-top: 8%;
}


/* 安卓顶部弹窗提示 */
.bujhsjd {
    display: none;
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;

    max-width: 768px;
}

.bujhsjd  img{
    width: 100%;
}
/* 提示去浏览器打开 */
.openweb {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}
.openweb img {
    max-width: 100%;
}