@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{

}
html body{
    min-width: 1200px;
    position: relative;
}
@font-face
{
    font-family: HanSan;
    /*src: url('../font/SourceHanSansCN-Normal.otf');*/
}
*{
    font-family: HanSan,Microsoft YaHei,Times,serif;
}


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;
}

/*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;

}

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;
    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;
}
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: #4ab2ff;
    outline: none;
}
.block{
    display: block!important;
    margin-left: 0!important;
}
input[type=text].time{
    background: url("../img/time.png") no-repeat 98% center;
    padding-right: 25px;
}
input[type=text].time:focus{
    background: url("../img/time_hover.png") no-repeat 98% center;
}
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: 16px;
    height: 16px;
    background: url(../img/icon39.png) no-repeat center center;
}
input[type=radio]:checked:before {

    background: url(../img/icon40.png) no-repeat center center;
}
input[type=checkbox]:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    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;
}
.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 22px;
    background-color: #4ab2ff;
    color: #fff;
    font-size: 14px;
    border:1px solid #b0dbfb;
    display: inline-block;
    outline: none;
    cursor: pointer;
}
.btn:hover{
    opacity: .9;
}
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_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: -9px;
    left: 54px;
}



.mui-switch{
    width: 40px;
    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:hover{*!*/
/*!*    background-color: #eff7ff;*!*/
/*!*}*!*/
/*!*table tr th,*!*/
/*!*table tr td{*!*/
/*    !*padding: 0 15px;*!*/
/*    !*height: 56px;*!*/
/*    !*line-height: 56px;*!*/
/*!*}*!*/
/*!*table tr td:hover{*!*/
/*!*    color: #0569d9!important;*!*/
/*!*}*!*/
/*!*table thead tr th{*!*/
/*    !*height: 40px;*!*/
/*    !*background-color: #f0f5f8;*!*/
/*    !*line-height: 40px;*!*/
/*    !*font-size: 14px;*!*/
/*    !*color: #616568;*!*/
/*    !*position: relative;*!*/
/*!*}*!*/
/*table tr td .operate a{*/
/*    color: #5c5c5c;*/
/*    display: inline-block;*/
/*    margin-right: 8%;*/
/*}*/
/*table tr td .operate a:hover{*/
/*    color: #444;*/
/*}*/
/*table tr td .search_none{*/
/*    text-align: center;*/
/*}*/
/*table tr td a:hover .icon{*/
/*    background-position-y:bottom ;*/
/*}*/
.gray{
    color: #a5acb1!important;
}
.green{
    color: #89e4b4!important;
}
.yellow{
    color: #ffbc46!important;
}
.red{
    color: #ff7397!important;
}
.red{
    color: #ff7397!important;
}
.purple{
    color: #bb7fff!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;
}


.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
}
.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: #616568;
    float: left;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    min-width: 75px;
}
.ipt_groups .ipt_title span{
    color: #ff004f;
    display: inline-block;
    margin-right: 3px;
}
.ipt_groups .ipt_body{
    margin-left: 13.3%;
    color: #252834;
    line-height: 30px;
    font-size: 14px;
}
.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;
}
.container{
    width: 1200px;
    margin: 0 auto;
}