@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,input,textarea,blockquote,th,td{margin:0;padding:0}
body,button,input,textarea,select{font:12px/1 Tahoma,Helvetica,Arial,"SimSun",sans-serif}
html{overflow-y:scroll}
body{text-align:center;color:#666464;line-height:18px;background:#fff}
table{ border-collapse:collapse;border-spacing:0}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
textarea{resize:none}
fieldset,img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
small{font-size:12px}
ul,ol,li{list-style-type:none}
caption,th{text-align:left}
a{text-decoration:none}
a:hover{text-decoration:underline}
abbr,acronym{border:0;cursor:help;font-variant:normal}
q:before,q:after{content:''}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
/* == clearfix == */
.clearfix{zoom:1;}
.clearfix:after{content:'.';display:block;height:0;visibility:hidden;clear:both; font-size:0;}

.left{float:left}
.right{float:right}
.none{display:none}
.block{display:block}}
button{ cursor: pointer;}
.ueditor_content_parse strong{font-weight: bold!important;}
.ueditor_content_parse img,.ueditor_content_parse table{max-width: 100%!important;}

.layui-layer-title,.layui-layer-dialog .layui-layer-content{text-align: left}


/*sroll*/
::-webkit-scrollbar-track-piece{
    background-color:transparent;
    -webkit-border-radius:0;
}
::-webkit-scrollbar{
    width:10px;
    height:5px
}
::-webkit-scrollbar-thumb{
    background-color:#ccc;
    border:solid 1px #ccc;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color:#ccc;
}
::-webkit-scrollbar-arrow {
    color:#F00;
    backgound:#0F0;
}