﻿@charset "utf-8";
/*common css*/
body {font-size:12px;color:#333;font-family:"微软雅黑";background:url(../images/regbg.jpg);background-size: cover, 100%;background-attachment: fixed;background-position: 50% 50%;}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, th, td { margin:0; padding:0;}
textarea{border:0;resize:none;outline:none;}
table { border-collapse:collapse; border-spacing:0;}
img { border:0;}
li { list-style:none;}
a { cursor:pointer; color:#005AA0; text-decoration:none;}
a:hover { color:#09C; text-decoration:none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both; height:0px; overflow:hidden; line-height:0px; font-size:0px;width:0;}
.main {width: 990px;margin: 0 auto;}
/* 表单控件 */
input.text, textarea.textarea {padding: 4px 4px;font-size: 100%; line-height: 18px;border: 1px solid #CCC;background-color: white;box-shadow: 2px 2px 2px #F0F0F0 inset;vertical-align: middle;margin: 0;font-family: inherit;}
.select{padding: 4px 4px;font-size: 100%;line-height: 18px;border: 1px solid #CCC;background-color: white;box-shadow: 2px 2px 2px #F0F0F0 inset;vertical-align: middle;margin: 0;font-family: inherit;}
a.button {display: inline-block;padding: 5px 20px 6px;line-height: 1.2em;border:1px solid #bdbcbc;border-radius: 2px;background: #fff no-repeat 4px 5px;font-size: 12px;color: #333;text-decoration: none;font-weight: bold;}
a.button:hover {border:1px solid #9c9b9b;}
.submit_loading {background-image:url('../images/submit_loading.gif') !important;color:#ccc !important;}
/* 分页 */
.page_block{margin:10px 0;padding-left: 10px;}
div.pagination {font: 12px/1.5 Tahoma,Helvetica,'SimSun',sans-serif;font-size: 12px;}
div.pagination a,div.pagination span.current {float: left;display: inline;margin-left: 4px;padding: 0 8px;height: 26px;line-height:26px;border: 1px solid #013d97;background: #FFF;background-repeat: no-repeat;color: #333;overflow: hidden;text-decoration: none;}
div.pagination a:hover {border-color:#0282d3;color:#FFF;text-decoration:none;background:#0282d3;}
div.pagination span.current {font-weight: bold;border: 1px solid #0282d3; background:#0282d3;color:#FFF;}
/* 注册CSS */
.head{padding: 20px 0 30px 0;}

.reginfo{ border:1px solid #DDD;color:#666; padding:30px 0px;background:#FFF; margin-top:10%; width:580px; margin:0px auto;}
.reginfo li {height:30px; line-height:30px; font-size:12px;margin:0px; padding-bottom:35px;}
.reginfo li input{ border-radius:3px; font-size:16px;}
.reginfo li .tit { width:150px; padding:0; margin:0; padding-right:10px;height:30px; text-align: right;display: inline-block; font-family:"微软雅黑"; float:left;font-size:16px;}
.reginfo li .tit b{color:red;padding-right: 5px; text-indent:0px;}
.reginfo li b{ text-indent:150px; display:inline-block;}
.btn-regist{display: inline-block;width:330px; margin-left:0px;height:36px;color:#FFF; font-family:"微软雅黑";font-size:16px;text-indent:-9999px;font-weight:800;overflow:hidden;background:url('../images/reg/regist-btn.jpg') no-repeat ;}
.btn-regist:hover{background:url('../images/reg/hover-btn.jpg') no-repeat;}