﻿body {
	background: #4a2b64;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
}

body.on {
	overflow: hidden;
}

a,
a:hover {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.main {
	margin: auto;
	width: 7.5rem;
	/*min-height: 24.1rem;*/
	padding-bottom: 0.52rem;
	box-sizing: border-box;
/*	background: #970037 url(http://nwappimage.cdn.bcebos.com/wap/bg.jpg) no-repeat;*/
	background: #4a2b64;
	background-size: 100%;
}

.banner {
	padding-top: 0.45rem;
	text-align: center;
}

.banner img {
	width: 6.75rem;
}

.round_box {
	position: relative;
	margin: -0.98rem auto 0 auto;
	width: 7.4rem;
	/*height: 2.71rem;*/
	background: url(http://nwappimage.cdn.bcebos.com/wap/round_big.png) no-repeat bottom center;
	background-size: 100%;
	font-size: 0;
	text-align: center;
}

.round_type {
	margin: 0 0.1rem;
	display: inline-block;
	width: 2.1rem;
	height: 2.45rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/round_type.png) no-repeat;
	background-size: 100%;
	text-align: center;
	vertical-align: top;
}

.round_type .icon {
	margin-top: 0.3rem;
	width: 0.6rem;
}

.round_type .font {
	margin-top: 0.15rem;
	width: 1.53rem;
}

.round_btn {
	margin: 0.35rem auto 0 auto;
	display: block;
	width: 1.46rem;
	height: 0.51rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/round_btn.png) no-repeat;
	background-size: 100%;
}

.big_box {
	margin: 0.03rem auto 0 auto;
	width: 6.9rem;
/*	font-size: 0;*/
}

.big_title {
	height: 1.15rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/big_top.png) no-repeat;
	background-size: 100%;
}

.big_content {
	margin-top: -0.01rem;
	/*min-height: 13.38rem;*/
	padding-bottom: 0.05rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/big_content.png) no-repeat top center;
	background-size: 100% 100%;
}

.big_under {
	height: 0.59rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/big_bottom.png) no-repeat;
	background-size: 100%;
}

.big_type {
	margin: 0 auto 0.14rem auto;
	width: 6.16rem;
	height: 0.9rem;
	padding-left: 0.85rem;
	box-sizing: border-box;
	background: url(http://nwappimage.cdn.bcebos.com/wap/big_type.png) no-repeat;
	background-size: 100%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #232323;
	line-height: 0.9rem;
}

.big_type a {
	margin-top: 0.16rem;
	margin-right: 0.15rem;
	float: right;
	width: 1.67rem;
	height: 0.58rem;
	background: url(http://nwappimage.cdn.bcebos.com/wap/big_btn.png) no-repeat;
	background-size: 100%;
}


