

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  rgb(241 245 248);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top-color: #00BF6D;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

/* 模态框背景 */
.modal {
    /*    display: none;*/
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
#myModal .header,
#myModal .header h2
{
    height: 60px;
    line-height: 60px;
    color: white;
    padding-left: 10px;
}
#myModal h4
{
    padding-bottom: 10px;
    color: #606266;
}
#myModal .tip
{
    padding-top: 10px;
    color: rgba(96, 98, 102, 0.42);
}
/* 模态框内容 */
.modal-content {
    background-color: #fefefe;
    padding: 20px;

    height: 100%;
}

/* 关闭按钮 */
#myModal .header .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 10px;
}

.close:hover {
    color: black;
}

/* 表单样式 */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.submit-btn:hover {
    background-color: #45a049;
}




.chat-left{
    padding-right: 20%;

}
.chat-left .chatNewContent{
    background:#cde2da;
}
.scroll-text {
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 隐藏溢出部分 */
    box-sizing: border-box;
    width: 100%; /* 容器宽度 */
}

.scroll-text span {
    display: inline-block;
    /* padding-left: 50%; *//* 初始位置在容器外 */
    animation: scroll 10s linear infinite; /* 动画效果 */
}
.visitorNoticeClose{
    padding-right: 10px;
    width: 20px;
}
.fpzj{
    padding: 5px 6px;
    background: white;
    border-radius: 19px;
}
.fpzjy{
    color: #00BF6D;
}
.fpzjyc{
    color: #a5acb8;
}
.fpzjyy{
    font-size: 14px;
    color: #a5acb8;
}
.chat-rigth{
    padding-left: 20%;
}

.c_tag {
    font-size: 10px;
    height: 20px;
    background-color: #F5FAFF;
    border: 1px solid #00BF6D;
    border-radius: 10px;
    color: #00BF6D;
    padding: 1px 5px;
    margin-right: 5px;
    border-bottom-left-radius: 0px;
}
.layui-nav {
    position: relative;
    padding: 0 15px;
    background-color: #00BF6D;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.chatEntTitle {
    background: -webkit-gradient(linear,right top,left top,from(#00BF6D),to(#00BF6D));
    background: linear-gradient(270deg,#00BF6D,#00BF6D);
    overflow: visible;
}
.chatTime {
    margin: 12px 0 25px 0;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #FFF;
    background-color: #00BF6D;
    border-color: #00BF6D;
}
.el-button--primary {
    color: #FFF;
    background-color: #00BF6D;
    border-color: #00BF6D;
}
.el-button--primary.is-plain {
    color: #00BF6D;
    background: #ecf5ff;
    border-color: #b3d8ff;
}
/*编辑器同步*/
.note-editable{
    color: #000;font-size: 14px;
}
.note-editable p{
    margin: 0 0 10px;
}
.el-button--primary.is-plain.selectlangcalss{
    color: #FFFFFF;
    background: #00BF6D;
}

.chatArticleItem a {
    margin: 8px 0px;
    font-size: 14px;
    display: block;
    color: rgba(0, 0, 0, .65);
    color: rgba(0, 0, 0, .65);
    padding: 6px 10px 6px 20px;
    word-break: break-all;
}
.productCardTitle{

}
.chatSendgoods{
    display: flex;
    background: #fff;
    margin: 2px 10px;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0px 20px rgb(0 0 0 / 20%), 0 2px 5px rgb(0 0 0 / 10%);
}
.chatSendgoods .box{
    padding: 10px;border:1px solid #eee;border-radius: 10px;width: 100%
}
.chatSendgoods .el-icon-close{
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0;
    top: 0;
    border: none;
    background: #00BF6D;
    color: white;
}
.chatSendgoods .send{
    float: right;
}
.chatSendgoods .look{
   color:black;
}
.chatSendgoods .title{
    margin-right: 10px;
}
.chatSendgoods .img{
    max-height: 80px;
}
.chatSendgoods .titlebox{
    display: inline-table;
    width: calc(100% - 78px);
}

.custom-button {
    background-color: #007bff; /* 背景颜色 */
    color: white; /* 文字颜色 */
    padding: 10px 20px; /* 内边距 */
    border: none; /* 去掉边框 */
    border-radius: 5px; /* 圆角 */
    font-size: 16px; /* 字体大小 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
    transition: background-color 0.3s ease, transform 0.2s ease; /* 过渡效果 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 阴影效果 */
}

.custom-button:hover {
    background-color: #0056b3; /* 鼠标悬停时背景颜色 */
    transform: translateY(-2px); /* 轻微上移 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* 悬停时阴影加深 */
}

.custom-button:active {
    background-color: #004080; /* 点击时背景颜色 */
    transform: translateY(0); /* 点击时恢复原位 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 点击时阴影恢复 */
}

.custom-button:focus {
    outline: none; /* 去掉默认的焦点边框 */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* 自定义焦点效果 */
}
/*客服输入中*/
.keinput{
    margin-top: 40px;
}
.typing-animation {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.typing-icon {
    margin-right: 8px;
    font-size: 16px;
    animation: bounce 1.2s infinite;
}

.typing-animation .dot {
    opacity: 0;
    font-size: 24px;
    animation: typing-dots 1.4s infinite;
}

.typing-animation .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-animation .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing-dots {
    0%, 20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}