.case {
    padding: 47px 0 0 0;
    background: #fff;
}

.case .wrap .screen {
    padding: 0 0 40px;
}

.case .wrap .screen .item {
    display: flex;
}

.case .wrap .screen .item.last {
    display: none !important;
}

.case .wrap .screen .item.last.on {
    display: flex !important;
}

.case .wrap .screen .item:not(:last-child) {
    margin: 0 0 30px;
}

.case .wrap .screen .cut_item .item {
    margin: 0 0 30px;
}

.case .wrap .screen .item .headline {
    font-weight: bold;
    font-size: 18px;
    color: #121212;
    margin: 0 28px 0 0;
    position: relative;
    top: -2px;
    min-width: 126px;
}

.case .wrap .screen .item.last .headline {
    opacity: 0;
    pointer-events: none;
}

.case .wrap .screen .cut_item .item {
    display: none;
}

.case .wrap .screen .cut_item .item.on {
    display: flex;
}

.case .wrap .screen .item .flex {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px 0;
}

.case .wrap .screen .item .flex .list {
    display: flex;
    align-items: center;
    margin: 0 42px 12px 0;
    cursor: pointer;
}

.case .wrap .screen .item .flex .list .circle {
    width: 18px;
    height: 18px;
    background: #F5F6F7;
    border-radius: 50%;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: transparent;
    margin: 0 10px 0 0;
    transition: .4s;
}

.case .wrap .screen .item .flex .list p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.case .wrap .screen .item.last .flex .list .circle {
    border: 1px solid  rgba(236, 64, 0,0.1);
  background: rgba(236, 64, 0,0.1);
}

.case .wrap .screen .item.last .flex .list p {
    color: #EC4000;
}

.case .wrap .screen .item .flex .list.on .circle {
    background: #EC4000;
    color: #fff;
    border: 1px solid transparent;
}

.case .wrap .screen .item .flex .list.on p {
    color: #333 !important;
}

.case .wrap .screen .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case .wrap .screen .flex .l {
    display: flex;
    align-items: center;
}

.case .wrap .screen .flex .l .iconfont {
    font-size: 24px;
    color: #111111;
    margin: 0 10px 0 0;
}

.case .wrap .screen .flex .l p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.case .wrap .screen .flex .l .line {
    width: 1px;
    height: 25px;
    background: #E6E6E6;
    margin: 0 20px;
}

.case .wrap .screen .flex .l .sx {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

.case .wrap .screen .flex .l .sx .list {
    font-weight: 500;
    font-size: 16px;
    color: black;
    margin: 0 30px 10px 0;
    cursor: pointer;
}

.case .wrap .screen .flex .l .clear {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    cursor: pointer;
}

.case .wrap .screen .flex .r {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}

.case .wrap .content {
    position: relative;
    z-index: 1;
    padding: 50px 0 94px 0;
}

.case .wrap .content:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
    background: #F5F6F7;
    z-index: -1;
}

.case .wrap .content .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
}

.case .wrap .content .grid .item {
    width: 350px;
    height: 500px;
    background: #FFFFFF;
    overflow: hidden;
    display: block;
}

.case .wrap .content .grid .item .pick2 {
    display: none;
}

.case .wrap .content .grid.on .pick {
    display: none;
}

.case .wrap .content .grid.on .item .text {
    text-align: left;
}

.case .wrap .content .grid.on .label {
    display: none;
}

.case .wrap .content .grid.on .item .pick2 {
    display: block;
}

.case .wrap .content .grid.on .item .pick2 p {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 26px;
}

.case .wrap .content .grid.on .item .pick2 p:not(:last-child) {
    margin: 0 0 4px;
}

.case .wrap .content .grid .item .img {
    width: 310px;
    height: 220px;
    background: #F5F6F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px;
}

.case .wrap .content .grid .item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: .6s;
}

.case .wrap .content .grid .item .text {
    padding: 0 46px;
    text-align: center;
}

.case .wrap .content .grid .item .text h1 {
    font-weight: bold;
    font-size: 22px;
    color: #444444;
    margin: 0 0 24px;
    transition: .6s;
}

.case .wrap .content .grid .item .text .pick {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin: 0 0 30px;
}

.case .wrap .content .grid .item .text .label {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.case .wrap .content .grid .item:hover .img img {
    transform: scale(1.05);
}

.case .wrap .content .grid .item:hover .text h1 {
    color: #EC4000;
}

@media screen and (max-width: 1920px) {
    .case {
        padding: 2.4479166667vw 0 0 0;
        background: #fff;
    }

    .case .wrap .screen {
        padding: 0 0 2.0833333333vw;
    }

    .case .wrap .screen .item {
        display: flex;
    }

    .case .wrap .screen .item.last {
        display: none !important;
    }

    .case .wrap .screen .item.last.on {
        display: flex !important;
    }

    .case .wrap .screen .item:not(:last-child) {
        margin: 0 0 1.5625vw;
    }

    .case .wrap .screen .cut_item .item {
        margin: 0 0 1.5625vw;
    }

    .case .wrap .screen .item .headline {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #121212;
        margin: 0 1.4583333333vw 0 0;
        position: relative;
        top: -0.1041666667vw;
        min-width: 6.5625vw;
    }

    .case .wrap .screen .item.last .headline {
        opacity: 0;
        pointer-events: none;
    }

    .case .wrap .screen .cut_item .item {
        display: none;
    }

    .case .wrap .screen .cut_item .item.on {
        display: flex;
    }

    .case .wrap .screen .item .flex {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 0.2604166667vw 0;
    }

    .case .wrap .screen .item .flex .list {
        display: flex;
        align-items: center;
        margin: 0 2.1875vw 0.625vw 0;
        cursor: pointer;
    }

    .case .wrap .screen .item .flex .list .circle {
        width: 0.9375vw;
        height: 0.9375vw;
        background: #F5F6F7;
        border-radius: 50%;
        border: 0.0520833333vw solid #111111;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.625vw;
        color: transparent;
        margin: 0 0.5208333333vw 0 0;
        transition: .4s;
    }

    .case .wrap .screen .item .flex .list p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .case .wrap .screen .item.last .flex .list .circle {
        border: 0.0520833333vw solid rgba(0, 0, 0, 0.2);
    }

    .case .wrap .screen .item.last .flex .list p {
        color: rgba(0, 0, 0, 0.5);
    }

    .case .wrap .screen .item .flex .list.on .circle {
        background: #EC4000;
        color: #fff;
        border: 0.0520833333vw solid transparent;
    }

    .case .wrap .screen .item .flex .list.on p {
        color: #333 !important;
    }

    .case .wrap .screen .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .case .wrap .screen .flex .l {
        display: flex;
        align-items: center;
    }

    .case .wrap .screen .flex .l .iconfont {
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0.5208333333vw 0 0;
    }

    .case .wrap .screen .flex .l p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .case .wrap .screen .flex .l .line {
        width: 0.0520833333vw;
        height: 1.3020833333vw;
        background: #E6E6E6;
        margin: 0 1.0416666667vw;
    }

    .case .wrap .screen .flex .l .sx {
        display: flex;
        flex-wrap: wrap;
        margin: 0.5208333333vw 0 0 0;
    }

    .case .wrap .screen .flex .l .sx .list {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: black;
        margin: 0 1.5625vw 0.5208333333vw 0;
        cursor: pointer;
    }

    .case .wrap .screen .flex .l .clear {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 2.6041666667vw;
        cursor: pointer;
    }

    .case .wrap .screen .flex .r {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111;
    }

    .case .wrap .content {
        position: relative;
        z-index: 1;
        padding: 2.6041666667vw 0 4.8958333333vw 0;
    }

    .case .wrap .content:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 100vw;
        height: 100%;
        transform: translateX(-50%);
        top: 0;
        background: #F5F6F7;
        z-index: -1;
    }

    .case .wrap .content .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.0416666667vw 0.78125vw;
    }

    .case .wrap .content .grid .item {
        width: 18.2291666667vw;
        height: 26.0416666667vw;
        background: #FFFFFF;
        overflow: hidden;
        display: block;
    }

    .case .wrap .content .grid .item .pick2 {
        display: none;
    }

    .case .wrap .content .grid.on .pick {
        display: none;
    }

    .case .wrap .content .grid.on .item .text {
        text-align: left;
    }

    .case .wrap .content .grid.on .label {
        display: none;
    }

    .case .wrap .content .grid.on .item .pick2 {
        display: block;
    }

    .case .wrap .content .grid.on .item .pick2 p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111111;
        line-height: 1.3541666667vw;
    }

    .case .wrap .content .grid.on .item .pick2 p:not(:last-child) {
        margin: 0 0 0.2083333333vw;
    }

    .case .wrap .content .grid .item .img {
        width: 16.1458333333vw;
        height: 11.4583333333vw;
        background: #F5F6F7;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.0416666667vw auto 1.5625vw;
    }

    .case .wrap .content .grid .item .img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: .6s;
    }

    .case .wrap .content .grid .item .text {
        padding: 0 2.3958333333vw;
        text-align: center;
    }

    .case .wrap .content .grid .item .text h1 {
        font-weight: bold;
        font-size: 1.1458333333vw;
        color: #444444;
        margin: 0 0 1.25vw;
        transition: .6s;
    }

    .case .wrap .content .grid .item .text .pick {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        line-height: 1.1458333333vw;
        margin: 0 0 1.5625vw;
    }

    .case .wrap .content .grid .item .text .label {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #333333;
    }

    .case .wrap .content .grid .item:hover .img img {
        transform: scale(1.05);
    }

    .case .wrap .content .grid .item:hover .text h1 {
        color: #EC4000;
    }
}

/*# sourceMappingURL=case.css.map */
@media screen and (max-width: 768px) {
    .case .wrap .screen .item .headline {
        font-size: 12px;
    }
    .case .wrap .screen .item .flex .list p {
        font-size: 10px;
    }
    .case .wrap .screen .item .flex {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px 4px;
    }
    .case .wrap .screen .item .flex .list .circle {
        width: 8px;
        height: 8px;
    }
    .case .wrap .screen .item.last .headline {
        width: 60px;
    }
    .case .wrap .screen .flex .r {
        font-size: 10px;
    }
    .case .wrap .screen .flex .l .sx .list,.case .wrap .screen .flex .l .clear,.case .wrap .screen .flex .l .iconfont {
        font-size: 12px;
    }
    .case .wrap .screen .flex .l p {
        font-size: 12px;
    }
    .case .wrap .screen .flex .l .line {
        width: 1px;
        height: 12px;
    }
    .case .wrap .content .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 8px;
    }
    .case .wrap .content .grid .item {
        width: 100%;
        height: unset;
        padding: 15px 10px;
    }
    .case .wrap .content .grid .item .img {
        width: 90%;
        height: fit-content;
        margin: 0 0 10px;
    }
    .case .wrap .content .grid .item .img img {
        display: block;
        height: fit-content;
    }
    .case .wrap .content .grid .item .text h1 {
        font-size: 14px;
    }
    .case .wrap .content .grid .item .text .label,.case .wrap .content .grid.on .item .pick2 p {
        font-size: 12px;
        line-height: 1.6;
    }
}
