.center {
	background-image: url("../images/airline-bg.jpg");
	background-size: cover;
}

.inner-page {
	/* background-color: #f5f5f5;
	margin-top: 10px; */
	text-align: center
}
/* 
*, :after, :before {
    box-sizing: inherit;
}
 */
.main-container {
    transition: margin-left .28s;
    position: relative;
	width: 939px;
	
	/* 设置固定高度滚动 */
    height: calc(100vh - 555px);
    overflow: auto;
    margin-bottom: 12px;

}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.search-box {

	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0 !important;
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.search-box .el-input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: 0;
    text-align: center;
    border-radius: 5px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}
.search-box .input {
	width: 659px;
	height: 40px;
	background: #575757;
	border: 0px solid grey;
	border-radius: 5px
}

.search-box .btn {
	width: 180px;
	line-height: 41px;
	background-color: #00ADBF;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	color: #fff
}

.waybill-info {
	margin-top: 10px;
	text-align: left;
	/* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3); */
	border-radius: 5px;
	padding: 10px 95px;
	
	/* 半透明设置 */	
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0 !important;
}

.waybill-info .title {
	font-weight: 700;
	/* color: #2559fc; */
	color: #b8b6b6;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 10px
}

.waybill-info .content {
	font-weight: 700;
	/* color: #f5f5f5; */
	color: #b8b6b6;
	font-size: 14px;
	padding-left: 17px;
	border-left: 4px solid #5d5d5d
}

.waybill-info .content .line:first-child {
	margin-bottom: 18px
}

.waybill-info .content .item {
	margin-right: 28px
}

.logistics-info {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 15px 123px;
	/* max-height: 506px; */
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
    
    /* 设置固定高度滚动
    height: calc(100vh - 555px);
    overflow: auto;
    margin-bottom: 12px;
     */
	/* 半透明设置 */	
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0 !important;
}

.logistics-info.active {
	max-height: 4000px
}

.logistics-info .step {
	margin-bottom: 5px
}

.logistics-info .step .status {
	width: 228px;
	height: 25px;
	/* background: #efefef; */
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	margin-right: 6px;
	padding-left: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #b8b6b6;
	position: relative;
	font-size: 13px
}

.logistics-info .step .status .line {
	position: absolute;
	width: 1px;
	height: 32px;
	background: #efefef;
	color: #5d5d5d;
	right: 11px;
	top: 24px
}

.logistics-info .step .status:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 13px;
	background-color: #5d5d5d;
	left: 15px;
	top: 6px
}

.logistics-info .step .status:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #5d5d5d;
	right: 6px;
	top: 6px;
	border-radius: 50%
}

.logistics-info .step .detail {
	width: 723px;
	/* background: #f9f9f9; */
	border: 1px solid #f4f4f4;
	border-radius: 3px;
	padding: 0 18px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.logistics-info .step .detail .line {
	margin-top: 10px;
	margin-bottom: 10px;
}

.logistics-info .step .detail .line .item {
	font-size: 12px;
	font-weight: 700;
	color: #b8b6b6;
	margin-right: 23px
}

.logistics-info .step .detail .enclosure {
	margin: 4px 0 0 140px;
	height: 23px;
	background: #efefef;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	line-height: 23px;
	padding: 0 21px;
	font-size: 12px;
	color: #185eb5
}

.logistics-info .step .detail .enclosure a {
	margin-left: 20px;
	cursor: pointer
}

.logistics-info .step .detail .enclosure a:hover {
	text-decoration: underline
}
