.container {
    background: rgb(249, 249, 249);
    padding: 20px 0 85px;
}
.product_details{
    padding-top: 0;
}

.left_container {
    float: left;
    width: 1070px;
}
.product {
    padding: 30px;
    padding-bottom: 60px;
    background: #fff;
}
.product .gallery-top-container {
    width: 510px;
    height: 510px;
    position: relative;
    background: #fff;
    margin-right: 30px;
    box-shadow: 0px 0px 5px rgba(150,150,150,0.2);
}
.product .gallery-top-container .swiper-slide {
    width: 510px;
    height: 510px;
    background: #fff;
}
.product .gallery-top-container img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product .gallery-thumbs-container {
    position: relative;
}
.product .gallery-thumbs-container .gallery-thumbs {
    position: absolute;
    bottom: 0;
}
.product .gallery-thumbs-container .gallery-thumbs .swiper-slide {
    width: 105px;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.product .gallery-thumbs-container .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product .gallery-thumbs-container .product_title {
    font-size: 24px;
	color: #333333;
}
.product .gallery-thumbs-container .product_desc {
    font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #999999;
}
.product .gallery-thumbs-container .price {
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    font-size: 14px;
    height: 50px;
	line-height: 50px;
    color: #757575;
    margin: 10px 0 18px;
}
.product .gallery-thumbs-container .price strong {
    font-size: 20px;
	color: #f30404;
}
.product .gallery-thumbs-container .price a {
    width: 120px;
    height: 40px;
    line-height: 40px;
	background: #f1f1f1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
	color: #666666;
}
.product .gallery-thumbs-container .price a .iconfont {
    display: inline-block;
    margin-right: 5px;
    color: #aeaeae;
    font-size: 20px;
}
.product .gallery-thumbs-container .price a:hover {
    background: #946f5b;
    color: #fff;
}
.product .gallery-thumbs-container .price a:hover .iconfont {
    color: #fff;
}
.product .gallery-thumbs-container .texture div {
    margin-bottom: 20px;
    min-height: 30px;
    /*background: #f9f9f9;*/
    font-size: 14px;
	line-height: 30px;
    color: #757575;
    padding: 0 20px;
}


.product .gallery-thumbs-container .texture .checkbox{
    display: inline-block;
    margin-right: 15px;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(228, 228, 228);
    /*line-height: normal;*/
}
.product .gallery-thumbs-container .texture .checkbox:first-child{
    margin-left: 8px;
}
.product .gallery-thumbs-container .texture .checkbox:last-child{
    margin-right: 0;
}
.product .gallery-thumbs-container .texture .checkbox.on{
    border: 1px solid #e7be8e;
    background: url(/JS9FH1OPUHAOI11oHOgFIHSnI1csURAnHt.jpg) no-repeat right bottom;
}

.product .gallery-thumbs-container .texture select{
    margin-left: 8px;
    height: 30px;
    color: #757575;
    border-color: rgb(228, 228, 228);
}
.product .gallery-thumbs-container .texture select:focus{
    border-color: #e7be8e;
}
.product .gallery-thumbs-container .texture input{
    margin-left: 8px;
    padding-left: 5px;
    width: calc(100% - 51px);
    height: 30px;
    border: 1px solid rgb(228, 228, 228);
}
.product .gallery-thumbs-container .texture input:focus{
    border-color: #e7be8e;
}

.product .gallery-thumbs-container .add-link{
    margin-top: 8px;
    padding-left: 71px;
    padding-right: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.product .gallery-thumbs-container .add-link a{
    width: 45%;
    line-height: 32px;
    text-align: center;
    background: #e7be8e;
    color: #fff;
    transition: all .4s;
}
.product .gallery-thumbs-container .add-link a:hover{
    box-shadow: 0 2px 2px 2px #aa8976;
    transform: translate(0, -2px);
}



.product .gallery-thumbs-container .gallery-thumbs {
    background: #fff;
    width: 100%;
}
.product .gallery-thumbs-container .gallery-thumbs .active img {
    border: 1px solid #946f5b;
}
.product .gallery-thumbs-container .swiper-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e2e2e2;
    text-align: center;
    line-height: 30px;
    color: #fff;
    opacity: 1;
    bottom: 52px;
    top: auto;
    margin: 0;
    margin-bottom: -15px;
    font-size: 16px;
    font-weight: bold;
}
.product .gallery-thumbs-container .disable {
    opacity: 0.4;
}
.product .gallery-thumbs-container .swiper-button.disable {
    cursor: default;
}
.product .gallery-thumbs-container .swiper-button:not(.disable):hover {
    background: #946f5b;
}
.product .gallery-thumbs-container .next {
    right: -15px;
}
.product .gallery-thumbs-container .prev {
    left: -15px;
}



.right_container {
    width: 300px;
    background: #fff;
    height: auto;
    float: right;
}
.right_container .hot_recommend {
    padding: 25px 20px 30px;
}
.right_container .hot_title {
    font-size: 20px;
    color: #666666;
}
.right_container .hot_title img {
    margin-right: 8px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.right_container .hot_list {
    padding: 0 10px;
}
.right_container .hot_item {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
    margin-top: 30px;
}
.right_container .hot_item .picture_container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.right_container .hot_item .explain {
    font-size: 14px;
	line-height: 20px;
    color: #333333;
    margin: 15px 0;
}
.right_container .hot_item:hover .picture_container img {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}


.details {
    background: #fff;
}
.details .details_title {
    font-size: 16px;
    color: #a1745b;
    padding: 0 55px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}
.details .details_title .line {
    width: 64px;
	height: 2px;
    background: #a1745b;
    position: absolute;
    bottom: -1px;
}
.details .details_main {
    font-size: 16px;
    color: #a1745b;
    padding: 40px 55px 50px;
    text-align: center;
}


.zoom_hover {
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: move;
    opacity: 0;
}
.zoom_hover.active {
    display: block;
    animation: zoom_hover_move 0.5s forwards;
}
@keyframes zoom_hover_move {
    0% {
        opacity: 0;
        /* display: none; */
    }
    100% {
        opacity: 1;
        /* display: block; */
    }
}
.zoom {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 520px;
    top: 0;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    display: none;
    box-shadow: 0px 0px 5px rgba(150,150,150,0.2);
}
.product .zoom .picture_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.zoom.active {
    display: block;
    animation: zoom_hover_move 0.5s forwards;
}



.wide.recommend {
    width: 1070px;
    padding: 0;
    display: none;
    margin-top: 15px;
}
.wide.recommend .side_column_title {
    font-size: 16px;
	font-weight: bold;
    color: #333333;
    position: relative;
    line-height: 46px;
}
.wide.recommend .side_column_title a {
    position: absolute;
    right: 0;
    font-size: 12px;
	color: #666666;
}
.wide.recommend .side_column_title a:hover {
    color: #946f5b;
}
.wide.recommend .side_column_title a .iconfont {
    margin-left: 3px;
    -webkit-transform: scale(0.9) translateY(-1px);
    transform: scale(0.9) translateY(-1px);
}
.wide.recommend .line {
    width: 100%;
    height: 1px;
    background: #946f5b;
	opacity: 0.5;
}
.wide.recommend .swiper-slide {
    width: auto;
    background: #fff;
    text-align: center;
}
.wide.recommend .swiper-slide a {
    display: block;
}
.wide.recommend .picture_container {
    height: 186px;
    width: 186px;
}
.wide.recommend .explain {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 40px;
    background: rgba(51,51,51,0.3);
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    line-height: 40px;
}
.recommend-swiper-container {
    padding: 15px 0 0;
}



.mobile-container .picture_container {
    width: 100%;
    padding-top: 80%;
    height: auto;
}
.mobile-container img {
    width: 100%;
    max-height: none;
}
.mobile-container .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #946f5b;
    opacity: 0.3;
    margin: 0 4px !important;
}
.mobile-container .swiper-pagination span[class*=active] {
    opacity: 1;
}



.header_secondary a:hover {
    color: #946f5b;
}











@media screen and (max-width: 1400px) {
    .container {
        background: #fff;
        padding: 15px 0 65px;
    }
    .header_secondary {
        display: none;
    }
    .wide {
        padding: 0 15px;
        width: 100%;
    }

    .left_container {
        float: none;
        margin: auto;
    }
    .right_container {
        display: none;
    }
    .wide.recommend {
        display: block;
    }
    .wide.recommend .swiper-slide {
        background: #f9f9f9;
    }
}

@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1090px) {
    .left_container {
        width: 100%;
    }
    .wide.recommend {
        width: 100%;
        padding: 0 15px;
    }
    .product {
        padding: 10px 10px 20px;
        display: block;
    }
    .gallery-top-container {
        display: none;
    }
    .gallery-thumbs {
        display: none;
    }
    .swiper-button {
        display: none;
    }
    .details .details_title {
        padding: 0 10px;
        padding-bottom: 15px;
    }
    .details .details_main {
        padding: 20px 0 30px;
    }
    .mobile-container {
        display: block;
    }
    .container {
        padding: 15px 0 40px;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
    .details .details_main {
        padding: 15px 0 0;
    }

    .container {
        padding: 15px 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .mobile-container .picture_container {
        padding-top: 90%;
    }
    .product .gallery-thumbs-container .product_title {
        font-size: 22px;
    }
    .product .gallery-thumbs-container .product_desc {
        line-height: 20px;
        margin: 5px 0 10px;
    }

    .product .gallery-thumbs-container .price {
        border: none;
        height: auto;
        line-height: normal;
        margin: 0 0 10px;
        display: block;
    }
    .product .gallery-thumbs-container .price strong {
        font-size: 20px;
        color: #f30404;
    }
    .product .gallery-thumbs-container .price {
        overflow: hidden;
    }
    .product .gallery-thumbs-container .price a {
        display: block;
        margin-top: 5px;
    }

}
@media screen and (max-width: 640px) {
    .product .gallery-thumbs-container .product_title {
        font-size: 20px;
    }
    .product .gallery-thumbs-container .price strong {
        font-size: 18px;
    }
    .product .gallery-thumbs-container .product_desc {
        margin: 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 15px 0 20px;
    }
    .product .gallery-thumbs-container .product_title {
        font-size: 18px;
    }
    .wide.recommend .picture_container {
        height: 160px;
        width: 160px;
    }
    .wide.recommend .explain {
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 30px;
        line-height: 30px;
    }

    .mobile-container .picture_container {
        padding-top: 100%;
    }
}
@media screen and (max-width: 375px) {
    .product .gallery-thumbs-container .texture div{
        padding: 0;
    }

    .product .gallery-thumbs-container .add-link{
        padding-left: 51px;
        padding-right: 0;
    }
}
@media screen and (max-width: 320px) {}









<!--ºÄÊ±0.00028300285339355Ãë-->