body{background-color:#dfe8e0;}
.tit{font-size:2.01rem;text-align:center;}
.tab-data{width:100%;text-align:center;font-size:2rem;}
.input-date{width:100%;font-size:2rem;}
input:focus{background:#c4f3ab;} 
.btn{font-size:2rem;line-height:2.5rem;width:100%;background-color: #398623;color: #fff;}
label{width:20%;display:inline-block;text-align:center;background-color:#afc0dc;}
input{font-size:2rem;line-height:2.5rem;width:79%;border: 1px solid #ccc;  border-radius: 0.2rem;}
tr:nth-child(2n) {
            background: #ccc;
        }
tr:nth-child(2n+1) {
     background: #FFF;
}
.input-date div {
    margin-bottom: 0.8rem;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.main{
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}
.ship_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.ship_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #165d86;
	left: 20%;
	margin-left: -11px;
}

.ship_tmtimeline > li {
	position: relative;
}

/* The date/time */
.ship_tmtimeline > li .ship_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.ship_tmtimeline > li .ship_tmtime span {
	display: block;
	text-align: right;
}

.ship_tmtimeline > li .ship_tmtime span:last-child {
	font-size: 1.2em;
	color: #03121b;
}

.ship_tmtimeline > li .ship_tmtime span:first-child {
	font-size: 1.6em;
	color: #165d86;
}

.ship_tmtimeline > li:nth-child(odd) .ship_tmtime span:first-child {
	color: #46a4da;
}

.ship_tmtimeline > li .ship_tmlabel {
	margin: 0 0 15px 25%;
	background: #165d86;
	color: #fff;
	padding: 0.8em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 0.8rem;
}

.ship_tmtimeline > li:nth-child(odd) .ship_tmlabel {
	background: #46a4da;
}

.ship_tmtimeline > li .ship_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.ship_tmtimeline > li .ship_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #165d86;
	border-width: 10px;
	top: 10px;
}

.ship_tmtimeline > li:nth-child(odd) .ship_tmlabel:after {
	border-right-color: #46a4da;
}
 
.ship_tmtimeline > li .ship_tmicon {
	width: 10px;
	height: 10px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #afdcf8;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #165d86;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -15px;
}


@media screen and (max-width: 65.375em) {

	.ship_tmtimeline > li .ship_tmtime span:first-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.ship_tmtimeline:before {
		display: none;
	}

	.ship_tmtimeline > li .ship_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.ship_tmtimeline > li .ship_tmtime span {
		text-align: left;
	}

	.ship_tmtimeline > li .ship_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.ship_tmtimeline > li .ship_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.ship_tmtimeline > li:nth-child(odd) .ship_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.ship_tmtimeline > li .ship_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}
p.tit-list {
    font-size: 1.5em;
 	color: blue;
}
span.truck {
    background-image: url('truck.png');
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
 	margin-left: 1rem;
}
span.house {
    background-image: url('cangku.png');
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
 	 margin-left: 2.8rem;
}

