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: 410px;
  height: 350px;
  margin: 0 auto;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 10px;
  float: right;
  position:relative;
  top:150px;
}
.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;
  margin-right:5px;
  /*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:175px;
  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: 14px;
  margin-left: 20px;

}
.tBox{
  width:100px;
  text-align: right;
}
.tBox span{
  color: red;
}
.registerBox div{
  margin: 35px 0;

}
.registerBox .regBtnBox{
  text-align: center;
  margin-top: 30px;
}
.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;*/
  /*padding-top:30px;*/
  /*    width: 100%;*/
  /*  height: 117px;*/
  /*  background: #118ad3;*/
  /*  text-align: center;*/
  /*  font-size: 14px;*/
  /*  position: relative;*/
  /*  bottom: -154px;*/
}
.footer p{
  margin: 0;
  padding:0;
  font-size: 12px;
  color:#fff;
}
.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;
}
