@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;

}



/*登录*/
.sign{
  width: 600px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin: 100px auto;

}
.sign h3{
  font-size: 45px;
  font-family: '黑体';
  color: #fff;
  text-align:center;
  line-height: 100px;
  letter-spacing: 10px;
}

.sign span{
  width: 600px;
  height: 60px;
  background: #fff;
  display: block;
  padding: 15px 0;

}
.sign span:nth-child(1) {
  border-bottom:1px solid #e6e6e6; 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.sign span:nth-child(2) {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sign span i{
  width: 26px;
  height: 32px;
  float: left;
  margin: 13px 25px 13px 45px;
}
.sign span .user_name{
  width: 500px;
  height: 60px;
  float: left;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: '黑体';
  color: #333;

}
label{
  font-size: 18px;
  font-family: '黑体';
  color: #fff;
  margin:30px 50px 0 0;
  display: block;
  width: 120px;
  float: left;


}
label input{
  margin-right: 10px;
  width:20px;
  height: 20px;
  float: left;

}
label em{
  display: block;
  font-style: normal;

}

.sign button{
  width: 600px;
  height: 50px;
  text-align:center;
  line-height: 50px;
  margin-top:100px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: '黑体';
  color: #fff;
  letter-spacing: 15px;
  background: #64caff;
}
.sign a{
  font-size: 18px;
  font-family: '黑体';
  color: #fff;
  text-align: center;
  display: block;
  line-height: 50px;
  margin-top: 40px;
}



.register{
  width: 600px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin: 100px auto;

}
.register h3{
  font-size: 45px;
  font-family: '黑体';
  color: #fff;
  text-align:center;
  line-height: 100px;
  letter-spacing: 10px;
}

.register span{
  width: 600px;
  height: 60px;
  background: #fff;
  display: block;
  padding: 15px 0;

}
.register span:nth-child(1) {
  border-bottom:1px solid #e6e6e6; 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.register span em{
  font-size: 18px;
  font-family: '黑体';
  color: #666;
  line-height: 60px;
  font-style: normal;
  margin-left: 30px;
}
.register span input{
  width: 255px;
  height: 60px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: '黑体';
  color: #999;

}
.register span>button{
  border: none;
  outline: none;
  font-size: 16px;
  font-family: '黑体';
  color: #43536e;
  background: none;
}
.register .free{
  width: 600px;
  height: 50px;
  text-align:center;
  line-height: 50px;
  margin-top:100px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: '黑体';
  color: #fff;
  letter-spacing: 15px;
  background: #64caff;
}


