@charset "utf-8";

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
ul,
li,
dl,
dt,
dd,
ol,
nav,
input,
footer {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'PingFang' Arial, Helvetica, sans-serif;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 0;
    /*  right: 0;
            bottom: 0;*/
}

body,
button,
input,
select,
textarea {
    font: 10px/1.5 'PingFang' ,Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: outside none none;
}




/*img{border:none;  vertical-align:middle; width:100%;}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

:focus {
    outline: 0;
}

.clearfix() {
    &:before,
    &:after {
        content: " ";
        display: table;
    }
    &:after {
        clear: both;
    }
}






/*去掉iPhone上的默认圆角样式*/

input {
    /*-webkit-appearance: none;*/
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    /*-webkit-appearance: none;*/
}

textarea {
    -webkit-appearance: none;
}






/*去出选中时高亮*/

img,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;*/
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}






/*清除浮动*/

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

.no-content-title {
    color: #ccc!important;
}