html body {
    background: #eee;
}

/*群活码*/
#hun_safety {
    width: 100%;
    height: 45px;
    background: #e8fef2;
    position: fixed;
    top: 0;
}

#hun_safety .icon {
    width: 26px;
    height: 26px;
    float: left;
    background: url('../../static/img/renzhengIcon3.png')no-repeat;
    margin: 9.5px 9.5px;
}

/* 消息提示 */
/* 
#title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 21px;
    color: #333;
    -webkit-text-stroke: .02em;
}
.weui-msg {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
} */
.weui-msg__title {
    margin-bottom: 32px
}

.weui-msg__title {
    margin-bottom: 16px;
    font-weight: 400;
    /*font-size: 20px;*/
    color: #977a7a;
    -webkit-text-stroke: .02em
}

.weui-msg__desc {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 20px;
    -webkit-text-stroke: .02em
}

.weui-msg__text-area {
    margin-bottom: 32px;
    padding: 0 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.weui-msg__text-area1 {
    margin-bottom: 32px;
    padding: 0 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.link-container {
    display: flex;
    justify-content: center;
    gap: 1px;
    flex-wrap: wrap;
}

.link-container a {
    text-decoration: none;
    color: #576b95;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    position: relative;
    font-size: 14px;
}

#hun_safety .text {
    width: calc(100% - 45px);
    height: 45px;
    float: left;
    color: rgba(7, 193, 96);
    font-size: 15px;
    line-height: 45px;
}

#zhanwei {
    width: 100%;
    height: 45px;
}

#warnning {
    width: 70px;
    height: 70px;
    margin: 80px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#warnning img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

#warnningText {
    text-align: center;
    font-size: 16px;
    color: #666;
}

#showKfQrcode {
    width: 120px;
    height: 120px;
    margin: 50px auto 10px;
}

#showKfQrcode img {
    width: 120px;
    height: 120px;
}

#hun_beizhu {
    text-align: justify;
    color: #666;
    padding: 15px 15px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    font-size: 15px;
}

#scanTips {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    margin: 15px auto 0;
}

/* #zm_qrcode {
    width: 90%;
    display: block;
    margin: 5px auto 0;
}
#qrcode-img {
    width: 90%;
    margin: 5px auto 0;
    height: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
} */
.qrcode-img {
    width: 90%;
    margin: 5px auto 0;
    height: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#hun_kf {
    text-align: center;
    font-size: 15px;
    color: #999;
    margin: 18px auto 0;
}

#hun_kf a {
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}

/*客服码*/
#kf_safety {
    width: 100%;
    height: 45px;
    background: #e8fef2;
    position: fixed;
    top: 0;
}

#kf_safety .icon {
    width: 26px;
    height: 26px;
    float: left;
    background: url('../../static/img/renzhengIcon3.png')no-repeat;
    margin: 9.5px 9.5px;
}

#kf_safety .text {
    width: calc(100% - 45px);
    height: 45px;
    float: left;
    color: rgba(7, 193, 96);
    font-size: 15px;
    line-height: 45px;
}

#kf_beizhu {
    text-align: justify;
    color: #666;
    padding: 15px 15px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    font-size: 15px;
}

#kfzm_qrcode {
    width: 220px;
    height: 220px;
    margin: 20px auto 0;
}

#kfzm_qrcode img {
    width: 220px;
    height: 220px;
}

#wxnum {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 17px auto 0;
}

#kf_online_true {
    width: 90%;
    padding: 15px 10px;
    position: fixed;
    bottom: 30px;
    background: rgba(7, 193, 96);
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#kf_online_false {
    width: 90%;
    padding: 15px 10px;
    position: fixed;
    bottom: 30px;
    background: #fc5531;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

/*底部提示*/
#hun_dibu_title {
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #ED835F, #EA4144);
    box-sizing: border-box;
    left: 0;
    position: static;
    padding: 10px;
    margin-top: 30px;
}

/*顶部提示*/
#zjy_short_title {
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #ED835F, #EA4144);
    position: static;
    top: 0;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    margin-bottom: 30px;
}

#zjy_goods_img {
    width: 90%;
    height: 40%;
    margin: 65px auto 0;
}

#zjy_goods_img img {
    width: 20%;
    height: 45px;
}

#zjy_long_title {
    width: 90%;
    height: 20px;
    line-height: 20px;
    margin: 20px auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#zjy_long_title .baoyou {
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left, #ED835F, #EA4144);
    color: #fff;
    font-size: 11px;
    margin: 1px 0;
    float: left;
}

#zjy_long_title .long_title {
    width: calc(100% - 40px);
    float: left;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-left: 5px;
}

#zjy_price {
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#zjy_price .qhj {
    height: 30px;
    float: left;
    margin-right: 3px;
}

#zjy_price .zjy_discounted_price {
    padding: 0 5px;
    height: 30px;
    float: left;
    color: #EA4D46;
    font-size: 23px;
}

#zjy_price .zjy_original_cost {
    padding: 0 5px;
    font-size: 14px;
    color: #999;
    height: 30px;
    float: left;
}

#zjy_price .zjy_pv {
    color: #999;
    font-size: 11px;
    height: 30px;
    float: right;
}

/* #zjy_price .qhj .quanhoujia {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #ED835F, #EA4144);
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
    float: left;
} */
#zjy_price .qhj .quanhoujia {
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #000000, #f90207);
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
    float: left;
}

#zjy_tkl {
    width: 90%;
    height: 60px;
    margin: 2px auto 0;
    border-radius: 10px;
}

#zjy_tkl .tkl_text {
    width: 75%;
    height: 62px;
    background: #FFEEE7;
    float: left;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3px 3px;
    box-sizing: border-box;
}

#zjy_tkl .tkl_text .tklstr {
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#zjy_tkl .copy_btn {
    width: 25%;
    height: 62px;
    background-image: -webkit-linear-gradient(left, #ED835F, #EA4144);
    float: right;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

#tipsText {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

#alertModal {
    width: 170px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
    display: none;
}

#alertModal span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0px 20px;
    font-size: 16px;
}

#zm_links {
    width: 90%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0;
    /* 确保容器本身也是左对齐 */
}

.link-item {
    width: 90%;
    height: 60px;
    margin: 2px auto 0;
    border-radius: 10px;
}

/* .link-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
} */
.link-item .link-url {
    width: 75%;
    height: 62px;
    background: #d8d8d8;
    float: left;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3px 3px;
    box-sizing: border-box;
}

.link-item .link-url .new-link {
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-item .link-title {
    width: 25%;
    height: 62px;
    background-image: -webkit-linear-gradient(left, #9099df, #2430d4);
    float: right;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/* 访问验证样式 */
.access-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f9;
}

.access-page .access-verification {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.access-page .access-verification input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.access-page .access-verification button {
    width: 100%;
    padding: 10px;
    background-color: #05c03d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.access-page .access-verification button:hover {
    background-color: #038803;
}

.access-page .access-verification .error-message {
    min-height: 20px;
    /* 设置最小高度，确保占位稳定 */
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
}

/* 
子码备注 */
/* .zm_beizhu {
    text-align: center;
    color: #977a7a;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    background-image: -webkit-linear-gradient(left, #dbdbdb, #a4a5a7);
    background-color: #f0f0f0;
    padding: 2px 8px;
    border-radius: 11px;
    width: fit-content;
    min-width: 60px;
} */
.zm_beizhu {
    text-align: center;
    color: #011a21;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    background-image: -webkit-linear-gradient(left, #d9d9d9, #a7a4a4);
    background-color: #f0f0f0;
    padding: 2px 8px;
    border-radius: 11px;
    width: fit-content;
    /* margin: 10px auto; */
    min-width: 60px;
}

/* 验证码和密码验证样式 */
.verify-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.verify-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.verify-beizhu {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.captcha-group {
    display: flex;
    gap: 10px;
}

.captcha-group input {
    flex: 1;
}

.captcha-img {
    width: 120px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #07c160;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #06ad56;
}

.error-msg {
    color: #f44336;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

/* 验证码和密码验证样式 */
/* 
投诉反馈 */
#complaint-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}