﻿*{
	margin:0;
	padding:0;
	border:none;
	font-family:'微软雅黑';
}
.head{
	width:100%;
	height:40px;
	font-size: 0;
	color:rgb(255,255,255);
	background-color:rgb(223,58,64);
	text-align:center;
	line-height: 40px;
}
.head ul li{
	display:inline-block;
	list-style-type:none;
}
.head ul li:nth-child(1){
	float:left;
	margin:5px 5px 0 5px;
	width:20%;
	text-align:left;
}
.head ul li:nth-child(1) img{
	width:30px;
}
.head ul li:nth-child(2){
	width:44%;
}
.head ul li:nth-child(2) span{
	line-height:40px;
	font-size:16px;
}
.head ul li:nth-child(3){
	float:right;
	margin:10px 10px 0 10px;
	width:20%;
	text-align:right;
}
.head ul li:nth-child(3) img{
	width:20px;
	float:right;
	margin-left:5px;
}
.head ul li:nth-child(3) span{
	font-size:12px;
	line-height:20px;
	vertical-align: top;
}
.foot{
	height:50px;
	background-color:rgb(220,80,84);
    /*background-color:rgb(63,182,255);*/
	position:fixed;
	bottom:0px;
	width:100%;
	padding:5px 0;
	font-size:12px;
	color:rgb(255,255,255);
}
.foot ul li{
	display:inline-block;
	list-style-type:none;
	width:20%;
	float:left;
	text-align:center;
}
.foot ul li img{
	width:25px;
	padding-top:5px;
}
.foot ul li:nth-child(3) img{
	width:50px;
	padding-top:0;
}
.up{
	display:block;
	position:fixed;
	z-index:1;
	right:0px;
	bottom:80px;
	width:40px;
	margin-right:5px;
}
.up img{
	width:40px;
}
.red{
	color:rgb(223,58,64);
}
.background-wdsc{
	background:none;
	height:0px;
}
.head a,.foot a{
	text-decoration:none;
	color:rgb(255,255,255);
}
.head a:active,.head a:hover,.foot a:active,.foot a:hover{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*****************订单详情***************/
.ddyq{
	font-size:14px;
	color:rgb(101,101,101);
	padding-bottom:60px;
}
.ddyq a{
	text-decoration:none;
	color:rgb(83,83,83);
}
.ddyq>div{
	border-bottom:1px solid rgb(225,225,225);
	padding:12px 10px;
}
.ddyq-1{
	color:rgb(83,83,83);
}
.ddyq-8{
	border-bottom:1px solid rgb(225,225,225);
	padding:12px 10px;
}
.ddyq-8 img{
	float:right;
	height:28px;
	margin-top:-16px;
}
.ddyq-2{
	font-size:12px;
}
.ddyq-2 div:nth-child(1) img{
	height:30px;
	float:left;
}
.ddyq-2 div:nth-child(1) span{
	line-height:30px;
	margin-left:10px;
	font-size:14px;
}
.ddyq-2 table tr td:nth-child(1){
	float:left;
}
.ddyq-2 table tr td{
	padding:5px 0;
}
.ddyq-3 div,.ddyq-4 div{
	color:rgb(83,83,83);
	padding-bottom:10px;
	font-weight:800;
}
.ddyq-3 ul,.ddyq-4 ul{
	list-style-type:none;
	padding-bottom:15px;
}
.ddyq-3 ul li span{
	margin-left:10px;
}
.ddyq-4 ul li span{
	margin-left:10px;
}
.ddyq-5 ul,.ddyq-6 ul{
	text-align:center;
}
.ddyq-5 ul li,.ddyq-6 ul li{
	display:inline-block;
}
.ddyq-5 ul li:nth-child(1),.ddyq-6 ul li:nth-child(1){
	float:left;
	text-align:left;
}
.ddyq-5 ul li:nth-child(3),.ddyq-6 ul li:nth-child(3){
	float:right;
	text-align:right;
}
.ddyq-6 ul li{
	height:60px;
	line-height:60px;
}
.ddyq-6 ul li:nth-child(1) img{
	width:50px;
	margin-top:5px;
}
.ddyq-6 ul li:nth-child(2){
	line-height:30px;
}
.ddyq-7{
	height:85px;
}
.ddyq-7 ul{
	float:right;
}
.ddyq-7 ul li{
	list-style-type:none;
}
.ddyq-7 ul li span{
	float:right;
	margin-left:10px;
}
.ddyq-9{
	border-bottom:none !important;
	text-align:right;
}
.ddyq-9 a{
	display:inline-block;
	width:100px;
	margin:5px 0 0 10px;
	text-align:center;
	padding:8px;
	border-radius:5px;
	color:rgb(255,255,255);
	font-size:16px;
}
.ddyq-9-btn1{
	background-color:rgb(217,217,217);
}
.ddyq-9-btn2{
	background-color:rgb(235,54,68);
}
.bg{
	position:fixed;
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgb(0,0,0);
	z-index:5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.top{
	position:fixed;
	display:none;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	padding:40px 10px !important;
	border-top:5px solid rgb(223,58,64);
	z-index:6;
	background-color:rgb(255,255,255);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
/***申请退款****/
.ddyq-sqtk>div{
	padding:10px 0;
	border-bottom:1px solid rgb(225,225,225);
}
.ddyq-sqtk>div:nth-child(4){
	border-bottom:none;
	text-align:center;
}
.ddyq-sqtk>div:nth-child(4) a{
	display:inline-block;
	width:100px;
	margin:5px;
	text-align:center;
	padding:8px;
	border-radius:5px;
	color:rgb(255,255,255);
	font-size:16px;
}
.ddyq-sqtk>div select{
	background-color:rgb(242,242,242);
	padding:5px 10px;
}
.ddyq-sqtk>div textarea{
	padding:10px 0;
	border:1px solid rgb(83,83,83);
	width:60%;
}
.ddyq-sqtk>div span:nth-child(1){
	margin-right:10px;
	float:left;
}
/***确认收货****/
.ddyq-qrzf>div{
	padding:10px 0;
	text-align:center;
	font-size:14px;
}
.ddyq-qrzf>div:nth-child(1){
	height:40px;
}
.ddyq-qrzf>div:nth-child(1) div{
	width:240px;
	background-color:gray;
	margin:0 auto;
}
.ddyq-qrzf>div:nth-child(1) img{
	height:30px;
	float:left;
	margin:0 auto;
}
.ddyq-qrzf>div:nth-child(1) span{
	line-height:30px;
	float:left;
	padding-left:10px;
}
.ddyq-qrzf>div:nth-child(3) a{
	display:inline-block;
	width:100px;
	margin:5px;
	text-align:center;
	padding:8px;
	border-radius:5px;
	color:rgb(255,255,255);
	font-size:16px;
}
/***退换货****/
.ddyq-sqthh>div{
	padding:10px 0;
	border-bottom:1px solid rgb(225,225,225);
}
.ddyq-sqthh>div:nth-child(4){
	border-bottom:none;
	text-align:center;
}
.ddyq-sqthh>div:nth-child(4) a{
	display:inline-block;
	width:100px;
	margin:5px;
	text-align:center;
	padding:8px;
	border-radius:5px;
	color:rgb(255,255,255);
	font-size:16px;
}
.ddyq-sqthh>div select{
	background-color:rgb(242,242,242);
	padding:5px 10px;
	margin-left:15px;
}
.ddyq-sqthh>div textarea{
	padding:10px 0;
	border:1px solid rgb(83,83,83);
	width:60%;
}
.ddyq-sqthh>div span:nth-child(1){
	margin-right:10px;
	float:left;
}
/*****************物流跟踪***************/
.wlgz{
	font-size:14px;
	color:rgb(60,57,57);
	padding-bottom:80px;
}
.wlgz-1{
	height:100px;
	padding:20px 10px 30px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.wlgz-1 img{
	width:100px;
	float:left;
}
.wlgz-1 ul{
	height:60px;
	line-height:25px;
	padding:25px 0 0 120px;
}
.wlgz-1 ul li{
	list-style-type:none;
}
.wlgz-1 ul li span:nth-child(2){
	margin-left:10px;
}
.wlgz-2{
	border-bottom:1px solid rgb(225,225,225);
	padding:5px 10px;
	font-size:16px;
}
.wlgz-3 ul li{
	list-style-type:none;
}
.wlgz-3 ul li img{
	width:100px;
	float:left;
	padding-left:10px;
}
.wlgz-3 ul li span{
	word-break:break-all;
	word-wrap:break-word;
	margin-left:130px;
	display:block;
	padding:31px 0 31px 0;
	border-bottom:1px solid rgb(225,225,225);
}
/*****************地标展馆***************/
/***/

.dbzg{
	clear: both;
	padding-bottom:80px;
}
.dbzg a{
	text-decoration:none;
}
.dbzg a:active,.dbzg a:hover,.dbzg a:focus{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.dbzg-1{
	border-bottom:1px solid rgb(225,225,225);
	text-align:center;
	padding-bottom:10px;
}
.dbzg-1 ul li{
	display:inline-block;
	text-align:center;
	width:23%;
	margin:10px 0 0 0;
}
.dbzg-1 ul li a{
	text-decoration:none;
	color:rgb(83,83,83);
	font-size:10px;
}
.dbzg-1 ul li img{
	width:50px;
}
.dbzg-2{
	padding:20px 10px;
	background-color:rgb(239,239,239);
}
.dbzg-2-content{
	width:100%;
	overflow:hidden;
	background-color:rgb(255,255,255);
    border-top: 1px solid rgb(225,225,225);
    border-left: 1px solid rgb(225,225,225);
    border-right: 1px solid rgb(225,225,225);
}
.dbzg-2-content>span{
	width:34px;
	font-size:10px;
	position:absolute;
	text-align:center;
	padding:2px 3px 2px 0;
	color:rgb(255,255,255);
	background-size:100% 100%;
	margin-top:-3px;
}
.dbzg-2-content>span:nth-child(1){
	margin-left:10px;
}
.dbzg-2-content>span:nth-child(2){
	margin-left:55px;
}
.dbzg-2-content>span:nth-child(3){
	margin-left:100px;
}
.dbzg-2-content>img{
	width:100%;
}
.dbzg-2-content-info{
	padding:0 5px 5px 5px;
	color:rgb(77,77,77);
}
.dbzg-2-content-info-title{
	font-size:14px;
}
.dbzg-2-price{
	color:rgb(255,255,255);
	font-size:12px;
	padding:5px 1px;
	width:100%;
	height:19px;
	margin:-2px 0 28px 0px;
	background-color:#515151;
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-align:right;
	line-height:19px;
}
.dbzg-2-price>span:nth-child(1){
	float:left;
	max-width:160px;
	overflow:hidden;
}
.dbzg-2-price>span:nth-child(1) img{
	height:16px;
	margin:0 5px 0 5px;
	float:left;
}
.dbzg-2-price>span:nth-child(2) span:nth-child(1){
	font-size:14px;
	line-height:20px;
}
.dbzg-2-price>span:nth-child(2) span:nth-child(2){
	font-size:10px;
	margin-left:5px;
	text-decoration:line-through;
	color:rgb(225,225,225);
}
.dbzg-2-price>span:nth-child(3){
	float:right;
	text-align:center;
	width:30%;
	background-image:url(../images/new/dbzg_04.png);
	background-size:100% 100%;
	padding:9px 0 11px 0;
	margin:-10px 5px 0 5px;
	line-height:20px;
	font-size:16px;
}
/***/

/*************全部订单*************/
.qbdd{
	font-size:12px;
	width:100%;
	overflow:hidden;
	background-color:rgb(243,243,243);
	padding-bottom:80px;
}
.qbdd-complete{
	color:rgb(74,64,64);
	padding:2px;
}
.qbdd-pay{
	padding:2px;
	color:rgb(255,255,255);
	background-color:rgb(251,99,50);
	border-radius:3px;
}
.qbdd-cancle{
	padding:2px;
	color:rgb(164,164,164);
}
.qbdd-1{
	width:100%;
	height:40px;
	border-bottom:1px solid rgb(217,217,217);
}
.qbdd-1-select{
	color:rgb(255,255,255) !important;
	background-color:rgb(183,183,183);
}
.qbdd-1 a{
	line-height:40px;
	font-weight:800;
	text-decoration:none;
	color:rgb(83,83,83);
	width:20%;
	display:inline-block;
	float:left;
	text-align:center;
}
.qbdd-2>span{
	font-size:20px;
	font-weight:200;
	margin-top:-25px;
	display:block;
	position:absolute;
	background-color:rgb(243,243,243);
}
.qbdd-2{
	padding:0 10px;
}
.qbdd-2 ul{
	margin:40px 0;
	overflow:hidden;
}
.qbdd-2 ul li{
	list-style-type:none;
	float:left;
	width:100%;
}
.qbdd-2 ul li a{
	text-decoration:none;
	color:rgb(93,93,93);
}
.qbdd-2 ul li a:hover,.qbdd-2 ul li a:active{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.qbdd-2 ul li img:nth-child(1){
	position:absolute;
	height:150px;
	margin-top:38px;
}
.qbdd-2 ul li p{
	margin:5px 0 5px 20px;
	padding:20px 10px;
	background-color:rgb(255,255,255);
}
.qbdd-2 ul li p>span:nth-child(1){
	display:block;
	font-size:12px;
	width:28px;
	padding:4px 0 0 0;
	float:left;
}
.qbdd-2 ul li p>img:nth-child(2){
	width:36px;
	float:left;
	margin:0 5px;
}
.qbdd-2 ul li p>span:nth-child(3){
	line-height:36px;
}
.qbdd-2 ul li p>span:nth-child(4){
	float:right;
	margin-top:7px;
}
.qbdd-2 ul li hr{
	width:95%;
	border-bottom:1px solid rgb(225,225,225);
	margin:30px -8% 30px 0;
	float:right;
}
/*****************我的商城***************/
.wdsc{
	background-color:rgb(241,241,241);
	font-size:14px;
	color:rgb(83,83,83);
	width:100%;
	padding-bottom:60px;
}
.wdsc a{
	text-decoration:none;
	color:rgb(83,83,83);
}
.wdsc a:hover,.wdsc a:active{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.wdsc-1{
	background-color:rgb(221,221,221);
	text-align:center;
	height:155px;
	padding-top:20px;
}
.wdsc-1 div:nth-child(1){
	background-color:rgb(230,230,230);
	width:120px;
	height:120px;
	border-radius:50%;
	margin:0 auto;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.wdsc-1 div:nth-child(2){
	width:100%;
	position:absolute;
	margin-top:-115px;
}
.wdsc-1 div:nth-child(2) img{
	border-radius:50%;
	width:110px;
}
.wdsc-1 div:nth-child(3){
	margin-top:5px;
}
.wdsc-2 div{
	text-decoration:none;
	color:rgb(83,83,83);
	height:32px;
	padding:0 8.75%;
}
.wdsc-2 div span{
	display:inline-block;
	line-height:32px;
}
.wdsc-2 div span:nth-child(2){
	float:right;
}
.wdsc-2 div span:nth-child(2) span{
	margin:0 0 0 10px;
}
.wdsc-3{
	border-top:1px solid rgb(193,193,193);
}
.wdsc-3 ul{
	width:100%;
	text-align:center;
	height:100px;
}
.wdsc-3 ul li{
	display:inline-block;
	width:25%;
	float:left;
	padding-top:15px;
}
.wdsc-3 ul li img{
	width:50px;
}
.wdsc-3 ul li span:nth-child(1){
	position:absolute;
	margin-left:40px;
	color:rgb(252,252,252);
	background-color:rgb(248,17,44);
	padding: 2px 5px;
	border-radius:5px;
	font-size:10px;
}
.wdsc-4{
	width:100%;
	overflow:hidden;
	border-top:1px solid rgb(193,193,193);
}
.wdsc-4 a{
	text-align:center;
	width:50%;
	display:inline-block;
	float:left;
	border-bottom:1px solid rgb(193,193,193);
}
.wdsc-4 a>div{
	padding:20px 0;
}
.wdsc-4 a:nth-child(2n+1){
	border-right:1px solid rgb(193,193,193);
	margin-left:-1px;
}
.wdsc-4 a img{
	width:80px;
}
.wdsc-4 a>div div{
	min-height:18px;
}
.wdsc-4 a>div div:nth-child(1){
	min-height:10px;
	margin:0 0 0 30%;
	padding:2px 5px;
	position:absolute;
	background-color:rgb(248,17,44);
	border-radius:5px;
	color:rgb(252,252,252);
}
.wdsc-4 a>div div:nth-child(1){
	font-size:10px;
}
.wdsc-5{
	padding:0 0 30px 0;
}
.wdsc-5 a:nth-child(1) ul{
	width:50%;
	color:rgb(74,64,64);
	background-color:rgb(245,245,245);
	width:200px;
	text-align:center;
	height:30px;
	padding:10px;
	border-radius:10px;
	margin:20px auto;
	box-shadow:0px 2px 2px rgb(193,193,193);
}
.wdsc-5 a:nth-child(1) ul li{
	display:inline-block;
	line-height:30px;
	float:left;
	margin-left:5px;
}
.wdsc-5 a:nth-child(1) ul li img{
	width:30px;
}
.wdsc-5 a:nth-child(2) div{
	color:rgb(74,64,64);
	width:200px;
	text-align:center;
	margin:0 auto;
	border-radius:10px;
	padding:12px 10px;
	box-shadow:0px 2px 2px rgb(193,193,193);
	background-color:rgb(245,245,245);
}
/*****************我的积分***************/
.wdjf{
	color:rgb(93,88,88);
	font-size:14px;
	padding-bottom:70px;
}
.wdjf a{
	text-decoration:none;
}
.wdjf-1{
	background-color:rgb(230,230,230);
	padding-top:10px;
}
.wdjf-1 div{
	padding:10px;
}
.wdjf-1 div:nth-child(1){
	font-size:16px;
	font-weight:800;
}
.wdjf-1 div:nth-child(2){
	font-size:60px;
	color:rgb(255,255,255);
	text-shadow:2px 1px 2px rgb(206,206,206);
}
.wdjf-2{
	padding:30px 10px 40px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.wdjf-2 div{
	margin-bottom:5px;
}
.wdjf-2 div:nth-child(1){
	font-size:16px;
	font-weight:800;
	margin-bottom:10px;
}
.wdjf-3{
	padding:10px;
	font-size:16px;
	font-weight:800;
	border-bottom:1px solid rgb(225,225,225);
}
.wdjf-4 table{
	text-align:center;
	padding:10px;
	width:100%;
	padding:0px 0px;
	font-size:16px;
}
.wdjf-4 table tr td{
	width:33.33%;
	padding:10px 0;
	border-bottom:1px solid rgb(225,225,225);
}
.wdjf-4 table tr td:nth-child(1){
	text-align:left;
	padding-left:10px;
}
.wdjf-4 table tr td:nth-child(2){
	color:rgb(223,58,64);
}
.wdjf-4 table tr td:nth-child(3){
	text-align:right;
	padding-right:10px;
}
.wdjf-4 table tr:nth-child(1) td{
	font-size:14px;
	color:rgb(74,64,64);
}
/*****************消息内容***************/
.xxnr{
	color:rgb(83,83,83);
	font-size:14px;
	padding-bottom:80px;
}
.xxnr a{
	text-decoration:none;
	color:rgb(83,83,83);
}
.xxnr a:active,.xxnr a:hover{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.xxnr-1{
	padding:10px;
	font-size:16px;
	border-bottom:1px solid rgb(225,225,225);
}
.xxnr-1 span{
	height:30px;
	display:block;
	float:left;
}
.xxnr-1 img{
	height:18px;
	margin:2px 0 0 5px;
}
.xxnr-2,.xxnr-3{
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.xxnr-4{
	padding:20px 10px;
	background-color:rgb(250,250,250);
}
.xxnr-4 div{
	word-break:break-word;
}
.xxnr-4 div:nth-child(2){
	margin-bottom:20px;
}
.xxnr-5{
	text-align:center;
	margin-top:30px;
}
.xxnr-5 span{
	background-color:rgb(245,245,245);
	padding:10px 40px;
	font-size:16px;
	box-shadow:0px 2px 2px rgb(214,214,214);
	border-radius:5px;
}
/*****************在线客服***************/
.zxkf>div{
	font-size:14px;
	padding:10px;
}
.zxkf a{
	text-decoration:none;
}
.zxkf>div:nth-child(1){
	height:30px;
	line-height:30px;
	border-bottom:1px solid rgb(225,225,225);
}
.zxkf>div:nth-child(1) span:nth-child(2){
	margin:0 10px;
}
.zxkf>div:nth-child(1) *{
	float:left;
}
.zxkf>div:nth-child(1) input{
	margin-top:8px;
}
.zxkf>div:nth-child(2) textarea{
	display:block;
	width:80%;
	height:150px;
	padding:5px;
	color:rgb(149,149,149);
	margin:10px auto;
	line-height:20px;
	border:1px solid rgb(225,225,225);
}
.zxkf>div:nth-child(3){
	text-align:center;
}
.zxkf>div:nth-child(3) span{
	color:rgb(74,64,64);
	background-color:rgb(245,245,245);
	padding:10px 60px;
	font-size:16px;
	border-radius:10px;
	box-shadow:0 2px 2px rgb(214,214,214);
}
/*****************地址管理***************/
.dzgl{
	color:rgb(83,83,83);
	font-size:12px;
	margin-bottom:80px;
}
.dzgl a{
	color:rgb(83,83,83);
	text-decoration:none;
}
.dzgl-1>div{
	border-bottom:1px solid rgb(225,225,225);
	padding:20px 10px;
}
.dzgl-1>div:nth-child(1) div:nth-child(1) span{
	margin-left:50px;
}
.dzgl-1>div:nth-child(2){
	height:30px;
	padding:5px 10px;
	text-align:right;
}
.dzgl-1>div:nth-child(2) a span{
	line-height:30px;
	margin-left:5px;
}
.dzgl-1>div:nth-child(2) a img{
	width:20px;
	margin-left:10px;
}
.dzgl-1>div:nth-child(2) a:nth-child(1) img{
	width:26px;
}
.dzgl-2{
	text-align:center;
	margin:50px 0;
}
.dzgl-2 a{
	background-color:rgb(223,58,64);
	padding:10px 40px;
	color:rgb(255,255,255);
	border-radius:3px;
}
/*****************浏览记录***************/
.lljl{
	margin-bottom:80px;
}
.lljl a{
	font-size:14px;
	color:rgb(93,93,93);
	line-height:20px;
	text-decoration:none;
}
.lljl a>div{
	padding:20px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.lljl a>div img{
	width:60px;
	float:left;
}
.lljl a>div>div{
	width:75%;
	margin-left:80px;
}
.lljl a>div>div>div:nth-child(3){
	color:rgb(223,58,64);
}
/*****************提交成功***************/
.tjcg{
	padding-bottom:70px;
}
.tjcg div{
	text-align:center;
	padding:20px 10px;
}
.tjcg a{
	text-decoration:none;
}
.tjcg>div:nth-child(1){
	border-bottom:1px solid rgb(225,225,225);
	height:26px;
}
.tjcg>div:nth-child(1) *{
	float:left;
}
.tjcg>div:nth-child(1) input{
	margin:5px 5px 0 20px;
}
.tjcg>div:nth-child(2)>div{
	width:120px;
	margin:0 auto;
}
.tjcg>div:nth-child(2)>div *{
	float:left;
}
.tjcg>div:nth-child(2)>div img{
	width:30px;
}
.tjcg>div:nth-child(2)>div span{
	line-height:30px;
	margin-left:10px;
}
.tjcg>div:nth-child(4){
	font-size:12px;
}
.tjcg>div:nth-child(5) a{
	color:rgb(255,255,255);
}
.tjcg>div:nth-child(5) span{
	background-color:rgb(223,58,64);
	padding:10px 40px;
	border-radius:6px;
}
/*****************新建地址***************/
.xjdz{
	padding-bottom:80px;
}
.xjdz>div{
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.xjdz>div>span{
	width:80px;
	display:block;
	float:left;
}
.xjdz-1,.xjdz-2{
	height:30px;
}
.xjdz-1 span,.xjdz-2 span{
	width:30%;
	display:block;
}
.xjdz-1 input,.xjdz-2 input{
	width:70%;
	float:left;
	padding:5px 0;
}
.xjdz-3{
	background-color:rgb(242,242,242);
}
.xjdz-3>span{
	width:100% !important;
	padding-bottom:10px;
}
.xjdz-3>div{
	margin:10px 0;
}
.xjdz-3>div>select,.xjdz-3>div>input{
	width:70%;
	padding:5px 0;
	border-radius:0px !important;
	color:rgb(83,83,83);
}
.xjdz>a{
	text-decoration:none;
	color:rgb(255,255,255);
}
.xjdz>a div{
	margin-top:50px;
	text-align:center;
}
.xjdz>a span{
	background-color:rgb(223,58,64);
	padding:10px 50px;
	border-radius:6px;
}
/*****************我的消息***************/
.zxkf{
	padding-bottom:70px;
}
.zxkf a{
	text-decoration:none;
	color:rgb(93,88,88);
	font-size:14px;
}
.zxkf a>div{
	padding:20px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.zxkf a>div img{
	width:35px;
	float:left;
	margin:5px 10px 0 0;
}
.zxkf a>div>div>span{
	display:block;
}
.zxkf a>div>div div:nth-child(2){
	width:80%;
	margin-left:18%;
}
.zxkf a>div>div>span:nth-child(3){
	font-size:10px;
	float:right;
}
/*****************账户安全***************/
.zhaq{
	padding-bottom:70px;
}
.zhaq a{
	color:rgb(83,83,83);
	font-size:14px;
	text-decoration:none;
	line-height:30px;
}
.zhaq a>div{
	padding:20px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.zhaq a>div div:nth-child(1){
	font-weight:800;
}
.zhaq a>div div:nth-child(2){
	font-size:12px;
}
.zhaq a>div div:nth-child(1) span:nth-child(2){
	float:right;
	padding-right:50px;
	color:rgb(244,19,27);
}
.zhaq a>div img{
	float:right;
	width:20px;
	margin-top:-46px;
}
/*****************修改手机号***************/
.xgsjh{
	padding-bottom:70px;
}
.xgsjh>div{
	padding:20px 10px;
}
.xgsjh-1{
	border-bottom:1px solid rgb(225,225,225);
}
.xgsjh-1 table{
	width:100%;
	text-align:center;
	font-size:10px;
}
.xgsjh-1 table tr td{
	width:20%;
}
.xgsjh-1 table tr td:nth-child(2n) img{
	width:100%;
}
.xgsjh-1 table tr td:nth-child(2n+1) img{
	width:80%;
}
.xgsjh-1 img{
	width:40px;
}
.xgsjh-2>div:nth-child(1){
	padding:10px 0;
	font-size:14px;
}
.xgsjh-2>div input{
	font-size:16px;
	border:1px solid rgb(225,225,225);
	padding:8px 5px;
	border-radius:3px;
	color:rgb(181,178,175);
}
.xgsjh-2>div:nth-child(2) input{
	width:60%;
}
.xgsjh-2>div:nth-child(2) span{
	float:right;
	background-color:rgb(235,54,68);
	color:rgb(255,255,255);
	width:34%;
	text-align:center;
	padding:11px 0;
	border-radius:3px;
	font-size:12px;
}
.xgsjh-2>div:nth-child(3){
	width:100%;
	text-align:center;
}
.xgsjh-2>div:nth-child(3) input{
	width:94%;
	padding:8px 10px;
	margin:15px 0 0 0;
}
.xgsjh-2-msg{
	text-align:left !important;
	color:rgb(235,54,68);
	font-size:10px;
	padding:5px 0;
}
.xgsjh a{
	text-decoration:none;
	color:rgb(255,255,255);
}
.xgsjh-3{
	margin-top:30px;
	width:100%;
	text-align:center;
}
.xgsjh-3 span{
	background-color:rgb(235,54,68);
	width:80%;
	display:block;
	margin:0 auto;
	border-radius:6px;
	font-size:16px;
	padding:10px 0;
}
.xgsjh-4{
	text-align:center;
	font-size:14px;
}
.xgsjh-4>div:nth-child(1){
	height:50px;
}
.xgsjh-4>div:nth-child(1) div{
	width:100px;
	margin:0 auto;
}
.xgsjh-4>div:nth-child(1) div *{
	float:left;
}
.xgsjh-4>div:nth-child(1) img{
	width:30px;
}
.xgsjh-4>div:nth-child(1) span{
	line-height:30px;
	margin-left:10px;
}
/*****************购物车***************/
.gwc{
	font-size:12px;
	line-height:18px;
}
.gwc input[type=checkbox]{
	-webkit-appearance: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	appearance: none;
	width: 13px;
	height: 13px;
	vertical-align: bottom;
	background: rgb(242,242,242);
	border: 1px solid rgb(195,195,195);
	border-radius: 50%;
	box-sizing: border-box;
}
.gwc input[type=checkbox]:checked{
	background-color:rgb(150,150,150);
}
.gwc-1{
	padding:20px 10px;
	height:20px;
	border-bottom:1px solid rgb(225,225,225);
}
.gwc-1 *{
	float:left;
}
.gwc-1>input{
	margin-top:2px;
}
.gwc-1 span{
	margin-left:10px;
}
.gwc-2{
	padding:20px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.gwc-2-div{
	padding:0px 0 50px 0;
}
.gwc-2-div>input{
	width:4%;
	float:left;
	margin:35px 1% 0 0;
}
.gwc-2-div>img{
	float:left;
	width:70px;
	margin-top:5px;
}
.gwc-2-div>div{
	width:74%;
	margin:0 0 0 100px;
}
.gwc-2-div>div div{
	width:90%;
}
.gwc-2-div>div img{
	float:right;
	width:14px;
	margin-top:-3px;
}
.gwc-2-div-a,.gwc-2-div-b,.gwc-2-div-count{
	text-align:center;
	display:inline-block;
	float:left;
	width:30px;
	border:1px solid rgb(225,225,225);
}
.gwc-2-div-a{
	border-radius:3px 0 0 3px;
	border-right:none;
	color:rgb(101,101,101);
}
.gwc-2-div-count{
	width:60px;
}
.gwc-2-div-b{
	border-radius:0 3px 3px 0;
	border-left:none;
	color:rgb(101,101,101);
}
.gwc-3{
	padding:20px 10px 100px 10px;
}
.gwc-3 *{
	float:left;
	line-height:24px;
}
.gwc-3>span{
	padding:5px 0;
}
.gwc-3>span:nth-child(1) input{
	margin-top:6px;
}
.gwc-3>span:nth-child(1) span{
	margin-left:10px;
}
.gwc-3>span:nth-child(2){
	margin-left:30px;
}
.gwc-3>span:nth-child(2) span:nth-child(2){
	font-size:16px;
}
.gwc-3>a:nth-child(3){
	text-decoration:none;
	color:rgb(255,255,255);
	background-color:rgb(235,54,68);
	padding:5px 30px;
	float:right;
	border-radius:5px;
}
/*****************核对购物信息***************/
.hdgwxx{
	font-size:14px;
	color:rgb(101,101,101);
	padding-bottom:50px;
}
.hdgwxx a{
	text-decoration:none;
	color:rgb(101,101,101);
	font-weight:800;
	font-size:16px;
}
.hdgwxx-1{
	padding:10px;
	text-align:right;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-1 span{
	float:left;
	display:block;
	line-height:22px;
}
.hdgwxx-1 img{
	width:20px;
}
.hdgwxx-2{
	border-bottom:1px solid rgb(225,225,225);
	padding:10px;
}
.hdgwxx-2-a span:nth-child(1),.hdgwxx-2-a span:nth-child(2){
	font-size:14px;
	line-height:24px;
	font-weight:800;
}
.hdgwxx-2-a span:nth-child(2){
	margin-left:50px;
}
.hdgwxx-2-b{
	display:none;
	line-height:30px;
	padding:0 5px;
}
.hdgwxx-2-b input,.hdgwxx-2-b select{
	width:70%;
}
.hdgwxx-2-b-3{
	background-color:rgb(250,250,250);
	padding:10px 5px;
}
.hdgwxx-2-b-3 select{
	color:rgb(83,83,83);
}
.hdgwxx-2-b-4{
	text-align:center;
	margin:10px 0;
}
.hdgwxx-2-b-4 span{
	background-color:rgb(235,54,68);
	color:rgb(255,255,255);
	font-size:14px;
	padding:5px 20px;
	border-radius:6px;
	font-weight:400;
}
.hdgwxx-2-c{
	background-color:rgb(250,250,250);
	padding:0 5px;
}
.hdgwxx-2-c-add div:nth-child(1) input{
	margin-top:-4px;
	float:left;
}
.hdgwxx-2-c>div{
	margin:0px 0;
	height:38px;
	overflow:hidden;
	padding:5px 0;
}
.hdgwxx-2-c>div>span{
	margin-left:2%;
}
.hdgwxx-2-c>div:nth-child(2n+1){
	//background-color:rgb(250,250,250);
}
.hdgwxx-2-c>div>div:nth-child(1){
	float:left;
	width:6%;
	padding-top:10px;
}
.hdgwxx-2-c>div>div:nth-child(2){
	font-size:12px;
	width:80%;
	float:left;
	height:38px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.hdgwxx-2-c>div>div:nth-child(2) span{
	margin-left:10px;
}
.hdgwxx-2-c>div>div{
	float:right;
	width:8%;
	padding-top:4px;
}
.hdgwxx-2-c>div>div img{
	height:26px;
}
.hdgwxx-3{
	font-size:16px;
	font-weight:800;
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-4{
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-4 *{
	float:left;
}
.hdgwxx-4 input{
	margin:0 5px 0 0;
}
.hdgwxx-5{
	font-size:16px;
	font-weight:800;
	padding:10px;
	text-align:right;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-5 span{
	float:left;
	display:block;
	line-height:22px;
}
.hdgwxx-5 img{
	width:20px;
}
.hdgwxx-6{
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-6-2{
	display:none;
	line-height:30px;
}
.hdgwxx-6-2 input{
	border:1px solid rgb(225,225,225);
}
.hdgwxx-6-2>div:not(.hdgwxx-6-2-add) span{
	margin-left:10px;
}
.hdgwxx-6-2-add>div:nth-child(2){
	padding:10px;
	background-color:rgb(250,250,250);
}
.hdgwxx-6-2-add>div:nth-child(1) input{
	margin-right:10px;
}
.hdgwxx-6-2-add>div:nth-child(2)>div:nth-child(2) input{
	margin-right:10px;
}
.hdgwxx-6-2-add>div:nth-child(2)>div:nth-child(2) input[type=text]{
	width:60%;
	padding:5px;
}
.hdgwxx-6-2-add>div:nth-child(2)>div:nth-child(4) input[type=text]{
	width:90%;padding:5px;
}
.hdgwxx-6-2-save{
	width:100%;
	padding:0;
	text-align:center;
}
.hdgwxx-6-2-save a{
	font-size:12px;
	font-weight:400;
	padding:5px 10px;
	color:rgb(255,255,255);
	border-radius:6px;
	margin:5px;
	background-color:rgb(217,217,217);
}
.hdgwxx-6-2-save a:nth-child(1){
	background-color:rgb(235,54,68);
}
.hdgwxx-7{
	font-size:16px;
	font-weight:800;
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-8{
	padding:20px 10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-8 img{
	width:80px;
	float:left;
}
.hdgwxx-8 span{
	display:block;
	margin-left:90px;
	line-height:20px;
	font-size:12px;
}
.hdgwxx-8 span:nth-child(4){
	color:rgb(223,58,64);
}
.hdgwxx-8 span:nth-child(4){
	font-size:12px;
}
.hdgwxx-9{
	padding:10px;
	border-bottom:1px solid rgb(225,225,225);
}
.hdgwxx-9 ul{
	width:100%;
}
.hdgwxx-9 ul li{
	display:inline-block;
	list-style-type:none;
}
.hdgwxx-9 ul li:nth-child(2) span{
	background-color:rgb(235,54,68);
	color:rgb(255,255,255);
	padding:5px 10px;
	border-radius:4px;
}
.hdgwxx-9 ul li:nth-child(3){
	float:right;
}
.hdgwxx-9 ul li:nth-child(3) span{
	margin-left:10px;
}
.hdgwxx-10{
	padding:20px 10px;
}
.hdgwxx-10 table tr td:nth-child(1){
	width:100px;
	line-height:20px;
}
.hdgwxx-10 table tr td:nth-child(2){
	text-align:right;
}
.hdgwxx-11{
	position:fixed;
	bottom:0;
	width:100%;
	background-color:rgb(240,240,240);
}
.hdgwxx-11>span{
	line-height:50px;
	margin-left:10px;
}
.hdgwxx-11 a{
	float:right;
	color:rgb(255,255,255);
	line-height:50px;
	padding:0 20px;
	text-align:center;
	font-size:16px;
	font-weight:400;
	background-color:rgb(235,54,68);
}
/*****************订单支付***************/
.ddzf{
	font-size:14px;
	padding-bottom:80px;
}
.ddzf a{
	text-decoration:none;
	color:rgb(83,83,83);
}
.ddzf-1{
	padding:20px 30px;
	border-bottom:1px solid rgb(225,225,225);
}
.ddzf-1 span:nth-child(2){
	float:right;
}
.ddzf-2,.ddzf-3{
	padding:20px;
	border-bottom:1px solid rgb(225,225,225);
}
.ddzf-2 img:nth-child(1),.ddzf-3 img:nth-child(1){
	width:50px;
	float:left;
}
.ddzf-2 span,.ddzf-3 span{
	display:block;
	line-height:50px;
	width:60%;
	margin:0 0 0 90px;
}
.ddzf-2 img:nth-child(3),.ddzf-3 img:nth-child(3){
	width:20px;
	float:right;
	margin-top:-43px;
}
/*****************展馆菜单***************/
.dbzg-menu{
	display:none;
	position:absolute;
	top:40px;
	bottom:60px;
	left:0;
	right:1;
	z-index:1000;
	background-color:rgb(255,255,255);
	overflow:scroll;
	width:100%;
}
.dbzg-menu a{
	text-decoration:none;
	color:rgb(83,83,83);
	background-color:rgb(249,249,249);
	width:90%;
	border-radius:5px;
	padding:8px 0;
	border:1px solid rgb(225,225,225);
	display:block;
	font-size:12px;
}
.dbzg-menu-select a{
	background-color:rgb(223,58,64) !important;
	color:rgb(255,255,255);
	border:1px solid rgb(223,58,64) !important;
}
.dbzg-menu div{
	text-align:center;
	font-size:16px;
	padding:10px 0 20px 0;
}
.dbzg-menu ul{
	text-align:center;
}
.dbzg-menu ul li{
	width:32%;
	margin:5px 2px;
	text-align:center;
	display:inline-block;
}
.dbzg-menu-2{
	background-color:rgb(247,247,247);
}
/*****************首页***************/
.sy{
	padding-bottom:80px;
	background-color:rgb(247,247,247);
}
.sy a{
	text-decoration:none;
	color:rgb(83,83,83);
}
.sy-1{
	background-color:rgb(255,255,255);
}
.sy-1 ul{
	right:20px;
	margin-top:-30px;
	position:absolute;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.sy-1 ul li{
	list-style-type:none;
	padding:3px;
	//background-color:rgb(120,101,99);
	border:2px solid rgb(255,255,255);
	border-radius:50%;
	display:inline-block;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe img{
	width:100%;
}
.sy-2{
	background-color:rgb(255,255,255);
}
.sy-2 ul{
	text-align:center;
	width:100%;
	font-size:10px;
	height:80px;
	padding-top:10px;
}
.sy-2 ul li{
	display:inline-block;
	list-style-type:none;
	width:25%;
	float:left;
}
.sy-2 ul li img{
	display:inline-block;
	width:50px;	
    margin-bottom: 5%;
}
.sy-2 ul li a{
	position: relative;
}
.sy-2 ul li  a .hot_ico {
	display: block;
	width: 74px;
	height: 20px;
	background: url(../images/new/hot_ico.png) no-repeat center center;
	position: absolute;
    background-size: 50%;
    right: -47px;
    top: -43px;
}
.sy-3{
	background-color:rgb(255,255,255);
	font-size:0px;
	padding:10px 0 0 0;
}
.sy-3 img{
	width:100%;
}
.sy-4{
	font-size:14px;
	color:rgb(55,55,55);
	background-color:rgb(247,247,247);
}
.sy-4>div:nth-child(1),.sy-4>div:nth-child(3){
	padding:10px;
	font-weight:800;
}
.sy-4>div:nth-child(2){
	text-align:center;
	padding:0 5px;
}
.sy-4>div:nth-child(2) a:nth-child(1){
	float:left;
}
.sy-4>div:nth-child(2) a:nth-child(3){
	float:right;
}
.sy-4>div:nth-child(2) a{
	display:inline-block;
	text-align:center;
	width:32%;
}
.sy-4>div:nth-child(2) a img{
	width:100%;
}
.sy-4>a{
	display:block;
	padding:10px;
	font-weight:800;
}
.sy-4>a span:nth-child(2){
	float:right;
	color:rgb(181,178,175);
}
.sy-4>a span:nth-child(2) img{
	height:14px;
	float:right;
	margin:2px 0 0 10px;
}
.sy-5{
	font-size:0px;
	border-top:1px solid rgb(225,225,225);
	background-color:rgb(255,255,255);
	overflow:hidden;
	border-bottom:1px solid rgb(225,225,225);
}
.sy-5 img{
	width:100%;
}
.sy-5-a{
	width:50%;
	float:left;
	margin-left:-1px;
	border-right:1px solid rgb(225,225,225);
}
.sy-5-b{
	width:50%;
	overflow:hidden;
}
.sy-5-b>a:nth-child(1) div{
	overflow:hidden;
}
.sy-5-b>a:nth-child(2) img{
	border-top:1px solid rgb(225,225,225);
}

.sy-6{
	padding:20px 10px;
	background-color:rgb(247,247,247);
}
.sy-6-title{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:800;
	color: rgb(83,83,83);
}
.sy-6-content{
	background-color:rgb(255,255,255);
	box-shadow:0px 2px 2px rgb(234,234,234);
	margin-bottom:20px;
	text-align:center;
}
.sy-6-content-1{
	background:url(../images/new/sy_22.png);
}
.sy-6-content-2{
	background:url(../images/new/sy_24.png);
}
.sy-6-content-3{
	background:url(../images/new/sy_25.png);
}
.sy-6-content>span{
	width:34px;
	font-size:10px;
	display:block;
	padding:2px 3px 2px 1px;
	position:absolute;
	color:rgb(255,255,255);
	background-size:100% 100%;
	margin-top:-2px !important;
}
.sy-6-content>span:nth-child(1){
	margin:0 0 0 5px;
}
.sy-6-content>span:nth-child(2){
	margin:0 0 0 45px;
}
.sy-6-content>span:nth-child(3){
	margin:0 0 0 85px;
}
.sy-6-content>img{
	width:100%;
}
.sy-6-content-info{
	padding:10px 5px;
	line-height:20px;
	color:rgb(77,77,77);
}
.sy-6-content-info>div{
	font-size:12px;
}
.sy-6-content-info>div span:nth-child(1){
	font-size:15px;
	display:block;
	font-weight:600;
}
.sy-6-content-info>div span:nth-child(2){
	font-size:12px;
	display:block;
}
.sy-7{
	text-align:center;
	font-size:10px;
	color:rgb(83,83,83);
}
.sy-7 a{
	color:rgb(220,99,108);
}
/*****************修改密码-验证身份***************/
.xgmm{
	text-align:center;
	padding-bottom:80px;
}
.xgmm a{
	text-decoration:none;
	color:rgb(255,255,255);
	background-color:rgb(235,54,68);
	padding:10px 40px;
	border-radius:6px;
}
.xgmm-1{
	text-align:center;
	height:30px;
	color:rgb(68,68,68);
	font-weight:800;
	margin:50px 0 30px 0;
}
.xgmm-1>span{
	margin:0 auto;
}
.xgmm-1>span img{
	height:30px;
	position:absolute;
	
}
.xgmm-1>span span{
	margin-left:40px;
	line-height:30px;
}
.xgmm-2-a,.xgmm-2-b{
	width:60%;
	text-align:left;
	margin:10px auto;
	font-size:12px;
	color:rgb(101,101,101);
}
.xgmm-2-a input,.xgmm-2-b input{
	margin-right:10px;
}
.xgmm-3{
	margin:30px 0;
}
.xgmm-4 div:nth-child(1),.xgmm-4 div:nth-child(3){
	color:rgb(235,54,68);
	font-size:10px;
	text-align:left;
	padding:5px 15px;
}
.xgmm-4 div:nth-child(2){
	padding:0 10px;
}
.xgmm-4 div:nth-child(2) input{
	border:1px solid rgb(225,225,225);
	width:94%;
	border-radius:6px;
	padding:10px 2%;
	color:rgb(101,101,101);
	font-size:14px;
}
.xgmm-5{
	margin:30px 0;
}
.xgmm-6{
	padding-left:5%;
	text-align:left;
}
.xgmm-7 input{
	border:1px solid rgb(225,225,225);
	width:86%;
	padding:10px 2%;
	margin:10px 0;
	border-radius:6px;
	color:rgb(181,178,175);
}
/*****************未找到该商品***************/
.wzdsp{
	padding:8% 5%;
	font-size:14px;
	color:rgb(83,83,83);
}
.wzdsp a{
	text-decoration:none;
	color:rgb(44,115,156);
}
.wzdsp div{
	margin-top:5%;
}
/*****************加载更多***************/
.loading-a{
	text-decoration:none;
}
.loading-btn{
	color: rgb(74,64,64);
    background-color: rgb(245,245,245);
    width: 200px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0px 2px 2px rgb(193,193,193);
}
.loading-btn img{
	width:14px;
}
/*****************首页和展馆页搜索***************/
a{
	-webkit-tap-highlight-color:transparent;
}
.sy_search{
	padding: 6px;
	margin: 0 auto;
	text-align: center;
	/*width: 84%;*/
	width: 92%;
	position: relative;
	opacity: 0.8;
}
.input_search input{
	font-size:16px;
	border:1px solid #d5d5d5;
	color: #aaa8a8;
	border-radius: 7px;
	outline: 0;
}
.sy_search input{
	height:22px;
	width:100%;
	padding:5px;
	margin-left: -5px;
}
.input_search:after{
	 display: inline-block;
	 content: "";
	 width: 47px;
	 height: 45px;
	 vertical-align: middle;
	 background: url(../images/new/search_ico.png) no-repeat center center;
}
.sy_search:after{
	/*background-size: 47%;*/
	background-size: 50%;
    position: absolute;
    right: -5px;
    top: 0px;
}
.pavilion_search{
	position: relative;
	margin-top: 4px;
	margin-left: -53px;
}
.pavilion_search input{
	height:30px;
	width:100%;
	padding: 0 10px 0 10px;
}
.pavilion_search:after{
	background-size: 55%;
    position: absolute;
    right: -26px;
    top: -7px;
}
.search_head{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
	line-height: 42px;
}
.ico{
	display: inline-block;
	width: 47px;
	height: 40px;
	vertical-align: middle;
}
.search_head .back_ico{
	background: url(../images/back_ico.png) no-repeat center center;
	background-size: 50%;
	float: left;
	margin-top: 3px;
}
.search_head .search_ico{
	background: url(../images/search_ico.png) no-repeat center center;
	background-size: 60%;
	float: right;
	outline: 0;
	margin-top: 3px;
}
.search_head input[type="text"]{
	font-size:16px;
	padding:5px 10px 5px 10px;
	border:1px solid #d5d5d5;
	color: #5c5c5c;
	border-radius: 7px;
	outline: 0;
	height:22px;
	width:60%;
	vertical-align: middle;
	line-height: 22px;
}
/*.search_name::-webkit-input-placeholder {
  color: #aaa8a8;
}
.search_name::-moz-placeholder {
  color: #aaa8a8;
}
.search_name::-ms-input-placeholder {
  color: #aaa8a8;
}​*/

/*****************搜索结果页***************/
.head_box{
    width:100%;
	height:40px;
	color:rgb(255,255,255);
	background-color:rgb(223,58,64);
	text-align:center;
	padding-top: 5px;	
}
.head_box .back_ico{
	background: url(../images/new/head_01.png) no-repeat center center;
	background-size: 64%;
	float: left;
	margin-top: -3px;
}
.head_box .search_ico{
	background: url(../images/new/search_ico.png) no-repeat center center;
	background-size: 55%;
	position: absolute;
    right: -25px;
    top: -3px;
}
.head_box .search_content{
	position: relative;
	margin-left: 47px;
    margin-right: 30px;
}
.head_box .search_content input{
	font-size:16px;
	padding:0 10px 0 10px;
	border:1px solid #d5d5d5;
	color: #aaa8a8;
	border-radius: 7px;
	outline: 0;
	height:32px;
	width:100%;
	vertical-align: middle;
	line-height: 32px;
	outline: 0;
}
.content_box{
	clear: both;
}
.content_box .search_info{
	width: 100%;
	height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.hide{
	display: none;
}
.content_box .search_info span.info_red{
	color: #c23039;
}
.sort_box{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #d5d5d5;
	line-height: 40px;
	text-align: left;
	color: #818181;
	clear: both;
}
.sort_box .sort_name:nth-child(2){
	margin-left: -4px;
}
.sort_box .sort_name:nth-child(3){
	margin-left: -4px;
}
.sort_box .sort_name{
	display: inline-block;
	width: 33%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #818181;
	margin-right: 0;
	-webkit-tap-highlight-color:transparent;
}

.sort_box .sort_name.on{
	color: #c23039;
}
.sort_box .sort_name.down{
	color: #c23039;
}
.sort_box .sort_name.on.sort_ico:after{
	 display: inline-block;
	 content: "";
	 width: 10px;
	 height: 14px;
	 padding-right: 10px;
	 padding-top: 25px;
	 vertical-align: top;
	 background: url(../images/new/sort_ico.png) no-repeat center center;
	 background-size: 42%;
}
.sort_box .sort_name.down.sort_ico:after{
	display: inline-block;
    content: "";
    width: 10px;
    height: 14px;
    padding-right: 10px;
    padding-top: 25px;
    vertical-align: top;
    background: url(../images/new/sort_ico_down.png) no-repeat center center;
    background-size: 42%;
}
/*.more{
	display: block;
	width:106px;
	height: 103px;
	margin: 20px auto 0;
}
.more img{
	width: 100%;
}*/

/*消息通知*/
.inform{
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	box-sizing: border-box;
	margin-top: -2%;
}
.inform_ico{
	width: 30px;
    height: 30px;
    background: url(../images/new/inform_ico.png) no-repeat center center;
    background-size: 96%;
}
.inform span{
	display: inline-block;
	font-size: 14px;
	color: #5f5f5f;
	vertical-align: middle;
}
.inform span strong{
	color: #151514;
	font-weight: normal;
}