@chartset "UTF-8";
@import url(common.css);
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans"), local("OpenSans"), url(../fonts/OpenSans.woff) format("woff"); }
body,html{height: 100%;}
.wrap{width: 100%;height: 100%;position: relative;}
.error{width: 500px;margin:150px auto 0;border:1px solid #ED4E2A;border-radius:10px;}
.error .title{height: 34px;line-height: 34px;background:#ED4E2A;padding:0 0 0 10px;border-radius:9px 9px 0 0;color:#fff;font-size: 15px;font-weight:bold;position: relative;}
.error .title .fa{position: absolute;z-index: 1;font-size: 16px;color:#fff;width: 20px;height: 20px;right: 5px;top: 5px;text-align: center;line-height: 20px;}
.error .content{padding:20px;text-align: center;line-height: 34px;font-size: 24px;color:#ED4E2A;}
.error .content .time{font-size: 14px;display: block;padding:10px 0;}
.error .content .btn{width: 80px;height: 30px;line-height: 30px;display: block;margin:0 auto;background:#ED4E2A;border-radius:8px;color:#fff;font-size: 14px;font-weight: bold;text-align: center;}

.success{width: 500px;margin:150px auto 0;border:1px solid #27A9E3;border-radius:10px;}
.success .title{height: 34px;line-height: 34px;background:#27A9E3;padding:0 0 0 10px;border-radius:9px 9px 0 0;color:#fff;font-size: 15px;font-weight:bold;position: relative;}
.success .title .fa{position: absolute;z-index: 1;font-size: 16px;color:#fff;width: 20px;height: 20px;right: 5px;top: 5px;text-align: center;line-height: 20px;}
.success .content{padding:20px;text-align: center;line-height: 34px;font-size: 24px;color:#27A9E3;}
.success .content .time{font-size: 14px;display: block;padding:10px 0;}
.success .content .btn{width: 80px;height: 30px;line-height: 30px;display: block;margin:0 auto;background:#27A9E3;border-radius:8px;color:#fff;font-size: 14px;font-weight: bold;text-align: center;}