.jinxi__mall__main {
    width: 1280px;
    padding: 20px 0 80px 0;
    margin: 0 auto;
}

.jinxi__commodity {
    padding: 20px 0;
}

.jinxi__commodity h3 {
	border-left: 3px solid #91172e;
    font-size: 22px;
    color: #595757;
    padding-left: 10px;
    margin-bottom: 20px;
}

.jinxi__commodity__list {
    display: grid;
    grid-template-columns: 206px repeat(4, 253px);
    grid-auto-flow: row;
    grid-gap: 16px;
}

.jinxi__commodity__list1 {
    grid-template-rows: 316px 316px;
}

.jinxi__commodity__list2 {
    grid-template-rows: 316px;
}
.jinxi__commodity__item {
    background-color: #ffffff;
}

.jinxi__commodity__item:not(:first-child) {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}
.jinxi__commodity__item:not(:first-child) img{
	margin-bottom: 20px;
	height: 155px;
	width: auto;
}
.jinxi__commodity__item:not(:first-child) a{
	width: 100%;
	text-align: center;
}
.jinxi__commodity__item:not(:first-child) p {
    color: #000000;
    margin-top: 20px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.jinxi__commodity__item:not(:first-child) span {
    color: #ed1212;
}

.jinxi__commodity__item:not(:first-child) del {
    margin-left: 20px;
    color: #999999;
}

.jinxi__commodity__list1 .jinxi__commodity__item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
}
.commodityStyl {
    grid-template-rows: auto auto;
}
.gridRowEnd{
	grid-row-end: auto !important;
}
.jinxi__commodity__list .jinxi__commodity__item:first-child {
    position: relative;
}

.jinxi__commodity__item__tip {
    width: 180px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 4px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -90px;
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 70px 70px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    grid-gap: 15px 12px;
}

.jinxi__commodity__item__tip a {
    border-radius: 2px;
    border: solid 1px #cccccc;
    color: #595555;
}

@media screen and (max-width:1280px){
.jinxi__commodity__list1 {
	grid-template-rows: auto auto;
}
}
@media screen and (max-width:1180px){
	.product_items_thumb{
		margin: 10px auto 0;
	}
}
@media screen and (max-width:750px){
.jinxi__commodity__list1 {
    /* grid-template-rows: 106px 218px; */
	display: block;
	overflow: hidden;
}
.jinxi__commodity__item:not(:first-child) img {
    height: 80px;
}
.product_items{
	width: 48%;
	float: left;
	margin: 4% 4% 0 0;
}
.product_items:nth-child(2n-1){
	margin-right: 0;
}
.product_items_thumb{
	width: auto !important;
}
}