.sort {
    position: absolute;
    text-align: right;
    width: 162px;
    left: -5px;
    top: 53px;
}
.sort-item {
    display: inline-block;
    width: 162px;
    height: 42px;
    border-radius: 21px 0 0 21px;
    text-align: left;
    line-height: 42px;
    margin-top: 15px;
    position: relative;
    left: 133px;
}
.item-img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 23px;
}
.item-text {
    font-size: 20px;
    color: #fff;
    vertical-align: super;
    margin-left: 5px;
    
}