
/*广告弹框*/
.home-popup-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #333;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 9999;
}
.home-popup-box {
    width: 850px;
    height: auto;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: -210px;
    text-align: center;
    font-family: "microsoft yahei";
    border-radius: 3px;
}
.home-popup-box img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.home-popup-del {
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 425px;
    margin-top: -250px;
    cursor: pointer;
}