    .responsibility-container {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        background-size: cover;
        max-height: 800px;
        position: relative;
        overflow: hidden;
        /* -webkit-mask: linear-gradient(to right, #fff 90%, transparent 100%);
        -webkit-mask-repeat: no-repeat;
        mask: linear-gradient(to right, #fff 90%, transparent 100%);
        mask-repeat: no-repeat; */
    }



    .responsibility-container img {
        object-fit: cover;
        height: 100%;
    }

    .green {
        height: 100%;
        width: 100%;
        /* background: url('https://omo-oss-image1.thefastimg.com//portal-saas/pg2026012316382513527/cms/image/db4cba94-f3a5-4e5c-9a15-676d84cadc53.png') center no-repeat; */
    }

    .gray {
        /* background: url('https://omo-oss-image1.thefastimg.com//portal-saas/pg2026012316382513527/cms/image/052cf4a9-b54c-4469-ad0d-a7c6714e7b1e.png') center no-repeat; */
        background-size: cover;
        height: 100%;
        width: 50%;
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-mask: linear-gradient(to left, #fff 75%, transparent 100%);
        -webkit-mask-repeat: no-repeat;
        mask: linear-gradient(to left, #fff 75%, transparent 100%);
        mask-repeat: no-repeat;
    }

    .mask-img {
        position: absolute;
        top: 0;
        height: 100%;
        right: -7%;
        width: 100%;
    }

    .move_container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        /* right: -100%;
        opacity: 0; */
        right: 0;
        opacity: 1;
        -webkit-mask: linear-gradient(to left, #fff 75%, transparent 100%);
        -webkit-mask-repeat: no-repeat;
        mask: linear-gradient(to left, #fff 75%, transparent 100%);
        mask-repeat: no-repeat;
        transition: all 4s;
    }


    .animation-container.active .move_container {
        right: -60%;
        opacity: 0;
    }

    .animation-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .layui-slider-box {
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #ID-slider-demo {
        width: 600px;
    }

    .layui-slider {
        height: 12px;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, .61);
    }

    .layui-slider-bar {
        border-radius: 10px;
        background: linear-gradient(90deg, #3FCE69 0%, #00B4FF 100%) !important;
    }

    .layui-slider-wrap-btn {
        width: 20px;
        height: 20px;
        border: none !important;
        background: linear-gradient(90deg, #00B4FF 0%, #0090FF 100%);
    }

    .layui-slider-wrap {
        top: -13px;
    }

    .layui-label {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin-right: 20px;
    }

    .layui-slider-tips::after {
        display: none;
        content: "";
    }

    .layui-slider-tips {
        background-color: transparent;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }

    .config {
        margin-left: 50px;
        position: relative;
    }

    .config_list {
        border-radius: 10px 10px 10px 10px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 20px 25px 0px 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        bottom: calc(100% + 20px);
        display: none;
    }

    .config_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .config_list::after {
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        content: "";
    }

    .config_item input {
        background: rgba(191, 191, 191, 0.69);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #9D9D9D;
        line-height: 30px;
        padding: 5px 10px;
        height: 30px;
        box-sizing: border-box;
        width: 270px;
    }

    .config_item {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .config_item label {
        display: block;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #333333;
        margin-bottom: 5px;
    }

    .gear-img {
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .gear-img:hover {
        transform: rotate(180deg);
    }

    .result_box {
        width: max-content;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 40%;
        width: 50%;
        transition: all 1.4s ease-in-out;
    }

    .result_box p {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.33);
        text-align: center;
        line-height: 25px;
    }

    .result_box p.multiple {
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        font-size: 150px;
        line-height: 150px;
        color: #FFFFFF;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36);
        text-align: center;
    }

    .result_list {
        margin-top: 20px;
    }

    .result_item {
        background: rgba(0, 0, 0, 0.69);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #646464;
        height: 30px;
        width: 300px;
        padding: 0 10px;
        line-height: 30px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .result_item .liner {
        height: 100%;
        background: linear-gradient(90deg, #3FCE69 0%, #00B4FF 100%);
        content: "";
        left: 0;
        position: absolute;
        width: 0%;
        top: 0;
        border-radius: 4px;
        /* transition: all .3s; */
    }

    .result_item.fuelCost_item .liner {
        background: #FF8C00;
    }

    .result_item p {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: left;
        position: relative;
        z-index: 3;
    }

    .result_item:not(:last-child) {
        margin-bottom: 19px;
    }

    .remark {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    @media only screen and (max-width: 768px) {
        .responsibility-container {
            height: 600px;
            /* height: auto; */
        }

        .result_box p.multiple {
            font-size: 60px;
            line-height: 60px;
        }

        .result_box {
            width: 100%;
            top: 37%;
        }

        .layui-slider-box {
            width: 90%;
            flex-wrap: wrap;
            bottom: 100px;
            z-index: 3;
        }

        .layui-label {
            order: 1;
            font-size: 16px;
        }

        .config {
            order: 2;
            z-index: 5;
        }

        #ID-slider-demo {
            order: 3;
            margin-top: 20px;
            z-index: 3;
            width: 96%;
            max-width: 600px;
        }

        .layui-slider-tips {
            top: -30px;
        }

        .result_box p {
            font-size: 16px;
        }

        .config_list {
            position: fixed;
            width: 90%;
            top: 44%;
            transform: translate(-50%, -50%);
            bottom: unset;
            left: 45%;
            z-index: 5;
            padding: 20px 15px 0;
        }

        .config_item {
            width: 48%;
        }

        .config_item input {
            width: 100%;
        }

        .config_list::after {
            display: none;
            content: "";
        }

    }