.cont_box_bg {
    background-image: url(https://cms.edetmt.com/static/dist/images/agent_bg.png);
    background-size: cover;
    position: relative;
}
/* .ad_bg{
    background-image: url(images/agent_bg2.png);
    background-size: cover;
} */

.mt-45 {
    margin-top: 45px;
}

.agent_list_item {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.agent_list_item_top {
    display: flex;
}

.al_head_content {
    width: 130px;
    position: relative;
}

.al_item_head_box {
    width: 130px;
    display: flex;
    height: 85px;
    overflow: hidden;
}

.al_bg {
    background: #F2F3F7;
    border-radius: 130px;
    width: 130px;
    height: 130px;
    margin-top: -45px;
}

.al_item_head_img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translateX(-50%);
    border-radius: 120px;
    overflow: hidden;
}

.al_title_content {
    padding: 20px;
    padding-bottom: 0;
    flex: 1;
}

.al_title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

.al_time {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.al_btn {
    width: 94px;
    height: 42px;
    background: #4491ED;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.bl_blue {
    position: relative;
}

.bl_blue::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #4491ED;
    width: 3px;
    height: 19px;
    content: '';
}

.al_content_title {
    padding: 0 13px;
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1;
    margin-bottom: 10px;
}

.al_content {
    padding-top: 15px;
    margin-bottom: 20px;
}

.al_content_text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.al_bottom {
    column-gap: 62px;
}

.al_bottom_left,
.al_bottom_right {
    flex: 1;
}

.al_bottom_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.al_bottom_item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.al_bottom_item img {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}

.al_bottom_item span {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.pb-30{padding-bottom: 30px;}
.bg_white{background-color: #FFFFFF;position: absolute;width: 18%;height: 100%;top: 0;left: 0;}
.ad_left{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 220px;
    padding: 20px;
    background: #fff;
    row-gap: 10px;
    height: calc(100vh - 60px);
    box-sizing: border-box;
    overflow-y: auto;
}
.ad_right{
    flex: 1;
    margin: 20px;
    background: #fff;
}
.ad_left_item{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    padding: 10px;
    cursor: pointer;
}
.ad_left_item span{
    flex: 1;
}
.ad_left_item img{
    width: 12px;
    height: 12px;
    display: none;
}
.ad_left_item.active{
    background: rgba(68,145,237,0.15);
    border-radius: 4px;
}
.ad_left_item.active img{
    display: block;
}
.ad_r_head{
    padding: 25px 20px;
    display: flex;
    background-image: url(https://cms.edetmt.com/static/dist/images/ad_h_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}
.ad_head_img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.ad_head_img img{    
    width: 100%;
    height: 100%;
}
.ad_head_title{
    flex: 1;
}
.ad_head_title_name{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.ad_head_title_time{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.ad_head_btn{
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    column-gap: 7PX;
    height: 46px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}
.ad_head_btn span{
    font-weight: 500;
    font-size: 16px;
    color: #000000
}
.ad_head_btn img{
    width: 18px;
    height: 18px;
}
.ad_r_body{
    padding:0 20px;
    max-height: calc(100vh - 60px - 130px - 40px);
    overflow: auto;
}
.ad_r_box{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.ad_r_box_title{
    padding-left: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
}
.overview_cont{
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.ad_r_box_cont{
    padding-top:20px;
}
.ad_r_box_item{
    display: flex;
    column-gap: 10px;
}
.r_item_cont_tilte{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 3px 0;
    margin-bottom: 15px;
}
.r_item_cont_txt{
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 15px;
}
.ar_item_icon_box{
    width: 26px;
    height: 26px;
    background: rgba(68,145,237,0.15);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ar_item_icon_box img{
    width: 20px;
    height: 20px;
}
.ad_r_box_item_icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad_r_line{
    width: 1px;
    background: #DAE1FB;
    margin: 5px 0;
    flex: 1;
}
.ad_r_box_item:last-of-type .ad_r_line{
    background: transparent;
}
.ad_r_box:last-of-type{
    border: none;
}

.chat_body{
    height:calc( 100% - 130px );
    overflow: auto;
}
.chat_empty_box{
    height: calc(100% - 127px);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.chat_empty{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex:1;
}
.chat_empty img{    
    width: 80px;
    height: 80px;
    border-radius: 80px;
}   
.chat_empty p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-top: 30px;
}
.chat_q_box{
    width: 100%;
    display: flex;
    column-gap: 16px;   
    padding: 0 20px;  
    box-sizing: border-box;
}
.chat_q_item{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding: 17px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    flex: 1;
    cursor: pointer;
}
.chat_q_title{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.chat_q_text{
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
}
.chat_input{
    margin-top: 15px;
    padding: 0 20px;
}
.chat_input_box{
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}
.chat_input_box textarea{
    border: none;
    outline: none;
    flex: 1;
    resize: none;
}
.send_btn{
    width: 34px;
    height: 34px;
    background: #D8D8D8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.send_btn img{
    width: 16px;
    height: 16px;
}