<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*导航*/
body{background-color:#fdfdfd}
.reg-header{width:100%;height:65px;background:#fff;border-bottom:1px solid #ececec;padding:30px 0 }
.reg-headerCon{width:990px;margin:0 auto}
 
.reg-header .logo{width:260px;float:left;margin:10px 0 0 10px;}
 
.headerTit{float:left;height:60px;line-height:60px;font-size:35px;margin:4px 0;padding-left:22px;border-left:2px solid #c7c7c7}

/* 页脚 */
.reFooter{width:990px;margin:20px auto; text-align:center;}

.main{width:850px;margin:0 auto;border:1px solid #d7d7d7;background-color:#fff}
.step-box{width:850px;margin:30px auto;}
.form-table th,.form-table td{padding:10px 5px;}
.form-table th{text-align:right;color:#666;width:82px;font-weight:normal; vertical-align:top;padding-top:17px}
.form-table .tip{font-size:12px;color:#a0a0a0}
.form-table .tip-header{font-size:36px;color:#66cc66;padding:30px 0;text-align:center}
.form-table .tip-con{text-align:center;line-height:30px}

.grey-button{width:145px;height:44px;line-height:44px;border:none;color:#666;background:url(../images/grey-bt-bg.png) no-repeat; cursor:pointer}

</pre></body></html>