 body{
     margin:0;
     padding:0;
 }
 .reg_box{
  width:1100px;
  height:600px;
  /*border: 1px solid #000000;*/
  margin: 0 auto;
margin-top: 40px;
}
.img_box,.form_box{
  /*display: inline-block;*/
}
.img_box{
  width:550px;
  /*height:610px;*/
  float: left;
  /*border:1px solid #000;*/
}
.logo_box{
  padding-left:25px;

}
.img{
  margin-top: 50px;
}
.form_box{
  width:510px;
  height:500px;
  margin-left: 35px;
  margin-top: 70px;
  border:1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 10px;
  float: right;
}
.form_top{
  height:60px;
  background: #3294ce;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 25px;
}
.form_top img{
  margin-top: 20px;
  float: left;
  /*vertical-align: baseline;*/
}
.form_top span {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
}

.registerBox p{
  display: inline-block;
  margin: 0;
  color: #555;
}
.registerBox input{
  outline: none;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  width:217px;
  height:25px;
  padding-left: 5px;
}
.registerBox input[type=radio]{
  width:25px;
  vertical-align: middle;

}

.regBtnBox button{
  outline: none;
  /*border: 0;*/
  /*border-radius: 3px;*/
  width:150px;
  height:30px;
  /*background-image: linear-gradient(#f0f0f0,#a9a9a9);*/
  cursor: pointer;
}
.regBtnBox button span{
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin: 0 15px;
}

.newBox{
  font-size: 12px;
  margin-left: 20px;

}
.tBox{
  width:100px;
  text-align: right;
}
.tBox span{
  color: red;
}
.registerBox div{
  margin-top: 25px;

}
.registerBox .regBtnBox{
  text-align: center;
  margin-top: 15px;
}
.footer{
    
      width: 100%;
  height:130px;
  background: #118ad3;
  position: relative;
  bottom: -172px;
  left: 0;
  text-align: center;
  padding-top:20px;
  box-sizing: border-box;
  line-height: 23px;
  /*position:absolute;*/
    font-size:12px;
}
.footer p{
 padding: 0px;
 color: white;
}

.footer img{
margin-top: 25px;
}
.uSexBox{
    color:#555;
}
.registerBox .newBox{
    color:#757575;
}
.fr:after{
content: '';
  display: table;
  clear: both;
}
.registerBox  p.jumpReg{
  float:right;
  font-size:14px;
  margin-right:35px;
}
.jumpReg a{
  color:#3294CE;
  text-decoration:none;
}