html,
body {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}


.znwd24_maindiv {
    width: 100%;
    height: 90vh;
    min-height: 800px;
    /*background: url('/images/znwd24_bg.jpg');*/
    background: #f2f2f2;
    background-size: 100% 100%;
    background-repeat: no-repeat no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.zdwd24 {
    width: 1160px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #bcd2f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .32);
}

.znwd_header {
    background: #0653ab;
    height: 64px;
    display: flex;
    justify-content: left;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .32);

}

.znwd_header span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px
}

.znwd_content {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.znwd_left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.znwd_left_content {
    padding: 20px;
    box-sizing: border-box;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;

}

.znwd_left_content::-webkit-scrollbar {
    width: 5px;
}

.znwd_left_content::-webkit-scrollbar-track {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 5px;
}

.znwd_left_content::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    border-radius: 6px;
    height: 80px;
}




.chat_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.chat_user {
    display: flex;
    margin-top: 30px;

}

.chat_server {
    display: flex;
    margin-top: 30px;
}

.usermsg,
.servermsg {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    max-width: 85%;
    line-height: 24px;
}


.usermsg {
    margin-left: auto;
    background: #0653ab;
    color: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    animation: fadeInRight 0.5s;
}

.servermsg {
    margin-right: auto;
    background-color: #f2f2f2;
    color: #333;
    border-top-left-radius: 0;
    border: 1px solid #f7f7f7;
    animation: fadeInLeft 0.5s;
}

.servermsg a {
    color: #0654b4;
    text-decoration-line: none;
    font-size: 14px;
    cursor: pointer;
}

.servermsg a:hover {
    text-decoration-line: underline;
    font-weight: bold;

}






.znwd_left_msgdiv {
    flex-shrink: 1;
    height: 200px;
    /* border-top: 1px solid #0653ab; */
    display: flex;
    flex-direction: column;
}



@keyframes slideInOut {
    0% {
        transform: translateX(-100%);
        /*初始位置为原点*/
    }

    100% {
        transform: translateX(0);
        /*最后位置向上移动100%（等于容器高度）*/
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}










#messCon {
    width: 100%;
    flex: 1;
    font-size: 16px;
    color: #333;
    padding: 10px;
    overflow: auto;
    resize: none;
    box-sizing: border-box;
    border: none;
    outline: none;
}

#messconn::placeholder {
    font-size: 16px;
    color: #ccc;
}

.msgdiv_header {
    height: 36px;
    line-height: 36px;
    z-index: 1;

    flex-shrink: 1;
    display: flex;
    padding: 0 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .32);
}

.msgdiv_header span {
    font-size: 14px;
    font-weight: bold;
}

.hot_type {
    display: flex;
    flex: 1;


}

.hot-type-item {
    font-size: 14px;
    color: #0653ab;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}


.msgdiv_bottom {
    padding: 10px;
    display: flex;
}

.msgdiv_info {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: flex-end;
}

#msgnum {
    color: #f00;
    font-size: 14px;
}

#sendbtn {
    padding: 5px 30px;
    background: #0653ab;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    display: flex;
    margin-left: auto;
    cursor: pointer;
    font-weight: bold;

}






.f1{
  flex: 1;
}



.znwd_right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ccc;
    width: 350px;
    flex-shrink: 1;
    overflow: hidden;
}

.znwd_cjwt {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cjwt_heder {
    padding: 15px 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .32);

}

.cjwt_heder span {
    font-size: 16px;
    color: #0653ab;
    font-weight: bold;
    background-color: #f2f2f2;
}

.cjwt_main {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

.cjwt_main a{
    box-sizing: border-box;
    padding: 11px 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.cjwt_main a::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}

.rgqd_main{
    /* padding-bottom: 20px; */
}

.more_services {
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    padding: 20px 0;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}

.more_services:hover {
    transform: scale(1.03);
}

.lefticon {
    padding: 10px;
    width: 64px;
    height: 64px;
}

.lefticon img {
    width: 100%;
    height: 100%;
}

.r_con {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px;
    padding-left: 0;
    box-sizing: border-box;
}

.sc_info {
    margin-top: 5px;

}

.sc_txt {
    font-size: 22px;
    color: #0653ab;
    font-weight: bold;
    user-select: none;
}

.sc_info {
    font-size: 14px;
    color: #666;
    word-break: break-all;
}

/* .bo_line {
    position: relative;
    padding-bottom: 10px;
} */


.more_services::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* .bo_line::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
} */


/* .bo_line::before {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
} */