

@charset "utf-8";

/* CSS Document */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
table,
tr,
td,
span,
button {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
li,
ol {
    list-style: none;
}

/* 去掉选中之后默认的黄色边框线 */
input,
button,
select,
textarea,
option {
    outline: none;
}

a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    color: #000;
    /* font-family: PingFangSC-Regular; */

}
html {
    height: 100%;
}
body,
html {
    width: 100%;
    /* font-family:"思源黑体","Microsoft YaHei"; */
    font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
    font-weight: 400;
    /* position: fixed;
    overflow: hidden; */
    /* overflow-y: auto; */
    /*-webkit-overflow-scrolling: touch; */

}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}
button {
    cursor: pointer;
    border: none;
}
@media screen and (max-width:320px) {

    html,
    body {
        font-size: 12px;
    }
}

@media screen and (min-width:321px) and (max-width:375px) {

    html,
    body {
        font-size: 14px;
    }
}

@media screen and (min-width:376px) {

    html,
    body {
        font-size: 16px;
    }
}

a[title='站长统计'] {
    display: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}