@charset "utf-8";
*{
	margin:0;
	padding:0;

}

@font-face {
	font-family: 'iconfont'; /* 给你的自定义WebFont命名 */
	src:url('/static/iconfont/iconfont.eot');
	src:url('/static/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	url('/static/iconfont/iconfont.woff') format('woff'),
	url('/static/iconfont/iconfont.ttf') format('truetype'),
	url('/static/iconfont/iconfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background-color: #fbfbfb;
	font:14px/1.231 'Microsoft YaHei', Helvetica, sans-serif;
	background: url("/static/img/bglg.png") no-repeat;
	background-size: 100%;
	-webkit-font-smoothing: antialiased;
	/*box-sizing: border-box;*/
}

a {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.bk{
	display: block;
}
ul{
	list-style: none;
}
.contentbox{
	width: 1200px;
	min-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.clearFloat:after {
	height: 0px;
	content: "";
	clear: both;
	visibility: hidden;
	display: block;
}
.clearFloat {
	zoom: 1;
	clear: both;
}
button,input:focus {
	outline: none;
}
img{
	border: none;
	outline: none;
	display: block;
}
input {
	border: none;
}

.w{
	width: 100%;
}
.h{
	height: 100%;
}
.mw1200{
	min-width: 1200px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

::-webkit-input-placeholder {

	color: #666;
}

:-moz-placeholder {

	color: #666;
}

::-moz-placeholder {

	color: #666;
}

:-ms-input-placeholder {

	color: #666;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.positionr{
	position: relative;
}
.positiona{
	position: absolute;
}

.liu1 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.liu2 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.fl{
	float:left;
}
.fr{
	float: right;
}
.ml10{
	margin-left: 10px;
}
.mh15{
	margin-right: 15px;
	margin-left: 15px;
}
.pt10{
	padding-top: 10px;
}
.mt10{
	margin-top: 10px;
}
.mt9{
	margin-top: 9px;
}
.ml5{
	margin-left: 5px;
}
.mt7{
	margin-top: 7px;
}
.ml30{
	margin-left: 30px;
}
.ml14{
	margin-left: 14px;
}
.mr30{
	margin-right: 30px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mt3{
	margin-top: 3px;
}
.mt7{
	margin-top: 7px;
}
.mt12{
	margin-top: 12px;
}
.ml70{
	margin-left: 70px;
}
.mt5{
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mb7{
	margin-bottom: 7px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb12{
	margin-bottom: 12px;
}
.lh20{
	line-height: 20px;
}
/*背景*/
.bg19d727{
	background-color: #19d727;
}
.bgf5f5{
	background-color: #f5f5f5;
}

.h1{
	font-size: 19px;
	font-weight: 600;
	color: #444;
}
.h5{
	font-size: 14px;
	color: #888;
}

.iconmore{
	color: #f64d0f;
}
.fc444{
	color: #444;
}
.fc888{
	color: #888;
}
.fc666{
	color: #666;
}
.fc00b200{
	color: #00b200;
}
.fs24{
	font-size: 24px;
}
.fs20{
	font-size: 20px;
}
.fs18{
	font-size: 18px;
}
.fs30{
	font-size: 30px;
}
.fs14{
	font-size: 14px;
}
.fcfff{
	color: #fff;
}
.fs40{
	font-size: 40px;
}
.mt55{
	margin-top: 55px;
}
.bb{
	border-bottom: 1px solid #e5e5e5;
}

.mr20{
	margin-right: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.wb50{
	margin-top: 30px;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
.mt8{
	margin-top: 8px;
}
.fcf64d0f{
	color: #f64d0f;
}

#roll {
	height: 220px;
	width: 540px;
	position: fixed; /*fixed实现绝对定位*/
	cursor:pointer;
	z-index: 999;
	background-color: #f4f4f5;
}

.roll-1{
	display: flex;
	justify-content: center;
	font-size: 18px;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	padding: 10px 0;
	background-color: #24f50f;
}

.roll-2{
	display: flex;
	justify-content: center;
	font-size: 20px;
	color: #dc1406;
	padding: 10px 0;
	font-weight: bold;
}

.roll-4{
	display: flex;
	justify-content: center;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	line-height: 25px;
}

.roll-3{
	background: #e4e9e5;
	margin: 0 30px;
}


.roll-5{
	background: #020202;
	color: #dc1406;
	margin: 0 10px;
	line-height: 25px;
	padding: 0 15px;
	font-style: italic;
}

.roll-6{
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
<!--0.00020289421081543-->