.products1 {
    padding: 50px 0 80px
}

.products1 .wrap {
    width: var(--interval);
    margin: auto
}

.products1 .wrap .cut {
    width: fit-content;
    height: 60px;
    background: #424650;
    border-radius: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    position: relative
}

.products1 .wrap .cut a {
    width: fit-content;
    padding: 0 25px;
    height: 50px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #B6B8BC;
    transition: .6s ease
}

.products1 .wrap .cut a.on {
    background: #E70010;
    color: #fff !important
}

.products1 .wrap .cut a:hover {
    color: #E70010
}

.products1 .wrap .cut a:not(:last-child) {
    margin: 0 5px 0 0
}

.products1 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.products1 .wrap .content .l {
    width: 350px
}

.products1 .wrap .content .l .side {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.products1 .wrap .content .l .side .headline {
    height: 71px;
    padding: 0 0 30px;
    border-bottom: 1px solid #525763;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF
}

.products1 .wrap .content .l .side .flex {
    margin: 30px 0 120px;
    position: relative
}

.products1 .wrap .content .l .side .flex:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 16px);
    background: #646870;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3
}

.products1 .wrap .content .l .side .flex .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 7px;
    cursor: pointer
}

.products1 .wrap .content .l .side .flex .item.on .dis .circle {
    background: #E70010
}

.products1 .wrap .content .l .side .flex .item.on .dis .circle:after {
    opacity: 1
}

.products1 .wrap .content .l .side .flex .item.on .iconfont {
    color: #E70010;
    transform: rotate(90deg)
}

.products1 .wrap .content .l .side .flex .item:not(:last-child) {
    margin: 0 0 45px
}

.products1 .wrap .content .l .side .flex .item .dis {
    display: flex;
    align-items: center
}

.products1 .wrap .content .l .side .flex .item .dis .circle {
    width: 5px;
    height: 5px;
    background: #646870;
    border-radius: 50%;
    margin: 0 18px 0 0;
    transition: .6s ease;
    position: relative;
    z-index: 1
}

.products1 .wrap .content .l .side .flex .item .dis .circle:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--color);
    z-index: -1;
    filter: blur(5px);
    opacity: 0;
    transition: .6s ease    ;
}

.products1 .wrap .content .l .side .flex .item .dis p {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC
}

.products1 .wrap .content .l .side .flex .item .iconfont {
    color: #CCCCCC;
    font-size: 20px;
    transition: .6s ease
}

.products1 .wrap .content .l .side .other .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #525763
}

.products1 .wrap .content .l .side .other .p2 {
    width: 304px;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 30px
}

.products1 .wrap .content .r {
    width: 1160px
}

.products1 .wrap .content .r .end {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #525763
}

.products1 .wrap .content .r .end .end_search {
    width: 558px;
    height: 50px;
    border-radius: 27px 27px 27px 27px;
    border: 1px solid #525763;
    position: relative;
    padding: 0 0 0 25px;
    display: flex;
    align-items: center
}

.products1 .wrap .content .r .end .end_search button {
    width: 100px;
    height: 50px;
    background: #E70010;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1px;
    top: -1px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.products1 .wrap .content .r .end .end_search .iconfont {
    width: 15px;
    height: 15px;
    color: #fff;
    margin: 0 14px 0 0;
    cursor: pointer;
    font-size: 15px;
}

.products1 .wrap .content .r .end .end_search input {
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 80%;
    background: transparent;
    border: none;
    color: #fff
}

.products1 .wrap .content .r .end .end_search input::placeholder {
    color: #CCCCCC
}

.products1 .wrap .content .r .grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 40px;
    margin: 0 0 60px
}

.products1 .wrap .content .r .grid .item {
    width: 560px
}

.products1 .wrap .content .r .grid .item .img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: #424650;
    display: flex;
    align-items: center;
    justify-content: center
}

.products1 .wrap .content .r .grid .item .img img {
    object-fit: contain;
    transition: .6s ease;
    max-width: 80%;
    max-height: 80%;
}

.products1 .wrap .content .r .grid .item .img:hover img {
    transform: scale(1.05)
}

.products1 .wrap .content .r .grid .item .text {
    margin: 19px 0 0 0
}

.products1 .wrap .content .r .grid .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.products1 .wrap .content .r .grid .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC
}

.products1 .wrap .content .r .grid .item .text .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 50px 0 0 0
}

.products1 .wrap .content .r .grid .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    margin: 0 12px 0 0
}

.products1 .wrap .content .r .grid .item .text .more .circle {
    width: 22px;
    height: 22px
}

.products1 .wrap .content .r .grid .item .text .more .circle img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1919px) {
    .products1{
        padding: 2.6041666667vw 0px 4.1666666667vw;
    }
    .products1 .wrap .cut{
        height: 3.125vw;
        border-radius: 1.5625vw;
        padding: 0px 0.2604166667vw;
    }
    .products1 .wrap .cut a{
        padding: 0px 1.3020833333vw;
        height: 2.6041666667vw;
        border-radius: 1.40625vw;
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .cut a:not(:last-child){
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .products1 .wrap .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .products1 .wrap .content .l{
        width: 18.2291666667vw;
    }
    .products1 .wrap .content .l .side{
        top: 5.2083333333vw;
    }
    .products1 .wrap .content .l .side .headline{
        height: 3.6979166667vw;
        padding: 0px 0px 1.5625vw;
        font-size: 1.25vw;
    }
    .products1 .wrap .content .l .side .flex{
        margin: 1.5625vw 0px 6.25vw;
    }
    .products1 .wrap .content .l .side .flex::after{
        height: calc(100% - 0.8333333333vw);
        left: 0.46875vw;
    }
    .products1 .wrap .content .l .side .flex .item{
        padding: 0px 0.8333333333vw 0px 0.3645833333vw;
    }
    .products1 .wrap .content .l .side .flex .item:not(:last-child){
        margin: 0px 0px 2.34375vw;
    }
    .products1 .wrap .content .l .side .flex .item .dis .circle{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        margin: 0px 0.9375vw 0px 0px;
    }
    .products1 .wrap .content .l .side .flex .item .dis .circle::after{
        width: 0.78125vw;
        height: 0.78125vw;
        filter: blur(0.2604166667vw);
    }
    .products1 .wrap .content .l .side .flex .item .dis p{
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .l .side .flex .item .iconfont{
        font-size: 1.0416666667vw;
    }
    .products1 .wrap .content .l .side .other .p1{
        font-size: 0.9375vw;
        padding: 0px 0px 1.3020833333vw;
        margin: 0px 0px 1.3020833333vw;
    }
    .products1 .wrap .content .l .side .other .p2{
        width: 15.8333333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .products1 .wrap .content .r{
        width: 60.4166666667vw;
    }
    .products1 .wrap .content .r .end{
        padding: 0px 0px 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .wrap .content .r .end .end_search{
        width: 29.0625vw;
        height: 2.6041666667vw;
        border-radius: 1.40625vw;
        padding: 0px 0px 0px 1.3020833333vw;
    }
    .products1 .wrap .content .r .end .end_search button{
        width: 5.2083333333vw;
        height: 2.6041666667vw;
        border-radius: 1.40625vw;
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .r .end .end_search .iconfont{
        width: 0.78125vw;
        height: 0.78125vw;
        margin: 0px 0.7291666667vw 0px 0px;
        font-size: 0.78125vw;
    }
    .products1 .wrap .content .r .end .end_search input{
        font-size: 0.7291666667vw;
    }
    .products1 .wrap .content .r .grid{
        gap: 2.0833333333vw;
        margin: 0px 0px 3.125vw;
    }
    .products1 .wrap .content .r .grid .item{
        width: 29.1666666667vw;
    }
    .products1 .wrap .content .r .grid .item .img{
        height: 17.7083333333vw;
    }
    .products1 .wrap .content .r .grid .item .text{
        margin: 0.9895833333vw 0px 0px;
    }
    .products1 .wrap .content .r .grid .item .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .products1 .wrap .content .r .grid .item .text .p2{
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .r .grid .item .text .more{
        margin: 2.6041666667vw 0px 0px;
    }
    .products1 .wrap .content .r .grid .item .text .more p{
        font-size: 0.8333333333vw;
        margin: 0px 0.625vw 0px 0px;
    }
    .products1 .wrap .content .r .grid .item .text .more .circle{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .products1{
        padding: 25px 0 25px;
    }
    .products1 .wrap .cut{
        height: auto;
        padding: 12px;
        border-radius: 7px;
        flex-wrap: wrap;
        justify-content: unset;
        gap: 10px 0;
    }
    .products1 .wrap .cut a{
        height: 32px;
        padding: 0 18px;
        font-size: 13px;
        border-radius: 25px;
    }
    .products1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
        justify-content: unset;
    }
    .products1 .wrap .content .l{
        width: 100%;
    }
    .products1 .wrap .content .l .side .headline{
        height: auto;
        padding: 0 0 15px;
        font-size: 14px;
    }
    .products1 .wrap .content .l .side{
        top: 0;
        position: static;
    }
    .products1 .wrap .content .l .side .flex .item .dis p{
        font-size: 12px;
    }
    .products1 .wrap .content .l .side .flex .item .dis .circle{
        width: 4px;
        height: 4px;
        margin: 0 10px 0 0;
    }
    .products1 .wrap .content .l .side .flex .item .dis .circle::after{
        width: 15px;
        height: 15px;
        filter: blur(5px);
    }
    .products1 .wrap .content .l .side .flex .item {
        padding: 0;
    }
    .products1 .wrap .content .l .side .flex .item .iconfont{
        font-size: 14px;
    }
    .products1 .wrap .content .l .side .flex::after{
        display: none;
    }
    .products1 .wrap .content .l .side .flex{
        margin: 25px 0 70px;
    }
    .products1 .wrap .content .l .side .other .p1{
        font-size: 14px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .products1 .wrap .content .l .side .other .p2 {
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .products1 .wrap .content .r{
        width: 100%;
        margin: 45px 0 0 0;
    }
    .products1 .wrap .content .r .end{
        padding: 0 0 40px;
        margin: 0 0 40px;
    }
    .products1 .wrap .content .r .end .end_search{
        width: 100%;
        height: 50px;
        border-radius: 25px;
        padding: 0 10px 0 20px;
    }
    .products1 .wrap .content .r .end .end_search .iconfont{
        width: auto;
        height: auto;
        font-size: 15px;
        margin: 0 10px 0 0;
    }
    .products1 .wrap .content .r .end .end_search input{
        font-size: 14px;
    }
    .products1 .wrap .content .r .end .end_search button{
        width: fit-content;
        height: 100%;
        font-size: 14px;
        padding: 0 20px;
        border-radius: 25px;
        right: -1px;
        top: 0;
    }

    .products1 .wrap .content .r .grid{
        gap: 45px;
        margin: 0 0 30px;
        grid-template-columns: repeat(1,1fr);
    }

    .products1 .wrap .content .r .grid .item{
        width: 100%;
    }
    .products1 .wrap .content .r .grid .item .img{
        height: auto;
        padding: 60px 0;
    }
    .products1 .wrap .content .r .grid .item .img img{
        max-height: 220px;
    }
    .products1 .wrap .content .r .grid .item .text{
        margin: 25px 0 0 0;
    }
    .products1 .wrap .content .r .grid .item .text .p1{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .products1 .wrap .content .r .grid .item .text .p2{
        font-size: 14px;
    }
    .products1 .wrap .content .r .grid .item .text .more{
        margin: 22px 0 0 0;
    }
    .products1 .wrap .content .r .grid .item .text .more p{
        font-size: 13px;
        margin: 0 15px 0 0;
    }
}
