@charset "utf-8";
html{font-size: 6.2%;}

html, body, div, span, p, ol, ul, li, i, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, select, button{margin: 0; padding:0;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-font-smoothing:antialiased;-webkit-font-smoothing: antialiased;font-smoothing:antialiased;}

body{
	font:16px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000; 
	margin:0; 
	padding:0; 
	width: 100%;
	background-color: #f1f1f1;
}
p{margin:0;  padding: 0}
img{border:0px;}
a{ color: #000; text-decoration:none; cursor:pointer; outline:none; -webkit-tap-highlight-color:transparent;}
a, area {outline:none; blr:expression(this.onFocus=this.blur())} 
a:hover{ text-decoration:none;}
input,button,select,textarea{outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;-webkit-appearance: none;-moz-appearance:none; font:14px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;}


/*重定义样式*/
.iconfont{font-size: 1.4em; position: relative; }
		
/* 页面加载检测 */
.no-js #loader { display: none; }
.js #loader { position: fixed; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background: #fff url(../img/loader.gif) no-repeat center center;}

/*通用样式*/
#wrap{width: 100%;  max-width: 750px;  min-width:750px; margin:0 auto; min-height:100%; background: #F6F9FF; position: relative; overflow: hidden;}
.mainBox{ width:750px; max-width: 750px; margin:0 auto;} 
.dh-bg {position: absolute; top: 0; left: 0; z-index: 0;}
.dh-bg img{ width: 100%; display: block;}
/* 超出两行显示... */
.line-1,
.line-2,
.line-3{text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.line-2{-webkit-line-clamp: 2; line-clamp: 2;}
.line-3{-webkit-line-clamp: 3; line-clamp: 3;}


.nocontent{padding: 3.4rem 0 1rem 0;min-height: 100vh; background: #fff url(../img/nocontent.png) no-repeat center 1rem; background-size:50%; text-align: center; font-size: .3rem; color: #777;}

.category{width: 100%; background-color: rgba(30,105,241,.90); bottom: 0; margin-top: -50px; position: relative; z-index: 2;}
.category .category-title{background-color: #1E69F1; color: #fff; font-size:24px ; float: left; z-index: 2; font-weight: bold; height: 70px; line-height: 70px; top: -12px; padding: 0 25px; position: relative; box-shadow: 0 0 30px  rgba(0,0,0,0.25);}
.category ul{overflow: hidden; height: 50px; position: relative; z-index: 1; left: -2px; }
.category li{float: left; }
.category li a{color: #fff; position: relative; display: block; padding: 0 28px; margin-top: 14px; border-left: 1px solid rgba(255,255,255,0.2);}
.category li a.cur::after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
}
#breadcrumbs{
	text-align: right;
	position: relative;
	color: #999;
	font-size:13px;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 30px;
	line-height: 40px;
}
#breadcrumbs a{
	font-size:13px;
	padding: 0 5px;
	color: #999;
}
#breadcrumbs a:hover{
	color: #000;
}

/*隐藏input*/
label.bui-radios-label input[type="radio"]{
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
/*自定义radio*/
label.bui-radios-label{
	display: block;
	color: #000;
	font-size: .28rem;
}
label.bui-radios-label .bui-radios{
	border-radius: 50%;
	width: .4rem;
	height: .4rem;
	margin-right: .1rem;
	position: relative;
	top: .08rem;
	display:inline-block;
	box-sizing: border-box;
	background: url(../img/ico09.png) no-repeat;
	background-size: 100%;
	border: 0;
}
/*单选框选中后，自定义radio的样式*/
label.bui-radios-label input[type="radio"]:checked + .bui-radios{
  background: url(../img/ico10.png) no-repeat;
  background-size: 100%;
  border: 0;
  color: #000;
}
label.bui-radios-label input[type="radio"]:disabled + .bui-radios{
  background: url(../img/ico10.png) no-repeat;
  background-size: 100%;
  border: 0;
  color: #000;
}
/* radio end */

.wow{visibility: hidden;}
.block{display: block;}
.hide{ display: none;}
.pull-left{float: left;}
.pull-right{float: right;}
.clear {clear:both; width:100%; *display:inline;}

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-red{color: #FE243D;}
.text-green{color: #0f9a08 !important;}
.text-blue{color: #0052ae;}
.text-grey{color: #888;}


.ulnop{padding: 0; line-height: 22px;}
.ulnop li{list-style: none;}

.form-group{ margin: 0px 0;}
.form-group label{display: block;}
.form-group .form-control{display: block; width: 100%; padding: 8px 15px; background-color: #f5f5f5;}
.form-group select.form-control{box-sizing: border-box; padding: 8px 12px; background-color: #f5f5f5; background:#f5f5f5 url(../img/down.png) no-repeat right 10px center; background-size: 10px; -webkit-appearance: none;/*兼容苹果手机*/}
.form-group textarea.form-control{ display: block; width: 100%; padding: 8px 15px; background-color: #f5f5f5;}

.btn{
  display: block;
  color: #fff;
  font-size: .4rem;
  border: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 100%;
  background: #FE243D;
  cursor: pointer;
  -webkit-tap-highlight-color:transparent
}
.btn:hover{
  color: #fff;
  background: #FE243D;
}
.btn-blue{
  color: #fff;
  background: #1e69f1;  
}
.btn-blue:hover{
  color: #000bff;
  background: #fff;
}
.btn-yellow{
	width: calc(100% - 1rem);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	margin: .2rem .5rem;
	border-radius: .5rem;
  color: #000;
  border: 1px solid #ffdd00;
  background: linear-gradient(0deg, #ffdd00 0%, #fff700 100%);
}
.btn-yellow:hover{
  color: #000;
  border: 1px solid #ffdd00;
  background: linear-gradient(0deg, #ffdd00 0%, #fff700 100%);
}
.btn-black{
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.btn-black:hover{
  color: #fff;
  border: 1px solid #465457;
  background: #465457;
}


/*隐藏窗口*/
.window_hide{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.window_hide.open{
	display: block;
}
.window_hide .content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 550px;
  margin: -300px 0 0 -475px;
  padding: 30px 23px;
  border-radius: 10px;
  background: #fff;
}
.window_hide .close{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  top: 15px;
  right: 15px;
  color: #1E69F1;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.window_hide .close:hover{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 	
	transform:rotate(90deg);
}
.window_hide .close .iconfont{
  font-size: 26px;
	
}

/*分享*/
#bsBox{
   min-height: 420px;
   min-width: 560px;
}
#bsWXBox{
   min-height: 258px;
   min-width: 232px;
}
#bsMorePanel .bFind-wrapper-top{
  height: 26px;
}

.cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 60px;
   margin-top: 20px;
   width: 100%;
}
.cutpage a{
   position: relative;
   overflow: hidden;
   font-size: 12px;
   text-align: center;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   margin: 5px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
.cutpage a.current{
   background: #1e69f1;
   color: #fff;
   border: 1px solid #1e69f1;
}
.cutpage a:hover{
   color: #1e69f1;
   border: 1px solid #1e69f1;
}
.cutpage a.start, .cutpage a.pove, .cutpage a.next, .cutpage a.end{
   line-height: 30px;
   width: 60px;
}

.cutpage a.start,.cutpage a.end{
   display: none;
}
/*设备查询*/
.pc{display: block;}
.mobile{display: none;}




/* 信息提示 */
.info-window{position: absolute; z-index: 9;	width: 100%; height: 100%; top: 0; left: 0;}
.info-window .mask{ position: absolute;	z-index: 8;	width: 100%; height: 100%; top: 0; left: 0;	background-color: rgba(0,0,0,0.8);}
.info-window .info-box{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9; width: 90%;background-color: #fff; border-radius: .2rem; padding: .3rem;}
.info-window .qr-box{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9; }
.info-window .qr-box img{width: 4rem; height: 4rem; display: block;}
.info-window .win-title h1{font-size: .45rem; text-align: center; padding: .2rem 0; color: #eb5a20;}
.info-window .win-title h2{font-size: .35rem; text-align: center; padding: .2rem 0 0;}
.info-window .win-title div{font-size: .28rem; text-align: center; padding: .2rem 0; }
.info-window .info-con {display: flex; justify-content: center; padding: .2rem 0;}
.info-window .btn{  
	width: 70%;
  position: relative;
  background: none;
  overflow: initial;
  margin: .4rem auto .2rem;
  }
.info-window .btn span{
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1rem;
  height: 1rem;
  font-size: .32rem;
  font-weight: bold;
  text-align: center;
  border-radius: .5rem;
  color: #fff;
  background-image: linear-gradient(0deg, 
		#eb5a20 0%, 
		#fe9b72 100%);
 }
.info-window .btn::before{
  content: "";
  position: absolute;
  border-radius: .5rem;
  width: 70%;
  height: 70%;
  background: #eb5a20;
  opacity: .3;
  top: 55%;
  left: 15%;
  filter: blur(12px);
}

/* 分享窗口 */
.share-window{position: absolute; z-index: 9;	width: 100%; height: 100%; top: 0; left: 0;}
.share-window .mask{ position: absolute; z-index: 8;	width: 100%; height: 100%; top: 0; left: 0;	background: rgba(0,0,0,0.8) url(../img/share-bg.png) no-repeat right top; background-size: 100% auto;}


/****** 订单统计 筛选 弹窗添加记录 ********/

.statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20rpx 40rpx 0;
  height: 90rpx;
  font-size: 30rpx;
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0;
}
.statistics .totalprice {
  font-weight: bold;
}

/* 搜索筛选 */
.search-box {
  position: absolute;
  left: 0;
  top: 100rpx;
  z-index: 9;
  width: 100%;
}

.search-con {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  align-items: center;
  padding: 20rpx 10rpx;
}

.search-box .mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}


@media screen and (max-width: 720px) {
	.pc{display: none;}
	.mobile{display: block;}
	html,body{height: 100%; overflow: hidden;}
	#wrap{width: 100%; max-width: 100%;  min-width:100%; height: 100%; margin:0 auto;	background: #fff;}
	.mobile-wrap{
		margin-top: 0px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.mobile-wrap.open{
		overflow: hidden;
	}
	.mainBox{ width: 100%; max-width: 100%;  min-width:100%; margin:0 auto;} 
	
	
	.category{width: 100%; background-color: rgba(30,105,241,.90); bottom: 0; margin-top: 0px; position: relative; z-index: 2;}
	.category .category-title{display: none;}
	.category ul{overflow: hidden; height: 45px; position: relative; z-index: 1; left: -2px;  overflow: auto;white-space:nowrap}
	.category li{float: none; display: inline-block; }
	.category li a{color: #fff; position: relative; display: block; font-size: 14px; padding: 0 20px; margin-top: 11px; border-left: 1px solid rgba(255,255,255,0.2);}
	.category li a.cur::after{
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #fff;
		bottom: -6px;
		left: 50%;
		margin-left: -10px;
	}
	
	
	#footer{
		position: relative;
		background: #fff;
		height: 46px;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	#footer .nav{
		display: flex;
	}
	#footer .nav a{
		width: 25%;
		background: url(../img/1-1.png) no-repeat center 1px;
		background-size: 30px;
		font-size: 10px;
		color: #888;
		text-align: center;
		padding-top: 28px;
	}
	#footer .nav a.nav-2{background-image: url(../img/2-1.png);}
	#footer .nav a.nav-3{background-image: url(../img/3-1.png);}
	#footer .nav a.nav-4{background-image: url(../img/4-1.png);}
	#footer .nav a.nav-5{background-image: url(../img/5-1.png);}

	#breadcrumbs{
		display: none;
		text-align: right;
		position: absolute;
		right: 0;
		top: 10px;
		color: #999;
	}
	#breadcrumbs a{
		padding: 0 5px;
		color: #999;
	}
	#breadcrumbs a:hover{
		color: #000;
	}
	
	.window_hide{
	  display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 10;
	  width: 100%;
	  height: 100%;
	  background: rgba(0,0,0,0.7);
	}
	.window_hide .content{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 38px;
	  border-radius: 0px;
	  background: #fff;
	}
	.window_hide .close{
	  position: absolute;
	  width: 35px;
	  height: 35px;
	  border-radius: 30px;
	  top: 10px;
	  right: 10px;
	  overflow: hidden;
	  filter:alpha(opacity=75); 
	  opacity:0.75;
	  -webkit-transition: all 0.1s ease-in;
	  -moz-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
	}
	.window_hide .close:hover{
	  filter:alpha(opacity=100); 
	  opacity:1;
	}
	.cutpage{
	   margin-top:0px;
	}
	.cutpage a{
	   position: relative;
	   overflow: hidden;
	   font-size: 12px;
	   display: inline-block;
	   width: 30px;
	   height: 30px;
	   line-height: 30px;
	   margin: 5px;
	   background: none;
	   border: 1px solid #ccc;
	}
	.cutpage a.current{
	   background: #1e69f1;
	   color: #fff;
	   border: 1px solid #1e69f1;
	}
	.cutpage a.start, .cutpage a.prev, .cutpage a.next, .cutpage a.end{
	   line-height: 30px;
	   width: 60px;
	}
	.cutpage a.start{
	   display: none;
	}
}
