
.main1 {
	border-radius: 5px;
	width: 1048px;
	height:520px;
	position: relative;
	margin: 80px auto 0 auto;
	background-color: #468D8F;
	opacity: 0.9;
	
}

.main1-header {
	border-radius: 5px;
	//border: 1px solid #eee;
	width: 99.9%;
	height: 50px;
	position: relative;
	margin: 0;
	background-color: #46678f;
}

.icon-add {
	position:absolute;
	left:226px;
	top: 8px;
}

.icon-add-writing {
	text-decoration: none;
	position: relative;
	top:-12px;
	left: 2px;
	font-size: 20px;
}

.icon-add-writing a {
	color: #988484;
	text-decoration: none;
}

.icon-add-img {
	width: 45px;
	height: 45px;
	position: relative;
	top: -3px;
	left: -4px;

}

.icon-add-png {
	width: 35px;
	height: 35px;
}

.conserve {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 8px;
	left:16px;
}

.btn-conserve {
	width: 50px;
	height: 30px;
}

.cancle {
	width: 50px;
	height: 30px;
	position: absolute;
	top:10px;
	right: 0px;
}

.btn-cancle {
	width: 50px;
	height: 30px;
}

.check {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 8px;
	left:120px;
}

.btn-check {
	width: 50px;
	height: 30px;
}

.main1-body {
	border:0px solid red;
	width: 1100px;
	height: 410px;
	position: relative;
	margin: 0px;
}

.trip-record {
	border: 0px solid pink;
	width: 100%;
	height: 310px;
	position: relative;
	color:#fff;
}

.trip-record table {
	width: 100%;
	margin: 0px;
	/*background-color: greenyellow;*/
}

.trip-record table tr {
	width: 100%;
	height: 50px;
	/*background-color: greenyellow;*/
}

.trip-record table tr td {
	width: 100px;
	height: 50px;
	position: relative;
	margin: auto auto;
}

.trip-record table tr td p {
	font-size:16px;
	text-align: center;
}
.seat1 {
	letter-spacing: 13px;
	position: relative;
	left: 9px;
	top:8px;
}

.seat {
	letter-spacing: 7px;
	position: relative;
	left: 5px;
}

.trip-record table tr td ul {
	padding-left: 0;
	overflow: hidden;
}

.trip-record table tr td ul li {
	float: left;
	list-style: none;
	width: 27px;
	height: 27px;
	background: url('../icon/star.png');
}

.trip-record table tr td ul li a {
	display: block;
	width: 100%;
	padding-top: 27px;
	overflow: hidden;
}

.trip-record table tr td ul li.light {
	background-position: 0-26px;
}

.trip-record table tr td input {
	width: 150px;
	height: 25px;
	padding-left:4px;
}

.trip-record table tr td select {
	width: 150px;
	height: 28px;
	text-align: center;
}

.remarks{
	width: 100%;
	height: 100px;
	position: relative;
	top: 50px;
}

#remarks-notes {
	vertical-align: top;
	font-size: 20px;
	margin-left: 20px;
}

.remarks-frame {
	width: 876px;
	height:60px;
	resize: none;
	padding: 5px;
	position:absolute;
	top:10px;
	border:none;
}

.main1-map {
	border: 1px solid green;
	width: 99.9%;
	height: 700px;
	position: relative;
	top: 120px;
	display:none;
}
.ll-itemwrap{
    top:0px;
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    background-color:rgba(0,0,0,0.4);
    display: none;
}



