body {
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	max-width: 750px;
	margin: 0 auto;
	background: #231309;
}
img { width: 100%; vertical-align: top;}
#container {
	max-width: 750px;
	margin: 0 auto;
	background: url(/dsg_frontend/wap/dsgky6/images/bg01.jpeg) no-repeat center top;
	background-size: 100% auto;
}

.top {
	padding: 0.26rem 0.25rem;
	max-width: 750px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
}
.top .logo {
	width: 2.3rem;
	display: block;
	float: left;
}
.top .link {
	margin-top: 0.04rem;
	width: 2.62rem;
	display: block;
	float: right;
}
#main .link {
	position: relative;
}
/*#main .link a {
	width: 3.15rem;
	display: block;
	position: absolute;
	right: 0.28rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}*/
.down {
	max-width: 750px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.down a {
	width: 1.85rem;
	display: block;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.info {
	position: relative;
	background: url(/dsg_frontend/wap/dsgky6/images/img03.png) no-repeat center top;
	background-size: 100% auto;
}
.info .pos1 {
	width: 0.85rem;
	position: absolute;
	left: 3.2rem;
	top: 0.25rem;
}
.info .pos2 {
	width: 1.5rem;
	position: absolute;
	left: 1.44rem;
	top: 0.75rem;
}
.info .pos3 {
	width: 1.5rem;
	position: absolute;
	left: 0.24rem;
	top: 1.35rem;
}
.info .pos4 {
	width: 1.45rem;
	position: absolute;
	left: 0.26rem;
	top: 4.2rem;
}
.info .pos5 {
	width: 2.25rem;
	position: absolute;
	right: 0;
	top: 1.35rem;
}
.info .img {
	position: relative;
	z-index: 1;
}
.btnImg {
	margin: 0 auto 0.5rem;
	width: 9rem;
}
#slider .swiper-container {
	padding-bottom:0.65rem;
}
#certify .swiper-slide {
	padding-top: 0.18rem;
	width: 174px;
	text-align: center;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	margin: 0 0.13rem !important;
	width: 0.23rem;
	height: 0.23rem;
	border-radius: 50%;
	background: #7B4923;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #F1C14C;
}
.sideBox {
	width: 1.47rem;
	position:fixed;
	bottom: 2.5rem;
	right: 0.1rem;
	z-index: 999;
}
.sideBox a {
	display: block;
	margin-bottom: 0.1rem;
}

#main .content {
	padding: 0.67rem 0.37rem 2.5rem;
	background: url(/dsg_frontend/wap/dsgky6/images/bg02.jpeg) no-repeat center top;
	background-size: 100% auto;
}
#main .content .ttl {
	/*margin: 0 auto 0.38rem;
	width: 7.3rem;*/
	width:100%;
	margin: 0 auto 0.38rem;
}
#main .content .listUl {
	margin-bottom: 0.66rem;
}
#main .content .listUl li {
	margin-bottom: 0.27rem;
	height: 1.1rem;
	line-height: 1.1rem;
	overflow: hidden;
	zoom: 1;
	background: #341F11;
	overflow: hidden;
	zoom: 1;
	box-sizing: border-box;
	border-radius: 0.55rem;
}
#main .content .listUl li .ms {
	display: block;
	float: left;
	color: #49ffb4;
	font-size: 0.35rem;
	text-align: center;
	width: 1.8rem;
}
#main .content .listUl li .icon {
	margin: 0.3rem 0.36rem 0 0;
	width: 0.46rem;
	display: block;
	float: left;
}
#main .content .listUl li .url {
	display: block;
	float: left;
	color: #ffef9d;
	font-size: 0.35rem;
	letter-spacing: 0.02rem;
}
#main .content .listUl li a {
	display: block;
	float: right;
	width: 2.88rem;
	color: #fff;
	font-size: 0.35rem;
	font-weight: bold;
	text-align: center;
	background: url(/dsg_frontend/wap/dsgky6/images/btn_bg.png) no-repeat;
	background-size: 100% 100%;
}
@media all and (min-width: 767px) {
	#main .content {
		padding-bottom: 3rem;
	}
	.info .pos3 {
		top: 2rem;
	}
	.info .pos4 {
		left: 0.8rem;
		top: 6rem;
	}
	.info .pos5 {
		top: 2rem;
	}
}

.jcBox {
	max-width: 750px;
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;
}

.cover {
	max-width: 750px;
	position: fixed;
	top: 0;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index: 1200;
}
.out-mask {
	max-width: 750px;
	width: 100%;
	position: fixed;
	top: 50%;
	z-index: 2000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.out-mask .mask {
	margin: 0 auto;
	padding: 0.6rem 0 0.4rem;
	width: 90%;
	background: #fff;
	border-radius: 0.2rem;
}
.out-mask .mask p {
	margin: 0 0 0.3rem 0.5rem;
	color: #0C0524;
	font-size: 0.4rem;
	text-align: left;
}
.out-mask .mask ul {
	margin-right: 0.5rem;
	text-align:right;
}
.out-mask .mask li {
	margin: 0 0.4rem;
	display: inline;
}
.out-mask .mask li a {
	display: inline-block;
	color: #0A7FBD;
	font-size: 0.4rem;
	line-height: 1rem;
	text-align: center;
}