.product_two_banner {
    width: 100%;
    height: calc(70px + 30rem);
    position: relative;
}

.product_two_banner .product_two_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_t_b_text {
    max-width: 1480px;
    width: 85%;
    height: calc(61px + 20rem);
    background: #6c847bc7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(3px + 2rem) 0;
    padding-left: calc(55px + 5rem);
    padding-right: calc(57px + 10rem);
}

.pro_t_b_text_left .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 2rem);
    color: #FFFFFF;
    line-height: 1;
}

.pro_t_b_text_left .p2 {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(7px + 1.5rem);
}

.pro_t_b_text_pic {
    width: calc(76px + 15rem);
    height: calc(75px + 15rem);
}

.pro_t_b_text_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_two_main_box {
    width: 100%;
    padding: calc(42px + 5rem) 0;
}

.product_two_main {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_two_main_left {
    width: 26.3514%;
}

.productproduct_two_search {
    width: 100%;
    height: calc(20px + 2rem);
    background: #FFFFFF;
    border-radius: calc(10px + 1rem);
    border: 1px solid #98B8AC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(4px + 1.5rem);
}

.productproduct_two_search img {
    width: calc(6px + 1rem);
}

.productproduct_two_search input {
    flex: 1;
    height: 100%;
    border: none;
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
}

.product_two_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1.5rem);
    margin-top: calc(20px + 2rem);
}

.product_two_nav_item {
    width: 100%;
    height: calc(20px + 2rem);
    background: #FFFFFF;
    border-radius: calc(10px + 1rem);
    border: 1px solid #3D4144;
   
    padding: 0 calc(4px + 1.5rem);
    cursor: pointer;
}
.product_two_nav_item a{
    width:100%;
    height: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_two_nav_item img {
    width: calc(5px + 0.25rem);
    display: none;
}

.product_two_nav_item img:nth-of-type(1) {
    display: block;
}

.product_two_nav_item .p1{
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #3D4144;
    line-height: 1;
}

.product_two_nav_third {
    width: 100%;
   height: calc(105px + 20rem);
    background: #F3F3F3;
    box-shadow: 0px calc(2px + 0.1rem) calc(6px + 0.5rem) 0px rgba(116, 116, 116, 0.3);
    border-radius: calc(10px + 1rem);
    margin-top: calc(4px + 0.25rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
    overflow: hidden;
    transition: .5s;
     padding: 0 calc(1px + 1.5rem);
    padding-top: calc(10px + 1.5rem);
    padding-bottom: calc(7px + 3rem);

}

.product_two_nav_item_act {
    background: #3D4144;
}
.product_two_nav_item_act



.product_two_nav_item_act img {
    display: none;
}

.product_two_nav_item_act img:nth-of-type(2) {
    display: block;
}

.product_two_nav_item_act+.product_two_nav_third {
    height: calc(196px + 20rem);
    padding: 0 calc(1px + 1.5rem);
    padding-top: calc(10px + 1.5rem);
    padding-bottom: calc(7px + 3rem);
}
.product_two_nav_item_act .p1{
    color: #ffffff;
}

.p_t_n_item_icon_box {
    width: calc(8px + 0.5rem);
    height: calc(8px + 0.5rem);
    border-radius: 50%;
    border: 1px solid #313131;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_t_n_item_icon {
    width: calc(1px + 0.25rem);
    height: calc(1px + 0.25rem);
    background: #98B8AC;
    border-radius: 50%;
    opacity: 0;
}

.p_t_n_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
}

.product_four_nav {
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1rem);

    padding-left: calc(1px + 1.5rem);
    overflow-y: scroll;
    overflow-y: scroll;
    transition: .5s;
}

.product_four_nav .p4 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #4F5050;
    line-height: 1;
    cursor: pointer;
}



.product_three_nav_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.product_three_nav_item_img {
    width: calc(5px + 0.25rem);
}

.product_three_nav_item_act .p_t_n_item_icon {
    opacity: 1;
}

.product_three_nav_item_act .p_t_n_item_icon_box {
    border-color: #98B8AC;
}

.product_three_nav_item_act .p_t_n_item {
    color: #98B8AC;
}

.product_three_nav_item_act .product_three_nav_item_img {
    transform: rotate(90deg);
}

.product_three_nav_item_act+.product_four_nav {
    height: calc(60px + 15rem);
    margin-top: calc(7px + 1rem);
}

.product_two_main_right {
    width: 68.2432%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(4px + 1rem);
    row-gap: calc(1px + 2rem);
}

.product_two_main_right_item {
    width: 31.6832%;

}

.product_two_main_right_item_pic {
    width: 100%;
    height: calc(20px + 15rem);
    background: #EFEFEF;
    border-radius: calc(6px + 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.product_two_main_right_item_pic img {
    height: ;: calc(95px + 5rem);
   
}

.product_two_main_right_item .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
    margin-top: calc(4px + 1rem);
    text-align: center;
}

.p_t_mask {
    width: 100%;
    height: 100%;
    background: #98b8ace7;
    box-shadow: 0px 0px calc(4px + 1rem) 0px rgba(116, 116, 116, 0.16);
    border-radius: calc(3px + 0.25rem);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.p_t_mask a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(2px + 1.5rem);
}

.p_t_mask .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #FFFEFE;
    line-height: 1;
}

.p_t_mask img {
    width: calc(8px + 1.5rem);
}

.product_two_main_right_item:hover .p_t_mask {
    opacity: 1;
}

.product_four_nav .p4_act{
    color: #98B8AC;
}

@media (max-width: 1100px) {
    .product_two_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }

    .product_two_main_left {
        width: 100%;
    }

    .product_two_nav_item .p1 {
        font-size: calc(14px + 1rem);
    }

    .product_two_nav_item {

        height: calc(25px + 2rem);

    }

    .p_t_n_item {
        font-size: calc(12px + 1rem);
    }

    .product_four_nav .p4 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .product_three_nav_item_act+.product_four_nav {
        height: calc(50px + 15rem);

    }

    .product_two_nav_item_act+.product_two_nav_third {
        height: calc(155px + 20rem);

    }

    .product_two_main_right {
        width: 100%;
        row-gap: calc(10px + 3rem);
    }

    .product_two_main_right_item {
        width: 100%;
    }

    .product_two_main_right_item_pic {

        height: calc(20px + 69rem);

    }

    .product_two_main_right_item .p1 {
        font-size: calc(10px + 1rem);
    }

    .pro_t_b_text {
        padding-left: 3%;
        padding-right: 3%;
    }

    .pro_t_b_text_left .p2 {

        display: none;
    }

    .productproduct_two_search input {
        font-size: calc(10px + 1rem);
    }
}