.header {
	position: relative;
	height: 737px;
	background: url("../images/asset_head_bg.png") no-repeat center;
}

.header .content {
	margin-top: 110px;
}

.content>div {
	width: 490px;
	height: 66px;
}

.content>div>h3 {
	float: left;
	width: 200px;
	font-weight: bold;
	font-size: 50px;
	color: #FFFFFF;
}

.content>div>span {
	float: right;
	margin-top: 34px;
	opacity: 0.4;
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
}

.content h4 {
	margin-top: 40px;
	font-size: 40px;
	color: #FFFFFF;
}

.content .download-link {
	display: inline-block;
	padding: 9px 26px;
	margin-top: 40px;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 4px;
	background-color: #1EE0A1;
}

.content button:hover {
	background-color: rgba(30, 224, 162, .9);
}

.asset-category {
	margin-top: 220px;
}

.category-content {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 80px auto 0;
}

.category-content div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 440px;
}

.category-content div h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
}

.category-content div p {
	margin-top: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 32px;
}

.product-feature {
	margin-top: 80px;
	height: 515px;
	background: url("../images/asset_product_mask.png") no-repeat center;
}

.product-center {
	position: relative;
	height: 100%;
}

.product-center>h4 {
	padding-top: 80px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0.6;
}

.product-center>h3 {
	margin-top: 10px;
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
}

.product-content {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 50px;
	height: 492px;
	width: 100%;
	padding: 80px;
	background-color: #ffffff;
	box-shadow: 0 0 51px 0 rgba(94, 94, 94, 0.29);
}

.product-content>div {
	display: flex;
	justify-content: space-between;
	height: 140px;
	width: 100%;
}

.product-content>div>div {
	width: 480px;
	height: 100%;
}

.product-content>div>div>h3 {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.80);
	line-height: 32px;
}

.product-content>div>div>p {
	margin-top: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.50);
	line-height: 32px;
}

.product-price {
	margin: 250px auto 60px;
	height: 400px;
}

.product-price h4 {
	text-align: center;
	font-size: 20px;
	color: #1F77FA;
}

.product-price h3 {
	margin-top: 10px;
	text-align: center;
	font-size: 32px;
	color: #000000;
}

.product-price table {
	margin-top: 30px;
	border-collapse: collapse;
	border: 1px solid #E8E8E8;
	width: 100%;
	height: 280px
}

.product-price table thead {
	height: 70px;
	background-color: #F7F9F8;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.80);
	font-weight: bold;
}

.product-price table tbody {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.60);
	text-align: center;
}


/*新*/

.content>div {
	width: 620px;
}

.content h4 {
	font-size: 32px;
}