* {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}



// 主页面
.content {
    width: 100%;
    height: 580px;
    background: #f9f9f9;

    .box {
        font-size: 14px;
        padding: 20px 0px;
        display: flex;
        justify-content: space-between;
        width: 100%;

        .left ul {
            display: flex;

            li a {
                color: #463c33;

            }

            li .last {
                width: 75px;
                background: #ffffff;
                padding-left: 15px;
            }
        }

    }

    .new {
        width: 100%;
        height: 60px;
        background: #fffdee;

        p {
            text-align: center;
            font-size: 17px;
            line-height: 60px;
            color: #ffad9a;

            span {
                color: #0075bd
            }
        }
    }

    .list {
        .pronums {
            width: 100%;
            height: 35px;
            background: #e9e9e9;
            display: flex;
            // 子容器垂直居中
            align-items: center;

            li {
                font-weight: bold;
                margin-left: 20px;

                h5 {
                    font-weight: bold;

                }


            }

        }
    }

    // 商品分类
    .pro_type {
        padding-bottom: 25px;
        margin-top: 25px;

        .left {

            .circle {
                width: 5px;
                height: 5px;
                background: #0075bd;
                border-radius: 100%;
            }

            float: left;
            margin-left: 20px;

            ul {
                display: flex;
                align-items: center;

                li {
                    margin-left: 10px;
                    width: 120px;
                }
            }
        }

        .mg_right {
            margin-left: 200px;
        }

        .mg_rg {
            margin-left: 200px;
        }
    }

    // 筛选过滤页面
    .filter {
        width: 100%;
        height: 470px;
        padding-bottom: 30px;

        background: #e9e9e9;

        .pronums {
            width: 100%;
            height: 35px;

            display: flex;
            // 子容器垂直居中
            align-items: center;

            li {
                font-weight: bold;
                margin-left: 20px;

                span {
                    color: #0075bd;
                }

                h5 {
                    font-weight: bold;

                }


            }

        }

        .parms_list {
            width: 80%;
            display: flex;
            justify-content: space-between;
            margin-left: 20px;

            .Box {
                font-size: 13px;

                .brand {
                    margin: 10px 0px;
                    border-radius: 8px;

                    width: 160px;
                    background: #ffffff;

                    .top {
                        background: url(../images/search_03.png) no-repeat right;
                        width: 160px;
                        height: 35px;
                        background-size: 25px;
                        border-bottom: 1px solid #cccccc;

                    }

                    .bottom {
                        overflow-y: auto;
                        height: 300px;


                        ul {

                            margin: 8px 10px;
                        }
                    }

                }
            }

            .Box_parms1 {
                margin-left: 15px;

                .brand {
                    font-size: 13px;
                    margin: 10px 0px;
                    width: 220px;
                    background: #ffffff;
                    border-radius: 8px;


                    .top {
                        background: url(../images/search_03.png) no-repeat right;
                        background-size: 25px;

                        width: 220px;
                        height: 35px;
                        border-bottom: 1px solid #cccccc;

                        span {
                            float: right;
                            line-height: 30px;
                        }
                    }

                    .bottom {
                        overflow-y: auto;
                        height: 300px;


                        ul {

                            margin: 8px 10px;
                        }
                    }

                }
            }

            .Box_parms2 {
                font-size: 13px;

                margin-left: 15px;

                .brand {
                    margin: 10px 0px;
                    width: 130px;
                    border-radius: 8px;
                    background: #ffffff;

                    .top {
                        background: url(../images/search_03.png) no-repeat right;
                        // 缩小背景图
                        background-size: 25px;
                        width: 130px;
                        height: 35px;
                        border-bottom: 1px solid #cccccc;

                        span {
                            float: right;
                            line-height: 30px;
                        }
                    }

                    .bottom {
                        overflow-y: auto;
                        height: 300px;


                        ul {

                            margin: 8px 10px;
                        }
                    }

                }
            }

            .Box_parms_btn {
                button {
                    width: 25px;
                    height: 25px;
                    background: #ffffff;
                    margin: 100px 120px;
                }

            }


        }

        // 筛选条件
        .parms_shaixuan {
            display: flex;
            margin-top: 30px;
            font-size: 13px;
            align-items: center;
            height: 20px;

            li {
                input {
                    margin: -7px 0px;
                }

                line-height: 20px;
                margin-left: 20px;
            }
        }


    }

}


// 数据列表
.data_list {
    width: 100%;
    margin-top:310px;
    // background: #f9f9f9;    
    background: #fff;
    .container {
        .row {
            .navbar-default {
                background: #0b75be;

                .logo {
                    color: #ffffff;
                    
                }

                form {
                    margin-right: 120px;
                    overflow-x: auto;

                    .total {
                        color: #ffffff;
                    }
                }           }
           .table {
            overflow-x: auto;
                tbody {
                    tr td {
                        margin-top: 25px;
                        text-align: left;
                       

                        .description{
                         
                            //两行或多行显示
                            text-overflow: -o-ellipsis-lastline;
                            overflow: hidden;				//溢出内容隐藏
                            text-overflow: ellipsis;		//文本溢出部分用省略号表示
                            display: -webkit-box;			//特别显示模式
                            -webkit-line-clamp: 2;			//行数
                            line-clamp: 2;					
                            -webkit-box-orient: vertical;	//盒子中内容竖直排列


                        }
                    

                    }
                }
            }

        }
    }



}

// 分页
.pages {
    width: 100%;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 60px;

    .block {
        width: 50%;
        margin: 0 auto;
        height: 80px;

        .container {
            .row {}
        }
    }
}

// 底部
.footer {
    width: 100%;
    height: 350px;

    .container {
        .row {
            .Box {
                display: flex;
                margin: 25px 0px;
                justify-content: space-between;
                font-size: 14px;

                ul:nth-child(1) {
                    li {
                        width: 120px
                    }
                    padding: 0px 90px;
                    width: 400px;
                    height:90px;
                    background: url(../images/you.png) no-repeat;
                    display: flex;
                    justify-content: space-between;
                    background-position:10px 15px;

                    align-items: center;
                    background-size: 65px;




                }

                ul:nth-child(2) {
                    li {
                        width: 120px
                    }

                    padding: 0px 90px;

                    width: 300px;
                    height:90px;
                    background: url(../images/kuai.png) no-repeat;
                    display: flex;
                    background-position:10px 15px;

                    justify-content: space-between;
                    align-items: center;
                    background-size: 65px;




                }

                ul:nth-child(3) {
                    li {
                        width: 120px
                    }

                    padding: 0px 90px;
                    width: 300px;
                    height:90px;
                    background: url(../images/quan.png) no-repeat;
                    display: flex;
                    justify-content: space-between;

                    align-items: center;
                    background-position:10px 15px;

                    background-size: 65px;



                }

                ul:nth-child(4) {
                    li {
                        width: 120px
                    }

                    padding: 0px 90px;
                    width: 300px;
                    display: flex;
                    justify-content: space-between;
                    height:90px;
                    background: url(../images/sheng.png) no-repeat;
                    align-items: center;
                    background-position:10px 15px;
                    background-size: 65px;




                }
            }
        }
    }

    .footer_tab {
        width: 100%;

        .footer_wrap_left {
            float: left;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-left: 120px;
            text-align: center;
            width: 80%;

            ul li {
                margin-top: 15px;
            }

            .footer_wrap_right {
                float: right;
            }
        }

    }

}

.footer_bottom {
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: #353535;
    color: #999999;
    padding: 12px 0;

    .b1 {
        a {
            margin-left: 10px;
            margin-right: 10px;
            color: #999999;
        }
    }

    .b2 {
        margin-top: 10px;

        span {
            margin-left: 10px;
            margin-right: 10px;
        }
    }

    .b3 {
        width: 60%;
        margin-top: 10px;
        margin-left: 280px;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}