a:hover{
    opacity: .8;
}
#container{
	position: relative;
	/*width: 1000px;*/
	background: #fff;
	margin: 0 auto;
    padding-bottom: 30px;
    min-height: 600px;
}
.registerContent{
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
.layui-form-label{
    width: 110px;
}
.tips {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 12px;
    color: #73777a;
    letter-spacing: .4px;
    line-height: 30px;
    text-align: left;
}
.tips a{
    color: #00b7d3;
}
.footer{
    bottom:0;
    text-align: center;
}
.titile{
    padding-top: 15px;
    padding-bottom: 15px;
}

.layui-btn-fluid{
    margin-top: 20px;
}
.generate_code,.toEmail {
    float: right;
    width: 110px;
    height: 38px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 38px;
    background: #fff;
    cursor: pointer;
}
.layui-form-item{
    position: relative;
}
.generate_code:hover,.toEmail:hover{
    opacity: .8;
}
.fl{
    float: left !important;
}
.w120{
    width: 120px !important;
}
.w170{
    width: 170px !important;
}
.layui-form-item p.tips_text{
    position: absolute;
    right: -125px;
    top: 8px;
    width: 112px;
    font-size: 14px;
    color: #999;
    text-align: left;
}















































































