* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #f5f5f7;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .32rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}
.main {
    width: 94%;
    margin: .5rem auto;
    padding-bottom: .5rem;
}


.content .article .zw{font-size: 16px; line-height: 2em !important;}
.content .article .zw p{font-size: 16px;  line-height: 2em !important; margin: 0.5em !important;}
.content .article .zw span{line-height: 2em !important;}
.content .article .zw td{line-height: 2em !important;}
.content .article .zw font{line-height: 2em !important;}

.content .article .zw table{width: 100% !important;}
.content .article img{height: auto !important}