@charset "utf-8";
/* CSS Document */

.error-wrap {width: 100%; height: 100%; position: relative; }
.error-wrap .error {position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:1200px; text-align: center; background:#f8f8f8; padding:30px; border:1px solid #eee;}
.error-wrap .error img {width: 220px;}
.error-wrap .error .tit {font-size: 1.8rem; font-weight: 500; color: #0f3269; padding:30px 0 15px;}
.error-wrap .error .txt {font-size: 1.4rem; color: #666; line-height: 1.7; word-break: keep-all;}

@media all and (max-width: 1200px) {
	.error-wrap {background: #f8f8f8;}
	.error-wrap .error {width: 100%; border:0;}
}
@media all and (max-width: 600px) {
	.error-wrap .error img {width:50%;}
}