main .pro_list {
    padding: 0.9rem 0;
}
main .pro_list .content{
    display: flex;
    justify-content: space-between;
}
main .pro_list .content .left{
    max-width: 350px;
    width: 100%;
    margin-right: 0.3rem;
}
main .pro_list .content .left .title{
    flex-direction: row;
    justify-content: flex-start;
}
main .pro_list .content .left .title h3{
    color: #1c1c1c;
    font-family: 'SemiBold';
    font-size: 0.28rem;
    margin-top: 0.3rem;
}
main .pro_list .content .left .box{
    margin-bottom: 0.3rem;
}
main .pro_list .content .left .box .two>li{
    font-size: 0.22rem;
    color: #1c1c1c;
    padding-top: 0.15rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 1;
}
main .pro_list .content .left .box .two>li>a{
    font-family: 'SemiBold';
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 85%; */
    display: inline-block;
    /* pointer-events: none; */
}
main .pro_list .content .left .box .two>li>img{
    position: absolute;
    top: 22px;
    right: 20px;
}
main .pro_list .content .left .box .two>li>img.close{
    top: 30px;
}
main .pro_list .content .left .box .two>li>img.close{
    display: none;
}
main .pro_list .content .left .box .two>li.active>img{
    display: none;
}
main .pro_list .content .left .box .two>li.active>img.close{
    display: block;
}
main .pro_list .content .left .box .two .three{
    padding-top: 0.2rem;
}

main .pro_list .content .left .box .two .three>li{
    color: #666;
    width: 100%;
    height: 72px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-color: #F9F9F9;
}
main .pro_list .content .left .box .two .three>li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;

}
main .pro_list .content .left .box .two .three>li:hover{
    background-color: #CC8100;
    color: #fff;
}
main .pro_list .content .left .box .two .three>li:hover a{
    color: #fff;
}

main .pro_list .content .left .pro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}
main .pro_list .content .left .pro .left{
   width: 64px;
   flex-shrink: 0;
}
main .pro_list .content .left .pro .left img{
    width: 100%;
}
main .pro_list .content .left .pro .right{
    flex: 1;
    width: 100%;
}
main .pro_list .content .left .pro .right h4 a{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
main .pro_list .content .left .pro .right h4 a:hover{
    color: #CC8100;
}

main .pro_list .content .right{
    max-width: 1100px;
    width: 100%;
}
main .pro_list .content .right h1{
    color: #333;
    font-size: 0.28rem;
    font-family: 'SemiBold';
    margin-bottom: 0.2rem;
}
main .pro_list .content .right p.txt{
    color: #999;
    line-height: 1.8;
    padding-bottom: 0.3rem;
}
main .pro_list .content .right .line{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 0.5rem;
}


main .pro_list .content .right .row{
    margin-left: -10px;
    margin-right: -10px;
}
main .pro_list .content .right .row .col-md-4{
    padding-left: 10px;
    padding-right: 10px;
}
main .pro_list .content .right .cart{
    margin-bottom: 0.3rem;
}
main .pro_list .content .right .cart .img{
    width: 100%;
    padding: 10px 0;
    border: 1px solid #EAEAEA;
    margin-bottom: 0.2rem;
    overflow: hidden;
}
main .pro_list .content .right .cart .img img{
    margin: 0 auto;
    transition: all 0.5s;
}
main .pro_list .content .right .cart:hover .img img{
    transform: scale(1.1);
}
main .pro_list .content .right .cart h3{
    font-family: 'SemiBold';
    color: #1c1c1c;
    font-size: 0.20rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
main .pro_list .content .right h2{
    font-family: 'ExtraBold';
    font-size: .28rem;
    color: #1c1c1c;
    line-height: 1.6;
}

main .pro_list .content .right h3{
    font-family: 'ExtraBold';
    font-size: 0.24rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
    line-height: 1.6;
}
main .pro_list .content .right h4{
    font-family: 'ExtraBold';
    font-size: 0.2rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
    line-height: 1.6;
}
main .pro_list .content .right p{
    margin-top: 0.2rem;
}
main .pro_list .content .right ul{
    margin-top: 0.2rem;
}
main .pro_list .content .right ol{
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}
main .pro_list .content .right ol li{
    list-style: auto;
}
main .pro_list .content .right table{
    margin-top: 0.2rem;
}
main .pro_list .content .right ul li{
    list-style: inside;
    margin-bottom: 10px;
}


main .pro_list .content .right .page{
    justify-content: flex-end;
}
main .pro_list .content .right .page .nav-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
main .pro_list .content .right .page .nav-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    color: #CC8100;
}
main .pro_list .content .right .page .nav-links span{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    background: #CC8100;
    color: #fff;
}
main .pro_list .content .right .page .nav-links a:hover{
    background: #CC8100;
    color: #fff;
}





@media (max-width:767px) {
    main .pro_list .content .right h1{
        font-size: 0.34rem;
    }
    main .pro_list .content .right .cart h3{
        font-size: 0.32rem;
    }
    main .pro_list .content .right h2{
        font-size: 0.32rem;
    }
    main .pro_list .content .right h3{
        font-size: 0.3rem;
    }
    main .pro_list .content .right h4{
        font-size: 0.28rem;
    }

}

















































