* {
	margin: 0;
	padding: 0;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	background: #E9E9E9 url(../images/images-bg01.jpg) no-repeat center top;
}

#topWrap {
	position: fixed;
	left: 3px;
	bottom: 20%;
	z-index: 99999999;
}

#topWrap img {
#	width: 135px;
	height: 276px;
}

#topWrap li {
	margin: 20px 0;
	position: relative;
}
#topWrap li :hover {
	cursor: pointer;
}

/*#topWrap .textB {
    position: absolute;
    left: -170%;
    bottom: 8%;
    font-weight: 900;
    display: none;
    background-image: url("../temp/images/bg.png");
    background-size: 100% 100%;
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#topWrap .textC {
    position: absolute;
    left: -170%;
    bottom: 8%;
    font-weight: 900;
    display: none;
    background-image: url("../temp/images/bg.png");
    background-size: 100% 100%;
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}*/


.header {
	padding: 19px 0 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	height: 470px;
	background: url(../images/images-h_bg.webp) no-repeat center top;
}

.header .hInner {
	margin: 0 auto;
	width: 1000px;
}

.header .hInner h1 {
	float: left;
}

.header .hInner .imgText {
	float: left;
	margin-right: 195px;
}

.header .hInner .imgText img {
	display: block;
}

.header .hInner .link {
	margin: 13px 0 0 0;
	float: left;
	text-align: center;
}

.header .hInner .link p {
	margin-bottom: 20px;
	color: #434343;
}

.header .hInner .link p a {
	display: inline-block;
	margin: 0 12px;
	color: #e2c358;
}

.header .hInner .link p a:hover {
	color: #f00;
	cursor: pointer;
}

.service a:hover{
	cursor: pointer;
}

#main {
	margin: 0 auto;
	width: 1000px;
	padding: 2px;
	background-color: #FFF;
	box-sizing: border-box;
}

#main .wrap {
	border: 3px solid #FFF7E6;
}

#main .section {
	padding: 22px 15px;
	border: 1px solid #E8D9B1;
}

#main h2 {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

#main .note {
	position: relative;
	top: 10px;
	right: 15px;
	display: inline-block;
	float: right;
	background-color: #F5F0E0;
	color: #b79d51;
	line-height: 1.7;
	padding: 0 10px;
	border-radius: 25px;
	margin: -50px 0;

}

#main .note span {
	color: #f00;
}

#main .gameUl {
	width: 960px;
	margin-right: -10px;
}

#main li {
	margin: 10px 10px 0 0;
	width: 150px;
	float: left;
	position: relative;
}

#main li .hot {
	position: absolute;
	top: -5px;
	right: -5px;
	transition: all 0.2s;
}

#main li .hot.on {
	top: -8px;
}

#main li.more {
	height: 40px;
	width: 150px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	box-sizing: border-box;
}

#main li.more2 a {
	font-size: 12px;
	color: #b79d51;
	background-color: #fff;
}

#main li a {
	display: block;
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 39px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	padding-left: 15px;
	cursor: pointer;
}

#main .speLi01 a {
	padding-left: 5px;
}

#main .gameUl02 li a {
	text-align: center;
	padding-left: 0;
}

#main li a:hover {
	background-color: #F9F3DF;
	border-color: #D0B768;
}

#main li a img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#main .gameUl {
	margin-bottom: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.footer {
	text-align: center;
	color: #999999;
	padding: 40px 0 40px;
}


#main .div-box {
	width: 948px;
	height: 297px;
	border: 1px solid #D5D5D5;
	margin: 0 0 0 0;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.header {
		background: none #292929;
		padding: 10px 5px;
		margin-bottom: 0;
		height: auto;
	}

	.header img {
		width: 100%;
	}

	.header .hInner {
		width: auto;
	}

	.header .hInner .imgText {
		display: none;
	}

	.header .hInner h1 {
		width: 130px;
	}

	.header .hInner .link {
		float: right;
	}

	.header .hInner .link .service img {
		width: 200px;
	}

	.header .hInner .link p {
		margin-bottom: 10px;
	}

	#main {
		width: auto;
	}

	#main .note {
		position: inherit;
		display: block;
		text-align: center;
		float: none;
		top: inherit;
		right: inherit;
	}

	#main .gameUl {
		margin-right: 0;
		width: auto;
	}

	#main li {
		width: 49% !important;
		float: left;
		margin-right: 2% !important;
	}

	#main li:nth-child(2n) {
		margin-right: 0 !important;
	}



}


.el-dialog__wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: auto;
	margin: 0;
	background: #00000080;
}

.el-dialog.show-img {
	background: none;
	width: auto;
	box-shadow: none;
}

.el-dialog {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	margin-bottom: 50px;
}

.el-dialog.show-img .el-dialog__header {
	text-align: right;
	padding: 20px 0 0;
}

.el-dialog__title {
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	color: #3d231f;
}

.el-dialog.show-img .el-dialog__headerbtn {
	float: none;
}

.el-dialog__headerbtn {
	float: right;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ccc;
	width: 23px;
	height: 23px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: center;
}

.el-dialog__close {
	cursor: pointer;
	color: #d9c2bf;
}

[class*=" el-icon-"],
[class^="el-icon-"] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/x.png) center;
	background-size: auto;
	background-size: 12px 12px;
	height: 12px;
	width: 12px;
	margin: 0 auto;
}

.el-dialog.show-img .el-dialog__body {
	padding-top: 0;
}

.el-dialog__body {
	padding: 30px 20px;
	padding-top: 30px;
	color: #6a4e48;
	font-size: 14px;
}

