/*made in zyr*/

/*v1.0*/

html,body{
	font-family: "微软雅黑";
	background-color: #ffffff;
}

*{
	font-style: normal;
	outline: 0;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	outline: none;
}

img{border: none;}
span, a, em, div, i{display: inline-block;}
em, i{font-style: normal;}
a{text-decoration: none;}
textarea {resize: none;}

input{
	border: 0;
	background: rgba(0,0,0,0);
}
input::-webkit-input-placeholder{color: rgba(200 ,200 ,200 ,1);}
/*去高光*/
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input:disabled{
	background-color: #f2f2f2!important;
	color: #999999!important;
}
/*去叉叉*/
input::-ms-clear {display: none;}

::-webkit-scrollbar-track-piece{
	background-color: rgb(255, 255, 255);
}
::-webkit-scrollbar{
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, .1);
	background-clip:padding-box;
	min-height:28px;
	border-radius: 2px;
	margin-right: 5px;
}
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-button{
	height: 0;
}
