.layui-layer-title {
    border: 0;
    padding-bottom: 40px;
}

.layui-layer-content {
    width: 100%;

}

.login {
    width: 400px;
    margin: 0 auto;
    align-items: center;
}

#mobel_select {
    min-width: 40px;
    height: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    border: 0;
    border-right: 1px solid #AAAAAA;
    position: relative;
    /* background: url('../assets/login/select.png')no-repeat;
    background-size: 100%; */
    color: #aaa;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

#mobel_select::after {
    content: "";
    width: 11.59px;
    height: 17px;
    background: url('../assets/login/select.png')no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 10px;
}

.select_child_ul {
    background: #fff;
    width: 200px;
    min-height: 30px;
    max-height: 295px;
    position: absolute;
    bottom: -113px;
    left: -25px;
    display: none;
    overflow-y: auto;
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.select_child_ul li {
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    border-bottom: 1px solid #aaa;
    transition: .2s;
    cursor: pointer;
}

.select_child_ul li:last-child {
    border: 0;
}

.select_child_ul li:hover {
    background: #FFEDEE;
}

.mobel_box {
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid #AAAAAA;
}

.mobel_box2 {
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #AAAAAA;
}

.code_but {
    color: #123877;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    background: none;
}

.login .layui-input {
    border: 0 !important;
    color: #333;
    font-size: 14px;
    height: 40px;
}

.login .code_input {
    padding-left: 0;
    width: 213px;
}

.login .layui-input::placeholder {
    color: #aaa;
}

.login .layui-input:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.login .layui-input:hover {
    border: 0 !important;

}

.login .layui-elem-field legend {
    margin-left: 38%;
    font-size: 12px;
    color: #777777;
}

.layui-elem-field {
    border-color: #aaa;

}

.login_up {
    display: block;
    width: 95%;
    height: 35px;
    margin: 20px auto 40px auto;
    border: 0;
    background: #D00A15;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.other_box {
    margin: 0 auto;
    width: 172px;
    justify-content: space-between;
}
.other_box img{
    cursor: pointer;
}
.terms_of_service {
    color: #AAAAAA;
    text-align: center;
    margin: 20px 0;

}

.terms_of_service a {
    color: #777;
}