/* 公用 */
html{overflow-x:hidden; overflow-y:auto; background-color:#393d49;}
body{line-height:24px;}
.main{width:500px; margin:200px auto 0; border:1px solid #F2F2F2; text-align:center; background-color:#FFF; border-radius:6px;}
.page-title{position:relative; font-size:16px; margin:20px 0 30px; padding:10px 15px; line-height:30px; border-bottom:1px solid #DFDFDF;}
form{width:460px; margin:0 auto;}
.layui-form-mid img{margin-top:-6px; width:139px;}
/* 底部 */
footer {padding:30px 0; line-height:30px; text-align:center; color:#737573; background-color:#F2F2F2; width:100%; position:fixed; bottom:0;}
footer a{padding:0 6px; font-weight:300; color:#333;}
footer a:hover{color:#777;}