@media (max-width:768px){
    .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #C91605;
    }
    .layui-tab-title{
        margin: auto;
        width: 340px;
    }
    .layui-tab-more {
        padding-right: 0!important;
    }
    .layui-tab-content{
        margin: auto;
        width: 340px;
    }

    .filtration .select{
        margin: 14px 0;
    }
    .filtration .select .option{
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 18px;
        color: #C91605;;
    }
    .filtration .select .filtrate{
        margin: 0 14px 0 6px;
        width: 18px;
        height: 18px;
    }
    .filtration .mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0);
        z-index: 9999;
    }
    .filtration .mask .half{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width:300px;
        height: 100vh;
        background: rgba(0,0,0,0.5);
    }

    .filtration .search{
        padding: 24px 0 10px;
        margin: auto;
        width: 252px;
    }
    .filtration .search input{
        padding: 0 20px;
        width: 150px;
        height: 36px;
        background: transparent;
        border: 1px solid #C91605;
        border-radius: 5px 0 0 5px;
        color: #fff;
    }
    .filtration .search input::input-placeholder{
        color:#fff;
    }
    .filtration .search input::-webkit-input-placeholder{
        color:#fff;
    }
    .filtration .search input::-o-placeholder{
        color:#fff;
    }
    .filtration .search button{
        width: 60px;
        height: 38px;
        border: 1px solid #C91605;
        background: #C91605;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        line-height: 38px;
    }

    .filtration .mask .project{
        padding: 24px 0 18px;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        text-align: center;
    }
    .filtration .mask .marginTop{
        padding-top: 10px;
    }
    .filtration .mask .ul{
        margin: auto;
        padding: 0 8px;
    }
    .filtration .mask .ul li{
        float: left;
        margin-bottom: 24px;
        padding: 0 12px;
        height: 32px;
        background: #ddd;
        text-align: center;
        font-size: 15px;
        line-height: 32px;
        border-radius: 5px;
        color: #333;
    }
    .filtration .mask .ul li{
        margin: 0 8px 20px;
    }
    .filtration .mask .ul li.on{
        background: #C91605;
        color: #fff;
    }
    .filtration .mask .btns{
        display: flex;
    }
    .filtration .mask .btn{
        margin: 8px auto 0;
        padding: 0;
        width: 100px;
        height: 32px;
        border: none;
        text-align: center;
        font-size: 15px;
        line-height:  32px;
        border-radius: 5px;
    }
    .filtration .mask .sure{
        background: #C91605;
        color: #fff;
    }
    .filtration .mask .close{
        background: #ddd;
        color: #333;
    }
    .list{
        margin-top: 32px;
    }
    .list li{
        position: relative;
        margin: 14px auto;
        width: 340px;
        border: 1px solid #eee;
        border-radius: 5px;
        font-size: 14px;
        line-height: 14px;
    }
    .list li .unit{
        margin: 12px 0 8px;
        width: 260px;
    }
    .list li .name{
        display: flex;
        margin: 8px 0;
        width: 260px;
    }
    .list li .base{
        display: flex;
        margin: 8px 0 10px;
        align-items: center;
        width: 260px;
    }
    .list li .unit img{
        overflow: hidden;
        margin:0 12px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }
    .list li .unit span{
        overflow: hidden;
        flex: 1;
        font-size: 16px;
        color: #000;
        line-height: 42px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list li .theme{
        padding: 0 8px 0 12px;
        width: 64px;
        color: #000;
    }
    .list li .describe{
        overflow: hidden;
        width: 192px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #A0A0A0;
    }
    .list li .detail{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 80px;
        height: 14px;
        margin: auto;
        color: #CB1E0E;
        text-align: center;
    }
    .list li .detail::after{
        position: absolute;
        top: -8px;
        left: 0;
        height: 30px;
        width: 1px;
        content: '';
        background: #ddd;
    }
    #demo-laypage-pn-show{
        margin: auto;
        width: 175px;
    }
}


@media (min-width: 992px) and (max-width: 1920px) {
    .content{
        padding-top: 30px;
    }
    .sideBar{
        margin-right: 30px;
        width: 199px;
        border-right: 1px solid #ddd;
    }
    .sideBar li{
        height: 50px;
        cursor: pointer;
        font-size: 18px;
        color: #000;
        line-height: 50px;
        text-align: center;
    }
    .sideBar li.on{
        position: relative;
        color: #C91605;
    }
    .sideBar li.on::after{
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 60px;
        content: '';
        background: #C91605;
    }
    .detail .filtration{
        width: 930px;
        padding: 20px;
        background: #F8F8F8;
    }
    .detail .filtration .myCate{
        display: flex;
        width: 100%;
    }
    .detail .filtration .myCate .val{
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        align-items: center;
    }
    .detail .filtration .certify{
        display: flex;
        width: 100%;
    }
    .detail .filtration .certify .val{
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        align-items: center;
    }
    .detail .filtration .price{
        display: flex;
        width: 100%;
    }
    .detail .filtration .price .val{
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        align-items: center;
    }
    .detail .filtration .lable{
        width: 80px;
        font-size: 16px;
        line-height: 36px;
        color: #121212;
    }
    .detail .filtration .val{
        font-size: 16px;
        color: #666;
    }
    .detail .filtration .val .on{
        padding:0 24px;
        height: 36px;
        background: #C91605;
        border-radius: 18px;
        color: #fff;
        line-height: 36px;
    }
    .detail .filtration .li{
        margin: 0 12px;
        cursor: pointer;
    }
    .detail .filtration .line{
        margin-bottom: 16px;
    }
    .detail .filtration .retrieve input{
        padding: 0 20px;
        width: 400px;
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #C91605;
        border-radius: 5px 0 0 5px;
    }
    .detail .filtration .retrieve button{
        width: 160px;
        height: 48px;
        border: 1px solid #C91605;
        background: #C91605;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        line-height: 48px;
    }
    .detail .filtration .retrieve .total{
        font-size: 20px;
        color: #000000;
        line-height: 48px;
    }
    .detail .filtration .retrieve .total .red{
        margin-left: 16px;
        color: #C91605;
    }
    .list li{
        display: flex;
        margin: 30px 0;
        width: 968px;
        height: 160px;
        border: 1px solid #eee;
        border-radius: 20px;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        align-items: center;
    }
    .list li .unit{
        display: flex;
        padding: 0 20px;
        width: 268px;
        justify-content: center;
        align-items: center;
    }
    .list li .name{
        border-right: 1px solid #ddd;
        padding-right: 20px;
        width: 300px;
    }
    .list li .base{
        padding-left: 20px;
        width: 220px;
    }
    .list li .unit img{
        overflow: hidden;
        margin-right: 12px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .list li .unit span{
        overflow: hidden;
        flex: 1;
        font-size: 25px;
        color: #000;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list li .theme{
        color: #000;
    }
    .list li  .describe{
        overflow: hidden;
        margin-top: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #A0A0A0;
    }
    .list li .detail{
        width: 139px;
        cursor: pointer;
        color: #CB1E0E;
    }
}

.header{
    background-image: url("../images/banner3.jpg");
    background-repeat: no-repeat;
    background-size: 100%  100%;
}