
img{
    /*width: 100%;
    display: block;*/
}
a{
    color: #000000;
}
a,img,button,input,textarea {
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.tour{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #000000;
    position: relative;
}
.tour1{
    position: absolute;

    left: 2%;
	top:5px;
}
.tour p{
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.tour2{
    position: absolute;
    top:1rem;
    right: 2%;
}
.tour .tour2 .btn{
    background-image: url(../../images/s2/delete.png);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.spxz{
	
	border:1px solid #dcdcdc;
}
.spxz ul{
    width: 100%;
    height: 70px;
}
.spxz ul li {
    display: block;
    float: left;
}
.li1{
    line-height: 70px;
    width: 8%;
    text-align: center;


}
.li2{
    margin-top: 0.5rem;
    width: 18%;
    text-align: center;

}
.li2 img{
    border: 1px solid #dcdcdc;
    padding: 0.1rem;
}
.li3{
    width: 46%;
    
    /*line-height: 30px;*/
    text-align: left;

	margin-left:2%;
	font-size:14px
	
}

.li3B{
    width: 17%;
    
    /*line-height: 30px;*/
    text-align: left;

	 background-color:#993333; float:left;
	line-height:70px;
}
.one{
    color: red;
    border: none;
    outline: none;
    text-align: left;
    /*width: 4rem;*/
	margin:0px;
	padding:0px;
    background-color: white;


}
.li4{
    width: 25%;
	margin-right:1%;
    line-height: 70px;
    text-align: right; 

}
.reduce,.plus{
    padding: 0 0.5rem 0 0.5rem;
    border: 1px solid gainsboro;
}
.num{
    text-align: center;
    width: 2rem;
    border: none;
    outline: none;
}
.footing{
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    z-index:1;
    bottom: 0;
	 height:45px
}
.footing ul{
    width: 100%;
    height: 45px;
    border-top: 1px solid #8a8a8a;
}
.footing ul li{
    display: block;
    float: left;
}
.li5{
    line-height: 45px;
    width: 20%;
    
    text-align: center;
}
.li6{
    width: 60%;
    line-height: 45px;
	background-color:#FFCC66
    
    text-align: center;
}
.li7{
    width: 29%;
    position: absolute;
    right:0;
    margin-right: 20px;
    text-align: center;
    line-height: 45px;
	
}
.li7 button{
    white-space: nowrap;
    width: 100%;
    
    line-height: 35px;
    background-color: green;
    color: #ffffff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 5px;
}
.alert{
    display: none;
    z-index: 111;
    position: absolute;
    top:20%;
    background-color: #ffffff;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
	
}
.theme-popover-mask {
    z-index: 99;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none
}

.address{
    width: 100%;
    height: 70px;
    position: relative;
	font-size:14px;
	
	line-height:25px;
}
.address .daohang{/**/
    position: absolute;
   /* */left: 0;
    top:20px;
	
}
.address .caizhu{
    position: absolute;
    left: 60px;
    top:25px;
    font-size: 14px;
}
.caizhu .person{
    margin-top: -0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caizhu .diqiu{
    margin-top: -1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diqiu{
    margin-top: -1rem;
}
.address .xdz{
    position: absolute;
    right:0%;
    top:1.5rem;
    font-size:28px;
}
.address2{
    width: 100%;
    height: 5rem;
    position: relative;
    display: none;
}
.address2 .daohang{
    position: absolute;
    left: 1rem;
    top:0.5rem;
}
.address2 .caizhu{
    position: absolute;
    left: 5rem;
    top:1rem;
    font-size: 1.3rem;
}