html,body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*订单查询样式表*/
.orderQueryBox{
	max-width:750px;
	padding:0 10px;
	height:100%;
	position:absolute;
	background-image:url('../images/pageBackground/bg.jpg');
    background-size: 100% 100%;
    background-position:center;
    background-repeat: no-repeat;
}
.formBox{
	height:auto;
	max-width:100%;
	position:relative;
	top:40%;
	background:#313131;
	margin: 0 auto;
	padding:15px;
	border-radius:5px;	
}
.formTitle{
	height:auto;
	width:100%;
	padding:10px 0 15px 0;
}
.formTitle span{
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.formInput{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.formInput input{
	border:1px solid #b5b5b5;
	padding:10px;
	background:transparent;
	text-align:right;
	width:100%;
	margin:12px 0;
	border-radius:5px;
	color:#fff;
	font-size:14px;
}
.formInput button{
	margin-top:15px;
	color:#000;
	font-weight:bold;
	padding:10px 15px;
	border-radius:5px;
	border:0;
	font-size:14px;
}
.formDesc{
	margin-top:25px;
	font-size:12px;
	color:#a8a8a8;
}
.formDesc span{
	display:block;
	text-align:center;
}
.cnDesc{
	margin-top:10px;
}


/*订单详情样式表*/
.orderDetailBox{
	max-width:750px;
	background:#000;
}
.pageTop img,.pageLine img,.pageBottom img{
	width:100%;
	display:block;
}
.orderInfoBox{
	height:auto;
	width:100%;
	max-width:750px;
	padding:10px;
	box-sizing:border-box;
}
.orderInfoTitle{
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
}





.orderBtn{
	width:90%;
	font-size:14px;
	display:flex;
	justify-content:space-between;
	margin:20px auto;
}
.orderBtn span{
	border:1px solid #fff;
	border-radius:4px;
	padding: 4px 10px;
	color:#fff;
}
.more{
	display: flex;
    justify-content: center;
    align-items: center;
    background:#bfbfbf;
    border:0px !important;
    color:#000 !important;
}

.stepsBox{
	padding: 0 10px;
	margin:20px 0;
}

.active{
	color: #000 !important;
	background:#bfbfbf;
    border:0px !important;
}

.orderStatus{
	height:auto;
	width:100%;
	font-size:12px;
	color:#fff;
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:10px;
	box-sizing:border-box;
}
.statusBox{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.statusBtn{
	padding:4px 8px;
	border:1px solid #fff;
	border-radius:5px;
	margin-right:6px;
}

.userInfo{
	height:auto;
	width:100%;
	background:#313131;
	margin-top:10px;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
.userRow{
	font-size:14px;
	color:#fff;
}
.userName{
	margin-right:30px;
}
.userAddr{
	font-size:12px;
	color:#cdcdcd;
	margin-top:2px;
}
.orderInfo{
	margin-top:15px;
}
.orderRow{
	margin:3px 0;
	font-size:12px;
	color:#cdcdcd;
	/*display:flex;*/
	/*justify-content: space-between;*/
}

.orderDetail{
	margin:30px 0 10px 0;
	font-size:12px;
	color:#fff;
}
.orderDetailTitle{
	padding:10px 0;
	display:block;
	font-size:16px;
	color:#fff;
}
.orderDetail table{
	width:100%;
	margin-bottom:15px;
}
.orderDetail table,td,th {
  text-align: center;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.orderDetail table td {
  padding: 10px;
}

.orderPicList{
	height:auto;
	width:100%;
	margin:20px 0 10px 0;
}
.picItem{
	height:240px;
	width:100%;
	background:#313131;
	margin:6px 0;
	overflow:hidden;
}
.picStyle{
	width:100%;
	height:auto;
}


/*vant 强制设置样式*/

/*.van-step {
    color: #fff !important;
}*/
.van-step--horizontal .van-step__circle-container {
	background:#000 !important;
	padding: 0 3px !important;
}

.van-steps {
    background-color: transparent !important;
}
.van-step--finish {
    color: #999 !important;
}
.van-step--horizontal .van-step__icon {
    font-size: 22px !important;
}
.van-step__circle {
    width: 6px !important;
    height: 6px !important;
}
.van-step--horizontal .van-step__line {
    height: 1px !important; 
}