@import url("style1.css?v=5.2"); /* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica;
    color: #000;
    font-size: 1px;
}

html {
    background: #F4F4F4;
}

body {
    max-width: 720px;
    margin: 0 auto;
    /*    overflow-x: hidden;*/
}

/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {



    font-weight: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}*/
* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
}

input {
    outline: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

table {
    table-layout: fixed;
    width: 100%??
}




/* 通用弹窗样式 */
/* 遮罩层 */
.ad-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 最高层级 */
}
/* 弹窗盒子 自适应 */
.ad-popup {
    position: relative;
    width: 90%;
    max-width: 520px; /* pc最大宽度 */
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}
/* 关闭按钮 */
.ad-close {
    position: absolute;
    top:10px;
    right:12px;
    font-size:28px;
    color:#fff;
    cursor: pointer;
    z-index:2;
}
/* 广告图片容器 */
.ad-img-box img {
    width:100%;
    display:block;
}

@import url("style1.css?v=5.2")