div.server-banner {
	background-image: url(img/20200107/banner.png);
}
/* 优势 */
.server-youshi-1 {
	background-image: url(img/20200107/product-adv-wrap_01.png);
}
.server-youshi-2 {
	background-image: url(img/20200107/product-adv-wrap_02.png);
}
.server-youshi-3 {
	background-image: url(img/20200107/product-adv-wrap_03.png);
}
.server-youshi-4 {
	background-image: url(img/20200107/product-adv-wrap_04.png);
}
.server-youshi-5 {
	background-image: url(img/20200107/product-adv-wrap_05.png);
}
.server-youshi-6 {
	background-image: url(img/20200107/product-adv-wrap_06.png);
}
.server-youshi-7 {
	background-image: url(img/20200107/product-adv-wrap_07.png);
}
.server-youshi-8 {
	background-image: url(img/20200107/product-adv-wrap_08.png);
}
/* 推荐配置 */
.server-situation {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 0.8rem;
	line-height: 2em;
}
.server-config {
	padding-top: 0.8rem;
	line-height: 2em;
}
.server-config-button {
	margin-top: 0.5rem;
}

.product-item{
	margin:0.85rem 0;
}
.product-title{
	font-size: 0.7rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 0.5rem;
}
.product-title .icon{
	display: inline-block;
	width: 0.85rem;
	height: 0.85rem;
	margin-right: 0.452rem;
}
.product-title .icon-1{
	background: url(img/20200107/product-adv-icon1.png) no-repeat center;
	background-size: 100% 100%;
}
.product-title .icon-2{
	background: url(img/20200107/product-adv-icon2.png) no-repeat center;
	background-size: 100% 100%;
}
.product-title .icon-3{
	background: url(img/20200107/product-adv-icon3.png) no-repeat center;
	background-size: 100% 100%;
}
.product-title .icon-4{
	background: url(img/20200107/product-adv-icon4.png) no-repeat center;
	background-size: 100% 100%;
}
.product-title .icon-5{
	background: url(img/20200107/product-adv-icon5.png) no-repeat center;
	background-size: 100% 100%;
}
.product-item .decr{
	font-size: 0.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.product-list-wrapper .decr>ul{
  width: 100%;
}
.product-list-wrapper .decr>ul>li{
  padding: 0 0.2rem 0 0.5rem;
  position: relative;
  margin-top: 0.2rem;
}
.product-list-wrapper .decr>ul>li:after{
  content:"";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.35rem;
  background: #0080ff;;
}
.product-list-wrapper .product-title .icon{
  float: left;
}