/**!
 * 比德电子采购平台
 * author: gaoli;
 * date:2020-02-06
 */
.wrap {
    position: relative;
}

.tree {
    position: absolute;
    width: 230px;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 600px;
    padding-bottom: 19px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.tree-hd {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: -1px -1px 0 -1px;
    background: url('../images/tree_hd.jpg') no-repeat;
    background-size: 100% 100%;
}

.tree-items>li {
    height: 60px;
}

.tree-items>li>a {
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding-left: 43px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/tree_icon.png') no-repeat 19px center;
}

.tree-items>li>a:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 10px;
    background: url('../images/tree_r.png') no-repeat;
}

.tree-items>li.cur a,
.tree-items>li>a:hover {
    color: #0077c5;
    background-color: #e5f0f9;
    background-image: url('../images/tree_iconh.png');
}

.tree-items>li.cur>a:before,
.tree-items>li>a:hover:before {
    background-image: url('../images/tree_rh.png');
}

/* 右侧信息 */
.sub {
    float: right;
    padding-bottom: 19px;
    width: 848px;
    min-height: 600px;
}


.chose {
    position: relative;
    height: 112px;
    margin-top: 23px;
    background-color: #e5f0f9;
}

.chose-items {
    width: 100%;
    box-sizing: border-box;
    padding-right: 138px;
}

.chose-btn {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 21px;
    width: 90px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url('../images/public_btn.jpg') no-repeat;
    cursor: pointer;
}

.chosen-item {
    float: left;
    margin-top: 20px;
}

.chosen-item>label {
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: right;
    margin-right: 12px;
}

.odd>label {
    width: 47px;
}

.even>label {
    width: 98px;
}

.odd .chosen-box {
    margin-left: 59px;
}

.even .chosen-box {
    margin-left: 110px;
}

.chosen-select {
    height: 26px;
	/* width: 100% */;
}

.odd {
    width: 46%;
}

.even {
    width: 54%;
}

.sub-info {
    padding: 0 18px;
}

.sub-hd {
    line-height: 26px;
    margin-top: 41px;
    background: url('../images/sub_line.jpg') no-repeat left center;
}

.sub-hd:first-child {
    margin-top: 27px;
}

.sub-tt {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #297dc2;
    padding-right: 11px;
    background-color: #fff;
}

.sub-more {
    float: right;
    color: #297dc2;
}

.sub-items {
    padding-top: 17px;
}
/*20200210*/
.tree-items>li.current a,
.tree-items>li>a:hover {
    color: #0077c5;
    background-color: #e5f0f9;
    background-image: url('../images/tree_iconh.png');
}

.tree-items>li.current>a:before,
.tree-items>li>a:hover:before {
    background-image: url('../images/tree_rh.png');
}

.chosen-box input {
    height: 26px;
    text-indent: 10px;
    background-color: 
    #fff;
}

