﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
q:before,
q:after {
  content: '';
}
/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: none;
}
a {
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:focus {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
em {
  font-style: normal;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
textarea {
  background: none;
  border: 1px #000 solid;
}

body{
    background-image: url(../img/pagebg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    font-family: 'Microsoft YaHei';
    background-color: #fff;
    
}
.head{
  width: 1100px;
  margin: 0 auto;
  height: 99px;
  background-image: url(../img/pagebg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  
}
.head h1{
  font-size: 20px;
  color: #fff;
  line-height: 99px;
  padding-left: 50px;
}
.page{
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 50px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
  padding-bottom: 30px;
}
.pagebox{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.page h2{
  font-size: 18px;
    color: #c7830b;
    line-height: 26px;
    padding-left: 30px;
    background: url(../img/xzico.png) no-repeat 0 center;
    font-weight: 400;
}
.pagebox span{
  font-size: 14px;
 color: #7f7f7f;
 display: block;
 margin-top: 10px;
}
.pagebox span em{
  font-size: 14px;
  color: #c7830b;
}
.go{
  width: 131px;
  height: 33px;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  background: url(../img/xzb.png) no-repeat 0 center;
  display: block;
  margin-top: 15px;
}
.go:hover{
  background: url(../img/xzb1.png) no-repeat 0 center;
}
.text{
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #7f7f7f;
  line-height: 20px;
}
/* 注册账号 */
.regbox{
  width: 500px;
  float: left;
}
.regbox-right{
  width: 550px;
  float: right;
  background-color: aqua;
}
.hello_rge{
  font-size: 22px;
  color: #7f7f7f;
  padding-bottom: 30px;
}
.regbox-from{
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
  line-height: 35px;
}
.regbox-from b{
  font-size: 14px;
  color: #666;
  padding-right: 20px;
  text-align: right;
  float: left;
  display: block;
  overflow: hidden;
  width: 100px;
  font-weight: normal;
  line-height: 35px;
}
.regbox-input{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  min-width:350px;
}
.regbox-inputyzm{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  width: 200px;
}
.regbox-input:focus,.regbox-inputyzm:focus{
  border-color: #c7830b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(199,131,11,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(199,131,11,.6)
}
.pagebox .reg_righth{
  padding-left: 130px;
  font-size: 12px;
  color: #46cd0a;
}
.pagebox .reg_errorh{
  padding-left: 130px;
  font-size: 12px;
  color: red;
}
.radio{
  padding-left: 20px;
}
.zc{
  width: 250px;
  height: 40px;
  margin-left: 120px;
  background-color: #fcae25;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.zc:hover{
  background-color: #ffc051;
}
.regbox-from select{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  min-width:350px;
}