﻿body,div, h1, h2, h3, h4, h5, h6, dl, dt,
dd, ul, ol, li, th, td, p, form,
input,textarea,span,table,thead,tbody,
tfoot,th,tr,td,header,footer,article,aside,section,nav，
figure,figcaption,i,em{
    margin: 0;
    padding: 0;
    line-height: 1;
    font: 14px/1.5 "PingFangSC-Regular" ,"Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
figure,button,input{
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
}
li {
    list-style: none;
}

img {
    border: 0;
}
input, textarea,select {
    outline-style: none;
    border: none;
    font-size: 14px;
    color:#455666;
}
input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}
textarea {
    resize: none
}
a {
    text-decoration: none;
    border:none;
    outline-style: none;
}

a:hover,a:visited {
    text-decoration: none;
    border:none;
}
.clearfloat:after{
    display: block;
    clear: both;
    height: 0;
    content: "";
}
.clearfloat{
    zoom:1;
}
::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece
{
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal
{
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container {
    width: 1200px;
    min-width: 1200px;
    margin:0 auto;
}