@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
.ad-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999999;
    background-color: rgba(51,51,51,0.5);
    padding-top: 100px;
    font-family: "Microsoft Yahei";
    color: white;
    line-height: 1.6;
    text-align: center;
}

.wx-code-adver {
    width: 466px;
    height: 222px;
    margin-left: -229px;
    margin-top: -114px;
    padding: 58px 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wx-code-adver {
    color: #444;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    vertical-align: middle;
    z-index: 13;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    background: url(http://img.ui.cn/image/jpg/advertise/yiwange.jpg);
    background-size: cover;
}
.wx-code {
    width: 130px;
    height: 130px;
    margin-top: 4px;
    margin-right: 8px;
    float: left;
    display: inline-block;
}
.wx-tip-con {
    display: inline-block;
}
.right {
    float: right;
}

.wx-tip-con {
    font-size: 14px;
}
.label-noinfo {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 11px;
    right: 63px;
    cursor: pointer;
    display: block;
    text-decoration: underline;
}

.pop-back .icon-close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.ad_fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 100;
    display: none;
}
.ad_fixed .cover{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad_fixed .cover .con{
    width: 599px;
    height: 565px;
}
.ad_fixed img{
    width: 599px;
    height: 515px;
}
.ad_fixed .close{
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 101;
    cursor: pointer;
}
.ad_fixed .close img{
    width: 17px;
    height: 17px;
}