.main_width {
	width: 1280px;
	margin: 0 auto;
	padding-top: 93px;
}
.main_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
.flex_left {
	font-size: 21px;
	color: #005e2d;
	font-weight: bold;
}
.create_group {
	background-color: #90b3a4;
	color: #fff;
	border-radius: 30px;
}
.create_group p {
	font-size: 16px;
	margin: 13px 20px;
	padding-top: 4px;
}
.group_name, .member, .message, .update_time, .chat, .edit_group, .quit {
	background-color: #edf0eb;
	color: #799893;
	text-align: center;
	padding: 18px 0;
}
.group_name {
	width: 11%;
}
.member {
	width: 10%;
}
.message {
	width: 32%;
}
.update_time {
	width: 15%;
}
.chat {
	width: 9%;
}
.edit_group {
	width: 9%;
}
.quit {
	width: 7%;
}
.middle {
	vertical-align: middle;
	padding: 10px 10px;
	font-size: 16px;
}
.middle.member_txt{
	font-size: 16px;
    color: #90b3a4;
	text-align: center;
}
.message_text {
	padding: 10px 13px;
	vertical-align: middle;
}
.update_time_text {
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	padding-left: 18px;
	position: relative;
}
.chat_button {
	vertical-align: middle;
}
.chat_button div {
	vertical-align: middle;
	font-size: 17px;
	background-color: #fbd7a1;
	border: 1px solid #ea5414;
	border-radius: 20px;
	width: 88%;
	margin: 0 auto;
}
.chat_button div p {
	vertical-align: middle;
	font-size: 16px;
	color: #ea5414;
	font-weight: bold;
	text-align: center;
	margin: 6px 0px;
	cursor: pointer;
}
.edit_group_button {
	vertical-align: middle;
}
.edit_group_button div {
	vertical-align: middle;
	font-size: 16px;
	background-color: #a7c5e7;
	border: 1px solid #036eb8;
	border-radius: 20px;
	width: 88%;
	margin: 0 auto;
}
.edit_group_button div p {
	vertical-align: middle;
	font-size: 16px;
	color: #036eb8;
	font-weight: bold;
	text-align: center;
	margin: 6px 0px;
	cursor: pointer;
}
.quit_button {
	vertical-align: middle;
}
.quit_button div {
	vertical-align: middle;
	font-size: 17px;
	background-color: #f8c9b3;
	border: 1px solid #e50011;
	border-radius: 20px;
	width: 88%;
	margin: 0 auto;
}
.quit_button div p {
	vertical-align: middle;
	font-size: 16px;
	color: #e50011;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px;
	cursor: pointer;
}
.main_width table {
	border: 1px solid #5a795c;
}
.akamaru:before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	border-radius: 25px;
	left: 15px;
	top: 50%;
	transform: translate(0px, -60%);
	width: 12px;
	background-color: #e50011;
}
.message_text div{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: fit-content;
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width:1024px) {
	.main_width {
    width: 97%;
	}
}
@media screen and (max-width:810px) {
	.main_width {
    width: 85%;
	}
	.main_width table td, .main_width table, .main_width table tr{
    padding: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main_width table td {
    background-color: #edf0eb;
border-bottom: none;
    border-top: 1px solid #5a795c;
    border-left: 1px solid #5a795c;
    border-right: 1px solid #5a795c;
}
	.main_width table tr {
    display: block;
    width: 100%;
margin-bottom: 40px;
	    border-bottom: 1px solid #5a795c;
}
	.main_width table td:before {
    max-width: 120px;
    width: 100%;
    content: attr(data-label);
    float: left;
    padding-left: 15px;
    padding-right: 10px;
	    color: #799893;
    font-weight: bold;
}
	.main_width table td, .main_width table td span, .main_width table td:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    min-height: 36px;
    padding-left: 4px;
	    font-size: 18px;
}
	.main_width table .t_header{
		display:none;
	}
	.main_width table {
    border: none;
}
	.main_width table td span {
    padding-left: 15px;
    padding: 5px 10px 5px 15px;
    background: #fff;
}
.akamaru:before {
    content: '';
    display: none;
	    position: unset;
    border-radius: unset;
    left: unset;
    top: unset;
    transform: unset;
    background-color: unset;
}
	.akamaru:after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    border-radius: 25px;
left: 335px;
    top: 50%;
    transform: translate(0px, -60%);
    width: 12px;
    background-color: #e50011;
}
	.chat_button span a{
    width: 100%;
}
.main_width table td a{
	width:100%;
}	
.message_text div {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 24px;
}
.chat_button div, .edit_group_button div, .quit_button div{
    margin: 15px 0;
	width: 25%;
}
}
@media screen and (max-width:414px) {
	.main_width {
    padding-top: 105px;
	width: 90%;
}
.flex_left {
    font-size: 16px;
}
.create_group p {
    font-size: 14px;
    margin: 9px 15px;
    padding-top: 0px;
}
.main_width table td, .main_width table td span, .main_width table td:before {
    font-size: 14px;
}
.chat_button div, .edit_group_button div, .quit_button div {
    margin: 5px 0;
	    border-radius: 9px;
    width: 53%;
}
.chat_button div p {
    font-size: 14px;
    margin: 5px 0px;
}
.akamaru:after {
    left: 289px;
}
.edit_group_button div p {
    font-size: 14px;
}
.quit_button div p {
    font-size: 14px;
	    margin: 7px 0px;
}
.main_width table tr {
    margin-bottom: 30px;
}
.main_width table td:before {
    max-width: 108px;
    padding-right: 0px;
}
}
@media screen and (max-width:375px) {
	.flex_left {
    font-size: 16px;
}
}
@media screen and (max-width:360px) {
	.flex_left {
    font-size: 15px;
}
}































