.filterContainer ul li .filterBar {
    width: 1097px;
}
.filterContainer ul li .filterTitle {
    width: 78px;
}
.tabBox {
    background: #f4f7fc;
    width: 1200px;
    height: 36px;
    margin: 20px auto 10px;
}
.tabBox p {
    width: 230px;
    background: #fff;
    height: 36px;
}
.tabBox a {
    padding: 0 20px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    border-radius: 4px;
    color: #8b94a1;
}
.tabBox a.on {
    background: #136aed;
    border: 1px solid #136aed;
    color: #fff;
}
.tabBox a.on em {
    width: 10px;
    height: 5px;
    background: url(../../public/images/icons/fileArr.png) no-repeat center;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
/* 展示区域start */
.w875 {
    width: 875px;
}
.borTop {
    border-top: 1px solid #eeeeee;
}
.mainUl {
    padding-top: 20px;

}
.mainUl li {
    width: 270px;
    margin-right: 20px;
    /* box-sizing: border-box; */
    border: 1px solid #eeeeee;
    margin-bottom: 20px;

}
.mainUl li:nth-of-type(4n) {
    margin-right: 0px;
}
.mainUl .topLi img {
    width: 100%;
    height: 154px;
    display: block;
    object-fit: contain;
}


.c1 {
    color: #ff9548 !important;
}

.botLi {
    padding: 0 10px;
}
.botLititle {
    line-height: 50px;
    font-size: 16px;
    color: #303946;
}
.botLiintro {
    font-size: 14px;
    color: #8b94a1;
    margin-bottom: 10px;
}
.botLiBor {
    height: 1px;
    background-color: #eeeeee;
}
.botLiCont {
    line-height: 50px;
}
.position {
    position: relative;
    padding-left: 20px;
    /* width: 195px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 11px;
    height: 13px;
    background-image: url(../image/icon1.png);
    background-size: 100% 100%;

}

/* 展示区域end */
.tabBox a#addBtn {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #ff9548;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 5px 10px 0 0;
    padding: 0;
    border: none;
}
/* 关注 */
.followList {
    width: 1220px;
}
.followList li {
    width: 510px;
    height: 40px;
    background: #f4f7fc url(../../public/images/icons/right.png) no-repeat 30px center;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    padding: 30px 0 30px 80px;
}
.followList li .mainInfo {
    width: 425px;
}
.followList li .mainInfo a {
    display: block;
    width: 400px;
    color: #303946;
    margin-bottom: 5px;
}
.followList li.on .mainInfo a,
.followList li .mainInfo a:hover {
    color: #136aed;
}
.followList li .mainInfo p {
    color: #8b94a1;
}
.followList li .closeBtns {
    height: 40px;
    border-left: 1px solid #d8e1ee;
    width: 84px;
}
.followList li .closeBtns a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../public/images/icons/close.png) no-repeat center;
    margin: 8px 0 0 30px;
}
/* 弹窗 */
.maintainPop_box {
    width: 910px;
    height: 533px;
    border-radius: 5px;
    padding: 25px;

}
.maintainPop_box h2 {
    font-size: 24px;
    text-align: center;
}
.unitBox {
    overflow-y: scroll;
    max-height: 400px;
}
.unitBox li {
    margin-bottom: 10px;
}
.unitBox .filterTitle {
    width: 106px;
    color: #8b94a1;
    line-height: 32px;
    text-align: right;
}
.unitBox .filterBar {
    width: 796px;
}
.unitBox .filterBar a {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #8b94a1;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
.unitBox .filterBar a.on {
    border: 1px solid #1569e6;
    background: #1569e6;
    color: #fff;
}

#addOrder {
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #1569e6;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.typeBoxs li {
    width: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #f4f7fc;
    line-height: 30px;
    margin-right: 10px;
}
.typeBoxs li.on {
    color: #136aed;
    font-weight: bold;
    border-bottom: 2px solid #136aed;
}
.tipBox {
    text-align: center;
    line-height: 80px;
}


/* 头部处理 a替换成i */
.filterContainer .filterBar i {
    padding: 0 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    margin-left: 12px;
    border: 1px solid #fff;
    font-style: normal;
}
.filterContainer .filterBar i:hover {
    background-color: #eee;
    cursor: pointer;
}
.filterContainer .filterBar i.on {
    background-color: #e7f1fc;
    color: #136aed;
    border: 1px solid #136aed;
}
.filterContainer .filterBox li select {
    margin-top: 0;
}