.common_banner .parallax .text .p1 {
    font-size: 54px
}

.common_banner .parallax .text .p1 span {
    color: var(--color)
}

.common_banner .parallax .text .p2 {
    font-size: 22px
}

.common_banner .parallax .text .more {
    width: fit-content;
    margin: 35px auto 0;
    height: 50px;
    background: #ED6D00;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 22px
}

.products1 {
    padding: 75px 0 116px 0
}
.products1 .wrap{
    width: 1810px;
    margin: auto;
    max-width: 90%;
}

.products1 .matter:not(:last-child) {
    margin: 0 0 76px
}

.products1 .matter .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 16px;
    margin: 0 0 40px
}

.products1 .matter .top .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

.products1 .matter .top .button {
    display: flex;
    gap: 16px;
    display: none;
}

.products1 .matter .top .button .circle {
    width: 44px;
    height: 44px;
    background: #F6F7F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease
}

.products1 .matter .top .button .circle:hover {
    background: var(--color)
}

.products1 .matter .top .button .circle:hover .iconfont {
    color: #fff
}

.products1 .matter .top .button .circle:first-child {
    transform: rotate(180deg)
}

.products1 .matter .top .button .circle .iconfont {
    font-size: 14px;
    color: #000;
    transition: .6s ease
}

.products1 .matter .content .porSwiper {
    width: 100%
}
/**/
.products1 .matter .content .porSwiper .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide {
    flex-shrink: unset;
}
.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide:nth-child(n+4) {
    display: none;
}
.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide.on{
    display: block!important;
}
.products1 .matter .content .view_more{
    width: fit-content;
    padding: 0 30px;
    height: 55px;
    background: #D9D9D9;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease;
}
.products1 .matter .content .view_more:hover{
    background: #000;
    color: #fff;
}
/**/

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item {
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
    padding: 52px 0 0 0;
    display: block
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item:hover .text .l .p1 {
    color: var(--color)
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .img {
    width: 364px;
    height: 226px;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .img img {
    object-fit: contain;
    transition: 1s
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text {
    border-top: 1px solid #E3E4E6;
    padding: 27px 20px 32px 17px;
    height: 127px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}
.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l{
    width: 415px;
}
.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p1 {
    font-weight: 400;
    font-size: 22px;
    color: #111111;
    margin: 0 0 10px;
    transition: .6s ease;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #828898;
    height: 44px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more {
    display: flex;
    align-items: center;
    gap: 8px
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more .iconfont {
    font-size: 13px;
    color: #111
}

.fixed_faq {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s ease
}

.fixed_faq.on {
    pointer-events: auto;
    opacity: 1
}

.fixed_faq.on .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s
}

.fixed_faq .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 3, 8, 0.3)
}

.fixed_faq .content {
    width: 1000px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 79px 60px 60px 60px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(30px)
}

.fixed_faq .content .close {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 25px;
    right: 30px
}

.fixed_faq .content .close:hover svg {
    transform: rotate(90deg)
}

.fixed_faq .content .close svg {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.fixed_faq .content .title {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    text-transform: uppercase
}

.fixed_faq .content .Progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 42px 0 70px;
    position: relative;
    z-index: 1
}

.fixed_faq .content .Progress .line {
    content: '';
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color);
    position: absolute;
    z-index: 1;
    transition: .6s ease
}

.fixed_faq .content .Progress:after {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    transform: translateY(-50%);
    z-index: -1
}

.fixed_faq .content .Progress .item {
    width: 40px;
    height: 40px;
    background: #EFF1F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: .6s ease;
    position: relative;
    z-index: 2
}

.fixed_faq .content .Progress .item.on {
    background: var(--color);
    color: #fff
}

.fixed_faq .content .start .matter {
    display: none
}

.fixed_faq .content .start .matter.on {
    display: block
}

.fixed_faq .content .start .matter .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.fixed_faq .content .start .matter .dis {
    /*display: flex;*/
    margin: 34px 0 0 0;
    /*gap: 25px 50px;*/
    /*flex-wrap: wrap;*/
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
.fixed_faq .content .start .matter .dis .lenisH{
    display: flex;
    margin: 34px 0 0 0;
    gap: 25px 50px;
    flex-wrap: wrap;
}
.fixed_faq .content .start .matter .headline{
    font-weight: bold;
    margin: 0 0 10px;
}
.fixed_faq .content .start .matter .dis .flex-wrap .list:not(:last-child){
    margin: 0 0 15px;
}

.fixed_faq .content .start .matter .dis .list {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.fixed_faq .content .start .matter .dis .list.on .circle {
    border: 1px solid var(--color)
}

.fixed_faq .content .start .matter .dis .list.on .circle:after {
    opacity: 1
}

.fixed_faq .content .start .matter .dis .list.on p {
    color: var(--color)
}

.fixed_faq .content .start .matter .dis .list .circle {
    width: 16px;
    height: 16px;
    background: rgba(237, 109, 0, 0);
    border-radius: 50%;
    border: 1px solid #999999;
    position: relative;
    transition: .3s ease
}

.fixed_faq .content .start .matter .dis .list .circle:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s ease
}

.fixed_faq .content .start .matter .dis .list p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .3s ease
}

.fixed_faq .content .button {
    display: flex;
    justify-content: space-between;
    margin: 87px 0 0 0
}

.fixed_faq .content .button .list {
    width: fit-content;
    padding: 0 25px;
    height: 50px;
    background: #EFF1F3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: .4s ease;
    cursor: pointer;
}
.fixed_faq .content .button .list:last-child{
    pointer-events: none;
}

.fixed_faq .content .button .list.click {
    pointer-events: auto;
    background: var(--color);
    color: #fff
}


.fixed_faq .bigHide{
    display: none;
    height: 385px;
    max-height: 385px;
    margin: 30px 0 0 0;
}

.fixed_faq .bigHide.on{
   display: block!important;
}

.fixed_faq .bigHide > div{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.fixed_faq .bigHide .item {
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
    padding: 52px 0 0 0;
    display: block
}

.fixed_faq .bigHide .item:hover .img img {
    transform: scale(1.05)
}

.fixed_faq .bigHide .item:hover .text .l .p1 {
    color: var(--color)
}

.fixed_faq .bigHide .item .img {
    width: 100%;
    height: 122px;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed_faq .bigHide .item .img img {
    object-fit: contain;
    transition: 1s;
    max-width: 70%;
}

.fixed_faq .bigHide .item .text {
    border-top: 1px solid #E3E4E6;
    padding: 27px 20px 32px 17px;
    width: 100%;
}

.fixed_faq .bigHide .item .text .l .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 0 0 10px;
    transition: .6s ease;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fixed_faq .bigHide .item .text .l .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #828898;
    height: 44px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fixed_faq .bigHide .item .text .more {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0 0;
}

.fixed_faq .bigHide .item .text .more p {
    font-weight: 400;
    font-size: 12px;
    color: #111111
}

.fixed_faq .bigHide .item .text .more .iconfont {
    font-size: 12px;
    color: #111
}



.lenis_scroll{
    max-height: 300px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 1919px) {
    .common_banner .parallax .text .p1{
        font-size: 2.8125vw;
    }
    .common_banner .parallax .text .p2{
        font-size: 1.1458333333vw;
    }
    .common_banner .parallax .text .more{
        margin: 1.8229166667vw auto 0px;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
        padding: 0px 1.1458333333vw;
    }
    .products1{
        padding: 3.90625vw 0px 6.0416666667vw;
    }
    .products1 .wrap{
        width: 94.2708333333vw;
    }
    .products1 .matter:not(:last-child){
        margin: 0px 0px 3.9583333333vw;
    }
    .products1 .matter .top{
        padding: 0px 0px 0px 0.8333333333vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .products1 .matter .top .title{
        font-size: 1.5625vw;
    }
    .products1 .matter .top .button{
        gap: 0.8333333333vw;
    }
    .products1 .matter .top .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .products1 .matter .top .button .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper{
        gap: 1.5625vw;
    }
    .products1 .matter .content .view_more{
        padding: 0 1.5625vw;
        height: 2.8645833333vw;
        border-radius: 1.40625vw;
        margin: 2.34375vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item{
        border-radius: 0.625vw;
        padding: 2.7083333333vw 0px 0px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .img{
        width: 18.9583333333vw;
        height: 11.7708333333vw;
        margin: 0px auto 1.8229166667vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text{
        padding: 1.40625vw 1.0416666667vw 1.6666666667vw 0.8854166667vw;
        height: 6.6145833333vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l{
        width: 21.6145833333vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p1{
        font-size: 1.1458333333vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p2{
        font-size: 0.8333333333vw;
        height: 2.2916666667vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more{
        gap: 0.4166666667vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more .iconfont{
        font-size: 0.6770833333vw;
    }
    .fixed_faq .content{
        width: 52.0833333333vw;
        border-radius: 0.625vw;
        padding: 4.1145833333vw 3.125vw 3.125vw;
        transform: translateY(1.5625vw);
    }
    .fixed_faq .content .close{
        width: 2.34375vw;
        height: 2.34375vw;
        top: 1.3020833333vw;
        right: 1.5625vw;
    }
    .fixed_faq .content .title{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }
    .fixed_faq .content .Progress{
        margin: 2.1875vw 0px 3.6458333333vw;
    }
    .fixed_faq .content .Progress .item{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .fixed_faq .content .start .matter .p1{
        font-size: 0.9375vw;
    }
    .fixed_faq .content .start .matter .dis{
        margin: 1.7708333333vw 0px 0px;
        max-height: 15.625vw;
    }
    .fixed_faq .content .start .matter .dis .lenisH{
        margin: 1.7708333333vw 0px 0px;
        gap: 1.3020833333vw 2.6041666667vw;
    }
    .fixed_faq .content .start .matter .headline{
        margin: 0px 0px 0.5208333333vw;
    }
    .fixed_faq .content .start .matter .dis .flex-wrap .list:not(:last-child){
        margin: 0px 0px 0.78125vw;
    }
    .fixed_faq .content .start .matter .dis .list{
        gap: 0.5208333333vw;
    }
    .fixed_faq .content .start .matter .dis .list .circle{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .fixed_faq .content .start .matter .dis .list .circle::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .fixed_faq .content .start .matter .dis .list p{
        font-size: 0.9375vw;
    }
    .fixed_faq .content .button{
        margin: 4.53125vw 0px 0px;
    }
    .fixed_faq .content .button .list{
        padding: 0px 1.3020833333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.8333333333vw;
    }
    .fixed_faq .bigHide{
        height: 20.0520833333vw;
        max-height: 20.0520833333vw;
        margin: 1.5625vw 0px 0px;
    }
    .fixed_faq .bigHide > div{
        gap: 1.5625vw;
    }
    .fixed_faq .bigHide .item{
        border-radius: 0.625vw;
        padding: 2.7083333333vw 0px 0px;
    }
    .fixed_faq .bigHide .item .img{
        height: 6.3541666667vw;
        margin: 0px auto 1.8229166667vw;
    }
    .fixed_faq .bigHide .item .text{
        padding: 1.40625vw 1.0416666667vw 1.6666666667vw 0.8854166667vw;
    }
    .fixed_faq .bigHide .item .text .l .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .fixed_faq .bigHide .item .text .l .p2{
        font-size: 0.7291666667vw;
        height: 2.2916666667vw;
    }
    .fixed_faq .bigHide .item .text .more{
        gap: 0.4166666667vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .fixed_faq .bigHide .item .text .more p{
        font-size: 0.625vw;
    }
    .fixed_faq .bigHide .item .text .more .iconfont{
        font-size: 0.625vw;
    }
    .lenis_scroll{
        max-height: 15.625vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .parallax .text .p1 {
        font-size: 24px;
    }
    .common_banner .parallax .text .more {
        height: 38px;
        border-radius: 19px;
        padding: 0 20px;
        font-size: 15px;
    }
    .products1 .matter .top .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .products1 {
        padding: 40px 0 60px;
    }
    .products1 .matter:not(:last-child) {
        margin-bottom: 50px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 40px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item {
        border-radius: 6px;
        padding: 25px 0 0;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .img {
        width: 65vw;
        height: 65vw;
        margin: 0px auto 20px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text {
        padding: 20px;
        height: unset;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l {
        width: 100%;
        margin-bottom: 15px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .l .p2 {
        font-size: 15px;
        line-height: 28px;
        height: 56px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text {
        display: block;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more p {
        font-size: 15px;
    }
    .products1 .matter .content .porSwiper .swiper-wrapper .swiper-slide .item .text .more .iconfont {
        font-size: 14px;
    }
    .products1 .matter .content .view_more {
        width: fit-content;
        height: 38px;
        border-radius: 19px;
        font-size: 15px;
        padding: 0 20px;
        margin: 20px auto 0;
    }
    .fixed_faq .content {
        width: 90vw;
        padding: 50px 20px 30px;
    }
    .fixed_faq .content .title {
        font-size: 18px;
        line-height: 1.6;
    }
    .fixed_faq .content .title br {
        display: none;
    }
    .fixed_faq .content .Progress {
        margin: 20px 0 30px;
    }
    .fixed_faq .content .start .matter .dis .lenisH {
        margin: 20px 0 0;
    }
    .fixed_faq .content .start .matter .dis .list {
        gap: 0 8px;
    }
    .fixed_faq .content .Progress .item {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .fixed_faq .content .start .matter .p1 {
        font-size: 16px;
    }
    .fixed_faq .content .start .matter .dis .list p {
        font-size: 15px;
        width: calc(100% - 18px);
    }
    .fixed_faq .content .start .matter .dis .list .circle {
        width: 10px;
        height: 10px;
    }
    .fixed_faq .content .start .matter .dis {
        max-height: 40vw;
    }
    .fixed_faq .content .start .matter .dis .lenisH {
        gap: 20px;
    }
    .fixed_faq .content .button {
        margin: 30px 0 0;
    }
    .fixed_faq .content .start .matter .dis .list .circle::after {
        width: 6px;
        height: 6px;
    }
    .fixed_faq .content .button .list {
        height: 38px;
        border-radius: 19px;
        padding: 0 15px;
        font-size: 15px;
    }
    .fixed_faq .content .start .matter .dis .flex-wrap .list:not(:last-child) {
        margin-bottom: 10px;
    }
    .fixed_faq .content .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 20px;
    }
    .fixed_faq .content .start .matter .headline {
        margin-bottom: 10px;
    }

    .fixed_faq .bigHide .item {
        border-radius: 6px;
        padding: 25px 0 0;
    }
    .fixed_faq .bigHide .item .img {
        width: 65vw;
        height: 65vw;
        margin: 0px auto 20px;
    }
    .fixed_faq .bigHide .item .text {
        padding: 20px;
        height: unset;
    }
    .fixed_faq .bigHide .item .text .l {
        width: 100%;
        margin-bottom: 15px;
    }
    .fixed_faq .bigHide .item .text .l .p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .fixed_faq .bigHide .item .text .l .p2 {
        font-size: 15px;
        line-height: 28px;
        height: 56px;
    }
    .fixed_faq .bigHide .item .text {
        display: block;
    }
    .fixed_faq .bigHide .item .text .more p {
        font-size: 15px;
    }
    .fixed_faq .bigHide .item .text .more .iconfont {
        font-size: 14px;
    }
    .fixed_faq .bigHide > div {
        grid-template-columns: repeat(1, 1fr);
    }
    .fixed_faq .bigHide {
        height: 90vw;
        max-height: 90vw;
        margin: 20px 0px 0px;
    }
}
