@charset "utf-8";

/* -------------------------------------------------
     system_img
 --------------------------------------------------- */
#system_img {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:20px auto;
	overflow:hidden;
	text-align:center;
}

#system_img img {
	max-width:100%;
	height:auto;
}

/* -------------------------------------------------
     system_price
 --------------------------------------------------- */
#system_price {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
	border:solid 1px #ccc;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}

#system_price h2 {
	margin:10px 0;
	font-size:18px;
	padding-left:10px;
}


#system_price .price_box {
	float:left;
	width:528px;
	height:30px;
	overflow:hidden;
	border-bottom: dotted 1px #999;
	margin: 10px 10px;
}

#system_price .price_box .item {
	float:left;
	width:60%;
	height:30px;
	overflow:hidden;
	line-height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
}

#system_price .price_box .price {
	float:left;
	width:40%;
	height:30px;
	overflow:hidden;
	line-height: 30px;
	text-align:right;
	padding-right: 10px;
	box-sizing: border-box;
}


@media screen and (max-width: 770px) {
	#system_price {
		width:100%;
		padding: 10px 10px;
	}
	
	#system_price .price_box {
		float:left;
		width:100%;
		height:auto;
		border-bottom: dotted 1px #999;
		margin: 10px 0;
	}
	
	#system_price .price_box .item {
		width:60%;
		height:auto;
		line-height: normal;
	}
	
	#system_price .price_box .price {
		width:40%;
		height:auto;
		line-height: normal;
	}

}

/* -------------------------------------------------
     system_txt
 --------------------------------------------------- */
#system_txt {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
	border:solid 1px #ccc;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 770px) {
	#system_txt {
		width:100%;
	}
}