.tzSelect {
    height: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
    direction: ltr;
    margin-bottom: 15px;
}

.tzSelect .selectBox {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
.tzSelect .selectBox i{
    vertical-align: middle;
}

.tzSelect .dropDown {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #b3b3b3ee;
    border-radius: 5px;
    background-color: #fff;
    height: 322px;
    overflow: auto;
    z-index: 1;
}

.tzSelect li {
    height: 40px;
    cursor: pointer;
    position: relative;
}

.tzSelect li span {
    left: 40px;
    position: absolute;
    top: 10px;
}

.tzSelect li i {
    left: 9px;
    position: absolute;
    top: 13px;
}