* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .15s;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

a {
	color: #444;
	text-decoration: none;
}

body {
	background-color: #fff;
	font: 14px/1.5 "PingFangSC", "Microsoft yahei", arial, Simsun, sans-serif;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	padding-left: 0;
	list-style: none;
}


button {
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes FadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes FadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.text-right {
	text-align: right;
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	background: #eee;
}

::-webkit-scrollbar-button {
	width: 9px;
	height: 12px;
	background: url(../images/scroll.png) no-repeat;
}

::-webkit-scrollbar-button:vertical:start {
	background-position: 0 0;
}

::-webkit-scrollbar-button:vertical:start:hover {
	background-position: -10px 0;
}

::-webkit-scrollbar-button:vertical:start:active {
	background-position: -20px 0;
}

::-webkit-scrollbar-button:vertical:end {
	background-position: -30px 0;
}

::-webkit-scrollbar-button:vertical:end:hover {
	background-position: -40px 0;
}

::-webkit-scrollbar-button:vertical:end:active {
	background-position: -50px 0;
}

::-webkit-scrollbar-button:horizontal:start {
	background-position: 0 -11px;
}

::-webkit-scrollbar-button:horizontal:start:hover {
	background-position: -10px -11px;
}

::-webkit-scrollbar-button:horizontal:start:active {
	background-position: -19px -11px;
}

::-webkit-scrollbar-button:horizontal:end {
	background-position: -30px -11px;
}

::-webkit-scrollbar-button:horizontal:end:hover {
	background-position: -40px -11px;
}

::-webkit-scrollbar-button:horizontal:end:active {
	background-position: -50px -11px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, .15);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #e7e7e7;
	border: 1px solid rgba(0, 0, 0, .21);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #f6f6f6;
	border: 1px solid rgba(0, 0, 0, .21);
}

::-webkit-scrollbar-thumb:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#F4F4F4));
}

::-webkit-scrollbar-corner {
	background-color: #f1f1f1;
	-webkit-border-radius: 1px;
}
