/**1rem = 100px*/
body{
	background: #F5F5F5;
}

.top_msg{
	background-color: #FFFFFF;
    margin-top: 0.14rem;
    margin-left: .24rem;
    margin-right: .24rem;
    height: 1.48rem;
    border-radius: .3rem;
    text-align: center;
    float: left;
    width: 7rem;
}

.jf{
	width: 1.76rem;
    text-align: center;
    float: left;
    height: 0.74rem;
    margin-top: .4rem;
    margin-left: .43rem;
    margin-bottom: .34rem;
}

.jf_count{
	color: #d32f1b;
	font-family:PingFangSC-Bold;
	font-size: 0.44rem;
	font-weight: bold;
	margin-top:0rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jf_text{
	font-family:PingFangSC-Medium;
	font-size: 0.22rem;
	color:#8c9198;
}

.top_btn{
	float: left;
	height: 0.64rem;
	margin-top: .42rem;
	
}
.b1{
	float: left;
	width:1.8rem;
	height:.64rem;
	margin-left: .43rem;
	margin-top: .42rem;
	color: #d32f1b;
	font-family:PingFangSC-Bold;
	font-size: 0.28rem;
	font-weight: bold;
	border-radius: .32rem;
	border: 0.02rem solid #d32f1b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.b2{
	float: left;
	width:1.8rem;
	height:.64rem;
	margin-left: .4rem;
	margin-top: .42rem;
	color: #d32f1b;
	font-family:PingFangSC-Bold;
	font-weight: bold;
	font-size: 0.28rem;
	border-radius: .32rem;
	border: 0.02rem solid #d32f1b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.img_btn{
	width: 2rem;
    margin-top: .3rem;
}

.xz_img{
	width: .5rem;
	margin: 0 auto;
}

.app_content{
	width:100%;
	height: 1.2rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.appList{
	width:100%;
}
.app{
	margin-top:0rem;
	width: 1.5rem;
    font-size: 0.28rem;
    font-family:PingFangSC-Medium;
    text-align: center;
    display: inline-block;
    margin-left: .45rem;
    color:#8c9198;
    height: 0.32rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.app_flex{
	display: flex;
	justify-content: space-between;
}
.app_flow{
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 1rem 0;
}
.select{
	font-family:PingFangSC-Bold;
	font-size: 0.32rem;
	color:#3d444d;
	font-weight: bold;
	
}

.img_hide{
	display: none;
}

.img_show{
	display: block;
}

.content{
	width: 7rem;
	margin: 0 0.24rem;
	margin-top: 0.24rem;
	float: left;
}

.card{
	width: 100%;
	background: #fff;
	border-radius: 0.2rem;
	margin-bottom: 0.3rem;
	padding-top: 0.01rem;
}

.card:last-child{
	margin-bottom: 0.5rem;
}
.card_info{
	width: 6.56rem;
    height: auto;
	margin-left:0.24rem;
	margin-right:0.2rem;
	margin-top:0.3rem;
	border-bottom: 1px solid #EDEDEE;
	display: flex;
}
.img{
	width: 1.08rem;
    height: 1.08rem;
}
.img img{
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}
.info{
	margin-left: 0.16rem;
}

.info p{
	margin: 0rem 0rem 0rem 0rem;
}

.title{
	width: 4.5rem;
	font-family:PingFangSC-Bold;
    font-size: 0.28rem;
    color:#3d444e;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* line-height: 0.3rem; */
}
.num{
	margin-top:0.1rem !important;
	color:#5B5E63;
	font-family:PingFangSC-Medium;
    font-size: 0.24rem;
    color:#8c9198;
}
.time{
	color:#5B5E63;
	font-family:PingFangSC-Medium;
    font-size: 0.24rem;
    color:#8c9198;
    margin-bottom: 0.1rem !important;
}
.card_num{
	width: 100%;
	height: 0.7rem;
	display: flex;
	align-items: center;
}
.num_range{
	width: 1.3rem;
    height: 0.5rem;
    background: #EDEEEE;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 2.1rem;
}
.emp_num_range{
	width: 1.3rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 2.1rem;
}
.same{
	width: 0.5rem;
	height: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.5rem;
}

.nums{
	font-size:.32rem;
	min-width: 0.5rem;
	text-align: center;
}

.price_range{
	width: 2.8rem;
	height: 0.6rem;
	background: #D73D2A;
	color: #fff;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.6rem;
	text-align: center;
}

.price_range span{
	font-size: .3rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nodatatip{
	margin-top:.2rem;
	margin-bottom:.2rem;
	line-height:1.1rem;
	text-align: center;
	font-size: .7rem;
}

/*--- 弹窗 ---*/
.mask{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    visibility: hidden;
}
.mask_card{
	width: 5.6rem;
	height: 7.7rem;
	background: #ffffff;
	border-radius: .3rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.mask_range{
	width: 4.4rem;
	margin: 0 auto;
}
.mask_line{
	width: 100%;
	margin-top: 0.4rem;
	/* margin-top: 0.7rem; */
	/* color:#834000; */
	font-size: 0.34rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.input{
	width: 100%;
	height: 0.88rem;
	border:1px solid #D32F1B;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input input{
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	border-radius: 0.5rem;
	outline: none;
	-webkit-appearance:none;
	border: none;
	font-size: 0.3rem;
	text-indent: 0.2rem;
	color:#834000;
}
.notice{
	width: 100%;
	/* color:#b07843; */
	font-size: 0.26rem;
	margin-top: 0.1rem;
	margin-bottom: 0.3rem;
}
.codeView{
	width: 100%;
	display: flex;
	align-items: center;
}
.input2{
	width: 2.3rem;
	height: 0.88rem;
	border:1px solid #D32F1B;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 0.25rem;
}
.input2 input{
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	border-radius: 0.5rem;
	outline: none;
	-webkit-appearance:none;
	border: none;
	font-size: 0.3rem;
	text-indent: 0.2rem;
	color:#834000;
}
.code_img{
	width: 1.8rem;
	height: 0.72rem;
	display: flex;
	align-items: center;
	color: #9A8157;
}
.code_img img{
	width: 100%;
	height: 100%;
}
.limitTime{
	display: none;
}
.policy_info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.img2 {
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    text-align: center;
}
.img2 img{
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.1rem;
}
.policy{
	width: 4rem;
	font-size: 0.24rem;
	/* color:#b07843; */
}
.bottonView{
	width: 4.6rem;
	position: absolute;
	bottom:0.2rem;
	display: flex;
	justify-content: space-between;
}
.back{
	width:2rem;
	height:0.95rem;
	background:#ffffff;
	border:1px solid #D32F1B;
	border-radius: 0.5rem;
	display: flex;
}
.backView{
	width: 100%;
	height: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#D32F1B;
	font-weight: bold;
	font-size: 0.32rem;
}
.botton_agree{
	width:2rem;
	height:0.95rem;
	background:#D32F1B;
	border:1px solid #D32F1B;
	border-radius: 0.5rem;
	display: flex;
}
.agreeView{
	width: 100%;
	height: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	font-weight: bold;
	font-size: 0.32rem;
}

.city{
	margin-left: 0.3rem;
	margin-top: 0.15rem;
	float: left;
}
.city span{
	color: #8e939a;
}
.v_local{
	width: 0.25rem;
	height: 0.28rem;
}

.head {
	width: 100%;
	float: left;
	margin-top: .15rem;
}

/*地址*/
.local {
	width: 1.45rem;
	display: flex;
	align-items: center;
	font-size: 0.26rem;
	margin-left: 0.3rem;
	margin-top: 0.15rem;
	line-height: .4rem;
	color: rgb(55, 65, 75);
	float: left;
}

.local img:nth-child(1) {
	width: 0.19rem;
	height: 0.24rem;
	margin: 0 auto;
}

.local img:last-child {
	width: 0.15rem;
}

.local span {
	margin-left: 0.06rem;
	margin-right: 0.06rem;
	color: rgb(55, 65, 75);
}

.search_input{
	width: 80%;
	height: 88%;
	outline: none;
	-webkit-appearance:none;
	border: none;
	background: #F5F5F5;
}   
/*搜索*/
.search {
	width: 5.2rem;
	height: 0.64rem;
	border-radius: 0.35rem;
	float: right;
	display: flex;
	align-items: center;
	font-size: 0.26rem;
	color: #87888F;
	border: 1px solid #ccc;
	margin-right: .24rem;
}

.search img {
	width: 0.31rem;
	height: 0.31rem;
	margin-left: 0.17rem;
	margin-right: 0.15rem;
}

.search span {
	color: #9ba0a5;
	font-size: .26rem;
}

#search_delete {
	width: 0.31rem;
	height: 0.31rem;
	margin-left: 0.3rem;
	display: none;
	opacity: .4;
}

#cancel {
	width: .6rem;
	height: 0.42rem;
	display: flex;
	align-items: center;
	margin-left: 0.31rem;
	margin-top: .27rem;
	font-size: .28rem;
}

.swiper-slide div a {
	width: 6.1rem;
	height: 0.7rem;
	line-height: 0.75rem;
	font-size: 0.27rem;
	color: rgb(0, 35, 58);
	display:block;
  	overflow:hidden;
  	word-break:keep-all;
  	white-space:nowrap;
  	text-overflow:ellipsis;
  	position: absolute;
	top: 0;
	left: 0.8rem;
}

/*swiper滑动的样式*/
.advis-sp1 {
	width: 7rem;
	height: 2.3rem;
	margin: 0 auto;
	position: relative;
}

.advis-sp1 img {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet-active {
	background: #17B54B;
	width: 10px !important;
}

.swiper-pagination-bullet {
	width: 0.2rem;
	height: 2px;
	border-radius: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -5px;
}

.swiper-pagination {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4px;
}


.advis-backdrop {
	width: 7rem;
	height: 2.3rem;
	/* margin: 0rem auto; */
	/* position: relative; */
	margin-left: 0.24rem;
	margin-right: 0.24rem;
	margin-top: 0.2rem;
	float: left;
	display: none;
}

.swiper3 {
	border-radius: 0.2rem;
}

#swiper-avis .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiperpag3 .swiper-pagination-bullet {
	width: 3px;
	height: 3px;
	border-radius: 1.5px;
}
.my_text_ky{
	font-size: 0.25rem;
	 border: 0.02rem solid #d32f1b;
 	 border-radius: 0.32rem; 
	 line-height: 0.4rem;
	 height: 0.4rem;
	 width: 1.5rem;
	 background-color: #d32f1b;
    color: white;
    font-weight:normal;
    margin-top:0.17rem;
}
.b3{
	float: left;
	width:1.8rem;
	height:.48rem;
	margin-left: .4rem;
	margin-top: .52rem;
	color: #d32f1b;
	font-family:PingFangSC-Bold;
	font-weight: bold;
	font-size: 0.28rem;
	border-radius: .32rem;
	border: 0.02rem solid #d32f1b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color:#d32f1b;
	color:white;
}
.shadow{
	 box-shadow: 0px 0px 12px 4px #efaf51;
}
.hot {
	position: absolute;
	bottom: 0.1rem;
	text-align: center;
	width: 1rem;
	height: 0.4rem;
	z-index: 999
}