<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top {
	width: 100%;
}

.warp {
	padding: 0;
	background-size: 100%;
}

.content {
	background: #f4f4f5;
}

.header {
	position: relative;
}

.caipiao-header {
	position: relative;
}

.logo-img {
	background-color: #fff;
	background-size: 100% 120px;
	text-align: center;
}

.logo-img img {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

/*Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾*/
.swiper {
}

.swiper img {
	width: 100%;
}

/*Ã¥Â¯Â¼Ã¨Ë†Âª*/
.headNav{
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 10px 0;
}
.headNav div{
    width: 15%;
    margin: 0 8px;
}
.headNav div img{
    width: 100%;
}
.headNav div a p{
    font-size: .6rem;
    text-align: center;
    color: #000;
}

/*Ã¤Â¸Â»Ã©Â¡ÂµÃ¥â€ºÂ¾Ã¥Âºâ€œ*/
.tuku ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tuku ul li {
	width: 26%;
	margin: .22rem;
	text-align: center;
}

.tuku ul li img {
	width: 100%;
	margin: 8px 0;
}

.more {
	position: absolute;
	right: 1rem;
	color: #ffff05;
	font-size: 1rem;
}

/*Ã¨Âµâ€žÃ¦â€“â„¢Ã¤Â¸â€œÃ¥Å’Âº*/
.xinlv {
	background-color: #167c18;
	color: #fff;
	font-weight: 500;
	letter-spacing: 4px;
	text-align: center;
	padding: 6px 0 6px 6px;
	border-top: 1px solid #fff;
}

.div10 {
	float: left;
	width: 33.13%;
	text-align: center;
	margin: 0 .1%;
}

.div11 {
	margin-top: 6px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*Ã§Â²Â¾Ã¥â€¡â€&nbsp;Ã¥â€ºâ€ºÃ¨â€šâ€“*/
.jxlist table {
	width: 100%;
	border: none;
}

.jxlist table td {
	height: 100%;
	padding: 5px 0;
	word-break: break-all;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

.jxlist table td.sthead {
	padding: 5px 0;
	background-color: #fff;
	text-align: center;
	color: #555;
}

.jxlist table td.bt {
	text-align: center;
	background-color: green;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 600;
}

.jxlist table td.c01,.jxlist table td.c03 {
	text-align: center;
	background-color: #37f12d;
}

.jxlist table td.c02 {
	text-indent: 10px;
	background-color: #fff;
}

</pre></body></html>