﻿/*此处css控制点击按钮波浪特效*/
body {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.ripple-container .ripple {
	background-color: rgba(255, 255, 255, 0.4);
	animation: ripple 1s forwards cubic-bezier(0, 0, 0.2, 1);
}
@keyframes ripple {
 0% {
 transform: scale(0);
 opacity: 1;
}
 80% {
 transform: scale(1);
}
 100% {
 opacity: 0;
}
}
/*公用css*/

.bg_gray {  /*灰色背景*/
	background: #eee !important;
}
.no_border {    /*取消边框*/
	border: none !important;
}
.align_left {
	text-align: left !important;
}
.btn {    /*普通按钮*/
	display: block;
	outline: none;
 padding: 0.2rem .6rem;
	background: #dd1717;
	border-radius: 1rem;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
}
.btn_lg {  /*长按钮*/
	width: 88%;
	padding: 0.4rem 0;
	margin: 0.8rem auto;
	font-size: 0.8rem;
	border: 0.05rem solid #b20303;
	border-bottom: 0.1rem solid #b20303;
}
.btn_half {  /*半个按钮*/
	width: 40%;
	padding: 0.4rem 0;
	margin: 0.8rem 5%;
	font-size: 0.8rem;
	border: 0.05rem solid #b20303;
	border-bottom: 0.1rem solid #b20303;
	float: left;
}
.btn_empty { /*线框按钮*/
	background: transparent;
	color: #dd1717;
	border: 0.05rem solid #dd1717;
}
.btn_gray {
	background: #a5a5a5;
	border: 0.05rem solid #a5a5a5;
	border-bottom: 0.1rem solid #888;
}
.btn_empty_gray {
	background: transparent;
	border: 0.05rem solid #a5a5a5;
	color: #a5a5a5
}
/*列表点击效果*/
.news_info_list:active, .activity_list:active, .shop_list:active {
	opacity: 0.8;
}
.item_lists .item_list:active {
	background-color: #f5f5f5;
}
/*顶部导航*/
.top_bar {
	height: 2.2rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 2.2rem;
	text-align: center;
	position: relative;
}
.top_bar_back {
	position: absolute;
	left: 0;
	padding: 0 0.75rem;
}
.top_bar_back i {
	display: inline-block;
	width: 1rem;
	height: 0.1rem;
	background: #dd1717;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_bar_back i:after {
	content: '/';
	display: block;
	width: 1rem;
	height: 0.1rem;
	background: #dd1717;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.top_bar_action {
	position: absolute;
 right: .75rem;
	color: #dd1717;
}
.top_bar_title {
	font-size: 0.9rem;
	color: #222;
}
.top_bar_help {
	position: absolute;
	right: 2.5rem;
	padding: 0 0.7rem;
}
.top_bar_help i {
	width: 0.95rem;
	height: 0.95rem;
	margin-top: 0.65rem;
	display: inline-block;
	background: url(../images/help.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.highlight {
 font-size:.6rem;
	color: #dd1717;
}
.slide_right {  /*右侧滑动进入的模块css*/
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	left: 1000px;
	top: 0;
}
.hint {   /*提示文字*/
 font-size: .6rem;
	color: #666;
}
/*搜索框*/
.filter_search {
	width: 100%;
 padding:.5rem 0;
	background-color: #fff;
	text-align: center;
}
.filter_search_gray {
	background-color: #eee;
}
.filter_search input {
	width: 80%;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	height: 1.6rem;
 text-indent:.8rem;
 border-radius:.8rem;
 font-size:.7rem;
}
.filter_search_gray input {
	background-color: #fff;
}
.filter_search .btn_search {
	display: inline-block;
	color: #105fc4;
	width: 12%;
	text-align: center;
 font-size:.75rem;
}
.search-bar {
	width: 100%;
 padding: .4rem 0;
}
.search-bar input {
	width: 80%;
	margin: 0 10%;
 background: #f8f8f8 url(../images/search_1.png) no-repeat .4rem center;
	height: 1.6rem;
	border: 1px solid #ddd;
	border-radius: 1.5rem;
 background-size: .7rem;
	text-indent: 1.5rem;
	-webkit-appearance: none;
 font-size:.7rem;
}
/*顶部搜索*/
.search_top {
	width: 90%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 0 5%;
	position: fixed;
	z-index: 101;
	top: 0rem;
	-webkit-overflow-scrolling: touch;
}
.search_top .filter_search {
	background-color: #f5f5f5;
}
.search_top .filter_search input {
	background-color: #fff;
	width: 86%;
}
.search_top_0 {
	top: 0;
}
/*轮播图*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-pagination {
	position: absolute;
	text-align: right;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination-bullet {
 width: .4rem;
 height: .4rem;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #105fc4 !important;
}
/*底部导航*/
.nav_bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	z-index: 500;
	bottom: 0;
	width: 100%;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
}
.nav_bar a {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
 padding: .3rem 0 0;
	font-size: 0;
	text-align: center;
	color: #666;
}
.nav_bar_icon {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.nav_icon_1 {
	background-image: url(../images/nav_1.png);
}
.nav_icon_2 {
	background-image: url(../images/nav_2.png);
}
.nav_icon_3 {
	background-image: url(../images/nav_3.png);
}
.nav_icon_4 {
	background-image: url(../images/nav_4.png);
}
.nav_icon_5 {
	background-image: url(../images/nav_5.png);
}
.nav_bar_label {
 font-size: .5rem;
	line-height: 1rem;
}
.nav_bar a.nav_active {
	color: #105fc4;
}
.nav_bar a.nav_active .nav_icon_1 {
	background-image: url(../images/nav_10.png);
}
.nav_bar a.nav_active .nav_icon_2 {
	background-image: url(../images/nav_20.png);
}
.nav_bar a.nav_active .nav_icon_3 {
	background-image: url(../images/nav_30.png);
}
.nav_bar a.nav_active .nav_icon_4 {
	background-image: url(../images/nav_40.png);
}
.nav_bar a.nav_active .nav_icon_5 {
	background-image: url(../images/nav_50.png);
}
/*顶部tab导航*/
.tab_content {
	display: none;
	/*padding-top: 50px;*/
	padding-bottom: 2.4rem;
}
.tab_top {
	margin-top: 2rem;
}
.tabs {
	position: fixed;
	z-index: 500;
	top: 0;
	width: 100%;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	-webkit-overflow-scrolling: touch;
}
.tabs a.active_tab span {
	color: #105fc4;
 padding: .45rem 0;
}
.tabs a {
	color: #666;
	display: block;
	flex: 1;
 padding: .6rem 0;
	text-align: center;
 font-size: .75rem;
	width: 25%;
	float: left;
}
.tab_line {
	width: 5rem;
 height: .1rem;
	background-color: #105fc4;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-property: transform, left;
	transition-duration: .1s;
	transform-origin: 0;
}
/*滚动加载*/
.weui-loadmore {
	width: 65%;
 margin: .75rem auto;
 line-height: .8rem;
 font-size: .7rem;
	text-align: center;
}
.weui-loading {
 width: .8rem;
 height: .8rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: e 1s steps(12) infinite;
	animation: e 1s steps(12) infinite;
	/*background: transparent url(../images/load.gif) no-repeat;*/
	background-size: 100%;
}
.weui-loadmore__tips {
	display: inline-block;
	vertical-align: middle;
}
/*下拉刷新*/
.weui-pull-to-refresh {
	margin-top: 0;
	width: 100%;
	margin-left: 0;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}
.weui-pull-to-refresh.refreshing {
	-webkit-transform: translate3d(0, 2.5rem, 0);
	transform: translate3d(0, 2.5rem, 0);
}
.weui-pull-to-refresh.touching {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.weui-pull-to-refresh__layer {
	z-index: 11;
	height: 1rem;
	line-height: 1rem;
 padding: .5rem;
	text-align: center;
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: inline-block;
	z-index: 10;
	width: 1rem;
	height: 1rem;
 margin-right: .2rem;
 vertical-align: -.2rem;
	background: no-repeat center;
 background-size: .7rem 1rem;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: rotate(0deg) translate3d(0, 0, 0);
	transform: rotate(0deg) translate3d(0, 0, 0);
	background-image: url(../images/refresh_arrow.png);
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
	display: none;
 vertical-align: -.2rem;
 margin-right: .2rem;
	width: 1rem;
	height: 1rem;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite;
}
.weui-pull-to-refresh__layer .down {
	display: inline-block;
}
.weui-pull-to-refresh__layer .up, .weui-pull-to-refresh__layer .refresh {
	display: none;
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after {
	display: block;
	width: 90%;
	height: 90%;
	content: "";
	background-image: url(../images/load.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}
.pull-up .weui-pull-to-refresh__layer .down, .refreshing .weui-pull-to-refresh__layer .down {
	display: none;
}
.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: inline-block;
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0);
	transform: rotate(180deg) translate3d(0, 0, 0);
}
.pull-up .weui-pull-to-refresh__layer .up {
	display: inline-block;
}
.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: inline-block;
}
.pull-down .weui-pull-to-refresh__layer .down {
	display: inline-block;
}
.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: none;
}
.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
	display: inline-block;
}
.refreshing .weui-pull-to-refresh__layer .refresh {
	display: inline-block;
}
@keyframes preloader-spin {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*表单列表*/
.form {
	margin-top: 0.5rem;
	color: #333;
}
.form .item_lists .item_list .item_list_text {
	color: #666;
}
.item_lists {
	margin-bottom: 0.4rem;
	background-color: #fff;
}
.item_lists .item_list {
	box-sizing: border-box;
	min-height: 2.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0.75rem;
	padding: 0.5rem 1.5rem 0.5rem 0.75rem;
	position: relative;
}
.item_lists .item_list_vertical {
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}
.item_lists .item_list_vertical .tag_list {
	margin-top: 0;
}
.item_lists .item_list:after, .radio_lists .radio_list_total:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: #e7e7e7;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transform: scaleY(0.5);
}
.item_lists .item_list_icons .item_list_icon img {
 width: .8rem;
 margin-right: .4rem;
}
.item_lists .item_list.item_list_icons .item_list_content {
	width: 68%;
}
.item_lists .item_list .item_list_title {
	color: #222;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.item_lists .item_list .item_list_text {
	color: #333;
	position: relative;
}
.item_list_text .notice {
	content: '';
 width: .4rem;
 height: .4rem;
	background: #ff4811;
	border-radius: 50%;
	position: absolute;
 top: -.2rem;
 right:-.3rem;
}
.item_lists .item_list .required {
	color: red;
}
.item_lists .item_list .item_list_text_small {
	font-size: 0.6rem;
}
.item_lists .item_list .item_list_content {
	width: 72%;
}
.item_lists .item_list_link .item_list_content {
	text-align: right;
}
.item_lists .item_list .item_list_content .item_list_input {
	text-align: left;
	height: 75%;
	width: 100%;
	font-size: 0.7rem;
	color: #333;
	padding-right: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.2rem 0;
}
.item_lists .item_list_link .item_list_content:after {
	content: " ";
	display: inline-block;
	height: 0.3rem;
	width: 0.3rem;
	border-width: 0.06rem 0.06rem 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	top: -0.1rem;
	position: absolute;
	top: 50%;
	margin-top: -0.15rem;
	right: 0.75rem;
}
.item_lists .item_list_link .item_list_content .item_list_input {
	text-align: right;
}
.item_lists .item_list_slide .item_list_content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1rem;
}
.item_lists .item_list_slide .item_list_content:after {
	content: " ";
	display: inline-block;
	height: 0.3rem;
	width: 0.3rem;
	border-width: 0 0.06rem 0.06rem 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	top: -0.1rem;
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	right: 0.75rem;
}
.item_lists .item_list_slide .item_list_content.slided {
	white-space: normal;
	overflow: visible;
	text-overflow: initial;
}
.item_lists .item_list_slide .item_list_content.slided:after {
	border-width: 0.06rem 0 0 0.06rem;
	margin-top: 0rem;
}
.item_lists .item_list_vertical .item_list_title {
 padding: .8rem .75rem .5rem;
	width: 100%;
	color: #666;
	box-sizing: border-box;
}
.item_list_content input[type="text"], .item_list_content input[type="password"], .item_list_content input[type="search"], .item_list_content input[type="email"], .item_list_content input[type="tel"], .item_list_content input[type="url"], .item_list_content input[type="date"], .item_list_content input[type="datetime-local"], .item_list_content input[type="time"], .item_list_content input[type="number"], .item_list_content select, .item_list_content textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	display: block;
	padding: 0 0 0 0.25rem;
	margin: 0;
	width: 100%;
	height: 2.15rem;
	color: #3d4145;
	font-size: 0.85rem;
	font-family: inherit;
	outline: none;
}
.item_lists .item_list .item_list_content .item_list_select {
	height: inherit;
	font-size: 0.7rem;
	color: #333;
	direction: rtl;
	padding: 0.2rem 0;
}
.item_lists .disabled_item_list {
	background: #f5f5f5;
}
.item_lists .disabled_item_list .item_list_text, .item_lists .disabled_item_list .item_list_content input {
	color: #999 !important;
}
.item_lists .item_list_textarea {
	padding: 0;
}
.item_lists .item_list textarea {
	width: 100%;
	height: 5rem;
	font-size: 0.7rem;
	font-family: 'Microsoft Yahei';
	color: #333;
	resize: none;
	line-height: 1.4rem;
 padding: 0.4rem .75rem;
	border: none;
	outline: none;
	box-sizing: border-box;
}
.item_lists .item_list_actions {
	padding-right: 2rem;
}
.item_lists .item_list_actions .item_list_content {
	width: 71%;
}
.item_lists .item_list_actions .item_list_action {
	position: absolute;
	right: 0;
 padding: .5rem;
}
.item_lists .item_list_actions .item_list_action:before {
	content: '';
	width: 0.05rem;
	height: 1rem;
	background: #ddd;
	display: inline-block;
	position: absolute;
	left: 0rem;
 top: .6rem;
}
.item_lists .item_list_actions .item_list_action img {
	width: 1.1rem;
	display: block;
}
.item_list_content button {
	display: inline-block;
 font-size: .6rem;
}
.item_lists .item_list_buttons .item_list_content {
	width: 76%;
	line-height: 1.5rem;
}
.item_lists .item_list_buttons .item_list_content .icon_time {
 margin-top: .27rem;
}
.item_lists .item_list_buttons .item_list_button {
	float: right;
}
.form_more {
	background-color: #fff;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 0.75rem;
	color: #dd1717;
	border-bottom: 0.5px solid #ddd;
}
.form_more span {
	position: relative;
}
.form_more span:after {
	content: " ";
	display: inline-block;
	height: 0;
	width: 0;
	border-width: 0.3rem;
	border-color: #dd1717 transparent transparent;
	border-style: solid;
	position: relative;
	top: -0.15rem;
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: -0.8rem;
}
.form_more_active span:after {
	border-color: transparent transparent #dd1717;
	margin-top: -0.4rem;
}
.more_lists {
	display: none;
}
.item_list_image {
 margin: 0 .75rem;
	position: relative;
}
.item_list_image img {
	width: 100%;
}
.item_list_images {
	width: 100%;
	padding: 0 0.75rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.item_list_images li {
	position: relative;
	width: 32%;
	margin-right: 1.2%;
	margin-bottom: 1%;
}
.item_list_images li img {
	width: 100%;
}
.item_list_image .form_img_delete, .item_list_images .form_img_delete {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.item_list_lg .item_list_icon img{
	width: 1.5rem !important;
}
/*所属组织css*/
.form_type_content, .form_willing_content {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	left: 1500px;
	top: 0;
	overflow-y: scroll;
}
.radio_lists {
	border-bottom: 0.4rem solid #eee;
}
.radio_lists li {
	box-sizing: border-box;
	padding-left: 0.75rem;
	min-height: 2.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	font-size: 0.8rem;
	color: #333;
	position: relative;
}
.radio_lists .radio_list {
	min-height: 2.2rem;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	max-width: 100%;
	font-size: 0.8rem;
	color: #666;
}
.radio_lists .radio_list p {
	width: 85%;
	line-height: 1.2rem;
}
.radio_lists li input[type="radio"] {
	opacity: 0;
}
.radio_lists li input[type="radio"]+div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
 right: .75rem;
	width: 1rem;
	height: 1rem;
	background-image: url(../images/check_50.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
.radio_lists li input[type="radio"]:checked+div {
	background-image: url(../images/Checked.png);
	background-repeat: no-repeat;
	animation: radio_animate .16s forwards ease-out;
}
@keyframes radio_animate {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
/*服务意向css*/
.tag_lists {
	width: 100%;
}
.tag_lists li {
 margin: 0 .75rem;
	border-bottom: 1px solid #DDDDDD;
	font-size: 0.75rem;
}
.tag_title {
	margin: 0.8rem 0;
	font-size: 0.8rem;
}
.tag_list {
	margin: 0.6rem 0;
}
.tag_list span {
	display: inline-block;
	border: 1px solid #DD1717;
	padding: 0.3rem 0.65rem;
	background-color: #FFF;
	color: #DD1717;
	border-radius: 0.7rem;
	margin: 0.2rem 0;
	margin-right: 0.25rem;
	font-size: 0.7rem;
}
.tag_list .tag_selected {
	background: #dd1717;
	color: #fff;
}
.item_lists.item_revert_lists .item_list_text {
	width: 72%;
}
.item_lists.item_revert_lists .item_list_content {
	width: 28%;
	text-align: right;
}
/*暂无数据*/
.weui-loadmore_line {
	border-top: 1px solid #e5e5e5;
	margin-top: 1.2rem;
	position: relative;/*top: 3rem;*/
}
.weui-loadmore_line .weui-loadmore__tips {
	position: relative;
 top: -.45rem;
 padding: 0 .3rem;
	background-color: #fff;
	color: #999;
}
.weui-loadmore__tips {
	display: inline-block;
	vertical-align: middle;
}
/*筛选*/
.filter {
	width: 100%;
	float: left;
	clear: both;
	position: fixed;
	top: 0;
 padding:.7rem 0 .6rem 0;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	z-index: 555;
	-webkit-overflow-scrolling: touch;
}
.filter li {
	width: 28%;
	float: left;
	text-align: center;
	color: #666;
 font-size:.7rem;
	border-right: 1px solid #ddd;
}
.filter li:last-child {
	width: 15%;
	border-right: 0;
}
.filter_icon {
 width:.8rem;
 height:.8rem;
	margin: 0 auto;
	display: block;
	background: url(../images/search.png) no-repeat center;
	background-size: 100%;
}
.filter li a {
	display: block;
}
.filter li a span {
	max-width: 80%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.filter li a i.filter_arrow {
 width:.5rem;
 height:.5rem;
	background: url(../images/arrow-down.png) no-repeat center;
	background-size: 100%;
	display: inline-block;
 margin-left:.2rem;
}
.filter_child {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 2.15rem;
}
.filter_child ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.filter_child .second_select {
	width: 50%;
	float: left;
}
.filter_child .second_select_child {
	width: 50%;
	float: right;
	box-sizing: border-box;
}
.filter_child .second_select_child li {
	border-left: 1px solid #ddd;
}
.filter_child li, .filter_child li:last-child {
	width: 90%;
 padding:.7rem 5%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	text-align: left;
	color: #333;
}
.filter li a.filter_active {
	color: #105fc4;
}
.filter li a.filter_active i.filter_arrow {
	background-image: url(../images/arrow-up.png);
}
.filter_child li.child_active {
	background-color: #dedfe0;
}
.filter li a.filter_active .filter_icon {
	background-image: url(../images/close.png);
}
.filter .filter_search {
	position: absolute;
	left: 0;
	top: 2.15rem;
	display: none;
}
@keyframes liked {
 0% {
 transform: scale(0);
}
 60% {
 transform: scale(1);
}
 80% {
 transform: scale(0.8);
}
 100% {
 transform: scale(1);
}
}
@keyframes ripple_border {
 0% {
 transform: scale(0);
 opacity: 0.6;
}
 20% {
 transform: scale(0.8);
 opacity: .2;
}
 100% {
 opacity: 0;
 transform: scale(1);
}
}
/*各种状态界面css*/
.state_content {
	text-align: center;
	padding: 3rem 5% 0;
}
.state_pic {
	margin: 2rem 0;
	width: 5rem;
}
.state_content_info {
 font-size: .7rem;
	color: #666;
 margin: .8rem;
}
.state_content .btn_lg {
	margin-top: 2rem;
}
.state_content .highlight {
 font-size: .7rem;
 margin-top: .5rem;
}
.state_content .link_text {
	color: #dd1717;
	text-decoration: underline;
}
/*弹框*/
.model {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.model_content {
	width: 80%;
	background: #fff;
	border-radius: 10px;
	padding-top: 5%;
 font-size:.8rem;
	position: relative;
}
.model_content .model_text {
	max-height: 16rem;
	overflow-y: scroll;
}
.model_content p {
	width: 90%;
 padding:0 5% .5rem 5%;
	line-height: 1rem;
	text-align: center;
}
.model_content .model_btn {
	width: 100%;
	border-top: 1px solid #ddd;
	text-align: center;
}
.model_content .model_btn a {
	padding: 4% 0;
	display: inline-block;
}
.model_content .model_btn a.active {
	color: #1d79e1;
}
.model_content .model_btn.btn_2 a {
	width: 49%;
	color: #666;
}
.model_content .model_btn.btn_2 a.active {
	color: #1d79e1;
	border-right: 1px solid #ddd;
}
.model_info {
	font-size: 0.7rem;
	color: #f07f55;
	padding: 0 5% !important;
}
.model_content a.btn {
	width: 123px;
	height: 50px;
	display: block;
	margin: 0 auto 5% auto;
}
.model_content a.btn img {
	width: 100%;
}
.content_title {
	padding-bottom: 0 !important;
	color: #666;
}
.model_content textarea {
	width: 86%;
	margin: 0 4%;
	padding: 2%;
	border: 1px solid #ddd;
	height: 5rem;
	box-sizing: content-box;
}
.model_content .text_info {
	text-align: right;
font-size:.7rem;
	color: #999;
}
.content_strech_title {
	padding: 0 5% 5%;
}
.content_strech_title .strech_title_left {
 font-size: .85rem;
}
.content_strech_title .strech_title_right {
 font-size: .75rem;
	float: right;
 line-height: .85rem;
}
.model_content_icon {
	width: 1.7rem;
	height: 1.7rem;
	background: url(../images/info.png) no-repeat center;
	background-size: 100%;
 margin:0 auto .5rem auto;
}
.model_content_blue {
	color: #007aff;
}
.message {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
 font-size:.8rem;
	padding: 10px 5%;
	line-height: 1rem;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottom_close {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.bottom_close img {
	width: 1.2rem;
}
/*顶部*/
#header {
	width: 100%;
	height: 2.2rem;
	line-height: 2.2rem;
	position: fixed;
	top: 0;
	z-index: 500;
	text-align: center;
	background-color: #fff;
	border-bottom: 0.05rem solid #eee;
}
#header .header_name img {
	width: 1.25rem;
	position: relative;
top:.2rem;
}
#header .header_name span {
	color: #222;
font-size:.9rem;
margin-left:.2rem;
}
#header .header_back {
	position: fixed;
	left: 0;
	width: 2.2rem;
	height: 2.2rem;
	top: 0;
	background: url(../images/back.png) no-repeat center;
	background-size: 50%;
}
.index_top {
	top: 2.25rem;
}
.share_pic {
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 100%;
}
.share .article_banner {
	position: relative;
	margin-top: 2.5rem;
}
.share .shop_swiper {
	margin-top: 2.5rem;
}
@media screen and (max-width:320px) {
 .tabs {
 overflow:scroll;
 white-space:nowrap;
}
.tabs a {
 color: #666;
 display: inline-block;
 flex: 1;
 padding: .6rem 0;
 text-align: center;
 font-size: .75rem;
 margin-left:.5rem;
 float:none;
}
}
