@charset "utf-8";
.ad_exp {
    width: 100vw;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.ad_exp img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.ad_exp .ad_btn, .ad_exp .no39 {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 10px;
    text-decoration: none;
    width: 30%;
}
.ad_exp .ad_btn {
    width: 70%;
    color: #fff;
    background: #00aeef;
}
.ad_exp .close {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.ad_min {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
	background: url("/img/ic_launcher.png") no-repeat scroll 10px 50% #333;
}
.ad_min a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    padding: 15px 10px 15px 70px;
}