﻿.content-bg {

    background-image: url('../image/gdbj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.gd-all-bg {
    background-image: url('../image/gdgsbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -10%;
    padding: 10% 0;
}

.pointer-event-none {
    pointer-events: none !important;
}

.gd-desc {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 4px rgba(223, 223, 223, 0.32);
    border-radius: 10px;
    padding: 1.25rem;
}

.tip-l {
    width: 1.875rem;
    height: 0.625rem;
    border-radius: 5px 0 0 5px;
    background: #C8213E;
}

.tip-r {
    width: 1.875rem;
    height: 0.625rem;
    border-radius: 0 5px 5px 0;
    background-color: #CDB48D;
}

@media (min-width: 992px) {
    .content-bg {
        width: 1244px;
        position: absolute;
        right: -14%;
        top: -12%;
        padding: 5% 5% 5% 24%;
    }

    .text-section {
        width: 760px;
        height: 550px;
        overflow-y: scroll;
        padding: 0 50px;
    }

    .text-section::-webkit-scrollbar {
        width: 12px;
        /* 滚动条的宽度 */
        background-color: rgba(0, 0, 0, 0.1);
        /* 滚动条背景颜色（灰色半透明） */
    }

    .text-section::-webkit-scrollbar-thumb {
        background-color: white;
        /* 滑块颜色（白色） */
        border-radius: 6px;
        /* 滑块圆角 */
    }

    .text-section::-webkit-scrollbar-thumb:hover {
        background-color: #f1f1f1;
        /* 悬停时的滑块颜色 */
    }

    /* 隐藏上下箭头 */
    .text-section::-webkit-scrollbar-button {
        display: none;
        /* 隐藏上下箭头 */
    }

}

@media (min-width: 576px) and (max-width:991px) {
    .content-bg {
        padding: 29% 5% 5% 5% !important;
        margin-top: -26% !important;
    }

}
