﻿@charset "utf-8";
/* CSS Document */
/*运单查询-------------------------*/
.c_green{
	color: #40C48A;
}
.c_red{
	color: #F21C1A;
}
.c_222{
	color: #222222;
}
.waybill {
    max-width: 640px;
    margin: 0 auto;
}
.waybill-warp{
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(50, 175, 134, 0.5)), to(#96BFDF));
	padding:1.5rem;
}
.waybill-warp .inner-warp{
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	-webkit-box-shadow:0 0 10px #CCCCCC;  
    -moz-box-shadow:0 0 10px #CCCCCC;  
    box-shadow:0 0 10px #CCCCCC;  
    padding: 13px 10px;
}
.waybill-warp .inner-warp .search-title{
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	position: relative;
}
.waybill-warp .inner-warp .search-title > span{
	display: inline-block;
	width: 24%;
	border-top: 1px solid #CCCCCC;
	height: 4px;
	margin: 0px 5px;
	position: absolute;
	top: 10px;
}
.waybill-warp .inner-warp .search-title > span.line-left{
	left: 0px;
}
.waybill-warp .inner-warp .search-title > span.line-right{
	right: 0px;
}
.waybill-warp .inner-warp .waybill-group{
	background: #F2F2F2;

	line-height: 50px;
	margin-top: 10px;
	padding: 0px 15px;
	border-radius: 5px;
	color: #333333;
	border: 1px solid #F2F2F2;
	position: relative;
	font-size:1.4rem;
}
.waybill-warp .inner-warp .waybill-group input{
	height: 3rem;
	background: none;
	border: none;
	padding-left: 10px;
	font-family: "微软雅黑";
	width: 60%;
	font-size: 1.4rem;
}
.waybill-warp .inner-warp .waybill-group .num-icon{
	width: 50px;
	height: 50px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*background: url(../img/ionicsys.png) 0 0 no-repeat;*/
	/*background-position: -15.5rem -31rem;*/
	display: block;
	position: absolute;
	right: 0px;
	top:0px;
	/*background-size: 35rem;*/
	background-color: #FFFFFF;
}
.waybill-warp .inner-warp .waybill-group .num-icon img{
	width: 40px;
	height: 40px;
	margin: 5px 0px 0px 5px;
}
.waybill-warp .inner-warp .waybill-group.code-group{
	width: 60%;
	float: left;
}
.waybill-warp .inner-warp .code-img{
	width: calc(40% - 32px);
	height: 42px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
}
.waybill-warp .inner-warp .code-img img{
	width: 100%;
	height: 100%;
}
.waybill-warp .inner-warp .search-btn{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
	background: #F21C1A;
	color: #FFFFFF;
	text-align: center;
	border:none;
	border-radius: 5px;
	position: relative;	
}
.waybill-warp .inner-warp .search-btn .icon-img{
	width: 42px;
	height: 42px;
	display: inline-block;
	background: url(../img/order_icon.png) 0 0 no-repeat;
	background-position: -6rem -23.3rem;
	background-size: 16rem;
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -40px;
}
.waybill-warp .inner-warp .search-btn .search-word{
	font-size: 1.4rem;
	margin-left: 20px;
}
.waybill-mess{
	padding: 10px 0px 5px 2rem;
	background: #F8F8F8;
	color: #616161;
	font-size: 1.4rem;
}
.search-type{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 1rem 0;
	background: #FFFFFF;
	font-size: 1.4rem;
}
.search-type .per{
	width: 25%;
	float: left;
	text-align: center;
}
.search-type .per .inner{
	border-right: 1px solid #d9d9d9;
}
.search-type .per .cdd{
	border-right: 0px solid #d9d9d9;
}
.search-type .per .type-img{
	width: 36px;
	height: 36px;
}
/*运单查询-------------------------*/

/*运单查询结果页面---------------------------*/
.search-warp{
	background: #FFFFFF;
	padding: 1rem 2rem;
}
.search-warp .bill-search{
	border: 1px solid #F2F2F2;
	background: #F2F2F2;
	height: 36px;
	width: 100%;
	border-radius: 5px;
}
.search-warp .bill-search input{
	width: calc(100% - 90px);
	float: left;
	height: 36px;
	background: none;
	padding: 0px 15px;
}
.search-warp .bill-search .search-btn{
	width: 60px;
	height: 36px;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(../img/order_icon.png) 0 0 no-repeat;
	background-position: -7.4rem -29.8rem;
	background-size: 20rem;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}
.waybill-search-mess{
	padding: 10px 0px 5px 2rem;
	background: #F8F8F8;
	color: #6B6B6B;
	font-size: 1.4rem;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.search-list{
	padding: 1rem 2rem;	
	background: #FFFFFF;
	color: #8c8b8b;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.search-list .list-img {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(../img/order_icon.png) 0 0 no-repeat;
	background-position: -1.3rem -11.6rem;
	background-size: 20rem;
	margin-bottom: -2px;
	margin-top: -10px;
}
.search-list .list-order-num{
	color: #222222;
	font-size: 1.6rem;
}
.search-list .list-order-per{
	font-size: 1.4rem;
}
.search-list .list-order-per .address{
	display: inline-block;
	max-width: 42%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search-list .list-order-per .icon-img{
	display: inline-block;
	width: 30px;
	height: 12px;
	background: url(../img/icon71.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.search-mess{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #FFFFFF;
	color: #57BDFF;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.6rem;
}
.search-mess .icon-img{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../img/order_icon.png) 0 0 no-repeat;
	background-position: -15.3rem -26.6rem;
	background-size: 20rem;
	margin-bottom: -2px;
}
.waybill-search-mess2{
	padding: 10px 2rem 5px 2rem;
	background: #F8F8F8;
	color: #6B6B6B;
	font-size: 1.4rem;
	border-bottom: 1px solid #d9d9d9;
}
.waybill-search-mess2 .clear-history{
	display: inline-block;
	float: right;
	color: #57BDFF;
}
/*运单查询结果页面---------------------------*/

/*运单详情页面---------------------------*/
.bill-detail{}
.bill-detail .order-num{
	padding: 0.6rem 2rem;
	background: #F21C1A;
	color: #FFFFFF;
}
.bill-detail .detail-address{
	text-align: center;
	background: #FFFFFF;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 1px solid #d9d9d9;
}
.bill-detail .detail-address .address{
	display: inline-block;
	width: 42%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bill-detail .detail-address .icon-img{
	display: inline-block;
	width: 30px;
	height: 12px;
	margin-bottom: 1rem;
	background: url(../img/icon71.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.bill-detail .detail-mess{
	margin-top: 10px;
	padding: 1.5rem 3rem;
	color: #6B6B6B;
	background: #FFFFFF;
	border-bottom: 1px solid #d9d9d9;
}

.bill-detail .detail-con{
	padding: 2rem 0;
	background: #FFFFFF;
	color: #6B6B6B;
}
.bill-detail .detail-con .inner{
	width: 65%;
	margin-left: 35%;
	border-left: 1px solid #d9d9d9;
}
.bill-detail .detail-con .inner .per{
	margin-left: 2rem;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 1rem;
	position: relative;
}
.bill-detail .detail-con .inner .per .det-time{
	margin-top: 0.5rem;
}
.bill-detail .detail-con .inner .per .icon-circle{
	position: absolute;
	left: -2.7rem;
	top: 0px;
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	border: 3px solid #d9d9d9;
	background: #FFFFFF;
}
.bill-detail .detail-con .inner .per .icon-circle.current{
	border: 3px solid #40C48A;
}

.bill-detail .detail-con .inner .per .det-date{
	position: absolute;
	left: -10.2rem;
	top: 0px;
}
.bill-detail .detail-con .inner .per .det-into{
	margin-top: 1rem;
	margin-right: 1rem;
}
.no_inner{
	width: 100%;
	text-align: center;
	display: none;
}
/*运单详情页面---------------------------*/
.Prompt {
    width: 50%;
    margin-left: 25%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 1rem 0;
    position: fixed;
    top: 50%;
    margin-top: -1rem;
    text-align: center;
    border: 1px solid #C5C5C5;
    display: none;
    z-index: 999;
}
.bodybox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 998;
}








