﻿.high-pinzhi {
    background: url(/images/column-gaokekao.jpg) no-repeat #ededee;
    background-size: cover;
}

.c--column {
    padding: 40px 0 50px;
    border-bottom: 1px solid #efefef;
}
.container {
    /*width: 1200px;*/
    margin: 0 auto;
}
.col-header {
    text-align: center;
    margin-bottom: 35px;
}
    .col-header .title {
        font-size: 30px;
        line-height: 48px;
        color: #111;
        font-weight: 600;
        margin-bottom: 12px;
    }

header:before {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.col-header .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #666;
    padding: 0 100px;
}
.col-header .tags {
    display: flex;
    justify-content: center;
}
    .col-header .tags > span {
        padding: 2px 12px;
        margin: 0 3px;
        border: 1px solid #e7dfd5;
        border-radius: 50px;
        color: #090723;
    }
        .col-header .tags > span > i {
            margin-right: 1px;
        }
.col-content {
    position: relative;
}
.products-swiper {
    height: 310px;
    padding: 3px;
    margin: 0 -3px 45px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.products-swiper .product {
    border-radius: 3px;
    border: 1px solid #efefef;
    width: 285px;
    height: 308px;
    overflow: hidden;
    background: #f4f4f4;
    display: block;
}

a, a.grey-link, body {
    color: #5f5f5f;
}

a, button {
    cursor: pointer;
}

    .el-color-dropdown__link-btn, .el-link, a, a:hover, del, ins, s, u {
        text-decoration: none;
    }
.products-swiper .product .title {
    position: absolute;
    left: 20px;
    bottom: 0px;
    font-size: 16px;
    color: #666;
}
    .products-swiper .product .title > b {
        border: 1px solid #ccc;
        color: #333;
        background: #FFF6EB;
        font-weight: 700;
        border-radius: 2px;
        display: inline-block;
        padding: 1px 15px;
        margin-right: 15px;
    }
.products-swiper .product > img {
    width: 100%;
    height: 200px;
}

img {
    vertical-align: middle;
}
.bao-kuan {
    display: flex;
}
    .bao-kuan > li {
        flex: 1;
    }

li {
    list-style: none;
}
.bao-kuan .product {
    position: relative;
    width: 590px;
    height: 120px;
    background: url(/static/images/home/baokuan-bg1.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
    background: #f4f4f4;
}
    .bao-kuan .product .title {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 0 24px;
        padding-top: 18px;
        color: #666;
    }
    .bao-kuan .product .price {
        color: #F1941A;
        margin: 4px 0 0 15px;
        display: flex;
    }
        .bao-kuan .product .price > i {
            font-size: 20px;
            margin: 13px 0 0;
        }
        .bao-kuan .product .price > b {
            font-size: 50px;
        }
    .bao-kuan .product .xianzhi-tiaojian {
        width: 255px;
        height: 40px;
        padding: 10px 0 10px 45px;
        position: absolute;
        top: 15px;
        left: 150px;
    }
        .bao-kuan .product .xianzhi-tiaojian > p {
            margin-bottom: 6px;
        }
        .bao-kuan .product .xianzhi-tiaojian .line {
            width: 1px;
            height: 70px;
            background: linear-gradient(to bottom, #f6f6f7, #e0e0e0, #f6f6f7);
            position: absolute;
            left: 0;
            top: -2px;
        }
    .bao-kuan .product .button {
        width: 112px;
        height: 44px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        right: 32px;
        top: 38px;
        background: #099d5b;
        border-radius: 3px;
        text-align: center;
        line-height: 44px;
        letter-spacing: 1px;
    }

a, a.grey-link, body {
    color: #5f5f5f;
}

a, button {
    cursor: pointer;
}
.bao-kuan .product.-two {
    margin-left: 20px;
    background-image: url(/static/images/home/baokuan-bg2.png);
}

.bao-kuan .product {
    position: relative;
    width: 590px;
    height: 120px;
    background: url(/static/images/home/baokuan-bg1.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
    background: #f4f4f4;
}
.product .title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}