body {
    background: #fff;
}

.m-top {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px dashed #c2c2c2;
    background: #fff;
}

.m-top .logo {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
}

.m-top .logo img {
    width: 170px;
}

.m-top .title {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
}

.m-top .has-account {
    float: right;
    position: relative;
    height: 80px;
    width: 200px;
    text-align: right;
}

.m-top .has-account .float-bottom {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 24px;
}

.m-top .has-account .float-bottom span {
    color: #777;
}

.m-top .has-account .float-bottom span.login {
    color: #000;
}

.m-body {
    border-bottom: 1px dashed #c2c2c2;
}

.m-body .form {
    margin: 40px 350px;
}

.m-body .form .layui-input {
    display: inline;
    width: 350px;
}

.layui-form-item.agreement {
    text-align: center;
    position: relative;
    left: 8px;

}

.layui-form-item.agreement a {
    color: #1E9FFF;
}

.layui-form-item.agreement span {
    position: relative;
    top: 5px;
}

.m-body .form .btn-submit {
    width: 350px;
    background: #ff0843;
}

.layui-form-item {
    margin-bottom: 25px;
}

.mt-tail .mt-bottom {
    background: #fff;
}

