@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, li {
	list-style: none;
}
.wrap-top {
	padding-top: 95px;
	background-color: #af0379;
}
.title {
	text-align: center;
	font-size: 56px;
	color: #ffffff;
	padding-bottom: 115px;
}
.top-content {
	display: flex;
	padding: 0 150px;
}
.top-content-left {
	flex: 1;
	font-size: 0;
}
.top-content-right {
	flex: 1;
}
.content-right-logo {
	display: flex;
	margin-bottom: 50px;
}
.logo-left {
	flex: 0 0 100px;
	width: 100px;
	font-size: 0;
	margin-right: 25px;
}
.logo-right {
	flex: 1;
	margin-top: 10px;
}
.logo-title {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}
.logo-desc {
	font-size: 20px;
	color: #ffffff;
}
.content-right-dowload {
	width: 470px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dowload-item {
	height: 70px;
	line-height: 70px;
	padding-left: 90px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
}
.dowload-item:hover .code {
	display: inline-block;
}
.content-right-dowload li:nth-child(1) {
	width: 215px;
	height: 69px;
	background-image: url('../img/ios.png');
	background-size: 215px 69px;
	background-repeat: no-repeat;
}
.content-right-dowload li:nth-child(2) {
	width: 215px;
	height: 69px;
	background-image: url('../img/android.png');
	background-size: 215px 69px;
	background-repeat: no-repeat;
}
.content-right-dowload li:nth-child(3) {
	width: 215px;
	height: 69px;
	background-image: url('../img/smallprogram.png');
	background-size: 215px 69px;
	background-repeat: no-repeat;
}
.content-right-dowload li:nth-child(4) {
	width: 215px;
	height: 69px;
	background-image: url('../img/wx.png');
	background-size: 215px 69px;
	background-repeat: no-repeat;
}
.code {
	display: none;
	position: absolute;
	top: -180px;
	left: 28px;
	padding: 18px 18px 28px 18px;
	width: 160px;
	height: 170px;
	background: url('../img/meassgeBox.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0;
}
.wrap-bottom {
	background-color: #e7d0b8;
}
.img {
	height: 930px;
	background: url('../img/bg.png') no-repeat;
	background-position:center;
}

@media screen and (max-width: 1040px) {
.top-content {
	padding: 0 2%;
}
.img {
	height: 800px;
	background: url('../img/bg.png') no-repeat;
	background-size: 100% auto;
}
}