* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
    color: #707070;
    text-align: center;
}

ul,
li {
    list-style: none;
}

.product-all {
    display: flex;
    margin: 16px auto 0;
    width: 1520px;
    /* height: 2504px; */
}

.product-all .product {
    float: left;
    width: 1166px;
    /* height: 2504px; */
    /* background: #FFFFFF; */
    opacity: 1;
    border-radius: 0px;
}

.product-all .product .product-detail {
    float: left;
    width: 1166px;
    height: 815px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.product-all .product .product-detail .product-detail-left {
    float: left;
    position: relative;
    width: 670px;
    height: 815px;
}

.product-all .product .product-detail .product-detail-left .product-pic {
    width: 640px;
    height: 480px;
    margin: 36px 0 24px 30px;
    background: #E2E2E2;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
	position: relative;
}

.product-all .product .product-detail .product-detail-left .product-pic img {
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-all .product .product-detail .product-detail-left .product-pics {
    width: 640px;
    height: 141px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    opacity: 1;
    border-radius: 10px;
    margin-left: 30px;
}

.product-all .product .product-detail .product-detail-left .product-pics div {
    float: left;
    width: 140px;
    height: 105px;
    margin: 18px 6px;
    background: #CBCBCB;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
	position: relative;
}

.product-all .product .product-detail .product-detail-left .product-pics div img {
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* .product-all .product .product-detail .product-detail-left .product-pics div img:hover {
    position: absolute;
    left: 30px;
    top: 36px;
    width: 640px;
    height: 480px;
} */

.product-all .product .product-detail .product-detail-left .product-pics div:first-child {
    margin-left: 14px;
}

.product-all .product .product-detail .product-detail-right {
    position: relative;
    float: right;
    width: 454px;
    height: 779px;
    margin-top: 36px;
}

.product-all .product .product-detail .product-detail-right div:nth-child(odd) {
    width: 385px;
    /* height: 46px; */
    opacity: 1;
}

.product-all .product .product-detail .product-detail-right div:nth-child(odd)>span {
    height: 46px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 46px;
    color: #666666;
    opacity: 1;
}

.product-all .product .product-detail .product-detail-right #product-name {
    margin: 10px 0;
    /* height: 46px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: left;
}

.product-all .product .product-detail .product-detail-right div:nth-child(odd)>span>span {
    font-weight: bold;
    color: #D9001B;
}

.product-all .product .product-detail .product-detail-right div:nth-child(even) {
    width: 385px;
    height: 1px;
    background-image: linear-gradient(to right, #797979 75%, transparent 0%);
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

.product-all .product .product-detail .product-detail-right .recommend-cart {
    position: absolute;
    right: 90px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-all .product .product-detail .product-detail-right .recommend-start {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-all .product .product-img {
    float: left;
    width: 1166px;
    height: 1673px;
    margin-top: 16px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.product-all .product .product-img img {
    margin: 36px 164px 0;
    width: 838px;
    height: 1637px;
    background: #CFCFCF;
    opacity: 1;
    border-radius: 0px;
}

.product-all .product-recommends {
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 815px;
    width: 336px;
    /* height: 2504px; */
    margin-left: 18px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.product-all .product-recommends>div:nth-child(2n) {
    float: left;
    margin: 0 68px;
    width: 200px;
    border: 1px solid #E6E6E6;
    opacity: 1;
}

.product-all .product-recommends .product-recommend {
    position: relative;
    margin: 18px auto 0;
    width: 256px;
    height: 344px;
    border: 1px solid #fff;
}

.product-all .product-recommends .product-recommend .product-recommend-pic {
    position: relative;
    width: 256px;
    height: 192px;
    margin-top: 30px;
    opacity: 1;
    border-radius: 0px;
	overflow: hidden;

}

.product-all .product-recommends .product-recommend .product-recommend-pic img {
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-all .product-recommends .product-recommend .product-recommend-title {
    width: 256px;
    height: 40px;
    margin-top: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 21px; */
    color: #333333;
    opacity: 1;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-all .product-recommends .product-recommend .product-recommend-price {
    width: 192px;
    height: 21px;
    font-size: 16px;
    margin-top: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
}

.product-all .product-recommends .product-recommend .product-recommend-price span {
    font-weight: bold;
    color: #D9001B;
}

.product-all .product-recommends .product-recommend .recommend-cart {
    position: absolute;
    right: 40px;
    bottom: 34px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-all .product-recommends .product-recommend .recommend-start {
    position: absolute;
    right: 0;
    bottom: 34px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.notclick {
    pointer-events: none;
}