body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.gray-mask {
	filter: grayscale(90%);

}

html,
body {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

.grid {
	display: grid;
	grid-template-columns: 32.7% 32.7% 32.7%;
	grid-template-rows: 1fr;
	gap: 0 1%;
}

.bt{
	border-bottom: 1px solid #f0f0f0;
}

.pd5{
	padding: 5px 0;
}
.pd10{
	padding: 10px 0;
}
.oneEllipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gray {
	color: #606266;
}

.black {
	color: #333;
}

.blod {
	font-weight: 700;
}

.red {
	color: #ff4c00;
}

.w {
	max-width: 1200px;
	min-width: 1140px;
	margin: 0 auto;
}

.fx {
	display: flex;
}

.fxw {
	flex-wrap: wrap;
}

.fx-sb {
	justify-content: space-between;
}

.fx-alc {
	align-items: center;
}

.fx-rev {
	flex-direction: row-reverse;
}

.tac {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.blue {
	color: #4174fd;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.cp {
	cursor: pointer;
}
.yes {
	color: red;
}
.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mr8 {
	margin-right: 8px;
}

.ml5 {
	margin-left: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 45px;
}

.ml20 {
	margin-left: 20px;
}

.mt30 {
	margin-top: 30px;
}

/*去除a标签下划线*/
a {
	text-decoration: none;
}

/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}

a:-webkit-any-link {
	color: #000000;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}

/* // body {
// 	-moz-user-select: none;
// 	-webkit-user-select: none;
// 	-ms-user-select: none;
// 	-khtml-user-select: none;
// 	user-select: none;
// } */

.max-width1017 {
	width: 1447px;
	margin: 0 auto;
}

input[type='number'] {
	-moz-appearance: textfield;
}

ul li {
	list-style: none;
}

img {
	width: 100%;
	height: 100%;
}

body {
	background-color: #edf2f7;
}

//聊天页面样式
.text-blue {
	background-color: #4174fd;
	color: white;
}

.text-black {
	background-color: #FFF;
	color: #000;
}
