.gray-bg {
    background-color: #f2f2f2;
}

.white-bg {
    background-color: #fff;
}

.mb20 {
    margin-bottom: 20px;
}

.initial-bg {
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

/** 首页 自定义模块**/
.custom-module {
    clear: both;
    width: 100%;
    display: inline-block;
    background-attachment: fixed;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    text-align: center;
}

.custom-module__content {
    width: 1190px;
    display: inline-block;
    margin: 0 auto;
}

.custom-module__content--newproducts h4, .custom-module__content--newrelease h4, .custom-module__content--offlinenotice h4 {
    text-align: left;
    padding-left: 16px;
    line-height: 40px;
    font-size: 17px;
    color: #333;
    font-weight: normal;
}

.custom-module__content--newproducts h4 a, .custom-module__content--newrelease h4 a, .custom-module__content--offlinenotice h4 a{
    float:right;
    display:inline-block;
    color:#666;
    font-size:13px;
    font-weight:normal;
}

/**** 新品推荐 ***/
.custom-module__content--newproducts {
    width: 29%;
    float: left;
    height: 354px;
    /*
    margin-left: 1%;
    padding: 0 1%;
        */
}

    .custom-module__content--newproducts img {
        width: 100%;
        height: 300px;
        border-radius: 2px;
    }

/**** 上新发布 ***/
.custom-module__content--newrelease {
    width: 32%;
    float: left;
    padding: 0 1%;
    margin: 0 1%;
    height: 372px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

    .custom-module__content--newrelease ul {
        margin: 0px;
        padding: 0px;
    }

        .custom-module__content--newrelease ul li {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            width:100%;
            height: 104px;
            cursor:pointer;
        }

            .custom-module__content--newrelease ul li:nth-child(2n) {
                margin: 10px 0;
            }

            .custom-module__content--newrelease ul li img {
                width: 27.2%;
                height: 104px;
                border-radius: 2px;
                float: left;
            }

            .custom-module__content--newrelease ul li div {
                width: 70%;
                text-align: left;
                float: right;
            }

                .custom-module__content--newrelease ul li div h5 {
                    width: 98%;
                    overflow: hidden;
                    height: 21px;
                    text-align: left;
                    color: #666;
                    font-size: 16px;
                    font-weight: normal;
                }

                .custom-module__content--newrelease ul li div p {
                    width: 98%;
                    text-align: left;
                    overflow: hidden;
                    height: 70px;
                    border-radius: 2px;
                    color: #999;
                    line-height: 22px;
                    padding-top: 6px;
                    font-size:14px;
                }

/**** 下线通知 ***/
.custom-module__content--offlinenotice {
    width: 32%;
    float: left;
    height: 354px;
    /* padding-left: 1%;*/
}

    .custom-module__content--offlinenotice ul {
        margin: 0px;
        padding: 0px;
    }

    .custom-module__content--offlinenotice li {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width:100%;
        height: 104px;
          cursor:pointer;
    }

    .custom-module__content--offlinenotice ul li:nth-child(2n) {
        margin: 10px 0;
    }

    .custom-module__content--offlinenotice ul li img {
        width: 27.2%;
        height: 104px;
        border-radius: 2px;
        float: left;
    }

    .custom-module__content--offlinenotice ul li div {
        width: 70%;
        float: right;
    }

    .custom-module__content--offlinenotice ul li div h5 {
            width: 98%;
            text-align: left;
            height:21px;
            overflow: hidden;
            color: #666;
            font-size: 16px;
            font-weight: normal;
    }

        .custom-module__content--offlinenotice ul li div p {
            width: 98%;
            height: 70px;
            text-align: left;
            overflow: hidden;
            border-radius: 2px;
            color: #999;
            line-height: 22px;
            padding-top: 6px;          
            font-size: 14px;
        }

/*** 楼层分类 ***/
.floor-category a{
    display:inline-block;
}

    .floor-category a.active {
        /*color: #000;*/
        background: #f9f9f9 !important;
        color: #444 !important;
        display: inline-block !important;
        margin-top: -4px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
/**  侧边栏 **/
.sider-module {
    width: 14%;
    float: left;
    border: 1px solid #f2f2f2;
    padding: 16px 1%;
}

    .sider-module span {
        font-size: 17px;
        text-align: left;
        display: inline-block;
        width: 100%;
        color: #333;
    }

    .sider-module p {
        text-align: left;
        display: inline-block;
        width: 100%;
        color: #666;
    }

    .sider-module ul {
        width: 100%;
        margin: 8px 0;
        padding: 0;
    }

        .sider-module ul li {
            display: inline-block;
            line-height: 32px;
            width: 100%;
            text-align: left;
        }
            .sider-module ul li:hover {
                background-color: #f2f2f2;
                padding-left: 4px;
                transition: all 0.3s ease-out 0s;
            }
                .sider-module ul li:hover a {
                    color: #444;
                    width:100%;
                    height:100%;
                    display:inline-block;
                }
                .sider-module ul li a {
                    color: #666;
                    font-size: 16px;
                }

/** 图片下载 **/

.download-module {
    width: 82%;
    float: right;
    border-left: 1px solid #f2f2f2;
    display: inline-block;
}

    .download-module .imgclass {
        color: #333;
        font-weight: normal;
        text-align: left;
        padding-left: 16px;
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .download-module .imgdownload {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: inline-block;
    }

        .download-module .imgdownload li {
            width: 48%;
            display: inline-block;
            height: 100px;
            padding-left: 1%;
            margin-bottom: 16px;
        }

            .download-module .imgdownload li img {
                float: left;
                width: 100px;
                height: 100px;
                border-radius: 2px;
            }

            .download-module .imgdownload li div {
                float: left;
                margin-left: 16px;
                max-width: 74%;
                overflow: hidden;
                text-align: left;
            }

                .download-module .imgdownload li div p {
                    height: 70px;
                    line-height: 24px;
                    font-size: 15px;
                    overflow: hidden;
                    color: #999;
                }

                .download-module .imgdownload li div a {
                    font-size: 15px;
                    color: #666;
                }

            .download-module .imgdownload li:nth-child(odd) {
                float: left;
            }

            .download-module .imgdownload li:nth-child(even) {
                float: right;
            }

/*** 底部联系我们 ***/
.contact-module {
    margin-top: 0px !important;
}

    .contact-module .contact-module__left {
        float: left;
        margin-top: 0px !important;
        position: inherit !important;
        display: inline-block;
        width: 27% !important;
        padding: 0 3%;
    }
    .contact-module .contact-module__left h4{
        color:#fff;
        opacity:.8;
        font-size:18px;
        text-align:left;
        margin-bottom:10px;
    }
        .contact-module .contact-module__left img {
            border: 0px;
            width: 80px;
            height: 80px;
        }
        .contact-module .contact-module__left a {
            color: #999 !important;
            display: inline-block !important;
            width: 100% !important;
            font-size: 13px !important;
            line-height: 40px !important;
            background-color: transparent !important;
            text-align: left !important;
        }

    .contact-module .contact-module__middle {
        float: left;
        margin-top: 0px !important;
        position: inherit !important;
        display: inline-block;
        width: 27% !important;
        padding: 0 3%;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
        .contact-module .contact-module__middle p {
            color: #999;
            font-size: 13px;
            line-height:28px !important;
            border:0 !important;
        }

    .contact-module .contact-module__right {
        float: left;
        margin-top:0px !important;
        position: inherit !important;
        display: inline-block;
        width: 27% !important;
        padding: 0 3%; 
    }
        .contact-module .contact-module__right p {
            color: #999;
            font-size: 13px;
            line-height: 28px !important;
            border: 0 !important;
        }

/** 搜索 **/
.form-input{
    border:1px solid #ebebeb;
    height:24px;
    padding:2px 4px 2px 6px;
}

.form-btn{
    background-color: #333;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor:pointer;
}