*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html,body{
    height: 100%;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{
    margin: 0;
    padding: 0;
}
body{
    color: #000000;
    font-size: 14px;
    font-family: '微软雅黑';
    font: normal normal normal 14px/normal '微软雅黑';
    min-width: 1230px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:focus{
    outline: none;
}
img{
    border-width: 0;
    max-width: 100%;
}
input,textarea{
    border: 0;
    padding: 0;
    font-size: 14px;
    font: normal normal normal 14px/normal '微软雅黑';
    outline: none;
    overflow: auto;
}
input[type='file']{
    overflow: hidden;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
li{
    list-style: none;
}
.clearfix:after{
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

.font_14{
    font-size: 14px;
}
.font_error{
    color: #fc0404;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.none{
    display: none !important;
}
.hide{
    display: none;
}
.unvisible{
    visibility: hidden;
}

.main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main_lg{
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 100%;
}
.underline:hover{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_r{
    text-align: right;
}
.font_c{
    color: #00b7b6 !important;
}
.font_c_b{
    color: #000000;
}
.bg_c{
    background-color: #00b7b6;
    color: #ffffff;
}
.w_p_100{
    width: 100% !important;
}

.w2_3{
    width: 790px;
}
.w1_3{
    width: 380px;
}
.mar_t_56{
    margin-top: 56px;
}
.mar_t_15{
    margin-top: 15px !important;
}
.mar_t_0{
    margin-top: 0 !important;
}
.mar_t_5{
    margin-top: 5px;
}
.mar_t_10{
    margin-top: 10px !important;
}
.mar_t_12{
    margin-top: 12px;
}
.mar_t_15{
    margin-top: 15px;
}
.mar_t_20{
    margin-top: 20px !important;
}
.mar_t_25{
    margin-top: 25px;
}
.mar_t_30{
    margin-top: 30px;
}
.mar_t_40{
    margin-top: 40px;
}
.mar_t_50{
    margin-top: 50px;
}
.mar_t_60{
    margin-top: 60px;
}
.mar_t_200{
    margin-top: 200px;
}
.mar_l_0{
    margin-left: 0 !important;
}
.mar_l_10{
    margin-left: 10px !important;
}
.mar_l_15{
    margin-left: 15px !important;
}
.mar_l_30{
    margin-left: 30px !important;
}
.mar_l_34{
    margin-left: 34px !important;
}
.mar_l_60{
    margin-left: 60px !important;
}
.mar_r_20{
    margin-right: 20px;
}
.mar_r_130{
    margin-right: 130px;
}
.mar_r_215{
    margin-right: 215px;
}
.mar_r_150{
    margin-right: 150px;
}
.mar_r_55{
    margin-right: 55px;
}
.pad_b_15{
    padding-bottom: 15px !important;
}
.pad_l_60{
    padding-left: 60px;
}
.pad_r_50{
    padding-right: 50px;
}
.width_100{
    width: 100px !important;
}
.width_120{
    width: 120px !important;
}
.width_200{
    width: 200px !important;
}
.width_280{
    width: 280px !important;
}
.width_550{
    width: 550px !important;
}

.b{
    font-weight: bold;
}
.oneLine{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hiddenFixed{
    display: none !important;
}

.overflow_inherit{
    overflow: inherit !important;
}

.error_c{
    color: #fe0303;
}

.star_table img{
    width: 100%;
    height: 100%;
}