body{
  font-family: "微软雅黑", "宋体",Arial;
  font-size: 14px;
  min-height: 768px;
  background: url("/static/images/banner.jpg") no-repeat top center;
  background-size:100% 100%;
  overflow-x: hidden;
  position: relative;
}
body,h1,h2,h3,h4,h5,h6,ul,li{
  margin: 0;
  padding: 0;
}
button{
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}
input{
  margin: 0px;
  padding: 0px;
  background:none;
  outline:none;
  border:none;
}


#mu-header{
  background-color: transparent;
}
.nav-a{
  color: #FFF;
}
.login-wechat-span{
  color: #fff;
}
.login-a{
  color: #fff;
}
.no_login{
  color: #FFF;
}
.login-box a:hover{
  text-decoration: underline;
}
.member-img{
  width: 14px;
}

.register{
  width: 100%;
}
.reg-container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.reg-title{
  width: 1200px;
  position: relative;
  height: 130px;
  overflow: hidden;
}
.reg-title h1{
  text-align: center;
  margin-top: 20px;
  font-size: 36px;
  color: #02FFFC;
}
.reg-title img{
  width: 600px;
  position: absolute;
  top: 50px;
  left: 350px;
}
.registerEarth{
  width: 600px;
  position: absolute;
  top: 30px;
  left: 0px;
}
.reg-con{
  width: 360px;
  height: 350px;
  position: absolute;
  top: 160px;
  right: 60px;
  border: 1px solid #1D82EC;
  background-color: rgba(9,32,76,0.8);
}
.TitleBox{
  width: 100%;
  overflow: hidden;
}
.regPeople{
  width: 50%;
  height: 55px;
  line-height: 55px;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #05FFFE;
  cursor: pointer;
}
.regCompany{
  width: 180px;
  height: 60px;
  float: left;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #05FFFE;
  cursor: pointer;
}
.registerNav{
  background-color: #1D82EC;
}

.register-con-nav{
  width: 250px;
  font-size: 18px;
  color: #05FFFE;
}

.register-con-input{
  width: 250px;
  height: 200px;
  margin: 55px auto 0;
  position: relative;
  /*display: none;*/
}
.register-con-input input{
  display: block;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 3px;
  border: 1px solid #1489CE;
  margin-bottom: 15px;
  color: #FFF;
  background: none;
}
.register-con-input input::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.register-con-input input:focus{
  border: 1px solid #FFF;
}
.register-con-input .phone{
  background-image: url("../images/user.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.register-con-input .pwd{
  background-image: url("../images/password.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.register-con-input .company{
  background-image: url("../images/company.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.register-con-input .mail{
  background-image: url("../images/mail.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.register-con-input i{
  width: 2px;
  height: 13px;
  background-color: #0171D3;
  position: absolute;
  left: 30px;
}
.register-con-input .form-checkbox {
  -webkit-appearance: none;
  /*清除复选框默认样式*/
  width: 14px;
  height: 14px;
  display: inline-block;
  /*margin: 25px 10px 0 0;*/
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 3px 10px 0 0;
  border: 1px solid #19DBFE;
}
.form-checkbox:checked {
  background: url(../images/choice.png) no-repeat center center;/*复选框的背景图*/
  background-size: 25px 25px;
}
.register-con-input .register-btn{
  display: block;
  width: 100%;
  height: 30px;
  background-color: #1ADCFF;
  border-radius: 3px;
  margin-top: 20px;
  color: #093D76;
  cursor: pointer;
}
.register-con-input .code{
  display: inline-block;
  width: 135px;
  height: 30px;
  border-radius: 3px;
  background-image: url("../images/code.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.register-con-input .getcode{
  display: inline-block;
  width: 95px;
  height: 30px;
  background: none;
  border-radius: 3px;
  color: #FFF;
  font-size: 12px;
  margin-left: 15px;
  border: 1px solid #1489CE;
  cursor: pointer;
}
.register-con-input .getcode:focus{
  border: 1px solid #19DBFE;
  color: #19DBFE;
}

.regCompanyInput{
  width: 250px;
  margin: 20px auto;
  position: relative;
  display: none;
}
.regCompanyInput input::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.regCompanyInput input:focus{
  border: 1px solid #FFF;
}
.regCompanyInput input{
  display: block;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 3px;
  border: 1px solid #1489CE;
  margin-bottom: 15px;
  color: #FFF;
  background: none;
}
.regCompanyInput .pwd{
  background-image: url("../images/password.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.regCompanyInput .credit{
  background-image: url("../images/credit1.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 5px 5px;
}
.regCompanyInput .address{
  background-image: url("../images/address1.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.regCompanyInput .company{
  background-image: url("../images/company.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.regCompanyInput .phone{
  background-image: url("../images/user.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.regCompanyInput i{
  width: 2px;
  height: 13px;
  background-color: #0171D3;
  position: absolute;
  left: 30px;
}
.regCompanyInput .code{
  display: inline-block;
  width: 135px;
  height: 30px;
  border-radius: 3px;
  background-image: url("../images/code.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 5px 6px;
}
.regCompanyInput .getcode{
  display: inline-block;
  width: 95px;
  height: 30px;
  background: none;
  border-radius: 3px;
  color: #FFF;
  font-size: 12px;
  margin-left: 15px;
  border: 1px solid #1489CE;
  cursor: pointer;
}
.regCompanyInput .form-checkbox {
  -webkit-appearance: none;
  /*清除复选框默认样式*/
  width: 14px;
  height: 14px;
  display: inline-block;
  /*margin: 25px 10px 0 0;*/
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 3px 10px 0 0;
  border: 1px solid #19DBFE;
}
.form-checkbox:checked {
  background: url(../images/choice.png) no-repeat center center;/*复选框的背景图*/
  background-size: 25px 25px;
}
.regCompanyInput .register-btn{
  display: block;
  width: 100%;
  height: 30px;
  background-color: #1ADCFF;
  border-radius: 3px;
  margin-top: 20px;
  color: #093D76;
  cursor: pointer;
}

.footer{
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  line-height: 30px;
  background: transparent;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}