body{
    box-shadow:4px 5px 6px 7px rgba(0,0,0,.5);
    width: 100%;
    margin: 0 auto;
}
.main{
    width: 100%;
    height: auto;
    background: url("/static/index/images/register.jpg");
    background-size: 100% 100%;
}
.main .home{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding-top: 47px;
    display: block;
    width: 85%;
    height: 29px;
    padding-left: 50px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main .home span{
    width: 29px;
    height: 29px;
    background: url("/static/index/images/return.png");
    display: block;
    float: left;
    margin-right: 5px;
}

.main-more{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 100px;
}

.main-middle{
    width: 40%;
    height: 454px;
    background: #fff;
    margin: 100px auto;
    padding: 10px;
    box-shadow: 0 0 10px 0 #fff;
}

.main-middle-content {
    width: 80%;
    margin: 65px auto;
}

.main-middle-content .title{
    font-size: 22px;
    color: #e26812;
    font-weight: 600;
    letter-spacing:1px;
    width: 95%;
}
.main-middle .main-middle-input{
    height: 42px;
    width: 95%;
    margin: 25px auto;
    border: 1px #b6b6b6 solid;
    border-radius: 5px;
    padding: 2px;
}
.main-middle .main-middle-input input{
    height: 40px;
    border: none;
    font-size: 16px;
    color: #666;
    outline: none;
    padding-left: 5px;
    width: 95%;
}
.main-middle .main-middle-input .psd{
    width: 250px;
}
.main-middle .main-middle-input button{
    width: 116px;
    height: 42px;
    display: block;
    float: right;
    border: none;
    margin-right: 0;
    font-size: 16px;
    color: #e26812;
    background: none;
    outline: none;
}

.main-middle .main-middle-input input::-webkit-input-placeholder{
    color:#b6b6b6;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b6b6b6;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b6b6b6;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#b6b6b6;
}

.main-middle .button-login{
    width: 95%;
    height: 42px;
    margin: 50px auto;
    display: block;
    border: none;
    background: #e26812;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    outline: none;
    border-radius: 5px;
}

.main-middle .reg{
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    margin-top: 0;
}

.main-middle .reg a{
    color: #e26812;
    text-decoration: none;
}
