.common_header {
    background-image: url("../../img/common/cpzx.jpg");
}

#heart {
    padding-top: 93rem;
}

#brain {
    padding-top: 94rem;
}

.heart_option {
    margin-top: 40rem;
}

.heart_content {
    padding: 97rem 160rem;
    flex-wrap: wrap;
}

.xinzang-item{
	width: 777rem;
	min-height: 669rem;
	background: #FFFFFF;
	border: 1rem solid #E5E5E5;
	box-shadow: 0 0 9rem 0 rgba(0, 0, 0, 0.06);
	padding: 28rem;
	margin-bottom: 30rem;
	overflow: hidden;
}
.xinzang-item > a {
	display: block;
}
/* .heart_content_item {
    width: 777rem;
    min-height: 669rem;
    background: #FFFFFF;
    border: 1rem solid #E5E5E5;
    box-shadow: 0 0 9rem 0 rgba(0, 0, 0, 0.06);
    padding: 28rem;
}
 */
.heart_content_item > img {
    width: 722rem;
    height: 405rem;
    display: block;
    margin: 0 auto;
}

.heart_content_item > .common_font_2 {
    margin-top: 41rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
	
}

.heart_content_item:nth-child(n+3) {
    margin-top: 48rem;
}

.heart_content_item_text {
    font-size: 16rem;
	line-height: 1.5;
    color: #666;
    margin-top: 26rem;
}

.heart_content_item_button {
    width: 122rem;
    height: 32rem;
    margin-top: 35rem;
    color: #5C2EB4;
}

.brain_content {
    margin-top: 65rem;
    padding-bottom: 127rem;
}

.brain_content_product {
    padding: 0 150rem;
}

.brain_content_product + .brain_content_product {
    margin-top: 76rem;
}

.brain_content_product_title {
    font-size: 30rem;
    font-weight: bold;
    color: #362B87;
    line-height: 30rem;
}

.brain_content_product_list {
    margin-top: 29rem;
    flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.brain_content_product_list_item {
    position: relative;
    width: 508rem;
    height: 472rem;
    /* margin-left: 30rem; */
    padding: 30rem 20rem;
    box-shadow: 0 0 16rem 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 25rem;
    font-weight: bold;
    cursor: pointer;
    margin-right:20rem;
}
.brain_content_product_list_item:nth-child(3n){
    margin-right: 0!important;
}
.brain_content_product_list_item div {
    color: initial;
    margin-top: 15rem;
}

.arrow_right > img {
    width: 90%;
}

.brain_content_product_list_item > img {
    width: 90%;
    margin: 0 auto;
}

.brain_content_product_list .brain_content_product_list_item:nth-child(3n+1) {
    margin-left: 0;
}

.brain_content_product_list .brain_content_product_list_item:nth-child(n+4) {
    margin-top: 25rem;
}