﻿.param-select-input {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
    padding: 4px 8px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 60px;
    text-align: center;
    transition: all 0.2s;
    border-radius: 4px;
}

#main-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.param-select-input::-ms-expand {
    display: none;
}

.param-select-input:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.param-select-input:focus {
    background-color: rgba(255, 255, 255, 0.08);
}

.param-select-input option {
    background: #3a3a3f;
    color: #ffffff;
    padding: 8px 12px;
}

    .param-select-input option:hover {
        background: #4a4a4f;
    }

    .param-select-input option:checked {
        background: #1E9FFF;
        color: #ffffff;
    }

.param-separator {
    margin: 0 4px;
    opacity: 0.6;
    color: #ffffff;
}

/* 删除按钮 */
.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.2s ease;
}

/* 鼠标悬停在图片上时显示删除按钮 */
.upload-btn:hover .remove-btn {
    opacity: 1;
}

.upload-btn {
    position: relative;
}

.havelogin a {
    color: #fff;
}

.havelogin {
    width: auto;
    display: flex;
    height: 40px;
}

.tagitm-tip-child {
    position: fixed;
    /* 使用 fixed 定位，跟随视口 */
    z-index: 9999;
    display: none;
    min-width: 300px;
    max-width: 400px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.tagitm-relat {
    position: relative;
    cursor: pointer;
}

/* 可选：添加过渡效果 */
.tagitm-tip-child {
    transition: opacity 0.2s ease;
}

.posit {
    position: relative;
    bottom: auto;
    width: 75%;
}

.tagitm-tip-child {
    position: fixed;
    /* 使用 fixed 定位 */
    z-index: 9999;
    display: none;
    min-width: 300px;
    max-width: 400px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.tagitm-relat {
    cursor: pointer;
    position: relative;
}

/* 模态框（背景遮罩）样式 */
.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    z-index: 1000;
    /* 确保在最上层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    /* 半透明黑色背景 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

/* 模态框中的大图样式 */
.modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* 关闭按钮样式 */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
    }


.layui-layer-btn .layui-layer-btn0 {
    border-color: #ffd000;
    background-color: #ffd000;
}

.layui-layer-title {
    display: none;
}

.layui-layer-setwin {
    right: 10px;
    top: 10px;
}

.layui-layer-dialog .layui-layer-padding {
    padding: 35px 20px 20px 55px;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    top: 31px;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico1 {
    color: #ffd000 !important;
}

.button-container {
    position: relative;
}

.head-bmri-ups a {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    color: #ffffff;
    font-size: 12px;
}

.head-bmri-ups {
    display: inline-flex;
    align-items: center;
}

.member-button {
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    background-color: rgba(255, 188, 69, .18);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.icon-diamond, .icon-fire {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.head-bmri-ups img {
    width: 14px;
    height: 14px;
}

.text {
    padding: 8px 1px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 0px !important;
    background-color: transparent !important;
}

.separator {
    margin: 0 8px;
    opacity: .5;
}

.icon-diamond, .icon-fire {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.head-bmri-ups img {
    width: 14px;
    height: 14px;
}

.count {
    font-weight: bold;
}

/* 身份选择下拉框 */
.head-identity-select {
    display: flex;
    align-items: center;
    margin-left: 12px;
    vertical-align: middle;
}

.identity-select-input {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #444;
    color: #ffffff;
    font-size: 13px;
    font-family: "Microsoft YaHei", sans-serif;
    cursor: pointer;
    padding: 4px 10px;
    outline: none;
    border-radius: 4px;
    min-width: 90px;
    text-align: center;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 26px;
}

    .identity-select-input::-ms-expand {
        display: none;
    }

    .identity-select-input:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: #666;
    }

    .identity-select-input:focus {
        border-color: #ffd000;
        box-shadow: 0 0 0 1px rgba(255, 208, 0, 0.2);
    }

    .identity-select-input option {
        background: #1e1e1e;
        color: #ffffff;
        padding: 8px 12px;
    }

        .identity-select-input option:hover {
            background: #333;
        }

        .identity-select-input option:checked {
            background: #ffd000;
            color: #000;
        }

/* 金豆购买 */
.goldenshow {
    display: none;
}

.AIDrawPayModal__rechargeModalNew__c7wds .ant-modal-content {
    width: 740px;
    height: auto;
    background: #1d1d1d;
    border-radius: 16px;
}

.AIDrawPayModal__top__pv_nS {
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.AIDrawPayModal__topLeft__NrX3b {
    display: flex;
}

.AIDrawPayModal__iconUrl__dHJVU {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.AIDrawPayModal__nickName__x7kKE {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-left: 8px;
    margin-top: 7px;
}

.AIDrawPayModal__topRight__LLMfI {
    display: flex;
    align-items: center;
}

.AIDrawPayModal__myPoints__wQJta {
    font-weight: 400;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.AIDrawPayModal__zidianCount__UIlvf {
    padding: 2px 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    width: auto;
    height: 24px;
    background: #3f3f3f;
    border-radius: 12px;
    margin-left: 6px;
}

.AIDrawPayModal__closeIcon__QCppE i {
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    color: hsla(0, 0%, 100%, .7);
}


.AIDrawPayModal__rechargeModalNew__c7wds .AIDrawPayModal__content__T_754 {
    width: 740px;
    height: 387px;
    background: #2b2b2b;
    border-radius: 15px;
    display: flex;
}

.AIDrawPayModal__contentLeft__r89yO {
    margin-top: 48px;
}

.AIDrawPayModal__contentLeftTitle__GqFbQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
}

.AIDrawPayModal__contentLeftTitleText__SqHR0 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.AIDrawPayModal__rednoteActivityBtn__ceXOC > img {
    display: block;
    width: 94px;
    height: 27px;
    object-fit: contain;
    cursor: pointer;
}

.AIDrawPayModal__contentLeft__r89yO .AIDrawPayModal__contentLeftContent__arZ1r {
    margin-left: 32px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 148px);
    gap: 8px;
}

.AIDrawPayModal__contentLeftContentItem__B1Ku7 {
    position: relative;
    width: 148px;
    height: 103px;
    background: #3f3f3f;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.AIDrawPayModal__contentLeftContentItemActive__cq9gU {
    box-shadow: inset 0 0 0 1px #fff;
}


.AIDrawPayModal__contentCoumt__osoRk {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AIDrawPayModal__contentCoumtIcon__WJHnx {
    font-size: 16px;
    margin-right: 6px;
}

.AIDrawPayModal__contentPrice__m28Y7 {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.AIDrawPayModal__contentPriceValue__jKDwn {
    margin-left: 4px;
}


.AIDrawPayModal__contentTips2___7mTO {
    width: 49px;
    height: 18px;
    background: linear-gradient(90deg, #fc1f0f, #fe8221);
    border-radius: 4px 4px 4px 0;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0;
}

.AIDrawPayModal__contentTips1__JIV1X {
    width: 39px;
    height: 18px;
    background: linear-gradient(90deg, #febe70, #ffe4c1);
    border-radius: 4px 4px 4px 0;
    font-weight: 400;
    font-size: 11px;
    color: #12100e;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0;
}

.AIDrawPayModal__contentLeftFooter__F6hYH {
    margin-top: 16px;
}

.AIDrawPayModal__contentLeftFooterTitle__JMoB3 {
    font-weight: 400;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 17px;
    text-align: center;
    font-style: normal;
}

.AIDrawPayModal__contentLine__RAf1K {
    width: 6px;
    height: 381px;
    background: url(https://cdn.code.znzmo.com/sucai/img/images/AIDrawPayModalLine.png), url(https://c0-cdn.znzmo.com/sucai/img/images/AIDrawPayModalLine.png) no-repeat 50%;
    background-size: 6px 381px;
    margin-left: 24px;
}

.AIDrawPayModal__contentRight__HXMPW {
    margin-top: 30px;
}

.AIDrawPayModal__contentTruePriceValueIcon__vBdTh {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 6px;
}

.AIDrawPayModal__contentQrCode__R3Z6w {
    margin-top: 16px;
    margin-left: 19px;
}

.PayWayQrCode__payWayQrCodeWrap__uC8rw {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 178px;
    height: 224px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 6px;
}

.AIDrawPayModal__contentTruePrice__rBPnn {
    display: flex;
    margin-left: 14px;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}



.PayWayQrCode__payWayQrCodeWrap__uC8rw .PayWayQrCode__payWayWrap__Utxsg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 168px;
    height: 30px;
}

.PayWayQrCode__payWayItem__yGdOV {
    width: 56px;
    height: 100%;
    cursor: pointer;
}

.PayWayQrCode__payWayQrCodeWrap__uC8rw .PayWayQrCode__payWayWrap__Utxsg .PayWayQrCode__payWayItem__yGdOV {
    width: 56px;
    height: 100%;
    cursor: pointer;
}

.PayWayQrCode__payWayWrap__Utxsg .PayWayQrCode__payWayItem__yGdOV.PayWayQrCode__active__dNMzS {
    width: 110px;
}

.PayWayQrCode__safeTip__SIaQa {
    margin-top: 12px;
    font-weight: 400;
    font-size: 11px;
    color: #999;
    line-height: 16px;
}

.PayWayQrCode__qrCodeWrapper__n_a_9 {
    width: 178px;
    height: 178px;
}

.PayWayQrCode__qrCodeWrapper__n_a_9 {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.PayWayQrCode__qrCodeImg___RQcS {
    width: 100%;
    height: 100%;
}


.AIDrawPayModal__contentAdvice__tTZUr {
    margin-left: 19px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 17px;
    text-align: center;
    font-style: normal;
}

.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* 文字和图标组之间的间距 */
    background-color: #292b33; /* 图片中的紫色 */
    /* 如果想要更还原的渐变效果，可以使用下面这行代替 background-color */
    /* background: linear-gradient(135deg, #9b6dff 0%, #7d4de0 100%); */

    color: white;
    border: none;
    border-radius: 12px; /* 圆角 */
    padding: 6px 24px; /* 内边距：上下10px，左右24px */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    /*box-shadow: 0 4px 6px rgba(138, 92, 245, 0.3);*/ /* 添加一点阴影增加立体感 */
    box-shadow: 0 4px 12px rgba(255, 208, 0, 0.3);
    transition: transform 0.1s, opacity 0.2s;
    outline: none;
}

    /* 点击时的按压效果 */
    .custom-btn:active {
        transform: scale(0.96);
        opacity: 0.9;
    }

/* 图标和数字的容器 */
.btn-icon-wrapper {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2); /* 图标背景稍微深一点，像胶囊一样 */
    padding: 2px 8px;
    border-radius: 20px; /* 胶囊圆角 */
}

.number {
    font-weight: 300;
}
/* 页面整体样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", sans-serif;
}

/* 弹框遮罩层 */
.modal-overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 弹框遮罩层 */
.modal-overlayt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 弹框主体 - 黑色系 */
.modal-box {
    width: 452px;
    height: 310px;
    background: #1e1e1e;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalShow 0.3s ease;
    border: 1px solid #333;
}

/* 弹框显示动画 */
@keyframes modalShow {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 提示文本 - 浅色 */
.modal-text {
    font-size: 16px;
    color: #f0f0f0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 80px;
}

/* 按钮区域 */
.modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

/* 通用按钮样式 */
.modal-btn {
    flex: 1;
    height: 42px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}

/* 确定按钮（改为 #ffd000 金黄色） */
.btn-confirm {
    background: #ffd000;
    color: #000;
}

    .btn-confirm:hover {
        background: #e6bc00;
    }

/* 继续用线路一按钮（深灰色） */
.btn-line1 {
    background: #333333;
    color: #e0e0e0;
    border: 1px solid #444;
}

    .btn-line1:hover {
        background: #404040;
    }

/* 模拟的提示框 */
.tooltip-box {
    position: absolute;
    top: 35px;
    left: -308px;
    width: 400px;
    background-color: #fff;
    color: #333;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 30; /* 确保在最上层 */
    font-size: 14px;
    line-height: 1.8;
    display: none;
}

.tooltip-label {
    color: #666;
    font-weight: bold;
}

/* 向上箭头指向企业汇款 */
.tooltip-box::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 340px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}