﻿@charset "utf-8";
html{
width: 100%;
/* padding-top: 0px;
padding-bottom: 76px;
_padding-bottom: 60px; */
overflow-y: hidden;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-text-size-adjust:none;
-moz-box-sizing: border-box;
scrollbar-face-color: #f3f3f3;
scrollbar-arrow-color: #637f83;
scrollbar-highlight-color: #dae0e0;
scrollbar-shadow-color: #dae0e0;
scrollbar-darkshadow-color: #fff;
scrollbar-track-color: #fff;
scrollbar-3dlight-color: #fff;
}
html,body{height: 100%; /* overflow: hidden; */display: block;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, strong, p, blockquote, th, td { margin:0; padding:0; FONT-SIZE: 12px}
body{font:12px/1.5 Arial,\5b8b\4f53, Verdana;}
body{font:12px/1.5 Tahoma,Arial,'\5b8b\4f53',sans-serif; /*word-break:break-all; word-wrap:break-word;*/}
body{font:12px/1.5 Microsoft Yahei,\5b8b\4f53, Arial, Verdana; color:#333;width:100%;background:#f5f6fa;}
body{ /* *background:url(about:blank) fixed;  */position:relative;color:#000;background:#f8f8f8;/* *overflow: hidden; */}
*{font-family: pingfang SC,poppin,Arial,\5fae\8f6f\96c5\9ed1,sans-serif;font-size: 12px;}
body {
font: 12px/1.5 \5b8b\4f53, Arial, Verdana;
font-family: pingfang SC,poppin,Arial,\5fae\8f6f\96c5\9ed1,sans-serif;
color: #000;
background: #f5f6fa;
}

h1,h2,h3,h4,h5,h6,p,a{ font-size:100%;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,ol,li{ list-style:none;}
address,caption.cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal;}
table{ border-collapse:collapse; border-style:none;}
button{ border:0 none; padding:0; cursor:pointer;}
caption,th{text-align:left;}
fieldset,img,abbr,acronym{ border:0;}
textarea{ resize:vertical;}
input,textarea{outline: none;}
input,select,img{ vertical-align:middle;}
iframe,article,aside,footer,header,nav,section{ display:block;}
details,dialog,output,time{ display:inline;}
a img{border:0;}
a,a:hover{color:#0090ff;text-decoration:none;}
a{ outline:0; text-decoration:none;}
q:before,q:after{content:'';}
.clear { clear:both; font-size:0; line-height:0}
.clear_fix {zoom:1;}
.clearfix{*height:1%}
.clear_r{clear:right;}
.clear_fix:after { display:block; clear:both; content:"."; visibility:hidden; height:0; font-size:0;}
.fl{ float:left}
.fr{ float:right}
.f_l{float:left;}
.f_r{float:right;}
.cl{clear:both;}
.hide{ display:none!important;}
.overflow{overflow: hidden;}
/*斜体*/
.em {font-family: Constantia, Georgia;font-size: 18px;font-weight: normal;}

::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
    width: 5px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
::-webkit-scrollbar-thumb:active{
background-color:#333;
}


