﻿.bg-default {
    background-color: #fff;
}

.section-md, .section-lg, .section-xl, .section-xxl, .section-xxl {
    padding: 60px 0;
}
.container, .container-wide {
    min-width: 270px;
    max-width: 480px;
}

.tabs-custom {
    text-align: left;
}
.tab-content > .active {
    display: block;
}
.layout-horizontal > * + * {
    margin-top: 40px;
}
.layout-horizontal__main p {
    font-size:18px;
    margin:30px 0 18px 0;
}

@media (min-width: 768px) {
    .section-md {
        padding: 60px 0 60px;
    }
    .container, .container-wide {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .section-md {
        padding: 80px 0 105px;
    }
    .container, .container-wide {
        max-width: 960px;
    }
    .layout-horizontal.layout-horizontal_md-reverse {
        flex-direction: row-reverse;
    }
    .layout-horizontal {
        display: flex;
        flex-direction: row;
        margin: 0 -15px;
    }
    .layout-horizontal__main {
        width: 53%;
    }
    .layout-horizontal > * {
        padding: 0 15px;
    }
    .layout-horizontal__aside {
        width: 47%;
    }
    .layout-horizontal > * + * {
        margin-top: 0;
    }
}


@media (min-width: 1200px) {
    .section-md {
        padding: 100px 0;
    }
    .container, .container-wide {
        max-width: 1200px;
    }
    .layout-horizontal {
        margin: 0 -35px;
    }
        .layout-horizontal > * {
            padding: 0 35px;
        }

}

.layout-horizontal__aside {
    padding: 0;
    margin-top: 101px;
}






.swiper-box {
    margin: 0 auto;
    width: 100%;
}

.pic_page {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #FF5909;
    font-weight: bold
}

img {
    display: block;
    width: 100%;
    height: 100%
}

.view {
    position: relative
}

    .view .swiper-container {
        width: 100%;
        height: 243px;
    }

    .view .arrow-left {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
        width: 28px;
        height: 50px;
        background: url('../img/prodetail/arrow_l.png') no-repeat center;
        background-size: 100%;
        z-index: 10
    }

    .view .arrow-right {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        width: 28px;
        height: 50px;
        background: url('../img/prodetail/arrow_r.png') no-repeat center;
        z-index: 10
    }

    .view .swiper-slide div {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

.preview {
    width: 100%;
    margin-top: 26px;
    position: relative
}

    .preview .swiper-container {
        margin-left: 45px;
        margin-right: 45px
    }

    .preview .swiper-slide {
        width: 158px;
        height: 74px;
        cursor: pointer;
        overflow: hidden
    }

        .preview .swiper-slide img {
            width: 145px;
            height: auto;
            margin: 0 auto;
            border: 2px solid #edeef5
        }

    .preview .arrow-left {
        background-size: 100% 100%;
        position: absolute;
        left: 0px;
        top: 10px;
        margin-top: -9px;
        width: 44px;
        height: 62px;
        background: #353535;
        text-align: center;
        z-index: 10
    }

        .preview .arrow-left span {
            display: inline-block;
            width: 12px;
            height: 18px;
            background: url('../img/prodetail/arrow_l@1x.png') no-repeat center;
            background-size: 100% 100%;
            /*transform: rotate(180deg);*/
            margin-top: 22px
        }

    .preview .arrow-right {
        position: absolute;
        right: 0px;
        top: 10px;
        margin-top: -9px;
        width: 44px;
        height: 62px;
        background: #353535;
        text-align: center;
        z-index: 10
    }

        .preview .arrow-right span {
            display: inline-block;
            width: 12px;
            height: 18px;
            background: url('../img/prodetail/arrow_r@1x.png') no-repeat center;
            background-size: 100% 100%;
            margin-top: 22px
        }

    .preview .active-nav img {
        padding: 0;
        border-color: #ff5909;
        opacity: .9
    }
table {
    border-collapse: collapse;
}
.content-Specification {
    color: #000;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.content-Specification tr td {
    height: 32px;
    padding-left: 10px;
    font-size: 16px;
}
#table_wrap > table tr td:nth-child(1) {
    background: #f2f2f2;
    width: 50%;
    padding: 5px;
}
.content-Specification tr td:nth-of-type(2) {
    word-break: break-all;
    font-size: 14px;
    color: #666;
    padding: 5px;
}
#table_wrap > table tr th:first-child, #table_wrap > table tr td:first-child {
    border-left: 2px solid #eaeaea;
}
#table_wrap > table tr th:last-child, #table_wrap > table tr td:last-child {
    border-right: 2px solid #eaeaea;
}
#table_wrap > table tr td:first-child, #table_wrap > table tr td:nth-child(2), #table_wrap > table tr td:nth-child(3), #table_wrap > table tr td:last-child {
    border-bottom: 2px solid #eaeaea;
}

#table_wrap > table tr:first-child td:first-child, #table_wrap > table tr:first-child td:nth-child(2), #table_wrap > table tr:first-child td:nth-child(3) {
    border-top: 2px solid #eaeaea;
}
.detaifoot {
    background: #303030;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999;
}