.two_product_box{
    width: 100%;
    padding: calc(12px + 2rem) 0;
}
.two_product{
    max-width: 1640px;
    width: 85%;
    margin: auto;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: calc(16px + 2rem);
}
.two_product_title{
font-family: Source_Han_Regular;
font-weight: 600;
font-size: calc(6px + 1.5rem);
color: #333333;
line-height: calc(12px + 2rem);
}
.two_product_nav_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(9px + 1.5rem);
}
.two_product_nav_box .p1{
font-family: Source_Han_Regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(6px + 1rem);
}
.two_product_nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 0.5rem);
}
.two_product_nav_item{
    width: calc(50px + 5rem);
height: calc(10px + 1.5rem);
background: #FAF9F6;
border-radius: calc(29px + 5rem);
font-family: Source_Han_normal;
font-weight: 350;
font-size: calc(8px + 0.5rem);
color: #666666;
cursor: pointer;
}
.two_product_nav_item a{
    width: 100%;
    height: 100%;
    display: flex;
justify-content: center;
align-items: center;
}
.two_product_nav_item_act{
    background-color: #A22124;
    color: #ffffff;
}

.two_product_main_box{
    width: 100%;
}
.two_product_main{
    max-width: 1640px;
    width: 85%;
    margin: auto;
}
.two_product_list{
    width: 100%;
    display: flex;
    justify-content: space-flex-start;
    flex-wrap: wrap;
    gap: calc(3px + 1rem);
    row-gap: calc(20px + 2rem);
}
.two_product_list_item{
    width: 23.7585%;
}
.two_product_list_item_pic{
    width: 100%;
    height: calc(88px + 15rem);
    overflow: hidden;
}
.two_product_list_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.two_product_list_item .p1{
font-family: Source_Han_Light;
font-weight: 300;
font-size: calc(4px + 0.5rem);
color: #333333;
line-height: calc(10px + 0.5rem);
margin-top: calc(4px + 0.5rem);
}
.two_product_list_item .p2{
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(3px + 1rem);
    margin-top: calc(2px + 0.25rem);
}
.two_product_list_item:hover .two_product_list_item_pic img{
    transform: scale(1.1);
}

@media (max-width: 1100px){
    .two_product_title{
        font-size: calc(16px + 1rem);
    }
    .two_product_nav_box .p1{
        font-size: calc(8px + 1rem);
        line-height: 1.5;
        width: calc(5px + 0.25rem);
    }
    .two_product_nav_item{
        font-size: calc(8px + 1rem);
        width: calc(67px + 5rem);
        height: calc(16px + 1.5rem);
    }
    .two_product_nav{
        flex-wrap: wrap;
    }
    .two_product_list_item {
        width: 48.7585%;
    }
    .two_product_list_item .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_product_list_item .p2{
        font-size: calc(10px + 1rem);
    }
}