html {
	font-size: 50px;
}

@media screen and (min-width: 320px) {
	html {
		font-size: 21.33px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 24px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 25px;
	}
}

@media screen and (min-width: 384px) {
	html {
		font-size: 25.6px;
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 26.66666667px;
	}
}

@media screen and (min-width: 411px) {
	html {
		font-size: 27.4px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 27.6px;
	}
}

@media screen and (min-width: 424px) {
	html {
		font-size: 28.26666667px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 32px;
	}
}

@media screen and (min-width: 540px) {
	html {
		font-size: 36px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 50px;
	}
}

/* *********************************************
                    基本默认值  
 ***********************************************/
* {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Source Han Sans CN";
	font-size: 0.32rem;
	color: #333333;
	background-color: #fff;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #303133;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

@media screen and (min-width: 1280px) {
	.container {
		width: 100%;
	}
}

/* *********************************************
                  banner
***********************************************/
header {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 10rem !important;
	background: url(../img/default-bg-header.png) center no-repeat;
	background-size: 38.4rem 10rem;
}

.header-title {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
}

.header-title h1 {
	font-size: 0.92rem;
	font-weight: bold;
	margin-bottom: .7rem;
}

.header-title-describe {
	line-height: 0.48rem;
	margin-top: .3rem;
	opacity: 0.8;
}

.header-title-btn {
	width: 4.12rem;
	height: 1.08rem;
	border-radius: 0.54rem;
	background-color: #FF3A56;
	line-height: 1.08rem;
	text-align: center;
	cursor: pointer;
	margin-top: 1.6rem;
}

.header-img {
	align-self: center;
	width: 9rem;
	height: 7rem;
	margin: 0 4.2rem 0 4.36rem;
}

/* *********************************************
                     advantage
***********************************************/
.advantage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-top: 2.4rem;
}

.advantage-title {
	align-self: center;
	text-align: center;
	color: #2B2B52;
}

.advantage-title h2 {
	position: relative;
	font-size: 0.4rem;
	font-weight: bold;
	margin-top: .92rem;
}

.advantage-title h2::before {
	position: absolute;
	top: -.95rem;
	left: 50%;
	transform: translateX(-50%);
	content: "01";
	font-size: 1.32rem;
	font-weight: bold;
	color: #2B2B52;
	opacity: 0.05;
}

.advantage-list {
	display: flex;
	align-self: center;
	margin-top: 1.6rem;
}

.advantage-list-item {
	position: relative;
	display: flex;
	width: 5rem;
}

.advantage-list-item::after {
	position: absolute;
	bottom: -0.6rem;
	content: "";
	width: .48rem;
	height: .08rem;
	background-color: #333333;
}

.advantage-list-item:nth-child(n + 2) {
	margin: 0 0 0 2.5rem;
}

.advantage-item-des h3 {
	font-size: 0.32rem;
	font-weight: bold;
}

.advantage-item-des p {
	line-height: 0.48rem;
	font-size: 0.28rem;
	color: #666666;
	margin-top: .8rem;
}

/* *********************************************
                     content
   ***********************************************/
.content {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #F7F8FA;
	margin-top: 2.4rem;
}

.content-title {
	align-self: center;
	text-align: center;
	color: #2B2B52;
}

.content-title h2 {
	position: relative;
	font-size: 0.4rem;
	font-weight: bold;
	margin-top: 2.5rem;
}

.content-title h2::before {
	position: absolute;
	top: -.95rem;
	left: 50%;
	transform: translateX(-50%);
	content: "02";
	font-size: 1.32rem;
	font-weight: bold;
	color: #2B2B52;
	opacity: 0.05;
}

.content-list {
	display: flex;
	align-self: center;
	margin: 1.6rem 0 1rem;
}

.content-list-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 4.9rem;
	background-color: #FFFFFF;
	border-radius: .4rem;
}

.content-list-item:nth-child(n + 2) {
	margin-left: .8rem;
}

.content-list-item img {
	width: .6rem;
	height: .6rem;
}

.content-list-item h3 {
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0.8rem 0 0.4rem 0;
}

.content-list-item p {
	text-align: center;
	line-height: .48rem;
	font-size: 0.28rem;
	color: #666666;
}

/* *********************************************
                     pass
***********************************************/
.pass {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-top: 2.4rem;
}

.pass-title {
	align-self: center;
	text-align: center;
	color: #2B2B52;
}

.pass-title h2 {
	position: relative;
	font-size: 0.4rem;
	font-weight: bold;
	margin-top: .92rem;
}

.pass-title h2::before {
	position: absolute;
	top: -.95rem;
	left: 50%;
	transform: translateX(-50%);
	content: "03";
	font-size: 1.32rem;
	font-weight: bold;
	color: #2B2B52;
	opacity: 0.05;
}

.pass-list {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	justify-content: space-between;
	width: 12rem;
	margin-top: 1.6rem;
}

.pass-list-item {
	display: flex;
	flex-direction: column;
	width: 5rem;
}

.pass-list-item:nth-child(n+3) {
	margin-top: 2rem;
}

.pass-list-item h3 {
	align-self: center;
	width: 1.8rem;
	height: .72rem;
	background-color: #2B2B52;
	border-radius: .12rem;
	text-align: center;
	font-size: .32rem;
	line-height: .72rem;
	color: #FFFFFF;
}

.pass-list-item p {
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.28rem;
	color: #999999;
	margin-top: .4rem;
}

/* *********************************************
                     choose
   ***********************************************/
.choose {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 7rem;
	background: url(../img/default-bg-footer.png) center no-repeat;
	background-size: 38.4rem 7rem;
	margin-top: 2.4rem;
	padding-top: 1.6rem;
}

.choose-title {
	align-self: center;
	width: 20rem;
}

.choose-title p{
	font-size: .28rem;
	line-height: .48rem;
	text-align: center;
	color: #ffffff;
}

.rowd-content-btn {
	align-self: center;
	width: 4.12rem;
	height: 1.08rem;
	border-radius: 0.54rem;
	background-color: #FF3A56;
	line-height: 1.08rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	margin-top: 1.6rem;
}
/* *********************************************
                     footer
   ***********************************************/
footer {
	display: flex;
	align-items: center;
	width: 100%;
	height: 1.9rem !important;
	padding: 0 !important;
	background: #ffffff;
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.footer-right {
	line-height: 0.32rem;
	font-size: 0.28rem;
	color: #999999;
}

.footer-right a {
	color: #999999;
}

.footer-right a:hover {
	text-decoration: underline;
}

.footer-right_link {
	display: flex;
	align-items: center;
	margin-top: .2rem;
}

.police {
	display: flex;
	align-items: center;
	margin-left: .6rem;
}

.police p {
	margin-left: .1rem;
}

.back-top {
	position: fixed;
	bottom: 1rem;
	right: 4rem;
	cursor: pointer;
	z-index: 99;
}

.back-top img {
	width: 1rem;
	height: 1rem;
}

/* *********************************************
                     max-width: 1220px
   ***********************************************/

@media screen and (max-width: 1220px) {
	.header-img {
		align-self: center;
		width: 10rem;
		height: 6.13rem;
		margin: 0 0 0 2.8rem;
	}

	.weapons-list-item {
		width: 6rem;
	}
	
	.weapons-list-item:nth-child(n + 2) {
		margin: 0 0 0 1rem;
	}

	.gain-list-item {
		width: 4.6rem;
	}

	.crowd-content {
		width: 20rem;
	}

	.crowd-list {
		left: 0.5rem;
	}

	.crowd-content img {
		left: 8.3rem;
	}
}

/* *********************************************
                     max-width: 768px
***********************************************/
@media screen and (max-width: 1024px) {
	/* *********************************************
                     header
	***********************************************/
	header {
		justify-content: flex-end;
		flex-direction: column-reverse;
		height: 18.9rem !important;
		background: url(../img/phone-bg-header.png) center no-repeat;
		background-size: 15rem 18.9rem;
	}

	.header-title {
		align-self: center;
		margin-top: 1.6rem;
	}

	.header-title h1 {
		text-align: center;
		margin-bottom: .6rem;
	}

	.header-title-describe {
		font-size: 0.48rem;
		line-height: 0.72rem;
		text-align: center;
		margin-top: 0.4rem;
	}

	.header-title-btn {
		align-self: center;
		width: 6rem;
		height: 1.6rem;
		border-radius: 0.8rem;
		line-height: 1.6rem;
		font-size: 0.56rem;
		margin-top: 1rem;
	}

	.header-img {
		align-self: center;
		width: 9rem;
		height: auto;
		margin: 1.6rem 0 0 0;
	}

	/* *********************************************
										weapons
	***********************************************/
	.advantage {
		margin-top: 1.6rem;
	}
	
	.advantage-title h2 {
		font-size: .72rem;
		margin-top: 1.8rem;
	}
	
	.advantage-title h2::before {
		top: -1.3rem;
		font-size: 2rem;
	}
	
	.advantage-list {
		display: flex;
		flex-direction: column;
		align-self: center;
		width: 15rem;
		padding: 0 2rem 0 1rem;
		box-sizing: border-box;
		margin-top: 0;
	}
	
	.advantage-list-item {
		width: 12rem;
		margin-top: 1.6rem;
	}
	
	.advantage-list-item::after {
		width: .86rem;
	}
	
	.advantage-list-item:nth-child(n + 2) {
		margin: 2.2rem 0 0 0;
	}
	
	.advantage-item-des h3 {
		font-size: 0.64rem;
	}
	
	.advantage-item-des p {
		line-height: 0.84rem;
		font-size: 0.56rem;
		margin-top: .8rem;
	}

	/* *********************************************
										advantage
	***********************************************/
	.content {
		margin-top: 1.6rem;
	}
	
	.content-title h2 {
		font-size: 0.72rem;
		margin-top: 3.4rem;
	}
	
	.content-title h2::before {
		top: -1.3rem;
		font-size: 2rem;
	}
	
	.content-list {
		display: flex;
		flex-direction: column;
		margin: 1rem 0 1rem;
	}
	
	.content-list-item {
		width: 12rem;
		height: 8.6rem;
		border-radius: .4rem;
	}
	
	.content-list-item:nth-child(n + 2) {
		margin-left: 0;
		margin-top: .8rem;
	}
	
	.content-list-item img {
		width: 1.2rem;
		height: 1.2rem;
	}
	
	.content-list-item h3 {
		font-size: 0.64rem;
		margin: 1rem 0 0.6rem 0;
	}
	
	.content-list-item p {
		line-height: .86rem;
		font-size: 0.56rem;
	}


	/* *********************************************
                     pass
***********************************************/
.pass {
	margin-top: 1.6rem;
}

.pass-title h2 {
	font-size: 0.72rem;
	margin-top: 1.8rem;
}

.pass-title h2::before {
	top: -1.3rem;
	font-size: 2rem;
}

.pass-list {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.pass-list-item {
	align-self: center;
	width: 10rem;
	margin-top: 1.6rem;
}

.pass-list-item:nth-child(n+3) {
	margin-top: 1.6rem;
}

.pass-list-item h3 {
	width: 3.6rem;
	height: 1.44rem;
	border-radius: .12rem;
	font-size: .64rem;
	line-height: 1.44rem;
}

.pass-list-item p {
	line-height: 0.84rem;
	font-size: 0.56rem;
	margin-top: .6rem;
}

	/* *********************************************
                     choose
   ***********************************************/
	.choose {
		height: 14.16rem;
		background: url(../img/phone-bg-footer.png) center no-repeat;
		background-size: 15rem 14.16rem;
		margin-top: 1.6rem;
		padding-top: 1.6rem;
	}

	.choose-title {
		align-self: center;
		width: 13rem;
	}

	.choose-title p{
		font-size: .56rem;
		line-height: .84rem;
	}

	.rowd-content-btn {
		align-self: center;
		width: 6rem;
		height: 1.6rem;
		border-radius: 0.8rem;
		line-height: 1.6rem;
		text-align: center;
		font-size: .6rem;
		color: #ffffff;
		cursor: pointer;
		margin-top: 1.6rem;
	}

	/* *********************************************
                     footer
	***********************************************/

	footer {
		height: 2.08rem !important;
	}

	.footer-right {
		display: flex;
		flex-direction: column;
		line-height: 0.72rem;
		font-size: 0.38rem;
	}

	.back-top {
		position: fixed;
		bottom: 1rem;
		right: 1rem;
	}

	.back-top img {
		width: 1.6rem;
		height: 1.6rem;
	}
}
