main .product_list .content{
    display: flex;
}
main .product_list .left{
    margin-right: 60px;
    max-width: 300px;
    width: 100%;
}
main .product_list .left .list{
    border: 2px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}
main .product_list .left .list .h3{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
main .product_list .left .list .h3 h3{
    font-size: 20px;
    font-family: 'TitilliumWeb-SemiBold';
}
main .product_list .left .list .ul h3{
    padding: 10px 0;
    color: #202020;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}
main .product_list .left .list .ul:last-child h3{
    border-bottom: none;
}
main .product_list .left .list .ul.active h3{
    font-family: 'Barlow-Bold';
    color: #cd1925;
}
main .product_list .left .list .ul ul{
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
main .product_list .left .list .ul ul.sub_child_menu_0{
    display: none;
}
main .product_list .left .list .ul ul.sub_child_menu_1{
    display: none;
}
main .product_list .left .list .ul:last-child ul{
    border-bottom: none;
}
main .product_list .left .list .ul ul li{
    margin: 10px 0;
    cursor: pointer;
}
main .product_list .left .list .ul ul li a{
    color: #666;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main .product_list .left .list .ul ul li a:hover{
    color: #cd1925;
}
main .product_list .left .select{
    margin-bottom: 30px;
}
main .product_list .left .select h3{
    font-size: 20px;
    font-family: 'Barlow-Bold';
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
main .product_list .left .select h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #cd1925;
    content: '';
}
main .product_list .left .select .select_{
    position: relative;
}
main .product_list .left .select select{
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
main .product_list .left .select .select_ svg{
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    right: 20px;
}
main .product_list .left .select input{
    width: 180px;
    height: 48px;
    border: 2px solid #cd1925;
    background: #fff;
    font-family: 'Barlow-Bold';
    color: #cd1925;
}
main .product_list .right{
    width: 100%;
}

main .product_list .right .screen{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
main .product_list .right .screen .number p{
    font-size: 14px;
    color: #666;
}
main .product_list .right .screen .number p span{
    font-size: 14px;
    color: #666;
}
main .product_list .right .select{
    position: relative;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
}
main .product_list .right .select select{
    width: 200px;
    height: 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    padding: 0 20px;
}
main .product_list .right .select svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

main .product_list .right .row .cart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #e5e5e5;
    padding: 20px 50px;
    transition: all 0.5s;
    margin-bottom: 40px;
}
main .product_list .right .row .cart:hover{
    border: 1px solid #e5e5e5;
}
main .product_list .right .row .cart img{
    width: 220px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
main .product_list .right .row .cart:hover img{
    transform: scale(0.9);
    opacity: 0.7;
}
main .product_list .right .row .cart span{
    display: inline-block;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 3px 10px;
    color: #cd1925;
    font-family: 'Barlow-Medium';
}
main .product_list .right .row .cart p{
    font-family: 'Barlow-Bold';
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
main .product_list .right .row .guide{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #e5e5e5;
    padding: 3.12501vw;
    margin-bottom: 40px;
}
main .product_list .right .row .guide .title{
    display: flex;
    flex-direction: column;

}
main .product_list .right .row .guide .title h3{
    font-size: 24px;
    font-family: 'TitilliumWeb-Bold';
    white-space: nowrap;
    color: #202020; 
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
main .product_list .right .row .guide .title h3::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
    height: 2px;
    content: '';
    background: #cd1925;
}
main .product_list .right .row .guide .img{
    max-width: 220px;
    width: 100%;
    margin-left: 30px;
    margin-right: 20px;
}
main .product_list .right .row .guide .txt p{
    max-width: 310px;
    width: 100%;
    font-style: italic;
}
main .product_list .right .row .guide .more a{
    width: 180px;
    height: 48px;
    border: 3px solid #cd1925;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Barlow-Bold';
    color: #cd1925;
}

main .product_list .right .page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
main .product_list .right .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
main .product_list .right .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
main .product_list .right .page>div.active{
    background: #cd1925;
}
main .product_list .right .page>div.active a{
    color: #fff;
}
main .product_list .right .page>div:hover{
    background: #cd1925;
}
main .product_list .right .page>div:hover a{
    color: #fff;
}
main .product_list .right .page>div .prev svg{
    margin-right: 5px;
}
main .product_list .right .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
main .product_list .right .page>div:hover a svg path{
    fill:#fff;
}
@media (max-width:1279px) {
    main .product_list .right .row .cart{
        padding: 20px;
    }
    main .product_list .right .row .guide{
        flex-wrap: wrap;
    }
}
@media (max-width:1023px) {
    main .product_list .right .row .guide>div{
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    main .product_list .right .row .guide{
        flex-direction: column;
    }
    main .product_list .right .row .cart{
        margin-bottom: 30px;
    }
    main .product_list .right .page>div{
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}





