a{
 text-decoration:none;
}
.reg_div{
  margin:0 auto;
  width: 354px;
  height: 300px;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  position:absolute;
  top:70px;
  right:80px;
  background-color:rgba(255,255,255,1);
  box-shadow: 0px 0px 20px #999999;
}
.reg_div #enter{
  font-size: 30px;
  padding:0px;
  margin:0px;
  margin-top:20px;
  color:#00a4ff;
}
#sqsy{
  width:250px;
  padding:9px 0px;
  margin: auto;
  color: #ffffff;
  background-color: #00a4ff;
  font-size: 16px;
  outline: inherit;
  border-radius: 10px;
  border:none;
  margin-top:-6px;
}
#sqsy:hover{
  background-color:#00479d;
  transition:all 1s;
}
.reg_ul{
  width: 100%;
  padding-left:0px;
}
 .reg_ul li{
  overflow: hidden;
  width: 100%;
  margin-top: 2px;
  vertical-align: bottom;
  line-height:10px;
}

.reg_ul li p{
  margin:0 auto;
  margin-left:50px;

}
.reg_ul li  span {
  float: left;
  text-align:right;
  display:inline-block;
  margin: 0 auto;
}
.li_img{
  width:40px;
  height:32px;
  border:1px solid #00a4ff;
  border-radius: 3px;
  border-right:0px;
  border-bottom-right-radius:0px;
  border-top-right-radius:0px;
}
.li_img img{
  margin-top:2px;
  margin-right:3px;
}
.reg_ul li span.tip{margin:6px 0 0 10px;width:40px;text-align:left;}
.reg_ul li input{
  float: left;
  width: 200px;
  height: 30px;
  border:1px solid #00a4ff;
  border-left:0px;
  border-radius: 3px;
  border-bottom-left-radius:0px;
  border-top-left-radius:0px;
  padding-left: 10px;
  outline:medium;
}
input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #ccc;   
}   
  
input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color: #ccc;   
}   
  
input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color: #ccc;   
} 
.reg_ul li button{
  margin: auto;
  color: #ffffff;
  background-color: #00a4ff;
  font-size: 16px;
  padding: 10px 31%;
  outline: inherit;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  border:none;
}
.reg_ul li button:hover{
  background-color:#00479d;
  transition:all 1s;
}


























.
