/* CSS Document */
* {
	/* max-height: 100%; */
}

table{
	padding: 0;
	margin: 0;
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	width: 100%;
}
table th,table td{
	padding: 2vw;
	margin: 0;
	border: 1px solid #eeeeee;
}
table th{
	line-height:1.8;
	font-size: 4.2vw;
	color: #ae895a;
	background-color: #f2f2f2;
	font-weight: 700;
}
table td img{
	width:250px;
	height: auto;
	margin: 0 auto;
}
table tr:nth-child(odd){
	background-color: #f8f8f8;
}

/*str*/
.wrappAllW {
	margin-left: 2vw;
	margin-right: 2vw;
}

.cont-no1wrapp {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius:2vw;
	padding: 4vw;
}

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

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

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

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

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

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

.cont-no1wrapp .right .title .r {
	color: #cdaa82;
}

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

.cont-no1wrapp .right .btnw a {
	display: block;
	height: 7.8vw;
	margin-right: 2vw;
}

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

.cont-no1wrapp .desc {
	width: 100%;
	color: #333;
	padding-top: 4.2vw;
	border-top: 1px solid #ece6df;
	margin-top: 4.5vw;
}

.contLine {
	width: 100%;
	height: 3vw;
}


.footer {
	width: 100%;
	line-height: 1.5;
	padding: 3vw 0;
	text-align: center;
	background: #424754;
	color: #878EA6;
}

.line-head {
	height: 13.3vw;
}

.goTop {
	width: 12vw;
	height: 12vw;
	position: fixed;
	right: 4vw;
	bottom: 20vw;
}

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

.banner {
	/* margin: 0 2vw; */
}

.banner img {
	width: 100%;
	height: auto;
}

/*  */
.cont-no2wrapp {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 2vw 2vw 2vw 2vw;
	padding: 4vw;
	position: relative;
	margin-top: 9vw;
}

.cont-no2wrapp .ctits {
	width: 70vw;
	height: 9vw;
	position: absolute;
	top: -9vw;
	left: 50%;
	margin-left: -35vw;
	background: url(../../images/x2/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 9vw;
}

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

.cont-no2wrapp .lists li {
	width: 100%;
	display: inline-block;
	margin-bottom: 3.6vw;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.cont-no2wrapp .lists li.han2{
	height: 12vw;
}
.cont-no2wrapp .lists li.han3{
	height: 18vw;
}
.cont-no2wrapp .lists li.han4{
	height: 23vw;
}
.cont-no2wrapp .lists li .icon {
	width: 14%;
	float: left;
	display: inline;
	margin-right: 6%;
}

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

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

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

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

.cont-no2wrapp .lists li .bline {
	width:100%;
	height:1px;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: -2vw;
	border-radius: 2.5px;
}

/*  */
/* 3 */
.cont-no3wrapp{
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 2vw;
	padding: 4vw;
	position: relative;
	margin-top: 9vw;
}
.cont-no3wrapp .ctits{
	width: 70vw;
	height: 9vw;
	position: absolute;
	top: -9vw;
	left: 50%;
	margin-left: -35vw;
	background: url(../../images/x2/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 9vw;
}
.cont-no3wrapp .dtits{
	padding:1vw;
	background: #c9a67f;
	border-radius: 1vw;
	font-size: 4.5vw;
	font-weight: bold;
	color: #FFFFFF;
	width: 56vw;
	text-align: center;
	margin: 0 auto;
}
.cont-no3wrapp .xtits{
	font-size: 4vw;
	border-left:3px solid #c9a67f;
	padding-left: 2vw;
	height:4vw;
	line-height: 4vw;
	margin-top: 4vw;
	margin-bottom: 4vw;
}
.cont-no3wrapp .lists{
	overflow: hidden;
	padding:2vw 7.5vw;
}
.cont-no3wrapp .lists li{
	width: 50%;
	display: inline-block;
	float: left;
	margin-bottom: 6vw;
	position: relative;
	height: 26vw;
}
.cont-no3wrapp .lists li .icon{
	width: 45%;
	float: left;
	display: inline;
	margin-right: 10%;
}
.cont-no3wrapp .lists li .icon img{
	width: 100%;
	height: auto;
}
.cont-no3wrapp .lists li .txt{
	width: 40%;
	color: #333;
	float: left;
	display: inline;
	font-size: 3.5vw;
}
.cont-no3wrapp .lists li .mstxt{
	font-size: 0.3vw;
	color: #AAAAAA;
}
.cont-no3wrapp .lists li .han1line{
	line-height: 23.5vw;
}
.cont-no3wrapp .lists li .txt p{
	line-height: 6vw;
}
.cont-no3wrapp .lists li .bline{
	width: 6vw;
	height: 4px;
	background: #eee7e0;
	position: absolute;
	left: 50%;
	bottom: -3vw;
	margin-left: -3vw;
	border-radius: 2px;
}
.cont-no3wrapp .contxt{
	color: #000000;
	line-height: 5.5vw;
	margin-top: 2.2vw;
	margin-bottom: 2.2vw;
}
.hanimg{
	width:100%;
}
.hanimg img{
	width: 100%;
	height: auto;
}
.cont-no3wrapp .ccr{
	/* line-height: 12vw; */
	font-size:4vw;
}
.cont-no3wrapp .ccr p.top{
	margin-top: 6vw;
}
.cont-no3wrapp .gogamebottom{
	height: auto;
	width: 70%;
	display: block;
	margin: 0 auto;
}
.cont-no3wrapp .gogamebottom img{
	width: 100%;
	height: auto;
}



.cont-Allwrapp {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ece6df;
	border-radius: 2vw;
	padding: 4vw;
	position: relative;
	margin-top: 9vw;
}

.cont-Allwrapp .ctits {
	width: 70vw;
	height: 9vw;
	position: absolute;
	top: -9.2vw;
	left: 50%;
	margin-left: -35vw;
	background: url(../../images/x2/ts-icon.png) no-repeat center;
	background-size: auto 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 9vw;
}

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

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

.goodBox .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 64vw;
	height: 122vw;
}
.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: 11.8vw;
	height:122vw;
	opacity: 0.35;
}
.pos .posr{
	position: absolute;
	right: 0;
	top:0;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 11.8vw;
	height: 122vw;
	opacity: 0.35;
}

.mfxztab td{
	width: 33.333%;
	text-align: center;
	vertical-align: top;
}
.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: 70px;
}
.pfbtab .img img{
	width: 96%;
}
.pfbtab p.tit{
	font-size: 12px;
}

.game-rec{
	width: 28%;
	height: auto;
}
.game-rec a{
	color: #333333;
}
.game-rec .pic,.game-rec .pic img{
	width: 100%;
	height: auto;
}
.game-rec .txt{
	height: 38px;
	line-height: 38px;
	text-align: center;
}