.header{
    height: 100px;
}
.active{
    color: #6bc955;
}
a.active{
    color: #6bc955;
}
.w{
    width: 1190px;
    margin: 0 auto;
}
.header_logo{
    margin-top: 24px;
    margin-left: 35px;
    width: 272px;
    height: 52px;
}
.header_nav{
    display: inline-block;
    margin-left: 170px;
    vertical-align: top;
    height: 100px;
    line-height: 100px;
}
.header_nav>span{
    position: relative;
    margin-right: 76px;
}
.header_nav>span span{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff4839;
    top: 2px;
    right: -6px;
    display: none;
}
.header_nav>span .show{
    display: block;
}
.header_user{
    display: inline-block;
    margin-left:190px;
    vertical-align: top;
    height: 100px;
    line-height: 100px;
}
.header_user_logo{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}
.header_user_line{
    margin: 0 6px;
}

.login_out{
    vertical-align: middle;
}

/*底部*/
.footer{
    height: 168px;
    background-color: #f3f3f3;
    margin-top: 38px;
}
.pr{
    position: relative;
}
.footer_logo{
    margin-top: 52px;
    width: 218px;
    height: 52px;
}
.footer_list{
    position: absolute;
    top: 54px;
    left:500px;
}
.footer_list p{
    margin-bottom: 14px;
}
.footer_info{
    position: absolute;
    top: 98px;
    left:500px;
}
.footer_info p{
    margin-bottom: 12px;
}
.copyright{
    height: 70px;
    line-height: 70px;
    text-align: center;
}
/*遮罩层*/
.yg_floor,.yg_floor_img{
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    display: none;
}
.yg_img_pre_img_box{
    position: fixed;
    width: 100%;
    height: 100%;
    right: -20px;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2001;
}
.yg_img_pre_img{
    z-index: 2001;
    max-width: 80%;
    margin:20px auto;
    display: block;
    min-width: 25%;
}
.yg_img_pre_img_left,.yg_img_pre_img_right{
    position: fixed;
    top: 40%;
    font-size: 73px;
    color: #fff;
    font-weight: 900;
    cursor: default;
    z-index: 2001;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    display: none;
}
.yg_img_pre_img_left{
    left: 15%;
}
.yg_img_pre_img_right{
    right: 15%;
}
.yg_img_pre_img_left:active,.yg_img_pre_img_right:active{
    color: #d3d3d3;
}
/*遮罩层结束*/
/*右边悬浮*/
.fixed{
    position: absolute;
    right: 50px;
    top: -20px;
    z-index: 2;
    display: none;
}
.fixed_loading{
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    z-index: 2100;
    width: 35px;
    height: 35px;
}
.fixed>img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 264px !important;
    height: 257px !important;
    z-index: 10;
    opacity: 1;
}
.fixed2{
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    padding: 16px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    opacity: .9;
}
.fixed2 img{
    width: 32px;
    display: block;
    margin-bottom: 20px;
}
.fixed2 .go_top{
    display: none;
    cursor: pointer;
}
/*右边悬浮结束*/
/*提示窗口*/
.alert_tips{
    width: 460px;
    height: 200px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    z-index: 2001;
    top: 300px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #6bc955;
    text-align: center;
    display: none;
}
.alert_tips > p{
    margin: 50px;
}
.alert_tips_enter, .suggest_tips_enter {
    width: 120px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #6bc955;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
}
.alert_tips_enter:active{
    position: relative;
    top: 1px;
}
/*提示窗口结束*/
/*分类列表开始*/
.category_box{
    position: absolute;
    width: 785px;
    z-index: 18;
    top: 44px;
    left: -22px;
    box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.5);
    padding-top: 16px;
    font-size: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    display: none;
    padding-bottom: 16px;
}

.category_left{
    width: 188px;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    line-height: 26px;
    font-size: 0;
}

.category_left_cate{
    height: 34px;
    padding-left:10px;
    padding-right: 12px;
    line-height: 34px;
    font-size: 14px;
}
.category_left_cate:hover{
    background-color: #fff1d1;
    cursor: default;
}
.category_left_cate span{
    padding-left:4px;
    padding-right: 4px;
}
.category_right{
    width: 596px;
    height: 392px;
    vertical-align: top;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 42px;
}
.category_right_title{
    color: #1a1a1a;
}

.category_right_content span{
    margin: 4px 6px 4px 0;
    padding-left: 0;
    cursor: pointer;
    color: #666666;
}
.category_right_content span:hover{
    color: #6bc955;
}
.category_right_item{
    padding-left: 72px;
    position: relative;
}
.category_right_title{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 72px;
}
/*分类列表结束*/
/*空白页面*/
.no_find{
    display:block;
    margin:70px auto 20px;
}
.no_find_text{
    text-align: center;
}
/*聊天开始*/
/*好友列表*/
.message_list{
    display: none;
    z-index: 19991015;
    width:280px;
    height: 520px;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    background-image: none;
    margin-left: 0px;
    position: fixed;
    background-color: #f4f4f4;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.message_prise_list{
    position: absolute;
    width: 78px;
    height: 518px;
    border-right: 1px solid #f2f2f2;
    left:0;
    background-color: #fff;
    border-left-radius: 2px;
    top: 0;
}
.message_prise_list_item{
    width: 44px;
    height: 44px;
    margin: 12px auto;
    border-radius: 50%;
    display: block;
}
.message_prise_list_item.active{
    box-shadow:0px 0px 4px rgb(190, 137, .3);
}
.message_icon{
    background-color: #fff;
    padding: 9px 0;
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.message_icon li{
    display: inline-block;
    font-size:18px;
    text-align: center;
    color: #19191a;
    color: rgba(0,0,0,.6);
    cursor: pointer;
    margin-left: 20px;
}
.message_icon_img{
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}
.message_icon li span{
    font-size: 22px;
    color: rgba(0,0,0,.6);
}
.message_icon_people span{
    color: #6bc955;
}
.message_icon_close{
    position: absolute;
    right: 10px;
    top:10px;
}
.message_search{
    padding: 5px;
    background-color: #fff;
}
.message_search input{
    width: 230px;
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #f4f4f4;
}
.message_account{
    padding: 10px 0;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
}
.message_content_body_ul li {
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    padding-left: 60px;
    min-height: 68px;
}
.message_content_body_ul li>img{
    width: 90px;
    height: 90px;
}
.message_account_list{
    position: relative;
    height: 50px;
    padding: 5px 15px 5px 60px;
    font-size: 0;
    cursor: pointer;
}
.message_account_list:hover{
    background-color: #f7f7f7;
}
.msg_del_nav{
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #4d4d4d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    display: none;
    z-index: 19991016;
    background-color: #ffffff;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.msg_del_nav:hover{
    background-color: #e6e6e6;
}
.message_aacount_list_head{
    position: absolute;
    left: 15px;
    top: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.message_account_list_prise{
    font-size: 14px;
    width: 210px;
    display: block;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.message_account_list_job{
    color: #6bc955;
}
.message_account_list_unread{
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    display: none;
    left: 36px;
}
.message_content{
    display: none;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    position: fixed !important;
    background-color: #fff;
    z-index: 1999 !important;
    width: 600px;
    top: 215.5px;
    left: 418px;
    min-width: 500px;
    min-height: 420px;
    background-image: url("https://laychatx.workerman.net/assets/libs/layui/css/modules/layim/skin/2.jpg");
}
.message_content_title{
    height: 60px;
    text-indent: 20px;
    border-bottom: none;
    background-color: #F8F8F8;
    background-color: rgba(245,245,245,.7);
    padding-top: 10px;
    line-height: 1.7;
}
.messgae_content_title_job{
    color: #6bc955;
}
.message_bgf{
    background-color: rgba(255,255,255,.9);
}
.message_content_body{
    position: relative;
    height: 330px;
    padding: 15px 15px 5px;
    overflow-x: hidden;
    overflow-y: auto;
}
.message_content_set{
    height: 32px;
    line-height: 32px;
    border-top: 2px solid #f2f2f2;
    padding-left: 28px;
}
.message_content_set_img{
    height: 26px;
    width: 26px;
    margin:3px 12px 0 0;
    cursor: pointer;
}
.message_content_footer{
    border-top: 2px solid #f2f2f2;
}
.message_content_footer_text textarea{
    display: block;
    width: 100%;
    padding: 5px 0 0;
    height: 68px;
    line-height: 20px;
    border: none;
    overflow: auto;
    resize: none;
    outline: none;
    background: 0 0;
}
.message_content_footer_bottom{
    position: relative;
    height: 46px;
}
.message_content_footer_bottom-send{
    position: absolute;
    right: 15px;
    top: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    cursor: pointer;
}
.message_content_footer_bottom-send-close,.message_content_footer_bottom-send-btn{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 32px;
    margin-left: 5px;
    padding: 0 20px;
    background-color: #6bc955;
    color: #fff;
    border-radius: 3px;
}
.message_content_footer_textarea{
    text-indent: 20px;
}
.message_content_body_msg_list{
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
    position: relative;
    min-height: 68px;
}
.message_content_body_msg_head{
    position: absolute;
    vertical-align: top;
    font-size: 14px;
    left: 3px;
    top: 23px;
}
.message_content_body_msg_head_me .message_content_body_msg_head{
    left: auto;
    right: 3px;
}
.message_circle_box{
    margin: 10px auto;
    padding: 12px;
    width: 538px;
    height: 115px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    position: relative;
    cursor: pointer;
}
.message_circle_img{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 14px;
    left: 14px;
    object-fit: cover;
}
.message_circle_time,.message_circle_noimg_time{
    position: absolute;
    top: 22px;
    left: 124px;
    color: #4d4d4d;
}
.message_circle_noimg_time{
    left:22px;
}
.message_circle_content,.message_circle_noimg_content{
    position: absolute;
    width: 368px;
    height: 44px;
    left: 124px;
    top: 46px;
    color: #4d4d4d;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap:break-word;
}
.message_circle_noimg_content{
    left: 22px;
    width: 500px;
}
.message_content_body_msg_head img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.message_content_body_msg_head cite{
    position: absolute;
    left: 60px;
    top: -24px;
    width: 500px;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    color: #999;
    font-style: normal;
}
.message_content_set_img_input{
    width: 0;
    height: 0;
    visibility: hidden;
}
.message_content_body_msg_head_me cite{
    left: auto;
    right: 60px;
    text-align: right;
}
.layim-chat-text{
    margin-left: 0;
    text-align: left;
    background-color: #6bc955;
    color: #fff;
    position: relative;
    line-height: 22px;
    margin-top: 25px;
    padding: 8px 15px;
    border-radius: 3px;
    word-break: break-all;
    display: inline-block;
    max-width: 450px;
}
.bgf4{
    background-color: #f4f4f4;
    color: #4d4d4d;
}
/*聊天结束*/
/*视频提示*/
.video_tips{
    width: 424px;
    height: 344px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    z-index: 2001;
    top: 240px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding: 28px;
    box-sizing: border-box;
    display: none;
}
/*视频提示*/
.layim-chat-text .video_img {
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}