@CHARSET "UTF-8";
div {
	vertical-align: top;
}

.box {
	background: #efefef;
	/* width: 960px;
	height: 836px; */
	vertical-align: middle;
}

.box .model {
	font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 200;
}

.box .model-name {
	font-size:32px;
	font-family:Source Han Sans CN;
	font-weight:300;
	margin-left: 23px;
}

.box .model-desc {
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:300;
	margin-top: 71px;
	width: 524px;
	line-height: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.host-row {
	width: 100%;
	clear: both;
	display: table;
}
.host-img {
	width: 100%;
	height: auto;
	display: block;
}