*{
    font-family: Roboto;
}
.new_pro1 {
    padding: 168px 0 100px;
}

.new_pro1 .wrap {
    width: 1760px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    position: relative;
}


.new_pro1 .wrap .right {
    width: 772px;
    height: fit-content;
}

.new_pro1 .bread_line {
    display: flex;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 0;
}

.new_pro1 .bread_line a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
}

.new_pro1 .bread_line .next {
    display: flex;
    align-items: center;
    margin: 0 7px;
}

.new_pro1 .bread_line .next .iconfont {
    font-size: 16px;
}

.new_pro1 .bread_line .next .iconfont:last-child {
    margin-left: -10px;
}

.new_pro1 .wrap .right .title {
    font-size: 36px;
    font-family: Roboto b;
    font-weight: 500;
    color: #0D0D0D;
    display: block;
    margin: 20px 0 0 0;
}

.new_pro1 .wrap .right .score {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 20px 0 0 0;
}

.new_pro1 .wrap .right .score svg {
    width: 18px;
    height: 18px;
}
.new_pro1 .wrap .right .score span{
    font-size: 18px;
    font-weight: bold;
    color: #507D6B;
}
.new_pro1 .wrap .right .score p {
    color: #507D6B;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.new_pro1 .wrap .right .text {
    margin: 20px 0 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #E5E5E5;
}

.new_pro1 .wrap .right .text p {
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 32px;
    position: relative;
    padding: 0 0 0 18px;
}

.new_pro1 .wrap .right .text p:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.new_pro1 .wrap .right .color {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 20px;
}

.new_pro1 .wrap .right .color .headline {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new_pro1 .wrap .right .color .headline p {
    font-weight: 500;
    font-size: 16px;
    color: #1F1F1F;
}
.new_pro1 .wrap .right .color .headline p b{
    font-family: '';
}

.new_pro1 .wrap .right .color .flex {
    display: flex;
    gap: 40px;
    margin: 17px 0 0 0;
}

.new_pro1 .wrap .right .color .flex .color_list {
    cursor: pointer;
}

.new_pro1 .wrap .right .color .flex .color_list:last-child .circle div{
    border: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_pro1 .wrap .right .color .flex .color_list:last-child .circle svg{
    width: 16px;
    height: 16px;
}
.new_pro1 .wrap .right .color .flex .color_list.on .circle {
    border: 3px solid #219081;
}

.new_pro1 .wrap .right .color .flex .color_list .circle {
    width: 75px;
    height: 75px;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .6s ease;
    margin: auto;
}

.new_pro1 .wrap .right .color .flex .color_list .circle div {
    width: 59px;
    height: 59px;
    border: 1px solid #929292;
    border-radius: 50%;
}

.new_pro1 .wrap .right .color .flex .color_list p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 8px 0 0 0;
    text-align: center;
}

.new_pro1 .wrap .right .customized {
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #E5E5E5;
}

.new_pro1 .wrap .right .customized .pick {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.new_pro1 .wrap .right .customized .pick span {
    color: #1479A1;
}

.new_pro1 .wrap .right .customized .size {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0 0 0;
}

.new_pro1 .wrap .right .customized .size p {
    font-size: 16px;
    color: #1f1f1f;
}
.new_pro1 .wrap .right .customized .size b{
    font-family: '';
}

.new_pro1 .wrap .right .customized .grid {
    display: flex;
    align-items: center;
    gap: 15px 40px;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
}

.new_pro1 .wrap .right .customized .grid .list {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    cursor: pointer;
}

.new_pro1 .wrap .right .customized .grid .list p{
    font-size: 16px;
}

.new_pro1 .wrap .right .customized .grid .list.on .circle div {
    opacity: 1;
}

.new_pro1 .wrap .right .customized .grid .list .circle {
    width: 19px;
    height: 19px;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.new_pro1 .wrap .right .customized .grid .list .circle div {
    width: 11px;
    height: 11px;
    background: #219081;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s ease;
}

.new_pro1 .wrap .right .screen {
    margin: 20px 0 0 0;
}

.new_pro1 .wrap .right .screen p {
    font-weight: bold;
    font-size: 16px;
    color: #1F1F1F;
}

.new_pro1 .wrap .right .screen .screen_flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 17px 0 0 0;
}

.new_pro1 .wrap .right .screen .screen_flex .list {
    width: 113px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    cursor: pointer;
}

.new_pro1 .wrap .right .screen .screen_flex .list.on {
    border: 1px solid #000000;
}

.new_pro1 .wrap .right .screen .screen_flex .list img {
    object-fit: contain;
    max-width: 70%;
    max-height: 70%;
}

.new_pro1 .wrap .left {
    display: flex;
    gap: 15px;
    align-items: start;
}

.new_pro1 .wrap .left .small {
    width: 89px;
    height: 763px;
    position: relative;
}

.new_pro1 .wrap .left .small .next {
    width: 15px;
    height: 15px;
    margin: 15px auto 0;
    cursor: pointer;
}

.new_pro1 .wrap .left .small .next svg {
    max-width: 100%;
    max-height: 100%;
}

.new_pro1 .wrap .left .small .smallSwiper {
    width: 100%;
    height: 620px;
}

.new_pro1 .wrap .left .small .smallSwiper .swiper-slide {
    cursor: pointer;
}

.new_pro1 .wrap .left .small .smallSwiper .swiper-slide.swiper-slide-thumb-active .img {
    border: 1px solid #000;
}

.new_pro1 .wrap .left .small .smallSwiper .swiper-slide .img {
    border: 1px solid transparent;
    background: #F5F5F5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.new_pro1 .wrap .left .small .smallSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_pro1 .wrap .left .bigSwiper {
    width: 840px;
    background: #F5F5F5;
}

.new_pro1 .wrap .left .bigSwiper .swiper-slide.swiper-slide-active .img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.new_pro1 .wrap .left .bigSwiper .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: .3s opacity, transform .6s .3s;
    transform: translateY(20px);
}

.new_pro1 .wrap .left .bigSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_pro2 {
    padding: 0 0 100px;
}

.new_pro2 .wrap {
    width: 1760px;
    margin: auto;
    max-width: 95%;
}

.new_pro2 .wrap .cut {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 40px;
}

.new_pro2 .wrap .cut .list {
    padding: 0 30px 25px 30px;
    position: relative;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: .6s ease;
    font-weight: bold;
}

.new_pro2 .wrap .cut .list.on {
    color: #219081;
    border-bottom: 1px solid #219081;
}

.new_pro2 .wrap .content .matter {
    display: none;
}

.new_pro2 .wrap .content .matter.on {
    display: block;
}

.new_pro2 .wrap .content .matter .text p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 20px;

}
.new_pro2 .wrap .content .matter .text p:not(:last-child) {
    margin: 0 0 8px;
}

.new_pro2 .wrap .content .matter .text p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #CCCCCC;
    border-radius: 50%;
}

.new_pro2 .wrap .content .matter .other {
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #F3F3F3;
}

.new_pro2 .wrap .content .matter .other .item {
    position: relative;
}

.new_pro2 .wrap .content .matter .other .item.on .show {
    /*height: 50px;*/
    /*padding: 15px 32px 0 32px;*/
}

.new_pro2 .wrap .content .matter .other .item.on .show .add:before {
    opacity: 0;
}

.new_pro2 .wrap .content .matter .other .item:not(:last-child) {
    border-bottom: 1px solid #F3F3F3;
}

.new_pro2 .wrap .content .matter .other .item .show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 77px;
    cursor: pointer;
    transition: .4s ease;
}

.new_pro2 .wrap .content .matter .other .item .show p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
}

.new_pro2 .wrap .content .matter .other .item .show .add {
    width: 14px;
    height: 14px;
    position: relative;
}

.new_pro2 .wrap .content .matter .other .item .show .add:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}

.new_pro2 .wrap .content .matter .other .item .show .add:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transition: .6s ease;
}

.new_pro2 .wrap .content .matter .other .item .hide {
    overflow: hidden;
    display: none;
}

.new_pro2 .wrap .content .matter .other .item .hide > div {
    margin: 0 0 15px;
}

.new_pro2 .wrap .content .matter .other .item .hide > div p {
    padding: 0 32px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}

.new_pro3 {
    padding: 50px 0 100px;
}

.new_pro3 .wrap {
    width: 1760px;
    margin: auto;
    max-width: 95%;
}

.new_pro3 .wrap .title {
    font-size: 42px;
    font-family: Roboto b;
    font-weight: 500;
    color: #0D0D0D;
    display: block;
}

.new_pro3 .wrap .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0 0 0;
}

.new_pro3 .wrap .content .item {
    width: 100%;
}

.new_pro3 .wrap .content .item:hover .img img {
    transform: scale(1.05);
}

.new_pro3 .wrap .content .item .img {
    width: 100%;
    height: 450px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_pro3 .wrap .content .item .img img {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
    transition: .6s ease;
}

.new_pro3 .wrap .content .item .text {
    margin: 35px 0 0 0;
    text-align: center;
}

.new_pro3 .wrap .content .item .text .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 4px;
}

.new_pro3 .wrap .content .item .text .p2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1919px) {
    .new_pro1 .wrap .left{
        height: 38.02083333vw;
    }
}

@media screen and (max-width: 1844px) {
    .new_pro1 .wrap .left .bigSwiper{
        width: 46vw;
        height: auto;
    }
    .new_pro1 .wrap .left .bigSwiper .swiper-slide{
        height: auto;
    }
    .new_pro1 .wrap .right{
        width: 41vw;
    }
    .new_pro1 .wrap .left .small{
        width: 5vw;
        min-width: 78px;
    }
}

@media screen and (max-width: 1700px) {
    .new_pro1 .wrap .left .small{
        height: 100%;
    }

    .new_pro1 .wrap .left .small .smallSwiper {
        width: 100%;
        height: 92%;
    }
}

@media screen and (max-width: 1522px) {
    .new_pro1 .wrap .left .bigSwiper{
        height: auto;
    }
    .new_pro3 .wrap .content .item .img{
        height: auto;
    }
}

@media screen and (max-width: 1400px) {
    .new_pro1 .wrap .right .color .flex{
        gap: 20px;
    }

}

@media screen and (max-width: 1366px) {
    .new_pro1 .wrap .right {
        width: 38vw;
    }
}