.select-title {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.select-title p {
    background: #fff;
    position: absolute;
    text-indent: 10px;
    width: 100%;
    top: 0;
    line-height: 34px;
    z-index: -1;
    border-radius: 3px;
}

.select-title i {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    color: #666666;
    display: inline-block;
    transition: all .5s;
}

.by-select-box {
    position: relative;
    width: 100%;
}

.by-select-box-body {
    border: 1px solid #dddddd;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.by-select-box-body ul {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    overflow: auto;
}

.by-select-box-body li {
    border-radius: 0px;
    border: none;
    cursor: pointer;
}

.by-select-box-body li label {
    color: #777777;
    font-weight: normal;
    cursor: pointer;
}

.by-select-box-body li:hover {
    background-color: #f1f1f1;
    color: #999999 !important;
}
.by-select-box-body li:hover label {
    color: #666;
}

.by-select-box-body-search {
    padding: 15px;
}

.by-select-box-body .select-body-arrow {
    position: absolute;
    top: -12px;
    left: 30px;
    display: block;
    width: 34px;
    height: 12px;
    background: url('../img/by-select-array.png') no-repeat;
}

.by-select-box .animate {
    transform: rotate(180deg);
}

.by-select-box-body .btn-primary label{color: #ffffff !important;}

.app-select-value-box{position: absolute;z-index: 9;background: none !important;top: 0;}