body{
    background: url('../images/pic-3.png') no-repeat +400px +650px,
    url('../images/bgpic.jpg') repeat;
    text-align:center;
    font-family: "微软雅黑";
}
a{
    color: #6B4419;
    text-decoration: none;
}
.logo{
    display: inline-block;
    text-align: center;
    margin: 40px auto 0px auto;
}
.reg {
    display: block;
    font-size: 20px;
    color: #010101;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 30px;
    margin-bottom: 30px;
}
.fly{
    position: absolute;
    right: 245px;
    top: 10px;
    display: inline-block;
}
.register{
    width: 400px;
    /* height: 766px; */
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 #E5E5E5;
    margin: 30px auto;
    padding-bottom: 30px;
}
.form-group{

}
.form-group input{
    width: 310px;
    height: 50px;
    background: rgba(107,68,25,0.05);
    border: 1px solid rgba(107,68,25,0.20);
    border-radius: 4px;
    padding-left: 16px;
}
.form-group select{
    width: 328px;
    height: 50px;
    background: rgba(107,68,25,0.05);
    border: 1px solid rgba(107,68,25,0.20);
    border-radius: 4px;
    padding-left: 16px;
	margin-bottom:0px;
	color:#807d7d;
}
.note-left{
    display: inline-block;
    float: left;
    width: 50%;
}
.note-left p{
    color: #757575;
    text-align: left;
    padding-left: 51px;
}
.note-right{
    display: inline-block;
    float: right;
    width: 50%;
}
.note-right p{
    color: #757575;
    text-align: right;
    margin-right: 51px;
}
.tips{
    display: inline-block;
    color: red;
    height: 30px;
    line-height: 30px;
    text-align: left;
    /*margin-right: 271px;*/
}

.btn-primary{
    width: 320px;
    height: 50px;
    background: #6B4419;
    border: none;
    border-radius: 4px;
    color: white;
}
.captcha{
    position: relative;
}
.captcha button{
    position: absolute;
    right: 50px;
    top: 18px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    color: #6B4419;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    background: none;
    z-index: 100;
}
.wx{
    margin-top: 30px;
}
.wx img{
    vertical-align:middle;
}
.wx p{
    display: inline-block;
    line-height: 100%;
    margin-left: 10px;
}
.wx p a{
    color: #86c610;
}
#other-reg{
    float: right;
    margin: auto 62px auto 0px;
    line-height: 30px;
    text-decoration: underline;
}