@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; /* 超出部分显示为... */
}

.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%);
}
.newFriendButton{
	float:right;
	width: 80px;
	height: 30px;
	margin-top:5px;
	margin-right:30px;
   border:0;
   font-size:12px;
   color:white;
   background-color:#61B664;
   display:inline;
}
/*群组相关样式 =============================*/
/*创建群的按钮样式*/
#createGroupSetting{
	margin-top: 5%;
}
.createGroupSettingDiv{
	margin-top: 5%;
	border-bottom: 1px solid #eeeeee;
}
#createGroupSetting p {
	float: left;    
	width: auto;
    margin-right: 15px;
    margin-top: 4px;
}
.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;*/
	width: 75%;
}

#tabCon_1,#tabCon_2,#tabCon_3,#tabCon_4{
	width: 700px;
	height: 760px;
	display: none;
	background-color: white;
	/*margin-left: 5px;*/
	/*position: absolute;
	margin-left: 399px;
	top: 140px;*/
}

#tabCon_2{
	/*width: 730px;*/
	width: 75%;
	height: 100%;
	display: none;
	background-color: white;
	/*margin-left: 10px;*/
	/*position: absolute;
	margin-left:399px; 
	top: 140px;*/
}
.one{
	display: inline-block;
	margin-left: 30px;
	font-size: 12px;
}
.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;
}
*/
.btn_face {
	padding: 5px;
}

.chat_toolbar .btn_img {
	width: 30px;
	height: 30px;
}

.btn_face .btn_img {
	background: url(/img/chat_bottombar_icon_face.png);
}

.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: #a1a1a1;*/
	/*background-color: #2e3238;*/
	background-color:#0044CC;
	color: white;
}
#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{
	/*width: 100px;*/
	/*max-height: 118px;*/
     /*height: 118px; */
     opacity: 0.8;
    float: right;
    /* border: 2px solid #333; */
    margin-top: -40px;
    padding: 5px 5px;
    background: #64686c;
    /* margin-right: 12px; */
}






.companyMenuBar{
	width:25px; 
	height:25px; 
	float:right; 
	/*margin-right:17px;*/
}

.companyMenu>a{
 	margin:0 5px;
 	color: #f9f3f3;
 	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;
}
.topAdd{
	width: 30px;
	float: right;
	margin-top: 15px;
	margin-right:15px;
}

.departMenu{
	/*width:84px; */
	min-height: 30px;
	max-height: 120px; 
	float:right; 
	/*border:2px solid #333; */
	margin-top:-35px;
	padding-top:5px;
	padding-bottom: 5px;
	background: #64686c;
	/*margin-right: 12px;*/
}

.departMenu>a{
 	margin:0 5px;
 	color: #f9f3f3;
 	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
}
/*.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
}

.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 {
    text-align: center;
    margin: 10px auto;
    max-width: 50%;
}

.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;
}



/*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;*/
   background-image: url('../img/wizard.png');
   background-repeat: no-repeat;
   background-size: 100% 100%;
   overflow: hidden;
}

/* .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;*/
    width: 1000px;
    height: 760px;
	margin: 0 auto;
	margin-top: 50px;
    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_left_nav .menuicon_push_on {
    background: url(https://res.wx.qq.com/a/wx_fed/webwx/res/static/img/1OvE4o2.png) 0 -236px;
}*/


.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: 25%;
	/*margin-left: 20px;*/
	float: left;
	/*background: #2e3238;*/
}

.coolchat_data_panel_head{
	height:50px;
	/*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_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;
}

.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_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 .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;
}

.chat_item .info .nickname {
    font-weight: 400;
    /*font-size: 13px;*/
    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: 100%;
    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: 16px;*/
    float: left;
    width: 100%;
}

.message_system {
    text-align: center;
    margin: 0px auto;
    max-width: 50%;
}


.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;
	color: #666;
}


.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;
}

.bubble_cont  .send_status {
    margin-top: -7px;
	width: 40px;
    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 .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: 2px;
    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;
}




/*朋友圈功能*/
#friendsCircle-tabs{
	width: 592px;
	height: 760px;
	background: #E9E9E9;
	position: relative;
	/*left: 0;
	top: 0;*/
	/*z-index: 5;*/
	margin: 0 auto;
    /*padding: 0 15px;*/
    display: none;
    overflow-y: scroll;
    z-index: 5;
}


.friendsCircle-list{
	/*background: #2e2e2e;*/
	border: 1px solid #2e2e2e;
	background: #2e2e2e;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.friendsCircle-inf{
	height: 50px;
	margin-top: 15px;
	position: relative;
}
.friendsCircle-photo{
	position: absolute;
	left: 15px;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.friendsCircle-uername{
	position: absolute;
	left: 75px;
	top: 4px;
	color: #a6a6a6;
	font-size: 16px;
}
.friendsCircle-time{
	position: absolute;
	left: 75px;
	top: 29px;
	color: #6b6b6b;
	font-size: 13px;
}
.friendsCircle-photo img{
	width: 100%;
}

.friendsCircle-content{
	font-size: 16px;
	color: #FFF;
	padding:0 16px;
	margin-top: 13px;
	color: #a6a6a6;
}

.friendsCircle-picture{
	padding: 0 16px;
	margin-top: 13px;
}
.friendsCircle-picture::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.friendsCircle-picture ul::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.friendsCircle-picture-lists li{
	width: 32%;
	padding-bottom: 32%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.friendsCircle-picture ul li img{
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.dianzan-box{
	margin-top: 15px;
	padding: 0 16px;
}
.dianzan-box::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.cr-place{
    float: left;
    height: 39px;
    line-height: 39px;
    color: #7f7f7f;
}
.dianzan-box-iconf{
	float: right;
	color: #908f8f;	
	-webkit-transition: 0.1s !important;
}
.dianzan-box-iconf:hover{
	color: #FFF;
	-webkit-transition: 0.1s !important;
}
.dianzan-box-iconf .iconfont{
	font-size: 24px;
	cursor: pointer;
	margin-left: 30px;
}
.dianzan-box-iconf .icon-dianzan-active1{
	color: #FFF;
}
.dianzan-box-iconf .icon-dianzan-active2{
	color: #908f8f;
}
.dianzan-box .no_dianzan{
	
}
.dianzan-box .has_dianzan{
	color: #FFF;
}

.dianzan-box-iconf .icon-star-active{
	color: #FFF;
}
.line-bt{
	border-bottom: 2px solid #1f1f1f;
	padding-bottom: 11px;
}
.line-bt::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.dianzan-member-box{
	margin-top: 15px;
	padding: 0 16px;
}
.dianzan-member-box .icon-dianzan1{
	float: left;
	color: #FFF;
	margin-right: 8px;
}

.dianzan-member-box::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.dianzan-member{
	color: #FFF;
}
.dianzan-member span{
	float: left;
	color: #FFF;
}
.dianzan-member::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.dianzan-member .member-sn{
	float: left;
	color: #FFF;
}

.pinlun-container{
	padding: 0 16px;
	margin-top: 12px;
}
.pinlun-container *{
	overflow: hidden;
}
.pinlun-user{
	float: left;
	color: #FFF;
}
.pinlun-list{
	padding-bottom: 2px;
	position: relative;
	padding-right: 25px;
}
.pinlun-user{
	color: #9c9c9c;
}
.pinlun-content{
	/*float: left;*/
	color: #9c9c9c;
   
}
.delCr{
	position: absolute;
	right: 0;
	top: 2px;

}
.delCr .iconfont{
	color: #ababab;
	cursor: pointer;
	display: none;
		font-size: 18px;
}
.pinlun-list:hover .delCr .iconfont{
	display: block;
}

.pinlun-user span{
	color: #FFF;
	cursor: pointer;
}

.pinlun-textear-box{
	margin-top: 10px;
	padding: 0 16px;
	display: none;
}

.pinlun-textear-box .pinlun-textear{
	width: 100%;
	height: 60px;
	background: #404040;
	padding: 5px;
	resize: none;
	font-size: 13px;
	border: 1px solid #1F1F1F;
	color: #A6A6A2;
	/*background: #FFF;*/
}
.pinlun-btn-box{
	width: 100%;
	height: 28px;
	margin-top: 4px;
}
.pinlun-btn-box .pinlun-btn{
	float: right;
	height: 28px;
	width: 70px;
	color: #FFF;
	border-radius: 4px;
	background: #808080;
	border: none;
}
.jubao-list ul{
	padding: 0 5px;
}
.jubao-list ul li{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	color: #595952;
	position: relative;
}
.jubao-list ul li .iconfont{
	    position: absolute;
    font-size: 18px;
    right: 8px;
    top: 1px;
    color: green;
    display: none;
}
#myModal .modal-title{
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
}
#myModal .modal-body{
	padding-top: 0;
	padding-bottom: 0;
}

/*视频相关*/
.friendsCircle-video-container{
	/*background: #FFF;*/
	width: 100%;
}
.friendsCircle-video{
	width: 100%;
	/*max-height: 150px;*/
}
.friendsCircle-mp3-container{
	width: 100%;
}
.friendsCircle-mp3{
	width: 100%;
}

.friendsCircle-file-down{
    width: 100%;
}

.friendsCircle-file-down{
	color: #FFF;	
}
.friendsCircle-file-down::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.friendsCircle-file-down .iconfont{
	font-size: 40px;
	float: left;
	cursor: pointer;
	color: #FFE88C;
}
.friendsCircle-file-down .friendsCircle-file-name{
	float: left;
	margin-top: 17px;
	margin-left: 2px;
	cursor: pointer;
	color:#FFF;
}
.friendsCircle-file-down .friendsCircle-file-name:hover{
	text-decoration: underline;
}

/*朋友圈图片预览*/
.friendsCircle-picture-lists-view-container{
	position: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,.8);
	display: none;
}
.friendsCircle-picture-lists-view-container .animte-friendsCircle-picture-box{
	width: 450px;
	height: auto;
}
.friendsCircle-picture-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #FFF;
	/*width: 800px;*/
	/*height: auto;*/
	width: 0;
	height: 0;
	border: 4px solid #CECECE;
	overflow: visible;
	transition: all .5s;
}
.friendsCircle-picture-box img{
	width: 100%;
}
#galpop-close{
	top: -30px;
    right: -30px;
    width: 36px;
    height: 36px;
    /*background-image: url(.);*/
    background: url(../img/btn-close.png);
    background-repeat: no-repeat;
    position: absolute;
}
.cursor-lf{
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0;
   top: 0;
}   

.cursor-rt{
   position: absolute;
   width: 50%;
   height: 100%;
   right: 0;
   top: 0;
} 

.cursor-lf .cursor-lf-btn{
   width: 40px;
   height: 40px;
   top: 0;
   bottom: 0;
   margin: auto;
   left: 0;
   position: absolute;
   background: url(../img/btn-prev.png) no-repeat;
   background-size: 100% auto;
   cursor: pointer;
   display: none;
}
.cursor-rt .cursor-rt-btn{
   width: 40px;
   height: 40px;
   top: 0;
   bottom: 0;
   margin: auto;
   right: 0;
   position: absolute;
   background: url(../img/btn-next.png) no-repeat;
   background-size: 100% auto;
   cursor: pointer;
   display: none;
}

.cursor-lf:hover .cursor-lf-btn{
	display: block;
} 
.cursor-rt:hover .cursor-rt-btn{
	display: block;
} 



/*动态生成群头像的*/
.avbox5{
    	   	width: 200px;
    	   	height: 200px;
    	   	position: absolute;
    	   	left: 0;
    	   	top: 0;
    	   	transform: scale(.2);
    	   	transform-origin: left top;
    	   }
    	  .avbox5 .avbox-list{
    	   	  position: absolute;
    	   	  width: 80px;
    	   	  height: 80px;
    	   	  border-radius: 50%;
    	   	  overflow: hidden;
    	   }
    	   .avbox5 .avbox-list img{
    	   	 width: 100%;
    	   }
    	   .avbox5 .avbox5-1{
    	   	  left: 59px;
    	   	  top: 0;
    	   }
    	   .avbox5 .avbox5-2{
    	   	  right: 0;
    	   	  top: 48px;
    	   }
    	   .avbox5 .avbox5-3{
    	   	  bottom: 0;
    	   	  right: 24px;
    	   }
    	   .avbox5 .avbox5-4{
    	   	  bottom: 0;
    	   	  left: 24px;
    	   }
    	   .avbox5 .avbox5-5{
    	   	  left: 0;
    	   	  top: 48px; 
    	   }
    	   
    	   
    	   .avbox4{
    	   	width: 200px;
    	   	height: 200px;
    	   	position: absolute;
    	   	left: 0;
    	   	top: 0;
    	   	transform: scale(.2);
    	   	transform-origin: left top;
    	   }
    	   .avbox4 .avbox-list{
    	   	  position: absolute;
    	   	  width: 110px;
    	   	  height: 110px;
    	   	  border-radius: 50%;
    	   	  overflow: hidden;
    	   }
    	   .avbox4 .avbox-list img{
    	   	 width: 100%;
    	   }
    	   .avbox4 .avbox4-1{
    	   	  left: 0;
    	   	  top: 0;
    	   }
    	   .avbox4 .avbox4-2{
    	   	  right: 0;
    	   	  top: 0;
    	   }
    	   .avbox4 .avbox4-3{
    	   	  bottom: 0;
    	   	  right: 0;
    	   }
    	   .avbox4 .avbox4-4{
    	   	  bottom: 0;
    	   	  left: 0;
    	   }
    	   
    	   
    	   .avbox3{
    	   	width: 200px;
    	   	height: 200px;
    	   	position: absolute;
    	   	left: 0;
    	   	top: 0;
    	   	transform: scale(.2);
    	   	transform-origin: left top;
    	   }
    	   .avbox3 .avbox-list{
    	   	  position: absolute;
    	   	  width: 110px;
    	   	  height: 110px;
    	   	  border-radius: 50%;
    	   	  overflow: hidden;
    	   }
    	   .avbox3 .avbox-list img{
    	   	 width: 100%;
    	   }
    	   .avbox3 .avbox3-1{
    	   	  left: 45px;
    	   	  top: 0;
    	   }
    	   .avbox3 .avbox3-2{
    	   	  bottom: 0;
    	   	  left: 0px;
    	   }
    	   .avbox3 .avbox3-3{
    	   	  bottom: 0;
    	   	  right: 0px;
    	   }
    	   
    	   
    	   .avbox2{
    	   	width: 200px;
    	   	height: 200px;  	   
    	   	position: absolute;
    	   	left: 0;
    	   	top: 0;
    	   	transform: scale(.2);
    	   	transform-origin: left top;
    	   }
    	   .avbox2 .avbox-list{
    	   	  position: absolute;
    	   	  width: 110px;
    	   	  height: 110px;
    	   	  border-radius: 50%;
    	   	  overflow: hidden;
    	   }
    	   .avbox2 .avbox-list img{
    	   	 width: 100%;
    	   }
    	   .avbox2 .avbox2-1{
    	   	  left: 0;
    	   	  top: 45px;
    	   }
    	   .avbox2 .avbox2-2{
    	   	  right: 0;
    	   	  top: 45px;
    	   }
    	   
.avatar img{
	border: 0px !important;
}


/*朋友圈收藏隐藏*/
.icon-star{
	display: none;
}

/*添加好友自动弹出BUG修改*/
#addfriend{
	left: 4800px;
}
.modal-backdrop{
	left: 4800px;
}

.modal{
	/*width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0 !important;	
	right: inherit !important;
	bottom: inherit !important;
	background: red;*/
}
.text-center{
	color: #539af5;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f6fc;
}
.form-group label{
	width: 100%;
	text-align: left !important;
	color: #7f7f7f;
}
#btnLogin{
	background-color: #539af5;
	color: #fff;
	border-radius: 100px;
}
.coolchat_content_nav{
	padding-top:0 !important;
}
.layui-fluid{
	margin: 0;
	padding: 0;
}
.coolchat_message_panel_div{
	width: auto;
}
.layui-fluid{
	height: 100%;
}
.coolchat_data_panel{
	height: 100%;
}
.coolchat_message_panel_div,.coolchat_message_panel{
	height: 100%;
}
.panel-body{
	padding: 0px;
}

.coolchat_left_nav{
	width: 130px;
}
.coolchat_left_nav .header{
    color: #fff;
    text-align: center;
	font-size: 20px;
	background-color: #484848;
}
.user_status{
	margin-left: 80px;
}
.left-tab img{
	width: 35px !important;
}
dl {
    height: 75px;
}
.system_menu_opt{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
}
.coolchat_left_nav .system_menu_icon{
	background: url(../img/system_menu.png) no-repeat;
	background-size: 25px;
	width: 40px;
    height: 25px;
}
.coolchat_left_nav .system_menu{
	top: auto;
	bottom: 65px !important;
}
.coolchat_data_panel_head{
	height: 60px;
	text-align: left;
	padding-left: 18px;
	color: #333333;
	font-weight: bold;
}
.coolchat_data_panel_head>p{
	font-size: 20px;
	line-height: 60px;
}
.message_panel_head{
	height: 60px;
}
.layui-input-block > div{
	margin-top: 8px;
}
#o,.coolchat_data_panel_head{
	background-color: #F9FDFF;
	position: relative;
}
.fActive{
	background-color: #f2f8fc;
}
.layui-form-label{
	color: #999999;
}
.bubble.bubble_default{
	background:url('../img/bubble_default.png') no-repeat;
	background-size: cover;
	background-position: center 0;
}
.bubble.right:after, .bubble.right:before,.bubble.left:after, .bubble.left:before{
	display: none;
}
.bubble.bubble_primary{
	background:url('../img/bubble_primary.png') no-repeat;
	background-size: cover;
	background-position: center 0;
}
.bubble_cont .ok_bg{
	background-color: #FFFFFF;
	color: #539AF5;
}
.bubble_cont .read_bg{
	background-color: #FFFFFF;
	color: #999999;
}
.right .bubble_cont .msg_status_common{
	top: 75%;
}
#sendMsgScopeDiv img{
	height: 30px;
}
.sou{
	background: #539AF5;
	border-radius: 100px;
}
.layui-form-onswitch{
	background: #FFFFFF;
	border: 1px solid #539AF5;
}
.layui-form-onswitch i{
	background: #539AF5;
}
#tabCon_1{
	position: absolute;
	top: 60px;
    left: 25%;
    width: auto;
    height: auto;
}
.friendXQ{
	width: 300px;
	height: 328px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 30px rgba(168, 207, 255, 0.24);
	border-radius: 10px;
}
.friend-title{
	overflow: hidden;
	width: 100%;
	height: 34px;
	background: #539AF5;
	box-shadow: 0px 0px 30px rgba(168, 207, 255, 0.24);
	border-radius: 10px 10px 0px 0px;
}
.friend-title span{
	display: block;
	width: 19px;
	height: 19px;
	background: url('../img/close.png') no-repeat;   
	background-size: contain;
	margin-top: 7px;
	margin-left: 10px;
	cursor: pointer;
}
#desname{
	display: inline-block;
	height: 30px;
	color: #333333;
}
#friend_img_div{
	float: right;
	width: 60px;
	height: 60px;
}
.friendXQ_div{
	line-height: 30px;
}
.friendXQ_div>div{
	display: inline-block;
	margin-left: 10px;
}
#friendDetailsBtn{
	text-align: center;
}
.danger_btn {
	width: 80px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #539AF5;
	border-radius: 100px;
	color: #539AF5;
	font-size: 14px;
	padding: 0px;
}
#friendDetailsBtn>button:first-child{
	margin-right: 10px;
}
.btn:hover{
	background-color: #539AF5;
}
.dddFriends{
	position: fixed;    
	left: 300px;
	z-index: 1;
	background: #FFF;
	width: 300px;
	height: 190px;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 30px rgba(168, 207, 255, 0.24);
	border-radius: 10px;
	display: none;
}
.dddFriends_content{
	padding: 15px 27px;
}
.dddFriends_content>p{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #666666;
}
.dddFriends_content>input{
	width: 244px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
    font-size: 16px;
    color: #666;
}
.dddFriends_bts{
	text-align: center;
}
.dddFriends_bts>button{
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #539AF5;
	background: #FFFFFF;
	border: 1px solid #539AF5;
	border-radius: 100px;
}
.dddFriends_bts>button:first-child{
	background: #539AF5;
	border: 1px solid #539AF5;
	color: #fff;
	margin-right: 5px;
}
.fWarp_ul1>li{
	background: url('/img/shouqi.png') no-repeat;
	background-size: 15px;
    background-position-y: 12px;
    background-position-x: 15px;
	font-size: 14px;
	padding: 10px 0;
	padding-left: 40px;
	text-align: left;
	cursor: pointer;
}
.fWarp_ul1>li.zhankai{
	background-image: url('/img/zhankai.png');
}
.fWarp_ul2{
	display: none;
    margin-left: -40px;
}
.fWarp_ul2>li{
	padding: 10px 0;    
	padding-left: 40px;
}
.fWarp_ul2>li>img{
	width: 34px;
}
.fWarp_ul1>li.zhankai .fWarp_ul2{
	display: block;
}
.media-main{
	padding: 10px 0;
	padding-left: 30px;
	border:none !important;
}
.fWarp_ul2 .pageTurning{
	display: none;
}
.media-avatar{
	margin-right: 5px;
}
.coolchat_message_panel_div{
	background: #FFFFFF;
}
.coolchat_message_panel_div .modal-body{
	width: 400px;
    position: absolute;
    left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
}
.coolchat_message_panel_div .pull-left{
	float: right !important;    
	width: 75px;
    height: 70px;
}
.coolchat_message_panel_div .pull-left .roundAvatar{
    width: 100%;
    height: 100%;
}
.coolchat_message_panel_div .media{
	border-bottom: 2px solid #F0F6FC;    
	padding-bottom: 30px;
    padding-left: 5px;
}
.coolchat_message_panel_div .media-heading{
	font-size: 28px;
}
.coolchat_message_panel_div .media-desc{
	font-size: 14px;
}
.coolchat_message_panel_div .table > tbody > tr > td{
	color: #666;
	padding: 15px;
}
.coolchat_message_panel_div .table > tbody > tr > td:first-child{
	width: 30% !important;
	color: #999;
	letter-spacing : 10px; 
	margin-right: 10px;
}
#newRoomModal .modal-content{
	border-radius: 10px 10px 0px 0px;
}
#newRoomModal .modal-header{
	background-color: #539AF5;
	height: 34px;
	border-radius: 10px 10px 0px 0px;
}
#newRoomModal .close{
	float: none;
	color: #fff;
	margin-top: -5px;
	opacity: 1;
}
#newRoomModal .modal-body{
	padding: 0 15px;
}
#newRoomModal .modal-body .row .col-sm-5{
	background-color: #F0F6FC;
	padding: 10px;
}

#newRoomModal #tbFriendsList input[type="checkbox"]{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#539AF5 solid 1px;
    border-radius: 3px;
    min-height: 15px;
	min-width: 15px;
	position: relative;
}
#newRoomModal #tbFriendsList input[type="checkbox"]:checked {
    background: #539AF5;
}
#newRoomModal #tbFriendsList input[type=checkbox]:checked::after{
    content: '';
    top: 2px;
    left: 2px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

#newRoomModal .modal-body .row .col-sm-7{
	padding: 10px;
}
#newRoomModal .modal-body .row .form-group label{
	text-align: left;
}
#newRoomModal .modal-body .createGroupSettingDiv{
	border-bottom:none;
}
#newRoomModal .modal-body .createGroupSettingDiv .switch-on{
    border-color: #539AF5 !important;
    box-shadow: #fff 0px 0px 0px 16px inset !important;
    background-color: #539AF5 !important;
}
#newRoomModal .modal-body .createGroupSettingDiv .switch-on .slider{
	background-color: #539AF5;
}
#newRoomModal .modal-footer{
	position: absolute;
    right: 0;
    bottom: 0;
    border: none;

}
.companyMenuBar{
	width: 20px;
    height: 15px;
	float: right;
	margin-right: 0 !important;
}
.departMenuBar{
	width: 20px;
	height: 20px;   
	margin-right: 15px;
}
.companyMenu,.departMenu{
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 30px rgba(168, 207, 255, 0.24);
	opacity: 1;
	border-radius: 10px;
}
.companyMenu>a,.departMenu>a{
	color: #666;
}
.company{
	background: #F2F8FC;
	border: none;
}
.setUp{
	width: 460px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);width: 460px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 30px rgba(168, 207, 255, 0.24);
	border-radius: 10px;
	display: none;
}
.setUp .setUp_title{
	height: 34px;
	background: #539AF5;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.setUp .setUp_title .hidesStUp{ 
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/close.png) no-repeat;
    background-size: contain;
    margin-top: 7px;
    margin-left: 10px;
    cursor: pointer;
}
.setUp_content{
	height: 400px;
	padding: 20px 0;
}
.setUp_left{
	width:105px;
	height: 100%;
	border-right: 1px solid #D3EAF5;
	display: inline-block;
}
.setUp_left>ul>li{
	text-align: center;
	padding: 10px 0;
	color: #999999;
}
.setUp_left>ul>li.active{
	color: #333;
}
.setUp_right{
	float: right;
	width: 353px;    
	height: 100%;
}
.setUp_right .my_profile_panel,.setUp_right .privacy_set_panel,.setUp_right .password_set_panel{
	margin: 0;
	width: 100%;
	height: 100%;
}
#prop .layui-form-label{
	width: 20%;
}
#prop .layui-input-inline{
	width: 80%;
	margin: 0;
}
#prop .layui-input-inline .layui-input{
	width: 100%;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #539AF5;
}
.setUp_right .defult_btn{
	border-radius: 100px;
	background: #539AF5;    
	margin: 5px 0;
}
.layui-input-inline label{
	width: 20%;
}
.layui-input-inline input{
	display: inline-block;
	width: 70%;
}
.bubble.bubble_primary .js_message_plain{
	color: #fff;
}
.newFriendButton{
	background-color: #539AF5;
}
#userModal .btn-default{
	background-color: #539AF5 !important;
}
.btn-primary{
	background-color: #539AF5 !important;
}