body,html {
  background: url(../img/regbg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 740px;
}

header {
  background: none;
}
header .header_left {
  margin-left: 50px;
}
header .header_left img {
  margin-top: 21px;
}
header .header_left span {
  margin-left: 20px;
  float: left;
  color: #666;
}
header .header_left span.weisheng {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  height: 80px;
  display: inline-block;
}
section > div .reg_left {
  width: 512px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
}
.reg_left img:first-child{
	margin-bottom:30px
}
section > div .reg_left p:first-child {
  margin-top: 30px;
  font-size: 18px;
}
section > div .reg_left p:last-child a {
  font-size: 12px;
  color: #999999;
}
section > div .reg_right {
  width: 50%;
}
section > div .reg_right .right_r {
  width: 400px;
  height: 500px;
  margin-left: 56px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  box-shadow: 1px 1px 1px #f9f9f9, -1px 1px 1px #f9f9f9;
}
section > div .reg_right .right_r .login {
  float: right;
  height: 36px;
  background: #2683e3;
  width: 56px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin: 16px 20px;
}
section > div .reg_right .right_r ul {
  width: 300px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  margin-top: 70px;
  margin-bottom: 15px;
}
section > div .reg_right .right_r ul li {
  float: left;
  width: 148px;
  border: 1px solid #2683e3;
  font-size: 20px;
  cursor: pointer;
}
section > div .reg_right .right_r ul li:first-child {
  border-radius: 5px 0 0 5px;
}
section > div .reg_right .right_r ul li.actives{
	background: #2683e3;
  color: #fff;
}
section > div .reg_right .right_r ul li.out{
	color: #2683e3;
	background: #fff;
}
section > div .reg_right .right_r ul li:last-child {
  border-radius: 0 5px 5px 0;
}
section > div .reg_right .right_r form {
  width: 300px;
  margin: auto;
}
section > div .reg_right .right_r form div {
  overflow: hidden;
  border-top: 1px solid #e3e1e1;
}
section > div .reg_right .right_r form div input {
  width: 238px;
  outline: none;
  padding-top: 20px;
}
section > div .reg_right .right_r form div #accpect {
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  border:1px solid #aaa;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
}
section > div .reg_right .right_r form div #accpect:checked {
  background: url(../img/checked.png) center no-repeat;
  background-color: #0079C3;
  border:none;
}
section > div .reg_right .right_r form div label {
  display: inline-block;
  line-height: 40px;
}
section > div .reg_right .right_r form div a {
  font-size: 14px;
}
section > div .reg_right .right_r form div.selecta,
section > div .reg_right .right_r form .borderN {
  border-top: none;
}
section > div .reg_right .right_r form div.selecta select {
  border: none;
  border-bottom: 1px solid #E3E1E1;
  width: 120px;
  margin-right: 20px;
  font-size: 14px;
  color: #b3b1b1;
  background: url(../img/select.png) 110px 8px no-repeat;
}
section > div .reg_right .right_r form div.selecta input {
  width: 150px;
  border-bottom: 1px solid #E3E1E1;
  color: #999;
}
section > div .reg_right .right_r form .borderN {
  background: url(../img/usrname.png) 0px 12px no-repeat;
}
section > div .reg_right .right_r form .borderN input {
  width: 140px;
  color:#999;
}
section > div .reg_right .right_r form .borderN input[type='radio'] {
  float: right;
  margin-top: 15px;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  border: 1px solid #2683E3;
  border-radius: 50px;
  padding: 0;
  margin-right: 7px;
  margin-left: 7px;
  vertical-align: middle;
}
section > div .reg_right .right_r form .borderN input:checked {
  border: 1px solid #2683E3;
  background: url(../img/radiochecked.png) center no-repeat;
}
section > div .reg_right .right_r form .borderN label {
  float: right;
  font-size: 12px;
}
section > div .reg_right .right_r form .phone {
  background: url(../img/phone.png) 0px 12px no-repeat;
}
section > div .reg_right .right_r form .pwsd {
  background: url(../img/password.png) 0px 12px no-repeat;
}
section > div .reg_right .right_r form .check_img_div {
  background: url(../img/checkm.png) 0px 12px no-repeat;
}
section > div .reg_right .right_r form .itemLast {
  border: none;
  margin-top: 10px;
}
section > div .reg_right .right_r form .itemLast a {
  display: block;
  background: #1287ee;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  border-radius: 5px;
}
section > div .reg_right .right_r form .echeck {
  background: url(../img/email.png) 0px 12px no-repeat;
}
section > div .reg_right .right_r form .echeck a {
  float: right;
  font-size: 12px;
  margin-top: 18px;
  color: #2583e3;
}
section > div .reg_right .right_r form div label a{
	color: #2583e3;
	cursor: pointer;
}
section > div .reg_right .right_r form .echeck input {
  width: 150px;
}
#check_img{
	width:173px
}
footer{
	background: none;
}

.check_img_div img{
	height:26px;
}
.codePicture {
cursor:pointer;
}
footer {
  width: 100%;
  bottom:0;
  z-index: 5;
  position: fixed;
  text-align: center;
  background: #FFF;
  height: 60px;
  line-height: 60px;
}