/* 404提示信息 */
.sitewrong p { margin: 0; padding: 0; }
.sitewrong { font: 12px/1.5 arial; color: #333; }
.sitewrong a { text-decoration: none; }
.sitewrong a:hover { text-decoration: underline; }
.sitewrong img { border: 0; }
.sitewrong .clearfix:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden; }
.sitewrong .clearfix{ zoom: 1; }
.sitewrong .row-mod { width: 550px; margin: 0 auto; height: 400px; }
.sitewrong .col-sub { float: left; }
.sitewrong .col-main { float: right; margin-left: 30px; display: inline; }
.sitewrong .smile { font-size: 137px; color: #E9E9E9; }
.sitewrong .wrap { position: relative; margin-top: 14px; }
.sitewrong .arrow { width: 0; height: 0; border-color: #fff #fff #EFF6FC #EFF6FC; border-style: solid; border-width: 8px; position: absolute; left: 40px; top: -16px; }
.sitewrong .modal_sw { font-size:37px; color: #E9E9E9; margin-top: 72px; }
.sitewrong .desc { width: 200px; line-height: 24px; padding: 18px 30px; font-size: 14px; background-color: #eff6fc; box-sizing: content-box; }
/* 移动端适配 */
@media only screen and (max-width: 550px) {
	.sitewrong .row-mod { width: auto !important; }
	.sitewrong .col-main { float: left !important; }
	.sitewrong .smile { display: none !important; }
}