
.__Cici__translate__ {
    display: block;
}

.__Cici__translate__.__Cici_translate_Safari__ {
    display: inline;
}

.__Cici__translate__[data-translating="true"] {
    display: inline;
}

.__Cici__translate__:has(> .__Cici_translate_translated_inject_node__) {
    display: inline;
}

/* 隐藏原文时如果翻译内容一致需要显示原节点的克隆节点 */
.__Cici_translate_hide_origin_content_wrapper__
.__Cici_translate_similar_text_content__
.__Cici_translate_origin_node__ {
    display: inline-block !important;
}

.__Cici_translate_hide_origin_content_wrapper__
.__Cici__translate__[data-translating="true"]
.__Cici_translate_origin_node__ {
    display: inline-block !important;
}

/* 翻译内容样式 */
.__Cici_translated_text_show_underline__ .__Cici__translate__ .__Cici_translate_translated_inject_node__ > span {
    background: linear-gradient(to right, rgba(162, 162, 162, .5) 0%, rgba(162, 162, 162, .5) 50%, transparent 50%, transparent 100%) repeat-x left bottom;
    background-size: 8px 1px;
    padding-bottom: 2px;
}

/* 如果翻译内容一致不显示翻译内容 */
.__Cici__translate__.__Cici_translate_similar_text_content__
.__Cici_translate_translated_inject_node__ {
    display: none !important;
}

.__Cici_translate_hide_origin_content_wrapper__
.__Cici__translate__
.__Cici_translate_need_wrapper__ {
    margin: 0 !important;
}

.__Cici__translate__ .__Cici_translate_need_wrapper__ {
    margin: 8px 0 !important;
}

/* 去除原文中父元素设置的溢出隐藏 */
.__Cici_translate_global_wrapper__ .__Cici_translate_clamp_unset__ {
    -webkit-line-clamp: unset !important;
    max-height: unset !important;
}

/* loading样式 */
.__Cici_translate_loading__ {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.__Cici_translate_loading__ > i {
    vertical-align: middle !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    margin: 0 4px !important;
    border: 2px rgba(221, 244, 255, 0.6) solid !important;
    border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-radius: 50% !important;
    padding: 0 !important;
    -webkit-animation: cici-translate-loading-animation 0.6s infinite linear !important;
    animation: cici-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes cici-translate-loading-animation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes cici-translate-loading-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.danmu {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none
}

#_copy {
    align-items: center;
    background: #4494d5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 60px;
    z-index: 1000
}

#select-tooltip, #sfModal, .modal-backdrop, div[id^=reader-helper] {
    display: none !important
}

.modal-open {
    overflow: auto !important
}

._sf_adjust_body {
    padding-right: 0 !important
}

.enable_copy_btns_div {
    position: fixed;
    width: 154px;
    left: 10px;
    top: 45%;
    background: #e7f1ff;
    border: 2px solid #4595d5;
    font-weight: 600;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    z-index: 5000
}

.enable_copy_btns_logo {
    width: 100%;
    background: #4595d5;
    text-align: center;
    font-size: 12px;
    color: #e7f1ff;
    line-height: 30px;
    height: 30px
}

.enable_copy_btns_btn {
    display: block;
    width: 128px;
    height: 28px;
    background: #7f5711;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    border: 0;
    outline: 0;
    margin: 8px auto;
    font-weight: 700;
    cursor: pointer;
    opacity: .9
}

.enable_copy_btns_btn:hover {
    opacity: .8
}

.enable_copy_btns_btn:active {
    opacity: 1
}

.danmu > * {
    position: absolute;
    white-space: nowrap
}

.danmu-switch {
    width: 32px;
    height: 20px;
    border-radius: 100px;
    background-color: #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 10px auto
}

.danmu-switch.danmu-switch-active {
    padding-left: 12px;
    background-color: #f85959
}

.danmu-switch span.txt {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, .04);
    box-shadow: -2px 0 0 0 rgba(0, 0, 0, .04);
    font-family: PingFangSC;
    font-size: 10px;
    font-weight: 500;
    color: #f44336
}

.toast {
    position: fixed;
    top: 50%; /* 设置距离顶部20% */
    left: 50%; /* 从左边界开始50%的位置显示 */
    transform: translateX(-50%); /* 向左移动自身宽度的50%以实现居中 */
    background-color: rgba(0, 0, 0, 0.75); /* 半透明黑色背景 */
    color: white; /* 白色文本 */
    padding: 10px 40px; /* 增加水平内边距 */
    border-radius: 5px; /* 圆角边框 */
    z-index: 10000; /* 确保在最上层显示 */
    display: none; /* 默认不显示 */
    text-align: center; /* 文本居中显示 */
    max-width: 80%; /* 最大宽度限制，防止过长文本问题 */
    min-width: 300px; /* 设置一个最小宽度 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加阴影效果提升立体感 */
}

a_input[type="text"], a_input[type="number"], a_input[type="password"], a_input[type="email"], a_input[type="tel"], a_input[type="url"], a_input[type="search"], a_textarea {
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

a_input[type="text"], a_input[type="number"], a_input[type="password"], a_input[type="email"], a_input[type="tel"], a_input[type="url"], a_input[type="search"], a_textarea {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
}

a_input::placeholder, a_textarea::placeholder {
    color: #999;
}

@keyframes a_slideUp {
    to {
        top: -120%;
    }
}

@keyframes a_slideDown {
    to {
        top: 0;
    }
}

.text-red {
    color: #ff6666; /* 调整为淡红色 */
}

.text-green {
    color: #66cc66; /* 调整为淡绿色 */
}

.a_mobile-container1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 9999;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -110%;
}

.a_goods-info-base {
    width: 95%;
    margin: 15px auto 0;
    padding: 6px 0;
    background-color: #fcf6ed;
    color: #dda453;
}

.a_pay-title1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.a_ml-5 {
    margin-left: 5px;
}

.a_import-tip {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.a_pay-container {
    width: 90%;
    margin: 70px auto 100px auto;
}

.a_red-star::before {
    content: "*";
    color: red;
    margin-right: 5px;
}

.a_red-star {
    font-size: 15px;
    color: #5f5f5f;
    margin-right: 5px;
}

.a_pay-count {
    display: flex;
    align-items: center;
}

.a_input-container {
    display: flex;
    align-items: center;
}

.a_input-wrapper {
    width: 40%;
    height: 28px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    color: #5f5f5f;
    box-shadow: none !important;
    border: 1px solid #f0f0f0 !important;
    padding: 0 16px;
    text-align: center;
}

.a_pub-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    background-color: #f6f7fa !important;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_minus-btn {
    padding: 0 16px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 0;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.a_plus-btn {
    padding: 0 16px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 0;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a_authorization {
    width: 95%;
    margin: 20px auto;
}

.a_line {
    width: 95%;
    padding: 0 16px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.a_f-title-color {
    color: #fa6666;
    font-weight: 500;
    font-size: 15px;
}

.a_pay-content1 {
    font-size: 15px;
    color: #999999;
}

.a_radio-item {
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.a_radio-item-blue {
    border: 1px solid #265bc1;
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.a_radio-option {
    margin: 0 5px 0 0;
}

.a_radio-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.a_w-auto {
    width: auto;
}

.a_w-110 {
    min-width: 130px;
}

.a_pay-count-base {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.a_submit-container {
    width: 95%;
    position: absolute;
    bottom: 70px;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.a_submit {
    padding: 8px 16px;
    color: #FFF;
    background-color: #589ff7;
    border-radius: 4px;
    font-size: 16px;
}

.a_cancel {
    padding: 8px 16px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.a_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #5f5f5f;
}

.a_goods-info1 {
    display: none;
    width: 80%;
    margin: 20px auto 0;
    border-radius: 6px;
    padding: 12px 20px;
}

.a_tip-bg-white {
    background-color: #fbf0f1 !important;
    color: #fa6666;
}

.a_tip-color-green {
    background-color: #f3f8ed !important;
    color: #82bf53;
}

.a_tip-color1 {
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .a_mobile-container1 {
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 0;
    }

    .a_goods-info-base, .a_pay-container, .a_submit-container, .a_authorization, .a_line, .a_pay-count, .a_pay-count-base {
        width: 100%;
    }

    .a_input-wrapper {
        width: 60%;
    }

    .a_submit-container {
        position: static;
        justify-content: flex-start;
    }

    .a_footer {
        position: static;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .a_mobile-container1 {
        width: 40%;
    }

    .a_input-wrapper {
        width: 70%;
    }
}