* {
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* ios刘海屏兼容 */
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #f4f7fa;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}
li{
	list-style: none;
}
input{
	border: none;
	outline: none;
}
.search{
	padding: 0 0.3rem;
}
.search_le{
	flex: 1;
	display: flex;
	align-items: center;
	height: 0.8rem;
	border: 1px solid #C4C7CE;
	border-radius: 0.2rem 0px 0px 0.2rem;
	background-color: #ffffff;
}
.search_nav{
	display: flex;
	padding: 0.2rem 0;
	position: relative;
}
.le_input{
	flex: 1;
	display: flex;
	padding: 0 0.2rem;
	height: 100%;
}
.le_input input{
	border: none;
	outline: none;
	width: 100%;
	font-size: 0.32rem;
}
.nav_img{
	display: flex;
	align-items: center;
	position: relative;
}
.nav_img img{
	width: 0.4rem;
	/* height: 0.4rem; */
	margin-right: 0.2rem;
}
.re_button{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	height: 0.8rem;
	background-color: #4E6EF2;
	border: 1px solid #4E6EF2;
	border-radius: 0 0.2rem 0.2rem 0;
	font-size: 0.36rem;
	padding: 0 0.3rem;
}
/* .tb{
	position: relative;
} */
.tb .center{
	width: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	z-index: 99;
	background-color: #f4f7fa;
}
.btn{
	display: flex;
	justify-content: flex-end;
}
.search_btn{
	font-size: 0.28rem;
	color: #8B8B8B;
	display: flex;
	align-items: center;
}
.search_btn img{
	width: 0.36rem;
}
.center{
	position:relative;
}
.center_back{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}
img.img_switch{
	width: 0.26rem;
	height: auto;
}
.gv_table{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
	position: relative;
}
.voice-wrap{
	text-align: left;
	margin-right: 0.2rem;
}
.wrap_hide{
	display: none;
	width: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	z-index: 99;
	background-color: #f4f7fa;
	margin-bottom: 0.28rem;
	padding-bottom: 0.4rem;
}
.wrap_cen{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #8B8B8B;
}
/* .voice-wrap:before {
    border: 1px solid #b7b7b7;
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    background-color: #ffffff;
    z-index: -2;
} */

.wrap_le,.wrap_re{
	/* flex: 1; */
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0.1rem;
	margin-right: 0.2rem;
	padding: 0.1rem 0.2rem;
	background-color: #F2F3F5;
	border-radius: 1rem;
}
.wrap_le img,.wrap_re img{
	margin-right: 0;
}
.btn_list{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #8B8B8B;
	flex: 1;
}
.wrap_btn{
	font-size: 0.24rem;
	color: #8B8B8B;
}
.btn_time,.wrap_btn{
	display: flex;
	align-items: center;
	margin-right: 0.2rem;
}
.btn_time img,.wrap_btn img{
	width: auto;
	height: 0.14rem;
	margin-left: 0.05rem;
}
.btn_blue{
	color: #4E6EF2;
}

.time_rq{
	display: flex;
	align-items: center;
	margin-bottom: 0.28rem;
}
	.time_rq li {
		/* width: 25%; */
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 0.1rem;
		padding: 0 0.1rem;
	}
	.time_rq .day, .time_rq .rq_author, .time_rq .rq_key, .time_rq .rq_why {
		padding: 0.1rem 0.1rem;
		background-color: #F2F3F5;
		color: #000000;
		font-size: 0.24rem;
		border-radius: 1rem;
	}
.rq_blue .day,.rq_blue .rq_author,.rq_blue .rq_key,.rq_blue .rq_why{
	color: #4E6EF2;
}
.zdy{
	font-size: 0.24rem;
	color: #000000;
	margin-bottom: 0.14rem;
}
.zdy_time{
	color: #CCCCCC;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}
.zdy_time input{
	display: block;
	width: 2rem;
	color: #8d8d8d;
}
.zdy_time span{
	margin-right: 0.1rem;
}
.zdy_detail{
	padding: 0.1rem 0.18rem;
	background: #FFFFFF;
	border: 1px solid #D7D9E0;
	border-radius: 0.04rem;
	margin-right: 0.1rem;
}
.zdy_confirm,.author_confirm{
	padding: 0.1rem 0.3rem;
	background-color: #4E6EF2;
	border-radius: 0.04rem;
	color: #ffffff;
	font-size: 0.24rem;
	border: 1px solid #4E6EF2;
}
.center_time{
	display: none;
	padding-bottom: 0.4rem;
}
.zdy_author{
	display: flex;
	align-items: center;
}
.zdy_author .zdy{
	margin-bottom: 0;
}
.zdy_text{
	padding: 0.1rem 0.16rem;
	border: 1px solid #4E6EF2;
	border-radius: 2px;
	margin:0 0.16rem;
}
.zdy_text input{
	display: block;
	color: #000000;
	width: 1.7rem;
	font-size: 0.24rem;
}
.zdy_text input::placeholder{
	color: #D5D5D5;
	font-size: 0.24rem;
}
/* .center .center_time:first-child{
	display: block;
} */
.wxb{
	display: none;
}
.wxb .center{
	width: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	z-index: 99;
	background-color: #f4f7fa;
}
.wxb .center_time{
	padding-bottom: 0;
}

.cen_text {
    padding: 0 0 0.3rem;
    display: flex;
    align-items: flex-start;
}
.cen_le {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}
.cen_le img {
    border-radius: 0.1rem;
    overflow: hidden;
}
.cen_re {
    margin-left: 0.21rem;
    flex: 1;
}
.re_title {
    font-size: 0.28rem;
    color: #8A8A8A;
    margin-bottom: 0.07rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.text_block {
    display: flex;
    position: relative;
}
.re_text {
    position: relative;
    font-size: 0.32rem;
    color: #333333;
    padding: 0.27rem;
    background-color: #ffffff;
    border-radius: 0.14rem;
    word-break: break-word;
}
.re_text::before, .re_text_big::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0.24rem;
    left: -0.1rem;
    border-top: solid 0.1rem transparent;
    border-right: solid 0.1rem #ffffff;
    border-bottom: solid 0.1rem transparent;
}

.list_ul {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.2rem;
    z-index: 9999;
    border-radius: 0.12rem;
}
.list_ul li {
    display: flex;
    align-items: center;
    padding-left: 0.38rem;
    border-bottom: 1px solid #F5F5F5;
}
.list_stock {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.95rem;
}
.list_img {
    width: 0.33rem;
    margin-right: 0.22rem;
}
.list_cr {
    color: #878C9C;
    margin-left: 0.22rem;
}
.list_p {
    font-size: 0.32rem;
}
。