* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body iframe {
	display: none;
}

body,
html {
	color: #333;
	position: relative;
}

a {
	color: #333;
}

body,
dd,
dl,
form,
p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0
}

button,
select {
	display: block;
	border: none;
	outline: none;
}

a {
	text-decoration: none
}

a img {
	border: 0;
	vertical-align: middle
}

img {
	display: block;
}

input,
textarea {
	display: block;
	border: none;
	outline: none;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/*隐藏*/

.hide {
	display: none;
}
.dp_b{
	display: block;
}

/*父级*/

.box {
	position: relative;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.box.active {
	height: 100%;
}


/*清浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*头部*/

.head_box {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 0.88rem;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 999;
}
.back,
.good_back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0.88rem;
	height: 0.88rem;
	background: url(./fhui@2x.png) 0.26rem 0.26rem no-repeat;
	background-size: 0.36rem 0.36rem;
	cursor: pointer;
}

.head_title {
	font-size: 0.32rem;
	line-height: 0.88rem;
	color: #333;
}

.search {
	position: absolute;
	top: 0.2rem;
	right: 0.5rem;
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../img/sousuo@3x.png) no-repeat;
	background-size: 100% 100%;
}


/*小文字提示框*/

.hiht_black {
	text-align: center;
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	padding: 0.18rem 0.4rem;
	border-radius: 0.1rem;
	color: #fff;
	font-size: 0.24rem;
	max-width: 80%;
}


/*选择提示框*/

.motal_select,.baomModel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 12000;
}

.black_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modal_select_content,.baom_content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-70%);
	-webkit-transform: translateX(-50%) translateY(-70%);
	z-index: 14;
	height: 2.5rem;
	width: 5rem;
	background: #fff;
	border-radius: 0.15rem;
}
.baom_content{
	height:auto;
}

.modal_select_title {
	font-size: 0.26rem;
	line-height: 0.3rem;
	text-align: center;
	width: 100%;
	margin-top: 0.5rem;
}

.modal_select_msg {
	width: 100%;
	font-size: 0.24rem;
	line-height: 0.27rem;
	text-align: center;
	color: #7b7bb3;
	margin-top: 0.3rem;
}

.modal_select_btn_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.78rem;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
}

.modal_select_btn_false {
	float: left;
	border-right: 1px solid #dcdcdc;
	line-height: 0.78rem;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	font-size: 0.27rem;
}

.modal_select_btn_true {
	width: 50%;
	float: left;
	box-sizing: border-box;
	font-size: 0.27rem;
	text-align: center;
	color: #f60;
	line-height: 0.78rem;
}

.modal_select_btn_true2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 0.27rem;
	text-align: center;
	color: #f60;
	line-height: 0.78rem;
}


/*加载中*/

.loading_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.loading_box img {
	width: 1rem;
	height: 1rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.loading_content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.loading_list {
	float: left;
	overflow: hidden;
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	font-size: 0;
	position: relative;
}

.loading_div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	margin-right: 0.1rem;
	height: 0.2rem;
	width: 0.2rem;
	border-radius: 50%;
	background: #aaa;
	animation: myfirst 1.5s;
	-moz-animation: myfirst 1.5s;
	/* Firefox */
	-webkit-animation: myfirst 1.5s;
	/* Safari 和 Chrome */
	-o-animation: myfirst 1.5s;
	/* Opera */
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.loading_list:nth-child(2) .loading_div {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
}

.loading_list:nth-child(3) .loading_div {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
}

@keyframes myfirst {
	50% {
		width: 0.4rem;
		height: 0.4rem
	}
	100% {
		width: 0.2rem;
		height: 0.2rem
	}
}

@-moz-keyframes myfirst {
	50% {
		width: 0.4rem;
		height: 0.4rem
	}
	100% {
		width: 0.2rem;
		height: 0.2rem
	}
}

@-webkit-keyframes myfirst {
	50% {
		width: 0.4rem;
		height: 0.4rem
	}
	100% {
		width: 0.2rem;
		height: 0.2rem
	}
}

@-o-keyframes myfirst {
	50% {
		width: 0.4rem;
		height: 0.4rem
	}
	100% {
		width: 0.2rem;
		height: 0.2rem
	}
}

.pdt_88 {
	padding-top: 0.88rem;
}

.init-loading {
	font-size: 0.26rem;
	line-height: 1rem;
	text-align: center;
	/*color:#f40;*/
	color: #666;
	display: none;
}

.loadtip {
	font-size: 0.26rem;
	line-height: 1rem;
	text-align: center;
	color: #666;
	display: none;
}


/*上下拉列表页box标签内添加样式*/

.list_box_style {
	height: 100%;
}

.inline-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*没有数据*/

.none {
	width: 3rem!important;
	margin: 0rem auto 0.5rem auto!important;
	padding-top: 1.4rem!important;
}


/*select选择框*/

.window_box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 100000;
}

.bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.window {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.window_add {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #b6b6b6;
	line-height: 0.96rem;
	font-size: 0.24rem;
	padding: 0 0.34rem;
	text-align: center;
}


/*上拉加载下拉刷新*/

.swiper-container {
	height: 100%;
}


/*.swiper-wrapper{
	height: auto;
}*/

.swiper-slide {
	height: auto;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 0.3rem;
	border-radius: 0;
	height: 0.03rem;
	margin: 0 0.07rem!important;
}


/* banner轮播图 */

.banner_swiper_box {
	width: 100%;
	height: 2.4rem;
	text-align: center;
}

.banner_swiper_container {
	width: 100%;
}

.banner_swiper_box .banner_swiper_container .img_box {
	display: inline-block;
	margin: 0 auto;
	width: 6.9rem;
	height: 2.4rem;
}

.banner_swiper_box .banner_swiper_container .img_box img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0.15rem
}


/*搜索*/

.search_head {
	overflow: hidden;
	background-color: #33D7B3;
	color: #fff;
	width: 100%;
}

.search_text {
	text-align: center;
	float: right;
	width: 1.12rem;
	font-size: 0.32rem;
	line-height: 0.88rem;
}

.search_back {
	float:left;
	left:0;
	top:0;
	z-index: 100;
	width: 0.88rem;
	height: 0.88rem;
	background: url(../img/fanhui@3x.png) no-repeat 0.32rem 0.24rem;
	background-size: 0.24rem 0.4rem;
}

.search_wrapper {
	position: relative;
	border-radius: 0.16rem;
	overflow: hidden;
	background-color: #20C9A4;
	margin: 0.11rem 0;
	box-sizing: border-box;
	padding: 0 0.2rem 0 0.66rem;
}

.search_icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0.66rem;
	height: 0.66rem;
	background: url(../img/sousuo01@3x.png) no-repeat center center;
	background-size: 0.26rem 0.28rem;
}

.search_wrapper input {
	width: 100%;
	background-color: transparent;
	font-size: 0.28rem;
	line-height: 0.66rem;
	color: #fff;
}

.search_wrapper input::-webkit-input-placeholder {
	color: #fff;
}

.search_wrapper input:-moz-placeholder {
	color: #fff;
}

.search_wrapper input::-moz-placeholder {
	color: #fff;
}

.search_wrapper input:-ms-input-placeholder {
	color: #fff;
}