/**************************
 ---------订单列表页面样式---------
 --------author:cd-------
 ------date:2019-03-01-----
 *************************/
/*主容器*/
#container{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #ffffff;
}
/*主体内容*/
#content{
   width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
}
#content .order-list{
	/*border-top: 1px solid #ddd;*/
    font-size: 15px;
}
#content .tip-info{
    display: none;
}
.order-title{
    color: rgba(76, 81, 84, 100);
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(187, 187, 187, 100);
    font-weight: 600;
}
/**订单商品列表**/
.order-list a{
    text-decoration: none;
}
/*立即评价*/
.order-list .comment{
    float: right;
    background: #FF7738;
	color: #FFFFFF;
	border: 1px solid #FF7738;
}
td.order-title {
    position: relative;
}
a.orderDetail {
    position: absolute;
    right: 0px;
    padding: 2px 5px;
    border: 1px solid #e57f23;
    border-radius: 3px;
    background: #e57f23;
    color: #fff;
}
.order-list .order-confirm{
	font-size: 15px;
    background:#FFFFFF;
}
.order-list .order-num{
    font-size: 14px;
    background:#FFFFFF;
}
.order-list .order-num .order-num-one{
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
	display: flex;
}
.count{
	color: rgba(76, 81, 84, 100);
	font-size: 16px;
	font-weight: bold;
}
.order-name{
	color: rgba(76, 81, 84, 100);
	font-size: 16px;
	font-weight: bold;
}
.price{
	color: rgba(76, 81, 84, 100);
	font-size: 16px;
	font-weight: bold;
}
.order-bottom{
	display: flex;
	justify-content: flex-end;
}
.order-num-state{
	color: rgba(247, 155, 81, 100);
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 30px;
}
.order-list .order-num .time-i{
	color: #EAC59F;
	margin-right: 6px;
	margin-top: -1.5px;
}

.order-list .order-goods-list{
    /*padding: 0 5px 0 5px;*/
    background: #ffffff;
    border-bottom:1px solid rgba(187, 187, 187, 100);
    margin-bottom: 20px;
	padding-bottom: 20px;
}
.order-list .address{
    color: #AAAAAA;
    font-size: 12px;
    padding: 4px 0;
}
.order-list .order-goods-list .express-info{
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 12px;
}
.order-list .order-goods-list .express-info .express-company{
	margin-right: 10px;
}
.order-goods-list tfoot .total-price{
    color: #FF5C00;
}
.order-goods-list tfoot tr{
    font-size: 14px;
}
.order-list thead td,.order-list tfoot td{
    padding: 10px 10px;
}
.order-goods-list table{
    width: 100%;
}
.order-goods-list .order-goods{
    overflow: hidden;
    cursor: pointer;
	display: flex;
	margin-bottom: 22px;
	margin-top: 28px;
	justify-content: space-between;
}
.property-area{
	display: flex;
	flex-direction: column;
	color: rgba(76, 81, 84, 100);
	font-size: 16px;
	font-weight: bold;
}
.order-top{
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
}
.order-goods-list .order-goods .goods-image img{
	width: 120px;
	height: 120px;
}
/*折扣图片*/
.order-goods-list .order-goods .goods-position{
	position: relative;
}
.order-goods-list .order-goods .goods-position .goods-item-discount-image{
	width: 60px;
	position: absolute;
	top: 12px;
	left: 10px;
}
.order-goods-list .order-goods .goods-position .goods-item-discount-image img{
	width: 100%;
	height: 100%;
}

.top{
	position: fixed;
	top: 0;
}

/*订单顶部导航*/
#myBottomNav{
    z-index: 10;
    width: 1200px;
    /*margin-top: 91px;*/
    display: flex;
    justify-content: space-between;
    text-align: center;
    background: #FFFFFF;
    color: #FFFFFF;
    overflow: hidden;
	margin-top: 40px;
	margin-bottom: 70px;
}
#myBottomNav a{
    text-align: center;
    color: rgba(76, 81, 84, 100);
    display: inline-block;
    float: left;
    text-decoration: none;
    padding: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: bold;
}
#myBottomNav a.current .order-span{
    padding: 0 8px;
    padding-bottom: 12px;
    color: rgba(87, 208, 217, 100);
}
#content .confirm-order{
	border-radius: 8px;
	background-color: rgba(87, 208, 217, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 14px;
	text-align: center;
	text-align: center;
	display: inline-block;
	line-height: 30px;
}
/*交易完成*/
#content .success-order{
	background: #5F79F4;
	color: #FFFFFF;
	border: 1px solid #5F79F4;
}

#content .order-goods-list .total-discount div{
	text-align: right;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#content .order-goods-list .total-goods{
	text-align:left;
	font-size: 15px;
	display: flex;
}
#content .order-goods-list .total-goods .total-counts{
	padding-right:10px;
}
#content .order-goods-list .total-goods .total-counts .total-counts-span{
	/*color: #FF702C;*/
}
#content .order-goods-list .total-goods .total-money .total-money-span{
	color: rgba(76, 81, 84, 100);
	font-size: 16px;
	font-weight: bold;
}
#content .order-goods-list .check-express{
	background:#fff;
	color:#333;
	border-color:#ccc;
}
/*查看订单*/
#content .order-goods-list .order-detail{
	background: #FFFFFF;
	color: #666666;
	border:1px solid #CCCCCC;
}
.total-goods .right{
	display: flex;
    flex-direction: column;
    margin-left: 5px
}
.total-goods .right a{
	color: rgba(126, 136, 140, 100);
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
.total-goods .right a:first-child{
	padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #57D0D9;
    text-align: center;
    border-radius: 10px;
    align-self: center;
}

.pay-mode{
	background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
#qrcode{
	width: 280px;
    height: 280px;
    border-radius: 15px;
    display: inline-block;
}
.code-background{
	background-color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.code-title{
	font-size: 24px;
    color: #666;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.code-title .iconfont{
	font-size: 24px;
}

/*没有更多了*/
.get-more{
}
.weui-loadmore{
	margin: 0px auto;
}
.weui-loadmore_line{
	margin-top: 2em;
}


/*插件样式修改*/
.weui-dialog__bd{
	line-height: 1.5;
	color: #666666;
}
.weui-dialog__btn{
	color: #5F79F4;
}
.weui-dialog__btn:hover{
	color: #5F79F4;
}
.weui-dialog .weui-dialog__btn.default{
	color: #666666;
}
.weui-dialog .weui-dialog__btn.default:hover{
	color: #666666;
}
