* {
	margin: 0;
	padding: 0;
}

.header {
	height: 64px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.header-return {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.return_img {
	height: 24px;
	width: 24px;
}

.return_img img {
	width: 100%;
	height: 100%;
}

.mainP {
	position: relative;
}

.jxw {
	width: 60px;
	height:60px;
	position: relative;
	z-index: 2;
	margin-right: 7%;
	margin-left: 2%;
}

body, html, .box {
	width: 100%;
	height: 100%;
}

.box {
	background-color: #f1f1f1;
}

.main {
	padding-bottom: 80px;
	background-color: #f1f1f1;
}

.main-head {
	display: flex;
	align-items: center;
	font-size: 18px;
	width: 85%;
	padding: 15px 20px;
	border-radius: 25px;
	background-color: #fff;
	margin: 15px auto;
	line-height: 25px;
}

.main-head p {
	width: 80%;
}

.main-content {
	background-color: #fff;
	width: 85%;
	padding: 10px 20px;
	border-radius: 25px;
	margin: 15px auto 0;
}

.main-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-item {
	width: 46%;
	height: 40px;
	display: flex;
	align-items: center;
	color: #0c96ff;
	border: 1px solid #0c96ff;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	margin: 7px 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
}

.foot {
    width: 90%;
    position: fixed;
    bottom: 6px;
    left: 2%;
    background: #fff;
    border-radius: 15px;
    padding: 10px 3%;
}
.footInfo{
	position: relative;
}
.footinput{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot input {
	background-color: #fff;
	border: none;
	outline: none;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	display: block;
	border-radius: 25px;
	width: 80%;
}
.listInfo{
	display:flex;
	align-items: center;
    justify-content: space-between;
    width: calc(100% - 35px);
}
.foot img {
	width: 30px;
}

.information {
	padding: 0 2% 5px;
}

.chat1 {
	display: flex;
	justify-content: end;
	margin-top: 25px;
}

.chat1 p {
	display: inline-block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	margin-left: auto;
	background-color: #0ea1f8;
	border-radius: 16px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
}

.chat2 {
	width: 94%;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 1% 3% 2%;
	font-size: 14px;
	color: #333333;
	margin: 0 auto;
}

.chat2-title {
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-weight: bold;
}

.chat2-item {
	margin-bottom: 5px;
}

.imgs {
	width: 100%;
}

.bg {
	position: absolute;
    height: auto;
    bottom: 20px;
    left: 0;
    width: 100%;
	/* z-index: 10; */
}

.bg1 {
	width: 94%;
    height: 100%;
    background: #fbf7f7;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
    position: relative;
}

.list {
	/* display: none; */
	/* position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 11; */
	padding: 0 20px;
}

.list_item {
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.list_item img{
	width: 20px;
}
.listText{
	width: calc(100% - 30px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.listImg {
	margin-right: 10px;
}

.header-search {
	position: relative;
	margin-right: 3.065rem;
}

.header-searchImg {
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translate(0, -42%);
}

.header-searchImg img {
	width: 1.6rem;
	height: 1.6rem;
}