﻿.deal_choose {
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 38px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.deal_choose ul {
    margin-left: 20px;
    margin-right: 20px;
    height: 39px;
    float: left;
    overflow: hidden;
}

.deal_choose .select_on {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 172px;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    border: 1px solid #75a7c4;
    border-radius: 1px;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    background: #fff;
}

.tab-content {
    height: 400px;
}

.tjtree_right {
    width: 540px;
    float: left;
}

.tjtree_right h5 {
    font-size: 16px;
    color: #035487;
    padding-left: 20px;
    font-weight: 800;
}

.tjtree_right .right_title {
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    line-height: 35px;
    font-size: 15px;
    color: #035487;
}

.tjtree_right ul {
    margin-top: 10px;
    line-height: 40px;
    font-size: 15px;
    color: #035487;
}

.tjtree_right .span_color {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-right: 10px;
}

.tjtree_right span {
    font-size: 15px;
    color: #035487;
}

.tjtree_right .span_type {
    display: inline-block;
    width: 110px;
}

.tjtree_right .span_num {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.tjtree_right .span_percent {
    display: inline-block;
    width: 150px;
    text-align: right;
}