* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-family: PingFang SC;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	display: block;
}

img {
	width: 100%;
	display: block;
}

input {
	border: none;
	outline: none;
}

.underrate {
	padding-bottom: 0.5rem;
}

.underrate_top {
	color: #333333;
	font-size: 0.34rem;
	display: flex;
	align-items: center;
	padding: 0.25rem 0.3rem;
	background-color: #f9f9f8;
	/* font-weight: bold; */
}

.return_le {
	width: 0.2rem;
}

.underrate_top p {
	flex: 1;
	text-align: center;
}

.under_center {
	margin: 0 0.1rem;
	border: 0.06rem solid #007DFE;
	padding: 0.42rem 0;
	border-radius: 0.1rem;
}

.choice {
	padding: 0 0.46rem;
}

.under_center h2 {
	font-size: 0.34rem;
	color: #333333;
}

.model {
	font-size: 0.26rem;
	color: #333333;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.model li {
	border-radius: 0.1rem;
	border: 0.02rem solid #333333;
	width: 3rem;
	padding: 0.2rem 0;
	text-align: center;
	margin-bottom: 0.4rem;
	font-weight: 500;
}

li.model_blue {
	color: #007DFE;
	border: 0.02rem solid #007DFE;
}

.fen {
	height: 0.3rem;
	background-color: #F6F5F5;
	/* margin-bottom: 0.46rem; */
}

/* 滑动删除列表 */
.del {
	position: relative;
}
.del_ul {
	font-size: 0.28rem;
	box-sizing: border-box;
}
.del_ul>li {
	border-bottom: 1px solid #ccc;
	position: relative;
	height: 1.3rem;
	overflow: hidden;
}
.del_title {
	background-color: #ffffff;
	width: 100%;
	height: 1.3rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	box-sizing: border-box;
	padding: 0.3rem;
	display: flex;
	align-items: center;
	/* transition: left 0.4s; */
}
.del_sc {
		box-sizing: border-box;
		/* background-color: aquamarine; */
		width: 1.5rem;
		height: 1.3rem;
		position: absolute;
		right: -1.2rem;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 0.3rem;
		/* transition: right 0.8s; */
	}
.data_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex:1;
}
.data_list li {
	border: 0.02rem solid #2E73FF;
	border-radius: 0.06rem;
	display: flex;
	position: relative;
	margin: 0 0.1rem;
	height: 0.6rem;
	box-sizing: border-box;
}
.list_le {
	flex: 1;
	padding: 0 0.04rem;
	height: 0.56rem;
	line-height: 0.6rem;
	font-size: 0.26rem;
	text-align: center;
	color: #2E73FF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list_val {
	flex: 1;
	padding: 0.12rem 0;
	font-size: 0.26rem;
	color: #2E73FF;
	text-align: left;
	padding-left: 0.12rem;
}
.list_val input {
	color: #2E73FF;
	display: block;
	width: 100%;
	font-size: 0.26rem;
}
.list_re {
	padding: 0 0.1rem;
	display: flex;
	align-items: center;
	border-left: 0.02rem solid #2E73FF;
}
.list_re img {
	width: 0.24rem;
	height: 0.14rem;
}
.list_text,
.list_texts {
	position: absolute;
	top: 0;
	display: none;
	font-size: 0.26rem;
	color: #2E73FF;
	background-color: #ffffff;
	z-index: 999;
	width: 100%;
}
.list_text li,
.list_texts li {
	padding: 0.1rem 0.2rem;
	border-radius: 0;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.list_text li:last-child,
.list_texts li:last-child {
	border-bottom: 0.02rem solid #2E73FF;
}
.yq {
	width: 45%;
}
.bj {
	width: 28%;
}
.list_value {
	width: 15%;
}
.list_texts{
	width: 42%;
}
.list_text{
	width: 27%;
}
.list_text li, .list_texts li {
	margin: 0;
	border: 0.02rem solid #2E73FF;
	border-bottom: none;
}

.del_detail{
	padding: 0.14rem 0.34rem;
	background-color: #FF4040;
	border-radius: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #ffffff;
	height: 0.6rem;
	box-sizing: border-box;
}
.del_add{
	display: flex;
	justify-content: space-between;
}
.btn_remove{
	font-size: 0.26rem;
	color: #9f9f9f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.2rem;
}
.btn_add{
	padding: 0.05rem 0.4rem;
	font-size: 0.28rem;
	border-radius: 0.3rem;
	background-color: #007CFF;
	color: #ffffff;
	border: 0.02rem solid #007CFF;
	margin-right: 0.2rem;
	margin-top: 0.3rem;
}

.screen {
	width: 2.5rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.32rem;
	background-color: #007DFE;
	color: #ffffff;
	margin: 0.76rem auto 0.48rem;
	border-radius: 0.5rem;
}

.carousel{
	margin: 0 0.2rem;
	overflow: hidden;
}
.swiper1{
	position: relative;
}
.swiper-pagination{
	height: 0.06rem;
	display: flex;
	justify-content: center;
}
.my-bullet{
	/* width: 0.08rem; */
	height: 0.04rem;
	border-radius: 0.06rem;
	background-color: #AEAEAE;
	display: block;
	flex: 1;
	margin: 0 0.06rem;
}
.my-bullet-active{
	background-color: #007BFD;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0;
	top: 0;
}
.carousel_list{
	font-size: 0.26rem;
	color: #5F5F5F;
}
.carousel_list li{
	display: flex;
}
.carousel_list li:nth-of-type(2n - 1){
	background-color: #F8F8F8;
}
.carousel_list li>div{
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.22rem 0.05rem;
	flex: 1;
	overflow: hidden;
}
.carousel_list li>div:first-child{
	border-left: 1px solid #EDEDED;
	flex: 1.5;
}
.carousel_list li:last-child>div{
	border-bottom: 1px solid #EDEDED;
}
.carousel_text {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.carousel_dm{
	align-items: center;
}
.dm_top {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dm_num{
	font-size: 0.24rem;
	color: #AEAEAE;
}
.dm_bom{
	height: 100%;
	display: flex;
	/* flex-direction: column; */
	/* justify-content: center; */
	align-items: center;
	width: 1rem;
	/* display: flex; */
}
.dm_bom img {
	width: 0.26rem;
	height: 0.26rem;
	padding: 0 0.12rem;
}

a.href_tx{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #007BFD;
	color: #ffffff;
	font-size: 0.24rem;
	padding: 0.08rem 0.12rem;
	border-radius: 0.4rem;
}
a.href_tx img{
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.1rem;
}

.prompt{
	font-size: 0.24rem;
	color: #9f9f9f;
	display: flex;
	align-items: center;
	padding:0 0.3rem 0.3rem;
}
.prompt img{
	width: 0.24rem;
	height: 0.24rem;
	margin: 0 0.04rem;
}

.introduce{
	font-size: 0.26rem;
	padding: 0.3rem 0.46rem 0;
	text-align: justify;
	color: #9f9f9f;
}





.un_login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.un_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_cen {
	width: 60%;
	background-color: #ffffff;
	border-radius: 0.2rem;
	padding: 0.7rem 0.5rem;
	position: relative;
}

.no_detail {
	width: 60%;
	margin: auto;
}

a.qx_agin {
	width: 2rem;
	display: flex;
	justify-content: center;
	padding: 0.15rem 0 0.18rem;
	font-size: 0.28rem;
	color: #ffffff;
	background-color: rgba(69, 113, 255, 1);
	border-radius: 0.6rem;
	margin: 0.4rem auto 0;
}

.no_down {
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	width: 0.5rem;
}

.no_sj {
	width: 74%;
	margin: 0.5rem auto;
}

img.table_sort {
	width: 0.2rem;
}