* {
	margin:0;
	padding:0;
}
body {
	margin:0 !important;
	padding:0;
	font-family:"Microsoft YaHei";
	font-size:15px;
	color:#000;
	line-height:18px;
background:#f6f6f6;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
h1,h2,h3,h4,h5,h6,p,div,input {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#000;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
a:hover {
	text-decoration: none;
	color:#f00;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.w {
	width:100%;
}
.bs {
	box-sizing: border-box;
}
img {
	vertical-align: middle;
}
.clearfix:after {
	display: table;
	content:"";
	height:0;
	clear:both;
	visibility:hidden;
}
input[type="button"],input[type="submit"],input[type="text"],input[type="password"],input[typa="reset"],textarea {
	cursor: pointer;
	-webkit-appearance:none;
}
input[type="text"],input[type="password"],input[type="email"],input[typa="reset"],select {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="submit"] {
	border-radius:0;
}
input[type="button"] {
	border-radius:0;
}
input[type="text"] {
	border-radius:0;
}
:-moz-placeholder {
	color: #000000;
	opacity:1;
}
::-moz-placeholder {
	color: #000000;
	opacity:1;
	font-size:1.4rem;
}
input:-ms-input-placeholder {
	color: #000000;
	opacity:1;
	font-size:1.4rem;
}
input::-webkit-input-placeholder {
	color: #000000;
	opacity:1;
	font-size:1.4rem;
}
select {
	border: solid 0px #000;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:#fff;
	font-size:0.9rem;
}
.container {
	max-width:640px;
	min-width:320px;
	width:100%;
	margin:0 auto;
	padding:0 !important;
}
* {
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
@media screen and (max-width:374px) {
	html {
	height: 100%;
	font-size: 10px;
}
}
@media screen and (min-width:375px) and (max-width:414px) {
	html {
	height: 100%;
	font-size:11px;
}
}
@media screen and (min-width:415px) {
	html {
	height: 100%;
	font-size:12px;
}
}
/*顶部*/
header{position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#e61717;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:5px 0;

	z-index:1000;
	height:55px;}
header a{width:30%;height:4.6rem;line-height:4.6rem; margin-left:1%;}
header a img{max-width:100%;max-height:3.5rem;vertical-align:middle;}
header form{width:65%;background:#fff;border-radius:4px;height:3rem;margin-top:0.8rem;float:right;line-height:3rem;position:relative; margin-right:2%;}
header form input[type="text"]{width:80%;margin-left:3%;height:2.2rem;line-height:2.2rem;margin-right:0.4rem;border:none;outline:none;}
header form input[type="submit"]{position:absolute;top:0;right:8px;height:3rem;line-height:3rem;border:none;outline:none;background:url(../images/tel.png) right center no-repeat;width:20%;background-size:1.8rem;}




/*轮播图*/
	.banner {
	width:100%;
	position:relative;
	height:100%;

	box-sizing: border-box;
	margin-bottom:0px;
	overflow: hidden;
	z-index:1;
	margin:0 auto;


	


	 
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	height:100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:2px;
}
.banner .swiper-pagination-bullet {
	background:#eee;
	opacity:1;
	margin:0 5px;
	width:8px;
	height:8px;

}
.banner .swiper-pagination-bullet-active {
	background: #c10022;
	opacity:1;
}/***********************订单详情*************************/
.orderText{
	border-top:1px solid #ddd;
}
.orderText dl{
	border-bottom:1px solid #ddd;
	padding:0.2rem;
}
.orderText dl dt{
	font-size:15px;
	color:#333;
	margin-bottom:10px;
}
.orderText dl dd{
	font-size:13px;
	color:#AAAAAA;
	line-height:1.8;
}
.order_del2{
	border-top:6px solid #f0f0f0;
	border-bottom:6px solid #f0f0f0;
}
.order_del2 .order2{
	border-bottom:1px dashed #ddd;
}
.order_del2 .order2:last-child{
	border-bottom:0px;
}
.order_delBot{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:100;
	border-top:1px solid #ddd;
	font-size:0px;
}
.order_delBot span{
	width:50%;
	text-align:center;
	font-size:15px;
	line-height:50px;
	background:#fff;
}
.order_delBot input{
	width:50%;
	background:#ff3013;
	border:none;
	outline:none;
	color:#fff;
	font-size:15px;
	height:50px;
}
/*图标*/
#icon {
	margin:0;
	background:#fff;
	width:100%;




}
#icon li {
	float:left;
	width:25%;
	text-align:center;
	margin-top:5px;

	
}

#icon li .te{ border-radius:40px; height:50px; width:50px; margin:0 auto;}

#icon li img {
	width:100%;




	

}
#icon li a span {
	display:block;
	color: #666666;
	font-size:1.3rem;
	line-height:3.0em;
	
	
}



/*图标*/
#icon_pr {
	margin:0;
	background:#fff;
	width:100%;
	padding-bottom:10px;




}
#icon_pr li {
	float:left;
	width:20%;
	text-align:center;
	margin-top:5px;

	
}

#icon_pr li .te{margin:0 auto;}

#icon_pr li img {
	width:70%;




	

}
#icon_pr li a span {
	display:block;
	color: #666666;
	font-size:1.3rem;
	line-height:3.0em;
	
	
}



.index_lanmu{	

margin:0; 
overflow:hidden;
	background:#fff;
	width:96%;
	margin-left:2%;
	border-radius:10px;
	margin-top:10px;}
.xeiyan{float:left; width:46%; margin:1%; border:1px solid #CCCCCC;border-radius:10px; padding:1%;}



/*广告*/
	.ad li {
	padding:1% 2%;
	width:50%; float:left;
	min-height:120px;
}
.ad li a {
	display:block;
	width:100%;
	height:100%;
}
.ad li a img {
	width:100%;
	border-radius:8px;
}
/*热销产品*/
	/*标题栏*/
	.index_tit {
	color:#000000;
	padding-bottom:18px;
	margin-bottom:10px;
	text-align:center;
	background:url(../images/index7.png) center bottom no-repeat;
}
.index_tit h1 {
	font-size:2.4rem;
	line-height:3rem;
}
.index_tit p i {
	display:inline-block;
	width:30px;
	height:2px;
	vertical-align: middle;
		 background: #c10022;
}
.index_tit p span {
	font-size:1.5rem;
	padding:0 8px;
}
.pro .col-xs-6 {
	padding:2% 2%;

}
.pro .col-xs-6 a {
	display:block;
	border:1px solid #EAEAEA;
		background:#FFFFFF;
	width:100%;
	
	border-radius:6px;
	padding:8px;
}
.pro .col-xs-6 a .img {
	width:100%;
	text-align:center;
	overflow:hidden;
	max-height:150px;
	 
}
.pro .col-xs-6 a .img img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.pro .col-xs-6 a .name {
	color:#000;
	font-size:1.4rem;
	line-height:2.5rem;
	letter-spacing:2px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pro .col-xs-6 a b {
	font-size:2.5rem;
	color:#e61717;
	font-weight:bold;
	font-weight:normal;
	line-height:3.5rem;
}

.pro .row {
	margin:0;
	color:#fff; 
	text-align:right;
}

.top{	
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#e61717;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:5px 0;

	z-index:1000;
	height:55px;
}


/*底部*/
	footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:5px 0;
	padding-bottom:15px;
}
footer a {
	float:left;
	width:20%;
	text-align:center;
}
footer a img {
	height:3.5rem;
}
footer a p {
	font-size:1.3rem;
	color: #e61717;
	line-height:1.8rem;
}
.index_more {
	padding:10px 0;
}
/*商城热点*/
	.hotNews {


	margin-bottom:1rem;

		background:#e61717;
		
		width:94%; margin:0 auto;
		margin-top:10px;
		border-radius:5px;
}
.notice {
	display: -webkit-flex;
	/* Safari*/
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	align-content:center;

	height:3.8rem;
	border-radius:30px !important;
	width:100%;
	
}
.notice .tit {
	width:50px;
	text-align:center;
	line-height:3.8rem;
	margin-left:5px;
	border-right:1px solid #F3F3F3;
}
.notice .cont {
	width:100%;
	overflow:hidden;
}
.notice .swiper-container {
	width: 100%;
	height:3.8rem;
}
.notice .swiper-container .swiper-slide {
	text-align: left;
	font-size: 14px;

	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
	height:3.8rem;
}
.notice .swiper-container .swiper-slide a {
	color: #fff;
	display:block;
	width:100%;
	height:3.8rem;
}
.notice .swiper-container .swiper-slide a span.fl {
	display:inline-block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height:3.8rem;
	line-height:3.8rem;
	padding-left:8px;
}
.notice .swiper-container .swiper-slide a span.fr {
	display:inline-block;
	height:3.8rem;
	line-height:3.8rem;
	padding-right:8px;
}
/*****************************个人中心****************************/


.page{ margin-bottom:30px;}
.page ul{}
.page a{ border:1px solid #CCCCCC; padding:0 5px; margin:3px;}

	.user_top {
	padding:8px 2% 3.2rem;

	background:#e61717;

}
.page_user {
	height:2.4rem;
	line-height:2.4rem;
}
.page_user a {
	float:left;
	width:10%;
}
.page_user span {
	width:80%;
	text-align:center;
	float:left;
	font-size:1.6rem;
	color: #fff;
}
.user1 {
	padding-top:1.2rem;
}
.user1 .img img {
	width:6rem;
	height:6rem;
	border-radius:70px;
}
.user1 .text {
	padding-left:10px;
	margin-top:0.8rem;
}
.user1 .text h1 {
	font-size:1.4rem;
	line-height:2.4rem;
	color:#fff;
}
.user1 .text p {
	font-size:1.4rem;
	line-height:2.0rem;
	color:#fff;
}
.user1 .text p span {
	border-radius:4px;
	border:1px solid #fff;
	padding:2px 8px;
}
.user_btn {
	padding-top:1.7rem;
}
.user_cont {
	background:#fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.25);
	width:100%;
	margin:-2rem auto 0;
	border-radius:3px;
}
.user_cont .title {
	border-bottom:1px dashed #ddd;
	line-height:3.4rem;
	padding:0 8px;
	text-align:center;
}
.user_cont .title span {
	color:#000;
	font-size:1.4rem;
}
.user_cont .title a {
	color:#000;
	font-size:1.4rem;
	background:url(../images/index10.png) right center no-repeat;
	padding-right:11px;
}
.user_order {
	padding-top:1rem;
}
.user_order li {
	float:left;
	width:33%;
	text-align:center;
}
.user_order li img {
	height:2.2rem;
}
.user_order li span {
	display:block;
	line-height:2.6rem;
	font-size:1.4rem;
}
.user_vip {
	padding:0.4rem 2%;
	margin-bottom:1rem;
}
.user_list {
	background:#fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.25);
	width:100%;
	margin:0rem auto 15px;
	border-radius:2px;
	/*border:3px solid #e61717*/
}
.user_list li {
	float:left;
	width:25%;
	text-align:center;
}
.user_list .title {
	border-bottom:1px dashed #ddd;
	line-height:4.4rem;
	padding:0 8px;
}
.user_list .title span {
	color:#000;
	font-size:15px;
	
}
.user_list .title a {
	color:#000;
	font-size:15px;
	background:url(../images/index10.png) right center no-repeat;
	padding-right:11px;
}
.user_list ul {
	padding-top:1rem;
}
.user_list ul li {
	float:left;
	width:25%;
	text-align:center;
	margin-bottom:8px;
}
.user_list ul li img {
	height:3rem;
}
.user_list ul li span {
	display:block;
	line-height:4.6rem;
}
#vip {
	background:rgba(0,0,0,.5);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
#vip .vip_cont {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
#vip .vip_cont .link {
	background:url(../images/vip2.png) center bottom no-repeat;
	background-size:100% 100%;
	text-align:center;
	padding:20px 0;
	position:relative;
	top:-1px;
}
#vip .vip_cont .link a img {
	width:50%;
}
.close_btn {
	margin-top:15px;
}
.page_tit {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:3.6rem;
	background: #e61717;
	line-height:3.6rem;
	padding:0 2%;
	z-index:15000;
}
.page_tit a {
	display:inline-block;
	width:10%;
	height:3.6rem;
	color:#fff;
	font-size:1.4rem;
}
.page_tit span {
	display:inline-block;
	width:80%;
	text-align:center;
	color:#fff;
	font-size:1.8rem;
}

/*********************新建收货地址***********************/
	#addsite img{ max-width:100%;}
	#addsite .line {
	padding:10px 0;
	border-bottom:1px dashed #ddd;
	height:46px;
	line-height:26px;
	color:#555;
	font-size:14px;
	margin:0 10px;
}
#addsite .line span.fr {
	display:inline-block;
	width:75%;
	text-align:right;
}
#addsite .line input[type="text"] {
	width:100%;
	text-align:right;
	border:none;
	outline:none;
}
#addsite .line :-moz-placeholder {
	color:#888;
	font-size:14px;
	opacity:1;
}
#addsite .line ::-moz-placeholder {
	color:#888;
	font-size:14px;
	opacity:1;
}
#addsite .line input:-ms-input-placeholder {
	color:#888;
	font-size:14px;
	opacity:1;
}
#addsite .line input::-webkit-input-placeholder {
	opacity:1;
	color:#888;
	font-size:14px;
}
#addsite .line1 span.fr {
	background:url(../images/index10.png) right center no-repeat;
	background-size:7px;
	padding-right:13px;
}
#addsite input[type="submit"] {
	width:200px;
	height:40px;
	line-height:40px;
	margin:40px auto;
	border-radius:6px;
	border:none;
	color:#fff;
	font-size:15px;
		 background: #c10022;
	outline:none;
}
.g-view {
	margin: 0 auto;
	max-width: 750px;
	min-width: 320px;
}
.g-view:before {
	content: '';
	display: block;
	width: 100%;
	height: 0.9rem;
}
.g-view:after {
	content: '';
	display: block;
	width: 100%;
	height: 1.5rem;
}
.g-flexview {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 750px;
	min-width: 320px;
}
.g-scrollview {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: -1px;
}
.g-scrollview:after {
	content: '';
	display: block;
	width: 100%;
	height: 0.5rem;
}
.ios .g-scrollview {
	margin-top: 1px;
}
.hairline .g-scrollview {
	margin-top: 0.5px;
}
.g-fix-ios-overflow-scrolling-bug {
	-webkit-overflow-scrolling: auto;
}
.mask-black-dialog {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 1500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mask-black {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mask-white-dialog {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	z-index: 1500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mask-white {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	z-index: 500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.m-cityselect {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: 1000;
	background-color: #fff;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.m-cityselect.brouce-in {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.cityselect-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.cityselect-header:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #D9D9D9;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.cityselect-title {
	width: 100%;
	font-size: 14px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	position: relative;
}
.cityselect-title:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #B2B2B2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.cityselect-nav {
	width: 100%;
	padding-left: .2rem;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cityselect-nav > a {
	font-size:14px;
	color: #222;
	display: block;
	height: 40px;
	line-height: 46px;
	padding: 0 .2rem;
	position: relative;
	margin-right: .15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 40%;
}
.cityselect-nav > a.crt {
	color: #000000;
}
.cityselect-nav > a.crt:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.cityselect-content {
	height: 100%;
	padding-top: 85px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cityselect-content.cityselect-move-animate {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.cityselect-content.cityselect-next {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.cityselect-content.cityselect-prev {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.cityselect-content > .cityselect-item {
	display: block;
	height: inherit;
	width: 50%;
	/* for old android*/
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #FFF;
}
.cityselect-content > .cityselect-item::-webkit-scrollbar {
	width: 0;
}
.cityselect-content > .cityselect-item:nth-child(2n) {
	background-color: #F5F5F5;
}
.cityselect-item-box {
	width: 100%;
	height: inherit;
	display: block;
	padding: 0 .4em;
}
.cityselect-item-box > a {
	color: #333;
	font-size:14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.cityselect-item-box > a:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #D9D9D9;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.cityselect-item-box > a:active {
	background: none;
	/* for firefox*/
}
.cityselect-item-box > a span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
}
.cityselect-item-box > a.crt {
	color: #000000;
}
/*******************************购物车***************************/
	.cart_list {
	padding:8px;
	border-bottom:1px dashed #ddd;
	position:relative;
	height:100px;
	background:#fff;
}
.cart_list input[type="checkbox"] {
	width:15px;
	left:8px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.cart_list .img {
	width:80px;
	border:1px solid #ddd;
	margin:0 5px;
	position:absolute;
	height:80px;
	overflow:hidden;
	text-align:center;
	top:50%;
	left:20px;
	transform:translateY(-50%);
	line-height:80px;
}
.cart_list .img img {
	max-width:78px;
	max-height:78px;
}
.cart_list .text {
	position:absolute;
	left:112px;
	top:8px;
	height:84px;
}
.cart_list .text h1 {
	font-size:1.5rem;
	line-height:2.0rem;
	overflow:hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cart_list .text h2 {
	font-size:1.2rem;
	line-height:2.2rem;
	color:#888;
}
.cart_list .text .cart_bottom {
	position:absolute;
	bottom:0;
}
.cart_bottom {
	width:100%;
}
.cart_bottom span.fl {
	font-size:1.3rem;
	color:#000000;
}
.cart_bottom span.fl b {
	font-size:1.6rem;
	color:#000000;
	font-weight:normal;
}
.cart_bottom span.fr {
	width:80px;
	height:22px;
	border:1px solid #ddd;
	position:relative;
}
.cart_bottom span.fr input[type="button"] {
	width:20px;
	height:20px;
	border:none;
	outline:none;
}
.cart_bottom span.fr input[type="text"] {
	width:40px;
	height:20px;
	line-height:18px;
	border:none;
	outline:none;
	position:absolute;
	top:0;
	text-align:center;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.cart_bottom span.fr .add {
	position:absolute;
	right:0;
	background:url(../images/index13.png) center no-repeat;
}
.cart_bottom span.fr .reduce {
	background:url(../images/index12.png) center no-repeat;
}
/*购物车底部*/
	.cart_pay {
	position:fixed;
	left:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	display:flex;
	display:-webkit-flex;
	align-content:center;
	height:47px;
}
.cart_pay span {
	width:80px;
	padding-left:8px;
	line-height:46px;
}
.cart_pay .amount {
	width:100%;
}
.cart_pay .amount h1 {
	font-size:1.6rem;
	color:#333;
	line-height:28px;
}
.cart_pay .amount p {
	font-size:1.2rem;
	color:#999;
	line-height:18px;
}
.cart_pay input[type="submit"] {
	width:120px;
	height:46px;
	margin-left:8px;
	border:none;
	 background: #e61717;
	color:#fff;
	border-bottom:1px solid #b58fca;
	outline:none;
	font-size:15px;
}
.edit_bottom {
	position:fixed;
	left:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	height:47px;
	z-index:100;
	display:none;
}
.edit_bottom span.fl {
	padding-left:8px;
	line-height:47px;
}
.edit_bottom input[type="button"] {
	width:80px;
	height:30px;
	margin-left:8px;
	border:none;
	background:#fff;
	color:#aaa;
	border-bottom:1px solid #ddd;
	outline:none;
	font-size:15px;
	border-radius:46px;
	border:1px solid #aaa;
	margin-top:7px;
	margin-right:8px;
}
.edit_bottom a {
	width:80px;
	height:30px;
	margin-left:8px;
	border:none;
	background:#fff;
	color:#000000;
	outline:none;
	font-size:15px;
	border-radius:46px;
	border:1px solid  #e61717;
	margin-top:7px;
	text-align:center;
	line-height:28px;
}
/****************************评价列表******************************/
	.eva_list {
	padding:10px;
	border-bottom:1px dashed #ddd;
	background:#fff;
}
.eva_list .name {
	line-height:30px;
	font-size:15px;
}
.eva_list .name img {
	width:30px;
	height:30px;
	border-radius:26px;
	border:1px solid #ddd;
	margin-right:8px;
}
.eva_cont {
	margin-top:10px;
	font-size:1.5rem;
	color:#555;
	line-height:2.0rem;
	margin-bottom:5px;
}
.eva_img img {
	height:5.0rem;
	margin-bottom:8px;
	width:31.6%;
	border:1px solid #ddd;
	margin-right:1%;
}
.eva_img img:nth-child(3n) {
	margin-right:0;
}
.eva_date {
	line-height:28px;
	font-size:14px;
	color:#888;
}
.eva_sort {
	padding:10px;
	background:#fff;
	border-bottom:6px solid #f0f0f0;
}
.eva_sort a {
	border:1px solid #aaa;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	padding:0 15px;
	height:26px;
	margin-right:8px;
	line-height:24px;
	border-radius:20px;
	background:#fafafa;
}
.eva_sort a i {
	font-style:normal;
	color:#000000;
}
.eva_sort a.on {
		 background: #c10022;
	color:#fff;
	border-color:#000000;
}
.eva_sort a.on i {
	color:#fff;
}
#eva_list .more {
	text-align:center;
	padding:20px;
	background:#fff;
}
#eva_list .more a {
	border: 1px solid #ddd;
	padding: 4px 20px;
	color: #aaa;
}
/***************************发表评价***************************/
	.evaluate form {
	padding:0 10px;
}
.evaluate .top {
	padding:10px;
	border-bottom:1px solid #f0f0f0;
	display: flex;
	display:-webkit-flex;
}
.evaluate .top .img {
	width:100px;
	height:70px;
	border:1px solid #f0f0f0;
	line-height:70px;
	text-align:center;
	overflow:hidden;
}
.evaluate .top .img img {
	width:100%;
	max-height:100%;
	vertical-align:middle;
}
.evaluate .top .price {
	width:60px;
	text-align:right;
}
.evaluate .top .price b {
	display:block;
	height:46px;
	font-size:15px;
}
.evaluate .top .text {
	width:100%;
	padding:0 8px;
}
.evaluate .top .text h1 {
	font-weight:normal;
	line-height:23px;
	font-size:15px;
	height:46px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.evaluate .top .text p {
	font-size:12px;
	color:#999;
}
.evaluate .top .text p span {
	margin-right:8px;
}
/*评级*/
	.star1,.star2,.star3 {
	height:40px;
	line-height:40px;
}
/*左边星星*/
	.star_left {
	position:relative;
	padding:10px 0 0 0;
	margin-left:10px;
}
/*星星*/
	.star_left ul {
	height:18px;
	width:96px;
	position:relative;
	background:url(../images/star.png) repeat-x;
	cursor:pointer;
}
.star_left ul li {
	width:18px;
	height:18px;
	float:left;
	padding:0 ;
	margin:0;
}
.star_left ul li a {
	display:block;
	width:18px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	z-index:5;
	left:0;
	background-size:18px;
}
.star_left ul li a:hover {
	background:url(../images/star.png) center bottom no-repeat;
	z-index:3;
	left:0;
	width:18px;
	top:1px;
}
/*第一颗星星*/
	.star_left ul li:first-child a {
	left:0;
}
/*
.star_left ul li:first-child a:hover {
	width:18px;
}*/
	/*第二颗星星*/
	.star_left ul li:nth-child(2) a {
	left:19px;
}
/*
.star_left ul li:nth-child(2) a:hover {
	width:18px;
}*/
	/*第三颗星星*/
	.star_left ul li:nth-child(3) a {
	left:39px;
}
/*
.star_left ul li:nth-child(3) a:hover {
	width:18px;
}*/
	/*第四颗星星*/
	.star_left ul li:nth-child(4) a {
	left:58px;
}
/*
.star_left ul li:nth-child(4) a:hover {
	width:18px;
}*/
	/*第五颗星星*/
	.star_left ul li:nth-child(5) a {
	left:77px;
}
/*
.star_left ul li:nth-child(5) a:hover {
	width:18px;
}*/
	/*文字评价*/
	.star_text {
	margin-left:10px;
}
.current-rating {
	background-image:url(../images/star.png);
	background-position: 0 -28px;
	position:absolute;
	height:18px;
	z-index:1;
	top:10px;
	left:0;
}
.option-con li {
	float: left;
	margin-right:0px;
}
.option-con {
	display: none;
}
/*评价*/
	.evaluate textarea {
	width:100%;
	height:120px;
	border:1px solid #ddd;
	padding:10px;
}
/*上传图片插件的样式*/
	.z_photo {
	padding: 8px 0;
	/*padding: 18px;*/
}
.z_photo .z_file {
	position: relative;
}
.z_file .file {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo .up-section {
	position: relative;
	margin-right:5px;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.up-section .close-upimg {
	position: absolute;
	top: 3px;
	right:3px;
	display: none;
	z-index: 10;
	width:13px;
}
.up-section .up-span {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}
.up-section:hover {
	border: 2px solid #000000;
}
.up-section:hover .close-upimg {
	display: block;
}
.up-section:hover .up-span {
	visibility: visible;
}
.z_photo .up-img {
	display: block;
	width: 100%;
	height: 100%;
}
.loading {
	border: 1px solid #D1D1D1;
	background:url(../images/loading.gif) no-repeat center;
}
.up-opcity {
	opacity: 0;
}
.img-name-p {
	display: none;
}
.upimg-div .up-section {
	width: 70px;
	height: 70px;
}
.img-box .upimg-div .z_file {
	width: 70px;
	height: 70px;
}
.z_file .add-img {
	display: block;
	width: 70px;
	height: 70px;
}
/*遮罩层样式*/
	.mask {
	z-index: 1000;
	display: none;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask .mask-content {
	width: 80%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: white;
	border-radius:8px;
	text-align: center;
}
.mask .mask-content .del-p {
	color: #555;
	height:59px;
	line-height:59px;
	font-size: 18px;
}
.mask-content .check-p {
	height:40px;
	line-height:40px;
	border-top:1px solid #ddd;
}
.mask-content .check-p span {
	float:left;
	width:50%;
	text-align: center;
	color:#000000 ;
	font-size: 18px;
}
.check-p .del-com {
	border-right: 1px solid #ddd;
}
.submit_bottom {
	background: #c10022;
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:15px;
	outline:none;
	bottom:0;
	width:100%;
	border:none;
	border-radius:6px;
	position:fixed;
	left:0;
}
/***********************管理收货地址**********************/
	#manage_add .btn-group {
	width:100%;
	background:#FFFFFF;
}
#manage_add .list {
	border-bottom:7px solid #f0f0f0;
	width:100%;
	padding:10px;
}
#manage_add .list p {
	line-height:26px;
	font-size:15px;
}
#manage_add .list div {
	border-top:1px dashed #ddd;
	padding-top:6px;
	margin-top:8px;
}
#manage_add .btn-group .list .btn-primary {
	box-shadow:0 0 0 #fff;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	text-align:left;
	border-radius:0;
	border:0;
	background:#fff url(../images/index14.jpg) left center no-repeat;
	color:#444;
	font-size:15px;
	background-size:18px;
}
#manage_add .btn-group .list .active {
	background:#fff url(../images/index15.png) left center no-repeat;
	color:#000000;
	outline:none;
	background-size:18px;
}
#manage_add .btn-group .list .btn-primary span {
	padding-left:26px;
	display:inline-block;
	height:30px;
	line-height:30px;
}
#manage_add .btn-group .list .btn-primary input[type="radio"] {
	display:none;
}
#manage_add .btn-group .list div span.fr {
	display:inline-block;
	height:30px;
	line-height:30px;
}
#manage_add .btn-group .list div span.fr a {
	margin-left:15px;
	padding-left:22px;
	color:#bbb;
	font-size:14px;
}
#manage_add .btn-group .list div span.fr a:first-child {
	background:url(../images/index17.png) left center no-repeat;
	background-size:15px;
}
#manage_add .btn-group .list div span.fr a:last-child {
	background:url(../images/index16.png) left center no-repeat;
	background-size:15px;
}
/*底部新增收货地址*/
	.manage_add_footer {
	position:fixed;
	bottom:0;
	left:0;
	height:45px;
	line-height:45px;
	background: #c10022;
	width:100%;
	text-align:center;
}
.manage_add_footer a {
	color:#fff;
	font-size:15px;
}
/**********************************搜索页面***********************************/
	#sea form {
	padding:10px;
}
#sea form input[type="text"] {
	width:80%;
	background:#fff;
	border:1px solid #aaa;
	height:30px;
	padding-left:8px;
	line-height:28px;
}
#sea form input[type="submit"] {
	width:18%;
	background: #c10022;
	height:30px;
	border:1px solid #000000;
	color:#fff;
	position:relative;
	top:-1px;
}
.sea_tit {
	background:#fbfbfb;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	height:34px;
	line-height:32px;
	border-left:4px solid #000000;
	font-size:1.5rem;
}
.sea_hot ul {
	padding:10px 10px 0;
}
.sea_hot ul li {
	float:left;
	border:1px solid #ddd;
	margin:0 10px 10px 0;
	height:28px;
	line-height:26px;
	padding:0 15px;
	border-radius:20px;
}
.sea_lishi li {
	padding-left:10px;
	line-height:36px;
	font-size:1.5rem;
	border-bottom:1px dashed #ddd;
}
#sea .more {
	text-align:center;
	padding:20px;
	background:#fff;
}
#sea .more a {
	border: 1px solid #ddd;
	padding: 4px 20px;
	color: #aaa;
}
/*************************商品详情页****************************/
	#pro_banner {
	text-align:center;
}
#pro_banner img {
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.gray {
	width:100%;
	height:10px;
	border:1px solid #ddd;
	border-right:0;
	border-left:0;
	background:#f9f9f9
}
.pro_name {
	padding:6px 10px;
}
.pro_name .price {
	line-height:44px;
}
.pro_name .price b {
	font-size:22px;
	color:#000000;
	font-weight:normal;
}
.pro_name .price span {
	margin-left:10px;
	color:#888;
}
.pro_name h1 {
	padding:0;
	margin:0;
	font-size:15px;
	color:#555;
	line-height:24px;
	margin-bottom:10px;
}
.pro_name p {
	line-height:24px;
}
.pro_name p span {
	float:left;
	width:33.3%;
	color:#999;
	font-size:14px;
}
.pro_activity {
	padding:6px 10px;
	line-height:24px;
	color:#888;
}
.pro_title {
	height:34px;
	line-height:34px;
	color:#e61717;
	font-size:15px;
	border-left:4px solid #e61717;
	padding-left:6px;

	margin-bottom:8px;
}

.pro_cont_list img{ max-width:100%;}
.pro_title a {
	color:#888;
	font-size:18px;
	font-family:"SimSun";
	padding-right:10px;
}
.pro_bottom {
	position:fixed;
	bottom:0;
	width:100%;
	border-top:1px solid #aaa;
	background:#fff;
	z-index:1000;
	padding:6px 0;
}

.pro_bottom .kf {
	width:50px;
	text-align:center;
	float:left;
}
.pro_bottom .kf img {
	height:18px;
}




.pro_bottom .pro_shop {
	position:absolute;
	right:2%;
	width:30%;
	background: #e61717;
	border-bottom-right-radius: 20px;
	border-top-right-radius:20px;
	height:3.8rem;
	top:6px;
	text-align:center;
	line-height:3.8rem;
	color:#fff;
	font-size:1.4rem;
}
.pro_bottom .pro_cart {
	position:absolute;
	right:32%;
	width:30%;
	background:#859900;
	border-bottom-left-radius: 20px;
	border-top-left-radius:20px;
	height:3.8rem;
	top:6px;
	text-align:center;
	line-height:3.8rem;
	color:#fff;
	font-size:1.4rem;
}
.page_pro {
	height:3.4rem;
	background: #e61717;
	line-height:3.4rem;
	box-shadow:0 0 0.6rem rgba(0,0,0,.3);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	padding:0 8px;
}
.page_pro>a {
	width:10%;
}
.page_pro span.fl {
	width:80%;
	text-align:center;
}
.page_pro span.fl a {
	color:#fff;
	padding:2px 10px 3px;
}
.page_pro span.fl a.on {
	background:#fff;
	color:#000000;
	border-radius:20px;
}
#pro_del {
	position:fixed;
	top:3.5rem;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
}
#pro1 {
	margin-bottom:15px;
}
#pro_eva {
	margin-bottom:15px;
}
#pro_sale {
	margin-bottom:15px;
}
/*****************购物车弹出框*********************/
	#pro_box,#pro_box1 {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	top:0;
	left:0;
	z-index:1200;
	display:none;
}
#pro_box .cont,#pro_box1 .cont {
	position:absolute;
	bottom:0;
	width:100%;
	height:60%;
	background:#fff;
}
/*关闭按钮*/
	#pro_box .close1 img,#pro_box1 .close1 img {
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}
/*产品信息*/
	.pro_news {
	padding:0 8px 8px;
	border-bottom:1px dashed #ddd;
	display:flex;
	display:-webkit-flex;
	align-items: center;
}
.pro_news .img {
	width:100px;
	border:1px solid #ddd;
}
.pro_news .img img {
	max-width:100%;
}
.pro_news .text {
	width:100%;
	overflow:hidden;
	padding-left:10px;
}
.pro_news .text h1 {
	font-size:15px;
	line-height:24px;
	margin-bottom:10px;
}
.pro_news .text b {
	font-size:18px;
	font-weight:normal;
	color:#000000;
}
/*表单*/
	#pro_box form,#pro_box1 form {
	padding:10px;
	overflow-y:auto;
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	height:100%;
	bottom:50px;
	padding-bottom:80px;
}
#pro_box form p,#pro_box1 form p {
	font-size:16px;
	line-height:30px;
	margin-bottom:5px;
}
#pro_box form .btn-primary,#pro_box1 form .btn-primary {
	border:1px solid #ddd;
	background:#fff;
	color:#555;
	margin-right:8px;
	height:28px;
	line-height:15px;
	box-shadow:0 0 0 #fff;
	border-radius:28px;
	margin-bottom:8px;
	padding-left:20px;
	padding-right:20px;
}
#pro_box form .active ,#pro_box1 form .active {
	background: #e61717;
	color:#fff;
	outline:none;
	border:1px solid #000000;
}
.pro_box_btn input[type="button"],.pro_box_btn1 input[type="button"] {
	width:20px;
	height:20px;
	border:none;
	outline:none;
}
.pro_box_btn input.reduce ,.pro_box_btn1 input.reduce {
	background:url(../images/jian.png) center no-repeat;
	background-size:100%;
}
.pro_box_btn input.add,.pro_box_btn1 input.add {
	background:url(../images/jia.png) center no-repeat;
	background-size:100%;
}


.pro_box_btn  input[type="text"]{display:inline-block;height:20px;line-height:20px;vertical-align: top;width:30px;text-align:center;border: 0;}



.pro_box_btn span {
	display:inline-block;
	height:20px;
	line-height:20px;
	vertical-align: top;
	width:20px;
	text-align:center;
}
#pro_box form input[type="submit"] ,#pro_box1 form input[type="submit"] {
	background: #e61717;
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:16px;
	outline:none;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	border:none;
}
.fixed {
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
/*************************我的订单************************/
	.order_tit {
	height:3.4rem;
	position:fixed;
	top:3.4rem;
	left:0;
	background:#fff;
	width:100%;
}
.order_tit a {
	float:left;
	text-align:center;
	width:25%;
	color:#555;
	line-height:3.4rem;
	font-size:1.4rem;
	font-size:1.5rem;
	border-bottom:2px solid #ddd;
}
.order_tit a.on {
	color:#000000;
	border-bottom:2px solid #000000;
}
.order_cont {
	padding:6px;
}
.order_cont .list {
	padding:8px 0;
	background:#fff;
	border-radius:10px;
	margin-bottom:10px;
	box-shadow:0px 2px 8px rgba(0,0,0,.25);
}
.order_cont .list_tit {
	font-size:1.5rem;
	line-height:2rem;
	border-bottom:1px dashed #ddd;
	padding:0 8px 8px;
}
.order_cont .list_tit span.fr {
	color:#000000;
}
.order_pro {
	display:flex;
	display:-webkit-flex;
	padding-bottom:15px;
	padding:12px 8px;
	border-bottom:1px dashed #ddd;
}
.order_pro .img {
	width:80px;
}
.order_pro .img img {
	width:78px;
	border:1px solid #ddd;
}
.order_pro .name {
	padding:0 8px;
	font-size:1.3rem;
	line-height:1.6rem;
	width:100%;
}
.order_pro .name a {
	display:block;
	height:3.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:8px;
}
.order_pro .name span {
	background:#f7f7f7;
	padding:2px 8px;
	color:#000000;
	font-size:1.2rem;
}
.order_pro .price {
	width:60px;
	text-align:right;
}
.order_pro .price b {
	font-size:1.5rem;
	padding-bottom:8px;
}
.order_pro .price span {
	color:#999;
}
.order_amount {
	text-align:right;
	line-height:2rem;
	margin-top:0.5rem;
	padding:0 8px;
}
.order_amount span {
	margin-left:0.8rem;
}
.order_bottom {
	text-align:right;
	line-height:3rem;
	padding:0 8px;
}
.order_bottom a {
	display:inline-block;
	height:2rem;
	line-height:2rem;
	background: #e61717;
	color:#fff;
	border-radius:3px;
	padding:0 10px;
}
/**********************订单详情页**********************/
	#order_del .list_cont {
	padding:10px;
}
.order_del_tit {
	background:#f7f7f7;
	line-height:30px;
	padding:0 10px;
	font-size:1.5rem;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.order_del_top ul {
	padding:5px 10px;
}
.order_del_top ul li {
	line-height:22px;
	font-size:14px;
	color:#555;
}
/*物流*/
	.fast table {
	padding:10px;
	width:100%;
	margin-top:10px;
}
.fast table td {
	padding:5px;
	border:1px solid #ddd;
}
.buyer_row p {
	line-height:26px;
	padding:0 10px;
	font-size:14px;
	color:#555;
}
/***************************产品分类*********************************/
#sort{position:fixed;top:4rem;left:0;width:100%;height:100%;background:#f0f0f0;}
.sort_tit{position:absolute;left:0;top:0;width:22%;}
.sort_tit a{display: block;line-height:2.4rem;padding:0.6rem 0 0.6rem 0.6rem;}
.sort_tit a.on{background:#fff;border-left:3px solid #000000;color:#000000;}
.sort_cont{position:absolute;left:22%;width:78%;height:100%;overflow:hidden;overflow-y: auto;background:#fff;padding-bottom:7rem;}
.sort_list_img{padding:0 5px 10px;}
.sort_list_img img{width:100%;}
.sort_list ul li{float:left;width:33.3%;text-align:center;margin-bottom:1rem;}
.sort_list ul li img{height:3.0rem;}
.sort_list ul li p{font-size:1.3rem;margin-top:0.5rem;white-space:nowrap;overflow:hidden;}
/********************************注册页面*********************************/
#register{padding:10px; background:#FFFFFF;}
#register .login_row{ width:100%; clear:both;} 
#register .login_row span.fl{width:30%;text-align:justify;text-align-last:justify;}
#register .login_row input[type="text"],input[type="tel"],#register .login_row input[type="password"]{width:70%;border:1px solid #aaa;padding-left:8px;height:35px;line-height:35px;}
#register input[type="submit"]{width:100%;margin-top:20px;height:38px;line-height:38px;border:none;background: #e61717;color:#fff;border-radius:30px;font-size:15px;}
#register .tz{line-height:40px;color:#888;font-size:15px;}
#register .tz a{color:#000;text-decoration:underline;}
#register .login_yzm input[type="text"]{width:55%;}
#register .login_yzm img{}

/******************登录页面***********************/
.login_tit{height:40px;line-height:40px;font-size:15px;margin-bottom:15px;}
.login_tit a{float:left;width:50%;text-align:center;border-bottom:2px solid #ddd;}
.login_tit a.on{color:#000000;border-color:#000000;}
.login_cont{padding:0 10px; background:#FFFFFF ; padding-bottom:50px;}
.login_row{padding:6px 0;height:45px;line-height:45px;}
.login_row span.fl{width:20%;text-align:justify;text-align-last:justify;}
.login_row input[type="text"],.login_row input[type="password"]{width:100%;border:1px solid #aaa;padding-left:8px;height:40px;line-height:40px;}
.login_yzm input[type="text"]{width:40%;}
.login_yzm img{}
.login_ts{margin-top:15px;}
#login input[type="submit"]{width:100%;margin-top:20px;height:48px;line-height:48px;border:none;	 background: #e61717;color:#fff;border-radius:30px;font-size:18px;}
#login .tz{line-height:40px;font-size:15px; color:#FFFFFF;}
#login .tz a{color:#fff;text-decoration:underline;}
.login_yzm input[type="button"]{padding:0 15px;height:38px;line-height:26px;position:relative;top:0px;}


.login_row :-moz-placeholder {
	color: #888;
	opacity:1;
}
.login_row ::-moz-placeholder {
	color: #888;
	opacity:1;
	font-size:1.4rem;
}
.login_row input:-ms-input-placeholder {
	color: #888;
	opacity:1;
	font-size:1.4rem;
}
.login_row input::-webkit-input-placeholder {
	color: #888;
	opacity:1;
	font-size:1.4rem;
}
/***************************在线支付***************************************/
#pay .pay_top{border-bottom:6px solid #f0f0f0;text-align:center;padding:10px 0;}
#pay .pay_top h1{font-size:1.7rem;line-height:2.4rem;color:#000;}
#pay .pay_top p{margin-top:10px;margin-bottom:10px;border-bottom:1px dashed #ddd;padding-bottom:10px;}
#pay .pay_top .pay_amount b{color:#000000;font-size:1.5rem;}
.pay_style {
	width:100%;
}
.pay_style h1{font-size:1.7rem;padding-left:5px;line-height:36px;border-bottom:1px dashed #ddd;}
.pay_style .btn-group {
	width:100%;
	padding:10px;
	
}
.pay_style .btn-primary {
	box-shadow:0 0 0 #fff;
	display:block;
	width:100% !important;
	margin:0;
	padding:0;
	height:50px;
	line-height:50px;
	text-align:left;
	border-radius:0;
	border:0;
	background:#fff url(../images/index14.jpg) right center no-repeat;
	color:#444;
	font-size:15px;
}
.pay_style .active {
	background:#fff url(../images/index15.png) right center no-repeat;
	color:#000000;
	outline:none;
	background-size:20px;
}
.pay_style .btn-primary.active:focus{
	background:#fff url(../images/index15.png) right center no-repeat;
	color:#000000;
	outline:none;
	background-size:20px;
}
.pay_style .btn-primary.active:hover{
	background:#fff url(../images/index15.png) right center no-repeat;
	color:#000000;
	outline:none;
	background-size:20px;
}
.pay_style .btn-primary span {
	padding-left:45px;
	display:inline-block;
	height:50px;
	line-height:50px;
}
#pay form a.require_pay {
	width:80%;


	height:40px;
	border:none;
	margin:50px 10% 0;
	background: #c10022;
	color:#fff;
	font-size:15px;
	display:block;
	text-align: center;
	line-height:40px;
	border-radius:4px;
}
/***************************输入密码弹出框*****************************/
	.code {
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.4);
}
.code .code_top {
	position: absolute;
	z-index: 10;
	background: #f8f8f8;
	width: 88%;
	left: 50%;
	margin-left: -44%;
	top: 80px;
}
.code_top_tit {
	font-size: 15px;
	border-bottom: 1px solid #c9daca;
	overflow: hidden;
}
.code_top_tit a {
	display: block;
	width: 10%;
	padding: 10px 0;
	text-align: center;
}
.code_top_tit img.tx {
	width: 10%;
	padding: 10px 0;
}
.code_top_tit span {
	padding: 15px 5px;
}
.code_top_price {
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	overflow: hidden;
}
.code_top_price .code_top_price1 {
	font-size: 14px;
	float: left;
	width: 100%;
}
.code_top_price .code_top_price2 {
	font-size: 24px;
	float: left;
	width: 100%;
}
.blank_yh {
	width: 89%;
	margin: 0 auto;
	line-height: 40px;
	display: block;
	color: #636363;
	font-size: 15px;
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.blank_yh img {
	height: 40px;
}
.ml5 {
	margin-left: 5px;
}
.digital {
	width: 89%;
	margin: 10px auto;
	height: 40px;
	overflow: hidden;
	border: 1px solid #bebebe;
}
.digital li {
	border-right: 1px solid #efefef;
	height: 40px;
	float: left;
	width: 16.3%;
	background: #FFF;
}
.digital li.dot {
	background:#FFF url(../images/index41.jpg) center no-repeat ;
	background-size:25%;
}
.digital li:last-child {
	border-right: none;
}
.num_down {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #dadada;
}
.numb_box {
	position: absolute;
	z-index: 10;
	background: #f5f5f5;
	width: 100%;
	bottom: 0px;
}
.keyboard {
	border: 1px solid #dadada;
	overflow: hidden;
	border-bottom: none;
}
.keyboard li {
	width: 33.3333%;
	border-bottom: 1px solid #dadada;
	float: left;
	text-align: center;
	font-size: 22px;
}
.keyboard li a {
	display: block;
	color: #000;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-right: 1px solid #dadada;
}
.keyboard li a:active {
	background: #e0e0e0;
}
.keyboard li a:nth-child(3n) {
	border-right:0;
}
.keyboard li span {
	display: block;
	color: #e0e0e0;
	background: #e0e0e0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.keyboard li span.del img {
	width: 30%;
}

/*********************申请售后*************************/
#saleAfter {
	width:100%;
	box-sizing: border-box;
}
#saleAfter form {
	padding:0 10px;
}
#saleAfter form .tit {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #5e5e5e;
}
#saleAfter form .tit i {
	color:#f00;
	font-style:normal;
	margin-right:6px;
}
/*退款类型*/
	#saleAfter form .type {
	width:100%;
}
#saleAfter form .type ul {
	margin-bottom:0;
}
#saleAfter form .type li {
	width:48%;
	margin:0 1%;
	float:left;
}
#saleAfter form .type li label {
	width:100%;
	padding:10px;
	box-sizing: border-box;
	height:80px;
	border-radius:8px;
	float:left;
	border:none;
	border:1px solid #ddd;
	text-align:center;
}
#saleAfter form .type li label span {
	font-weight:normal;
	display: block;
	font-size:10px;
	margin-top:6px;
}
#saleAfter form .type li input[type="radio"] {
	display: none;
	width:100%;
	height:80px;
}
#saleAfter form .type li input[type="radio"]:checked +label {
	border-color: #000000 !important;
}
#saleAfter form .cont {
	width: 100%;
	box-sizing: border-box;
	border-radius:4px;
	overflow:hidden;
}
#saleAfter form .cont select {
	height:36px;
	line-height:36px;
	width:100%;
	border:none;
	background:#f7f7f7 url(../images/index20.png)96% center no-repeat;
	border-radius:4px;
	padding:0 0 0 10px;
	font-size:0.9em;
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-size:14px;
	margin-right: 14px;
	color:#666;
}
#saleAfter form .cont select option {
	width:100%;
	font-size:0.9rem;
	
}
#saleAfter form .cont input[type="text"] {
	height:36px;
	line-height:36px;
	width:100%;
	border:none;
	background:#f7f7f7;
	border-radius:4px;
	padding:0 8px;
	box-sizing: border-box;
	font-size:15px;
	outline:none;
	margin-bottom:5px;
}
#saleAfter form .cont textarea {
	height:100px;
	line-height:26px;
	width:100%;
	border:none;
	background:#f7f7f7;
	border-radius:4px;
	padding:8px;
	box-sizing: border-box;
	font-size:14px;
	outline:none;
}
#saleAfter form input[type="submit"] {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	height:46px;
	line-height:46px;
	border:none;
	color:#fff;
	background: #c10022;
	font-size:15px;
}
select::-ms-expand {
	display: none;
}
#saleAfter form>p {
	line-height:40px;
	padding-left:10px;
	box-sizing: border-box;
	color:#666;
	font-size:0.8em;
}
/*上传图片插件的样式*/
	.z_photo1 {
	padding: 8px 0;
	/*padding: 18px;*/
}
.z_photo1 .z_file1 {
	position: relative;
}
.z_file1 .file1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo1 .up-section1 {
	position: relative;
	margin-right:5px;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.up-section1 .close-upimg1 {
	position: absolute;
	top: 3px;
	right:3px;
	display: none;
	z-index: 10;
	width:13px;
}
.up-section1 .up-span1 {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}
.up-section1:hover {
	border: 2px solid #000000;
}
.up-section1:hover .close-upimg1 {
	display: block;
}
.up-section1:hover .up-span1 {
	visibility: visible;
}
.z_photo1 .up-img1 {
	display: block;
	width: 100%;
	height: 100%;
}
.loading {
	border: 1px solid #D1D1D1;
	background:url(../images/loading.gif) no-repeat center;
}
.up-opcity1 {
	opacity: 0;
}
.img-name-p1 {
	display: none;
}
.upimg-div1 .up-section1 {
	width: 70px;
	height: 70px;
}
.img-box1 .upimg-div1 .z_file1 {
	width: 70px;
	height: 70px;
}
.z_file1 .add-img1 {
	display: block;
	width: 70px;
	height: 70px;
}
/*遮罩层样式*/
	.mask1 {
	z-index: 1000;
	display: none;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask1 .mask-content1 {
	width: 80%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: white;
	border-radius:8px;
	text-align: center;
}
.mask1 .mask-content1 .del-p1 {
	color: #555;
	height:59px;
	line-height:59px;
	font-size: 18px;
}
.mask-content1 .check-p1 {
	height:40px;
	line-height:40px;
	border-top:1px solid #ddd;
}
.mask-content1 .check-p1 span {
	float:left;
	width:50%;
	text-align: center;
	color:#000000 ;
	font-size: 18px;
}
.check-p1 .del-com1 {
	border-right: 1px solid #ddd;
}
/**************************支付成功******************/
#pay_success{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:100%;}
#pay_success p{margin:20px 0;font-size:1.7rem;}
#pay_success a{display:block;width:80%;margin:0 auto;height:3.4rem;line-height:3.4rem;border-radius:4px;margin-bottom:1.0rem;color:#fff;font-size:1.5rem;}
/******************确认提交订单***********************/
/*确认地址*/
.confirm_site{background:#fffff7 url(../images/index42.jpg) left bottom repeat-x;padding:10px 10px 5px;border-bottom:6px solid #f0f0f0;}
.confirm_site a{display:block;width:100%;background:url(../images/index43.png) right center no-repeat;background-size:10px;padding-right:18px;}
.confirm_site a div{font-size:15px;line-height:24px;border-bottom:1px dashed #ddd;padding-bottom:6px;}
.confirm_site a div span.fl{background:url(../images/index44.png) left center no-repeat;padding-left:20px;background-size:15px;}
.confirm_site a div span.fr{background:url(../images/index45.png) left center no-repeat;padding-left:15px;background-size:11px;}
.confirm_site a p{line-height:32px;}
/*确认产品*/
.confirm_pro{border-bottom:6px solid #f0f0f0;}
.confirm_pro .list{padding:10px;border-bottom:1px dashed #ddd; }

.confirm_pro .list .img{width:80px;height:80px;border:1px solid #ddd;text-align:center;line-height:78px;float:left;}
.confirm_pro .list .img img{max-width:78px;max-height:78px;}

.confirm_pro .list .price{width:60px;float:right;text-align:right;font-size:13px;line-height:20px;}
.confirm_pro .list .text{float:left;padding:0 8px;}
.confirm_pro .list .text h1{font-size:15px;line-height:20px;margin-bottom:6px;}
.confirm_pro .list .text p{font-size:13px;color:#888;}
.confirm_pay h1{font-size:15px;border-bottom:1px solid #ddd;line-height:36px;padding:0 10px;}
.confirm_pay p{line-height:34px;border-bottom:1px dashed #ddd;padding:0 10px;}

.confirm_bottom{background:#fff;border-top:1px solid #ddd;position:fixed;bottom:0;left:0;width:100%;height:4rem;line-height:4rem;padding-left:10px;}
.confirm_bottom span{font-size:15px;}
.confirm_bottom span b{color:#000000;font-size:17px;font-weight:normal;}
.confirm_bottom input[type="submit"]{width:100px;background:#c10022;color:#fff;border:none;outline:none;font-size:15px;}
/*****************领取优惠券**********************/
/***************领取优惠券******************/
	#coupon {
	padding:2%;
}
#coupon dl {
	background:#fff;
	border-radius:8px;
	margin-bottom:4%;
	box-shadow:0 0 4px rgba(0,0,0,.25);
}
.coupon dl{position:relative;}
.coupon dl dt{background:url(../images/index21.jpg) left center no-repeat;float:left;width:90px;height:80px;text-align:right;padding-right:8px;color:#fff;font-weight:normal;}
.coupon dl dd{float:left;height:80px;text-align:left;padding-left:8px;}
.coupon dl dd h1{font-size:15px;line-height:20px;margin-top:8px;}
.coupon dl dd h1 i{border:1px solid #000000;color:#000000;font-size:13px;padding:0 5px;border-radius:2px;margin-right:5px;}
.coupon dl dd p{position:absolute;bottom:10px;color:#888;font-size:0.8rem;}
.coupon dl dd a{position:absolute;right:8px;bottom:10px;color:#000000;border:1px solid #000000;padding:0 10px;border-radius:20px;}
.coupon dl dt h1{margin-top:20px;font-size:15px;margin-bottom:6px;}
.coupon dl dt h1 b{font-size:24px;font-weight:normal;margin-left:4px;}
.coupon dl dt p{font-size:15px;}

/************************限时秒杀**************************/
.limit_top{background:url(../images/index23.jpg) left top repeat-y;background-size:100%;padding:8px;line-height:3rem;}
.limit_top span{width:80%;text-align:center;}
.limit_top span img{max-width:50%;}
.limit_top a{width:10%;}
/*标题*/
.limit_tit{background:url(../images/index23.jpg) left top repeat-y;background-size:100%;line-height:3rem;padding-left:10%;}
.limit_tit a{width:40%;text-align:center;font-size:1.4rem;float:left;color:#fff;}
.limit_tit a.on{border-bottom:2px solid #fff;padding-bottom:5px;}
.limit_date{background:url(../images/index23.jpg) left top repeat-y;background-size:100%;line-height:5rem;height:6rem;color:#fff;}
.limit_date span{background:#fff;border-radius:2px;margin:0 2px;color:#333;font-weight:bold;padding:0 2px;}
.limit_cont{position:relative;top:-1.5rem;}
.limit_cont .list{margin:0 2% 4%;background:#fff;border-radius:6px;padding:8px;box-shadow:0 0 6px rgba(0,0,0,.2);min-height:90px;position:relative;}
.limit_cont .list .img{width:100px;float:left;}
.limit_cont .list .img img{width:100%;}
.limit_cont .list .text{float:left;padding-left:10px;}
.limit_cont .list .text a.name{color:#333;font-size:1.5rem;line-height:2.2rem;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;}
.limit_cont .list .bottom{position:absolute;bottom:12px;}
.limit_cont .list .bottom p{line-height:20px;color:#333;}
.limit_cont .list .bottom p span{margin-right:6px;color:#fe2828;font-size:13px;}
.limit_cont .list .bottom p b{color:#fe2828;font-size:15px;font-weight:normal;}
.limit_cont .list .bottom p s{font-size:12px;color:#bbb;}
.limit_cont .list .bottom a{position:absolute;bottom:0px;right:0;background:url(../images/index23.jpg) center repeat;background-size:100%;border-radius:20px;color:#fff;padding:2px 8px;}




.ed{ text-align:center; line-height:35px; width:100%; clear:both;}
.page{ margin:0 auto; background:#FFFFFF}
.page ul{}
.page ul li{ float:left; padding:0 10px; border:#ccc 1px solid; margin-left:5px; line-height:35px;}



.news{ overflow:hidden; width:98%; margin:1%;}
.leibiao{ width:100%; height:100px; overflow:hidden; border-bottom:3px solid #EEEEEE; background:#FFFFFF; padding-bottom:10px; padding-top:10px;align-items: center; line-height:100px;}
.leibiao .tupian{ float:left; width:30%; height:80px; overflow:hidden;}
.leibiao .neirong{ float:right; width:68%; }
.neirong_title{ font-size:15px; color:#000000; line-height:35px;}
.neirong_note{ font-size:13px; color:#CCCCCC; line-height:25px;}




/*内页轮播图*/
/*轮播图*/
.pageBanner{width:100%;position:relative;height:100%;box-sizing:border-box;margin-bottom:0px;overflow:hidden;z-index:1;}
.pageBanner .swiper-container{width:100%;height:100%;}
.pageBanner .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100%;}
.pageBanner .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:2px;}
.pageBanner .swiper-pagination-bullet{background:#fff;opacity:1;margin:0 5px;width:10px;height:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.pageBanner .swiper-pagination-bullet-active{background:#4558d0;opacity:1;}
/*内页标题*/

.key{width:46%; margin:2%; float:left; background:#FFFFFF; overflow:hidden; height:100px;border-radius:10px; text-align:center; color:#333333}
.key img{ width:30%; margin-top:15px;}
.key span{ line-height:35px;}

.lanmu{}
.lanmu ul{}
.lanmu ul li{ width:20%; float:left; overflow:hidden; height:35px; line-height:35px; text-align:center; border-bottom:1px solid #CCCCCC;}

.jicai{ width:96%; margin:0 auto; background:#FFFFFF; overflow:hidden; margin-top:15px; font-size:14px; line-height:35px;}
.jicai ul{}
.jicai ul li{ text-indent:15px;}


.slanmu{}
.slanmu ul{}
.slanmu ul li{ width:33%; float:left; overflow:hidden; height:35px; line-height:35px; text-align:center; border-bottom:1px solid #CCCCCC;  text-align:center;}
.slanmu ul li.on{ background:#FFFFFF;}


.dingdan_list{border-top:1px solid #CCCCCC;}
.dingdan_list ul{}
.dingdan_list ul li{ border-bottom:1px solid #CCCCCC; line-height:35px; text-indent:15px;}


.sort_left a{display:block;padding-left:1rem;font-size:1.6rem;height:3.6rem;line-height:3.6rem;}
.sort_left a.on{border-left:4px solid #e61717;color:#e61717;background:#fff;}
/****************整体设置********************/
#sort{position:fixed;top:6.6rem;width:100%;left:0;height:100%;bottom:5rem;overflow:hidden;}
.sort_right{position:absolute;left:30%;width:70%;height:100%;top:0;overflow:auto; background:#FFFFFF;}
.sort_right li{float:left;width:31.3%;padding:0 1%;margin-bottom:1rem;overflow:hidden;text-align:center;}
.sort_right li img{height:4.5rem;}
.sort_right li p{font-size:1.2rem;line-height:2.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sort_right ul{padding:1.5rem 0;border-bottom:1px dashed #ddd;}

.sort_left{position:absolute;left:0;width:30%;background:#f0f0f0;height:100%;top:0;}
.sort_item{
    height:4rem;
    z-index: 1;
    width:100%;
    display: block;
    line-height:4rem;
    text-align: left;
	padding-left:1.6rem;
}
.sort_title {
    font-size:1.5rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sort_item.crt .sort_title {
    color: #e61717;
}

.sort_item.crt{
    border-left:4px solid #e61717;
	color:#e61717;
	background:#fff;
}

.sort_list .title{text-align:center;color:#e61717;font-size:1.8rem;line-height:4rem;}
.sort_list .title i{display:inline-block;width:30px;height:0.2rem;background:#e61717;vertical-align:middle;}
.sort_list .title span{display:inline-block;width:6rem;vertical-align:top;}
.sort_list ul{}
.sort_list ul li{ width:31%; float:left;}


.pro_menu{border-top:1px solid #ddd;border-bottom:1px solid #ddd;height:3.5rem;line-height:3.5rem;position:relative;}
.pro_menu>a{float:left;width:25%;text-align:center;font-size:1.5rem;}
.pro_menu>a.on{color:#e61717;}
.choose1{position:absolute;top:3.5rem;background:#fff;z-index:1000;padding:3%;left:0;width:94%;border-top:1px solid #ddd;display:none;}
.choose1 a{height:2.8rem;line-height:2.8rem;background:#f0f0f0;border-radius:2rem;display:inline-block;white-space:nowrap;padding:0 1%; margin-bottom:10px; width:22%; text-align:center;}
.choose1 a.on{background:#e61717;color:#fff;}
#pro .pro_choose span{padding-right:15px;background:url(../images/index11.png) right center no-repeat;}
.flip{text-align:center;font-size:1.4rem; padding-bottom:30px;}
.flip a{color: #FF0000;border:1px solid #fff;display:inline-block;height:1.8rem;line-height:1.8rem;padding:0 0.6rem;}




.dianpu_list{ overflow:hidden; width:98%; margin:1%;}
.dianpu{ width:100%; height:120px; overflow:hidden; border-bottom:3px solid #EEEEEE; padding-bottom:10px; padding-top:10px;align-items: center; line-height:100px;}
.dianpu .dppic{ float:left; width:30%; height:100px; overflow:hidden;}
.dianpu .dppic img{width:100%;align-items: center;border-radius:5px;}

.dianpu .dpnr{ float:right; width:68%; overflow:hidden; }
.dianpu_title{ font-size:16px; color:#000000; height:25px; line-height:25px; }
.dianpu_note{ font-size:12px; color: #333333; line-height:25px;}
.dianpu .dpnr{ float:right; width:68%; overflow:hidden; }
.dianpu_title{ font-size:16px; color:#000000; height:25px; line-height:25px; }
.dianpu_note{ font-size:12px; color:#CCCCCC; line-height:25px;}





