﻿/*global*/
html, body {
    color: #666;
    font-family: "Microsoft YaHei", "Microsoft YaHei UI";
}

html, body, header, footer, section, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, span, em, i, figure {
    margin: 0;
    padding: 0;
}

th{
    font-weight:normal;
}

img {
    border: 0;
}

em {
    font-style: normal;
    font-weight: normal;
}

ul, li {
    list-style: none;
}

select, input, textarea {
    font-size: 12px;
    font-family: inherit;
    font-weight: inherit;
}

textarea {
    resize: none;
}

input{
    /*border:none;*/
}
input:focus, textarea:focus {
    outline: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

/* link */
a {
    color: #666;
    text-decoration: none;
    outline: none; /*blr:expression(this.onFocus=this.blur());*/
}

a:hover {
    /*color: #66ccff;*/
}

a.hui666:hover, a.white:hover {
    color: #ac8538;
}

a.aline:hover, .undL {
    text-decoration: underline;
}

.a-hui {
    color: #8591a3;
}

.a-blue {
    color: #92c0da;
}

.a-hui:hover, .a-blue:hover {
    color: #66ccff;
}

.huib6 {
    color: #b6b6b6;
}

.cursor_p {
    cursor: pointer;
}

.undL {
    text-decoration: underline
}

.lineT {
    text-decoration: line-through
}

.height20 {
    height: 20px;
}

/*float*/
.fl, .lf {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fix:after,
.fix:before {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.fix {
    *zoom: 1;
}

.zoom {
    overflow: hidden;
    _zoom: 1;
}

/*font*/
.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.line45 {
    line-height: 45px;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: 200;
}

.italic {
    font-style: italic
}

.normal {
    font-weight: normal;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.em1 {
    text-indent: 1em;
}

.em2 {
    text-indent: 2em;
}

/*寮哄埗涓嶆崲琛岀渷鐣�/
.text_ell {
    display: block;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

/*display*/
.dis_none {
    display: none;
}

.dis_block {
    display: block;
}

.dis_inline {
    display: inline;
}

.dis_inline-block {
    display: inline-block;
}

.overHidden {
    overflow: hidden;
}

.overScroll {
    overflow: scroll;
}

.hidden {
    visibility: hidden;
}

.disp_table {
    display: table;
}

.disp_table_c {
    display: table-cell;
}

/* color */
.white {
    color: #fff;
}

.red {
    color: #ff583e;
}

.red1 {
    color: #f74a55;
}

.JuHong {
    color: #f63;
}

.hui999 {
    color: #999;
}

.hui666 {
    color: #666;
}

.hui000 {
    color: #000;
}

.hui48 {
    color: #484848;
}

.hui333 {
    color: #333;
}

.green {
    color: #05a05c
}

.blue {
    color: #0ae
}

.yellow {
    color: #c2a564
}

.yellow1 {
    color: #993
}

.blue1 {
    color: #0066cc
}

/*margin padding*/
.ml-5 {
    margin-left: 5px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30{
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-40{
    margin-top:40px;
}

.mt-35 {
    margin-top: 35px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.marAuto {
    margin: 0 auto
}

/*space*/
.space_30 {
    height: 30px;
}

/*width*/
.w-600 {
    width: 600px;
}

.w-550 {
    width: 550px;
}

.w-500 {
    width: 500px;
}

.w-300 {
    width: 300px;
}

.w-250 {
    width: 250px;
}

.w-220 {
    width: 220px;
}

.w-200 {
    width: 200px;
}

.w-150 {
    width: 150px;
}

.w-100 {
    width: 100px;
}

.w-80 {
    width: 80px;
}

.w-35 {
    width: 35px;
}

.w-50 {
    width: 50px;
}

.w-60 {
    width: 60px;
}

.wid100 {
    width: 100%;
}

/*background*/
.bg_none {
    background: none
}

.bg_white {
    background: #fff;
}

.bord1e2 {
    border: 1px solid #e2e2e2;
}

/*position*/
.pos_r, .iw {
    position: relative; /*z-index:1*/
}

.pos_a {
    position: absolute
}

.index5 {
    z-index: 5;
}

.iw i, .iw s {
    position: absolute;
    overflow: hidden;
}

.checkbox {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0 5px 1px 0;
}


