*, span {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: "Microsoft YaHei", "微软雅黑";*/
	background-color: white;
}

a {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.main-div {
	margin: 0 auto;
}

.chatTitle {
	padding-bottom: 10px;
	width: 100%;
	background-color: rgb(26, 26, 28);
	top: 0;
	left: 0;
	z-index: 2;
	position: fixed;
}

.chatTitle .chatName {
	padding-top: 5px;
	width: 90%;
	margin: 0 auto;
	color: rgb(78, 185, 159);
}

.chatTitle .chatName span.menu-span {
	border: 1px solid rgb(78, 185, 159);
	display: inline-block;
	width: 32.5%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
}

.chatTitle .chatName span a {
	position: relative;
}

.chatTitle .chatName span a span.MSGpush {
	position: absolute;
	display: none;
	color: white;
	background-color: red;
	width: 18px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
}

.chatTitle .chatName span.menu-span:first-of-type {
	border-right: 0px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.chatTitle .chatName span.menu-span:last-of-type {
	border-left: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.select-span {
	color: white;
	background-color: rgb(78, 185, 159);
}

.chatScorll {
	width: 100%;
	position: relative;
}

#chat_chatmsglist {
	width: 50%;
	margin: 0 auto;
}

.chatContent {
	padding: 50px 10px 100px 10px;
	margin-bottom: 150px;
	position: relative;
	overflow: auto;
	display: none;
}

div.chatContent:nth-child(1) {
	display: block;
}

.chatItem {
	padding: 4px 0px 10px 0px;
}

.you {
	float: left;
	width: 100%;
	text-align: center;
}

.me {
	float: right;
	width: 100%;
}

.chatItem .time {
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	margin: 0px auto 10px;
	width: 170px;
	color: rgb(153, 153, 153);
}

.chatItem .time .timeBg {
	height: 1px;
	width: 27px;
	margin-top: 8px;
	background-color: rgb(153, 153, 153);
}

.avatar {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.chatItemContent-first {
	width: 55px;
}

.you .chatItemContent-first {
	float: left;
}

.me .chatItemContent-first {
	float: right;
}

.user-name {
	color: rgb(153, 153, 153);
	height: 25px;
	font-size: 13px;
}

.you .user-name span {
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	background-color: rgb(153, 153, 153);
	color: black;
	font-size: 12px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	border-radius: 8px;
}

.you .user-name {
	text-align: left;
	margin-left: 5px;
}

.me .user-name {
	text-align: right;
	margin-right: 5px;
}

.cloud {
	min-width: 50px;
	max-width: 70%;
}

.you .cloud {
	float: left;
	margin: 0 0 0 15px;
}

.me .cloud {
	float: right;
	margin: 0 15px 0 0;
}

.cloudPannel {
	float: left;
	position: relative;
}

.you .cloudBody {
	background-color: rgb(78, 185, 159);
	border-radius: 8px;
}

.me .cloudBody {
	background-color: rgb(233, 71, 69);
	border-radius: 8px;
}

.you .cloudContent {
	font-size: 15px;
	text-align: left;
	padding: 5px;
	color: black;
}

.me .cloudContent {
	font-size: 15px;
	padding: 5px;
	color: white;
}

.cloudContent img {
    width: 100%;
    height: auto;
	border-radius: 5px;
	cursor: pointer;
}

.cloudContent span {
	
}

.you .cloudText .cloudArrow {
	position: absolute;
	left: -10px;
	top: 11px;
	width: 13px;
	height: 24px;
	background: url(../images/bubble_white_guid1dbc1c.png) no-repeat;
}

.me .cloudText .cloudArrow {
	position: absolute;
	right: -11px;
	top: 10px;
	width: 13px;
	height: 24px;
	background: url(../images/bubble_green_guid1dbc1c.png) no-repeat;
}

.systemTip {
	display: inline-block;
	padding: 8px 10px;
	border-radius: 8px;
	margin: 10px auto;
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	color: white;
	background: black;
	word-wrap: break-word;
}

.chatFoot {
	height: 100px;
	background-color: #EAEAEA!important;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: fixed;
	display: flex;
    justify-content: center;
    align-items: center;
}

.chat_editor {
	width: 50%;
    display: flex;
    justify-content: space-between;
}

.chat_editor .chatInput {
	float: left;
	width: 70%;
	height: 50px;
	font-size: 15px;
	padding: 7px 10px 2px;
	outline: none;
	/*background: #EEE;*/
	/*border-radius: 8px;*/
	border: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	line-height: 1.2em;
	resize: none;
}

input.chatInput::placeholder {
    line-height: 25px;
}

.chat_editor button {
	border: 0;
	float: right;
	padding: 7px 0;
	text-align: center;
	width: 25%;
	/*border-radius: 8px;*/
	color: white;
	background-color: #2A9D8F;
}

.chat_editor button:hover {
    background-color: #EF5F43;
}

.pei-tou {
	text-align: center;
	margin-top: 20px;
}

.pei-tou img {
	width: 200px;
}

.pei {
	margin-top: 10px;
}

.pei p {
	color: white;
	text-align: center;
	height: 28px;
	line-height: 28px;
}

.pei p:first-of-type {
	font-size: 21px;
	margin-bottom: 10px;
}

.pei p:last-of-type {
	color: rgb(255, 52, 103);
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.down a {
	margin: 0 auto;
	color: white;
	text-align: center;
	font-size: 18px;
	width: 60%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-top: 10px;
}

a.ios-btn {
	background-color: rgb(20, 163, 179);
}

a.android-btn {
	background-color: rgb(233, 71, 69);
}

.ico_loading {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	left: -25px;
	background: url(../images/ico_loading.gif) no-repeat 100%;
}

.ico_error {
	position: absolute;
	top: 50%;
	left: -35px;
	margin-top: -14px;
	width: 30px;
	height: 30px;
	background: url(../images/icon_chat17ced3.png) no-repeat 40% -240px;
}

.chatListColumn {
	border-bottom: 1px solid #323233;
	height: 55px;
	position: relative;
	padding: 7px 10px;
	text-align: left;
	overflow: hidden;
}

.chatListColumn .avatar_wrap {
	line-height: 0;
	float: left;
	margin-right: 10px;
}

.chatListColumn .info {
	overflow: hidden;
	text-shadow: none;
}

.chatListColumn .nickName {
	font-size: 15px;
	width: 150px;
	overflow: hidden;
}

.chatListColumn .nickName .name {
	color: white;
	white-space: nowrap;
	max-width: 116px;
	padding: 2px 0px 0px;
	overflow: hidden;
	margin-top: 2px;
}

.descWrapper {
	margin-top: 4px;
	overflow: hidden;
}

.chatListColumn .desc {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	color: rgb(153, 153, 153);
	font-size: 14px;
	white-space: nowrap;
	width: 100%;
}

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

#FAQ {
    width: 50%;
    margin: 50px auto;
}

#FAQ ul {
    width: 21vw;
}

#FAQ li {
    list-style: none;
    padding: 5px 0;
}