/* 商品购买 */
.main{
    /*height: 830px;*/
    width: 100%;
    padding: 0 30px;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 50px;
}
.content{
    width: 80%;
    margin: auto;
    height: auto;
}
.product{
    width: 6.5%;
    height: 100%;
    margin-right: 30px;
    overflow: hidden;
    overflow-y: auto;
}

.product::-webkit-scrollbar {
    width: 8px !important;
    height: 3px !important;
}

.product::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 1px;
    background: #505356;
}

.product::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(251, 246, 255, 0.3);
}


.select_item{
    border: 2px solid #121416;
}

.item{
    width: 100%;
    /* height: 160px; */
    background-color: black;
    cursor: pointer;
    margin-bottom: 10px;
}

.item img{
    width: 100%;
    height: 100%;
}

.show{
    width: 35.5%;
    margin-right: 60px;
    /*background-color: black;*/
    background-size: 100% 100%;
}

.show img{
    width: 100%;
    height: 100%;
}

.box{
    width: 50%;
    height: 100%;
}

.box .goods_name{
    margin-top: 0;
}

.box_top{
    height: 130px;
    width: 100%;
    border-bottom: 1px solid #DFE0E3;
}

.title{
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Abhaya Libre;
    color: #121416;
    line-height: 26px;
}


.product_color{
    margin-top: 60px;
    height: 125px;
    width: 100%;
}

.select_color{
    border: 3px solid #121416;
}

.product_color ul li{
    cursor: pointer;
    float: left;
    width: 60px;
    height: 80px;
    margin-right: 10px;
    background: #000;
}

.product_color ul li img{
    width: 100%;
    height: 100%;
}

.specification{
    margin-top: 50px;
    height: 70px;
}

.specification ul li{
    margin-right: 10px;
    font-size: 16px;
    float: left;
    height: 35px;
    border-radius: 17px;
    background-color: #EFEFEF;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-family: Abhaya Libre;
    color: #7D8084;
    padding-left: 5px;
    padding-right: 5px;
}

.select_size{
    background-color: #121416 !important;
    color: #FEFEFF !important;
}

.qty{
    overflow: hidden;
    margin-top: 50px;
    font-size: 0;
    font-weight: bold;
}

.minus_num{
    width: 70px;
    height: 50px;
    background: #EFEFEF;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    cursor: pointer;
}

.show_num{
    width: 60px;
    height: 50px;
    background: #EFEFEF;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    cursor: default;
}

.add_num{
    text-align: center;
    width: 70px;
    height: 50px;
    background: #EFEFEF;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}

.btn{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.add_to_cart{
    background-color: #EFEFEF;
    color: #7D8084;
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: Abhaya Libre;
    cursor: default;
}

.add_to_cart:hover{
    background-color: #121416;
    color: #FEFEFF;
}

.buy_now{
    background-color: #EFEFEF;
    color: #7D8084;
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: Abhaya Libre;
    cursor: default;
}

.buy_now:hover{
    background-color: #121416;
    color: #FEFEFF;
}

.inquiry_now{
    background-color: #EFEFEF;
    color: #7D8084;
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: Abhaya Libre;
    cursor: default;
}

.inquiry_now:hover{
    background-color: #121416;
    color: #FEFEFF;
}

.goods{
    width: 100%;
    padding: 0 30px;
    margin: auto;
    margin-bottom: 200px;
    overflow: hidden;
}

.your_like{
    margin-left: 10px;
    height: 80px;
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    font-family: Abhaya Libre;
}

.goods ul li{
    float: left;
    width: 23.3%;
    /* height: 740px; */
    margin: 0 0.85%;
    margin-bottom: 60px;
}

.goods ul li img{
    width: 100%;
}

.goods_name{
    font-size: 20px;
    margin: 20px 0 30px 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family: Abhaya Libre;
    color: #121416;
}

.price{
    font-size: 30px;
    font-family: Source Sans Pro;
    color: #121416;
    line-height: 27px;
}

.original_price{
    text-decoration: line-through;
    font-size: 20px;
    color: #7D8084;
    margin-left: 30px;
    font-family: Source Sans Pro;
    line-height: 27px;
}
.none_btn{
    color: #888888;
}
