﻿body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}


/*PC端*/

@media screen and (min-width: 1400px) {
	.mobile {
		background: url(../img/pc_head_bg@2x.png);
		background-size: 100% 21rem;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		overflow: hidden;
		background-color: #fff;
	}
	.company {
		margin-left: 5.125rem;
		margin-top: 2rem;
		color: #fff;
	}
	.pc_iphone {
		display: block !important;
		float: left;
		width: 12.45rem;
		height: 19.125rem;
		margin: 1.25rem 0.75rem 0.425rem 5.125rem;
	}
	.main {
		margin-top: 2.25rem;
	}
	.m-content {
		float: left;
	}
	.m-logo img {
		display: none;
	}
	.m-title {
		display: none;
	}
	.pcm-title {
		display: block !important;
		font-size: 1.6rem;
		font-weight: 400;
		color: #fff;
		line-height: 1.8rem;
		margin-bottom: 1.45rem;
	}
	.m-dec {
		display: none;
	}
	.m-footer {
		float: left;
	}
	.m-footer div {
		float: left;
		width: 12.375rem;
	}
	.m-footer .code {
		float: left;
		background: url(../img/android-code.png) 0.2rem 0.2rem;
		background-size: 4.6rem 4.6rem;
		background-repeat: no-repeat;
		width: 5rem;
		height: 5rem;
		background-color: #fff;
	}
	.m-footer div a {
		display: block;
		height: 1.3rem;
		line-height: 1.3rem;
		background: #fff;
		color: #F83151;
		text-decoration: none;
		font-size: 0.5rem;
		margin-top: 1rem;
	}
	.iphone_icon {
		display: none;
	}
	.pc_icon {
		display: block !important;
	}
	.m-footer div a img {
		float: left;
		width: 0.7rem;
		height: 0.775rem;
		margin-left: 0.25rem;
		margin-top: 0.26rem;
		margin-right: 0.2rem;
	}
	.m-footer div p {
		color: #fff;
		font-size: 0.56rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
		font-weight: 400;
	}
	.mcode-left p {
		width: 10rem;
	}
}


/*移动端*/

@media screen and (max-width: 1399px) {
	.footer {
		margin-top: 2rem !important;
	}
	.company {
		text-align: center;
		color: #fff;
		margin-top: 1.5rem;
	}
	.mobile {
		background: url(../img/head_bg@2x.png);
		background-size: 100% 13.55rem;
		background-repeat: no-repeat;
		background-color: #fff;
		width: 100%;
		position: absolute;
		z-index: 1;
		overflow: auto;
	}
	.m-logo {
		width: 4.875rem;
		height: 4.875rem;
		margin: 0.9rem auto 0.6rem;
	}
	.m-logo img {
		width: 100%;
		height: 100%;
	}
	.m-title {
		text-align: center;
		height: 1.2rem;
		font-size: 1.075rem;
		font-weight: 500;
		color: #fff;
		line-height: 1.2rem;
	}
	.m-dec {
		text-align: center;
		height: 0.7rem;
		font-size: 0.7rem;
		font-weight: 500;
		color: #fff;
		line-height: 0.875rem;
		margin: 0.5rem 0 4.25rem;
	}
	.m-footer {
		clear: both;
		padding: 0 1.1rem 0 1.4rem;
	}
	.m-footer .code {
		float: left;
		background: url(../img/android-code.png) 0.2rem 0.2rem;
		background-size: 5.25rem 5.25rem;
		background-repeat: no-repeat;
		width: 5.625rem;
		height: 5.625rem;
		margin-right: 1.45rem;
		padding-bottom: 2.75rem;
	}
	.m-footer div a {
		display: block;
		margin-left: 7.075rem;
		width: 5.9rem;
		height: 1.5rem;
		line-height: 1.5rem;
		background: #F92663;
		color: #fff;
		text-decoration: none;
		font-size: 0.62rem;
	}
	.iphone_icon {
		display: block;
	}
	.m-footer div a img {
		float: left;
		width: 0.8rem;
		height: 0.9rem;
		margin-left: 0.45rem;
		margin-top: 0.3rem;
	}
	.m-footer div p {
		color: #444444;
		font-size: 0.55rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
	}
	.mcode-right {
		clear: both;
	}
}

.alter-cover {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	display: none;
}

.alter-box {
	width: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
}

.alter-box img {
	width: 2.35rem;
	height: 1.9rem;
	position: absolute;
	top: 0.35rem;
	right: 0.95rem;
}

.alter-box p {
	color: #fff;
	font-size: 0.85rem;
	margin-top: 2.6rem;
	padding: 0.4rem 1.1rem;
	background: linear-gradient(270deg, rgba(245, 59, 112, 1) 0%, rgba(244, 34, 79, 1) 100%);
	border-radius: 0.4rem;
	font-weight: 500;
	line-height: 1.2rem;
	height: 2.5rem;
	margin: 2.6rem 0.6rem 0;
}
.footer >a{
	color: #999 !important;
	font-size: 12px !important;; 
	display: inline-block !important;
	margin-top: 0 !important;
}
