/**
 ** line_detail.css
 * */

 .line-summary {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	padding-right: 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.line-summary>.line-summary-l {
	float: left;
	width: 490px;
}

.line-summary>.line-summary-l embed {
	height: 300px !important;
}

.line-summary>.line-summary-l .media {
	width: 490px;
	height: 300px;
	margin-bottom: 10px;
}

.line-summary>.line-summary-r {
	float: right;
	width: 650px;
	height: 100%;
	padding-right: 10px;
  min-height: 687px;
  max-height: 747px;
  overflow-y: auto;
}

.line-summary>.line-summary-r .trip-cont img{
	max-width: 100%;
}

.line-summary>.line-summary-r::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.line-summary>.line-summary-r::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e9e9e9;
}
.line-summary>.line-summary-r::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f8f8f8;
}

.line-summary>.line-summary-r>.title {
	line-height: 32px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.line-summary>.line-summary-r>.row {
	font-size: 14px;
	color: #333;
}

.line-summary>.line-summary-r>.row>.col-1 {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
}

.line-summary>.line-summary-r>.row>.col-2 {
	line-height: 30px;
	padding: 5px 0;
	margin-left: 80px;
	color: #999;
}

.line-summary>.line-summary-r>.price-cont {
	padding: 10px 0 10px 20px;
	background-color: #f8f8f8;
	margin-top: 10px;
}

.line-summary>.line-summary-r>.price-cont>.col-2 {
	margin-right: 110px;
	color: #ff762c;
	font-size: 14px;
}

.line-summary>.line-summary-r>.price-cont>.col-2 strong {
	font-size: 22px;
}

/* .line-summary>.line-summary-r>.price-cont>.btn {
	float: right;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	background-color: #ff762c;
	color: #fff;
	font-size: 16px;
}

.line-summary>.line-summary-r>.price-cont>.btn:hover {
	opacity: 0.9;
} */

/* .line-summary>.line-summary-r>.tags {
	margin-bottom: 10px;
} */

.line-summary>.line-summary-r>.tags .promotion{
	display: inline-block;
	position: relative;
	padding: 1px 18px 1px 5px;
	color: #ff762c;
	border: 1px solid #ff762c;
  border-radius: 2px;
}

.line-summary>.line-summary-r>.tags .promotion .icon{
	position: absolute;
	top: 6px;
	right: 4px;
	width: 10px;
	height: 10px;
	background: url(../imgs/down.png) center no-repeat;
	background-size: contain;
}

.line-summary>.line-summary-r>.tags .promotion-info{
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;
	width: 250px;
	padding: 10px 15px;
	color: #666;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
	box-sizing: border-box;
	cursor: default;
}

.line-summary>.line-summary-r>.tags .promotion-info ul{
	position: relative;
}

.line-summary>.line-summary-r>.tags .promotion-info ul:before,
.line-summary>.line-summary-r>.tags .promotion-info ul:after{
	position: absolute;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	margin-left: -4px;
	border-width: 0 8px 8px;
	border-style: solid;
}

.line-summary>.line-summary-r>.tags .promotion-info ul:before{
	top: -18px;
	border-color: transparent transparent #eee;
	z-index: 1000;
}

.line-summary>.line-summary-r>.tags .promotion-info ul:after{
	top: -17px;
	border-color: transparent transparent #fff;
	z-index: 1001;
}

.line-summary>.line-summary-r>.tags .promotion-info li{
	margin-bottom: 5px;
}

.line-summary>.line-summary-r>.tags .promotion-info p{
	padding-bottom: 4px;
	color: #999;
}

.line-summary>.line-summary-r>.tags span{
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	margin-bottom: 5px;
	color: #ff762c;
	border: 1px solid #ff762c;
	box-sizing: border-box;
	border-radius: 2px;
	white-space: nowrap;
}

.line-summary>.line-summary-r>.tags span.poin{
	color: #f4a00d;
	border-color: #f4a00d;
}

.line-summary>.line-summary-r>.tags span.coupon{
	color: #f73e3e;
	border-color: #f73e3e;
}

.line-summary>.line-summary-r>.tags .tag {
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
}

.line-summary>.line-summary-r>.tags .tag-blue {
	border-color: #52CCFF;
	color: #52CCFF;
}

.line-summary>.line-summary-r>.tags .tag-red {
	border-color: #F27EA3;
	color: #F27EA3;
}

.line-summary>.line-summary-r>.tags .tag-orange {
	border-color: #FF9743;
	color: #FF9743;
}

.line-summary>.line-summary-r>.tags .tag-green {
	border-color: #70D380;
	color: #70D380;
}

.line-summary>.line-summary-r .fromcitys>span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #ddd;
	margin: 0 3px 3px 0;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
}

.line-summary>.line-summary-r .line-trip-summary {
	position: relative;
	max-height: 92px;
	overflow: hidden;
}

.line-summary>.line-summary-r .line-trip-summary .show-more {
	display: none;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 10;
	width: 80px;
	background-color: #eee;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

.line-summary>.line-summary-r .line-trip-summary .show-more:hover {
	background-color: #535D63;
	color: #fff;
}

/*.line-summary>.line-summary-r .line-trip-summary .show-more:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-width: 5px;
	border-color: #999 transparent transparent transparent;
	border-style: solid dashed dashed dashed;
	vertical-align: middle;
	margin-left: 5px;
}*/

.line-summary>.line-summary-r .line-trip-summary .show-more:hover:after {
	border-color: #fff transparent transparent transparent;
}

.line-summary>.line-summary-r .line-trip-summary .hide-more:after {
	border-color: transparent transparent #999 transparent;
	border-style: dashed dashed solid dashed;
	vertical-align: 2px;
}

.line-summary>.line-summary-r .line-trip-summary .hide-more:hover:after {
	border-color: transparent transparent #fff transparent;
	border-style: dashed dashed solid dashed;
}

.line-summary>.line-summary-r .line-trip-summary .item {
	line-height: 30px;
	display: flex;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.line-summary>.line-summary-r .line-trip-summary .item .day {
	font-size: 14px;
	color: #535D63;
	margin-right: 10px;
	float:left;
}

.line-summary>.line-summary-r .line-trip-summary .item .title {
	position: relative;
	/* padding: 3px 5px; */
	/* border: 1px solid #DDDDDD; */
	/* margin-right: 10px; */
	background-color: #fff;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	width: 82%;
	float:left;
}

.line-summary>.line-summary-r .line-trip-summary .item i {
	margin-right: 5px;
	font-style: normal;
	color: #aaa;
	font-family: 'Simsun';
	font-weight: bold;
}

.line-summary>.line-summary-r .line-trip-summary .item:last-child i {
	display: none;
}

.line-summary>.line-summary-r .line-trip-summary .ls-right {
	float: right;
	width: 701px;
}

.line-summary>.line-summary-r .trip-cont>h4 {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
}

.line-summary>.line-summary-r .trip-cont>h4:after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 3px;
	height: 16px;
	background-color: #0E92F4;
}

.line-summary>.line-summary-r .trip-cont>.body {
	line-height: 28px;
	color: #666;
	font-size: 13px;
}

.m-calendar {
	float: left;
	position: relative;
	width: 490px;
	border: 1px solid #0E92F4;
	margin: 0 auto;
	/* calendar body */
}

.m-calendar .line-l {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background-color: #0E92F4;
	font-size: 0;
}

.m-calendar .line-r {
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background-color: #0E92F4;
	font-size: 0;
}

.m-calendar .line-b {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #0E92F4;
	font-size: 0;
}

.m-calendar .calendar-month {
	height: 45px;
	background-color: #0E92F4;
	font-size: 0;
	text-align: center;
}
.m-calendar .calendar-month li {
	display: inline-block;
	width: 110px;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: pointer;
}

.m-calendar .calendar-month li.active {
	background-color: #fff;
	color: #000;
}

.m-calendar .calendar-month li .month {
	color: #fff;
	font-size: 14px;
}

.m-calendar .calendar-month li.active .month {
	color: #000;
}

.m-calendar .calendar-month li .price {
	color: #f60;
	font-size: 13px;
}

.m-calendar .calendar-month li .none {
	color: #ccc;
	font-size: 12px;
}

.m-calendar .calendar-week {
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.m-calendar .calendar-week li {
	float: left;
	width: 70px;
}

.m-calendar .calendar-week li:last-child {
	border-right: 0;
}

.m-calendar .calendar-date:after {
	content: "";
	display: block;
	clear: both;
}

.m-calendar .calendar-date li {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	padding: 5px;
	outline: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-calendar .calendar-date li.valid {
	background-color: #FEFEE6;
	cursor: pointer;
}
.m-calendar .calendar-date li.add-height {
	height: 78px;
}
.m-calendar .calendar-date li.invalid .tips {
	display: block;
}

.m-calendar .calendar-date li.invalid {
	background-color: #f8f8f8;
	color: #999;
}

.m-calendar .calendar-date li.selected {
	background-color: #FFA833;
	outline: 1px solid #FFA833;
}

.m-calendar .calendar-date li.selected>* {
	color: #fff !important;
}

.m-calendar .calendar-date li.today .date {
	font-size: 12px;
	color: #096;
}

.m-calendar .calendar-date li .date {
	font-size: 14px;
	text-align: left;
}

.m-calendar .calendar-date li .number {
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 100%;
	height: 16px;
	color: #339900;
	font-size: 12px;
	text-indent: 5px;
	text-align: left;
}
.m-calendar .calendar-date li.add-height .number {
	bottom: 35px;
}

.m-calendar .calendar-date li .team-end-num {
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 100%;
	height: 16px;
	color: #339900;
	font-size: 12px;
	text-indent: 5px;
	text-align: left;
}
.m-calendar .calendar-date li .price {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 16px;
	color: #f60;
	font-size: 12px;
	text-indent: 5px;
	text-align: left;
}

.m-calendar .calendar-date li .badge {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 28px;
	height: 16px;
	line-height: 16px;
	padding: 0 2px;
	background-color: #f60;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	overflow: hidden;
}

.m-calendar .calendar-date li .tag-span {
	position: absolute;
	top: -1px;
	right: -1px;
	color: #fff;
	padding: 1px 4px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.m-calendar .calendar-date li .tag-zanman {
	background-color: #d60;
}
.m-calendar .calendar-date li .tag-manyuan {
	background-color: #ddd;
}

.m-calendar .calendar-date li .tips {
	display: none;
	position: absolute;
	left: -1px;
	top: 59px;
	z-index: 1;
	width: 360px;
	height: 100px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #FFDCAF;
	background-color: #fff;
	text-align: left;
}

.m-calendar .calendar-date li .tips:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 29px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #FFDCAF transparent;
}

.m-calendar .calendar-date li .tips:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 30px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
}

.m-calendar .calendar-date li .tips .hd {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #FFDCAF;
	color: #444;
}

.m-calendar .calendar-date li .tips .hd span {
	float: left;
	width: 120px;
	font-size: 12px;
}

.m-calendar .calendar-date li .tips .hd span em {
	font-style: normal;
	color: #f60;
}

.scroll-wrapper {
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.scroll-wrapper>.scroll-pagination {
	width: 1200px;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
}

.scroll-wrapper>.scroll-pagination>li {
	float: left;
	height: 55px;
	padding: 0 20px;
	/* margin: 0 20px; */
	color: #666;
	cursor: pointer;
	font-size: 16px;
}

.line-summary>.line-summary-r>.price-cont .right-box {
	float: right;
	padding-right: 20px;
	padding-top: 11px;
	font-size: 14px;
	cursor: default;
}

.line-summary>.line-summary-r>.price-cont .right-box span{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
	cursor: pointer;
}

.line-summary>.line-summary-r>.price-cont .right-box i{
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.line-summary>.line-summary-r>.price-cont .right-box .download .icon{
	background-image: url(../imgs/download.png);
}

.line-summary>.line-summary-r>.price-cont .right-box .not{
	color: #ccc;
	cursor: not-allowed;
}

.line-summary>.line-summary-r>.price-cont .right-box .not .icon{
	width: 22px;
  height: 22px;
  margin-top: 1px;
	background-image: url(../imgs/disload.png);
}

.line-summary>.line-summary-r>.price-cont .right-box .print .icon{
	margin-right: 3px;
	background-image: url(../imgs/print.png);
}

.line-summary>.line-summary-r>.price-cont .right-box span:hover{
	color: #0E92F4;
}

.line-summary>.line-summary-r>.price-cont .right-box .not:hover{
	color: #ccc;
}

.scroll-wrapper>.scroll-pagination>li.active {
	position: relative;
	color: #0E92F4;
}

.scroll-wrapper>.scroll-pagination>li.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #0E92F4;
}

.scroll-container>.scroll-section {
	padding: 0 20px;
	border-bottom: 1px dashed #eee;
}

.scroll-container>.scroll-section>h4 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.scroll-container>.scroll-section>.desc {
	margin-bottom: 20px;
	color: #404040;
	font-size: 14px;
	line-height: 24px;
}

.scroll-container>.scroll-section>.line-trip-detail {
	position: relative;
	margin-top: 20px;
	background-color: #fff;
}

.scroll-container>.scroll-section>.line-trip-detail>.scroll-pagination {
	position: absolute;
	left: -100px;
	top: 0;
	width: 60px;
}

.scroll-container>.scroll-section>.line-trip-detail>.scroll-pagination>li {
	width: 60px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #B7B7B7;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.scroll-wrapper>.scroll-pagination .btn {
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 8px;
	text-align: center;
	background-color: #ff762c;
	color: #fff;
	font-size: 16px;
}

.scroll-wrapper>.scroll-pagination .btn:hover {
	opacity: 0.9;
}

.scroll-container>.scroll-section>.line-trip-detail>.scroll-pagination>li.active {
	background-color: #0E92F4;
	color: #fff;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .head {
	background-color: #eee;
	line-height: 45px;
	padding-right: 20px;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .head .day {
	float: left;
	width: 85px;
	height: 45px;
	line-height: 45px;
	background-color: #0E92F4;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .head h5 {
	margin-left: 95px;
	color: #404040;
	font-size: 16px;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .body {
	padding: 20px 10px;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .body .uniterm {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .body .uniterm .icon20 {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	background-image: url(../imgs/icon_trip.png);
	background-repeat: no-repeat;
}

.scroll-container>.scroll-section>.line-trip-detail .day-box .body .uniterm p {
	margin-left: 30px;
}

.scroll-container>.scroll-section>.line-trip-detail .icon20-flag {
	background-position: 0 0;
}

.scroll-container>.scroll-section>.line-trip-detail .icon20-room {
	background-position: 0 -20px;
}

.scroll-container>.scroll-section>.line-trip-detail .icon20-can {
	background-position: 0 -40px;
}

.scroll-container>.scroll-section>.line-trip-detail .icon20-flight {
	background-position: 0 -60px;
}

.scroll-container>.scroll-section>.line-trip-detail .icon20-bus {
	background-position: 0 -80px;
}

.scroll-container>.scroll-section>.line-trip-detail .trip-picture ul {
	width: 100%;
	padding-top: 5px;
}

.scroll-container>.scroll-section>.line-trip-detail .trip-picture ul li {
	float: left;
	width: 366px;
	padding: 3px;
	text-align: center;
	color: #404040;
	box-sizing: border-box;
}

.scroll-container>.scroll-section>.line-trip-detail .trip-picture ul li img {
	width: 100%;
	height: 240px;
	padding: 4px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.scroll-container>.scroll-section:last-child {
	border: 0;
}

.icon16-word {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 7px;
	margin-right: 5px;
	background-image: url(../imgs/icon_word.png);
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.list-text2 li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

/* Plans order */
.plans-order{
	position: relative;
  /* margin-bottom: 20px;
  padding: 20px; */
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
	height: 0;
	overflow: hidden;
}
.plans-order .col{
	float: left;
}
.plans-order .col-1{
	line-height: 30px;
	padding-top: 16px;
	margin-right: 30px;
	font-size: 14px;
}
.plans-order .col-2 .plan{
	float: left;
	width: 90px;
	height: 90px;
	padding-top: 24px;
	margin-left: 10px;
	text-align: center;
	color: #999;
	background: url('../imgs/icon_calen.png') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	cursor: pointer;
}
.plans-order .col-2 .add-height{
	width: 100px;
	height: 92px;
	padding-top: 14px;
}
.plans-order .col-2 .plan span{
	width: 100%;
	display: inline-block;
}
.plans-order .col-2 .plan .end-num em{
	color: #339900;
}
.plans-order .col-2 .plan .team-end-num em{
	color: #339900;
}
.plans-order .col-2 .plan .price{
	color: #f60;
}
.plans-order .col-2 .plan.active{
	color: #f60;
	background: url('../imgs/icon_calen2.png') center no-repeat;
	background-size: cover;
}
.plans-order .col-3 .btn{
	float: right;
	width: 140px;
  line-height: 48px;
  border-radius: 3px;
  margin: 22px 10px 0 0;
  background-color: #ff762c;
  color: #fff;
  font-size: 16px;
	text-align: center;
}

/** Fill in order **/
.overaly-pop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 101;
}
.fill-info{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 900px;
	background: #fff;
	z-index: 102;
	border-radius: 8px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.fill-info .head{
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #333;
	background: #f5f5f5;
	border-radius: 8px 8px 0 0;
}
.fill-info .head h3{
	float: left;
	font-size: 16px;
	font-weight: normal;
}
.fill-info .head .close{
	float: right;
	width: 19px;
	height: 19px;
	margin-top: 15px;
	background: url('../imgs/pop_close.png') center no-repeat;
	cursor: pointer;
	transition: all .3s;
}
.fill-info .head .close:hover{
	transform: rotate(180deg);
}
.fill-info .body .box{
	padding: 20px 40px;
}
.fill-info .body .box-1 {
	border-bottom: 1px dashed #e6e6e6;
}
.fill-info .body .box .line-title{
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: normal;
	color: #2b83de;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fill-info .body .box .line-info p{
	float: left;
	width: 240px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.fill-info .body .box .line-one {
	display: flex;
	justify-content: space-between;
}
.fill-info .body .box .line-one p{
	float: left;
	width: 180px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.fill-info .body .box .line-one p:last-child{
	width: 300px;
}
.fill-info .body .box .line-info .value{
	color: #333;
}
.fill-info .body .box .line-info .num{
	font-weight: bold;
	color: #ff961b;
}
.fill-info .body .box .name{
	float: left;
	line-height: 30px;
}
.fill-info .body .box .line-info .select{
	display: block;
	max-width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #333;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing: border-box;
}
.fill-info .body .box .line-info .item{
	position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.fill-info .body .box .line-info .item .radio{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.fill-info .body .box .line-info .item label{
	display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #ccc;
  cursor: pointer;
}
.fill-info .body .box .line-info .item .radio:checked + label{
	border-color: #ff961b;
	background: url(../imgs/check_small.png) right bottom no-repeat;
}
.fill-info .body .box .layui-form-pane{
	float: left;
	width: 750px;
}
.fill-info .body .box .layui-form-pane .layui-form-item{
	float: left;
	margin-bottom: 10px;
	clear: none;
}
.fill-info .body .box .layui-form-pane .layui-form-item .layui-inline{
	width: 340px;
	position: relative;
	display: inline-block;
}
.fill-info .body .box .layui-form-pane .layui-form-label{
	display: block;
	float: left;
	width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  color: #666;
	border: 1px solid #e6e6e6;
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #FBFBFB;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.fill-info .body .box .layui-form-pane .layui-form-label span{
	line-height: 30px;
	margin-right: 2px;
	font-size: 14px;
  font-weight: bold;
  color: #ff961b;
}
.fill-info .body .box .layui-form-pane .layui-input-inline{
	display: inline-block;
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: -1px;
	vertical-align: middle;
}
.fill-info .body .box .layui-form-pane .layui-input-inline .inline-box{
	float: left;
  width: 70px;
  height: 28px;
  padding-right: 10px;
  border: 1px solid #e6e6e6;
}
.fill-info .body .box .layui-form-pane input{
	width: 100%;
  height: 28px;
  line-height: 28px;
	padding-left: 10px;
  text-align: right;
  border: none;
	box-sizing: border-box;
}
.fill-info .body .box .layui-form-pane .unit{
	line-height: 30px;
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.fill-info .foot{
	padding: 0 40px 40px;
	margin-top: -20px;
	text-align: right;
}
.fill-info .foot .btn{
	width: 94px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background: #bbb;
	border: none;
	border-radius: 2px;
	transition: background .2s;
	cursor: not-allowed;
	pointer-events: none;
}
.fill-info .foot .btn.enable{
	background: #ff762c;
	cursor: pointer;
	pointer-events: auto;
}
.fill-info .foot .btn.enable:hover{
	opacity: .9;
	filter: alpha(opacity=90);
}

.thumbnail{
	width: 492px;
	height: 300px;
	margin-bottom: 10px;
}
