
body {
	margin: 0;
	padding: 0;
	background: #fef3e6;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	width: 100%;
	height: 100vh;
	background: url('../img/down_bg.png') no-repeat;
	background-size: 100% 100vh;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container-pc .logo {
	width: 312px;
	display: inline-block;
	height: 136px;
	background: url('../img/down_logo.png') no-repeat;
}

.container-pc .phone {
	margin-top: 25px;
	width: 220px;
	height: 88px;
}
.container-pc .phone img{
	display: inline-block;
	margin-top: 14px;
}
.container-pc .phone div{
	display: inline-block;
	width:140px;
	vertical-align: top;
	margin-left: 10px;
}
.container-pc .phone div p:nth-child(1){
	font-size: 12px;
	color: #fff;
	margin-bottom: 4px;
}
.container-pc .phone div p:nth-child(2),.phone div p:nth-child(3){
	font-size: 18px;
	color: #fff;
}

.main .load-img{
	width: 35%;
}
.main .load-main{
	width:60%;
	margin-top:8%;
}
.main .load-main .m1{
	font-size: 58px;
	color: #fff;
	margin-bottom: 24px;
	font-weight: 600;
}
.main .load-main .m2{
	font-size: 30px;
	color: #fff;
	margin-bottom: 80px;
}
.main .load-main .m3{
	position: relative;
}
.main .erweima{
	width: 200px;
	height: 200px;
	border-radius: 20px;
	float: left;
}
.main .erweima img{
	width: 100%;
	height: 100%;
}
.main .last{
	position: absolute;
	top: 0;
	left: 250px;
	font-size: 0;
}
.main .last a{
	display: inline-block;
	margin-bottom:24px;
	width: 338px;
	height:88px;
	position: relative;
}

.main .last a img{
	width: 100%;
	height: 100%;
}

.main .box1,.main .box2 {
	width: 180px;
	height: 180px;
	position: absolute;
	top: -30%;
	right: -60%;
	display: none;
	border-radius: 5px;
}

.main .box1 {
	background: #fff url(../img/ios.png) center no-repeat;
	background-size: 160px 160px;
}

.main .box2 {
	background: #fff url(../img/anzhuo.png) center no-repeat;
	background-size: 160px 160px;
}

.main .box1::before,.main .box2::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 40px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
}

.main .last a:hover .box1,.main .last a:hover .box2 {
	display: block;
}

.container-m {
	width: 100%;
	display: none;
	margin: 0 auto;
}

.container-m .app-down {
	font-size: 0;
	width: 100%;
	background: url('../img/downm_bg.png') no-repeat;
	background-size: 100%;
	text-align: center;
}

.container-m .app-down2 {
	width: 100%;
	height: 100vh;
}

.container-m .app-down2 img {
	width: 90%;
	display: block;
	margin: 10px auto;
}

.container-m .logo img {
	width: 32%;
	margin-top: 10%;
}

.container-m .img img {
	width: 72%;
	margin-top: 10%;
}

.container-m .bg img {
	width: 100%;
	margin-top: -30%;
}


@media (min-width: 992px) and (max-width: 1200px) {
	.container-pc .content {
		transition: all linear .3s;
		transform: scale(0.8);
	}

}


@media (min-width: 0) and (max-width: 992px) {
	.container-pc {
		display: none;
	}

	.container-m {
		transition: all linear .3s;
		display: block;
	}
}


