@charset "utf-8";
/*2018.6.11 wh*/
html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/
    list-style: none;
    word-break: break-word;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
body,
html{
    background: #F7F7FA;
}
html body{

}
@font-face
{
    font-family: HanSan;
    /*src: url('../font/SourceHanSansCN-Normal.otf');*/
}
*{
    font-family: PingFangSC-Regular,Microsoft YaHei,HanSan,Times,serif;
}


a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;

}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .9;
    margin-right: 5px;
    display: inline-block;
}
.iconfont:hover{
    opacity: 1;
}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}
input{
    text-indent: 5px;
    outline: none;
    margin: 0;
}
input:focus{
    border: none;
    outline: none
}
.select{
    display: inline-block;
    font-size: 14px;
}
.block{
    display: block;
    width: 100%;
}
/*css为clearfix，清除浮动*/
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
@font-face {
    /* font-properties */
    font-family: CenturyGothic;

}
.btn{
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #185FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 9px;
    font-size: 14px;
    display: inline-block;
}
input[type=checkbox]{
    margin-right: 10px;
    margin-top: -7px;
    display: inline-block;
}
input[type=checkbox]:after{
    content: '';
    display: block;
    background: url(../img/check.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-color: #fff;
}
input[type=checkbox]:checked:after{
    content: '';
    display: block;
    background: url(../img/checked.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-color: #fff;
}
input[type=radio]{
    margin-right: 10px;
    margin-top: -7px;
    display: inline-block;
}
input[type=radio]:after{
    content: '';
    display: block;
    background: url(../img/radio.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-color: #fff;
}
input[type=radio]:checked:after{
    content: '';
    display: block;
    background: url(../img/radioed.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a7aab1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7aab1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7aab1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a7aab1;
}
/*.int_groups label.int_groups_item{
	display: block;
}*/
.select .combo-dropdown{
    border-color: #009BB8;
}
input[type=password],
input[type=number],
input[type=text]{
    height: 36px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    background-color:#fff;
    padding:0 5px;
    padding-right: 0;
    line-height: 1.5;
}
textarea{
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    padding:5px;
    box-sizing: border-box;
}
input[type=password][disabled=disabled],
textarea[disabled=disabled],
input[type=text][disabled=disabled]{
    background-color: #e8edf1;
}
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
input[type=text]:focus{
    border-color: #009BB8;
    outline: none;
}
.blue{
    color: #0C58FF!important;
}
.green{
    color: #00C550!important;
}
.red{
    color: #ED2922!important;
}
.yellow{
    color: #FFA603!important;
}
.gray{
    color: #999999!important;
}
.black{
    color: #333!important;
}
.fieldGroups{
    display: block;
    justify-content: space-between;
    margin-bottom: 15px;
}
.fieldGroups .field_title{
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    margin-right: 20px;
    float: left;
    margin-bottom: 5px;
}
.fieldGroups .field_body{
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    float: right;
    margin-bottom: 5px;
    word-break: break-all;
}
.fieldGroups .field_body img{
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
}
.fieldGroups .field_body .fileItem{
    font-size: 14px;
    margin-bottom: 10px;
}
.fieldGroups .field_body .fileItem a{
    color: #0C58FF;
    line-height: 1.5;
    display: block;
}
table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
table thead{
    display:table-header-group;
    width: 100%;
    text-align: left;
    padding: 0 15px;
    background-color: #F9F9F9;
}
table tbody {
    display: table-row-group;
    text-align: left;

}
table tbody tr td{
    padding: 7px 10px;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    text-align: left;
    line-height: 1.5;
    vertical-align: middle;
}
table thead tr th{
    background-color: #F9F9F9;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #333333;
    text-align: left;
    vertical-align: middle;
}
table tbody tr td .label{
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    background: #1E62FC;
    display: inline-block;
    border-radius: 30px;
    padding: 0 10px;
    margin-left: 5px;
}
input[type=password][readonly], textarea[readonly], input[type=text][readonly], select[readonly] {
    background-color: #e8edf1 !important;
}