body {
  font-size: 14px;
  font-family: font-Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #e7e6e2;
}

body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.ready .body-wrapper {
  opacity: 1;
}

.hide {
  display: none;
}

div,
ul,
ol,
li,
form,
img,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  width: auto;
}

a {
  text-decoration: none;
}

.reg_info {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.reg_info .back-to-main {
  position: absolute;
  top: 10px;
  font-size: 14px;
  right: 0;
}

.reg_title {
  background: url(../img/reg_line.gif) repeat-x left bottom;
  margin: 0 0 45px 0;
}
.reg_title img {
  display: block;
  margin: 0 12px;
  float: left;
}
.reg_title li {
  font-size: 24px;
  color: #ce483f;
  line-height: 40px;
  margin: 0 0 20px 0;
  background: url("../img/ico_reg.gif") no-repeat left;
  padding-left: 50px;
}

.reg_te {
  width: 96%;
  margin: 0 auto;
}
.reg_te li {
  font-size: 16px;
  line-height: 38px;
  color: #898989;
  margin: 0 0 18px 0;
}
.reg_te span {
  display: block;
  width: 100px;
  font-size: 18px;
  color: #313131;
  text-align: right;
  float: left;
}
.reg_te li input {
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 15px 0 0;
  float: left;
}
.reg_te li img {
  display: block;
  float: left;
}

.reg_bu {
  margin: 0 0 60px 0;
}
.reg_bu li {
  font-size: 16px;
  color: #898989;
  line-height: 40px;
  margin: 30px 0;
}
.reg_bu a {
  display: block;
  width: 202px;
  height: 43px;
  text-indent: -9999em;
  margin: 0 20px 0 115px;
  float: left;
}

.btn-forget {
  cursor: pointer;
  padding: 0 40px;
  background-color: #57982e;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  height: 40px;
  border-bottom: 2px solid #166d20;
  border-radius: 4px;
}

.bu_reg {
  background: url(../img/reg_bu.jpg) no-repeat left top;
}
.bu_reg:hover {
  background: url(../img/reg_bu.jpg) no-repeat left -43px;
}

.bu_login {
  background: url(../img/reg_bu.jpg) no-repeat left -86px;
}
.bu_login:hover {
  background: url(../img/reg_bu.jpg) no-repeat left -129px;
}

.bu_line {
  border-bottom: 4px solid #e3e3e3;
  padding: 0 0 30px 0;
}

.te01 {
  width: 300px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-indent: 5px;
}

.te02 {
  width: 120px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-indent: 5px;
}

.footer {
  color: white;
  line-height: 30px;
  background: #594b47;
  text-align: right;
}
.footer ul {
  width: 1000px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  background: url(../img/reg_headbg.jpg) repeat-x left top;
}
.header ul {
  height: 160px;
  background: url(https://imgsg99.com/tb/reg_banner.jpg) no-repeat center top;
}
.header li {
  width: 1000px;
  margin: 0 auto;
}
.header span {
  display: block;
  width: 450px;
  height: 40px;
  font-size: 20px;
  color: white;
  line-height: 40px;
  background: #594b48;
  text-indent: 20px;
  margin: 120px 0 0 0;
  float: right;
}

.reg_nav {
  width: 100%;
  height: 50px;
  background: url(../img/reg_navbg.jpg) repeat-x left top;
}

fieldset {
  font-size: 14px;
}
fieldset table th {
  width: auto;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
fieldset table td {
  font-size: 14px;
}
fieldset table tr {
  height: 50px;
}
/*# sourceMappingURL=../maps/master.css.map */
