.cascader{
    width: 340px!important;
    height: 38px!important;
    line-height: 38px;
    position: relative;
    z-index: 1;
    margin: auto;
    cursor: pointer;
}

.cascader-selected {
    width: 340px!important;
    height: 100%;
    line-height: 38px!important;
    padding: 0 5px;
    text-align: left!important;
    background-color: #fff!important;
    color: #2F2F2F!important;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
}

.cascader-icon {
    display: none!important;
    width: 28px;
    height: 28px;
    /*background: url(/assest/cascader-icon.png) left top no-repeat;*/
    position: absolute;
    top: 0;
    right: 0;
}

.cascader-icon:not(.cascader-icon-active):hover {
    background-position: -28px 0;
}

.cascader-icon-active {
    background-position: -56px 0;
}

.cascader-box {
    display: none;
}

.cascader-content {
    position: absolute;
    left: 0;
    top: 38px !important;
    width: 120px !important;
    height: 210px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    overflow-y: auto;
    display: none;
}

.cascader-content[tag="parent"]{
    display: block;
}

.cascader-content::-webkit-scrollbar{
    width: 5px;
}

/*.cascader-content::-webkit-scrollbar-thumb{*/
/*    border: 1px solid #409eff;*/
/*}*/

.cascader-content::-webkit-scrollbar-track{
    border-radius: 0;
    background: #ffffff !important;
}

.cascader-content-item{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px !important;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px !important;
    text-overflow: ellipsis;
    color: #000000 !important;
}

.cascader-content-item span{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    display: none;
}

.cascader-content-item:hover{
    background-color: #f5f7fa !important;
    color: #000000!important;
}
.cascader-content-item-click{
    background-color: #ffffff!important;
    color: #409eff !important;
    font-weight: 600!important;
}

.content-show{
    display: block;
}
