/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
/*a,a:hover{color:#000000;text-decoration: none;}*/
a,button,input{ 
   -webkit-tap-highlight-color: rgba(0,0,0,0); 
   -webkit-tap-highlight-color: transparent; 
}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
pre,code,kbd,samp{font-family:inherit;}
textarea{overflow:auto;resize:none;}
q:before,q:after{content:none;}
[hidefocus],summary{outline:0;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
sup,sub{font-size:83%;}
li{list-style:none;}
img{vertical-align: top; max-width: 100%;object-fit: cover;}
img[src=""]{opacity: 0;}
a{color: #000000;}
/*a:visited{ color: #999;}*/
body,textarea,input,button,select,keygen,legend{color: #020202;outline:0;}
html,body{font:12px/12px MicrosoftYaHei,Verdana,arial; width: 100%;}
input::-webkit-input-placeholder {color: #999;font-size: 12px;}
input::-moz-placeholder {color: #999;font-size: 12px;}
input:-ms-input-placeholder {color: #999;font-size: 12px;}
textarea::-webkit-input-placeholder {color: #999;font-size: 12px;}
input:focus,
textarea:focus{
	/*border: 1px solid #bbb;*/
}
input[type="file"]{font-size: 0;}
input:-webkit-autofill {
    background-color: #bbb !important;
    -webkit-box-shadow: inset 0 0 0 1000px #bbb !important;
}

.clear:after {content: "";height: 0;clear: both;overflow: hidden;display: block;}
.fl {float: left;}
.fr {float: right;}

 ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    // background-color: $bg_3;
}

::-webkit-scrollbar:hover {
    background-color: #eee;
}

::-webkit-scrollbar-thumb:hover {
    min-height: 5px;
    min-width: 5px;
    background-color: #338efc;
}

::-webkit-scrollbar-thumb:active {
    border-radius: 20px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    min-height: 5px;
    min-width: 5px;
    border-radius: 20px;
    border-radius: 1px;
    background-color: #ccc;
}

input, textarea, select, button {
  border-width: 1px;
}

