/* 在线客服 */
.assistant-icon-main {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    animation: AssistantAnimation 2.5s infinite;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}

.assistant-icon {
    width: 45px;
    height: 45px;
    background: url(../img/icon-assistant.png) center center no-repeat;
    background-size: 45px;
    border-radius: 50%;
}

.assistant-text {
    font-size: 12px;
    transform: scale(0.9);
}
/* 智采助手动画 */
@keyframes AssistantAnimation {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* 在线评价 */
.satisfaction-evaluation {
    display: flex;
    align-items: center;
}

.satisfaction-evaluation dl {
    cursor: pointer;
}

.satisfaction-evaluation dl + dl {
    margin: 0 0 0 50px;
}

.satisfaction-evaluation dl dt {
    color: #bbb;
}

.satisfaction-evaluation dl dd {
    color: #8F9399;
}

.satisfaction-evaluation dl dt i {
    font-size: 28px;
}

.satisfaction-evaluation dl.active dt i {
    color: #1890FF;
}
.icon-manyi2:before {
    content: "\e80d";
}
.icon-bumanyi1:before {
    content: "\edc4";
}