.container {
    max-width: 1340px !important;
}


.topic_t{font-family: 'Playfair Display', serif; width: 100%; margin:60px auto; text-align: center; font-weight: 600; }
.topic_img{width: 100%; margin: 0; padding: 0;}
.product-wrapper{border: 1px solid #ffffff;}
.try-on-icon{ }
.product-wrapper:hover .try-on-icon {
    display: block;
}

.style_img{ position: absolute; }
#style_elegant{ left: 0; top: 0; width:800px;  }
#style_chic{ right: 0; top: 0; width: 526px;}
#style_fashion{ left: 0; top: 488px; width:526px; }
#style_classic{ right: 0; top: 798px; width:800px;}
#style_s{ left: 540px;
    top: 488px;
    width: 260px;
    height: 295px;}


.product-wrapper .product-content{
	max-width: 420px;
	margin: 0 auto;
}

.shape-top{height: 120px; line-height: 120px; margin-top: 30px; cursor: pointer;}
.shape-box:nth-child(odd) .shape-top {background: #ffc8c8;}
.shape-box:nth-child(even) .shape-top {background: #eaffc8;}

.shape-tit{
    font-family: 'proximanova';
    font-size: 68px;
    font-style: italic;
    color: #000000;
}

.shape-more{ width: 188px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    float: right;
    margin-right: 20px;
    border: 2px solid #000000;
    margin-top: 35px;
    font-size: 20px; 
}
.shape-goods{ display: none; }
/*.shape-box:nth-child(1) > .shape-goods{display: flex;}*/