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

body {
	background: url(../images/x2/back.png) #9fe58d no-repeat top center;
	background-size: 100% auto;
	font-size: 14px;
}
a{
	color: #333333;
}
table{
	padding: 0;
	margin: 0;
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	width: 100%;
}
table th,table td{
	padding: 8px;
	margin: 0;
	border: 1px solid #eeeeee;

}
table th{
	line-height:1.8;
	font-size: 18px;
	color: #ae895a;
	background-color: #f2f2f2;
	font-weight: 700;
}
table td img{
	width:32%;
	height: auto;
	margin: 0 auto;
}
table tr:nth-child(odd){
	background-color: #f8f8f8;
}

/* --------------index-start-------------- */
/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5),only screen and (min-resolution: 192dpi) {
	body {
		background: url(../images/x2/back.png) #f0ede8 no-repeat top center !important;
		background-size: 100% auto !important;
	}
	.cont-no2wrapp .ctits {
		background: url(../images/x2/ts-icon.png) no-repeat center !important;
		background-size: auto 100% !important;
	}
	.cont-no3wrapp .ctits {
		background: url(../images/x2/ts-icon.png) no-repeat center !important;
		background-size: auto 100% !important;
	}
	.cont-Allwrapp .ctits {
		background: url(../images/x2/ts-icon.png) no-repeat center !important;
		background-size: auto 100% !important;
	}
}

/* 1x */
.banner {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.headnew{
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,0.86);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20000;
	border-top: 1px solid #f5f0ea;
}
.headnew .bcont{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.headnew .btnw{
	position: absolute;
	width: 1100px;
	left:0;
	top: 10px;
	z-index: 40000;
}
.headnew .btnw a{
	display: block;
	width: 13%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
	background: #d5aa7e;
	color: #ffffff;
	cursor: pointer;
}
.headnew .btnw a:hover{
	background: #eed2b5;
	color: #000000;
}
.fui-menu:after{
	background: url(../images/x2/down.svg) no-repeat center;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	right:-22px;
	position: absolute;
	top: 4px;
}
.wrappAllW {
	width: 1100px;
}

.cont-no1wrapp {
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 0 0 5px 5px;
	padding: 55px 45px;
}

.cont-no1wrapp .left {
	width: 14%;
	margin-right: 4%;
}

.cont-no1wrapp .left img {
	width: 100%;
	height: auto;
}

.cont-no1wrapp .right {
	width: 82%;
}

.cont-no1wrapp .right .title {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.cont-no1wrapp .right .title .l,
.cont-no1wrapp .right .title .r {
	display: inline-block;
}

.cont-no1wrapp .right .title .l {
	font-size: 55px;
	font-weight: bold;
	color: #000000;
}

.cont-no1wrapp .right .title .r {
	font-size: 25px;
	color: #cdaa82;
	margin-left: 15px;
}

.cont-no1wrapp .right .window {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 15px;
}

.cont-no1wrapp .right .window .icon {
	margin-right: 5px;
	height: 22px;
	margin-top: 1px;
}

.cont-no1wrapp .right .window .icon img {
	width: auto;
	height: 100%;
}

.cont-no1wrapp .right .window .name {
	margin-right: 18px;
}

.cont-no1wrapp .right .btnw {
	width: 100%;
	height: auto;
}

.cont-no1wrapp .right .btnw a {
	display: block;
	height: 50px;
	margin-right: 18px;
}

.cont-no1wrapp .right .btnw a img {
	height: 100%;
	width: auto;
}

.cont-no1wrapp .desc {
	width: 100%;
	color: #333;
	padding-top: 22px;
	border-top: 1px solid #ece6df;
	margin-top: 25px;
	font-size: 30px;
}

.contLine {
	width: 100%;
	height: 30px;
}

/*  */
.cont-no2wrapp {
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 5px;
	padding: 55px 45px 11px;
	position: relative;
	margin-top: 42px;
}

.cont-no2wrapp .ctits {
	width: 400px;
	height: 42px;
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -200px;
	background: url(../images/x1/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
}

.cont-no2wrapp .lists {
	overflow: hidden;
}

.cont-no2wrapp .lists li {
	width: 25%;
	display: inline-block;
	float: left;
	margin-bottom: 44px;
	position: relative;
	font-size: 20px;
}

.cont-no2wrapp .lists li .icon {
	width: 18%;
	float: left;
	display: inline;
	margin-right: 8%;
}

.cont-no2wrapp .lists li.han1 {
	line-height: 100%;
}
.cont-no2wrapp .lists li.han3 {
	height: 64px;
}

.cont-no2wrapp .lists li .icon img {
	width: 100%;
	height: auto;
}

.cont-no2wrapp .lists li .txt {
	width: 72%;
	color: #333;
	float: left;
	display: inline;
}

.f-bold {
	font-weight: bold;
	color: #c9a67f;
}

.c-bold {
	font-weight: bold;
	color: #c92121;
}

.cont-no2wrapp .lists li .bline {
	width: 30px;
	height: 4px;
	background: #eee7e0;
	position: absolute;
	left: 50%;
	bottom: -22px;
	margin-left: -15px;
	border-radius: 2px;
}

/*  */
/* 3 */
.cont-no3wrapp {
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 5px;
	padding: 55px 45px 33px;
	position: relative;
	margin-top: 42px;
}

.cont-no3wrapp .ctits {
	width: 400px;
	height: 42px;
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -200px;
	background: url(../images/x1/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
}

.cont-no3wrapp .dtits {
	padding: 6px;
	background: #c9a67f;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 180px;
	text-align: center;
	margin: auto;
}

.cont-no3wrapp .xtits {
	font-size: 16px;
	border-left: 3px solid #c9a67f;
	padding-left: 12px;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 16px;
}

.cont-no3wrapp .lists {
	overflow: hidden;
}

.cont-no3wrapp .lists li {
	width: 20%;
	display: inline-block;
	float: left;
	margin-bottom: 22px;
	position: relative;
}

.cont-no3wrapp .lists li .icon {
	width: 35%;
	float: left;
	display: inline;
	margin-right: 15%;
}

.cont-no3wrapp .lists li .icon img {
	width: 100%;
	height: auto;
}

.cont-no3wrapp .lists li .txt {
	width: 45%;
	color: #333;
	float: left;
	display: inline;
	font-size: 20px;
}
.cont-no3wrapp .lists li .mstxt{
	font-size: 12px !important;
	color: #AAAAAA !important;
}
.cont-no3wrapp .lists li .han1line{
	line-height: 85px;
}
.cont-no3wrapp .lists li .txt p {
	line-height: 25px;
}

.cont-no3wrapp .lists li .bline {
	width: 30px;
	height: 4px;
	background: #eee7e0;
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -15px;
	border-radius: 2px;
}

.cont-no3wrapp .contxt {
	color: #000000;
	line-height: 32px;
	font-size: 20px;
}

.hanimg {
	width: 100%;
}

.hanimg img {
	width: 70%;
	height: auto;
}

.cont-no3wrapp .ccr {
	line-height: 102px;
	font-size: 14px;
}

.cont-no3wrapp .gogamebottom {
	height: 52px;
	width: 245px;
	display: block;
	margin: 0 auto;
}

.cont-no3wrapp .gogamebottom img {
	width: auto;
	height: 100%;
}

/*  */
.footer {
	width: 100%;
	height: auto;
	background: #424754;
}

.footer .han1w {
	width: 100%;
	height: 22px;
	font-size: 14px;
	color: #878EA6;
	line-height: 22px;
	border-bottom: 1px solid #363A45;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

.footer .han1w a {
	color: #878EA6;
}

.footer .han2w {
	width: 100%;
	height: 43px;
	border-top: 1px solid #4B526A;
	padding: 25px 0;
	margin: 0 auto;
}

.footer .han2w img {
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer .han3w {
	width: 100%;
	height: 14px;
	font-size: 12px;
	color: #6B7288;
	line-height: 14px;
	text-align: center;
	background: #2A2D35;
	padding: 8px 0;
}

.goTop {
	width: 66px;
	height: 66px;
	position: fixed;
	right: 50px;
	bottom: 200px;
	cursor: pointer;
}

.goTop img {
	width: 100%;
	height: auto;
	opacity: 0.65;
}

.cont-Allwrapp {
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 5px;
	padding: 32px;
	position: relative;
	margin-top: 42px;
}

.cont-Allwrapp .ctits {
	width: 400px;
	height: 42px;
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -200px;
	background: url(../images/x1/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
}

.video {
	background: url(../images/x2/back.png) no-repeat center;
	background-size: cover;
}

.video video {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.goodBox .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 320px;
	height: 590px;
}
.goodBox .swiper-slide img{
	border-radius: 15px;
	border:1px solid #c9a67f;
	box-sizing: border-box;
	width: 100%;
}
.pos{
	position: relative;
}
.pos .posl{
	position: absolute;
	left: 0;
	top:0;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 357px;
	height: 590px;
	opacity: 0.35;
}
.pos .posr{
	position: absolute;
	right: 0;
	top:0;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 357px;
	height: 590px;
	opacity: 0.35;
}

.mfxztab td{
	width: 33.333%;
	text-align: center;
	vertical-align: middle;
}
.mfxztab td p.tit{
	text-align: center;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: 800;
}
.mfxztab td p.mcont{
	font-size: 12px;
	color: #999999;
}
.pfbtab td{
	vertical-align: top;
}
.pfbtab .img{
	width: 100px;
}
.pfbtab .img img{
	width: 90%;
}
.pfbtab p.tit{
	font-size: 12px;
}

.game-rec{
	width: 10%;
	height: auto;
}
.game-rec .pic,.game-rec .pic img{
	width: 100%;
	height: auto;
}
.game-rec .txt{
	height: 38px;
	line-height: 38px;
	text-align: center;
}</pre></body></html>