﻿@charset "utf-8";
/* 产品分类 */
.invoice_search {
	width: 95%;
	margin: 8px auto;
	display: -webkit-box;
}
.invoice_search span {
	-webkit-box-flex: 1;
	display: block;
	position: relative;
}
.invoice_text {
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-radius: 15px;
	padding: 0 10px 0 25px;
	box-sizing: border-box;
}
.invoice_submit {
	position: absolute;
	top: 4px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: url(../images/icon_34.png) no-repeat center;
	background-size: 15px auto;
}
.invoice_text::-webkit-input-placeholder {
	color: #d4d4d4;
}
.goods_classify {
	width: 100%;
	height:calc(100% - 92px);
	display: -webkit-box;
	position: fixed;
	left: 0;
	top: 41px;
	z-index: 100;
	overflow: hidden;
}
.list_page .goods_classify{
	height:calc(100% - 92px);
	top:41px;
	position: fixed;
	z-index: 100;
}
.classify_left {
	width: 120px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	background: #eeeeee;
}
.classify_left ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	padding: 0 8px;
}
.classify_left ul li a {
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.classify_left ul li.on {
	background: #fff;
	border-left: solid 3px #3551ce;
}
.classify_left ul li.on a {
	color: #3551ce;
}
.classify_right {
	-webkit-box-flex:1;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.classify_right dl {
	padding: 10px;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.classify_right dl dt {
	width: 100%;
	height: 16px;
	padding: 7px 0;
}
.classify_right dl dt a {
	height: 16px;
	line-height: 16px;
	color: #666;
	display: block;
	padding-left: 3px;
	border-left: solid 3px #3551ce;
}
.classify_right dl dd {
	width: 100%;
	overflow: hidden;
}
.classify_right dl dd span {
	height: 30px;
	line-height: 30px;
	width: 49%;
	float: left;
	margin-right: 1%;
	overflow: hidden;
}
.classify_right dl dd span a {
	color: #666;
	display: block;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 产品分类结束 */

/* 产品列表 */
.list_classify {
	width: 100%;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}
.list_classify ul.filter_list {
	display: -webkit-box;
	border-bottom: solid 1px #dfdfdf;
}
.list_classify ul.filter_list li {
	width: 22%;
	margin: 0 1% 0 2%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	display: block;
	-webkit-box-flex:1;
	-moz-box-flex:1;
}
.list_classify ul.filter_list li a {
	color: #555;
	display: inline-block;
	display:-webkit-box;
	display:-moz-box;
	overflow: hidden;
}
.list_classify ul.filter_list li a p{
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width: 80%;
}
.list_classify ul.filter_list li.on a {
	color: #3551ce;
}
.list_classify ul.filter_list li em {
	display: block;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	height: 40px;
	background: url(../images/icon_48.png) no-repeat left center;
	background-size: 8px auto;
	margin-left: 5px;
}
.list_classify ul.filter_list li.on em {
	background: url(../images/icon_63.png) no-repeat left center;
	background-size: 8px auto;
}
.list_classify ul.filter_list li span {
	width: 20px;
	height: 40px;
	display: block;
	margin-right: 3px;
}
.list_classify ul.filter_list li span.list_picture {
	background: url(../images/icon_49.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li.on span.list_picture {
	background: url(../images/icon_61.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li span.list_filter {
	background: url(../images/icon_50.png) no-repeat center;
	background-size: 100% auto;
}
.list_classify ul.filter_list li.on span.list_filter {
	background: url(../images/icon_62.png) no-repeat center;
	background-size: 100% auto;
}

/*  大图  */
.picture_goods {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #e7e7e7;
}
.picture_goods dl {
	width: 100%;
	padding: 8px 2%;
	box-sizing: border-box;
	display: -webkit-box;
	border-top: solid 1px #e7e7e7;
}
.picture_goods dl dt {
	width: 46%;
	padding: 0 10px;
	box-sizing: border-box;
}
.picture_goods dl dt img {
	width: 100%;
}
.picture_goods dl dd {
	line-height: 18px;
	color: #333333;
	-webkit-box-flex: 1;
}
.picture_goods dl dd span {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.picture_goods dl dd span em {
	font-size: 12px;
	padding: 0 3px;
	background: #3551ce;
	border-radius: 3px;
	color: #fff;
	margin-right: 2px;
}
.picture_goods dl dd font {
	height: 30px;
	line-height: 30px;
	display: block;
}
.picture_goods dl dd font strong {
	float: left;
	color: #3551ce;
	font-weight: normal;
}
.picture_goods dl dd font i {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: auto 20px;
}
.picture_goods dl dd p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.picture_goods dl dd b {
	padding: 5px 0;
	font-weight: normal;
	display: block;
}

.default_sort {
	width: 100%;
	position: absolute;
	left: 0;
	top:40px;
	overflow: hidden;
	z-index: 2;
	background: #ffffff;
	border-bottom:1px solid #000;
}
.default_sort ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: solid 1px #e7e7e7;
}
.default_sort ul li a {
	color: #555;
	font-size: 16px;
}
.default_sort ul li.on {
	background: #3551ce;
	border-top: solid 1px #3551ce;
}
.default_sort ul li.on a {
	color: #fff;
}

.groom_goods {
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}
.groom_goods dl {
	width: 49%;
	padding: 5px 0;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.groom_goods dl:nth-child(2n+2) {
	margin-right: 0px;
}
.groom_goods dl:nth-child(even) {
	border-right: none;
}
.groom_goods dl dt {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.groom_goods dl dt img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.groom_goods dl dd{
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.groom_goods dl dd.product_name {
	font-size: 0.9em;
}
.groom_goods dl dd span em {
	font-size: 12px;
	padding: 0 3px;
	background: #3551ce;
	border-radius: 3px;
	margin-right: 2px;
	color: #FFF;
}
.groom_goods dl dd.price{
	color: #3551ce;
}
.groom_goods dl dd font i {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: auto 20px;
}
.groom_goods dl dd font i.remove{
	background: url(../images/icon_remove.png) no-repeat center;
	background-size: auto 20px;
}

.list_screen {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display:-webkit-box;
	display:-moz-box;
}
.screen_left {
	width: 30%;
	height: 100%;
	overflow: hidden;
}
.screen_right {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	z-index: 1001;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}
.screen_top{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.screen_content {
	width: 100%;
	background: #fff;
}
.screen_content dl {
	border-bottom: solid 1px #e5e5e5;
}
.screen_content dl dt {
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: -webkit-box;
}
.screen_content dl dt span {
	color: #333;
	-webkit-box-flex: 1;
	display: block;
}
.screen_content dl dt font {
	display: block;
	padding-right: 10px;
	font-size: 12px;
	color: #b6b6b6;
	background: url(../images/icon_64.png) no-repeat center right;
	background-size: 8px auto;
}
.screen_content dl dd {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5px;
	display: none;
}
.screen_content dl.on dd {
	display: block;
}
.screen_content dl dd a {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #777;
}
.screen_content dl dd a.on {
	color: #3551ce;
}
.screen_content dl:last-child {
	border-bottom: none;
}
.screen_price {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: -webkit-box;
	padding: 10px 0;
}
.screen_price span {
	color: #333;
	padding: 0 10px;
	display: block;
}
.screen_price div {
	-webkit-box-flex: 1;
}
.screen_text {
	width: 40%;
	height: 30px;
	display: inline-block;
	padding: 0 10px;
	border: solid 1px #cfcfcf;
	box-sizing: border-box;
}
.screen_price form em {
	display: inline-block;
	color: #333;
	padding: 0 5px;
}
.screen_bottom {
	height: 50px;
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #3551ce;
}
.screen_bottom a {
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
}
.screen_bottom a.screen_reset {
	width: 52%;
	color: #666;
}
.screen_bottom a.screen_confirm {
	width: 48%;
	color: #fff;
	background: #3551ce;
}
/* 产品列表结束 */
.banner{
	width: 100%;
	overflow: hidden;
}
.list_page{
	background-color: white;
}
.list_page .headMid{
	margin: 0px 0px 0px 20px;
}
.list_page .headMid h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.list_page .headMid{
	margin-right: 0px;
}
.list_page .catMain{
	padding: 0px 15px;
}
.catMain .item{
	width: 100%;
	padding: 30px 10px;
	margin-top: 15px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	background-color: #f7f7f7;
	overflow: hidden;
}
.catMain .item dl{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: center;
	margin-top: 5px;
}
.catMain .item dl dt{
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.catMain .item dl dd{
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #b4b4b4;
	margin-top: 3px;
	text-transform: uppercase;
}
.catMain .item .cat_icon{
	display: block;
	width: 80px;
	height: 0px;
	padding-bottom: 80px;
	position: relative;
}
.catMain .item .cat_icon img{
	height: 100%;
	position: absolute;
}