html, body {margin: 0; padding: 0;}
.errormain {margin: 100px auto; width: 400px; text-align: center;}
.errormain .icon {font-size: 0; text-align: center;}
.errormain .icon img {height: 130px;}
.errormain .name {width: auto; height: auto; font-size: 24px; font-weight: bold; color: #333; padding-top: 30px;}
.errormain .note {width: auto; height: auto; font-size: 14px; color: #666; padding-top: 10px;}
.errormain .note span {color: #ec0000; padding: 0 5px;}
.errormain .note a {color: #316BE6;}