@charset "UTF-8";
/* CSS Document */

/*===DETAIL PIC===*/
.detail-pic-wrap {
    display: inline-block;
    padding: 60px 0;
    background: #FFF;
    width: 100%;
    min-width: 1176px;
    min-height: 427px;
}

.detail-pic-wrap .detail-pic {
    margin: 0 auto;
    padding: 0 96px;
    min-width: 1000px;
    max-width: 1160px;
}

/*===DETAIL PIC THUMB===*/
.detail-pic-thumb {
    float: left;
    min-width: 100px;
}

.detail-pic-thumb .box {
    height: 424px;
    overflow: hidden;
    position: relative;
}

.detail-pic-thumb .scroll_list {
    width: 100%;
    height: 10000em;
    position: absolute;
}

.detail-pic-thumb li {
    display: table;
    min-height: 80px;
    text-align: center;
    margin: 3px auto;
}

.detail-pic-thumb .detail-pic-ctl {
    min-height: 0px;
    margin: 4px auto;
}

.detail-pic-thumb li a {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #EAEAEA;
    transition: all 0.2s ease-in-out;
}

.detail-pic-thumb li a:hover {
    border: 1px solid #C1B497;
}

.detail-pic-thumb li a.on {
    border: 1px solid #C1B497;
    pointer-events: none;
    cursor: default;
}

.detail-pic-thumb li img {
    display: block;
    padding: 5px;
}

/*===DETAIL PIC MAIN===*/
.detail-pic-main {
    display: table;
    margin-top: 20px;
    min-height: 470px;
    width: calc(100% - 475px);
    max-width: 500px;
    min-width: 450px;
    float: left;
}

.detail-pic-main .jqzoom {
    vertical-align: middle;
    display: table-cell;
    padding: 17px;
}

.detail-pic-main img {
    /*	width:100%;*/
    max-width: 700px;
    /*	min-width:500px;*/
    display: block;
    margin: 0 auto;
}

/*===DETAIL BUY INFO===*/
.detail-buy-info {
    float: right;
    width: 400px;
}

.detail-buy-info h2 {
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.detail-buy-info h2 span {
    display: block;
}

.detail-buy-info h2 span.detail-buy-brand {
    font-size: 16px;
}

.detail-buy-info h2 span.detail-buy-name {
    font-size: 20px;
    font-weight: bold;
}

/*===DETAIL BUY RATING===*/
.detail-buy-rating {
    margin: 0 0 15px 0;
}

.detail-buy-info .product-rating {
    width: 73px;
    height: 15px;
    background: url(../img/rating-grey.jpg) no-repeat;
    margin: 0 10px 0 0;
    float: left;
}

.detail-buy-info .product-rating .rating {
    background: url(../img/rating-gold.jpg);
    height: 15px;
}

.detail-buy-info .product-rating .number {
    float: left;
}

/*===DETAIL BUY PRICE & SKU===*/
.detail-buy-price {
    font-size: 13px;
    color: #777;
    position: relative;
}

.detail-buy-price .sale {
    font-size: 18px;
    color: #C1B497;
    margin: 0 10px 0 0;
}

.detail-buy-sku {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*===DETAIL BUY SERVICE ICONS===*/
.detail-buy-icons {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.detail-buy-icons li {
    margin: 0 5px 0 0;
    float: left;
}

.detail-buy-icons li a {
    display: block;
    background: #C1B497;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

/*===DETAIL BUY COLOR===*/
.detail-buy-color {
    color: #202020;
/*    border-bottom: 1px solid #F5F5F5;*/
}

.color-swatch {
    padding: 10px 0 20px 0;
}

.detail-buy-color .color-swatch li {
    display: table;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 2px 2px 0;
}

.detail-buy-color .color-swatch li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #FFF;
    border: 2px solid #EAEAEA;
    transition: all 0.2s ease-in-out;
}

.detail-buy-color .color-swatch li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #FFF;
    border: 2px dashed #EAEAEA;
    cursor: no-drop;
    transition: all 0.2s ease-in-out;
}

.detail-buy-color .color-swatch li a.on {
    border: 2px solid #C1B497;
}

.detail-buy-color .color-swatch li a:hover {
    border: 2px solid #C1B497;
}
/*===DETAIL BUY SIZE===*/
.detail-buy-size {
    color: #202020;
    border-bottom: 1px solid #F5F5F5;
    padding: 20px 0;
}

.detail-buy-size-title {
    position: relative;
}

.detail-buy-size-title a.size-chart {
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
}

.detail-buy-size-title a.size-chart:hover {
    color: #C1B497;
}

.size-swatch {
    padding: 10px 0 0 0;
}

.detail-buy-size .size-swatch li {
    width: 44px;
    height: 44px;
    float: left;
    margin: 0 2px 2px 0;
}

.detail-buy-size .size-swatch li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border: 2px solid #CCC;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-size: 11px;
}

.detail-buy-size .size-swatch li a.on {
    border: 2px solid #C1B497;
    color: #C1B497;
    font-weight: bold;
}

.detail-buy-size .size-swatch li a.disable {
    color: #EAEAEA;
    border: 2px solid #EAEAEA;
    pointer-events: none;
    cursor: default;
}

.detail-buy-size .size-swatch li a:hover {
    border: 2px solid #C1B497;
}

/*===DETAIL BUY BUTTON===*/
.detail-buy-btn {
    margin: 20px 0;
}

.detail-buy-btn .lkbtn {
    display: inline-block;
    background: #C1B497;
    border: 2px solid #C1B497;
    padding: 12px 30px;
    border-radius: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.detail-buy-btn .lkbtn:hover {
    background: #c8b790;
}

.detail-buy-btn input[type='number'] {
    width: 35px;
    display: inline-block;
    padding: 0px 5px;
    margin: 3px 5px;
    height: 28px;
}

/*===DETAIL DESC===*/
.detail-desc-wrap {
    width: calc(100% - 48px);
    background: #FFF;
    margin: 24px auto;
    min-width: 1176px;
}

.desc {
    padding: 60px 72px 40px 72px;
    margin: 0 auto;
    max-width: 1248px;

}

.detail-desc-text {
    width: calc(50% - 30px);
    float: left;
}

.detail-desc-text h3 {
    margin: 0 0 20px 0;
}

.detail-desc-text h3 span {
    display: block;
    color: #202020;
}

.detail-desc-text h3 .brand {
    font-size: 16px;
    font-weight: normal;
}

.detail-desc-text h3 .name {
    font-size: 20px;
    font-weight: bold;
}

.detail-desc-text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0;
}

.detail-desc-text ul {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0 20px 20px;
    list-style: disc;
}

.detail-desc-pic {
    width: calc(50% - 30px);
    float: right;
}

.detail-desc-pic img {
    display: block;
    width: 100%;
}

/*===PRODUCTS===*/
h2.detail-cross-sale-title {
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 60px 0;
    text-align: center;
    color: #202020;
}

.detail-cross-box {
    float: left;
    width: calc(25% - 61px);
    overflow: hidden;
    background: #FFF;
    margin: 1px 0 0 1px;
    padding: 20px 30px;
    position: relative;
    text-align: center;
}

.detail-cross-box .product-center {
    position: relative;

}

.detail-cross-box .product-like {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.detail-cross-box .product-img {
    width: 100%;
}

.detail-cross-box .product-img img {
    width: 100%;
}

.detail-cross-box .product-rating {
    margin: 15px auto 0 auto;
    width: 73px;
    height: 15px;
    background: url(../img/rating-grey.jpg);
}

.detail-cross-box .product-rating .rating {
    background: url(../img/rating-gold.jpg);
    height: 15px;
}

.detail-cross-box .product-info h3 {
    color: #202020;
    font-weight: normal;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
}

.detail-cross-box .product-info h3 span {
    display: block;
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
}

.detail-cross-box .product-info a h3:hover {
    color: #C1B497;
}

.detail-cross-box .product-info p {
    font-size: 13px;
    margin: 5px 0 0 0;
}

.detail-cross-box .product-info {
    margin: 5px 0 0 0;
}

/*===RATING===*/
.detail-rating {
    text-align: center;
}

.detail-rating p.rating-score {
    font-size: 48px;
    color: #C1B497;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}

.detail-rating p.rating-number {
    font-size: 14px;
    color: #202020;
}

.detail-rating .product-rating {
    margin: 5px auto;
    width: 104px;
    height: 20px;
    background: url(../img/detail-rating-grey.jpg);
}

.detail-rating .rating {
    background: url(../img/detail-rating-gold.jpg);
    height: 20px;
}

.detail-write-comment {
    text-align: center;
    margin: 30px 0 60px 0;
}

/*===COMMENTS===*/

.collection-comment-number {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 48px;
    font-size: 14px;
}

.collection-comment-content {
    border-bottom: 1px solid #EAEAEA;
    padding: 25px 0;
}

.collection-comment-avator {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    float: left;
    margin: 0 20px 0 0;
}

.collection-comment-txt {
    float: left;
    width: calc(100% - 80px);
}

.collection-comment-user {
    color: #202020;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.collection-comment-date {
    margin: 0 0 0 10px;
}

p.collection-comment-comment {
    font-size: 14px;
}

/**产品详情*/
.attributes-list {
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.attributes-list {
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.attributes-list ul {
    padding: 0 20px 18px;
    text-indent: 0;
    border-top: 1px solid #fff;
}

#J_BrandAttr {
    padding: 8px 20px 10px;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}

#J_BrandAttr .name {
    color: #c1b497;
    float: left;
    margin-right: 15px;
}

.attr-list-hd {
    padding: 5px 20px;
    line-height: 22px;
    color: #999;
}

#J_AttrUL {
    display: inline-block;
}

#J_AttrUL li {
    display: inline;
    float: left;
    width: 220px;
    height: 18px;
    overflow: hidden;
    margin: 10px 15px 0 0;
    line-height: 18px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

#_product_ext_detail img {
    display: block;
    margin: 0px auto;
}

.has-sale div {
    text-decoration: line-through;
}

