/**!
* 下一代智慧招采平台研发项目-新点电子交易平台
* date:2021-09-28
* author: zsy;
*/

.tree-items.tree-items1 .tree-node .tree-link {
    background-image: url("../images/subpage/transslide_tt1.png");
}

.tree-items.tree-items2 .tree-node .tree-link {
    background-image: url("../images/subpage/transslide_tt2.png");
}

.tree-items.tree-items3 .tree-node .tree-link {
    background-image: url("../images/subpage/transslide_tt3.png");
}

.tree-items.tree-items4 .tree-node .tree-link {
    background-image: url("../images/subpage/transslide_tt4.png");
}

.tree-items.tree-items5 .tree-node .tree-link {
    background-image: url("../images/subpage/transslide_tt5.png");
}

.sub-content {
    padding: 27px 0 34px;
}

.filter-sort {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecf1;
}

.filter-sort .filter {
    min-height: 34px;
    line-height: 34px;
}

.filter-sort .filter.clearfloat {
    overflow: hidden;
}

.filter-sort .filter+.filter {
    margin-top: 20px;
}

.filter-tt {
    width: 90px;
    line-height: 34px;
    text-align: right;
    font-weight: 600;
}

.special-region .filter-tt {
    font-weight: normal;
    font-size: 16px;
}

.filter-sort .hot-list {
    margin: 10px 0 0 90px;
    overflow: hidden;
}

.special-region {
    height: 34px;
}

.area-sel {
    width: 120px;
    margin-left: 20px;
}

.area-sel .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
    /*对垂直流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.area-sel .chosen-container .chosen-results::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #d9e5f2;
}


/*定义滑块颜色、内阴影及圆角*/

.area-sel .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #1463ce;
}

.area-sel .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 32px;
    border-color: #b5c2d4;
    border-radius: 6px;
    padding-left: 15px;
    color: #718bae;
}

.area-sel .chosen-container-single .chosen-single span {
    height: 30px;
    line-height: 30px;
}

.area-sel .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
    color: #333;
}

.area-sel .chosen-container-single .chosen-single div b {
    background: url("../images/topsel_down.png") no-repeat center;
}

.area-sel .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/top_selup.png");
}

.area-sel .chosen-container-single .chosen-single div {
    right: 11px;
}

.area-sel .chosen-container .chosen-results li {
    line-height: 20px;
    padding: 5px 11px;
}

.area-sel .chosen-with-drop .chosen-drop {
    top: 42px;
    padding: 5px 0;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
    background-color: #fff;
}

.area-sel .chosen-container .chosen-results {
    margin: 0 5px 0 0;
    max-height: 290px !important;
    height: 290px !important;
}

.sel-box {
    display: none;
}

.city-sel {
    display: none;
}

.country-sel {
    display: none;
}

.choose-list {
    margin-left: 20px;
}

.choose-item {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #3f5279;
    cursor: pointer;
}

.choose-item.active {
    color: #3768cd;
    border-color: #3768cd;
}

.date-box {
    margin-left: 15px;
    color: #3f5279;
}

.datetime {
    width: 160px;
    height: 34px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0 11px;
    border: 1px solid #ced3d9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #afb5bf;
    background: url("../images/subpage/date_ico.png") no-repeat 132px center;
    cursor: pointer;
}

.datetime .input {
    width: 100%;
    height: 100%;
    line-height: 32px;
    background: none;
}

.sub-content input:focus {
    border-color: #2590eb;
}

.date-box .to {
    margin: 0 4px;
}

.filter-tips {
    width: 350px;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    border: 1px solid #b5c2d4;
    box-sizing: border-box;
    border-radius: 6px;
}

.filter-tips .input-placeholder {
    top: 0;
    left: 13px;
    color: #718bae;
}

.filter-tips .input {
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 47px 0 13px;
    box-sizing: border-box;
    background: none;
}

.filter-tips .btn {
    position: absolute;
    right: 1px;
    top: 0;
    width: 47px;
    height: 100%;
    line-height: 32px;
    border-radius: 6px;
    background: #fff url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

.button-box {
    margin-left: 110px;
}

.button-box .btn {
    width: 120px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.button-box .btn.search {
    background-color: #fea945;
}

.button-box .btn.search:hover {
    background-color: #f58f17;
}

.button-box .btn.reset {
    margin-left: 20px;
    background-color: #3187e9;
}

.button-box .btn.reset:hover {
    background-color: #1463ce;
}

.trade-box {
    padding: 0 25px;
}

.trade-item {
    height: 89px;
    padding-top: 16px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e0e5ec;
    font-size: 16px;
}

.trade-tt {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #000204;
}

.trade-tt:hover {
    color: #3768cd;
}

.text-list {
    margin-top: 11px;
}

.text-item {
    width: 33.33%;
    line-height: 20px;
    padding: 0 5px 0 22px;
    box-sizing: border-box;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
}

.text-item .num {
    margin: 0 5px;
    color: #3768cd;
}

.text-item.first {
    background-image: url("../images/subpage/trade_ico1.png");
}

.text-item.second {
    background-image: url("../images/subpage/trade_ico2.png");
}

.text-item.third {
    background-image: url("../images/subpage/trade_ico3.png");
}