/*通用css*/
@charset "utf-8";
*{margin: 0;padding: 0;}
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body, button, input, select, textarea {
    font: 12px/1.2 microsoft yahei,arial,Tahoma,SimSun,sans-serif;
}
img{border:none;outline:none;border-style:none;max-width:100%;}
address,cite,dfn,em,i,var{font-style:normal}
ol,ul,li,dd,dl{list-style:none}
li,dd,dl,dt,ul{padding:0;margin:0;}
a{color: #595855;text-decoration:none;}
button, input, optgroup, option, select{
border:none;
-webkit-appearance:none;
outline: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
textarea{padding:5px 5px;
-webkit-appearance:none;
outline: none;
}
.mask{
	position:fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    display: none;
}
.none{display: none;}
a:hover{color:#06c;text-decoration:none;}
.hide{display:none;}.block{display:block;}.padr10{padding-right:10px;}.padl10{padding-left:10px;}.padl100{padding-left:100px;}.padl30{padding-left:30px;}.padlr10{padding-left:10px;padding-right:10px;}.paddmain{padding:10px;}.pad20{padding:20px;}.f14{font-size:14px;}.f12{font-size:12px;}.f10{font-size:10px;}.f8{font-size:8px;}.w10{width:10px;}.w30{width:30px;}.w40{width:40px;}.w50{width:50px;}.w60{width:60px;}.w80{width:80px;}.w100{width:100px;}.w110{width:110px;}.w120{width:120px;}.w150{width:150px;}.w200{width:200px;}.w250{width:250px;}.w300{width:300px;}.w400{width:400px;}.w500{width:500px;}.w600{width:600px;}.w800{width:800px;}.w100b{width:100%;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}.line25{line-height:25px;}.line33{line-height:33px;}.aic{align-items:center;}.jcc{justify-content:center;}.jcs{justify-content: space-between;}.tr{text-align:right;}.tl{text-align:left;}.tc{text-align:center;}
.padtb10{padding-top:10px;padding-bottom:10px;}
.padtb20{padding-top:20px;padding-bottom:20px;}
.padtb30{padding-top:30px;padding-bottom:30px;}
.mart5{margin-top:5px;}
.mart10{margin-top:10px;}
.mart20{margin-top:20px;}
.mart30{margin-top:30px;}

.marb5{margin-bottom:5px;}
.marb10{margin-bottom:10px;}
.marb20{margin-bottom:20px;}
.marb30{margin-bottom:30px;}
/*浮动*/
.fl{float:left;}.fr{float:right;}.abso{position:absolute;}.rela{position:relative;}.fixed{position:fixed}.clearfix:after{clear:both;content:"";display:block;font-size:0;height:0;visibility:hidden;}.disable,.disabled{color:#999 !important;background:#e5e5e5 !important;}
.flex{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;}.flex-1{-webkit-box-flex:1;box-flex:1;-webkit-flex:1;flex:1;}.flex-2{-webkit-box-flex:2;box-flex:2;-webkit-flex:2;flex:2;}.flex-3{-webkit-box-flex:3;box-flex:3;-webkit-flex:3;flex:3;}.flex-4{-webkit-box-flex:4;box-flex:4;-webkit-flex:4;flex:4;}.flex-5{-webkit-box-flex:5;box-flex:5;-webkit-flex:5;flex:5;}.flex-6{-webkit-box-flex:6;box-flex:6;-webkit-flex:6;flex:6;}.flex-7{-webkit-box-flex:7;box-flex:7;-webkit-flex:7;flex:7;}.flex-8{-webkit-box-flex:8;box-flex:8;-webkit-flex:8;flex:8;}.flex-9{-webkit-box-flex:9;box-flex:9;-webkit-flex:9;flex:9;}.flex-10{-webkit-box-flex:10;box-flex:10;-webkit-flex:10;flex:10;}.flex-11{-webkit-box-flex:11;box-flex:11;-webkit-flex:11;flex:11;}.flex-12{-webkit-box-flex:12;box-flex:12;-webkit-flex:12;flex:12;}
.fdc{flex-direction:column;}.fww{flex-wrap:wrap;}
.dib{vertical-align:middle;display:inline-block;}
.b{font-weight:bold;}
span.radio,em.radio{vertical-align:middle;display:inline-block;}

.radio label{font-size:12px;vertical-align:middle;display:inline-block;cursor:pointer;}
.radio label input[type=radio]{margin-right:3px;position:relative;width:18px;height:18px;vertical-align:middle;margin-top:3px;}
.radio label input[type=radio]:before{content:'\e6ab';font-family: "iconfont";font-size:18px;width:100%;height:100%;position:absolute;top:-3px;left:0;z-index:999;color:#999;}
.radio label input[type=radio]:after{content:'';position:absolute;width:100%;height:100%;z-index:998;background:#fff;}
.radio label input:checked[type=radio]:before{content:'\e62d';}

.radio:not(:last-child){margin-right:10px;}


.checkbox label{font-size:12px;vertical-align:middle;display:inline-block;cursor:pointer;}
.checkbox label input[type=checkbox]{margin-right:5px;position:relative;width:18px;height:18px;vertical-align:middle;margin-top:0;}
.checkbox label input[type=checkbox]:before{content:'\e6a5';font-family: "iconfont";font-size:18px;width:100%;height:100%;position:absolute;top:-3px;left:0;z-index:999;color:#999;cursor:pointer;background:#fff;}
.checkbox label input[type=checkbox]:after{content:'';position:absolute;width:100%;height:100%;z-index:998;}
.checkbox label input:checked[type=checkbox]:before{content:'\e66d';}

/*分页*/
.page{vertical-align:middle;text-align:right;}
.page:before{display:block;clear:both;content:"";visibility:hidden;height:0;font-size:0;}
.page a,.page em{display:inline-block;}
.page a{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0 15px;height:24px;margin:0 -1px 5px 0;border:1px solid #E8EBF1;line-height:24px;background-color:#fff;color:#333;font-size:12px;text-decoration:none;}
.page a.cur,.page a:not(.disabled):hover{position:relative;border:1px solid #2DBE54;border-radius:2px;color:#2DBE54;font-weight:bold;}
.page a:first-of-type,.page a:first-of-type em{border-radius:2px 0 0 2px;}.page a:last-of-type,.page a:last-of-type em{border-radius:0 2px 2px 0;}
.page a.cur em{position:relative;}
.page a.disabled{color:#d2d2d2!important;cursor:not-allowed!important;}
.marauto{margin:0 auto;}
.fc-white{color:#ffffff;}
.fc-black{color:#000000;}
.fc-gray{color:#cccccc;}
.fc-green{color:green;}
.fc-blue{color:blue;}
.hst-btn{
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 18px;
background-color: #009688;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border: none;
border-radius: 2px;
cursor: pointer;
}
.hst-btn-pri{
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}
.hst-btn-normal {
    background-color: #1E9FFF;
}
.hst-btn-warm{
    background-color: #FFB800;
}
.hst-btn-danger {
    background-color: #FF5722;
}
.hst-btn-disabled, .hst-btn-disabled:active, .hst-btn-disabled:hover {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.hst-btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
}
.hst-btn-xx {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}
.hst-btn-ml {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
}
.hst-btn-radius {
    border-radius: 100px;
}
.hst-zs1{background-color: #009688;}
.hst-zs2{background-color: #5FB878;}
.hst-zs3{background-color: #393D49;}
.hst-zs4{background-color: #1E9FFF;}

.hst-cj1{background-color: #FFB800;}
.hst-cj2{background-color: #FF5722;}
.hst-cj3{background-color: #01AAED;}
.hst-cj4{background-color: #2F4056;}

.hst-bgfb{background-color: #fbfbfb;}
.hst-bgf2{background-color: #f2f2f2;}
.hst-bgee{background-color: #eeeeee;}
.hst-bge2{background-color: #e2e2e2;}
.hst-bgdd{background-color: #dddddd;}
.hst-bgd2{background-color: #d2d2d2;}
.hst-bgc2{background-color: #c2c2c2;}


.hst-badge, .hst-badge-dot, .hst-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
}
.hst-badge {
    height: 18px;
    line-height: 18px;
}
.hst-bg-orange {
    background-color: #FFB800!important;
}
.hst-bg-green {
    background-color: #2DBE54!important;
}
.hst-bg-red {
    background-color: red;
}
.hst-bg-cyan {
    background-color: #2F4056!important;
}
.hst-bg-blue {
    background-color: #1E9FFF!important;
}
.hst-bg-white {
    background-color: #ffffff!important;
}
.hst-bg-black {
    background-color: #393D49!important;
}
.hst-bg-gray {
    background-color: #eee!important;
    color: #666!important;
}
.hst-badge-rim {
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666;
}
.hst-card-body, .hst-card-header, .hst-form-label, .hst-form-mid, .hst-form-select, .hst-input-block, .hst-input-inline, .hst-textarea {
    position: relative;
}
.hst-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.hst-form-item:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}
.hst-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.hst-border,.hst-input,.hst-textarea{
    border-color:#eee;
}
.hst-elem-field {
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}
.hst-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
}
.hst-field-title{
    margin: 10px 0 20px;
	border-width: 1px 0 0;
}

.hst-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.hst-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.hst-input-block {
    margin-left: 110px;
    min-height: 36px;
}
.hst-form-label,.hst-input-block{
    position: relative;
}
.hst-input,.hst-textarea {
    padding-left:10px;
	padding-right:10px;
}
.hst-input,.hst-textarea {
    height: 34px;
    line-height: 1.3;
    line-height: 34px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
}

.hst-form-item .hst-input-inline {
    float: left;
    width: 190px;
    margin-right: 10px;
}
.hst-input-inline {
    display: inline-block;
    vertical-align: middle;
}
.hst-input-block span,.hst-input-inline span{display:inline-block;vertical-align:middle;line-height:32px;}

.hst-form-item select,.hst-select-box select{border:1px solid #eee;padding:9px 10px;font-size:14px;border-radius:3px;}
.hst-form-item select option,.hst-select-box select option{line-height:180%;}

.hst-form-item,.hst-form-item .radio,.hst-form-item .checkbox{display:inline-block;vertical-align:middle;}

.vam{vertical-align:middle;}

.vam i.iconfont{color:#666;}