.product_box{
	overflow: hidden;
}
.list_box {
    width: 14.7rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;    
}

.list {
    width: 4.7rem;
    margin: 0.1rem;
    margin-bottom: 0.56rem;
}

.net {
    width: 100%;
    height: 3.70rem;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.net .jiu_box {
    /* width: 4rem; */
	max-width: 100%;
	width: auto;
    height: 3rem;
}

.title_1 {
    text-align: center;
    font-size: 0.26rem;
    font-weight: bold;
    color: #D7201E;
    margin-top: 0.25rem;
}

.size {
	flex-wrap: wrap;
    margin: 0.2rem auto;
    width: 4.3rem;
    display: flex;
    font-size: 0.18rem;
    font-weight: 400;
    color: #555555;
    line-height: 0.35rem;
}
    
.size_left{
    width: 50%;
	text-align: center;
}


.size_left p {
    width: 50%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.money {
    display: flex;
    margin-top: 0.35rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #000000;
    align-items: baseline;
    justify-content: center;
}

.money span {
    font-size: 0.36rem;
    color: #D7201E;
}
.page_div{
    margin-bottom: 1rem;
}
.main_nav_item img{
	display: none;
	width: 2rem;
	height: 1.5rem;
}

@media only screen and (max-width: 750px) {
	.list_box{
		width: 100%;
		padding: 0 0.22rem;
		box-sizing: border-box;
	}
	.list_box a{
		width: 100%;
	}
	.list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0.34rem 0;
		border-bottom: 1px dashed #D1D1D1;
	}
	.net{
		width: 2.9rem;
		box-sizing: border-box;
		padding: 0.2rem;
		height: auto;
	}
	.net .jiu_box{
		height: auto;
	}
	.pro_con{
		width: 3.8rem;
	}
	.title_1{
		text-align: left;
		margin-top: 0.1rem;
	}
	.size{
		width: 100%;
		font-size: 0.2rem;
	}
	.money{
		justify-content: flex-start;
		margin-top: 0.2rem;
		font-size: 0.28rem;
	}
	.money span{
		font-size: 0.28rem;
	}
	.list_box a:last-child .list{
		border-bottom: none;
	}
	.main_nav_item img{
		display: block;
	}
	.main_nav_box{
		overflow-x: auto;
		display: block;
		white-space:nowrap;
		margin: 0 0.22rem;
	}
	.main_nav_item{
		display: inline-block;
		width: 2.25rem;
		border-radius: 0;
		font-size: 0.3rem;
	}
	.main_nav_item a{
		padding: 0.1rem 0;
	}
	.main_nav_item img{
		max-width: 90%;
		margin: 0 auto;
	}
	
}
