@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{

}
*{
    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
}
.select{
    display: inline-block;
    font-size: 14px;
}

/*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;

}

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],
textarea,
input[type=text]{
    height: 32px;
    line-height: 32px;
    border: 1px solid #d3d8dc;
    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;
}
input[type=password][disabled=disabled],
textarea[disabled=disabled],
input[type=text][disabled=disabled]{
    background-color: #e8edf1;
}
input[type=password]:focus,
textarea:focus,
input[type=text]:focus{
    border-color: #0569d9;
    outline: none;
}

.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:hover{
    opacity: .9;
}
button:focus{
    outline: none;
}
.width_55{
    width: 55%;
}
.width_9{
    width: 9%;
}
.width_35{
    width: 35%;
}
.width_10{
    width: 10%;
}
.width_15{
    width: 15%;
}
.width_20{
    width: 20%;
}
.width_25{
    width: 25%;
}
.width_30{
    width: 30%;
}
.width_40{
    width: 40%;
}
.width_45{
    width: 45%;
}
.width_50{
    width: 50%;
}
.width_55{
    width: 55%;
}
.width_60{
    width: 60%;
}
.width_65{
    width: 65%;
}
.width_70{
    width: 70%;
}
.width_75{
    width: 75%;
}
.width_80{
    width: 80%;
}
.width_85{
    width: 85%;
}
.width_90{
    width: 90%;
}
.width_95{
    width: 95%;
}
.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;
    border:none;
    background: #f54743;
    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: #64bd63;
    transition: border-color 0.4s, background-color ease 0.4s; }
.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%;
}
table tbody {
    display: table-row-group;
}

.gray{
    color: #a5acb1!important;
}
.green{
    color: #52b266!important;
}
.yellow{
    color: #ffbc46!important;
}
.red{
    color: #f54743!important;
}










.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:10px;
    height:10px;

}
.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; /**//*滚动条的基本颜色*/
}


/*分页补丁*/
.pages_cxxy{ padding:20px;}
.pages_cxxy table td,
.pages_cxxy table td span
{font-size:14px!important;}



/*内容页 默认字体行高*/
#vsb_content{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; line-height:2.0}
.search_groups form table tbody tr td:first-child{
    display:none;
}
.inner_right .list_body .download_list .download_item span:not(.bull){
   color:#f11;
}

