﻿.aside-container .aside-left p{
    background: #2dc2e3;
}
.aside-container .aside-left ul li:hover a{
    color: #2dc2e3;
}
.aside-container .aside-left ul li.current a{
color: #2dc2e3;
}

.f-list{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}
    .f-list ul li{
        display: inline-block;
        width: 23.3%;
        margin-right: 1.85%;
        margin-bottom: 4%;
        text-align: center;
    }
    .f-list ul li:nth-child(4n){
        margin-right: 0;
    }
    .f-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 75%;
        position: relative;
    }
    .f-list ul li .list-img p{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .f-list ul li .list-img p img{
        display: block;
        width: auto;
        max-width: 80%;
        max-height: 80%;
        margin: 0 auto;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }  
    .f-list ul li:hover .list-img p img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    } 
    .f-list ul li h1{
        font-size: 14px;
        color: #4b4b4b;
        font-weight: normal;
    }
    .f-list ul li:hover h1{
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

    @media(max-width:1250px){
        .f-list ul li{
            margin-right: 1.8%;
        }
    }

    @media(max-width:1110px){
        .f-list ul li{
            margin-right: 1.6%;
        }
    }

    @media (max-width: 1110px){
        .f-list ul li {
            margin-right: 1.5%;
        }
    }

    @media(max-width:760px){
        
        .footer{
            margin-top: 12%;
        }   
        .f-list ul li{
            width: 45%;
            margin-right: 0;
        }
        .f-list ul li:nth-child(3n){
            margin-right: 1.5%;
        }
        .f-list ul li:nth-child(odd){
        float: left;
        }
        .f-list ul li:nth-child(even){
            float: right;
        }
    }


    /* 家具详情 */
    .f-container{
        
    }
    .f-container>h1{
        text-align: center !important;
        font-size: 30px !important;
        font-weight: normal !important;
        margin-bottom: 2%;
    }
    .f-edit{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .f-edit p{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .f-edit img{
        display: inline-block;
        max-width: 100% !important;
        margin: 0 auto;
    }

    @media(max-width:760px){
        .f-container>h1{
            font-size: 18px !important;
        }
        .f-edit p {
            font-size: 14px !important;
        }
    }


    /* 配套产品 */
    .f-pro{
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .f-pro .fbottom-title{
        border-bottom: 1px solid #707070;
        text-align: center;
        margin-bottom: 3%;
    }
    .f-pro .fbottom-title p{
        display: inline-block;
        font-size: 30px;
        background: #4b4b4b;
        color: #fff;
        width: 245px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    @media(max-width:990px){
        .f-pro .fbottom-title p {
            font-size: 22px;
            width: 180px;
            height: 45px;
            line-height: 45px;
        }
    }

    @media(max-width:760px){
        .f-pro {
            margin-top: 5%;
        }
    }

    @media(max-width:580px){
        .f-pro .fbottom-title p {
            font-size: 18px;
            width: 120px;
            height: 35px;
            line-height: 35px;
        }
    }

