header {
    border: 1px solid transparent;
    background-color: #EFEBE5;
}

body {
    background-color: #EFEBE5;
}

.section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section .warp {
    width: 1340px;
    margin: 150px 0 50px;
}

.section .warp .content {
    width: 100%;
    position: relative;
    display: flex;
    height: 55vh;
}

.section .warp .content .item {
    width: 37vh;
    height: 37vh;
    position: absolute;
    overflow: hidden;
    cursor: none;
    transition: 1s;
}

.section .warp .content:hover {
    cursor: none;
}

.section .warp .content .item .text {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #3F3F3F;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
}

.section .warp .content .item:hover .text {
    opacity: 1;
}

.section .warp .content .item img {
    width: 100%;
    height: 100%;
    clip-path: inset(35% 50% 45% 30%);
    transition: 1s;
    opacity: 0;
}

.section .warp .content .active img {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
}

.section .warp .content .item_1 {
    top: 188px;
    /*z-index: 1;*/
}

.section .warp .content .item_2 {
    left: 20%;
    /*z-index: 2;*/
}

.section .warp .content .item_3 {
    top: 100px;
    left: 35%;
    /*z-index: 2;*/
}

.section .warp .content .item_5 {
    top: 218px;
    left: 51%;
    /*z-index: 2;*/
}

.section .warp .content .item_4 {
    top: 30px;
    left: 72%;
    /*z-index: 1;*/
}

.section .warp .text {
    width: 440px;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(28, 28, 28, 0.25);
    line-height: 53px;
}

.section .warp .text a {
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 53px;
    opacity: 0.25;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.6s;
}

.section .warp .text .active {
    opacity: 1;
}

.section .warp .text a:hover {
    opacity: 1;
}

.cursor {
    width: 50px;
    height: 50px;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: opacity .3s, color .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
}

.cursor img {
    width: 28px;
}

.pros {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pros .warp {
    width: 100%;
    margin: 217px auto 60px;
    display: flex;
}

.pros .warp .broadside {
    display: flex;
    min-width: 202px;
}

.pros .warp .broadside span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-right: 54px;
}

.pros .warp .broadside div a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #6C6C6C;
    line-height: 35px;
    display: block;
    transition: 0.6s;
}

.pros .warp .broadside div a:hover {
    color: #1E1E1E;
}

.pros .warp .broadside div .active {
    color: #1E1E1E;
}

.pros .warp .content {
    display: flex;
}

.pros .warp .content .text {
    width: 120px;
    margin-right: 148px;
    margin-top: 255px;
    position: relative;
    z-index: 2;
}

.pros .warp .content .text .title {
    font-size: 42px;
    font-family: Marcellus;
    /*font-family: Canela;*/
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 102px;
    white-space: nowrap;
    min-width: 450px;
}

.pros .warp .content .text .series p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6A6A6A;
    margin-bottom: 15px;
}

.pros .warp .content .text .series a {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Marcellus;
    font-weight: 400;
    color: #535353;
    margin-bottom: 10px;
    transition: 0.6s;
    position: relative;
}

.pros .warp .content .text .series a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #0D0D0D;
    transition: 0.6s;
}

.pros .warp .content .text .series a:last-child:after {
    display: none;
}

.pros .warp .content .text .series a:hover:after {
    width: 100%;
}

.pros .warp .content .text .series a:last-child {
    margin-right: 0;
}

.pros .warp .content .text .series .iconfont {
    font-size: 12px;
    margin-left: 10px;
    transform: rotate(90deg);
    opacity: 0;
    transition: 0.6s;
}

.pros .warp .content .text .series a:hover .iconfont {
    opacity: 1;
}

.pros .warp .content .text .series .active {
    color: #0D0D0D;
    font-weight: bold;
}

.pros .warp .content .text .series .active:after {
    width: 100%;
}

.pros .warp .content .text .series .active .iconfont {
    opacity: 1;
}

.pros .warp .content .details {
    position: relative;
    z-index: 1;
}

.pros .warp .content .details .images {
    width: 1114px;
    height: 580px;
    overflow: hidden;
    display: block;
}

.pros .warp .content .details .images img {
    width: 100%;
    height: 100%;
}

.pros .warp .content .details .scroll {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.pros .warp .content .details .scroll p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #3F3F3F;
    margin-right: 19px;
}

.pros .warp .content .details .scroll .line {
    width: 32px;
    height: 2px;
    background-color: #BFBFBF;
    opacity: 0.5;
}

.product_list {
    width: 100%;
    overflow: hidden;
}

.product_list .warp {
    width: 1755px;
    margin: 198px auto 123px;
}

.product_list .warp .title {
    font-size: 40px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
}

.product_list .warp .line {
    width: 0;
    height: 1px;
    background: #DBD8D2;
    transition: 1s;
}

.product_list .warp .content {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.product_list .warp .content .broadside .result {
    display: flex;
    align-items: center;
    margin-bottom: 108px;
}

.product_list .warp .content .broadside .result p,
.product_list .warp .content .broadside .result span {
    font-size: 20px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.product_list .warp .content .broadside .result p {
    margin-right: 15px;
}

.product_list .warp .content .broadside .classify p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #3B3B3B;
    margin-bottom: 26px;
}

.product_list .warp .content .broadside .classify > p {
    font-weight: bold;
}

.product_list .classify ul li p {
    width: fit-content;
    font-size: 18px;
    font-family: Marcellus;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.product_list .classify ul li p:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.product_list .classify ul .line_active p:after {
    width: 100%;
}

.cut .title_each {
    display: none;
    font-size: 30px;
    font-family: Marcellus;
    color: #1C1C1C;
}

.cut .title_each_active {
    display: flex;
}

.p_opacity_active p {
    opacity: 1 !important;
}

.product_list .warp .content .broadside .classify a {
    width: fit-content;
    font-size: 16px;
    font-family: Marcellus;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.product_list .warp .content .broadside .classify a:last-child {
    margin-bottom: 0;
}

.product_list .warp .content .broadside .classify a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.product_list .warp .content .broadside .classify .a_active:after {
    width: 100%;
}

.product_list .warp .content .broadside .classify a:hover:after {
    width: 100%;
}

.product_list .warp .content .broadside ul .two {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.product_list .warp .content .broadside .classify .active {
    color: #1C1C1C;
    border-bottom: 1px solid #1C1C1C;
    font-weight: bold;
}

.product_list .warp .content .products {
    width: 1470px;
    display: flex;
    flex-wrap: wrap;
}

.product_list .warp .content .products .item {
    width: 22.4%;
    margin-bottom: 35px;
    margin-right: 50px;
}

.product_list .warp .content .products .item:nth-child(4n) {
    margin-right: 0;
}

.product_list .warp .content .products .item .images {
    width: 100%;
    height: 415px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #F8F4F0;
    justify-content: center;
    position: relative;
}

.product_list .warp .content .products .item .images img {
    transition: 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.product_list .warp .content .products .item .images img:nth-child(2) {
    opacity: 0;
}

.product_list .warp .content .products .item .images:hover img:nth-child(1) {
    opacity: 0;
}

.product_list .warp .content .products .item .images:hover img:nth-child(2) {
    opacity: 1;
}

.product_list .warp .content .products .item .images img:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.product_list .warp .content .products .item .text {
    margin-top: 20px;
}

.product_list .warp .content .products .item .text p {
    font-size: 16px;
    font-family: Marcellus;
    font-weight: 400;
    color: #5A5959;
    margin-bottom: 2px;
}

.product_list .warp .content .products .item .text span {
    font-size: 20px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

/**/
.pros_warp {
    width: 100%;
    height: 100vh;
}

.pros_warp .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pros_warp2 {
    width: 1382px;
    overflow: hidden;
}

.pros_warp2 .swiper-slide-active .content .text .title .opacity {
    opacity: 1;
}

.pros_warp2 .swiper-slide .content .details {
    left: -25px;
    opacity: 0 !important;
    transition: 1s;
}

.pros_warp2 .swiper-slide-active .content .left_active {
    left: 0;
    opacity: 1 !important;
}

.pros_warp #wrapper > .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
    position: relative;
    overflow: hidden;
    top: 40px;
}

/*.pros_warp #wrapper > .swiper-slide-active{*/
/*    opacity: 1!important;*/
/*    top: 0;*/
/*}*/

.pros_warp #wrapper > .top_active {
    opacity: 1 !important;
    top: 0 !important;
}


/*.pros_warp #wrapper > .top_active .pros_warp2 .swiper-slide .details{*/
/*    min-width: 1114px;*/
/*}*/
/*.pros_warp #wrapper > .top_active .pros_warp2 .swiper-slide .images{*/
/*    width: 0;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    transition: 0.6s;*/
/*}*/
/*.pros_warp #wrapper > .top_active .pros_warp2 .swiper-slide .images img{*/
/*    width: 1114px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.pros_warp #wrapper > .top_active .pros_warp2 .swiper-slide-active .images{*/
/*    width: 1114px;*/
/*}*/

/*.pros_warp .swiper-slide .flex{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    height: 855px;*/
/*}*/

@media screen and (max-width: 1856px) {
    .product_list .warp {
        width: 90%;
    }
}

@media screen and (max-width: 1680px) {
    body #pros-line {
        left: 152px;
    }

    .product_list .warp .content .products {
        width: 87%;
    }

    .product_list .warp .content .products .item {
        width: 22%;
    }
}

@media screen and (max-width: 1600px) {
    body #pros-line {
        left: 7%;
        position: static;
        display: none;
    }

    .pros .warp .content .text {
        opacity: 0;
    }
}

@media screen and (max-width: 1440px) {
    .product_list .warp .content .products .item {
        width: 21.5%;
    }

    .pros .warp .content .details .images {
        width: 781px;
        height: 427px;
    }

    .broadside_right {
        left: 206px;
    }

    .pros .warp .broadside span {
        margin-left: 65px;
    }
}

@media screen and (max-width: 1400px) {
    .product_list .warp .content .products .item .images {
        height: 359px;
    }

    .pros .warp .broadside span {
        margin-left: 36px;
    }
}

@media screen and (max-width: 1366px) {
    .product_list .warp .content .products .item {
        width: 21%;
    }

    .section .warp {
        width: 85%;
    }

    .section .warp .text {
        margin: 25px auto 0;
    }

    body .broadside_right {
        left: 210px;
    }

    .pros .warp .broadside span {
        margin-left: 92px;
    }

    .pros .warp .content .details .images {
        width: 781px;
        height: 353px;
    }

    .pros .warp .content .details .scroll p {
        margin-right: 51px;
    }

    .pros .warp .content .details .scroll .line {
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section{
        height: auto;
    }
    .product_list .warp .title {
        font-size: 28px;
        padding-bottom: 25px;
    }

    .product_list .warp .content .products .item .images img:nth-child(2){
        display: none;
    }
    .product_list .warp .content .products .item .images img{
        position: static;
        transform: none;
        max-height: 90%;
        object-fit: contain;
    }
    .product_list .warp {
        width: 95%;
        margin: 101px auto 19px;
    }

    .product_list .warp .line {
        width: 100% !important;
    }

    .product_list .warp .title p {
        opacity: 1 !important;
    }

    .product_list .warp .content {
        flex-direction: column;
        margin-top: 34px;
    }

    .product_list .warp .content .broadside .result p, .product_list .warp .content .broadside .result span {
        font-size: 13px;
    }

    .product_list .warp .content .broadside .result {
        margin-bottom: 33px;
    }

    .product_list .warp .content .broadside .classify ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product_list .warp .content .broadside .classify ul li {
        margin: 0 20px 0 0;
    }

    .product_list .warp .content .broadside .classify p {
        margin-bottom: 18px;
    }

    .product_list .warp .content .products {
        width: 100%;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .product_list .warp .content .products .item {
        width: 48.5%;
        margin: 0 0 24px 0;
    }

    .product_list .warp .content .products .item .images {
        height: 210px;
    }

    .product_list .warp .content .products .item .text p {
        font-size: 12px;
    }

    .product_list .warp .content .products .item .text span {
        font-size: 18px;
    }

    .product_list .warp .content .broadside ul .two {
        position: absolute;
        z-index: 1;
        margin: 0;
        left: 2.5%;
        width: 84vw;
        background: #fff;
        padding: 20px;
    }

    .product_list .warp .content .broadside .classify a {
        font-size: 12px;
    }

    .section .warp {
        display: none;
    }

    .mobile__warp {
        display: block !important;
    }

    .section {
        display: block;
        overflow: hidden;
    }

    .mobile__warp {
        position: relative;
        margin: 120px 0 80px 0;
    }

    .products_mobile {
        width: 90%;
        /*margin: 120px auto 20px;*/

    }

    .products_mobile .swiper-slide a {
        display: block;
    }

    .products_mobile .swiper-slide a img {
        width: 100%;
        height: 100%;
    }

    .mobile__warp .text {
        margin: 24px auto 0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: rgba(28, 28, 28, 0.25);
        line-height: 30px;
    }

    .mobile__warp .text a {
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1C1C1C;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 0;
        opacity: 0.3;
        margin-left: 15px;
        margin-right: 15px;
        transition: 0.6s;
    }

    .theBreadLine {
        margin-bottom: 20px;
    }

    .theBreadLine a {
        font-size: 12px;
    }

    .product_list .warp .content .broadside .classify a {
        display: inline-block;
        margin: 0 15px 6px 0;
    }

    /*pros*/
    .pros {
        display: block;
        height: auto;
    }

    .pros .warp {
        display: none;
    }

    .All_mobile {
        display: block !important;
        overflow: hidden;
        width: 100%;
    }

    .All_mobile .mobile_warp {
        width: 90%;
        margin: 150px auto 0;
    }

    .All_mobile .mobile_warp .title {
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1C1C1C;
        text-align: center;
        margin: 0 0 48px 0;
    }

    .All_mobile .mobile_warp .content .item {
        margin: 0 0 50px 0;
    }

    .All_mobile .mobile_warp .content .picture {
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .All_mobile .mobile_warp .content .picture img {
        width: 100%;
    }

    .All_mobile .mobile_warp .content .text {
        text-align: center;
    }

    .All_mobile .mobile_warp .content .text > a {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 700;
        color: #000;
        display: block;
        transition: 0.6s;
    }

    .All_mobile .mobile_warp .content .text > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0 0 0;
    }

    .All_mobile .mobile_warp .content .text > div a {
        font-size: 12px;
        font-weight: 500;
        color: #6C6C6C;
        opacity: 0.5;
        line-height: 25px;
        display: block;
        transition: 0.6s;
        padding: 0 12px;
    }

    #pros .item {
        width: 100%;
        margin: auto;
    }

    #pros .mobile_warp .content .text > div img{
        width: 100%;
    }
    #pros .mobile_warp .content .text > .images_pick{
        margin: 50px 0 18px 0;
        display: block;
    }
    #pros .mobile_warp .content .text > .images_pick:first-child{
        margin: 0 0 18px 0;
    }
    #pros .mobile_warp .content .text .big_text{
        margin: 5px 0 0 0;
        font-size: 12px;
    }
    #pros .mobile_warp {
        width: 90%;
        margin: 114px auto 56px;
    }
}