.category-selection-container {
    width: 962px;
    background-color: #F9FCFF;
    border-top: 6px solid #1A6ECC;
}

.category-selection-item {
    width: 962px;
    margin-bottom: -1px;
    border: 1px solid #E5E5E5;
}

.taxon {
    width: 116px;
}

.taxon div {
    margin-left: 16px;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
}

.selection-box-outer {
    width: 843px;
    border-left: 1px solid #E5E5E5;
    overflow: hidden;
}

.selection-box-outer .fl:first-child {
    width: 773px;
}

.fold-box {
    float: right;
    margin-top: 20px;
    margin-right: 27px;
    cursor: pointer;
}

.fold-item-word {
    float: left;
    height: 12px;
    font-size: 12px;
    color: #46A6FF;
    line-height: 12px;
}

.fold-item-img {
    float: left;
    width: 10px;
    height: 7px;
    margin-left: 8px;
    margin-top: 3px;
}

.fold-item-img img {
    width: 10px;
    height: 7px;
}

.fliping {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.selection-box-outer ul {
    margin: 13px 0 0 11px;
}

.selection-box-outer li {
    float: left;
    height: 21px;
    margin-bottom: 18px;
    padding: 3.5px 8px;
    line-height: 14px;
    text-align: center;
    margin-right: 28px;
}

.selection-box-outer li a {
    font-size: 14px;
    color: #333333;
}

.selection-box-outer li:hover {
    background: #0084FF;
}

.selection-box-outer li:hover a {
    color: white;
}

.active-cateselect {
    background: #0084FF !important;
}

.active-cateselect a {
    color: white !important;
}

.mandatory-height {
    height: 48px;
}