.pull-down-menu {
    width: 224px;
    height: 735px;
    border: 1px solid #2587F4;
    position: relative;
}

.pdm-title {
    width: 222px;
    height: 40px;
    background: #1A6ECC;
}

.pdm-title img {
    width: 16px;
    height: 16px;
    margin: 13px 8px 0 65px;
}

.pdm-title div {
    width: 66px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry-classification-box {
    overflow-x: hidden;
    overflow-y: auto;
    height: 694px;
}

.industry-classification-box::-webkit-scrollbar {
    width: 6px;
    height: 525px;
}

.industry-classification-box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #99CEFF;
}

.ic-item {
    width: 223px;
    /* height: 92px; */
}

.ic-item:last-child .ic-cell {
    border-bottom: none !important;
}

.show-bg {
    background: #0084FF;
}

.show-bg a {
    color: #FFFFFF !important;
}

.show-bg .ic-cell-head {
    color: #FFFFFF !important;
}

.ic-cell {
    width: 200px;
    margin: 0 auto;
    padding-top: 16px;
    border-bottom: 1px solid #E6E6E6;
}

.ic-cell-head {
    /* height: 13px; */
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #0084FF;
    margin-bottom: 8px;
}

.ic-cell-head a {
    color: #0084FF;
    display: inline-block;
    max-width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ic-cell-body {
    /* height: 44px; */
    line-height: 22px;
    margin-bottom: 11px;
}

.ic-cell-body .fl {
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 106px;
}

.ic-cell-body a {
    font-size: 12px;
    color: #888888;
}

.ic-right-box {
    display: none;
    position: absolute;
    overflow: auto;
    left: 223px;
    top: 40px;
    width: 612px;
    height: 694px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding-left: 20px;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.icrb-head-box {
    width: 568px;
    padding-bottom: 9px;
    border-bottom: 1px solid #0084ff;
}

.icrb-head {
    height: 14px;
    font-size: 14px;
    padding-left: 6px;
    margin-top: 30px;
    font-weight: bold;
    color: #0084FF;
    line-height: 14px;
    border-left: 3px solid #0084ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icrb-head a {
    font-size: 14px;
    color: #0084FF;
    display: inline-block;
    max-width: 126px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ic-right-list-container {
    margin-top: 16px;
}

.icclc-list {
    width: 569px;
    margin-bottom: 17px;
    border-bottom: #E6E6E6 1px dashed;
}

.icclc-list:last-child {
    border-bottom: none;
}

.list-item-right-icclc {
    line-height: 16px;
    padding-left: 8px;
    margin-right: 9px;
    margin-bottom: 10px;
    font-size: 12px;
    border-left: 1px solid #999999;
}

.list-item-right-icclc:last-child {
    margin-right: 0 !important;
}

.list-item-right-icclc-box {
    width: 419px;
}

.list-item-right-icclc a {
    color: #888888;
}

.list-item-right-icclc a:hover {
    color: #0084FF;
    text-decoration: underline;
}

.mcsf-container {
    width: 140px;
    margin-right: 10px;
    float: left;
}

.main-classion {
    margin-left: 11px;
    max-width: 115px;
}

.main-classion a {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

.active {
    display: block !important;
}

.split-figure {
    margin-top: -5px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}