@charset "UTF-8";

.subheader2.chinese,
.subheader3.chinese {
    font-family:'Open Sans Condensed' , 'Microsoft YaHei', '微软雅黑',  sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

#utility {
	padding-bottom:53px;
	background: url(./utility-clientlibs/images/bg-utility-1px.gif) repeat-x center top;
	color: #1f1f1f;
}

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio: 1.5){
	#utility {
		padding: 0 20px 50px;
		background: url(./utility-clientlibs/images/bg-utility-6px.gif) repeat-x center top;
		background-size: 3px 100px;
		-webkit-background-size: 3px 100px;
	}
	.subheader2.chinese,
	.subheader3.chinese {
		font-size: 0.938rem;
		line-height: 1.063rem;
	}
}