/* 右侧固定定位操作指南图标 */
#opera {
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 1965;
}

#opera .opera-div {
    text-align: center;
    border-radius: 5px;
    background: #eee;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

#opera .opera-div:hover {
    background: #ccc;
}

#opera .opera-div p {
    font-size: 13px;
    margin: 5px auto;
    padding: 0;
    color: #2bbfbf;
}

#opera .opera-div .messageUnreadCount {
    font-size: 12px;
    color: red;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 20px;
}

#opera .opera-div .tool-tips {
    width: 150px;
    height: 50px;
    background: #333333c4;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: -155px;
    border-radius: 5px;
}

#opera .opera-div img {
    width: 50px;
}
.layui-breadcrumb-zdy .level{
    text-decoration: underline;
}

.layui-breadcrumb-zdy span:hover{
    cursor: pointer;
    color: #0071c1;
    text-decoration: none;
}

.customer-initMesage {
    color:#E08801;
    text-decoration: underline;
}
.customer-initMesage:hover{
    cursor: pointer;
    color: #0071c1;
    text-decoration: none;
}
.layim-chat-text .customer-font{

}

.customer-answers-div{
    width:95%;
}
.customer-answers-font{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customer-icon-right {
    position: absolute;
    right: 0;
    top: 7px;
}

.font-weight{
    font-weight:900;
}
.layui-panel .customer-answers{
    color:#E08801;
    text-decoration: underline;
}

.layui-panel .customer-answers:hover{
    cursor: pointer;
    color: #0071c1;
    text-decoration: none;
}
.customer-answers-more{
    color:#0071c1;
    /*text-decoration: underline;*/
}

.layui-panel .customer-answers-more:hover{
    cursor: pointer;
    color: #E08801;
    font-size: 15px;
    /*text-decoration: none;*/
}
.layui-panel .customer-answers-solve{
    padding-top: 5px;
    color:#0071c1;
    float: left;
    width:50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.layui-panel .customer-answers-solve:hover{
    cursor: pointer;
    color: #E08801;
    font-size: 15px;
    /*text-decoration: none;*/
}

.layui-panel .customer-answers-solve-choose{
    color: #E08801;
    font-size: 15px;
}
