.slide-float {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 3;
}

.slide-float .text {
    width: 50px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #FF733D;
    font-size: 16px;
    font-weight: 400;
    color: #FF520E;
    padding: 7px 8px 6px 8px;
    box-sizing: border-box;
}

.slide-float .icon {
    width: 24px;
    height: 24px;
}

.slide-content {
    position: relative;
}

.slide-concat {
    width: 48px;
    height: 170px;
    background: linear-gradient(0deg, #FF8B5E 0%, #F16B37 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.slide-concat p {
    width: 18px;
}

.slide-content-list {
    position: absolute;
    top: 0;
    left: -240px;
    width: 240px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(210, 210, 210, 0.59);
    padding: 0;
    /* display: none; */
}

.slide-content-list-item {
    list-style: none;
    display: flex;
    align-items: center;
    height: 79px;
    padding: 20px 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
}

.slide-content-list-item:last-of-type {
    border-bottom: none;
}
.list-item-text {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}

.list-item-text>p:nth-of-type(1) {
    color: #232323;
    font-size: 16px;
}

.list-item-text>p:nth-of-type(2) {
    color: #999;
    font-size: 14px;
}