@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{
    line-height:1;

}
*{
    box-sizing: border-box;
    font-family: "微软雅黑";
}
strong,
b{
    font-weight: bold!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
}
input:focus{
    border: none;
    outline: none
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.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;

}


input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a7aab1;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7aab1;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7aab1;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a7aab1;
}
/*.int_groups label.int_groups_item{
	display: block;
}*/
textarea,
input[type=text]{
    height: 36px;
    line-height: 36px;
    border: 1px solid #dfe2e8;
    text-indent:5px;
    color: #393a3e;
    font-size: 14px;
    box-sizing: border-box;
    background-color:#fff;
}
input[type=file]{
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width:100%;
    height: 100%;
    right: 0px;
    cursor: pointer;
}
input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input[type=text]:focus{
    border: 1px solid #a9caff;
    box-shadow: 0px .5px 1px #a9caff;
}
textarea.error,
input.error{
    border: 1px solid #e61d1d;!important;
    box-shadow: 0px .5px 1px #ffa9a9;
}
textarea.error:focus,
input.error:focus{
    border: 1px solid #e61d1d;!important;
    box-shadow: 0px .5px 1px #ffa9a9;
}
.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;
}




table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
table thead{
    display:table-header-group;
    width: 100%;
}
table tbody {
    display: table-row-group;
}




.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:6px;
    height:100%;
    padding: 10px;
    background:#fff;
}
.scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    display:none;
}
.scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#fff;
}
.scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#f2f2f2;
    border-radius:3px;
    padding-left: 3px;
    width: 6px;
}
.scroll::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#82AFFF;
}
.scroll:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;
}
.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; /**//*滚动条的基本颜色*/
}


.hidden{
    display: none
}
