<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

select ,input{ padding:5px 0;border:0;outline:none}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

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

a:hover,
a:visited {
	text-decoration: none;
}

a:focus{outline:none;}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix {
	zoom: 1
}

.mainContenter {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	clear: both;
}

.mainBody {
	background-color: #f0f1f2;
}

button.btnGray {
	width: 108px;
	height: 36px;
	line-height: 34px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #333;
	background: #fff;
	outline: none;
}

button.btnRedBorder {
	width: 108px;
	height: 36px;
	line-height: 34px;
	color: #e72418;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #e72418;
	background: #fff;
	outline: none;
}

button.btnRedBorder:hover {
	background: rgba(231, 36, 24, 0.1);
}

button.btnGray:hover,
button.btnGrayNormal:hover {
	background: rgba(0, 0, 0, 0.1);
}

button.btnGrayNormal {
	width: 77px;
	height: 36px;
	line-height: 34px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #333;
	background: #fff;
	outline: none;
	display: block;
	overflow: hidden;
}

button.redBtnBig {
	background: #E72418;
	color: #fff;
	font-size: 24px;
	width: 160px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border: none;
	outline: none;
}

button.redBtn {
	background: #E72418;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
}

button.redBtnBorderBig {
	width: 168px;
	height: 36px;
	line-height: 30px;
}

button.redBtnBorder {
	background: #E72418;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	outline: none;
}

button.smallBtn {
	font-size: 14px;
	width: 110px;
	height: 36px;
	line-height: 36px;
}

button.redBtnBig:hover {
	background: #ce2015;
}


/*****************滚动条美化*********************/

::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

.fl {
	float: left;
}

.right {
	float: right;
}</pre></body></html>