.ypa-popup-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ypa-popup-overlay .ypa-popup-overlay-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.ypa-popup-overlay .ypa-wrapper{
    position: absolute;
    display: block;
    width: 300px;
    max-height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background: #FFF;
}
.ypa-wrapper iframe {
    width: 100%
}
.ypa-wrapper .ypa-cover {
    width: 301px;
    background: #EEE;
    font-size: 0;
}
.ypa-wrapper .ypa-cover img{
    max-width: 100%;
}
.ypa-wrapper .ypa-keyword {
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
    font-size: 14px;
    margin: 1px;
}
.ypa-wrapper .ypa-ad-load {
    min-height: 200px;
    font-size: 0;
}
.ypa-wrapper img{
    max-width: 100%
}
.ypa-wrapper .ypa-btn-close {
    background: #666;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    opacity: 0.8;
    cursor: pointer;
}


.adbox-bg, .ypabox-bg{
    display: block;
    z-index: 100002;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.9;
}
.ypabox-bg{
    background: #000;
    opacity: 0.6;
}
.adbox-wrapper, .ypabox-wrapper{
    display: block;
    z-index: 100002;
    position: relative;
    width: 100%;
    height: 100%;
}
.ypabox-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
}
.adbox-container{
    border: 1px solid #CCC;
    background: #FFF;
    width: 350px;
    position: fixed;
    margin-left: -175px;
    margin-top: -90px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
}
.ypabox-wrapper .ypabox-container{
    border: 1px solid #CCC;
    background: #FFF;
    width: 300px;
    position: fixed;
    margin-left: -150px;
    margin-top: -125px;
    top: 50%;
    left: 50%;
}
.adbox-bg.hide, .adbox-wrapper.hide, .ypabox-bg.hide, .ypabox-wrapper.hide{
    display: none;
}
.adbox-wrapper .win_top{
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #EEE;
}
.adbox-container .btn-close, .ypabox-container .btn-close{
    font-size: 32px;
    position: absolute;
    cursor: pointer;
    color: #999;
    right: 16px;
    top: 14px;
}
.ypabox-container .btn-close{
    font-size: 41px;
    position: absolute;
    cursor: pointer;
    color: #999;
    right: 18px;
    top: 14px;
    background: #FFF;
    border-radius: 32px;
    width: 28px;
    height: 28px;
    line-height: 28px !important;
}
.adbox-container .ad{
    background: #FFF;
    border-radius: 10px;
}
.adbox-container h2{
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.adbox-container .adbox-content{
    margin-top: 32px;
    text-align: center;
}
.adbox-container .adbox-footer{
    color: #BBB;
    padding: 8px 0 16px 0;
    text-align: center;
}
.adbox-container .adbox-footer .close{
    cursor: pointer;
}
.adbox-container .adbox-footer .close:hover{
    text-decoration: underline;
}