@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;
}
body,
html{
    height: 100%;
}
html body{

}
*{
    font-family: HanSan,Microsoft YaHei,Times,serif;
}
.English{
    font-family: TimesNewRoman,"Times New Roman"!important;
}

a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;

}
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;
    vertical-align: middle;
}
.select .combo-select input.combo-input{
    margin-right: 0;
}
/*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-family: PingFang;
    src: url('../font/PingFang Regular.ttf')
}
@font-face {
    font-family: YangRenDongZhuShiTi;
    src: url('../font/YangRenDongZhuShiTi-Extralight-2.ttf')
}

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;
}*/
input[type=password],
input[type=number],
textarea,
input[type=text]{
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    color: #393a3e;
    font-size: 14px!important;
    box-sizing: border-box;
    background-color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px ;
    border-radius: 3px;
    margin-right: 5px;
    padding:0 5px;
    padding-right: 0;
}
textarea{
    line-height: 1.5;
    padding: 10px 15px;
}
input[type=password][disabled],
textarea[disabled],
input[type=text][disabled]{
    background-color: #e8edf1;
}
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
input[type=text]:focus{
    border-color: #2196F3;
    outline: none;
}
.block{
    display: block!important;
    margin-left: 0!important;
}
input[type=text].time{
    background: url("../img/time.png") no-repeat 92% center;
    /* background-size: 10%; */
    padding-right: 25px;
   /* height: 50px; */
}
input[type=text].time:focus{
    background: url("../img/time_hover.png") no-repeat 92% center;
    /* background-size: 10%; */
}
input[type=text].error + .time_icon{
    background-position-y:bottom ;
}

input[type=text].timeB{
    background: url("../img/timeB.png") no-repeat 97% center;
    padding-right: 25px;
}

input[type=text].error + .time_icon{
    background-position-y:bottom ;
}
input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon39.png) no-repeat center center;
    background-size: 20px 20px;
}
input[type=radio]:checked:before {
    background: url(../img/icon40.png) no-repeat center center;
    background-size: 20px 20px;
}
input[type=radio][disabled=disabled]:before{
    background: url("../img/icon43.png") no-repeat center center;
}
input[type=checkbox]:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon75.png") no-repeat center center;
}

/*input[type=checkbox]:hover:before{*/
/*background: url("../img/icon74.png") no-repeat center center;*/
/*}*/
input[type=checkbox]:checked:before {
    background: url("../img/icon76.png") no-repeat center center;
    background-color: #fff;
}
input[type=checkbox][disabled=disabled]:before {
    background: url("../img/icon78.png") no-repeat center center;
    background-color: #fff;
}
.select.error input,
textarea.error,
input.error{
    border: 1px solid #ff7f9f!important;
}
.select.error input:focus,
textarea.error:focus,
input.error:focus{
    border: 1px solid #ff7f9f!important;
}
label.error{
    color: #ff7f9f;
    background: url(../img/error.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 30px;
    font-size: 14px
}
.icon{
    background: url("../img/icon_groups.png") no-repeat ;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
button{
    outline: none;
}
.btn{
    line-height: 32px;
    padding: 0 20px;
    background-color: #fca603;
    color: #fff;
    font-size: 14px;
    border:1px solid #fca603;
    display: inline-block;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 30px;
    white-space: nowrap;
}
.btn3{
    line-height: 32px;
    padding: 0 22px;
    background-color: #fff;
    color: #fca603;
    font-size: 14px;
    border:1px solid #fca603;
    display: inline-block;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
}
.btn4{
    line-height: 32px;
    padding: 0 22px;
    background-color: #fff;
    color: #fca603;
    font-size: 14px;
    border:1px solid #fca603;
    display: inline-block;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    border-radius:32px;
}
.btn:hover{
    opacity: .9;
}
.btn3:hover{
    background-color: #fca603;
    color: #fff;
}
button:focus{
    outline: none;
}
.width_55{
    width: 55%!important;
}
.width_9{
    width: 9%!important;
}
.width_12{
    width: 12%!important;
}
.width_35{
    width: 35%!important;
}
.width_10{
    width: 10%!important;
}
.width_15{
    width: 15%!important;
}
.width_17{
    width: 17%!important;
}
.width_20{
    width: 20%!important;
}
.width_25{
    width: 25%!important;
}
.width_30{
    width: 30%!important;
}
.width_40{
    width: 40%!important;
}
.width_45{
    width: 45%!important;
}
.width_50{
    width: 50%!important;
}
.width_55{
    width: 55%!important;
}
.width_60{
    width: 60%!important;
}
.width_65{
    width: 65%!important;
}
.width_70{
    width: 70%!important;
}
.width_75{
    width: 75%!important;
}
.width_80{
    width: 80%!important;
}
.width_85{
    width: 85%!important;
}
.width_90{
    width: 90%!important;
}
.width_95{
    width: 95%!important;
}
.width_96{
    width:96% !important;
}
.width_100{
    width: 100% !important;
}
.t3 {
    width: 0px;
    height: 0px;
    border-top: 0px solid #609dff;
    border-bottom: 7px solid #609dff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -4px;
}



.mui-switch{
    width: 40px!important;
    height: 20px;
    position: relative;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    background: #e2e2e2;
    cursor: pointer;
    background-image: none!important;
}
.mui-switch:before {
    content: '';
    width: 18px!important;
    height: 18px!important;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: none!important;
    background-color: #fff!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

}
.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63; }
.mui-switch:checked:before {
    left: 21px; }
.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #00d74c;
    transition: border-color 0.4s, background-color ease 0.4s;
    /*border: 1px solid #19c08e;*/
}
.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
.mui-switch.mui-switch-anim:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
.switchA{
    margin-left: 10px;
    display: inline-block;
}
table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
table thead{
    display:table-header-group;
    width: 100%;
    text-align: left;
    padding: 0 15px;
}
table tbody {
    display: table-row-group;
    text-align: left;

}
table tbody tr{
    color: #252834;
    font-size: 14px;
    background-color: #fff;
    /*border-bottom: 1px solid #e4ebf1;*/
    cursor: pointer;
}
table tbody tr:nth-child(2n){
    background-color: #fafafa;
}
table tbody tr:not(.no_data):hover{
    background-color: #fff6e5;
}
table tr th,
table tr td{
    padding: 0 15px;
    height: 56px;
    line-height: 56px;
    white-space: normal !important;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}
table tr th.allow-newline,
table tr td.allow-newline{
    white-space: normal !important;
    word-break: break-all;
    word-wrap: break-word;
}
table tr td:hover{
    color: #fca603!important;
}
table thead tr th{
    height: 42px;
    background-color: #f0f5f8;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    position: relative;
    white-space: nowrap;
}
table tr td .operate a{
    color: #5c5c5c;
    display: inline-block;
    margin: 3px 10px;
    font-size: 14px;
    text-align: left;
}
table tr td .operate a:hover{
    color: #fca603;
}
table tr td .search_none{
    text-align: center;
}
/*table tr td a:hover .icon{
    background-position-y:bottom ;
}*/
table tbody  tr.selected{
    /* background-color: #feedcd; */
}
table tbody  tr .input_icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon42.png) no-repeat center center;
}
table tbody  tr.selected .input_icon{

    background: url(../img/icon41.png) no-repeat center center;
}
.gray{
    color: #a5acb1!important;
}
.green{
    color: #89e4b4!important;
}
.yellow{
    color: #ffbc46!important;
}
.red{
    color: #ff7397!important;
}
.redB{
    color: #e93737!important;
}
.pink{
    color: #ff7fd3!important;
}
.purple{
    color: #bb7fff!important;
}
.lightGray{
    color: #efefef!important;
}
.c333{
    color: #333!important;
}
.c444{
    color: #444!important;
}
.c999{
    color: #999!important;
}
.lightGray{
    color: #efefef!important;
}
.f12{
    font-size: 12px!important;
}
.f14{
    font-size: 14px!important;
}
.f16{
    font-size: 16px!important;
}
.f18{
    font-size: 18px!important;
}
.f20{
    font-size: 20px!important;
}
.f22{
    font-size: 22px!important;
}
.f24{
    font-size: 24px!important;
}
.f36{
    font-size: 36px!important;
}

.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:8px;
    height:10px;
    display: none;
}
.scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background:#000;
    display: none;
}
.scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#fff;
}
.scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#dedede;
    border-radius:3px;
    padding-left: 3px;
    width: 6px;
}
.scroll::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#fff;
}
.scroll:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;
    display: none;
}
.scroll{
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/
    scrollbar-face-color: #f2f2f2; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#f2f2f2; /**//*滚动条的基本颜色*/
}

.no_margin_b{
    margin-bottom: 0!important;
}
.hidden{
    display: none!important;

}
.blue{
    color: #4ab2ff!important;
}
.t3{
    width: 0px;
    height: 0px;
    border-top: 0px solid #609dff;
    border-bottom: 7px solid #609dff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -9px;
    left: 40px;
    padding: 0!important;
}


.ipt_groups{
    margin-bottom:20px;
}
.ipt_groups .ipt_title{
    /*width: 11.3%;*/
    font-size: 14px;
    color: #333;
    /* font-weight: bold; */
    /*float: left;*/
    text-align: left;
    height: 30px;
    line-height: 30px;
    /*margin-right: 20px;*/
    min-width: 75px;
    margin-bottom: 5px;
}
.ipt_groups .ipt_title span{
    color: #ff2626;
    display: inline-block;
    margin-right: 3px;
    width: 6px;
}
.ipt_groups .ipt_body{
    /*margin-left: 13.3%;*/
    color: #333;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    /*padding-left: 23px;*/
}
.ipt_groups .ipt_body .ipt_item{
    margin-bottom: 10px;
}
.ipt_groups .ipt_body .ipt_item input{
    margin-right: 10px;
}
.ipt_groups .ipt_body .tableList{
    margin: 0;
}
.ipt_groups .ipt_tip{
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #a5acb1;
    margin-left: 13.3%;
}
.ipt_groups>.ipt_tip{
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #a5acb1;
}
.ipt_groups .ipt_tipB{
    display: block;
    padding-left: 25px;
    font-size: 14px;
    color: #a5acb1;
    margin-left: 20%;
    padding-top: 10px;
}
.ipt_groups .ipt_body textarea{
    resize: none;
    height: 100px;
}
.checkbox{
    display: inline-block;
    font-size: 14px;
    color: #444;
    margin-right: 25px;
}
.checkbox input{
    margin-right: 5px;
}
.checkbox label{
    vertical-align: middle;
    font-size: 14px;
    color: #444;
}


.text_left{
    text-align: left!important;
}
.text_right{
    text-align: right!important;
}
.text_center{
    text-align: center!important;
}
.overflow_hide{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}
.overflow_hide .txt2{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    position: relative;
}
