.koutu_home {
    position: absolute;
    left: 50%;
    transform: translateX(-56%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.koutu_home text {
    letter-spacing: 2px;
}

.koutu_tit {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.koutu_tit_container {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #3c10f5, #fe6684, #f99c51);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.koutu_tit_text {
    font-size: 20px;
    letter-spacing: 5px;
    color: #4d4d4d;
    margin-top: 15px;
}

.koutu_logo {
    margin-bottom: 20px;
    width: 600px;
    height: 70px;
    border: 1px solid #000;
}

.koutu_text {
    width: 300px;
    height: 35px;
    border: 1px solid #000;
}

.koutu_main {
    width: 65vw;
    height: 23.44vw;
    display: flex;
    justify-content: space-between;
}

.koutu_old {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.koutu_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.koutu_line {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
    cursor: pointer;
}

.koutu_line::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url(../assets/handleBar.svg) no-repeat 50%;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
}

.koutu_right {
    margin-left: 40px;
    width: 40vw;
    height: 23.44vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dashed #e5e5e5;
    border-radius: 20px;
    background-color: #fff;
}

.koutu .single_btn,
.koutu .batch_btn {
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 40px;
    cursor: pointer;
}

.koutu .single_btn {
    background: linear-gradient(90deg, #3005d1, #6219c9);
    color: #fff;
}

.koutu .batch_btn {
    border: 1px solid #cbbdff;
    background-color: #f4f5fd;
    color: #6e4ee9;
}

.koutu .single_btn img,
.koutu .batch_btn img {
    margin-right: 30px;
    width: 30px;
    height: 30px;
}

/* 尺寸选择 */
.koutu_size {
    position: fixed;
    right: 0;
    top: 61px;
    width: 300px;
    height: 100%;
    background-color: #f9f9f9;
    padding: 20px;
}

.size_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.size_options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.koutu_size .option {
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #f0f2f5;
    border: 2px solid #a51d1d00;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5a5a5a;
}

.koutu_size .option img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.koutu_size .option span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.koutu_size .active {
    border: 2px solid #5533ff;
}

.action_buttons {
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.koutu_size .upload_btn,
.koutu_size .download_btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 24px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.koutu_size .upload_btn {
    background-color: #f3f7fc;
    color: #7b5eeb;
    border: 1px solid #7b5eeb;
}

.download_btn {
    background: linear-gradient(90deg, #3005d1, #6219c9);
    color: #fff;
}

.koutu_size .upload_btn img {
    width: 18px;
    margin-right: 35px;
}

.koutu_size .download_btn img {
    width: 19px;
    margin-right: 52px;
}

.upload_btn:hover {
    background-color: #e0e0e0;
}

.download_btn:hover {
    background: linear-gradient(90deg, #441adb, #6c2bc7);
}

/* 单个上传 */
.koutu_single {
    position: absolute;
    top: 80px;
    left: 44%;
    transform: translate(-65%, 0);
    padding: 20px;
    width: 980px;
    height: 580px;
    background-color: #fff;
    border-radius: 10px;
}

.koutu_single .state {
    display: flex;
    align-items: center;
}

.koutu_single .state .old,
.koutu_single .state .new {
    padding: 10px 15px;
    background-color: #f6f7f9;
    border-radius: 20px;
}

.state .old img {
    width: 23px;
    margin-right: 12px;
}

.state .upload_count {
    position: absolute;
    margin-left: 85%;
}

.koutu_single .state .active {
    padding: 10px 15px;
    background-color: #f6f7f9;
    border-radius: 20px;
    border: 1px solid #cdbeff;
    color: #3206d0;
}

.koutu_single_img {
    margin: auto;
    margin-top: 10px;
    width: 800px;
    height: 500px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f7fa;
}

.koutu_single_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    background-size: 32px 32px;
    background-position: 0px 0px, 16px 16px;
    background-image: linear-gradient(
            45deg,
            rgb(235, 235, 235) 25%,
            transparent 25%,
            transparent 75%,
            rgb(235, 235, 235) 75%,
            rgb(235, 235, 235)
    ),
    linear-gradient(
            45deg,
            rgb(235, 235, 235) 25%,
            transparent 25%,
            transparent 75%,
            rgb(235, 235, 235) 75%,
            rgb(235, 235, 235)
    );
}

/* 批量上传 */
.koutu_batch {
    position: absolute;
    top: 55px;
    left: 44%;
    transform: translate(-65%, 0);
    padding: 20px;
    width: 980px;
    height: 820px;
    background-color: #fff;
    border-radius: 10px;
}

.koutu_batch .state {
    display: flex;
    align-items: center;
}

.koutu_batch .state .old,
.koutu_batch .state .new {
    padding: 10px 15px;
    background-color: #f6f7f9;
    border-radius: 20px;
}

.koutu_batch .state .active {
    padding: 10px 15px;
    background-color: #f6f7f9;
    border-radius: 20px;
    border: 1px solid #cdbeff;
    color: #3206d0;
}

.koutu_batch_img_list {
    margin-top: 10px;
    width: 100%;
    height: auto;
    max-height: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 4px;
}

.koutu_batch_img_li {
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    width: 24%;
    aspect-ratio: 1 / 1; /* 核心正方形属性 */
    overflow: hidden; /* 隐藏溢出 */
    display: flex;
    justify-content: center;
    align-items: center; /* img 居中 */
    background-color: #f6f7fa;
}

.koutu_batch_img_li img {
    transition: all 0.3s ease;
    max-width: 100%;
    object-fit: contain;
}

/*.koutu_batch_img_list::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/

.koutu_batch_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.koutu_batch_spinner {
    position: relative;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.koutu_batch_img_li img {
    background-size: 32px 32px;
    background-position: 0px 0px, 16px 16px;
    background-image: linear-gradient(
            45deg,
            rgb(235, 235, 235) 25%,
            transparent 25%,
            transparent 75%,
            rgb(235, 235, 235) 75%,
            rgb(235, 235, 235)
    ),
    linear-gradient(
            45deg,
            rgb(235, 235, 235) 25%,
            transparent 25%,
            transparent 75%,
            rgb(235, 235, 235) 75%,
            rgb(235, 235, 235)
    );
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 保持比例居中 */
    display: block;
}

.koutu_batch_img_li .img-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.koutu_batch_img_li .download-btn,
.koutu_batch_img_li .del-btn {
    padding: 5px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.koutu_batch_img_li .download-btn {
    background: linear-gradient(90deg, #3005d1, #6219c9);
    color: #fff;
}

.koutu_batch_img_li .del-btn {
    background-color: #ffffff;
    color: #7b5eeb;
}

/* other */
.webuploader-element-invisible {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1000px;
    cursor: pointer;
}

.koutu_single .state .old,
.koutu_single .state .new,
.koutu_batch .state .old,
.koutu_batch .state .new {
    cursor: pointer;
}

/* newKoutuHome */
.koutu_home_one {
    width: 97vw;
    height: auto;
}

.koutu_main {
    margin: auto;
}

.koutu_left_out {
    width: 23.44vw;
    height: 23.44vw;
    border-radius: 30px;
}

.koutu_left video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
}

.koutu_left img {
    position: relative;
    width: 100%;
    height: 100%;
}

.koutu_right {
    position: relative;
    background-color: #fff;
    color: #b3b3b3;
}

.koutu_right_try {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 12px;
    height: auto;
    transition: all 0.3s ease;
}

.koutu_right_try span {
    font-size: 14px;
    margin-bottom: 10px;
}

.koutu_right_try_imgs {
    display: flex;
    gap: 8px;
}

.koutu_right_try_imgs img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.koutu_right_tips {
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    height: auto;
    transition: all 0.3s ease;
}

.koutu_list {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 65vw;
    margin-top: 30px;
    justify-content: center;
}

.koutu_list_item {
    aspect-ratio: 4/2.3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    min-width: 23%;
}


.koutu_list_item_bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.koutu_list_item_detail {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: baseline;
    color: white;
    text-align: center;
    padding: 10px;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 100%
    );
}

.koutu_list_item_detail img {
    width: 30px;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.koutu_list_item_detail div {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 3px;
}

.koutu_list_item_detail div span {
    font-size: 1vw;
    font-weight: bold;
}

.koutu_list_item_detail span:last-child {
    font-size: 0.8vw;
    font-weight: normal;
    margin-top: 5px;
}

.koutu_list_item_overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.koutu_list_item:hover .koutu_list_item_overlay {
    opacity: 1;
}

.koutu_list_item:hover .koutu_list_item_bg {
    transform: scale(1.05);
}

.koutu_list_item button {
    position: absolute;
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    min-width: 130px;
    min-height: 35px;
}

.koutu_list_item button span {
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    color: rgb(26, 26, 26);
}

.koutu_list_item:hover button {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}


.koutu_list_item button img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    filter: none;
}

.koutu_home_two {
    margin-top: 60px;
    width: 97vw;
    padding: 30px 0 60px 0;
    background-color: #fff;
}

.koutu_section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.koutu_home_two_con {
    width: 65vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.koutu_home_two_lf {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 48%;
}

.koutu_home_two_rt {
    width: 48%;
}

.koutu_home_two_rt p {
    width: 90%;
}

.koutu_home_two_mid {
    width: 100%;
}

.koutu_home_two_mid .koutu_card {
    height: 30vh;
}

.koutu_home_two_mid .koutu_card div {
    margin-left: 100px;
    justify-content: center;
}

.koutu_home_two_mid .koutu_card div h3 {
    margin-bottom: 20px;
}

.koutu_home_two_mid .koutu_card img {
    margin-right: 100px;
}

.koutu_card {
    background: #fefefe;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #F2F2F2;
}

.koutu_card div {
    height: 50%;
    width: 70%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.koutu_blue {
    background: linear-gradient(145deg, #dcf3ff 0%, #ffffff 80%);
}

.koutu_blueTw {
    background: linear-gradient(145deg, #dcf3ff 0%, #ffffff 80%);
}

.koutu_purpleTw {
    background: linear-gradient(145deg, #ebebff 30%, #ffffff 80%);
}

.koutu_red {
    background: linear-gradient(145deg, #fce7ff 0%, #ffffff 80%);
}

.koutu_purpletblue {
    background: linear-gradient(145deg, #ebebff 30%, #ffffff 50%, #f0fdff 100%);
}

.koutu_card h3 {
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.koutu_card p {
    font-size: 14px;
    color: #afafaf;
    line-height: 1.6;
}

.koutu_card img {
    transform: scale(1.23);
    height: 180px;
}

.koutu_blueTw,
.koutu_purpleTw {
    height: 20vh;
}

.koutu_blueTw img,
.koutu_purpleTw img {
    height: 150px;
}

.full-scene {
    height: 420px;
    flex-direction: column;
    background: linear-gradient(145deg, #ebecff 0%, #ffffff 80%);
}

.full-scene div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-scene img {
    height: 70%;
    margin-top: 20px;
    border-radius: 5px;
    object-fit: cover;
    transform: scale(1);
}

.koutu_home_three {
    width: 97vw;
    margin: auto;
    background-color: #dcf3ff;
    padding: 20px 0 60px 0;
}

.koutu_section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.koutu_home_three_con {
    width: 65vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.koutu_home_three_item {
    height: 500px;
    flex: 1;
    background-size: cover;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.koutu_home_three_item p {
    text-align: justify;
    color: #000000;
    margin-left: 50px;
    margin-bottom: 25px;
}

.koutu_home_three_item p:first-child {
    font-size: 22px;
    font-weight: bold;
}

.koutu_home_three_item p:last-child {
    position: relative;
    top: -15px;
    font-size: 15px;
    color: #939393;
}

.koutu_home_four {
    width: 97vw;
    margin: auto;
    background-color: #ffffff;
    padding: 20px 0 60px 0;
    text-align: center;
}

.koutu_section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 20px;
    color: #333;
}

.koutu_home_four_con {
    width: 65vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-question {
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, padding 0.3s;
    position: relative;
}

.faq-question span {
    flex: 1;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.faq-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    outline: none;
}

.toggle-icon {
    position: relative;
    width: 12px;
    height: 6px;
    transition: transform 0.3s ease;
}

.toggle-icon:before,
.toggle-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #666;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.toggle-icon:before {
    left: 3.5px;
    transform: rotate(-45deg);
}

.toggle-icon:after {
    right: 3.5px;
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease, padding 0.1s ease;
    background-color: #fff;
    font-size: 14px;
}

.faq-answer.active {
    padding: 16px 20px 16px 20px;
    max-height: 500px;
}

.faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.ratio1_1 {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.ratio2_3 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
}

.ratio3_2 {
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.ratio3_4 {
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

.ratio4_3 {
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.ratio16_9 {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.ratio9_16 {
    aspect-ratio: 9 / 16;
    object-fit: contain;
}

.oldimg {
    background: linear-gradient(0deg, #F5F5F500 0%, #F5F5F500 100%) !important;
}

/* 遮罩层（全屏半透明黑背景，阻止交互） */
.iv-modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
    z-index: 998; /* 比弹框低一级 */
    pointer-events: auto; /* 阻止所有交互 */
}

.iv-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: white; /* 弹框背景色 */
    z-index: 999; /* 比遮罩层高一级 */
    border-radius: 8px; /* 可选：圆角 */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* 可选：阴影 */
}

/* 阻止 body 滚动（可选） */
body.modal-open {
    overflow: hidden;
}

/* 禁用状态的按钮样式 */
.iv-prev-btn[disabled],
.iv-next-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; /* 阻止点击事件 */
}

/* 可选：添加过渡效果 */
.iv-prev-btn, .iv-next-btn {
    transition: opacity 0.3s ease;
}


.iv-modal-content {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 32px 32px;
    background-position: 0px 0px, 16px 16px;
    background-image: linear-gradient(45deg, rgb(235, 235, 235) 25%, transparent 25%, transparent 75%, rgb(235, 235, 235) 75%, rgb(235, 235, 235)), linear-gradient(45deg, rgb(235, 235, 235) 25%, transparent 25%, transparent 75%, rgb(235, 235, 235) 75%, rgb(235, 235, 235));
}


.iv-close {
    position: absolute;
    top: 2px;
    right: 10px;
    color: #e5e5e5;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* 左右切换按钮样式 */
.iv-prev-btn, .iv-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 1002; /* 确保按钮在图片上方 */
}

.iv-prev-btn {
    left: 20px;
}

.iv-next-btn {
    right: 20px;
}

/* 鼠标悬停效果 */
.iv-prev-btn:hover, .iv-next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 图片容器样式 */
.koutu_batch_img_li {
    cursor: pointer;
}

/* 新增悬停提示样式 */
.koutu_batch_img_li::after {
    content: "点击可放大";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    font-size: 12px;
    transition: bottom 0.3s;
    opacity: 0;
}

.koutu_batch_img_li:hover::after {
    bottom: 0;
    opacity: 1;
}

.koutu_batch_img_li:hover img {
    transform: scale(1.02);
}

/* 确保操作按钮不受影响 */
.img-actions {
    z-index: 1; /* 使操作按钮在提示文字之上 */
}

.koutu_batch_img_li .download-btn,
.koutu_batch_img_li .del-btn {
    background: linear-gradient(90deg, #3307d0, #6119c9);
    min-height: 30px;
    min-width: 30px;
}


.koutu_batch_img_li .download-btn {
    position: relative;
    padding: 0px 8px;
    width: 80px;
    border-radius: 30px;
    color: #dbd6f3;
    font-size: 15px;
    line-height: 30px;
}

.koutu_batch_img_li .download-btn::after {
    content: "下载";
    position: absolute;
    left: 35px;
    top: 2px;
}

.koutu_batch_img_li .del-btn {
    position: relative;
    top: -3px;
    border-radius: 50%;
}

.koutu_batch_img_li .download-btn img,
.koutu_batch_img_li .del-btn img {
    width: 20px;
    background: #ffffff00 !important;
}