/* body content */
.h10{height:20px;}
.search {
	height: 44px;
	position: absolute;
	padding: 6px 0;
	z-index: 1;
	left: 84px;
	right: 44px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search.hide {
	display: none;
}

.search.active {
	background: #FFF;
	z-index: 99;
	left: 0 !important;
	right: 0;
	padding: 7px 44px 7px 15px;
	border-bottom: #d6d6d6 1px solid;
	display: block;
}

.search .icon-cl-sousuo {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -12px;
}

.search.active .icon-cl-sousuo {
	left: 20px;
}

.search .txt {
	width: 100%;
	height: 30px;
	text-align: left;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding-left: 30px;
	background: #f5f5f5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.search .txt::-webkit-input-placeholder {
	color: #aaa;
}

.search .txt:-moz-placeholder {
	color: #aaa;
}

.search .txt::-ms-input-placeholder {
	color: #aaa;
}

.search .cancel {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search.active .cancel {
	opacity: 1;
	visibility: visible;
}

.search .sclear {
	width: 30px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	font-family: "iconfont" !important;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -22px;
	opacity: 0.25;
	display: none;
	z-index: 10;
}

.search .sclear:before {
	content: "\e7ba";
}

.search .sclear.active {
	display: block;
}

.searchLayer {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0;
	top: 44px;
	bottom: 0;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.searchLayer.active {
	visibility: visible;
	opacity: 1;
}

.searchLayer .search {
	background: #FFF;
	border-bottom: #e6e6e6 1px solid;
}

.searchLayer .search .input-txt {
	background: #eee;
}

.s-hot {
	background: #FFF;
}

.s-hot-title {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	margin-top: 12px;
	color: #b5b5b5;
}

.s-hot-title .icon-close-fill {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	display: block;
	float: right;
	color: #e5e5e5;
	margin-right: -2px;
}

.s-hot-list {
	padding: 0 3px 0 12px;
}

.s-hot-list li {
	float: left;
	padding: 9px 9px 0 0;
}

.s-hot-list li a {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	padding: 0 15px;
	color: #555;
	background: #f4f4f4;
	display: block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.foucs {
	padding:0px;
}

#mfocus .swiper-slide img {
	width: 100%;
}

#mfocus .swiper-pagination-bullets {
	bottom: 5px;
}

#mfocus .swiper-pagination-bullet {
	width: 10px;
	height: 3px;
	background: #000;
	opacity: .5;
	border-radius: 0;
	transform: skewX(45deg);
}

#mfocus .swiper-pagination-bullet-active {
	width: 15px;
	background: #fff;
	opacity: .75;
}

.TextScrollBox {
	height: 44px;
	padding: 7px 0 7px 24px;
	position: relative;
}

.TextScrollBox .icon-laba {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	color: #41A4D4;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}

.TextScroll {
	height: 30px;
	overflow: hidden;
	position: relative;
}

.TextScroll ul {
	width: 100%;
	position: absolute;
	height: 30px;
}

.TextScroll ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-right: 40px;
	position: relative;
	font-size: 0.37333333333333335rem;
}

.TextScroll ul li a {
	display: block;
	height: 30px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.TextScroll .date {
	width: 40px;
	text-align: right;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	display: block;
}

.idxNav .item {
	width: 25%;
	float: left;
}

.idxNav .img-icon {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	border-radius: 1.2rem;
}

.idxNav .tap {
	padding: .4rem;
	color: #52555d;
}

.idxNav .name {
	line-height: 1;
	font-size: .32rem;
	text-align: center;
	margin-top: .4rem;
}

.panic {
	padding: .8rem 0;
	background: url("../images/panicBg.jpg") no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.panic .img-tit {
	font-size: 0;
	text-align: center;
}

.panic .img-tit img {
	display: inline;
	height: .64rem;
}

.panic .text-tit {
	font-size: 0;
	text-align: center;
	margin-top: .48rem;
}

.panic .text-tit span {
	display: inline-block;
	padding: .12rem .24rem;
	line-height: 1;
	border: #000000 1px solid;
	font-size: .32rem;
	letter-spacing: 3px;
}

.panic .countdown {
	font-size: 0;
	text-align: center;
	margin-top: .32rem;
}

.panic .countdown .num {
	height: .64rem;
	line-height: .64rem;
	font-size: .4rem;
	color: #fff;
	background: #000;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.panic .countdown .text {
	height: .64rem;
	line-height: .64rem;
	font-size: .32rem;
	color: #62666d;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

.panic .special {
	padding: .8rem .08rem 0 .4rem;
}

.panic .special .item {
	width: 33.33%;
	float: left;
	padding-right: .32rem;
}

.panic .special img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 5px 5px 10px rgba(226, 122, 180, .25);
}

.panic .ads {
	padding: .32rem .08rem 0 .4rem;
}

.panic .ads .item {
	width: 50%;
	float: left;
	padding-right: .32rem;
}

.panic .ads img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 5px 5px 10px rgba(226, 122, 180, .25);
}

.idxBig .item {
	background: #fff;
	margin-top: 12px;
}

.idxBig .thumb {
	width: 100%;
}

.idxBig .content {
	padding: .32rem .4rem;
}

.idxBig .name {
	height: .64rem;
	line-height: .64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .42666666666666664rem;
}

.idxBig .info {
	height: .48rem;
	line-height: .48rem;
	color: #62666d;
	margin-top: .16rem;
	font-size: .32rem;
}

.idxBig .info .dsp {
	float: left;
}

.idxBig .info .time {
	float: right;
}

.idxBig .info .flag {
	height: .48rem;
	lighting-color: .48rem;
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 5px;
	background: #41A4D4;
	color: #fff;
	font-size: .32rem;
	border-radius: 3px;
}

.plist {
	padding: 0 0 .32rem .32rem;
}

.plist .item {
	width: 50%;
	float: left;
	padding-right: .32rem;
	margin-top: .32rem;
}

.plist .imgbox {
	width: 100%;
}

.plist .name {
	height: 0.88rem;
	line-height: .44rem;
	font-size: .32rem;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: .24rem;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align:center;
}

.plist .price-box {
	height: .48rem;
	font-size: .32rem;
	line-height: .48rem;
	margin-top: .32rem;
}

.plist .price-box .nPrice {
	font-size: .4rem;
	color: #41A4D4;
}

.plist .price-box .oPrice {
	text-decoration: line-through;
	margin-left: .24rem;
	color: #92999D;
}

.buying .tap {
	height: 3.2rem;
	padding: .4rem .4rem .4rem 3.04rem;
}

.buying .tap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e6e7;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.buying .imgbox {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	left: .32rem;
	top: .4rem;
}

.buying .name {
	height: .96rem;
	line-height: .48rem;
	font-size: 0.37333333333333335rem;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.buying .countdown {
	font-size: 0;
	height: .48rem;
	margin-top: .16rem;
}

.buying .countdown .num {
	height: .48rem;
	line-height: .48rem;
	font-size: .32rem;
	color: #fff;
	background: #000;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.buying .countdown .text {
	height: .48rem;
	line-height: .48rem;
	font-size: .32rem;
	color: #62666d;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.buying .countdown .text:first-child{ margin-left: 0;}

.buying .price-box {
	height: .8rem;
	font-size: .32rem;
	line-height: .8rem;
	margin-top: .16rem;
}

.buying .price-box .nPrice {
	font-size: .4rem;
	color: #41A4D4;
}

.buying .price-box .oPrice {
	text-decoration: line-through;
	margin-left: .24rem;
	color: #92999D;
}

.buying .btn {
	height: .64rem;
	line-height: .64rem;
	font-size: .32rem;
	float: right;
	border: none;
	margin-top: .08rem;
}

.topicAdImg {
	padding: .16rem;
}

.topicAdImg img {
	width: 100%;
	border-radius: 10px;
}

.topicScroll {
	height: 5.08rem;
	position: relative;
	overflow: hidden;
}

.topicScroll .mui-scroll {
	width: 5000px;
}

.topicScroll .plist {
	padding: 0;
}

.topicScroll .plist .item {
	width: 4.82rem;
	padding: 0;
	padding-left: .32rem;
}

.topicScroll .plist .price-box {
	margin-top: .16rem;
	text-align: center;
}

.topicScroll .plist .name {
	height: .56rem;
	line-height: .56rem;
	white-space: nowrap;
}

.topicScroll .plist .item:last-child {
	width: 4.94rem;
	padding: 0 .32rem;
}

.brandStory {
	padding: .4rem;
	font-size: .37333333333333335rem;
	line-height: 1.8;
}

.brandStory img {
	max-width: 100%;
}

.recommend {
	padding: .4rem;
}

.recommendTit {
	height: 32px;
	position: relative;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-top: .4rem;
}

.recommendTit:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #e1e1e1;
	z-index: 1;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.recommendTit .name {
	height: 32px;
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.recommendTit .name span {
	display: block;
	width: 126px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: #000 1px solid;
}

.recommend .content {
	font-size: .37333333333333335rem;
	color: #62666D;
	margin-top: .4rem;
	line-height: 1.8;
}

.category {
	padding: 0 .32rem .32rem;
}

.categoryTit {
	position: relative;
	line-height: .64rem;
	padding: .24rem 0;
	font-size: .32rem;
	overflow: hidden;
}

.categoryTit .name {
	float: left;
	font-weight: bold;
}

.categoryTit .more {
	float: right;
	color: #62666D;
}

.categoryTit .more .icon-a12r {
	font-size: .32rem;
}

.categoryList {
	margin: 0 -.32rem .32rem;
}

.categoryList .item {
	width: 25%;
	float: left;
	margin-top: .56rem;
}

.categoryList .imgbox {
	width: 1.44rem;
	margin: 0 auto;
}

.categoryList .name {
	height: .32rem;
	line-height: .32rem;
	font-size: .32rem;
	margin-top: .32rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsList {
	margin: -.56rem .4rem .4rem;
}

.newsList .item {
	margin-top: .4rem;
}

.newsList .item:first-child {
	margin-top: 0;
}

.newsList .tap {
	padding: .28rem;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .15);
}

.newsList .thumb {
	width: 3.52rem;
	height: 2.56rem;
	margin-right: .28rem;
	flex-shrink: 0;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .15);
}

.newsList .content {
	flex-shrink: 1;
	width: 100%;
}

.newsList .name {
	margin-top: .24rem;
	height: .1.12rem;
	line-height: .56rem;
	font-size: .4rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsList .date {
	height: .64rem;
	line-height: .64rem;
	font-size: .32rem;
	color: #999;
	overflow: hidden;
	text-align: right;
	margin-top: .32rem;
}

.topBar {
	position: fixed;
	left: 0;
	right: 0;
	top: 44px;
	height: 44px;
	background: #FFF;
	z-index: 100;
	overflow: hidden;
}

.topBar .more {
	width: 44px;
	height: 43px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	background: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
}

.topBarBox {
	height: 44px;
	position: relative;
	overflow: hidden;
}

.topBar .mui-scroll {
	width: 5000px;
}

.topBar ul {
	width: 100%;
}

.topBar ul li {
	float: left;
	font-size: 0;
	text-align: center;
}

.topBar ul li a {
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	padding: 0 12px;
	color: #666;
	display: inline-block;
}

.topBar ul .active a {
	border-bottom: #000 2px solid;
	color: #000;
}

.newsClassList {
	padding: 5px 5px 0 15px;
}

.newsClassList li {
	float: left;
	width: 25%;
	padding: 10px 10px 0 0;
}

.newsClassList li a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 30px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	border: #e6e6e6 1px solid;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}

.newsClassList .active a {
	border-color: #41A4D4;
	color: #41A4D4;
}

.newsClassList .icon-tmy-clear {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	background: #FFF;
	position: absolute;
	right: -5px;
	top: -5px;
	color: #cccccb;
	display: none;
}

.newsClassList .edit .icon-tmy-clear {
	display: block;
}

.newsClassTit {
	height: 24px;
	line-height: 24px;
	margin: 10px 15px 0;
	font-size: 14px;
	color: #999;
}

.newsClassTit .btn {
	float: right;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	display: block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.filter-bar {
	width: 100%;
	left: 0;
	background: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 104;
	text-align: right;
}

.filter-bar.active {
	position: fixed;
	top: 44px;
}

.fb-nav {
	height: 40px;
}

.fb-nav .tab {
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	float: left;
	font-size: 0px;
	text-align: center;
	color: #999;
	width: 33.33%;
}

.fb-nav-col3 .tab {
	width: 33.33%;
}

.fb-nav .tap .icon-bottom {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #CCC;
	margin: 0 0 0 3px;
}

.fb-nav .tap {
	color: #999;
}

.fb-nav .tap span {
	max-width: 48px;
	height: 40px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fb-nav .active .icon-bottom,
.fb-nav .active .tap {
	color: #41A4D4;
}

.fb-nav .arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #a2a2a2;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.fb-nav .active .arrow:after {
	border-top: 5px solid #41A4D4;
}

.fb-nav .icon-filter {
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.sort {
	width: 100%;
	background: #FFF;
	position: fixed;
	left: 0;
	top: 84px;
	z-index: 105;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sort.active {
	opacity: 1;
	visibility: visible;
}

.sortList li {
	padding: 10px 15px;
	font-size: 14px;
	background-color: #fff;
	position: relative;
	color: #999;
}

.sortList .active:before {
	font-family: "iconfont" !important;
	content: "\e797";
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	color: #41A4D4;
}

.sortList li.active {
	color: #41A4D4;
}

.sortList li:after {
	content: '';
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #d1d1d1;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.filterBox {
	width: 100%;
	background: #efefef;
	position: fixed;
	z-index: 103;
	left: 0;
	top: 84px;
	bottom: 49px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.filterBox.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.area-city {
	width: 40%;
	float: left;
	background: #FFF;
}

.area-city-list {
	background: #FFF;
}

.area-city-list li {
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #737478;
}

.area-city-list .active {
	background: #efefef;
	color: #41A4D4;
}

.area-city-list .active a {
	color: #41A4D4;
}

.area-county {
	width: 60%;
	float: left;
}

.area-county-list li {
	height: 48px;
	line-height: 48px;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #737478;
}

.area-county-list .active a {
	color: #41A4D4;
}

.area-county-list .active:after {
	font-family: "iconfont" !important;
	content: "\e797";
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;
	margin-left: 5px;
	color: #41A4D4;
}

.filterBox .ok-box {
	position: absolute;
	height: 40px;
	line-height: 38px;
	display: block;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 0;
}

.filterBox .ok-btn {
	width: 100%;
	height: 40px;
	line-height: 38px;
	display: block;
	font-size: 16px;
}

.oFilterBox {
	width: 90%;
	background: #FFF;
	position: fixed;
	z-index: 203;
	left: 100%;
	top: 0;
	bottom: 0;
	padding-bottom: 49px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
}

.oFilterBox.active {
	left: 10%;
	visibility: visible;
}

.filter-item-tit {
	padding: 10px 0 0 15px;
	line-height: 24px;
	font-size: 14px;
	position: relative;
}

.filter-item-tit:after {
	content: '';
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	background: #d1d1d1;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.filter-item:first-child .filter-item-tit:after {
	display: none;
}

.filter-item-tit .icon-a12b {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: #999;
}

.filter-item-tit.active .icon-a12b:before {
	content: "\e7b1";
}

.f-brand-list {
	background: #FFF;
	padding: 0 0 15px 15px;
}

.f-brand-list .item {
	width: 33.33%;
	float: left;
	background: #FFF;
	padding: 10px 10px 0 0;
	display: none;
}

.f-brand-list .item:nth-child(-n+6) {
	display: block;
}

.f-brand-list.active .item {
	display: block;
}

.f-brand-list .item:after {
	left: 0;
	display: none;
}

.f-brand-list .item .logo {
	width: 100%;
	border: #e6e6e6 1px solid;
	padding: 2px;
	overflow: hidden;
}

.f-brand-list .active .logo {
	border: #41A4D4 1px solid;
}

.f-brand-list .item .tap {
	padding: 0;
}

.f-brand-list .item p {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}

.f-brand-list .active h2 {
	color: #41A4D4;
}

.filter-price {
	height: 25px;
	position: relative;
	margin: 10px 10px 15px 15px;
}

.filter-price .to {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	line-height: 20px;
	color: #999;
	text-align: center;
}

.filter-price .input-box {
	width: 50%;
	float: left;
	padding-right: 12px;
}

.filter-price .input-box:last-child {
	padding-left: 12px;
	padding-right: 0;
}

.filter-price .input-txt {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	text-align: center;
	border: none;
	background: #f0f2f5;
	font-size: 14px;
}

.f-specification-list {
	margin: 0 0 15px 15px;
	height: 37px;
	overflow: hidden;
}

.f-specification-list.row3 {
	height: 111px;
}

.f-specification-list.active {
	height: auto;
}

.f-specification-list li {
	width: 33.33%;
	padding: 10px 10px 0 0;
	float: left;
}

.f-specification-list .tap {
	border: #f0f2f5 1px solid;
	background: #f0f2f5;
	height: 27px;
	line-height: 26px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.f-specification-list .active .tap {
	border-color: #41A4D4;
	background: #FFF;
	color: #41A4D4;
}

.filter-opn {
	width: 100%;
	height: 49px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.filter-opn li {
	width: 50%;
	float: left;
}

.filter-opn li .btn {
	width: 100%;
	padding: 0;
	height: 49px;
	line-height: 48px;
	font-size: 16px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.h-nav {
	height: 44px;
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	z-index: 5;
}

.h-nav .tab {
	width: 28px;
	margin: 0 16px;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	float: left;
}

.h-nav .active {
	padding-bottom: 0;
	border-bottom: #41A4D4 2px solid;
}

.pageBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 44px 0 49px;
}

#detail {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#detail .swiper-slide {
	z-index: 1;
}

#detail .swiper-slide.active {
	z-index: 2 !important;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
}

#swiper3 {
	background: #FFF;
	border-bottom: #e6e6e6 1px solid;
}

#swiper3 img {
	width: 100%;
	margin: 0 auto;
}

#swiper3 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #000;
	opacity: 0.8;
}

#swiper3 .swiper-pagination-bullet-active {
	background: #41A4D4;
	opacity: 1;
}


/*商品信息开始*/

.show-info {
	padding: .4rem;
}

.show-info .hd {
	height: 1.12rem;
	line-height: 1.12rem;
	padding-right: 1.64rem;
	position: relative;
	margin-right: -.4rem;
}

.show-info .name {
	font-size: .4rem;
	line-height: .56rem;
	word-break: break-all;
	display: inline-block;
	vertical-align: middle;
}

.show-info .like {
	width: 1.28rem;
	height: 1.12rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.show-info .like:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e6e7;
	transform: scaleX(.5);
}

.show-info .like .icon-wosale-like {
	width: .8rem;
	height: .8rem;
	line-height: .8rem;
	display: block;
	margin: 0 auto;
	font-size: .56rem;
}

.show-info .like.active .icon-wosale-like:before {
	content: "\e7da";
	color: #41A4D4;
}

.show-info .like p {
	line-height: 1;
}

.show-info .dsp {
	color: #62666d;
	line-height: 22px;
	margin: 0 -15px;
	padding: 10px 15px;
	font-size: 14px;
	position: relative;
}

.show-info .price {
	height: 24px;
	line-height: 24px;
	margin-top: .32rem;
	font-size: .32rem;
	overflow: hidden;
	color: #92999D;
}

.show-info .drate {
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	border: none;
	line-height: 16px;
	font-size: 12px;
	background: #ea002a;
	padding: 0 5px;
	margin: -3px 0 0 3px;
	color: #FFF;
}

.show-info .unit {
	font-size: .48rem;
}

.show-info .num {
	float: right;
}

.show-info .specification {
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}


/*商品信息结束*/
.newsShowHd {
	padding: .4rem;
}

.newsShowHd .title {
	font-size: 18px;
	text-align: center;
	padding-bottom: .4rem;
	border-bottom: #cbcbcb 1px dotted;
}

.newsShowHd .info {
	line-height: 2;
	padding-top: .32rem;
	color: #999;
}

.newsShowHd .info .tab {
	height: 24px;
	padding-left: 22px;
	float: left;
	display: block;
	position: relative;
	margin-right: .32rem;
}

.newsShowHd .info .tab .iconfont {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	color: #000;
}

.newsContent {
	font-size: .4rem;
	line-height: 2;
	padding: .4rem;
}

.newsContent img {
	display: inline;
	max-width: 100%;
}
.details .content {
	padding: .4rem;
	font-size: 0.37333333333333335rem;
	line-height: 2
}

.details .content img {
	max-width: 100%;
}

/*意见反馈开始*/
.feedback-form-tit{ height:40px; line-height:40px; font-size:14px; color:#8f8f94; padding:0 12px;}
.feedback-form-reason{ padding:12px;}
.feedback-form-reason li{ width:50%; float:left; line-height:35px; font-size:13px; color:#939498;}
.feedback-form-reason li .radio{ display:inline-block; vertical-align:middle; margin:-3px 2px 0 0;}
.feedback-form-tra{ width:100%; padding:12px; height:120px; font-size:15px; background:#FFF; color:#030408; display:block;}
.feedback-form-input{ position:relative;}
.feedback-form-input .txt{ width:100%; height:44px; background:#FFF; padding:12px 15px; line-height:20px; font-size:15px; color:#030408;}
.feedback-form-input .icon-arrow-bottom{ width:12px; height:12px; font-size:12px; display:block; position:absolute; right:12px; top:50%; margin-top:-6px; color:#c3c4c8;}
#pages { padding:14px 0 10px; text-align:center; margin-top:30px; }







#pages a { display:inline-block; height:36px; line-height:36px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 15px}







#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:auto; padding:0 15px; }







#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }







#pages span { display:inline-block; height:36px; line-height:36px; background:#9c0; border:1px solid #9c0; color:#fff; text-align:center;padding:0 15px}







.page .noPage { display:inline-block; width:56px; height:36px; line-height:36px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }












