@charset "utf-8";

/*去选购物按钮*/
/*index处的弹窗提醒*/
/*弹窗温馨提醒*/
/*弹出层 start*/
.zhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 3;
}

.tanchu img{
	width: 30px;
  	height: 30px;
  	margin: 0 auto;
  	position: absolute;
  	top: 98px;
  	right: 0;
  	left: 0;
  	bottom: 0;
}
.loading{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size:14px;
	margin-top:20px;
}
.tanchu header{
	padding:30px 19px;
	background: #fff;
}
.tanchu header p{
	font-size: 14px;
	color:#333;
}
.tanchu>footer{
	background: #fff;
	overflow: hidden;
}
.tanchu section span{
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  color: #000;
  box-sizing: border-box;
}
.tanchu section{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  border-top: 1px solid #ccc;
}
.tanchu section span:first-child{
	border-right: 1px solid #ccc;
	background: #fff;
}
.tanchu section span:last-child{
	color: #cc3333;
	background: #fff;
}





/*footer*/
footer{
	width: 100%;
}

/*加载提醒框*/
.tanchu{
	width: 240px;
	height: 150px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -75px;
	background: #fff;
	border-radius: 4px;
	z-index: 4;
}

.loading{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.tanchu img{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 98px;
	right: 0;
	left: 0;
	bottom: 0;
}






/*弹出层 start*/

.layer{
	width:260px;
	position: absolute;
	top:50%;
	left:50%;
	background: #fff;
}
.layer-city{
	height: auto;
/*	border-radius: 6px;*/
	
}
.city-overflow{
	/*height: auto;*/
  	overflow-y: auto;
}
.layer header h4{
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 15px;
	color:#fff;
	background: #cc3333;
}
/*.layer-city header h4{
	
	border-radius: 6px 6px 0 0;
}*/

.layer article{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.layer article p{
	line-height: 16px;
	font-size: 12px;
	color:#b0b0b0;
}
.layer footer{
	padding: 10px;
}
.layer footer span{
	margin-left: 12px;
}
.layer footer .btn-cancel{
	width: 99px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	text-align: center;
	background: #e4e4e4;
	font-size: 15px;
	color:#fff;
	/*new add*/
	border: 1px solid #f73e20;
    color: #f73e20;
   background: none;
}
.layer footer .btn-sure{
	width: 99px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	text-align: center;
	background: #56cef8;
	font-size: 15px;
	color:#fff;
	/*new add*/
	border: 1px solid #f73e20;
    color: #f73e20;
   background: none;
}
.layer footer span a{
	color:#fff;
	display: block;
}

/*dalert*/
.abtn-sure {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 40px;
  background-color: #ddd;
  line-height: 38px;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.loading {
   line-height: 21px;
  text-align: center;
  font-size: 16px;
  margin-top: 34px;
  padding: 10px 20px 20px;
}

/*ico*/
.ico-select{
	position: absolute;
	top: 50%;
	left: -27px;
	margin-top: -8px;
	width: 17px;
	height: 17px;
	background: url(http://img.ddsy.com/c/wap/images/wap/ico-select.png) no-repeat;
	background-size: cover;
}
.ico-select.current{
	background: url(http://img.ddsy.com/c/wap/images/wap/ico-dui.png) no-repeat;
	background-size: cover;
}

.ico-nogoods{
	background: url(http://img.ddsy.com/c/wap/images/wap/sale_empty_list.png) no-repeat;
	background-size:cover;
	width: 73px;
	height: 73px;
	position: absolute;
}



/*无订单提示信息/无地址提示信息*/
.tips {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
}
/*设置城市样式*/
/*.layer-city{
	height: 176px;
}*/

.pt-10{
	padding-top:10px;
}

.top-header {
  height: 48px;
  line-height: 48px;
  position: relative;
}
.top-header span.ico-fanhui {
  position: absolute;
  left: 6px;
  font-size: 14px;
  cursor: pointer;
}


/*微信支付弹出*/
.wx-layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.wx-layer img{
	width: 100%;
}