/* 通用样式 */
* {
	margin: 0%;
	padding: 0%;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}


html {
	background-color: #ffffff;
}
body {
	width: 100%;
	min-width: 1000px;
	margin: 0px auto;
	background: linear-gradient(rgb(255, 230, 223) 0%, rgb(255, 255, 255) 100%);
}


.header {
	width: 80%;
	margin: 0 auto;
	height: 8vw;
}
.header_logo {
	display: inline-flex;
	align-items: center;
	color: rgb(0, 0, 0);
	font-size: 0.8vw;
	height: 8vw;
}
.logo {
	width: 21%;
}
.header h1 {
	margin-left: 2%;
}
.introduction_app {
	float: right;
	display: block;
	height: 8vw;
	line-height: 8vw;
	color: rgb(0, 0, 0);
	font-size: 1.2vw;
	font-weight: bold;
}


.container {
	width: 100%;
}
.ad_title {
	min-width: 1000px;
	font-size: 4vw;
	margin: 0 auto;
	text-align: center;
	margin-top: 4vw;
}
.ad_info {
	text-align: center;
	font-size: 1vw;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 2vw;
	margin-bottom: 3vw;
}
.tag_list {
	width: 65%;
	display: flex;
	align-items: center;
	column-gap: 3%;
	margin: 0 auto;
}
.tag_list_item {
	width: 33%;
	background: rgba(255, 255, 255, 0.59);
	box-shadow: rgba(165, 49, 62, 0.06) 0px 12px 17px 0px;
	border-radius: 1vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tag_list_item img {
	width: 26%;
	margin-top: 10%;
	margin-bottom: 10%;
}
.tag_list_item_title {
	font-size: 1.2vw;
	font-weight: bold;
}
.tag_list_item_info {
	font-size: 1vw;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 1vw;
	margin-bottom: 15%;
}
.app_erweima {
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5%;
}
.app_erweima div {
	font-size: 2vw;
	margin-bottom: 3%;
}
.app_erweima img {
	width: 25%;
}





.footer {
	width: 31%;
	display: flex;
	align-items: center;
	column-gap: 1%;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 2%;
}
.footer a, .copyright {
	font-size: 0.8vw;
	color: rgba(0, 0, 0, 0.7);
}