

.select-menu {
    cursor: pointer;
    /*width: 202px;*/
    /*height: 32px;*/
    width:100%;
    height:100%;
    position: relative;
}



.select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    /*width: 200px;*/
    width:100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.select-menu-ul li {
    padding: 7px;
}

.select-menu-ul li:hover {
    background: #f2f2f2;

}

.select-menu-div {
    position: relative;
    /*height: 30px;*/
    /*width: 200px;*/
    width:100%;
    height:100%;
    /*border: 1px solid #ddd;*/
    line-height: 40px;
}

.select-this {
    background: #000;
    color: #fff;
}

.select-this:hover {
    background: #000 !important;
}

.select-menu i {
    position: absolute;
    right: 12px;
    top: 13px;

}

.select-menu-input {
    /*margin-left: 3%;*/
    border: 0;
    /*height: 29px;*/
    height:100%;
    cursor: pointer;
    user-select: none;
    width:100%;
}

.select-menu-i {
    transform: rotate(180deg);

}

.select-menu i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}