* {
    margin: 0;
    padding: 0;
}
body {
    background: #f2f2f2;
    color: #555;
    font-size: 0.14rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "黑体", sans-serif;
}
td,th,caption {
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    vertical-align: top;
    border: none;
}
ol,ul,li {
    list-style: none;
}
input,textarea,select,button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
table {
    border-collapse: collapse;
}
html {
  /*overflow-x: hidden;*/
  overflow-y: scroll;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
/*登录注册*/
.page-sign{
  background: url(../images/logbj.jpg) center bottom no-repeat;
  background-size: 100%;
}
.register-div{
  min-width: auto;
  position: relative;
  min-height: 100%;
  overflow: visible;
  overflow-x:hidden; 
}
.reg-head{
  width: 100%;
  position: relative;
  z-index: 999;
}
.reg-head img{
  width:1.3rem;
  height: 0.68rem; 
  margin:0.6rem 0 0 0.6rem;
}
.regis-wrap{
  width: 14.2rem;
  height: 6.5rem;
  margin:0.5rem auto 0;
  background: url(../images/logbj2.png) no-repeat;
}
.regis-box{
  width: 5.4rem;
  float: left;
  color: #ffffff;
  border-radius: 0.1rem 0 0 0.1rem;
  margin:1.6rem 1rem 0;
}
.regis-box div{
  width: 0.6rem;
  height: 2px;
  border-bottom:2px #ffffff solid;
}
.regis-box h1{
  padding-top:0.3rem;
  font-size: 0.63rem;
}
.regis-box p{
  padding-top:0.3rem;
  font-size: 0.35rem;
}
.regis-box ul li{
  float: left;
  width: 1.25rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border:1px #ffffff solid;
  font-size: 0.24rem;
  text-align: center;
  margin-right: 0.27rem;
  border-radius: 0.05rem;
  margin-top:0.8rem;
}
.regis-box ul li a{
  color: #ffffff;
}
.regis-con{
  margin-left:7.4rem;
  width: 5.43rem;
  height: 6.2rem;
  background: #ffffff;
  border-radius: 12px;
}
.inner-box{
  padding-top:1.2rem;
  width: 3.24rem;
  margin:0 auto;
}
.purpose-row span {
  display: inline-block;
  width: 1.51rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  text-align: center;
  margin-right: 0.14rem;
  border: 1px #e3e7ed solid;
  cursor: pointer;
}
.purpose-row span:last-child{
  margin-right: 0;
}
.purpose-row span.cur {
  box-shadow: 1px 2px 3px #d7f4f1;
  border-color: #28a239;
  color: #28a239;
}
.form-row{
  margin-top: 0.24rem;
  height: 0.52rem;
  line-height: 0.52rem;
  width: 3.24rem;
  position: relative;
}
.icon-phone,.icon-sms,.icon-pwd{
  position:absolute;
  width: 0.17rem;
  height: 0.18rem;
  left: 0.09rem;
  top: 0.17rem;
}
.icon-phone{
  background-image: url(../images/icon-img1.png);
  background-size: cover;
}
.icon-sms{
  background-image: url(../images/icon-img2.png);
  background-size: cover;
}
.icon-pwd{
  background-image: url(../images/icon-img3.png);
  background-size: cover;
}
.ipt{
  min-height: 0.22rem;
  line-height: 0.22rem;
  border:1px #e3e7ed solid;
  font-size: 0.13rem;
  padding:0.09rem 0.18rem;
}
.ipt-phone,.ipt-pwd{
  padding-left:0.35rem;
  width: 2.68rem;
  border-color: #e3e7ed;
  vertical-align: middle;
}
a:active, a:focus, a:hover, button, input, textarea {
  outline: 0;
}
.btn-sms {
  position: absolute;
  right: 0.03rem;
  top: 0.08rem;
  font-size: 0.14rem;
  background-color: #fff;
  background-position: 0 -3.56rem;
  min-width: 1.04rem;
  color: #28a239;
  border: 0;
  display: inline-block;
  box-sizing: content-box;
  height: 0.36rem;
  line-height: 0.36rem;
  letter-spacing: 0.01rem;
  text-align: center;
  cursor: pointer;
}
.form-btn{
  margin-top:0.3rem;
}
.form-btn .btn{
  width: 100%;
  font-size: 0.16rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border:none;
  cursor: pointer;
  color: #fff;
  background: #28a239;
  text-align: center;
  letter-spacing: 0.01rem;
  display: inline-block;
  box-sizing:content-box;
}
.text-tip{
  padding:0.42rem 0 0 0; 
  text-align: center;
  font-size: 0.13rem;
  color: #28a239;
  overflow: hidden;
}
.text-tip .agree-policy {
  vertical-align: top;
  margin: 0.03rem 0.06rem 0 0;
}
.text-tip a{
  color: #28a239;
}
.link-regis{
  float: right;
}