.w{
    width: 1160px !important;
    margin: 0 auto;
}
red{
    color: red;
}
.floor_fix{
    overflow: hidden;
    position:fixed;
    height: 100%;
    width: 100%;
}
body{
    padding-top: 115px;
    box-sizing: border-box;
}
.header{
    padding: 20px 0 30px 0;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 1999;
    width: 100%;
    min-width: 1160px;
    text-align: center;
}
.header-nav{
    width: 536px;
    margin-left: 60px;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    color: #5d5d5d;
    position: relative;
    top: 9px;
}
.header-nav li{
    float: left;
    margin-left:48px;
}
.nav-login{
    width: 206px;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    top: 9px;
}
.foot{
    width: 1100px;
    justify-content: space-between;
    box-sizing: content-box;
}
.foot-top{
    position: relative;
}
.foot_logo{
    position: absolute;
    top: 36px;
    left: 2px;
}
.foot-foot{
    text-align: center;
    margin-top: 44px;
    margin-bottom: 40px;
    color: #666;
}
.foot-logo-txt{
    padding-left:70px;
    color: #666;
}
.foot-list{
    font-size: 14px;
    color: #5d5d5d;
    position: absolute;
    top: 70px;
    left: 250px;
}
.foot-list li{
    float: left;
    margin-right: 52px;
    padding-left: 30px;
    position: relative;
}
.foot-list img{
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}
.foot-list .foot_code{
    width: 185px;
    height: 198px;
    position: absolute;
    top: -200px;
    left: -84px;
    display: none;
}
.foot-list2{
    height: 160px;
    font-size: 14px;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.fixed{
    position: fixed;
    right: 50px;
    top: 225px;
    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;
}
.fixed2{
    height: 146px;
    width: 35px;
    position: fixed;
    top: 341px;
    right: 15px;
    z-index: 2;
}
.fixed2>img{
    width: 100%;
}
.msg_off{
    margin: 10px 0;
}
.suggest_off{
    margin-bottom: 10px;
}
.go_top{
    display: none;
    cursor: pointer;
}
.active_nav{
    color:#6bc955;
}
.active_nav a{
    color:#6bc955;
}
.index-logo{
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 12px;
    margin-right: 4px;
}
.change_logo{
    margin: 0 12px;
}

.c-status{
    color:#6bc955 !important;
}
.yg_dialog_box,.yg_dialog_box_edit{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
    margin-top: 15vh;
    z-index: 2001;
}

.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;
}
.yg_dialog{
    position: relative;
    margin: 0 auto 50px;
    margin-top: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width:540px;
}
.yg_dialog>p{
    position: absolute;
    top: 166px;
    right: 39px;
    font-size: 14px;
}
.yg_dialog_header{
    padding: 20px 28px 10px;
}
.yg_dialog_title{
    line-height: 24px;
    font-size: 16px;
    color: #303133;
}
.yg_dialog_close,.yg_dialog_close_edit{
    position: absolute;
    top: 12px;
    right: 34px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 26px;
}
.yg_dialog_body{
    padding: 6px 30px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.yg_dialog_footer{
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
    text-align: center;
}
.yg_dialog_enter,.yg_dialog_edit {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    margin-left: 0px;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    background-color:#6bc955;
    width: 180px;
    border-radius: 20px;
}
/*好友列表*/
.message_list{
    display: none;
    z-index: 19991015;
    width:358px;
    height: 520px;
    padding-left: 80px;
    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%;
    position: relative;
    display: block;
}
.message_prise_list_item span{
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: red;
    color: #ffffff;
    z-index: 1;
    line-height: 14px;
    text-align: center;
    font-size: 12px !important;
    top: 28px;
    right: -2px;
}
.message_prise_list_item .span{
    display: none;
}
.message_prise_list_item.active{
    box-shadow:0px 0px 8px rgba(107,201,85,0.8);
}
.message_icon{
    background-color: #fff;
    padding: 9px 0;
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
}
.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;
    position: relative;
    top: -1px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.message_icon li span{
    font-size: 14px;
    color: rgba(0,0,0,.6);
    display: inline-block;
    width: 80px;
    text-align: left;
}
.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_title{
    height: 30px;
    line-height: 30px;
    color: #4d4d4d;
    font-size: 0;
}
.message_account_title>span{
    position: relative;
}
.message_account_active{
    color: #6bc955 !important;
}
.message_account_active>img{
    filter: none;
}
.message_account_title .unread_num{
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 12px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    bottom:6px;
    right: 16px;
    text-align: center;
    line-height: 14px;
    display: none;
}
.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: 43px;
    padding-top: 25px;
}
.message_content_body_ul li>img{
    width: 90px;
    height: 90px;
    display: inline-block;
}
.message_account_list{
    position: relative;
    height: 42px;
    padding: 5px 15px 5px 60px;
    font-size: 0;
    cursor: pointer;
    box-sizing: content-box;
}
.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;
}
.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: 120px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    position: relative;
    cursor: pointer;
}
.message_circle_box_set_btn{
    width: 78px;
    height: 24px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #6bc955;
    text-align: center;
    line-height: 24px;
    position: absolute;
    bottom: 8px;
    right: 22px;
}
.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;
    padding: 8px 15px;
    border-radius: 3px;
    word-break: break-all;
    display: inline-block;
    max-width: 450px;
}
.layim-chat-text .video_img{
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}
.layim-chat-circle{
    margin-left: 0;
    text-align: left;
    background-color: #ffffff;
    color: #4d4d4d;
    position: relative;
    width: 436px;
    border: 1px solid #f2f2f2;
    padding: 14px;
    box-sizing: border-box;
}
img.layim-chat-circle-img{
    position: absolute;
    left: 14px;
    top: 14px;
    width: 88px;
    height: 88px;
    border-radius: 2px;
}
.layim-chat-date{
    margin-bottom: 10px;
}
.layim-chat-date-content{
    height: 44px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap:break-word;
}
.bgf4{
    background-color: #f4f4f4;
    color: #4d4d4d;
}
.common_suggest{
    position: fixed;
    top: 18%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 728px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2001;
    display: none;
}
.common_suggest_title{
    height: 66px;
    line-height: 66px;
    color:#6bc955;
    text-align: center;
}
.common_suggest_body{
    padding: 0 24px;
}
.common_suggest_body_text{
    width: 666px;
    height: 180px;
    margin: 4px auto 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 6px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    outline: none;
    padding-bottom: 20px;
}
.common_suggest>p{
    position: absolute;
    top: 225px;
    right: 45px;
    font-size: 14px;
}
.common_suggest_add{
    vertical-align: top;
    width: 100px;
    height: 100px;
    border: 1px dashed #b3b3b3;
    border-radius: 5px;
    display: inline-block;
}
.common_suggest_add_box{
    margin: 4px 0 0 20px;
    width: 65px;
    height: 80px;
    display: inline-block;
    line-height: 1;
}
.common_suggest_img_box{
    margin: 0 8px 8px 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}
.common_suggest_img_box>img{
    width: 100px;
    height: 100px;
}
.common_suggest_footer{
    text-align: center;
    padding-bottom: 20px;
}
.common_suggest_footer>div{
    width: 118px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #6bc955;
    margin-right: 10px;
    color: #6bc955;
}
.common_suggest_footer_submit{
    background-color: #6bc955;
    color: #fff !important;
}
/*弹框提示*/
.alert_tips,.suggest_tips,.enter_tips,.login_out_tips,.yg_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,.suggest_tips>p,.enter_tips>p,.login_out_tips>p,.yg_tips>p{
    margin: 50px;
}
.alert_tips_enter,.suggest_tips_enter,.login_out_tips_enter,.yg_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;
}
.enter_tips_cancel,.yg_tips_cancel{
    display: inline-block;
    width: 120px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #6bc955;
    color: #6bc955;
    line-height: 40px;
}
.enter_tips_enter,.yg_tips_enter2{
    display: inline-block;
    width: 120px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #6bc955;
    color: #fff;
    line-height: 40px;
}
.alert_tips_enter:active,.suggest_tips_enter:active,.enter_tips_enter:active,.yg_tips_enter:active{
    top: 1px;
    background-color: #6bc952;
}
/*视频提示*/
.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;
}
/*视频提示*/
.carousel-indicators li{
    background-color: #000 !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}
.elip{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}