html,body{width:100%;height:100%;color:#000;background:#FFF;font-weight: 300 !important;font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif !important;}   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,   
fieldset,input,textarea,p,blockquote,th,td {   
margin:0;   
padding:0;   
} 
* {
    margin: 0;
    padding: 0;
}
table{   
border-collapse:collapse;   
border-spacing:0;   
}   
fieldset,img {   
border:0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
font-style:normal;   
font-weight:normal;   
}   
ol,ul {   
list-style:none;   
}   
caption,th {   
text-align:left;   
}   
h1,h2,h3,h4,h5,h6 {   
font-size:100%;   
font-weight:normal;   
}   
q:before,q:after {   
content:'';   
}   
abbr,acronym { border:0;   
}   
@charset "utf-8";  
*{  
    margin: 0px;  
    padding: 0px;  
      
}   
a{  
    text-decoration: none;  
    color: #000000;  
    font-size:15px;  
    /*字体*/  
}  
li{  
    list-style: none;  
}  
input,img,button{  
    border: none; 
}  
button{
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif !important;
	cursor: pointer;
	position: relative;
	outline: none;
	box-shadow: 0px 25px 9px -22px rgba(0,0,0,.2);
}
input{
	outline: none;
	background:rgba(32,53,128,0.01);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
	font-size:19px;
	font-weight:400;
	color:rgba(0,0,0,1);
	position: relative;
}
input:focus{
	border:1px solid rgba(32,53,128,1);
}
input::before{
	display: block;
	content: "";width: 20px;
	height: 20px;
	background-color: #007EE5;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
	
}
button::before{
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	border-radius:4px;
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid yellow;
}
button:hover button::before{
	display: block;
}
.line_02{
  	margin: 14px 0px 13px 0;
  	text-align: center;
  	font-size:15px;
	font-weight:500;
	color:rgba(0,0,0,.24);
	position: relative;
}
.line_02::before{
	width:108px;
	height:1px;
	display: block;
	content: "";
	background:linear-gradient(-90deg,rgba(0,0,0,.07), rgba(255,255,255));
	position: absolute;
	top: 50%;
	left: 60px;
}
.line_02::after{
	width:108px;
	height:1px;
	display: block;
	content: "";
	background:linear-gradient(90deg,rgba(0,0,0,.07), rgba(255,255,255));
	position: absolute;
	top: 50%;
	right: 60px;
}
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; 
    right: 0;
}
input::-webkit-search-cancel-button{
  display: none;
}
--清除IE下的 search 叉号
input[type=search]::-ms-clear{
  display: none;
}
 input::-webkit-input-placeholder { /* WebKit browsers */
	color:rgba(0,0,0,.24);
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:rgba(0,0,0,.24);
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:rgba(0,0,0,.24);
	
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:rgba(0,0,0,.24);
}
.blur{
	-webkit-filter: blur(5px); /* Chrome, Opera */
   	-moz-filter: blur(5px);
    -ms-filter: blur(5px);    
    filter: blur(5px);
}
