.app_pop {}

.app_popContent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 101
}

.app_popPic {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 102
}

.app_popPic .app_Pic {
    height: 360px;
    width: 276px
}

.app_popPic .app_Close {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
    height: 30px;
    width: 30px
}

.hid {
    display: none
}