.shise-login-page {
    width: 100%;
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
    background: #f7f7f8;
    color: #222;
}

.shise-login-header {
    position: relative;
    height: 54px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.shise-login-header .login-div2 {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 2;
}

.shise-login-header .login-div2 img {
    display: block;
    width: 30px;
    height: 30px;
}

.shise-login-header-title {
    position: absolute;
    inset: 0 70px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.shise-login-header .login-div4 {
    position: absolute;
    top: 0;
    right: 18px;
    float: none;
    margin: 0;
    line-height: 54px;
    font-size: 15px;
}

.shise-login-header .login-div4 a {
    color: #333;
    line-height: 54px;
}

.shise-brand-panel {
    padding: 26px 20px 20px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff8c9 100%);
}

.shise-brand-link,
.shise-brand-logo {
    display: block;
}

.shise-brand-link {
    width: 108px;
    margin: 0 auto;
}

.shise-brand-logo {
    width: 100%;
    height: auto;
}

.shise-brand-panel p {
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
    letter-spacing: 2px;
}

.shise-login-page .lg-box {
    box-sizing: border-box;
    width: calc(100% - 32px);
    margin: 14px 16px 24px;
    padding: 20px 20px 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}

.shise-login-title {
    margin: 0 0 14px !important;
    padding: 0;
    text-align: left;
    font-size: 20px !important;
    font-weight: 700;
}

.shise-login-page .login_input {
    overflow: hidden;
    background: #f7f7f8;
    border: 1px solid #ececee;
    border-radius: 12px;
}

.shise-login-page .login_input input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px !important;
}

.shise-login-page .login_input input + input {
    border-top: 1px solid #e7e7e9;
}

.shise-login-page .login_buttom {
    margin-top: 18px;
}

.shise-login-page #buttom6.sbubtn {
    width: 100%;
    height: 48px;
    margin: 0 !important;
    padding: 0;
    color: #111 !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 48px;
    background: #ffe72c !important;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 8px 18px rgba(255, 216, 0, .24);
}

.shise-login-page .fomatBox {
    margin-top: 12px;
    text-align: center;
}

.shise-login-page .lg-box .login-span .fomation {
    color: #666;
    font-size: 14px;
}

.shise-login-page .qitadenglu {
    margin: 14px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #eee;
    color: #999;
    text-align: center;
}

.shise-login-page .other-login-title {
    padding-bottom: 12px;
    font-size: 13px;
}

.shise-login-page #dlul {
    display: flex;
    align-items: flex-start;
    justify-content: center !important;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}

.shise-login-page #dlul li {
    float: none;
    width: 76px;
    margin: 0 8px;
    text-align: center !important;
}

.shise-login-page #dlul li:last-child {
    margin-right: auto;
    margin-left: auto;
}

.shise-login-page #dlul li a {
    display: block;
    color: #666 !important;
    font-size: 12px !important;
}

.shise-login-page #dlul li img {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 5px;
}

@media (max-width: 360px) {
    .shise-brand-panel {
        padding-top: 26px;
    }

    .shise-login-page .lg-box {
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
        padding-right: 16px;
        padding-left: 16px;
    }
}
