.product .content .product_intr {
	color: #333333;
}

.product .content .product_des {
	color: #999999;
	text-align: center;
}

.os .product:nth-child(4) .product_img {
	height: 347px;
}

.os .product:nth-child(4) .product_img img {
	width: auto;
	height: 100%;
}

.os .product:nth-child(4),
.os .product:nth-child(6),
.os .product:nth-child(4) .title,
.os .product:nth-child(6) .title {
	background-color: #FFFFFF;
	color: #7A4C3A;
}

.os .product:nth-child(4) .product_intr {
	color: #333333;
}

.os .product:nth-child(5) {
	background-color: #ffcc8f;
}

.os .product:nth-child(5) .title {
	color: #6A4334;
}

.os .product:nth-child(5) img {
	display: block;
	width: 83%;
	margin: 0 auto;
}

.col_fff {
	color: #ffffff !important;
}

.os .product:nth-child(6) img {
	width: 200px;
}

.os .product:nth-child(6) .product_title {
	font-size: 24px;
	color: #7A4C3A;
}
.product_goods {
    width: 32.5%;
    border-radius: 10px;
    box-shadow: 2px 5px 15px 0px rgba(0,0,0,0.12);
    -ms-box-shadow: 2px 5px 15px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px 5px 15px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 2px 5px 15px 0px rgba(0,0,0,0.12);
    -o-box-shadow: 2px 5px 15px 0px rgba(0,0,0,0.12);
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #ffffff;
}
.product_goods:hover,
.product_goods:focus,
.product_goods:active {
    text-decoration: none;
}
.product .product_goods img {
    margin-top: 52px;
}
.product .product_goods:nth-child(1) img {
    width: 80%;
}
.product .product_goods:nth-child(2) img {
    width: 80%;
}
.product .product_goods:nth-child(3) img {
    width: 80%;
}
.product_goods .product_title {
    margin-top: 45px;
}
.product_goods button {
    width: 137px;
    height: 37px;
    border: 1px solid #AF8888;
    border-radius: 3px;
    text-align: center;
    line-height: 37px;
    background-color: transparent;
    color: #AF8888;
    margin: 20px 0 49px;
}
.product_goods button:hover {
    background-color: #AF8888;
    color: #fff;
}
.product_goods:hover {
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.footer {
	background-color: #fafafa;
}

@media (min-width: 1022px) {
	.os .product:nth-child(5) img {
		border-radius: 22px;
	}
}

@media (min-width: 1440px) {
	.os .product:nth-child(5) img {
		border-radius: 28px;
	}
}