﻿body {
    background-color: #ffffff;
}
.user-custom-made {
    margin: 20px auto 0;
    width: 1200px;
}
    .user-custom-made ul {
        display:flex;
        flex-wrap:wrap;
    }
        .user-custom-made ul li:first-of-type {
            margin-left: 0!important;
        }
    /* 楼层*/
    .floor {
        margin: 20px auto 0;
        width: 1200px;
        height: auto !important;
    }
    .floor .floor-title {
        display: flex;
        align-items:center;
        background:none;
        padding:0;
    }
        .floor .floor-title .title_l {
            font-size: 24px;
            font-family: SourceHanSansCN-Medium,Source Han Sans CN;
            font-weight: 600;
            color: #1F1F1F;
            height: auto !important;
            width: 390px;
        }
            .floor .floor-title .title_l em {
                border-left: 4px solid #c30d23;
                margin-right: 10px;
            }
        .floor .floor-title .title_r {
            margin-left: 11px;
            float: none;
            margin-top: 0;
            display: flex;
            align-items: center;
            height: auto !important;
        }
            .floor .floor-title .title_r a {
                height: 15px;
                font-size: 14px;
                font-family: Source Han Sans CN;
                font-weight: 500;
                color: #1F1F1F;
                line-height: 15px;
                margin-left: 0px;
                width: auto;
                padding:0;
                width: 75px;
                text-align:center;
            }
            .floor .floor-title .title_r .qiangqiang {
                padding: 4px 0px;
                background: #C30D23;
                border-radius: 13px;
                font-size: 14px;
                font-family: Source Han Sans CN;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 15px;
            }
            .floor .floor-title .title_r .line {
                border-left: 1px solid #bfbfbf;
                margin: 0 10px;
                height: 10px;
            }
        .floor .floor-title .check_more {
            margin-left: auto;
            display: flex;
            align-items: center;
            height: 16px;
            font-size: 14px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #C30D23;
            line-height: 16px;
            cursor: pointer;
        }
            .floor .floor-title .check_more .icon_wrap {
                width: 16px;
                height: 16px;
                margin-left: 8px;
            }
                .floor .floor-list {
                    margin-top: 20px;
                    display: flex;
                }
        .floor .floor-list .floor_l {
            width: 390px;
            height: 490px;
        }
            .floor .floor-list .floor_l .full img {
                width: 390px;
                height: 490px;
            }
        .floor .floor-list .floor_r .a{
            margin-left: 11px;
            display:flex;
            flex-wrap:wrap;
        }
            .floor .floor-list .floor_r ul li {
                width: 192px;
                height: 240px;
                background: rgba(195, 13, 35, 0);
                border: 1px solid #E8E8E8;
                margin-right: 10px;
                margin-bottom:11px;
                padding: 0px;
                float:none;
                box-sizing:border-box;
            }
                    .floor .floor-list .floor_r li:hover {
                        box-shadow:none;
                        transform: none;
                    }
                    .floor .floor-list .floor_r ul li:nth-child(4n) {
                        margin-right: 0px;
                    }
                    .floor .floor-list .floor_r ul li:nth-child(n + 4) {
                        margin-bottom: 0px;
                    }
                    .floor .floor-list .floor_r ul li .productImg {
                        margin-top: 4px;
                        height: 157px;
                        overflow: hidden;
                        text-align: center; 
                        margin-bottom: 8px;
                    }
                    .floor .floor-list .floor_r ul li .productImg :hover img {
                        transform: none;
                    }
                        .floor .floor-list .floor_r ul li .productImg img {
                            height: 157px;
                        }
                    .floor .floor-list .floor_r ul li .productName {
                        font-size: 12px;
                        font-family: SourceHanSansCN-Regular, Source Han Sans CN;
                        font-weight: 400;
                        color: #494848;
                        line-height: 15px;
                        width: 159px;
                        height: 30px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        word-break: break-all;
                        text-align: left;
                        padding-left: 13px;
                    }
                    .floor .floor-list .floor_r ul li .productName a {
                        color: #494848 !important;
                    }
                    .floor .floor-list .floor_r ul li .productPrice {
                        height: 14px;
                        font-size: 18px;
                        font-family: Source Han Sans CN;
                        font-weight: 500;
                        color: #C30D23;
                        line-height: 15px;
                        padding-left: 13px;
                        margin-bottom: 10px;
                        text-align: left;
                    }
                    .floor .floor-list .floor_r ul li .productPrice .small_price {
                        font-size: 12px;
                    }
                    /* 场景*/
                    .lx-scene {
                        margin: 20px auto 0;
                        width: 1200px;
                        display: flex;
                        flex-wrap: wrap;
                    }


    .lx-scene .line_one_image {
        width: 390px;
        height: 160px;
        margin-left: 15px;
    }
        .lx-scene .line_one_image:first-of-type{
            margin-left: 0;
        }

    .lx-scene .line_two_image {
        margin-top: 17px;
        width: 289px;
        height: 160px;
        margin-right: 14px;
    }
        .lx-scene .line_two_image:last-of-type {
            margin-right: 0px;
        }
                    /*精选商品*/
                    .jxsp {
                        height: 272px;
                        margin: 20px auto 0;
                        width: 1200px;
                    }

    .jxsp .floor_l {
        float: left;
        height: 262px;
        position: relative;
        width: 220px;
    }

    .jxsp .floor-title {
        background-color: #ffffff;
        color: #000000;
        padding: 0 0 20px 0;
    }

        .jxsp .floor-title .title_l {
            font-size: 20px;
        }

            .jxsp .floor-title .title_l em {
                margin-top: 10px;
                height: 23px;
            }

    .jxsp .full img {
        height: 262px;
        width: 222px;
    }

    .jxsp .floor-title .title_r a {
        height: 24px;
        line-height: 24px;
        font-size: 18px;
    }

    .jxsp .productImg img {
        width: 160px;
        height: 160px;
    }

    .jxsp .floor_r {
        width: 978px;
        overflow: hidden;
    }

    .jxsp .floor_r ul{
        width: 978px;
        height: 262px;
        overflow: hidden;
    }


        .jxsp .floor_r li {
            width: 220px;
            height: 250px;
            padding: 0 0 10px 0;
            text-align: center;
            border: 1px solid #e7e7e7;
            float: left;
            overflow: hidden;
            margin-left: 22.5px;
        }

/* 品牌*/
.brand_wrap {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
}
    .brand_wrap .brand_l {
        width: 360px;
        height: 200px;
        position: relative;
    }
        .brand_wrap .brand_l .img-wrap {
            width: 360px;
            height: 200px;
        }

        .brand_wrap .brand_l .tip {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 360px;
            height: 38px;
            background: #000000;
            opacity: 0.5;
            font-size: 20px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .brand_wrap .brand_r {
        display: flex;
        flex-wrap: wrap;
    }
        .brand_wrap .brand_r .one_brand {
            width: 140px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .brand_wrap .brand_r .one_brand .brand {
                max-width: 140px;
                max-height: 100px;
            }

