.wrap {
    padding: 0 13%;
    max-width: unset !important;
    min-width: 900px !important;
}

.footer .wrap {
    padding: 0 13% !important;
    max-width: unset !important;
    min-width: 900px !important;
}
.product-header {
    position: relative;
    width: 100%;
    height: auto;
    /* overflow-x: auto; */
    overflow: hidden;
    display: none;
}

.product-header img {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

/* 头部文字 开始 */
.product-header .wrap{
    position: absolute;
    top: 50%;
    /* bottom: 115px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin-top: -10px;
}

.product-header-content .title{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}
.product-header-content  .desc{
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color:#fff;
    line-height: 20px;
    font-style: normal;
}
/* 头部文字 结束 */


/* 搜索条件筛选 */
.product-screen{
    background-color: #F8FAFE;
    padding: 140px 0  30px;
    overflow-x: auto;
}

.product-screen-content {
    overflow-x: auto;
    display: flex;
    white-space: nowrap; 
    /* padding-bottom: 30px; */
    /* background-color: red; */
    box-sizing: border-box;
    width: 100%;
}

.product-screen-content .product-screen-item{
    /* width: 220px; */
    /* width: calc((100% - 13.5% * 2 - 20px * 4 - 22px)/4); */
    flex: 1;
    height: 255px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border-radius: 8px;
    padding: 15px 15px;
    margin: 0 20px 0px 0;
    flex-shrink: 0; /* 防止内容收缩 */
    
    
    overflow: hidden;
    display: flex;
    flex-direction:column;
}

.product-screen-content .product-screen-item:last-child{
    margin-right: 0;
}

.product-screen-content .product-screen-item  .product-screen-item-title{
    flex: none;
}


.product-screen-content .product-screen-item .item-title{
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    font-size: 16px;
    color: #3C404C;
    text-align: left;
    font-style: normal;
    /* background-color: red; */
    display: flex;
    justify-content:space-between;
    /* position: fixed; */
}

.product-screen-content .product-screen-item  .item-more{
    display: flex;
    align-items: center;
}

.product-screen-content .product-screen-item .item-title .more{
    position: relative;
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #ABB1C5;
}

/* 搜索框 */
.item-input{
    border-radius: 4px;
    border: 1px solid #E0E1E4;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.item-input>img{
    position: absolute;
    height: 16px;
    width: 16px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.item-checkbox{
    margin: 18px 0 0 0;
    /* background-color: red; */

    flex:1;
    overflow-y: auto;
}

.item-checkbox input[type=checkbox]{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #E0E1E4;
    margin-right: 8px;
}

.item-checkbox input[type=checkbox]:checked {
    background: url(/assets/index/images/checked-select.png) no-repeat center;
    -webkit-background-size: 14px;
	background-size: 14px;
}

.item-checkbox div{
    /* background-color: red; */
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.item-checkbox div>label{
    /* font-weight: 500; */
    font-size: 14px;
    color: #64697A;
    line-height: 1.5;
    text-align: left;
}

/* 筛选条件 */
.screen-select{
    padding: 40px 0 30px;
    border-bottom: 1px solid #E0E1E4;
    font-size: 16px;
    color: #0068FF;
    display: none;
    line-height: 1.0;
}
.screen-default-color{
    color: #3C404C;
}
.screen-del-x{
    color: #0068FF;
    /* background-color: #EAF3FF; */
    /* width: 16px;
    height: 16px; */
    padding: 0px 5px;
    /* border-radius: 50%; */
    display: inline-block;
    vertical-align: middle;
    
}
.screen-select-item{
    cursor: pointer;
    /* background-color: red; */
    margin-right: 20px;
    padding: 5px 0;
    display: inline-block;
}
.checkbox-result,.tc-checkbox-result{
    display: none;
}
.checkbox-result>span,.tc-checkbox-result>span{
    text-align: center;
    display: inline-block;
    /* width: 100%; */
    font-size: 14px;
    color: #64697A;
    line-height: 14px;
}


/* 搜索结果数 */
.screen-total{
    padding-top: 30px;
    font-size: 16px;
    color: #0068FF;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.screen-total-right{
    display: inline-block;
    background-color: #F8FAFE;
}

.screen-total-right .clean-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #e4ecfe;
    border-radius: 4px;
    display: inline-block;
    color: #0068FF;
    text-align: center;
    cursor: pointer;
}
.screen-total-right .select-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0068FF;
    border-radius: 4px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
}

.screen-total-right .select-btn>a{
    width: 100%;
    height: 100%;
    display: block;
}
/* 搜索结果页 */
.product-screen-result{
    background-color: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border-radius: 8px;
    border: 1px solid #E0E1E4;
    overflow: hidden;
    margin: 60px 0 0px 0;
}
.product-screen-result{
    border-bottom: 0;
}
/* 标题 */
.product-screen-result-title{
    background-color: #F8FAFE;
    display: flex;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E0E1E4;
}

.product-screen-result-title>div{
    border-right: 1px solid #E0E1E4;
}
.product-screen-result-title>div:last-child{
    border-right: 0;
    /* background-color: red; */
}

.img-result{
    width: 198px;
    cursor: pointer;
}

.img-result img{
    max-width: 120px;
    height: auto;
}

.xh-result{
    /* width: 280px; */
    flex: 1;
    overflow: auto;
}
.product-screen-result-item .xh-result>span{
    /* padding: 10px 0px; */
    /* margin: 0 10px; */
    text-align: justify;
    text-overflow: ellipsis;
    word-wrap: break-word;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 18px;
    color: #3C404C;
    line-height: 24px;
}

.product-screen-result-item .xh-result>span:hover{
    color: #0068FF;
    border-bottom: 1px solid #0068FF;
}

.desc-result{
    flex: 1;
    overflow-y: auto;
    min-width: 200px;
}
.desc-result.row-scroll-sapn{
    overflow: hidden;
}


.product-screen-result-item .desc-result>span{
    padding: 30px 10px;
    text-align: justify;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}
.product-screen-result-item .desc-result.row-scroll-sapn>span{
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-screen-result-item .desc-result.row-scroll-sapn>span>span{
    /* overflow-y: scroll;
    display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.ggs-result{
    width: 158px;
}
.ggs-result img{
    width: 50px;
    height: auto;
}
.o-result{
    width: 300px;
}

/* 内容项 */
.o-result .zx-custom-button{
    margin-left: 10px;
    /* background-color: #eaf2fe; */
    background-color: rgba(0, 104, 255, 0.07);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.zx-custom-button .button-image{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.zx-custom-button .button-text{
    color: #0068FF;
}

.product-screen-result-item{
    display: flex;
    height: 120px;
    /* line-height: 100px; */
    color: #3C404C;
    font-size: 18px;
    margin: auto;
    text-align: center;
    border-bottom:1px solid #E0E1E4;
}

.product-screen-result-item >div{
    border-right: 1px solid #E0E1E4;
    display: flex;
    justify-content: center;  
    align-items: center;
}
.product-screen-result-item>div:last-child{
    border-right: 0;
}
.o-result button{
    width: 102px;
    /* height: 40px; */
    border-radius: 4px;
    background-color: #0068FF;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    padding: 8px 15px;
}
.o-result-c{
    background-color: #F5F8FE !important;
    color: #64697A !important;
}

/* 分页 */
.page-box{
    margin-bottom: 80px;
}

/* 对比框 */
.screen-result{
    position: relative;
    overflow-x: auto;
}

.contrast-frame{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 218px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border-radius: 8px;
    border: 1px solid #E0E1E4;
    display: none;
    z-index: 9;
}
.contrast-title{
    height: 50px;
    line-height: 50px;
    background-color: #0068FF;
    text-align: center;
    overflow: hidden;
    color: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    padding: 0 22px 0  40px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contrast-title-value{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    /* background-color: red; */
}
.contrast-close-btn{
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.contrast-content{
    max-height: 50vh;
    overflow-y: scroll;
}
.contrast-item{
    padding: 30px 0;
    border-bottom: 1px solid #E0E1E4;
    position: relative;
}

.contrast-item .contrast-item-num{
    color: #3C404C;
    font-size: 18px;
    padding-top: 10px ;

    /* 最多显示3行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 关闭按钮 */
.contrast-item .contrast-item-close{
    position: absolute;
    top: 20px;
    right: 28px;
    width: 24px;
    height: auto;
    cursor: pointer;
}

.contrast-item .contrast-item-img{
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border-radius: 8px;
    border: 1px solid #E0E1E4;
    max-width: 140px;
    min-height: 120px;
}

.contrast-item:last-child{
    border-bottom:0;
}

.contrast-item .item-title-full {
    display: none;
    overflow: hidden;
}

.contrast-item:hover .item-title-full {
    display: block;
    position: absolute;
    bottom: 56px;
    background: rgba(0, 0, 0, .4);
    line-height: 16px;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    max-width: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: #fff;
    overflow: hidden;
}

.contrast-item:hover .item-title-full::after {
    content: '';
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/* 对比按钮 */
.contrast-item-operation .contrast-btn{
    margin: 30px 50px;
    background-color: #0068FF;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}

.contrast-item-operation .contrast-clean-btn{
    margin: 30px 50px;
    height: 40px;
    line-height: 40px;
    color: #0068FF;
    font-size: 18px;
    background: #F5F9FF;
    border-radius: 4px;
    border: 1px solid #0068FF;
    font-weight: 500;
    cursor: pointer;
}


/* 弹层 */
.screen-layer{
    /* background-color: red; */
    position: fixed;
    z-index: 99;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.screen-layer-bg-opacity-view{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1 ;
}
.screen-layer .screen-layer-bg-view{
    width: 90vh;
    min-width: 900px;
    height: 60vh;
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 8px; 
    margin: 0 auto;
    margin-top: 100px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.screen-layer-bg-view .screen-layer-title{
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: #0068FF;
    border-radius: 8px 8px 0px 0px;
    align-items: center;
    padding: 0 30px;
}
.screen-layer-bg-view .screen-layer-title .title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.screen-layer-bg-view .screen-layer-title .close-btn{
    cursor: pointer;
}

/* 内容 */
.screen-layer .screen-layer-content{
    margin: 0 30px;
    /* height: 350px; */
    padding: 30px 0;
    display: flex;
    overflow: hidden;
    flex: 1;
}

.screen-layer-content-left{
    width: 150px;
    text-align: center;
    overflow-y: auto;
    margin-right: 10px;
}

.layer-left-item{
    display: block;
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border: 1px solid #EDF0F6;
    margin-bottom: 20px;
    cursor: pointer;
}

.layer-left-item-select{
    color: #0068FF;
    background-color: #ecf2ff;
}

.screen-layer-content-right{
    /* background-color: red; */
    flex: 1;
}

.screen-layer-content-right .screen-layer-content-right-title{
    display: flex;
    justify-content: space-between;
}

.screen-layer-content-right .screen-layer-content-right-title .screen-layer-content-right-input{
    padding: 0 10px;
    /* background-color: red; */
    flex: 1;
    position: relative;
    border: 1px solid #E0E4ED;
    border-radius: 4px;
    overflow: hidden;
}

.screen-layer-content-right .screen-layer-content-right-title .screen-layer-content-right-input img{
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}

.screen-layer-content-right .screen-layer-content-right-input .screen-layer-input{
    /* width: 70%; */
    width: 100%;
    height: 42px;
   
    /* padding: 0 10px; */
    
}

.screen-layer-content-right .screen-layer-reset{
    height: 42px;
    background: #0068FF;
    border-radius: 4px;
    padding: 0 16px;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 10px;
}

.screen-layer-content-right .content{
    overflow-y: scroll;
    height: 100%;
}
.screen-layer-content-right .content>div{
    /* background-color: red; */
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: left;
}
.screen-layer-content-right .content .item{
    font-weight: 500;
    font-size: 14px;
    color: #64697A;
    margin: 15px 40px 15px 0;
    display: flex;
    align-items: center;
}

.item-none{
    display: none !important;
}


.screen-layer-content-right .content .item input[type=checkbox]{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #E0E1E4;
    margin-right: 5px;
    cursor: pointer;
}

.screen-layer-content-right .content .item input[type=checkbox]:checked {
    background: url(/assets/index/images/checked-select.png) no-repeat center;
    -webkit-background-size: 14px;
	background-size: 14px;
}

.screen-layer-bottom{
    /* background-color: red; */
}


/* 搜索结果 */

.screen-select-result{
    margin: 0 30px;
    padding: 15px 0;
    border-top:  1px solid #E0E4ED;
    /* border-bottom:  1px solid #E0E4ED; */
    font-weight: 400;
    font-size: 16px;
    color: #3C404C;
    line-height: 16px;
    max-height: 70px;
    overflow-y: auto;
}

.screen-select-result>span{
    color: #0068FF;
    display: inline-block;
    padding: 10px 0;
}   

.screen-layer .screen-layer-bg-view .screen-bottom-btn{
    text-align: right;
    margin: 0 30px;
    border-top: 1px solid #E0E4ED;
}

.screen-layer .screen-bottom-btn>span{
    margin: 30px 0px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    color:#FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
    padding: unset !important;
}

.screen-layer .screen-bottom-btn .screen-cancel-btn{
    background-color: #ecf2ff;
    color: #0068FF;
    margin-right: 30px;
    cursor: pointer;
}
.screen-layer .screen-bottom-btn .screen-confirm-btn{
    background-color: #0068FF;
    color: #fff;
    cursor: pointer;
}
.screen-layer .screen-bottom-btn .screen-confirm-btn>a{
    width: 100%;
    height: 100%;
    display: block;
  }

.item-checkbox{
    height: 300px;
}
/* 滚动条 */
.item-checkbox::-webkit-scrollbar {
    width: 6px;
  }
  
.item-checkbox::-webkit-scrollbar-thumb {
    background: #CCE1FF;
    border-radius: 3px;
  }
  
.item-checkbox::-webkit-scrollbar-track {
    /* background: #bfdefc;
    border-radius: 3px; */
  }

.item-checkbox::-webkit-scrollbar-button {  
    display: none; 
    background-color: transparent;
}  

/* 底部 */
.product-screen-content::-webkit-scrollbar {
    height: 6px;
}

.product-screen-content::-webkit-scrollbar-thumb {
    background: #CCE1FF;
    border-radius: 3px;
}

.product-screen-content::-webkit-scrollbar-track {
    /* background: #bfdefc;
    border-radius: 3px; */
}

.product-screen-content::-webkit-scrollbar-button {
    display: none;
    background-color: transparent;
}

.h5-product-more,
.h5-screen-result{
    display: none;
}

/*************
* 媒体查询适配
*************/
@media screen and (max-width: 1006px) {
    .product-header img{
        margin-top: 44px;
    }

    /* .product-header .wrap{
        position: absolute;
        top: 50%;
        bottom: 115px;
        left: 15px;
        transform: unset;
        min-width: unset;
    } */
    .product-header-content .title{
        font-size: 14px;
        line-height: 14px;
    }
    .product-header-content  .desc{
        margin-top: 8px;
        font-size: 12px;
        line-height: 12px;
    }

    /* 应用领域 */
    .product-screen{
        padding: 0px 0;
    }

    .product-screen-content .product-screen-item{
        margin: 0 20px 20px 0;
        width: 220px;
    }
    .screen-total{
        margin: 0px auto !important;
    }

}


@media screen and (max-width: 1600px) {
    .wrap {
        padding: 0 8%;
    }
    
    .footer .wrap {
        padding: 0 8% !important;
    }
}

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 5%;
    }
    
    .footer .wrap {
        padding: 0 5% !important;
    }
}

@media screen and (max-width: 768px) {
    .product-screen-content .product-screen-item  .item-more{
        display: none;
    }
    .product-header .wrap{
        margin-top: 22px;
        transform: translateY(-50%);
    }
    .product-header-content .desc{
        margin-top: 8px;
    }

    /* 选项开始 */
    .product-screen{
        padding: 0 8%;
        overflow: hidden;
    }
    .product-screen .wrap{
        width: 100%;
        padding: unset;
        min-width: unset !important;
    }

   
    .product-screen-content{
        margin: unset !important;
        padding-top: 70px;
        flex-direction: column;
        width: 100%;
    }

    .product-screen-content .product-screen-item{
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
    }

    .product-screen-content .product-screen-item:last-child{
        /* margin-bottom: 0; */
    }

    .screen-total-left{
        display: none;
    }
    .screen-total-right{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .screen-total{
        padding-top: 30px;
    }

    /* H5  默认显示第一个选项 */
    .product-screen-content > .product-screen-item{
        display: none;
    }
    .product-screen-content > .product-screen-item:first-child{
        display: block;
    }
   /*H5 展开收起按钮*/
    .h5-product-more{
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #0068FF;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .h5-product-more .more-txt{
        margin-right: 5px;
    }

    .h5-product-more .more-img{
        height: 20px;
        width: auto;
    }

    /*搜索结果 pc screen-result */
    .screen-result{
        display: none;
    }
    .h5-screen-result{
        display: block;
        background-color: #F8FAFE;
        padding: 20px 0;
    }
    .h5-screen-result .wrap{
        min-width: unset !important;
        padding: 0 8%;
    }
    .h5-screen-result .content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        overflow-y: auto; /* 允许垂直滚动 */  
    }

    .h5-screen-result .content .item{
        text-align: center;
        width: 48%;
        border-radius: 4px;
        border: 1px solid #E0E1E4;
        margin-bottom: 20px;
        /* background-color: red; */
    }
    .h5-screen-result .content .item a >img{
        margin-top: 10px;
        border-radius: 4px;
        width: 138px;
        height: 138px;
    }
    .h5-screen-result .content .item .desc{
        font-weight: 500;
        font-size: 14px;
        color: #64697A;
        line-height: 1.5;
        padding: 10px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .h5-more{
        width: 100%;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        color: #64697A;
    }
    
}



/* 分页 */
.pagerer{
    text-align: center;
    width: 100%;
    padding: 80px 0;
    float: right;
}
.page {
	display:inline-block;
	/* width:660px */
}
.page .disabled {
	color:#999;
	cursor:not-allowed
}
.page .active {
	background-color:#0068FF;
	color:#FBF5F6;
	border-color:#0068FF;
}
.page label,.page p {
	display:inline-block;
	cursor:pointer;
	font-size: 14px;
    color: #262a3b;
}
.page p {
	height: 34px;
	width:34px;
	line-height:34px;
	text-align:center;
	border:1px solid #ddd;
	/* border-radius:4px; */
	box-sizing:border-box
}
.page p:hover{
    background-color:#eeeeee;
	color:#262a3b;
	border-color:#eeeeee;
}
.page p:nth-of-type(even){
    /* margin-left: 10px; */
}
.page label,.page span {
	display:inline-block;
	cursor:pointer;
	font-size: 14px;
    color: #444c69;
}
.page span {
	height:34px;
	width:34px;
	line-height:34px;
	text-align:center;
	border:1px solid #ddd;
	/* border-radius:4px; */
	box-sizing:border-box;
    color: #444c69;
}
.page span {
    border-right: 0;
}
.page span:hover{
    background-color:#eeeeee;
	color:#262a3b;
	border-color:#ddd;
}
.page span:nth-child(n+2) {
	/* margin-left:10px */
}
.page .text {
	width:auto;
	padding:0 10px
}
.page label {
	padding-left:10px
}
.tiaozhuan{
    display: flex;
    float: right;
    padding-left: 26px;    
    align-items: center;
    font-size: 14px;
    color: #3F4E63;
}
.tiaozhuan input{
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.tiaozhuan input[type=text]{
    color: #01122A;
    border: 1px solid #E4E6E9;
    outline: none;
    text-align: center;
    margin: 0 5px;
}


 /* 无数据样式 */
 .list-no-data{
    text-align: center;
    height: 88px;
    line-height: 88px;
    color: #3C404C;
    font-size: 16px;
    border-bottom: 1px solid #E0E1E4;
    overflow: hidden;
 }

