*{
  padding:0;
  margin:0;
  color:#333333;
}
html,body{
  touch-action:none; 
  touch-action:pan-y; 
  }
.header{
  width:100%;
  height:0.88rem;
  line-height:0.88rem;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.3rem;
}
.content{
  padding:0 0.3rem;
}
a,span{
  display: inline-block;
  text-decoration: none;
}
.back{
  width:0.19rem;
  height:0.34rem;
  position: absolute;
  left:0.3rem;
  top:0.3rem;
}
#kefu{
  position: absolute;
  left:0.3rem;
  top:0rem;
}
.orderinput{
  display: inline-block;
  width:76%;
}
.layui-btn{
  display: inline-block;
  border-radius: 0;
  font-size:0.32rem;
}
.tips{
  display: none;
}
.tips .cc{
  color:red;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
.orderList{
  padding:0 0.3rem;
  margin-top:0.3rem'
}
.orderList .item{
  border: 1px solid #f5f5f5;
  border-radius: 0.16rem;
  margin:0.3rem 0;
}
.orderList .line{
  line-height: 0.4rem;
  padding:0.1rem 0.3rem;
  font-size:0.3rem;
}
.orderList .line span:nth-of-type(1){
  width:1.8rem;
}
.empty{
  text-align: center;
  display: none;
}
.empty img{
  width:4.83rem;
  height:3.47rem;
  margin:0.3rem 0;
}

/* 滑块验证码 */
.capmask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 1;
  overflow:hidden;
}
.container{
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.kuaidi{
  background:none;  
	outline:none;  
	border:none;
  width:3rem;
}
::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 0.3rem;
  
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 0.3rem;
  
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.3rem;
   }
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.3rem;
  }
.item .all{
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  width: 90%;
  margin:10px;
}