* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* Safari */
    -moz-box-sizing: border-box;
    /* Firefox */
    -o-box-sizing: border-box;
}

html {
    font-family: '思源黑体 CN Light', 'Microsoft YaHei', 'STXihei', sans-serif, Verdana;
    /* 1 */
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: auto;
}

body,
html {
    margin: 0;
    padding: 0;
    color: #353535;
}



/* Links
   ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #666666;
}

img {
    max-height: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 0px;
}

.clear {
    clear: both;
    _overflow: hidden;
    _height: 0px;
}



/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}



/* Text-level semantics  ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content  ========================================================================== */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms  ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
}

input[type="submit"],
input[type="button"] {
    outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

button,
input {
    padding: 0;
    border: 0;
}


/* Tables  ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: disc;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    color: #fff
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
dt,
dd,
dl {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}


/* Make HTML 5 elements display block-level for consistent styling */

header,
nav,
article,
footer,
address {
    display: block;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}


/* Public Class---------------------------------------------- */

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    _height: 0px;
}


/* ����IE6 */

.colwrapper {
    overflow: hidden;
    zoom: 1/*for ie*/
    ;
    margin: 5px auto;
}


/* �߶�����Ӧ */

.align_left {
    text-align: left!important;
}

.align_center {
    text-align: center!important;
}

.align_right {
    text-align: right!important;
}

.cursor {
    cursor: pointer;
}

.word-wrap {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 18px;
    padding: 2px 0px;
}

.line_through {
    text-decoration: line-through;
}

.ML0 {
    margin-left: 0px!important;
}

.MR0 {
    margin-right: 0px!important;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.m0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pr0 {
    padding-right: 0px;
}

.pr0 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pd15 {
    padding: 15px;
}

.pd15_0 {
    padding: 15px 0;
}

.pd0_15 {
    padding: 0 15px;
}

.pd20 {
    padding: 20px;
}

.pd20_0 {
    padding: 20px 0;
}

.pd0_20 {
    padding: 0 20px;
}

.bor_none {
    border: none !important;
}

.bor_top {
    border-top: 1px solid #eaeaea;
}

.bor_right {
    border-right: 1px solid #eaeaea;
}

.bor_bottom {
    border-bottom: 1px solid #eaeaea;
}

.bor_left {
    border-left: 1px solid #eaeaea;
}