/* reset default:
-------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    padding-bottom: 0px;
    background-color: rgb(228, 230, 233);
    min-height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
    font-size: 13px;
    color: #383838;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
a, a:hover, a:link, a:visited{
    text-decoration: none;
}

/* Fonts:
--------------------------------------------------------------
*/
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
}
input[type="submit"] {
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
}
pre {
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
}
code {
    font-family: "Helvetica Neue",Helvetica,Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
}
input[type="button"]{
    outline-color:transparent !important
}

/* common:
----------------------------
*/
body{
    background-color: #fff;
}
.cls{
    clear: both;
}
.h50{
    height: 50px;
    clear: both;
}
/* 竖直、水平居中 */
.middle{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.middle>.middle-m{
    display: table-cell;
    vertical-align: middle;
}
.middle>.middle-t{
    display: table-cell;
    vertical-align: top;
}
.middle>.middle-b{
    display: table-cell;
    vertical-align: bottom;
}
.customize-1, .customize-2, .customize-3, .customize-4, .customize-5, .customize-6, .customize-7, .customize-8, .customize-9, .customize-10, .customize-11, .customize-12{
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0;
}
.customize-1{
    width: 8.333333333%
}
.customize-2{
    width: 16.66666666%
}
.customize-3{
    width: 25%
}
.customize-4{
    width: 33.33333333%
}
.customize-5{
    width: 41.66666666%
}
.customize-6{
    width: 50%
}
.customize-7{
    width: 58.33333333%
}
.customize-8{
    width: 66.66666666%
}
.customize-9{
    width: 75%
}
.customize-10{
    width: 83.33333333%
}
.customize-11{
    width: 91.66666666%
}
.customize-12{
    width: 100%
}