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: 25px;
    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: 616px;
    background: #fff;
    margin: 0 auto;
    border-radius: 6px;
    padding: 10px;
}
.main-middle .title{
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing:5px;
    text-align: center;
}
.main-middle .main-middle-input{
    height: 42px;
    width: 75%;
    margin: 15px auto;
}
.main-middle .main-middle-input input{
    height: 42px;
    border: none;
    background: #f5f5f5;
    width: 93%;
    font-size: 16px;
    color: #666;
    outline: none;
    padding: 0 14px;
}

.main-middle .main-middle-input .code{
    width: 60%;
}
.main-middle .main-middle-input button{
    width: 25%;
    height: 42px;
    display: block;
    float: right;
    border: #e26812;
    margin-right: 0;
    font-size: 12px;
    color: #fff;
    background: #e26812;
    outline: none;
    font-weight: 600;
}

.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 .agreement{
    margin-left: 100px;
    font-size: 16px;
    color: #989898;
    margin-top: 40px;
}
.main-middle .agreement .checkbox{
    width: 16px;
    height: 16px;
    border-radius: 1px;
    display: block;
    float: left;
}
.main-middle .agreement a{
    text-decoration: none;
    color: #e26812;
}

.main-middle .reg{
    width: 70%;
    height: 42px;
    margin: 30px auto;
    display: block;
    border: none;
    background: #e26812;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.main-middle .login{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
}
.main-middle .login a{
    color: #e26812;
    text-decoration: none;
}