@CHARSET "UTF-8";

body {
	margin:0;
/* 	background-image: url("img/timg.jpg");
 *//* 	background-color: #eee;  */ 
}
/*实现字数限制，超出部分显示为省略号*/
.text-length{
	margin-left:10px;
	margin-right:10px;
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 超出部分不显示 */
	text-overflow: ellipsis; /* 超出部分显示为... */
}
.msgNumShow{
	display:inline !important;
}
.msgNumHide{
	display: none !important;
}

.timeSend{ float:right; margin-top:-20px; margin-right:15px;}

.msgListTitle{ margin-left:5px; height:25px; }

/*设置的  按钮样式*/
.setting-switch{ margin-left: 10%;  }

.trTransferMember { cursor:pointer; }

.trTransferMember:hover{ background-color: #eeeeee;}

/*头像变灰*/
.headChang{
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
}
.li{width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.newFriend_item{
	height:60px;
	border-bottom:1px solid #EEF0F5;
	padding: 8px;
}

.newFriend_body{
	cursor: pointer; 
	width: 400px; 
	float:left;
}

.newFriend_nickname{
	font-size:14px;
	margin-bottom:3px;
	    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.newFriend_msgContent{

 	color: #a8abaf;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    letter-spacing: -0.2px;
    font-family: "SF Regular","Segoe System UI Regular","Segoe UI Regular",sans-serif;
    font-size: 13px;
    white-space: pre;
    position: relative;
    cursor: inherit;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: stretch;
}

.newFriend_option{
	float:left;
	line-height: 42px;
}

.newFriend_button{
	
	width: 80px;
    height: 30px;
    font-size: 14px;
    color: white;
    background-color: #61B664;
    margin-left: 20px;
    line-height: 30px;
}

/*群组相关样式 =============================*/
/*创建群的按钮样式*/
#createGroupSetting{
	margin-top: 5%;
}
.createGroupSettingDiv{
	margin-top: 5%;
	border-bottom: 1px solid #eeeeee;
}
#createGroupSetting p {
	float: left;
	width: 150px;
	margin-right:15%;
	margin-top: 2%;
}
.groupSettingSwitchDiv .groupSettingItem_p{
	width:40%;
}
.groupSettingSwitchDiv span{
	margin-top: 1.5%;
	float: right;
    margin-right: 5%;
}
.groupDetailSettingRow{
	height: 6%;
	border-bottom:1px solid #eeeeee;
	padding: 0  30px;
}
.groupSettingSwitchDiv{
	height: 60px;
    padding: 12px 30px;
}

.groupDetailSettingImg{
	float: right;
    margin-right: 40px;
    margin-top: 10px;
    height: 25px;
}

.groupDetailText{
	float: left;
	margin-left: 75px;
	margin-top: 13px;
	font-size: 14px;
}


.groupDetails .groupSettingItem_p{
	margin-left: 3%;
	float: left;
	margin-top: 13px;
	font-size: 15px;
	/*margin-left: 1%'*/
	width: 80px;
}
.groupSettingItemDiv{
	background-color:#EEEEEE;
}

.groupDetails .groupSettingItem_desc{
	margin-left: 5%;
}

/** 删除一类按钮通用样式  */
.danger_btn{
	width: 110px;
	height: 36px;
	border: 0;
    margin: 20px 0;
    padding: 0 10px;
    color: #fff;
    background-color: #d9534f;

    display: inline-block;
    font-size: 14px;
   
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.defult_btn {
	width: 110px;
	height: 36px;
	border: 0;
    margin: 20px auto;
    color: #fff;
	background-color: #49AE4C;

	display: inline-block;
    font-size: 14px;
   
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.search_bar {
    position: relative;
    width: 270px;
    margin: 0 auto 6px;
}

.search_bar .web_wechat_search {
    position: absolute;
    z-index: 101;
    margin: 7px 0 0 5px;
    background: url(/img/search.png) no-repeat;
    background-size: 18px;
}

.web_wechat_screencut, .web_wechat_search {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.search_bar .frm_search {
    width: 270px;
    height: 32px;
    line-height: 32px;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #EEEEEE;
    color: #3c3b3b;
    padding-left: 30px;
    font-size: 12px;
}




/*==========================================群组相关样式End*/


/*视频样式*/

.div_Video{
	width:240px;
	height:240px;
	margin-left: 4px; 
}
.div_Video video{
	width:240px;
	height:240px;
	data-plyr:"{ loadSprite:'true'}";
}

.sss{
	display: none;
}
.zero{
	color: white;
	margin-top: -10px;
}
#voice_audio{
	display: none;
}
.form-signin {
	/*max-width: 330px;*/
	padding: 15px;
	margin: 0 auto;
	margin-top:16.6%;
	background-color: white;
}

.form-signin , .form-signin .checkbox {
	margin-bottom: 10px;
	
}
#btnMyFriends,#btnAttentionList,#btnNearbyUser{
	color: gray;
}

/*复选框样式*/
.chk_1{
        display: none;
}
.chk_1 + label {
        background-color: #d9dbd9;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
        width: 40px;
        height: 15px;
}

.chk_1  + label:after {
        content: ' ';
        position: absolute;
        top: 0;
        -webkit-transition: box-shadow 0.1s ease-in;
        transition: box-shadow 0.1s ease-in;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.chk_1  + label:before {
    content: ' ';
    position: absolute;
    background: white;
    top: 0;
    left: 1px;
    z-index: 999999;
    width: 20px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 20px;
    border-radius: 100px;
    box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_1:active + label:after {
    box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_1:active + label:before {
    width: 37px;
 }

.chk_1:checked:active + label:before {
    width: 37px;
    left: 20px;
}

.chk_1  + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_1:checked + label:before {
    content: ' ';
    position: absolute;
    left: 26px;
    border-radius: 100px;
}

.chk_1:checked + label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #4cda60;
    box-shadow: 0 0 1px #4cda60;
}


dl dt p,dl dt img{
	font-weight: 400;
	font-size: 15px;
	color: white;
	line-height: 62px;
	text-align: center;	
}
dl dt p:hover{
	color: white;
}
dl{
	height: 62px;
}
dl:hover{
	color: #63676f;
}
/*.word{
	background-color: darkgray;
}*/
#h2{
	color: #55CBC4;
}
/* .form-signin-heading{
	margin-bottom: 10px;
	color: white;
} */
.back{
	background-color: #3A3F45;
	color: white;
}
.border{
	border-left: 0;
	border-bottom: 1px solid #61B664;
	border-right: 0;
	border-top: 0;
	color: gray;
}

#tabCon_0{
	/*height: 815px;*/
}

#tabCon_1{
	width: 700px;
	height: 760px;
	display: none;
	background-color: white;
	/*margin-left: 5px;*/
	/*position: absolute;
	margin-left: 399px;
	top: 140px;*/
}

#tabCon_2{
	/*width: 730px;*/
	height: 760px;
	display: none;
	background-color: white;
	/*margin-left: 10px;*/
	/*position: absolute;
	margin-left:399px; 
	top: 140px;*/
}
.one{
	float: left;
	line-height: 50px;
	margin-left: 120px;
	margin-right: -80px;
	font-size: 16px;
}
.ring{
	height: 50px;
	border-bottom:1px solid #EEF0F5;

}
.form-signin .checkbox {
	font-weight: normal;
}

.form-signin  {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-control{
	position: relative;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.form-signin .form-control:focus {
	z-index: 2;
}
/* .media-main{
	background-color: white;
}
.checked{
	background-color: red;
} */
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#btnLogin{
	background-color: #393A3F;
	line-height: 0;
	margin-top: 5px;
	border: 0;
	font-size: 16px;
}


/*#password{
	background:url(img/password@2x.png);
}*/
/*#telephone{
	background-color: white;
}*/
#btnLogin:hover{
	opacity: 0.7;
}
/*.emojl-panel {
	position: absolute;
	top: 400px;
	left: 30px;
	width: 86%;
	height: 170px;
	background-color: #dddddd;
	border: 1px solid #EEEEEE;
	z-index: 1056;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 2px;

}*/

/*
.btn {
	display: block;
	position: relative;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .75em 12px;
	width: 100%;
	font-family: '微软雅黑', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
*/
.chat_toolbar .btn_img {
	width: 30px;
	height: 30px;
}


.btn_img {
	margin: 0 4px;
	background-size: 100% 100% !important;
}

.btn_img, .btn_small .btn_img {
	display: block;
	width: 20px;
	height: 20px;
}

/*----------分割线----------*/
.chat_content_group {
	padding: 10px
}
.left_title{
	color: white;
}
.left_title_old{
	color: #63656a;
}
.chat_content_avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px
}

.chat_nick {
	font-size: 14px;
	margin: 0 0 10px;
	margin-bottom: -2px;
	/*display: inline;*/
}


.chat_content {
    word-break: normal;
    display: inline-block;
    height: 20px;
    max-width: 80px;
    /*background: #97c94c;*/
   /* background: -webkit-gradient(linear, left top, left bottom, from(#cf9),to(#9c3));
    background: -webkit-linear-gradient(#cf9, #9c3);
    background: -moz-linear-gradient(#cf9, #9c3);
    background: -ms-linear-gradient(#cf9, #9c3);
    background: -o-linear-gradient(#cf9, #9c3);
    background: linear-gradient(#e2e2e2, #e2e2e2);*/
    -moz-border-radius: 5px;
    padding: 0 4px;
    word-break: break-all;
    margin: 7.5px auto;
   font-size: 16px;
}


.chat_contentGIF {
	display: inline-block;
	min-height: 16px;
	max-width: 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 4px;
	word-break: break-all;
	/*box-shadow: 1px 1px 5px #000;*/
	line-height: 1.4
}
.text_content{
	min-height: 35px;
	line-height: 25px;
	font-size: 16px;
	min-width: 35px;
	padding: 10px;
}
.chat_content_group.buddy {
	text-align: left
}

.chat_content_group.self {
	text-align: right
}

.chat_content_group.self .content>.chat_content {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(white, #55cbc499));
	background: -webkit-linear-gradient(white, #e1e1e1);
	background: -moz-linear-gradient(white, #e1e1e1);
	background: -ms-linear-gradient(white, #e1e1e1);
	background: -o-linear-gradient(white, #e1e1e1);
	background: linear-gradient(#8BE8D9, #8BE8D9);/* aae5e1 */
}

.chat_content_group.self>.chat_content_avatar {
	float: right;
	margin: 0 0 0 10px
}

.chat_content_group.self>.chat_nick {
	text-align: right
}

.self .content p:before{
	right: -12px;
    border-color: transparent #00bfff;
    border-width: 0 0 12px 12px ;
}

.chat_content_group.self .content>.chat_content {
	text-align: left
}


.chat_content_group.system>.chat_content {
	max-width: 100%;
	background: #f6fabb;
	background: -webkit-linear-gradient(#f6fabb, #fdf98d);
	background: -moz-linear-gradient(#f6fabb, #fdf98d);
	background: -ms-linear-gradient(#f6fabb, #fdf98d);
	background: -o-linear-gradient(#f6fabb, #fdf98d);
	background: linear-gradient(#f6fabb, #fdf98d)
}

.chat_content_group.system {
	text-align: left !important
}
.groupListChild{
	padding: 8px; 
	height: 60px;
	border-bottom: 1px solid #f1f1f1;
}
.chat_content .icon {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(/img/tips_icon.png)
}

.chat_content .icon_info {
	background-position: -60px 0
}

.chat_content .icon_err {
	background-position: -20px 0
}

.chat_content .icon_succ {
	background-position: -40px 0
}

.chat_banned{
	font-size: 30px;
    height: 210px;
    width: 100%;
    text-align: center;
    padding-top: 10%;
    position: absolute;
    opacity: 0.5;
    background-color: rgb(192, 192, 192);
}

.regContainer{
	/*background-color: #55CBC4;*/
	opacity: 0.9;
    filter:alpha(opacity=90);
    width: 50%;
} 
.container_box {
	border: 1px solid #d9dadc;
	background-color: #fff;
	width: 90%;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 50px;

}

.container_box_bd {
	padding-bottom: 30px;
	padding: 20px 20px;
}

label {
	font-weight: normal;
}

label.error {
	padding-top: 5px;
	font-weight: normal;
	color: #EA5200;
}

.media-heading {
	font-family: "微软雅黑";
	font-size: 15px;
	color:#3c3b3b;
}

.media-main {
	padding: 8px;
	/*border-bottom: 1px solid #f1f1f1;*/
}

.media-avatar {
	cursor: pointer;
	margin-right: 10px;
}

.media-desc {
	font-family: "微软雅黑";
	font-size: 12px;
	color: gray;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*width: 260px;*/
	white-space: nowrap;
}

/* tab color */
.nav-tabs>li>a {
	/* 	background-color: #333333; */
	/* 	border-color: #777777; */
	/* 	color: #fff; */
	
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #fff;
	background-color: #55CBC4;
	border: 1px solid #55CBC4;
	border-radius: 0;
	height: 60px;
}

/* hover tab color */
.nav-tabs>li>a:hover {
	 	/* border-color: #000000;
	 	background-color: #111111; */
	
}
/*.btn_myFriends:HOVER{
	background-color: #55CBC4;
}*/
.btn_myFriends{
	background-color: #55CBC4;
}

.btnMyRoom:HOVER {
	background-color: #55CBC4;
}
.btnMyRoom{
	background-color: #55CBC4;
}

.sou{
	background-color:#4baf4a;
	color: white;
}

.upload_btn{
	width: 80px;
    height: 32px;
    border: 0;
    color: #fff;
    background-color: #49AE4C;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 4px;
}

.close_btn{
	background-color: #FF5722;
    color: white;
    
    padding: 5px 15px;
   
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;
}


#o{
	/*background-color: #FFFFFF;*/
	background-color : #FFFFFF;
}
.fActive { 
	background: #f5f5f5; 
}


.Snapchat1{
	background-color: #999C9C;
	padding-top: 5px;
	text-decoration: none;
	border-radius: 13px;
	color: #FFFFFF;

	padding-bottom: 7px;
}
.Snapchat{
	color:#292c2b;
	text-decoration: none;
}
#btnEmojl:HOVER{
	/*background: url("/img/2.png");*/
}

/*注册相关*/

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.regPicture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.regPicture:hover {
  border-color: #2ca8ff;
}
.regPicture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.picture-src {
  width: 100%;
}

.card {
  background-color: #FFFFFF;
  padding: 10px 0 20px;
  width: 100%;
}

.wizard-card {
  min-height: 410px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
}

.image-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  padding-top: 18px;
}
.set-full-height{
	height: auto;
}

.form-horizontal{
	margin: auto 0;
}
.portrait{
	display:block;
	vertical-align:middle;
	/*margin-right:px;
	margin-left:-15px;*/
	/*border:1px solid red;*/
	/*margin: auto 0;*/
	padding-left: 80px;
}
.portrait2{
 /*margin: auto 0;*/
 /*border:1px solid red;*/
 padding-left: 0px;
 padding-right: 0px;
}

.regTitle{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	text-align:center;
}

/**组织架构相关样式*/

.upside-down{
    filter:progid:dximagetransfrom.microsoft.basicimage(rotation:2);
    transform: rotate(90deg); /* 图片旋转*/
}

.compUnfold{
	width:20px;
	height:20px; 
	bottom:0px;
}

.companyMenu{

    opacity: 0.8;
    float: right;

    margin-top: 0px;
    padding: 5px 5px;
    background: #64686c;

    color: #FFFFFF;
    right:1%;
    display:none;
    position: absolute;
    z-index: 9999;
}






.companyMenuBar{
	width:25px; 
	height:25px; 
	float:right; 
	/*margin-right:17px;*/
}

.companyMenu>li{
 	margin:0 5px;
 	color: #f9f3f3;
 	cursor: pointer;
 	font-weight:bold;
 	list-style-type:none;
 	text-decoration:none; 

} 

.departmentImg{
	bottom:0px; 
	height:18px;
	width:18px;
	margin-right: 13px;
}

.childDepartList{
	padding-left: 18px;
	display: none;
}

.departMenuBar{
	/*width:25px; 
	height:25px;*/
 	/*margin-top: -3px;*/
 	float:right;
 	margin-right: 14px;
}

.company{
	clear:both;
	display:block;
	padding: 8px; 
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
	background: #EEEEEE;
	position: relative;
}
.topAdd{
	width: 35px;
	float: right;
	margin-top: 9px;
	margin-right:15px;
}

.departMenu{

	min-height: 30px;
	max-height: 120px; 
	float:right; 

	margin-top:-35px;
	padding-top:5px;
	padding-bottom: 5px;
	background: #64686c;

	color: #FFFFFF;
	opacity: 0.8;
	position: absolute;
	right: 1%;
	display: none;

	z-index: 9999;
}

.departMenu>li{
 	margin:0 5px;
 	color: #f9f3f3;
 	cursor: pointer;
 	font-weight:bold;
 	list-style-type:none;
 	text-decoration:none; 
} 

.error{
	color: #f20909;
}
.noticeInput{
  display: block;
  width: 200%;
  height: 90px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.noticeInput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*控制头像为圆形*/
.imgAvatar{
	/*margin:10px 5px;*/
    overflow:hidden;
}

.imgAvatar figure{
	display:inline-block;
	/*margin:5px auto;*/
	width:45px;
	height:45px;
	border-radius:100px;
	/*border:2px solid #fff;*/
	overflow:hidden;
	/*-webkit-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 1px #001efc;*/
}

.imgAvatar img{
	width:100%;
    min-height:100%;
    text-align:center;
}



.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.emojl-panel img{
	width: 25px;
	height: 25px;
	margin:5px 5px;
}
.headContent{
	/*border: 1px solid red;*/
	float: left;
	/*width: 42px;*/
	height: 47px;
	margin-left: 4px;
	text-align: center;
	line-height:47px;   
    overflow:hidden;   
}
.hint{
	margin-left: 150px;
	font-size: 13px;
	color: #222c2bb3;
	display:none;
}
.msgStatus{
	/*border: 1px solid red;*/
	margin-right: 3px;
	height: 100%;
	font-size: 12px;
	color:#F9F6F6;
	font-weight:bolder;
	border-radius:4px;
	padding: 0 2px;
}
.msgStatusRight{
	/*border: 1px solid red;*/
	margin-left: 4px;
	height: 100%;
	font-size: 12px;
	color:#F9F6F6;
	font-weight:bolder;
	border-radius:4px;
	padding: 0 2px;
	background-color: #77B9CD;
	
}
.click{ /*鼠标变为点击态*/
	cursor:pointer;
}

/*.msgStatusBG{
	background-color: #74B7EE;
}*/

.hideMsg{
	display: none;
}
.myAvatar{  /*  左栏用户自己的头像 */
	width:60px;
	height:60px;
	margin-top:20px;
}
.roundAvatar { /*控制头像为圆形 */
	border-radius:100%;   
}
.user_online{
	background-color: #ADADAD;
}
.user_status{
	width:15px;
	height:15px;
	margin-left:125px;
	margin-top:-20px;
	position:absolute;
	z-index:1;
	border-radius:100%;
}
.user_back{
	background-color:#09F175;
}
.pageIndex {
	border-radius:5px;
	/*background-color: #3a3f45;*/
	/*background-color:#4baf4a;*/
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 40px;
	margin-right: 40px;
	color: #747678;
	font-size:16px;

}
a:hover {
	text-decoration: none;
}
.pageTurning {
	position:absolute;
	bottom:10px;
	width:100%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align: center;
	max-width: 250px;
}
.searchButten {
 display:inline-block;
 padding:6px 12px;
 margin-bottom:0;
 font-size:14px;
 font-weight:400;
 line-height:1.42857143;
 text-align:center;
 white-space:nowrap;
 vertical-align:middle;
 -ms-touch-action:manipulation;
 touch-action:manipulation;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background-image:none;
 border:1px solid transparent;
 border-radius:0 5px 5px 0;
}
.checked_avatar{
	width :30px; 
	height:30px;
	margin: 3px 3px;
}

.Input_text {
	width: 97%;
    height: 100px;
    margin: 0 10px;
    border: 0px;
    outline: none;
    resize: none;
    /*font: 18px "微软雅黑", Arial, Helvetica, sans-serif;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*background-color: #EEEEEE;*/
    background-color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.6;
}

.msgMabay{
	background:url('/img/talk.png');
	width: 110px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	
	margin-right:-10px;
	color: white;
}

.msgMabayChange{
	background:url('/img/mabay.png');
}

.logContent{
	margin:0 20px; 
	padding:0 auto; 
	/*border:1px solid red;*/
	text-align:center;
	margin-bottom:20px;
}
.logContent>span{
	margin:0 auto;
	/*border:1px solid #333;*/
	text-align:center;
	padding:2px 12px;
	/*background-color: #9EA2A299;*/
	border-radius: 8px;
	color:#b2b2b2;
	font-size: 12px;
}
.loadHistoryIcon{
	margin:0 20px; 
	padding:0 auto; 
	/*border:1px solid red;*/
	text-align:center;
	color: #269abc;
}
.messageNum{
	position: absolute;
	display: none;
	min-width: 18px;
	height: 18px;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	border-radius: 30px;
	right: 40px;
	top: 15px;
	background-color: #f74c1e;
	padding: 1px 3px;
	color: #FFFFFF;
	font-family: '微软雅黑', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.chooseFriend{
	border: 1px solid #ddd; 
	height: 470px;
	width: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
.table > tbody > tr > td{
	border-top: 0;
	padding-top: 3px;
}
.detailsBtn{
	height: 50px;
	width: 450px;
	margin-left: 100px;
	margin-top:20px;
	background-color:#55cbc4;
	border:0;
}

.groupMenberIdent{ 
	width:20px;
	height:20px;
	/*margin-left:10px;*/
}
.shade{
	/*-webkit-mask-image:-webkit-radial-gradient(50% 50%,#90C3C0,#90C3C0);*/
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(1,0,0,0.1), rgba(0,0,0,0.1));
	/*opacity:0.04;*/
}

.emojiSwitch{
    height: 80px; 
    padding: 20px 3px; 
}
.textFlow{
	overflow: hidden;/*内容超出后隐藏*/
	text-overflow: ellipsis;/* 超出内容显示为省略号*/
	white-space: nowrap;/*文本不进行换行*/
}
.fWarp{
	/*padding: 0 10px;*/
}
.transpond{
	float: left;
	z-index: 999;
	width: 110px; 
	height: 38px; 
	text-align: center; 
	line-height: 38px;
	background:url('/img/talk.png');
}
.transpondChange{
	background:url('/img/mabay.png');
}
.friendDetails{
	height: 50px;
	/*background-color: #EEF0F5;*/
	border-radius: 1px;
	text-align: center;
	line-height:55px;
	font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
	color: #666666;
}
.btn:hover{
	color: #FFFFFF;
}
.sou:hover{
	color: #FFFFFF;
}


/*常用语面板*/
.userfulText-panel {
 display:none;
 position:absolute;
 bottom:160px;
 /*right:27px;*/
 right:20px;
 z-index:5;
 width:378px;
 border:1px #e7e9ee solid;
 background:#fff;
 box-shadow:0 0 14px rgba(0,0,0,.11);
 -webkit-box-shadow:0 0 14px rgba(0,0,0,.11)
}
.userfulText-panel:after {
 content:'';
 position:absolute;
 width:10px;
 height:10px;
 bottom:-6px;
 /*left:50px;*/
 right:40px;
 border:1px solid;
 border-color:#e7e9ee #e7e9ee transparent transparent;
 -webkit-transform:rotate(135deg);
 transform:rotate(135deg);
 background:#fff
}
.userfulText-panel .title {
 height:45px;
 line-height:45px;
 color:#9fa3b0;
 font-weight:400;
 font-size:16px;
 padding:0 20px;
 margin: 0;
}
.userfulText-panel .title .link-set {
 color:#18c3b1;
 float:right;
 font-size:14px
}
.userfulText-panel ul {
 max-height:180px;
 overflow:auto;
 list-style: none;
 padding: 0;
 margin: 0;
}
.userfulText-panel li {
 border-top:1px #f2f5fa solid;
 padding:0 20px;
 cursor:pointer;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 line-height:44px;
 position:relative;
 z-index:1
}
.userfulText-panel li:hover {
 background-color:#f2f5fa
}
.userfulText-panel li.userfulText-empty {
 cursor:default;
 color:#98a1b2;
 text-align:center;
}
.userfulText-panel li.userfulText-empty:hover {
 background-color:transparent;
}
/*.sentence-blank {
 text-align:center;
 padding:50px 0
}
.sentence-blank .link-add {
 color:#18c3b1
}
*/

/*表情面板*/
.emoji-panel {
	display: none;
    position: absolute;
    bottom: 200px;
    right: 27px;
    left: 10px;
    z-index: 5;
    width: 400px;
    border: 1px #e7e9ee solid;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.11);
}
.emoji-panel:after {
 content:'';
 position:absolute;
 width:10px;
 height:10px;
 bottom:-6px;
 /*left:50px;*/
 left:20px;
 border:1px solid;
 border-color:#e7e9ee #e7e9ee transparent transparent;
 -webkit-transform:rotate(135deg);
 transform:rotate(135deg);
 background:#fff
}
.emoji-panel .title {
 height:45px;
 line-height:45px;
 color:#9fa3b0;
 font-weight:400;
 font-size:16px;
 padding:0 20px;
 margin: 0;
}
.emoji-panel .title .link-set {
 color:#18c3b1;
 float:right;
 font-size:14px
}
.emoji-panel ul {
 max-height:250px;
 overflow:auto;
 list-style: none;
 padding: 0;
 margin: 0;
}
.emoji-panel li {
 border-top:1px #f2f5fa solid;
 padding:0 20px;
 cursor:pointer;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 line-height:44px;
 position:relative;
 z-index:1
}
.emoji-panel li:hover {
 background-color:#f2f5fa
}
/*.sentence-blank {
 text-align:center;
 padding:50px 0
}
.sentence-blank .link-add {
 color:#18c3b1
}
*/

.emojiList{
	margin-left: 5px;
	margin-top: 5px;
}


.emojiList > img{
	width: 25px;
	height: 25px;
	margin: 5px 5px;
}

.userfulTextEdi_ul {
 max-height:380px;
 overflow:auto;
 list-style: none;
 padding: 0;
 margin: 0;
}

.userfulTextEdi_li {
 border-top:1px #f2f5fa solid;
 padding:0 20px;
 cursor:pointer;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 line-height:44px;
 position:relative;
 z-index:1;
 position: relative;
 /*padding-left: 20px;*/
 margin-bottom: 15px;
}

/*.userfulTextEdi_li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #dedfe5;
    border-radius: 7px;
}*/

.userfulTextEdi_li p{
	margin-right: 50px;	
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.userfulTextEdi_li :hover {
 background-color:#f2f5fa
}

.userfulTextEdi_empty {
 padding:18px 20px;
 color:#98a1b2;
 text-align:center;
 line-height:1.6;
}

.link-remove {
    float: right;
    opacity: .5;
    text-decoration: none;
    color: #414a60;
}


/**  底部提示新消息条数  */
.unread-bottom {
    position: absolute;
    top: 67px;
    z-index: 50;
    background: #4d4d4d;
    font-size: 12px;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    left: 50%;
    padding: 2px 12px;
    transform: translateX(-50%);
    cursor: pointer;
    color: #fff;
    opacity: .5;
}


.unread-bottom {
    top: auto;
    bottom: 270px;
}


.unread-bottom-icon {
    background-image: url(/img/pull_down.png);
}


.unread-bottom-icon, .unread-up-icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    font-size: 0;
    text-indent: -999em;
    margin-right: 11px;
    background-size: 9px 9px;
    background-repeat: no-repeat;
}


/**  新消息分割线 **/

.message_system .unread-content {
    position: relative;
    overflow: visible;
}



.message_system .content {
    display: inline-block;
    font-size: 12px;
    padding: 1px 18px;
    color: #b2b2b2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.message_system .unread-content .line-left {
    left: -112px;
}



.message_system .unread-content .line-right {
    right: -112px;
}


.message_system .unread-content .line-left, .message_system .unread-content .line-right {
    height: 17px;
    width: 100px;
    position: absolute;
    border-top: 1px solid #b2b2b2;
    top: 9px;
}


#newMsg_tips {
    margin-top: 5px;
    margin-bottom: 5px;
}

#messageContainer > .message_system {
    margin-bottom: 20px;
    margin-top: 5px;
}


/*index 面板*/
/* .loaded .main {
    display: block;
}
.main {
    padding-top: 0;
    height: 100%;
}
.main {
    height: 80%;
    min-height: 600px;
    padding-top: 100px;
    display: none;
    -webkit-transition: padding .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */




/* .data_panel {
   position: relative;
    width: 380px;
    height: 100%;
    float: left;
    background: #2e3238;
    background: #D7D7D7;
} */


/**   =========     hsg   2018-10-12   ========================  ***/

.loaded .main {
    display: block;
}



*{
    margin: 0;
    padding: 0;
}

html,body{
   width: 100%;
   height: 100%;
}

.main{
   width:100%;
   height: 100%;
   min-height: 760px;
   /*background: yellow;*/
}

/* .main {
    height: 100%;
    min-height: 600px;
    padding-top: 100px;
    display: none;
    -webkit-transition: padding .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */


.main_inner {
	position: relative;
    /*max-width: 1400px;*/
    min-width: 800px;
    height: 100%;
    min-height: 760px;
    margin: 0 auto;
    border: 1px solid #2D3137;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

@media (max-height:1080px){
	.box {
		padding-top: 160px;
	}

}

@media (max-height:980px){
	.box{
		padding-top:88px;
	}
}

@media (max-height:800px),(max-width:1000px) {
	.box {
		padding-top: 20px;
		/*height: 100%*/
	}
}

@media (max-height:780px){
	.box {
		padding-top: 10px;
	}
}

@media (max-height:760px){
	.box {
		padding-top: 0px;
	}
}


/* .box{
	padding: 0 20px;
	width: 300px;
	height: 335px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 50px #009688;
} */

/* 左侧菜单栏样式  */

.coolchat_left_nav{
	position: relative;
	width:220px;
	/*height:820px;*/
	height: 100%;
	background-color:#2E3238;
	float:left;
	pointer-events:none;
}


.coolchat_left_nav .header{
    padding: 18px;
    position: relative;
}

.coolchat_left_nav .header .avatar {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 10.625px;
}


.coolchat_left_nav .header .avatar .img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    cursor: pointer;
}

.coolchat_left_nav .header .avatar {
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
}

.coolchat_left_nav .header .info {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    width: 2000px;
}


.coolchat_left_nav .header .info  .display_name {
    display: inline-block;
    font-weight: 400;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #767676;
    font-size: 18px;
    vertical-align: top;
    line-height: 31px;
    text-decoration: none;
    margin-left: 20px;
}



.coolchat_left_nav .header .info .system_menu_icon .opt {
    display: inline-block;
    vertical-align: top;
}

.coolchat_left_nav .system_menu_icon{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.coolchat_left_nav .system_menu_icon {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/css/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: -434px -398px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}

.coolchat_left_nav .system_menu_icon {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/img/1OvE4o2.png) 0 -406px;
}



.coolchat_left_nav .mmpop {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    outline: none;
}

.coolchat_left_nav .system_menu {
    background: transparent !important;
    z-index: 102 !important;
}

.coolchat_left_nav .system_menu {
    width: 120px;
}

.coolchat_left_nav .dropdown_menu {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    box-shadow: 2px 3px 10px rgba(0,0,0,.1);
    -moz-box-shadow: rgba(0,0,0,.1) 2px 3px 10px;
    -webkit-box-shadow: rgba(0,0,0,.1) 2px 3px 10px;
    min-width: 125px;
}

.coolchat_left_nav .dropdown_menu li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}

.coolchat_left_nav .dropdown_menu li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}

.coolchat_left_nav .dropdown_menu li.last_child a {
    border-bottom: 0;
}






.coolchat_left_nav .dropdown_menu li i {
    margin-right: 8px;
}

.coolchat_left_nav .menuicon_push_on {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/css/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: -68px -398px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}

.coolchat_left_nav .menuicon_push_off, .menuicon_push_on {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
}



.coolchat_content_nav{
	position: relative;
    /*background-color: #eee;*/
    height: 100%;
    overflow: hidden;
}

.hide{
	display: none;
}

.dropdown_menu li i {
    margin-right: 8px;
}
.menuicon_volume_on, .titlebar_menuicon {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
}
.menuicon_volume_on {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/css/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: -170px -398px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}
.menuicon_volume_on {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/img/1OvE4o2.png) 0 -338px;
}


.dropdown_menu li i {
    margin-right: 8px;
}
.menuicon_quit, .menuicon_volume_mute {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
}

.menuicon_quit {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/css/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: -102px -398px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}

.menuicon_quit {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/img/1OvE4o2.png) 0 -270px;
}


/**   展示消息/好友列表等的数据面板   **/

.coolchat_data_panel {
	position: relative;
	padding: 0;
	/*width: 350px;*/
	width: 300px;
	/*margin-left: 20px;*/
	float: left;
	/*background: #2e3238;*/
}

.coolchat_data_panel_head{
	height:50px;
	position: relative;
	/*background-color:#EEEEEE;*/
	background-color:#FFFFFF;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	/*border-right: 1px solid #d6d6d6;*/
	border-bottom: 1px solid #d6d6d6;
}


.coolchat_data_panel_head .head-operations {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    padding-left: 10px;
    margin: 8px 15px 12px 0;
}

.icon-add{
	height:30px;
	width:30px;
	cursor:pointer;
	display: inline-block;
	background: url(/img/add.png);
}

.iconfont {
    font-family: iconfont!important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.coolchat_message_panel_div{
	position: relative;
	padding: 0;
	margin-left: 5px;
	width: 700px;
	background-color: #eee;
	overflow: hidden;
}

.coolchat_message_panel{
	/*background-color: #EEEEEE;*/
	background-color: #FFFFFF;
	display: none; 
	border-radius: 0;
	border-left: 1px solid #e6e6e6;
}
.coolchat_message_panel_1{
	background-color: #FFFFFF;
	/*display: none; */
	border-radius: 0;
	border-left: 1px solid #e6e6e6;
}

.coolchat_message_panel .user_nickname{
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;max-width:200px;
}

.msg_panel_op_btn{
	color: white;
	margin: 5px 20px 0 20px;
}

@media screen and (min-width: 769px) {
	body:not(.is-mobile-h5) #sendMsgScopeDiv {
		position: relative;
		height: 210px;
		padding: 0;
		background: #fff;
		border-top: 0;
	}

	body:not(.is-mobile-h5) #mobileComposeActions {
		position: relative;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 6px 10px 0 68px;
		margin: 0;
		font-size: 12px;
		line-height: 1;
		cursor: pointer;
	}

body:not(.is-mobile-h5) #mobileComposeActions > span {
	display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: auto;
		min-width: 0;
		min-height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
		vertical-align: middle;
		cursor: pointer;
		box-shadow: none;
	transition: none;
}

body:not(.is-mobile-h5) #mobileComposeActions > span.service-compose-action.is-visible {
	display: inline-flex !important;
}

	body:not(.is-mobile-h5) #mobileComposeActions > span:hover {
		transform: none;
		border: 0;
		box-shadow: none;
	}

	body:not(.is-mobile-h5) #mobileComposeActions > span img {
		display: block;
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		margin: 0;
	}

	body:not(.is-mobile-h5) #mobileComposeActions > span em {
		display: none;
	}

	body:not(.is-mobile-h5) .mobile-compose-main {
		position: static;
		padding: 0;
	}

	body:not(.is-mobile-h5) .mobile-compose-field {
		position: static;
		display: block;
	}

	body:not(.is-mobile-h5) #mobileComposeClear {
		display: none !important;
	}

	body:not(.is-mobile-h5) #messageBody {
		width: 97%;
		height: 100px;
		min-height: 100px;
		margin: 0 10px;
		padding: 0;
		border: 0;
		border-radius: 5px;
		background: #fff;
		box-shadow: none;
	}

	body:not(.is-mobile-h5) #messageBody:focus {
		border: 0;
		box-shadow: none;
	}

	body:not(.is-mobile-h5) #btnEmojl {
		position: absolute;
		left: 8px;
		top: 6px;
		width: auto;
		height: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		opacity: 1;
		transition: none;
	}

	body:not(.is-mobile-h5) #btnEmojl:hover {
		opacity: 1;
		transform: none;
	}

	body:not(.is-mobile-h5) #btnEmojl img {
		display: block;
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		margin: 0;
	}

	body:not(.is-mobile-h5) #mobileMoreTrigger {
		display: none !important;
	}

	body:not(.is-mobile-h5) .mobile-compose-send,
	body:not(.is-mobile-h5) .mobile-compose-secondary {
		position: absolute;
		bottom: 0;
		display: block;
	}

	body:not(.is-mobile-h5) .mobile-compose-send {
		right: 0;
	}

	body:not(.is-mobile-h5) .mobile-compose-secondary {
		left: 0;
	}

	body:not(.is-mobile-h5) #sendMsgScopeDiv .msg_panel_op_btn {
		margin: 10px 10px 0 10px;
	}

	#btnSend {
		min-width: auto;
		height: auto;
		padding: 6px 12px;
		border: 0;
		border-radius: 4px;
		background: #4baf4a;
		color: #fff;
		font-weight: 400;
		box-shadow: none;
	}

	#btnSend:hover {
		background: #429b41;
		border: 0;
	}

	#btnEndChat {
		height: auto;
		padding: 6px 12px;
		border: 0;
		border-radius: 4px;
		background: #4baf4a;
		color: #fff;
		font-weight: 400;
	}

	#btnEndChat:hover {
		background: #429b41;
		border: 0;
	}

	.group-compact-modal .modal-header {
		padding: 12px 15px;
	}

	.group-compact-modal .modal-body {
		padding: 15px;
	}

	.group-compact-modal .modal-footer {
		padding: 12px 15px;
		border-top: 1px solid #e5e5e5;
	}

	.group-modal-page {
		margin-top: 10px;
	}

	.group-modal-page .pageTurning {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		max-width: none;
		text-align: center;
	}

	.group-create-layout {
		display: grid;
		grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.88fr);
		gap: 20px;
		align-items: start;
	}

	.group-create-panel {
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.group-create-section-title {
		margin: 0 0 8px;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	.group-create-selected {
		display: block;
		min-height: auto;
		max-height: 300px;
		padding: 0;
		border: 0;
		background: transparent;
		overflow-y: auto;
	}

	#tbFriendsList {
		height: 480px;
		overflow-y: auto;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #eee;
		background: #fff;
	}

	#tbFriendsList .table {
		margin-bottom: 0;
	}

	#tbFriendsList td {
		vertical-align: middle;
	}

	.group-invite-search {
		display: flex;
		align-items: stretch;
		gap: 0;
		margin-bottom: 10px;
	}

	.group-invite-search .form-control {
		border-radius: 5px 0 0 5px;
	}

	.group-invite-search .searchButten {
		min-width: 86px;
		border-radius: 0 5px 5px 0;
		padding: 6px 12px;
	}

	.group-invite-list,
	.group-member-list,
	.group-notice-list {
		overflow-y: auto;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #eee;
		background: #fff;
	}

	.group-invite-list,
	.group-member-list {
		max-height: 480px;
	}

	.group-notice-list {
		max-height: 260px;
	}

	.group-invite-card,
	.group-member-card,
	.group-notice-card {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 12px;
		margin: 0;
		border-bottom: 1px solid #eee;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
	}

	.group-invite-card__main,
	.group-member-card__main,
	.group-notice-card__main {
		flex: 1 1 auto;
		min-width: 0;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.group-member-card {
		align-items: flex-start;
	}

	.group-member-card__meta,
	.group-invite-card__meta,
	.group-notice-card__body {
		flex: 1 1 auto;
		min-width: 0;
	}

	.group-member-card__name-row,
	.group-notice-card__meta {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}

	.group-member-card__badge {
		height: auto;
		padding: 1px 6px;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 400;
	}

	.group-member-card__actions {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-left: auto;
		padding-top: 4px;
	}

	.group-member-action,
	.group-notice-card__delete {
		min-height: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #3386c2;
		font-size: 12px;
		font-weight: 400;
		box-shadow: none;
	}

	.group-member-action--danger,
	.group-notice-card__delete {
		color: #d9534f;
	}

	.group-member-card__desc,
	.group-invite-card__desc,
	.group-notice-card__preview,
	.group-notice-card__time {
		font-size: 12px;
		color: #999;
	}

	.group-notice-card__preview {
		margin: 4px 0 0;
	}

	.group-invite-card__check span {
		border-radius: 4px;
	}

	#findgroupfile #myModalLabel {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		font-size: 16px;
		font-weight: 600;
		color: #223043;
	}

	#findgroupfile .group-file-modal {
		display: flex;
		flex-direction: column;
		max-height: calc(100vh - 120px);
		max-height: calc(100dvh - 120px);
		overflow: hidden;
		border: 0;
		border-radius: 18px;
		box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
	}

	#findgroupfile .group-file-modal .modal-header {
		padding: 16px 18px;
		border-bottom: 1px solid #e9edf2;
		background: #ffffff;
	}

	#findgroupfile .group-file-modal .modal-body {
		flex: 1 1 auto;
		min-height: 0;
		padding: 16px 18px 14px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #f7f8fa;
	}

	#findgroupfile .group-file-modal .modal-footer {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
		padding: 14px 18px 18px;
		border-top: 1px solid #e9edf2;
		background: #ffffff;
	}

	#findgroupfile #btnUploadGroupFile {
		flex: 0 0 auto;
		height: 36px;
		padding: 0 16px;
		border: 0;
		border-radius: 10px;
		background: #07c160;
		color: #ffffff;
		font-size: 13px;
		font-weight: 600;
		box-shadow: none;
	}

	#findgroupfile #gfile {
		height: auto;
		max-height: none;
		overflow: visible;
		background: transparent;
	}

	#findgroupfile .groupFile {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		align-items: start;
		gap: 10px 16px;
		min-height: 0;
		margin-bottom: 0;
		padding: 18px 20px;
		border: 1px solid #e8edf3;
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	}

	#findgroupfile .groupFile .groupFile__icon,
	#findgroupfile .groupFile > div:first-child {
		grid-column: 1;
		grid-row: 1 / span 3;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	#findgroupfile .groupFile .info {
		grid-column: 2;
		grid-row: 1;
		display: flex;
		flex-direction: column;
		gap: 6px;
		min-width: 0;
		padding: 0;
	}

	#findgroupfile .groupFile .fileName {
		margin: 0;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.45;
		color: #1f2329;
		word-break: break-word;
	}

	#findgroupfile .groupFile .fileData {
		display: flex;
		flex-wrap: wrap;
		gap: 6px 12px;
		margin: 0;
		font-size: 12px;
		line-height: 1.5;
		color: #667085;
	}

	#findgroupfile .groupFile .timeStr {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		font-size: 12px;
		line-height: 1.5;
		color: #98a2b3;
	}

	#findgroupfile .groupFile .option {
		grid-column: 1 / -1;
		grid-row: 3;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		margin: 0;
	}

	#findgroupfile .groupFile .groupFile__action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		height: 38px;
		padding: 0 16px;
		border: 0;
		border-radius: 999px;
		background: #e8f8ef;
		color: #07c160;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none !important;
	}

	#findgroupfile .groupFile .groupFile__action--danger {
		background: #fff1f0;
		color: #d92d20;
	}

	#findgroupfile .groupFile .groupFile__action img {
		width: 14px;
		height: 14px;
	}

	.group-empty-state {
		margin: 24px auto;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	#tabCon_new {
		width: 700px;
		height: 760px;
		background: #ffffff;
	}

	#tabCon_new .coolchat_message_panel_1 {
		display: flex;
		flex-direction: column;
		height: 100%;
		background: #ffffff;
		border-left: 1px solid #e6e6e6;
	}

	#tabCon_new #divNewFriendList {
		position: relative;
		flex: 1 1 auto;
		height: 710px !important;
		overflow-y: auto;
		background: #ffffff !important;
	}

	#tabCon_new .newFriend_list {
		min-height: 100%;
		padding-bottom: 54px;
		background: #ffffff;
	}

	#tabCon_new .newFriend_item {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 76px;
		height: auto;
		padding: 12px 18px;
		border-bottom: 1px solid #eef0f5;
		background: #ffffff;
	}

	#tabCon_new .newFriend_avatar,
	#tabCon_new .media-avatar {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		margin: 0;
	}

	#tabCon_new .newFriend_avatar img,
	#tabCon_new .media-avatar img {
		width: 44px;
		height: 44px;
		border-radius: 100%;
		object-fit: cover;
	}

	#tabCon_new .newFriend_body {
		float: none;
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}

	#tabCon_new .newFriend_nickname {
		width: auto;
		max-width: 100%;
		margin: 0 0 4px;
	}

	#tabCon_new .newFriend_msgContent {
		max-width: none;
		white-space: nowrap;
	}

	#tabCon_new .newFriend_option {
		float: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 0 0 auto;
		margin-left: auto;
		line-height: 1;
	}

	#tabCon_new .newFriend_button {
		min-width: 80px;
		margin: 0 0 0 12px;
		border-radius: 4px;
	}

	#tabCon_new .newFriend_option .newFriend_button:first-child {
		margin-left: 0;
	}

	#tabCon_new .pageTurning {
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
	}

	#tabCon_new .mobile-empty-state {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 220px;
		background: #ffffff;
		color: #999999;
		letter-spacing: 0;
	}

	#tabCon_new .mobile-empty-state p {
		margin: 0 0 8px;
		font-size: 15px;
		color: #333333;
	}

	#tabCon_new .mobile-empty-state span {
		font-size: 12px;
	}

	#tabCon_1 {
		background: #ffffff;
	}

	#tabCon_1 > .mobile-detail-sheet {
		position: relative;
		box-sizing: border-box;
		width: 400px !important;
		height: 650px !important;
		margin: 7% 0 0 20% !important;
		padding: 0;
		border: 1px solid #dddddd !important;
		background: #ffffff;
		text-align: center;
		overflow: hidden;
	}

	#tabCon_1 > .mobile-detail-sheet > .mobile-back-btn {
		display: none !important;
	}

	#tabCon_1 #friend_img_div {
		display: block;
		margin-top: 15% !important;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	#tabCon_1 #friend_img_div img {
		width: 100px !important;
		height: 100px !important;
		border-radius: 90% !important;
		object-fit: cover;
		box-shadow: none;
	}

	#tabCon_1 .mobile-detail-row,
	#tabCon_1 .ring {
		display: block;
		height: 50px;
		min-height: 0;
		margin-bottom: 0;
		padding: 0;
		border-bottom: 1px solid #eef0f5;
		background: transparent;
		box-shadow: none;
	}

	#tabCon_1 .mobile-detail-sheet .one {
		float: left;
		margin-left: 120px;
		margin-right: -80px;
		line-height: 50px;
		font-size: 16px;
		color: #333333;
	}

	#tabCon_1 .mobile-detail-sheet .ring > div {
		line-height: 50px !important;
		font-size: 16px !important;
		text-align: center;
		color: #333333;
	}

	#tabCon_1 #desRemark {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	#tabCon_1 #desRemark .remark_name {
		width: 150px;
		height: 30px;
		margin-left: 0;
		padding: 0 10px;
		border: 1px solid #dcdfe6;
		border-radius: 4px;
		background: #ffffff;
		line-height: 28px;
	}

	#tabCon_1 #desRemark .remark_name-none-border {
		border: none;
		background: transparent;
	}

	#tabCon_1 #friendDetailsBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 25px;
		margin-top: 15% !important;
		padding: 0 24px;
	}

	#tabCon_1 #friendDetailsBtn .btn,
	#tabCon_1 #friendDetailsBtn .danger_btn,
	#tabCon_1 #friendDetailsBtn .defult_btn {
		width: 150px !important;
		height: 36px !important;
		margin: 0 !important;
	}

	body:not(.is-mobile-h5) #tabCon_1 #desRemark {
		gap: 12px;
	}

	body:not(.is-mobile-h5) #tabCon_1 #desRemark .remark_name {
		width: 182px;
		height: 36px;
		padding: 0 14px;
		border: 1px solid #e4e7ec;
		border-radius: 10px;
		background: #f8fafc;
		line-height: 34px;
		color: #1f2937;
		box-shadow: none;
	}

	body:not(.is-mobile-h5) #tabCon_1 #desRemark .remark_name::placeholder {
		color: #98a2b3;
	}

	body:not(.is-mobile-h5) #tabCon_1 #desRemark .remark_name-none-border {
		border-color: transparent;
		background: #f8fafc;
		color: #667085;
	}

	body:not(.is-mobile-h5) #tabCon_1 #desRemark .switch-name {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border: 1px solid #e4e7ec;
		border-radius: 10px;
		background: #ffffff;
		color: #667085;
		font-size: 18px;
		line-height: 1;
	}

	body:not(.is-mobile-h5) #tabCon_1 #friendDetailsBtn {
		flex-wrap: nowrap;
		gap: 12px;
		margin-top: 56px !important;
		padding: 0 28px;
	}

	body:not(.is-mobile-h5) #tabCon_1 #friendDetailsBtn .btn,
	body:not(.is-mobile-h5) #tabCon_1 #friendDetailsBtn .danger_btn,
	body:not(.is-mobile-h5) #tabCon_1 #friendDetailsBtn .defult_btn {
		width: 164px !important;
		height: 40px !important;
		border-radius: 10px;
		font-size: 15px;
		font-weight: 600;
	}

	body:not(.is-mobile-h5) #tabCon_1 #friendDetailsBtn .danger_btn + .danger_btn {
		background-color: #1f2937 !important;
	}

	.group_details_panel > .head {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
		padding: 0 64px;
		background: #ffffff;
		border-bottom: 1px solid #e5e7eb;
		text-align: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 600;
		color: #333333;
	}

	.group_details_panel > .head > span {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.group-panel-back-icon {
		position: absolute;
		left: 16px;
		top: 50%;
		width: 34px;
		height: 34px;
		padding: 8px;
		border-radius: 10px;
		background: #f5f7fa;
		box-shadow: inset 0 0 0 1px #e4e7ec;
		cursor: pointer;
		object-fit: contain;
		transform: translateY(-50%);
		transition: background-color .2s ease, box-shadow .2s ease;
	}

	.group-panel-back-icon:hover {
		background: #eef2f6;
		box-shadow: inset 0 0 0 1px #d8dde6;
	}

	body:not(.is-mobile-h5) #back,
	body:not(.is-mobile-h5) .group-panel-back-icon {
		position: absolute !important;
		left: 14px;
		top: 50%;
		float: none !important;
		width: 32px !important;
		height: 32px !important;
		margin: 0 !important;
		padding: 8px;
		border: 1px solid #e4e7ec;
		border-radius: 999px;
		background: #ffffff;
		box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
		object-fit: contain;
		cursor: pointer;
		transform: translateY(-50%);
		transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
	}

	body:not(.is-mobile-h5) #back:hover,
	body:not(.is-mobile-h5) .group-panel-back-icon:hover {
		background: #f8fafc;
		border-color: #d0d5dd;
		box-shadow: 0 2px 6px rgba(16, 24, 40, 0.08);
	}
}

.friends_content{
	cursor: pointer;
	/*margin-top:5px;*/
}




/** 消息面板 */
.message_panel_head{
	background-color: #FFFFFF;
    vertical-align: middle;
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
}
	
.coolchat_message_show_area{
	border-bottom: 1px solid #d6d6d6;
	/*background-color: #F2F4F7;*/
	background-color: #FFFFFF;
	
	overflow: hidden;
}


/** 我的资料面板 */

.my_profile_panel,.privacy_set_panel,.password_set_panel{
	position: relative; 
	display: none;
	background-color: white;
	height: 600px; 
	width: 360px; 
	margin: 50px auto;
}

.privacy_option {
	height: 60px;
	padding: 12px  10px;
}

.privacy_action_button {
	width: 100%;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

.privacy_action_button span {
	font-size: 14px;
	color: #222c2b;
}

.privacy_action_button em {
	font-style: normal;
	font-size: 13px;
	color: #8b93a3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-sound-modal-dialog {
	width: 100% !important;
	max-width: 760px !important;
	margin: 48px auto 20px !important;
}

.notification-sound-modal {
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 68px);
	max-height: calc(100dvh - 68px);
	overflow: hidden;
}

.notification-sound-modal .modal-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 22px 22px 18px;
}

.notification-sound-modal__summary {
	margin: 0 0 10px;
	color: #687281;
	font-size: 14px;
	line-height: 1.45;
}

.notification-sound-modal__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.notification-sound-modal__actions .btn {
	flex: 1 1 0;
	min-width: 0;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 10px;
}

.notification-sound-modal__preset-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	color: #4a5567;
	font-size: 13px;
}

.notification-sound-modal__preset-head em {
	font-style: normal;
	color: #90a0b5;
	font-size: 12px;
}

.notification-sound-modal__preset-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.notification-sound-modal__preset {
	min-height: 58px;
	padding: 10px 12px;
	border: 1px solid #d9e3ef;
	border-radius: 12px;
	background: #f7fafc;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.notification-sound-modal__preset strong {
	display: block;
	font-size: 13px;
	line-height: 1.25;
	color: #223043;
	font-weight: 600;
}

.notification-sound-modal__preset span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
	color: #8592a5;
}

.notification-sound-modal__preset:hover {
	border-color: #9db3cc;
	background: #f2f7fb;
}

.notification-sound-modal__preset.is-active {
	border-color: #1fb57a;
	background: #ecfbf4;
	box-shadow: inset 0 0 0 1px rgba(31, 181, 122, 0.16);
}

.notification-sound-modal__hint {
	margin: 12px 0 0;
	color: #9aa3b2;
	font-size: 12px;
	line-height: 1.5;
}

.map-external-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	flex: 1 1 auto;
}

.map-external-actions .map-external-action {
	min-width: 96px;
}

.privacy_set_title, .password_set_title, .my_profile_title {
	text-align: center;
    font-size: 16px;
    /* background-color: #EEEEEE; */
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;

}
/** 好友详情 */
.friends_detail_panel{
	border-radius: 1px;
	display: none;
	border-left: 1px solid #ddd;
	padding: 0;
}

/** 群组详情 */
.group_details_panel{
	border-left: 1px solid #e6e6e6;
	border-radius: 1px;
	display: none;
	padding: 0; 
	overflow:auto;
	border-top:0;
	width: 700px;
}


.group_details_panel > .head{
	height:50px;
	/*background-color: #EEF0F5;*/
	/*border-radius: 5px;*/
	text-align: center;
	line-height:50px;
	font-size: 18px;
	color: #666666;
	/*border:1px solid #ddd;*/
	border-bottom: 1px solid #d6d6d6;
}


.groupName{
	width: 140px;
    margin-left: 43px;
}

/*****  消息列表item *********/

.chat_item.active {
    /*background: #3a3f45;*/
}

.chat_item {
    overflow: hidden;
    padding: 12px 18px 11px;
    /*border-bottom: 1px solid #292c33;*/
    cursor: pointer;
    position: relative;
}



.chat_item.active .ext, .chat_item.active .info .msg {
    color: #7E7979;
}

/*.chat_item .ext {
    float: right;
    color: #6b6f7c;
    font-size: 13px;
    text-align: right;
}

.chat_item .ext .attr {
    height: 19px;
    line-height: 1.5;
}*/

.chat_item .timeStr{
	display: initial;
	float: right;
	color: #7E7979;
	font-size: 10px;
}

.ext .btn_addFriend{
	 border-radius: 20px;
    border: 0px solid transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(217, 217, 243);
}


.chat_item .avatar {
    float: left;
    margin-right: 10px;
    position: relative;
}

.chat_item .avatar .img {
    display: block;
    width: 40px;
    height: 40px;
    /*border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*-webkit-border-radius: 2px;*/
}

.chat_item .info {
    overflow: hidden;
    float: left;
    width: 80%;
}

.chat_item .sex_icon{
	display: inline-block;
    width: 25px;
    margin-top: -3px;
    margin-left: 5px;
}

.chat_item .info .nickname {
    font-weight: 400;
    color: #3c3b3b;
    line-height: 20px;

    /*font-family: "微软雅黑";*/
    font-size: 14px;
    color: #3c3b3b;
}


.chat_item .info .nickname_count, .chat_item .info .nickname_text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.chat_item .info .nickname_text {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.chat_item .info .msg {
    color: #989898;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    height: 1.5em;
}
/** 群公告长度限制 **/
#gnotice {
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.chat_item .avatar .icon {
    position: absolute;
    top: -6px;
    right: -5px;
    color: #FFFFFF;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    background-color: #f74c1e;
    border-radius: 18px;
    display: none;
    min-width: 16px;
    padding: 1px 2px;
    height: 16px;
}



.web_wechat_reddot_big, .web_wechat_reddot_middle {
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    max-width: 26px;
    height: 15px;
}




/*** 群组列表 item *****/

.grop_item {
    overflow: hidden;
    padding: 9px 18px 9px;
    /*border-bottom: 1px solid #292c33;*/
    cursor: pointer;
    position: relative;
}



.grop_item.active .info .msg {
    color: #7E7979;
}

.grop_item .operate {
    float: right;
    color: #403e3e;
    font-size: 13px;
    text-align: right;
    margin-top: 13px;
}

.grop_item .operate .attr {
    height: 19px;
    line-height: 1.5;
}

.grop_item .avatar {
    float: left;
    margin-right: 10px;
    position: relative;
}

.grop_item .avatar .img {
    display: block;
    width: 40px;
    height: 40px;
}

.grop_item .info {
    overflow: hidden;
}

.grop_item .info .group_name {
    font-weight: 400;
    /*font-size: 13px;*/
    color: #3c3b3b;
    line-height: 20px;

    /*font-family: "微软雅黑";*/
    font-size: 14px;
    color: #3c3b3b;
}


.grop_item .info .nickname_count, .grop_item .info .group_name_text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.grop_item .info .group_name_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.grop_item .info .msg {
    color: #989898;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    height: 1.5em;
}




/* ***************    **/
.layui-input-block > div{
	    height: 24px;
	    margin-top: 6px;
	    width: 50px;
}


.inputRedPackePassword{
	width: 30px;
	height: 30px;
	text-align: center;
}


/******************/

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}



.message.me {
    float: right;
    text-align: right;
    clear: right;
}


.message {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.message_system {
    text-align: center;
    margin: 0px auto;
    max-width: 50%;
    height: 15px;
    margin-bottom: 5px;
}


.message.me .avatar {
    float: right;
}

.message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 2px;
    float: left;
    cursor: pointer;
}

.message .group_avatar {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    -moz-border-radius: 2px;
    float: left;
    cursor: pointer;
    margin-top: 12px;
}

.message.me .content {
    overflow: hidden;
}

.message .content {
    overflow: hidden;
}

.message .nickname {
    font-weight: 400;
    padding-left: 10px;
    font-size: 12px;
    height: 22px;
    line-height: 24px;
    color: #4f4f4f;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.message.me {
    float: right;
    text-align: right;
    clear: right;
    margin-bottom: 5px
}

.bubble {
    max-width: 500px;
    min-height: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 10px;
}

.bubble.bubble_default {
    background-color: #e2e2e2;
}

.bubble.bubble_primary {
    background-color: #8AE7D8;
}



.bubble.left:after {
    border-right-color: #e2e2e2;
    border-right-width: 6px;
}

.bubble.left:after, .bubble.left:before {
    right: 100%;
}

.bubble.right:after, .bubble.right:before {
    left: 100%;
}


.bubble:after, .bubble:before {
    position: absolute;
    top: 11px;
    border: 6px solid transparent;
    content: " ";
}

.bubble.bubble_primary.right.arrow_primary:before, .bubble.bubble_primary.right:after {
    border-left-color: #8AE7D8;
    border-left-width: 6px;
}

/*.bubble.right:after{
    border-left-color: #fff;
}*/



.bubble_cont {
    word-wrap: break-word;
    word-break: break-all;
    min-height: 25px;
}



.bubble {
    max-width: 500px;
    min-height: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 2px 10px;
}



.bubble_cont .plain {
    padding: 6px 12px;
}

.bubble_cont {
    word-wrap: break-word;
    word-break: break-all;
    min-height: 25px;
}

/*pre {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    word-break: normal;
    display: block;
}*/

.js_message_plain {
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: normal;
    display: block;
    border:0;
    background-color: 0;
    background-color: #fffefe00;

}


.right .bubble_cont  .msg_status_common{
	position: absolute;
    right: 100%;
    top: 50%;
}

.left .bubble_cont .msg_status_common{
	position: absolute;
    left: 100%;
    top: 50%;
}

.bubble_cont  .ico_loading {
    margin-top: -7px;
    margin-right: 13px;
}

.bubble_cont  .ico_fail {
    margin-top: -11px;
    margin-right: 9px;
    cursor: pointer;
}

/*阅后即焚样式*/
.right .bubble_cont .msg_status_readDel{
	position: absolute;
    right: 100%;
    top: 30%;
}
.bubble_cont  .ico_readDel {
	width: 15px;
	height: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.bubble_cont  .send_status {
    margin-top: -7px;
	width: 28px;
    height: 15px;
    font-size: 10px;
    color: #F9F6F6;
    font-weight: bolder;
    border-radius: 4px;
    padding: 0 2px;
    text-align: center;
    line-height: 16px;
}

.right .bubble_cont .send_status {
	margin-right: 3px;
}

.left .bubble_cont .send_status {
	margin-left: 13px;
}

.bubble_cont  .ok_bg {
	background-color: #74B7EE;
}
.bubble_cont  .read_bg {
    background-color: #7fb38e;
}

.bubble_cont .plain .read_del_time{
	margin-top: -11px;
    margin-left: 10px;
    max-width: 30px;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    color: #F9F6F6;
    font-weight: bolder;
    border-radius: 100%;
    padding: 0 2px;
    background-color: #74B7EE;
    text-align: center;
    line-height: 20px;
}

.bubble_cont img {
    vertical-align: middle;
}

.bubble_cont .picture {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.bubble_cont .picture img {
    display: block;
    cursor: pointer;
    max-width: 350px;
    max-height: 240px;
}

.bubble_cont .picture .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity = 50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

.bubble_cont .picture .loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}


.web_wechat_message_fail {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    /*background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/css/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;*/
    background: url(/img/resend.png);
    /*background-position: -289px -432px;*/
    /*-webkit-background-size: 487px 462px;*/
    /*background-size: 487px 462px;*/
}


.bubble_cont .location {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bubble_cont .location .img {
    width: 250px;
    height: 150px;
    display: block;
}

.bubble_cont .location .location-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #eef3f6 0%, #dfe7ec 100%);
    color: #536471;
}

.bubble_cont .location .location-fallback img {
    width: 28px;
    height: 28px;
    opacity: .8;
}

.bubble_cont .location .location-fallback span {
    font-size: 14px;
}

.bubble_cont .location .location-fallback-map {
	position: relative;
	overflow: hidden;
	background: #dbe7f4;
}

.bubble_cont .location .location-fallback-map .location-tile {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) contrast(1.02);
}

.bubble_cont .location .location-fallback-map .location-pin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	background: #ff4d4f;
	border-radius: 50% 50% 50% 0;
	transform: translate(-50%, -92%) rotate(-45deg);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.bubble_cont .location .location-fallback-map .location-pin:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.bubble_cont .location .location-fallback-map .location-watermark {
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 2px 6px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .38);
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
}

.map-preview-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.map-preview-stage {
	position: relative;
	flex: 1 1 auto;
	min-height: 220px;
	overflow: hidden;
	background: linear-gradient(135deg, #d9e9f7 0%, #dff2e8 100%);
}

.map-preview-stage-empty {
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-preview-empty-text {
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .08);
	color: #526072;
	font-size: 13px;
}

.map-preview-tile {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.02);
}

.map-preview-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .66);
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .02em;
}

.map-preview-pin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 28px;
	background: #ff4d4f;
	border-radius: 50% 50% 50% 0;
	transform: translate(-50%, -92%) rotate(-45deg);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.map-preview-pin:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}

.map-fallback-shell {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d9e9f7 0%, #dff2e8 100%);
}

.map-fallback-viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.map-fallback-layer {
	position: absolute;
	inset: 0;
}

.map-fallback-tile {
	position: absolute;
	display: block;
	width: 256px;
	height: 256px;
	max-width: none;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.map-fallback-marker {
	position: absolute;
	width: 28px;
	height: 28px;
	background: #ff4d4f;
	border-radius: 50% 50% 50% 0;
	transform: translate(-50%, -92%) rotate(-45deg);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.map-fallback-marker:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}

.map-fallback-controls {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.map-fallback-control {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .94);
	color: #111827;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 10px 20px rgba(15, 23, 42, .16);
}

.map-fallback-control:disabled {
	opacity: .4;
}

.map-fallback-status {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 3;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .68);
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .02em;
}

.map-preview-meta {
	padding: 14px 16px 16px;
	border-top: 1px solid #e8edf3;
	background: #fff;
}

.map-preview-title {
	margin: 0;
	color: #1f2937;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.map-preview-coords {
	margin: 8px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.5;
}

.map-preview-note {
	margin: 8px 0 0;
	color: #7b8794;
	font-size: 12px;
	line-height: 1.5;
}

.map-preview-actions {
	margin-top: 12px;
}

.map-preview-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 10px;
	background: #07c160;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(7, 193, 96, .16);
}

#map .modal-dialog.map-modal-dialog {
	width: auto !important;
	max-width: min(720px, calc(100vw - 48px)) !important;
	margin: 32px auto;
}

#map .map-modal {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: 26px;
	background: #f6f8fb;
	box-shadow: 0 32px 70px rgba(15, 23, 42, .22);
	max-height: calc(100vh - 64px);
}

#map .map-modal-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 22px 16px;
	border-bottom: 1px solid #e9edf3;
	background: #ffffff;
}

#map .map-modal-header .modal-title {
	margin: 0;
	width: 100%;
	padding: 0 44px 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	text-align: center;
}

#map .map-modal-header .close {
	position: absolute;
	right: 18px;
	top: 50%;
	margin: 0;
	font-size: 28px;
	line-height: 1;
	color: #111827;
	opacity: .42;
	text-shadow: none;
	transform: translateY(-50%);
}

#map .map-modal-header .close:hover {
	opacity: .68;
}

#map .map-modal-body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 18px;
	background: #f6f8fb;
}

#map .map-modal-stage {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #ffffff;
}

#map .map-modal-canvas {
	width: 100% !important;
	height: 420px !important;
	min-height: 420px;
	background: #eef3f7;
}

#map.map-preview-content .map-modal-canvas {
	height: auto !important;
	min-height: 0;
}

#map.map-preview-content .map-preview-card {
	height: auto;
}

#map.map-preview-content .map-preview-stage {
	height: 260px;
	min-height: 260px;
	max-height: 260px;
}

#map .map-modal-footer {
	padding: 0 18px 18px;
	border-top: 0;
	background: #f6f8fb;
}

#map .map-modal-footer .btn {
	min-width: 144px;
	height: 42px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
}

#map.map-footer-hidden .map-modal-footer {
	display: none !important;
}

#map .map-preview-meta {
	padding: 16px 18px 18px;
}

#map .map-preview-title {
	font-size: 17px;
}

#map .map-preview-coords,
#map .map-preview-note {
	word-break: break-all;
}

#map .map-preview-actions a {
	min-width: 152px;
	height: 40px;
	border-radius: 12px;
}

.bubble_cont .location .desc {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 5px 10px;
}

.bubble_cont .attach {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    min-height: 75px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 250px;
    max-width: 300px;
    margin: 1px;
    position: relative;
}

.bubble_cont .attach_bd .cover {
    display: table-cell;
    padding-right: 10px;
}


.icon_file {
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: 76px;
    background: url(/img/file.png) no-repeat;
}

/* .icon_file {
    background: url(/img/file.png) no-repeat;
    background-position: 0 -246px;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
} */

.bubble_cont .attach_bd .cont {
    display: table-cell;
    vertical-align: top;
}

.bubble_cont .attach_bd .cont .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 200px;
}

.bubble_cont .attach_bd .cont .opr {
    margin-top: 25px;
}

.bubble_cont .attach_bd .cont .opr a {
    color: #35ac2f;
    text-decoration: none;
}



.bubble_cont .card {
    padding: 7px 13px;
    /* margin: 2px; */
    background-color: #fff;
    width: 250px;
    cursor: pointer;
    position: relative;
    border: 1px solid #d2d2d2;
}

.bubble_cont .card .card_hd {
    border-top: 1px dotted #dedede;
    margin-top: 10px;
    padding: 0 7px;
}

.bubble_cont .card .card_avatar {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 10px;
}

.bubble_cont .card .card_avatar .img {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bubble_cont .card .info {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    width: 2000px;
}

.bubble_cont .card .info .display_name {
    font-weight: 400;
    font-size: 14px;
}

 /* 名片 --下面三个样式用于将名片消息的三角隐藏 */
.bubble_cont .card:after {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    z-index: 99;
    border: 7px solid transparent;   
}
.me .bubble_cont .card:after {
    right: -15px;
    border-left-color: #fff;
}
.you .bubble_cont .card:after {
    left: -15px;
    border-right-color: #fff;
}


.emoticon {
    padding: 0 5px;
}


.message .custom_emoji {
    /*width: 100px;*/
    max-height: 100px;
}


/*隐藏 Gif 消息气泡的三角形*/
.bubble_cont .emoticon:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    z-index: 99;
    border: 7px solid transparent;   
}
/*.me .bubble_cont .emoticon:after {
    right: -15px;
    border-left-color: #fff;
}*/
.you .bubble_cont .emoticon:after {
    left: -14px;
    border-right-color: #fff;
}

/**
 * 发送文件的上传进度条
 */
.progress_bar, .progress_bar .progress {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.progress_bar {
	margin-top: 5px;
    height: 6px;
    background: #ddd;
}

.progress_bar .progress {
    display: block;
    height: 100%;
    background: #35a328;
}


/*弹出框按钮颜色*/
.my-skin .layui-layer-btn a{
    background-color: #61B664;
    border: 1px solid #61B664;
}

/*取消按钮*/
.my-skin .layui-layer-btn .layui-layer-btn1{
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}

.empName{
	height: 16px;
}

.groupFile{
	height: 40px;
    margin-bottom: 10px;
}

.groupFile .btn_download, .btn_delete {
	border-radius: 20px;
    border: 0px solid transparent;
    width: 36px;
    height: 36px;
    background-color: rgb(215, 215, 221);
    align-items:center;
}

.groupFile .btn_delete{
	margin-left: 10px;
}

.groupFile .timeStr{
	float: left;
    width: 140px;
    line-height: 40px;
    color: #858585;
    text-align: center;
    font-size: 10px;
}

.groupFile .option{
	float: left;
    margin: 0 8px;
}



.groupFile .option img{
	width:22px;
	height: 24px; 
}

.groupFile .info{
	float: left;
	padding:0 10px;
}

.groupFile .fileName{
	width: 265px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.groupFile .fileData{
	width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    font-size: 12px;
}

.groupFile .info span{
	color: #858585;
}


/**
点击名片打开的用户详情面板
**/
.user_info{
	margin:10px auto;
	text-align: center;					
}

.user_info .details{
	margin:10px auto;
	font-family: '微软雅黑';
    font-size: 13px; 
    color: #808080;
    width: 200px;
}

.user_info .details p{

	margin-bottom: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user_info .details span{
	padding-left: 6px;
}

.user_info .option button{
	background-color: #61B664;
    width: 150px;
    height: 40px;
    font-size: 15px;
    color: white;
    border: 0;
    border-radius: 4px;
}
