@CHARSET "UTF-8";
body{
	font-size: 0.14rem;
}
.wst-headero ~ .ui-container {
    border-top: 72px solid transparent;
}
.ui-tab{
	position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    top: 42px;
}
.order-tab{
	width: 100%;
	height:30px;
	line-height: 30px;
	padding: 0px;
	background: #fff;
    overflow-x: scroll;
}
.order-tab::-webkit-scrollbar{
	width: 1px;
	height:1px;
	background-color: #ffffff;
}
.order-tab::-webkit-scrollbar-thumb{
	background-color: #ffffff;
}
.wst-headero ~ .ui-container {
    border-top: 72px solid transparent;
}
.item-head{
	padding:10px 0px;
	border-bottom: 1px solid #c5c5c5;
}
.ui-tab-nav li.tab-item{
	font-size: 0.14rem;
	height:30px;
	line-height: 30px;
	min-width: 50px;
	padding: 0px 5px;
	text-align: center;
}
.ui-tab-nav li.tab-curr{
	height: 29px;
	border-bottom:2px solid red;
}
.order-item{
	background: #fff;
	margin-top:6px;
	padding:0px 10px;
	border-bottom:1px solid #e3e3e3;
}
.order-tr{
	text-align: right;
}
.o-status{
	color:red;
}
.o-Img{
	max-width: 60px;
	max-height: 60px;
	width: 60px;
	height: 60px;
	padding-top: 5px;
}
.o-gInfo{
	padding:5px;
}
.o-gName{
}
.o-gSpec{
	color:#ccc;
}
.border-b{
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}
.o-btn-box{
	padding-right: 0px;
}
.o-btn{
	float:right;
	margin-left: 5px;
	font-size: 0.15rem;
	color:red;
	border:1px solid red;
	padding:0 9px;
}
.o-btn:not(.disabled):not(:disabled):active{
	color:red;
}
.o-cancel-btn{
	color:inherit;
	border: 1px solid #000;
}
.o-cancel-btn:not(.disabled):not(:disabled):active{
	color:inherit;
}
/*余额支付*/
.wst-wa-info{
	background: #fff;
	padding:5px 0px;
	margin-bottom:10px;
}
.wst-wa-info .info{
	padding:5px 0px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.wst-wa-info .info span{
	color: red;
}
.wst-wa-info .pay{
	padding:10px;
}
.wst-wa-info .pay input{
	width: 70%;
    padding: 2px 2px 2px 5px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
}
.wst-wa-forget{
	padding-bottom: 20px;
}
.wst-pa-l {
    margin-top: 8px;
}
.wst-pa-l .line {
    border-bottom: 1px solid #edebeb;
}
.wst-pa-l span {
    width: 23px;
    height: 23px;
    display: block;
    margin-right: 6px;
}
.wst-pa-l .weixinpays {
    background: url(../img/icon_zhifu.png) 0px 1px no-repeat;
    background-size: 97%;
}
.wst-pa-l .wallets {
    background: url(../img/icon_zhifu.png) 0px -53px no-repeat;
    background-size: 97%;
}
.wst-pa-l .alipays {
    background: url(../img/icon_zhifu.png) 0px -107px no-repeat;
    background-size: 97%;
}
/*取消订单*/
.ui-dialog-bd{
    font-size: 0.15rem;
}
.cancel-btn-box{
    margin-left:0px;
}


/** 订单详情页 **/

.detail-head{
	border-bottom: 1px solid #eaeaea;
	padding:8px 5px;
	background: #fff;
	margin-top: 5px;
}
.d-uInfo{
	background: #fff;
	height:65px;
	padding:0px 5px;
	margin-bottom: 5px;
}
.d-uname{
	padding:5px 0;
}
.d-utel{
	padding-left:15px;
}
.d-uaddr{
	padding-left:15px;
	color:#9a9a9a;
	padding-bottom: 5px;
	position: relative;
}
.d-uaddr i{
	width: 9px;
    height: 25px;
    display: block;
	position: absolute;
	left:1px;
	top:0;
	background:url(../img/icon_user_adds.png) no-repeat 0px 2px;
	background-size: 100%;
}
.d-goodsitme{
	background: #fff;
	border-bottom: none;
	margin-bottom:5px;
	font-size: 0.11rem;
}
.d-item{
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	padding:7px 5px;
}
.d-item-right{
	color:#b5b5b5;
}
.d-gSpec{
	padding-left:10px;
}
.price{
	color:red;
}
.title{
	font-size: 0.15rem;
	color:#59595c;
}
#detailBox{
    font-size: 0.17rem;
}
#boxTitle{
	background: #fff;
}

/************ 弹出层 ************/
.wst-cover{
	position:fixed;
  	left:0px;top:0px;
 	background-color:#000;
  	width:100%;
  	height:100%;
  	filter:alpha(opacity=60);  /*设置透明度为60%*/
  	opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
  	z-Index:9999;
  	display:none;
}
/*分类弹框*/
.wst-fr-box{
    position: fixed;
	z-index: 9999;
    right:-999px;
	bottom: 0px;
	width:100%;
	min-height:40%;
	background:#f2f2f2;
	font-size: 0.15rem;
}
.wst-fr-box .title,.wst-cart-box .title{
	position: relative;
	padding:6px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.wst-fr-box .title span{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 0.185rem;
}
.wst-fr-box .title i,.wst-cart-box .title i{
	position: absolute;
	right:5px;
	top:-2px;
	font-size: 27px;
}
.wst-fr-box .content{
	background:#f2f2f2;
	overflow: scroll;
}
#reject,#reason{
	height:30px;
}
.o-oListMoney{
	float:left;
	width: 100%;
	text-align: right;
	margin-bottom:3px;
}
.o-oListMoney span{color:red;}

.ui-dialog-bd .ui-dialog-bd-title{
	padding-left:25px;
}
.order-tr .title{
	border:none!important;
}
.wst-btn-dangerlo{
	color: #ffffff;
	font-size: 0.165rem;
	height: 38px;
    line-height: 38px;
	background: #e00102;
    border-radius: 3px;
    border-bottom: 1px solid #e00102;
}
.wst-btn-dangerlo:not(.disabled):not(:disabled):active{
	color:#fff0f0;
	background:#f52f30;
	background-clip: padding-box;
}
.notice{padding: 3px 6px;color: #e55454;}