.registerPage{  
  background-image: url(../images/loginBg.png);
  background-size: cover;
  background-position: top;
}
.registerPage .innerBox {
  padding: 60px 0;
  position: relative;
}

.dlBox button{
  height: 50px;
  width: 100%;
  background-color:#0084ce;
  color: #fff;
  border: none;
  font-size: 16px;
}
.dlBox .spanp{
  margin-top: 10px;
}
.dlBox .spanp a{
  color: #0084ce;
}
.dlBox .spanp a span{
  color: #666;
}
.registerPage .wrap{ 
  background-color: #fff;
  background-size: 0 0 10px #eee;
  border-radius: 10px;
  padding: 30px;
  margin: auto;
  width: 730px;
  box-shadow: 0 0 5px #b7b7b761;
}

.registerPage .wrap .title{
  font-size: 24px;  
  margin-bottom: 25px;
  text-align: center;
}
.registerPage .wrap .title img{
  width: 22px;  
  vertical-align: middle;
    margin-right: 10px;
}
.registerPage .wrap .title .close{
  cursor: pointer;
}
.registerPage .wrap >p{
  border: 1px solid #ddd;
  line-height: 40px;
  margin-bottom: 30px;
  
}
.registerPage .wrap >p span{
  padding: 0 10px;
  text-align: right;
  display: inline-block;
  width: 85px;
  border-right: 1px solid #ddd;
}
em.red {
  color: red;
  margin-right: 5px;
}
.registerPage .wrap >p input{
  padding-left: 15px;
}
.registerPage .wrap >p button.code{
  float: right;
  height: 42px;
  width: 93px;
  text-align: center;
  cursor: pointer;  
}
.registerPage .wrap .savep{
  border: none;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.registerPage .wrap .savep button{
  height: 42px;
  width: 300px;
  color: #fff;
  background-color: #0084ce;
  border: none;
}
.registerPage .wrap .xy{
  border: none;
}
.registerPage .wrap .xy input{
  margin-right: 10px;
}
.registerPage .wrap .ls{
  margin-bottom: 10px;
}
.registerPage .wrap >p span.rightspan{
  width: 300px;
  border: none;
  text-align: left;
}
.registerPage .wrap >p span.rightspan .closespan{
  width: 120px;
  height: 80px;
  position: relative;
  display: none;
  border: none;
  background-color: #eee;
  padding: 10px;

}
.rightspan .closespan .close{
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  background-color: #7676768c;
  cursor: pointer;
}
.rightspan .closebtnimg{
  max-height: 80px;
  max-width: 120px;
  vertical-align: middle;
}
.addImg{
  width: 130px;
  height: 80px;
  border-radius: 5px;
  background-color: #E8E8E8;
  text-align: center!important;
  line-height: 80px;
  position: relative;
}
.addImg img{
  width: 50px;
  vertical-align: middle;
}
.fileInput{  
  position: absolute;
  width: 130px;
  height: 80px;
  top: 0;
  left: 0;
  opacity: 0;
}
.themeColor{
  color: #0084ce;
  cursor: pointer;
}
