@charset "utf-8";
html,
body {
    min-width: 1204px;
    height: 100%;
    color: #231f20;
    background: #ffffff;
    font-family: 'pingFang SC Medium','Microsoft YaHei', 'Arial';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
q,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a,
input,
textarea {
    resize: none;
    outline: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input,
select {
    vertical-align: middle;
}

ul,
ol {
    list-style-type: none;
}

li {
    list-style: none;
}

ul,
li {
    list-style: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #231f20;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*image with no-border*/

a img,
img {
    border: 0;
}
/* h1,h2,h3,h4,h5,h6*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.fL{float: left;}
.fR{float: right;}
.mT10{margin-top: 10px;}
.col_ccc{color: #cccccc;}