* {
	box-sizing: border-box;
}
.text-center {
	text-align: center;
}
div.server-banner {
	background-image: url(./img/banner.png);
}
/* 优势 */
.host-youshi-1 {
	background-image: url(./img/01.png);
}
.host-youshi-2 {
	background-image: url(./img/02.png);
}
.host-youshi-3 {
	background-image: url(./img/03.png);
}
.host-youshi-4 {
	background-image: url(./img/04.png);
}
/* 推荐配置 */
.recommend-box ul li {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	min-height: 9.5rem;
	margin-bottom: 0.5rem;
}
.recommend-box ul li .rec-title {
	background-color: #f5f6f7;
	border-bottom: solid 1px #e5e5e5;
	min-height: 2rem;
	line-height: 2rem;
	color: #333;
	font-size: 0.7rem;
	padding-left: 0.5rem;
}
.recommend-box ul li .rec-left{
	float: left;
	width: 66.6%;
}
.recommend-box ul li .rec-right{
	float: left;
	width: 33.3%;
	margin-top: 1.2rem;
}
.rec-configs-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 0.4rem 0;
}
.rec-configs-outer .rec-configs {
	width: 50%;
	height: 2.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.1rem;
}
.rec-configs-outer .rec-configs span:first-child {
	margin-top: 0.3rem;
	font-size: 0.5rem;
	color: #999;
}
.rec-configs-outer .rec-configs span:last-child {
	font-size: 0.6rem;
	color: #333;
}
.rec-right .text-center {
	margin-top: 1.1rem;
}
.rec-price{
	color: #666666;
	font-size: 0.45rem;
}
.rec-price-number {
	color: #ff6600;
	font-size: 0.75rem;
}
.rec-buy-button {
	width: 4rem;
	height: 1.4rem;
	border-radius: 2px;
	border: solid 1px #007fff;
	font-size: 0.6rem;
	line-height: 1.4rem;
	text-align: center;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}
.rec-buy-button a {
	color: #0080ff;
}
.server-situation {
	padding-bottom: 0.8rem;
	line-height: 2em;
	text-align: justify;
}
.server-config {
	padding-top: 0.8rem;
	line-height: 2em;
}
.server-config-button {
	margin-top: 0.5rem;
}
/* 服务优势 */
.service-subtitle {
	margin-bottom: 0.5rem;
	font-size: 0.6rem;
	color: #333;
}
.service-list {
	line-height: 2em;
	font-size: 0.5rem;
	color: #999;
}
/* 应用支持 */
.host-app-1 {
	background-image: url(./img/host_app_1.png);
}
.host-app-2 {
	background-image: url(./img/host_app_2.png);
}
.host-app-3 {
	background-image: url(./img/host_app_3.png);
}
.host-app-4 {
	background-image: url(./img/host_app_4.png);
}
.host-app-5 {
	background-image: url(./img/host_app_5.png);
}
.host-app-6 {
	background-image: url(./img/host_app_6.png);
}
.host-app .youshi-title {
	color: #0080ff;
}
.host-app-emphasis {
	color: #666;
	font-size: 0.5rem;
}
.youshi-block.youshi-collapsed {
	height: 19rem;
}

/* 应用支持 */
.host-app .support-block {
	padding: 0.3rem 0;
	border-top: 1px solid #e6e6e6;
}
.host-app .support-block:first-child {
	border-top: none;
}
.support-block .support-title {
	font-size: 0.7rem;
	color: #333333;
	line-height: 1.4rem;
	padding-left: 1.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}
.host-support-1 {
	background-image: url(./img/20191223/spe-icon-1.png);
}
.host-support-2 {
	background-image: url(./img/20191223/spe-icon-2.png);
}
.host-support-3 {
	background-image: url(./img/20200107/host_app_3.png);
}
.host-support-4 {
	background-image: url(./img/20191223/spe-icon-3.png);
}
.host-support-5 {
	background-image: url(./img/20191223/spe-icon-4.png);
}
.host-support-6 {
	background-image: url(./img/20200107/host_app_6.png);
}
.support-block .support-content {
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.2rem;
}
.support-block .support-emphasis {
	font-size: 0.4rem;
	color: #666666;
	line-height: 0.8rem;
}