.product-detail {
    background: {$product-detail.back_color};
}

.product-detail .photo {
    float:left;
    overflow:hidden;
    width: 566px;
}

.product-detail .photo>span {
    display: block;
}

.product-detail .photo>span img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-detail .images {
    overflow: hidden;
    position: relative;
}

.product-detail .images>ul {
    width: 10000%;
}

.product-detail .images>ul:after {
    display: block;
    content: '';
    cleart: both;
}

.product-detail .images>ul>li {
    float: left;
}

.product-detail .images>ul>li>span>a>img {
    display: block;
    width: 100%;
}

.product-detail .text {
    padding-left:28px;
    overflow:hidden;
    margin-left: 566px;
}

.product-detail h2 {
    margin-bottom: 8px;
}

.product-detail .top {
    opacity: .68;
    margin-bottom: 18px;
}

.product-detail .top b {
    font-weight: inherit;
}

.product-detail .top i {
    font-style: inherit;
    margin-right: 18px;
}

.product-detail .top i:last-child {
    margin: 0;
}

.product-detail .text>dl {
    padding-bottom: 8px;
}

.product-detail .text>dl:after {
    display: block;
    content: '';
    clear: both;
}

.product-detail .text>dl>dt {
    float: left;
    opacity: .88;
}

.product-detail .text>dl>dd {
    float: left;
}

.product-detail .text>a {
    margin-top: 18px;
}

.product-detail .param {
    border-top: 1px dashed #f0f0f0;
    margin-top: 18px;
    padding-top: 4px;
}

.product-detail .param:after {
    display: block;
    content: '';
    clear: both;
}

.product-detail .param>dl {
    float: left;
    min-width: 50%;
    padding-top: 8px;
}

.product-detail .param>dl>dt {
    float: left;
    opacity: .88;
}

.product-detail .param>dl>dd {
    float: left;
}
.product-detail .param span{
    color: rgb(92,114,125);
}
.product-detail .text>h3 {
    display: block;
    color: red;
    margin-top: 18px;
}

.product-detail .text>h3 b {
    font-weight: inherit;
    font-size: 14px;
    color: rgb(92,114,125);
}


.product-detail dir {
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.product-detail dir:after {
    display: block;
    content: '';
    clear: both;
}

.product-detail dir>dl:after {
    display: block;
    content: '';
    clear: both;
}

.product-detail dir>dl>dt {
    float: left;
    margin-right: 8px;
    opacity: .88;
}

.product-detail dir>dl>dt b {
    font-weight: inherit;
}

.product-detail dir>dl>dd {
    float: left;
}

.product-detail dir>dl>dd i {
    font-style: inherit;
}

.product-detail .content>ul {
    margin: 28px 0 18px 0;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    overflow: auto;
}

.product-detail .content>ul:before {
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    right: 0;
}

.product-detail .content>ul>li {
    border: 1px solid #f0f0f0;
    padding: 8px 18px;
    background: rgba(0, 0, 0, .018);
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    margin-left: -1px;
}

.product-detail .content>ul>li.on {
    border-bottom-color: #fff;
    background: none;
}

.product-detail .content>ul>li:first-child {
    margin-left: 0;
}

.product-detail .content>aside {
    display: none;
    margin-bottom: 18px;
}

.product-detail .content>aside.on {
    display: block;
}

.product-detail .tag {
    margin-bottom: 18px;
}

.product-detail .tag a {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #f0f0f0;
    padding: 2px 8px;
    border-radius: 3px;
}

.product-detail .product-page{
    padding: 30px 0 0 0;
}
.product-detail .product-page .item .title{
    margin-bottom: 20px;
}
@media(max-width:767px) {
    .product-detail .tag {
        margin-bottom: 8px;
    }
    .product-detail .tag a {
        margin-right: 4px;
        padding: 2px 8px;
    }
}

@media(max-width:1199px) {
    .product-detail .photo {
        width: 45%;
    }
    .product-detail .text {
        margin-left: 45%;
        padding-left: 18px;
    }

}

@media(min-width:992px) {
    
    .product-detail .photo>span+.images {
        margin: 18px -8px 0 -8px;
    }

    .product-detail .images {
        margin: 0 -8px;
    }

    .product-detail .images>ul>li {
        width: .25%;
        padding: 0 8px;
    }

    .product-detail .images>ul>li>span {
        position: relative;
        display: block;
        cursor: pointer;
        overflow: hidden;
    }

    .product-detail .images>ul>li>span:before {
        display: block;
        content: '';
        border: 1px solid rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: .3s;
    }

    .product-detail .images>ul>li.on>span:before {
        border-color: rgb(252,107,0);
    }

    .product-detail .images>ol {
        display: none;
    }

    .product-detail .images>dl {
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }

    .product-detail .images:hover>dl {
        visibility: visible;
        opacity: 1;
    }

    .product-detail .images>dl>* {
        position: absolute;
        z-index: 9;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        transform: rotate(45deg);
        cursor: pointer;
        transition: .3s;
        border-style: solid;
        border-color: rgb(92,114,125);
    }

    .product-detail .images>dl>*[class*='disabled'] {
        cursor: no-drop;
    }

    .product-detail .images>dl>dt {
        left: 15px;
        border-width: 0 0 2px 2px;
    }

    .product-detail .images>dl>dd {
        right: 15px;
        border-width: 2px 2px 0 0;
    }

    .product-detail .images>dl>dt:hover,
    .product-detail .images>dl>dd:hover {
        border-color: rgb(252,107,0);
    }
    .product-detail .product-page .single-item{
        margin: 0;
    }
    .product-detail dir dl{
        display: inline-block;
    }
    .product-detail dir dl.next {
        float: right;
    }
}
@media(max-width:991px) {
    .product-detail .photo {
        width: 100%;
        float: none;
    }

    .product-detail .text {
        margin-left: 0;
        padding-left: 0;
    }

    .product-detail .photo>span.more {
        display: none;
    }

    .product-detail .images>ul>li {
        width: 1%;
    }

    .product-detail .images>ul>li>span>a>img {
        width: auto;
        margin: 0 auto;
    }

    .product-detail .images>ol {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 0;
    }

    .product-detail .images>ol>li {
        display: inline-block;
        cursor: pointer;
    }

    .product-detail .images>ol>li:before {
        display: block;
        content: '';
        border-radius: 15px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .product-detail .images>ol>li:before {
        margin: 0 2px 0 3px;
        width: 5px;
        height: 5px;
    }

    .product-detail .images>ol>li.active:before {
        background: rgb(252,107,0);
    }

    .product-detail .images>dl {
        display: none;
    }

    .product-detail h2 {
        margin: 8px 0;
    }
    .product-detail .product-page .single-item{
        margin: 0 0 40px 0;
    }
    .product-detail.product-colmun:last-child{
        margin: 0;
    }
}

@media(max-width:767px) {
    .product-detail h2 {
        font-size: 24px;
        margin: 4px 0 0;
    }

    .product-detail .top {
        margin-bottom: 4px;
    }

    .product-detail aside {
        margin-bottom: 8px;
    }

    .product-detail dir {
        padding-top: 8px;
    }

    .product-detail .content>aside {
        margin-bottom: 8px;
    }

    .product-detail .content>ul {
        margin: 12px 0 8px 0;
    }

    .product-detail .content>ul>li {
        padding: 4px 8px;
    }

    .product-detail .param {
        margin-top: 8px;
        padding-top: 4px;
    }

    .product-detail .param>dl {
        min-width: 100%;
        padding-top: 4px;
    }

    .product-detail .param>dl:after {
        display: block;
        content: '';
        cleart: both;
    }

    .product-detail .param>dl>dt {
        float: left;
        opacity: .88;
    }

    .product-detail .param>dl>dd {
        float: left;
    }
}