
.list2, .list3, .list4 {
    cursor: pointer;
}

.menu_ion {
    float: right;
    font-size: 24px;
    margin-top: -5px;
}

.tree {
    width: 90%;
    height: 600px;
    overflow: auto;
}

.tree .selected {
    text-decoration: underline;
}

.tree .depth-1 {
    position: relative;
    padding: 10px 0 10px 20px;
    /*text-align: center;*/
    font-size: 20px;
}

.tree .glyphicon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.tree .depth-1,
.tree .depth-last {
    cursor: pointer;
}

.tree .depth-2 {
    padding-left: 20px;
    font-size: 16px;
}

.tree .depth-3 {
    padding: 5px 15px;
}

.tree .inline-parent * {
    display: inline-block;
    margin: 5px;
}
.tree .price{
    margin-bottom: 30px;
}

#main {
    height: 500px;
    margin-top: 30px;
}

.index-title {
    font-size: 22px;
}

.col-xs-7 {
    padding-left: 0;
    text-align: right;
}

.data-head span {
    padding: 7px 30px;
    cursor: pointer;
    display: inline-block;
}
.date-type .selected{
    font-weight: 700;
}

.data-list {
    max-height: 350px;
    overflow: auto;
}

.data-table {
    margin-top: 30px;
}

table {
    width: 100%;
    text-align: center;
}

td {
    width: 25%;
    line-height: 34px;
}

.menu-value-block {
    padding: 3px 10px;
    display: inline-block;
}

.menu_choose {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .data-part {
        margin-top: 20px;
    }

    .index-title {
        display: none;
        font-size: 1.2rem;
        padding: 0;
    }

    .date-type span {
        padding: 0.1rem 0.5rem;
    }

    .menu {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .list1 {
        padding: 0.5rem 10%;
    }

    .list2 {
        padding: 0.4rem 10% 0.4rem 20%;
    }

    .list3 {
        padding: 0.3rem 12% 0.3rem 30%
    }

    .list4 {
        padding: 0.3rem 14% 0.3rem 40%;
    }

    .list_last {
        padding-right: 0;
    }

    .form_list {
        font-size: 0.7rem;
    }

    .menu_ion {
        font-size: 1rem;
        margin-top: -0.2rem;
    }

    .index-title {
        font-size: 1.2rem;
    }

    .data_head span {
        padding: 0.1rem 0.5rem;
    }

    #main {
        height: 300px;
    }
}

