@charset "utf-8";
/* ==========================================================================
   苹果CMS guoguo 冗余顶栏屏蔽、登录/注册表单控件、留言板顶部导航条、缺角兜底
   ========================================================================== */
.g_header2, .top-search, .head-fix {
    display: none !important;
}


.s_c {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    color: inherit !important;
    text-decoration: none !important;
}


.login-card {
    width: calc(100% - 24px) !important;
    max-width: 380px !important;
    margin: 24px auto !important;
    padding: 24px 20px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}

.form-group {
    position: relative !important;
    margin-bottom: 14px !important;
    background: #f8f9fa;
    border: 1px solid #ebeef5;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

.form-group input {
    flex: 1 !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: #333333;
    outline: none !important;
    padding-left: 8px !important;
}

.form-group svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #999999;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0 !important;
}

.btn-brand {
    width: 100% !important;
    height: 44px !important;
    background: #1481eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: opacity 0.2s ease !important;
}
.btn-brand:active {
    opacity: 0.85 !important;
}

.log-btn {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 16px !important;
    font-size: 13px !important;
}
.log-btn a {
    color: #1481eb !important;
    text-decoration: none !important;
}
.log-btn .a-gry {
    color: #999999 !important;
}
.pwd_img img {
    height: 32px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}


.gbook-nav-bar {
    background: #ffffff;
    padding: 12px 16px !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 1px solid #f0f2f7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.gbook-nav-bar .page-title {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #222222;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.gbook-nav-bar .page-title::before {
    content: '' !important;
    display: inline-block !important;
    width: 3px !important;
    height: 14px !important;
    background: #1481eb !important;
    border-radius: 2px !important;
}


.pic img[src*="load"],
.pic img[src*="nopic"],
.pic img[src*="懒加载"],
.pic img[data-error-replaced="1"] {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #f1f3f7 !important;
}