@charset "UTF-8";

.project-nav {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.project-nav li {
	flex: 1;
	line-height: 50px;
	background-color: #fff;
	margin-right: 1px;
	cursor: pointer;
	transition: all 250ms ease;
	height: 50px;
	overflow: hidden;
}

.project-nav li:hover {
	color: #2483c1;
}

.project-nav li:last-child {
	margin: 0;
}

.project-nav.navfixed {
	position: fixed;
	box-shadow: 1px 1px 11px #ccc;
	background-color: white;
	z-index: 2;
	top: 0;
}

.project-nav.navfixed li {
	background-color: #36a7df;
	color: #fff;
}

.project-nav.navfixed li.act {
	color: #36a7df;
	background-color: #fff;
}

#days-nav.navfixed {
	position: fixed;
	z-index: 1;
}

.project .ewa-col-EWA_F_NAME {
	display: none !important;
}



.project .ewa-col-EWA_F_DES {
	font-size: 28px;
	color: #3b3b3b;
	font-weight: 200;
	text-decoration: none;
	padding: 5px 20px;
	background-color: transparent;
}

.project .ewa-col-EWA_V {
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.project .ewa-col-EWA_V * {
	font-size: 16px !important;
	line-height: 1.5 !important;
	width: auto;
}

.project tr.ewa-lf-data-row {
	background-color: transparent;
}

#picbox,
#main {
	position: relative;
}

#picbox::after,
#main::before {
	content: "";
	background-color: #fff;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
	position: absolute;
}

#picbox::after {
	right: 0;
}

#main::before {
	left: 0;
}

#main #EWA_FRAME_MAIN,
#main #Test1,
#main form,
#main .EWA_TABLE {
	height: 100%;
}

#main #EWA_FRAME_MAIN {
	padding-right: 20px;
	background: #fff;
}

#main form {
	position: relative;
	z-index: 1;
}

#main .EWA_TD_L,
#main .EWA_TD_M {
	border-bottom: 1px solid #ddd;
}

#main #GRP_GYAP_NAME {
	height: auto;
	font-size: 20px;
	color: #444444;
	line-height: 36px;
	padding-top: 30px;
	display: block;
}

#main .EWA_TD_B {
	height: 60px;
	text-align: center;
}

#main .IX_BUTTON {
	background-color: #84c225;
	color: #fff;
	height: 45px;
	width: 143px;
	margin: 20px;
	line-height: 43px;
	text-decoration: none;
	padding: 0;
}

#main .IX_BUTTON:hover {
	background-color: darkgreen;
}

.project .ewa-row-PIC {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	min-height: 289px;
	background-color: #fff;
}

.default-head-pic {
	width: 100%;
	height: 100%;
	background-image:
		url(/static/prj/pf/app-2017/imgs/ios-icons/Icon-512.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.project .ewa-row-PIC .EWA_TD_L {
	display: none;
}

.project .ewa-row-PIC .EWA_TD_M {
	width: 100%;
	height: 100%;
	display: block;
}

.project .ewa-row-PIC .EWA_GRID_BG_IMG {
	width: 100%;
	min-height: 220px;
	height: 100%;
	border: 0;
	margin: 0;
	background-size: cover;
}

.project .ewa-frame-merge span {
	float: none !important;
	display: inline;
}

#days {
	position: relative;
}

#days .ewa-lf-data-row {
	min-height: 195px;
	background-color: #fff;
	margin: 0;
	padding: 0 0 15px 0;

}

#days .ewa-lf-data-row[onmouseover] {
	cursor: pointer;
}

#days .ewa-lf-data-row.ewa-lf-mdown,
#days .ewa-lf-data-row.ewa-lf-mdown:hover {
	background-color: #e1f6ff;
}

#days .ewa-lf-data-row[onmouseover]:hover {
	background-color: #fffad8;
}

.days .nopic .ewa-col-PIC {
	display: none;
}

#days .ewa-col-ENQ_JNY_DAY {
	border-bottom: 1px solid #36a7df;
	border-top-left-radius: 6px;
	padding: 0;
}

#days .ewa-col-SERS .ser {
	display: block;
}

#days span#ENQ_JNY_DAY {
	display: inline-block;
	text-align: center;
}


/* 靠左（会影响操作）
#enqCheck {
	position: absolute;
	left: 0;
	top: 0px;
	box-sizing: border-box;
	width: 149px;
	background-color: #eee;
	font-size: 14px;
}
	#enqCheck label[for=_p_all] {
	color: green;
	border-bottom: 1px solid #fff;
	display: block;
}

#enqCheck>div {
	line-height: 30px;
	user-select: none;
}

#enqCheck div {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
}

#days.enq-check>.ewa-lf-frame {
	margin-left: 150px;
	width: calc(100% - 150px) !important;
}
*/
/** 位于上部 **/
#enqCheck {
	position: absolute;
	left: 0;
	top: 0px;
	box-sizing: border-box;
	width: 100%;
	background-color: #eee;
}
#enqCheck label[for=_p_all] {
	color: green;
	border-bottom: 1px solid #fff;
	display: inline-block;
}

#enqCheck>div {
	user-select: none;
	display: inline-block;
	margin-left: 10px;
}

#enqCheck div {
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}

#days.enq-check>.ewa-lf-frame {
	padding-top: 40px;
}
#enqCheck input[type=checkbox] {
	appearance: auto;
}

#days .time-settings,
#days .camp-lessons {
	border-top: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#days .time-settings:empty,
#days .camp-lessons:empty {
	border: 0;
	padding: 0;
}

#days .time-settings .addresses,
#days .time-settings .remark,
#days .camp-lessons .act-item-title,
#days .camp-lessons .act-item-teachers {
	margin-left: 42px;
}

#days .act-item-time {
	font-weight: bold;
}

#days .act-item-time::before {
	font-family: fontawesome;
	content: "\f017";
	color: #ccc;
	padding-right: 3px;
}

#days .ewa-col-ENQ_PIC {
	right: 15px;
	top: 50px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
}

#days .receptions {
	margin-top: 5px;
	border-top: 1px dotted #ccc;
	white-space: normal;
}

#days .receptions div {
	color: green;
	cursor: pointer;
	text-indent: 0;
}

#days .receptions .confirmation {
	color: #333;
}


#days-detail span#ENQ_JNY_DAY {
	width: 155px;
	color: #fff;
	background-color: #36a7df;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

#days-detail .jnydate {
	width: 155px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
	left: -10px;
	top: 0px;
	position: relative;
	background-color: orange;
	text-align: center;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
}

#days-detail .jnydate::before {
	content: "";
	position: absolute;
	width: 30px;
	background: #36a7df;
	height: 70px;
	transform: rotate(15deg);
	transform-origin: top left;
	top: -21px;
	left: -6px;
}

#days-detail .citys {
	position: absolute;
	line-height: 35px;
	height: 35px;
	display: inline-block;
}

#days-detail .citys.no-jny {
	bottom: 0;
	margin-left: 24px;
}

#days-nav.big #ENQ_JNY_DAY {
	margin-bottom: 3px;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}

#days-nav #ENQ_JNY_DAY {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	color: #111;
	margin-bottom: 5px;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}

#days #days-nav #ENQ_JNY_DAY:hover {
	background-color: #36a7df;
	color: #fff;
}

#days #ENQ_JNY_DAY::before {
	content: "第";
}

.enus #days #ENQ_JNY_DAY::before {
	content: "DAY";
}

#days #ENQ_JNY_DAY::after {
	content: "天";
}

.enus #days #ENQ_JNY_DAY::after {
	content: "";
}

#days .ewa-col-CITY_ID {
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent;
	overflow: hidden;
	left: 140px;
	right: 0;
	height: 35px;
	line-height: 35px;
	padding: 0;
}

#days .ewa-col-CITY_ID .no-jny {
	margin-left: 26px;
}

#days .ewa-col-CITY_ID .s1 {
	position: absolute;
}

#days .ewa-col-CITY_ID .fa {
	margin: 0 4px;
	color: #ffba00;
}

#days .ewa-col-SERS {
	position: absolute;
	right: 260px;
	top: 50px;
	width: 150px;
}


#days .nopic .ewa-col-ENQ_PIC {
	display: none;
}

#days .ewa-col-ENQ_JNY_CONTENT,
#days .ewa-col-MEAL,
#days .ewa-col-HOTEL {
	padding-top: 15px;
	margin-right: 265px;
	padding-left: 15px;
	word-break: break-word;
	background-color: transparent;
	display: block;
}
#days .ewa-col-ENQ_JNY_CONTENT #ENQ_JNY_CONTENT_EN {
	text-indent: 0;
	display: block;
	margin-top: 1px solid #eee;
}
#days .ewa-col-ENQ_JNY_CONTENT #ENQ_JNY_CONTENT_EN:empty{
	display: none;
}
#days .have-sers .ewa-col-ENQ_JNY_CONTENT,
#days .have-sers .ewa-col-MEAL,
#days .have-sers .ewa-col-HOTEL {
	margin-right: 380px;
}

#days .ewa-col-HOTEL {
	padding-top: 2px;
}

#days .nopic .ewa-col-ENQ_JNY_CONTENT {
	margin-right: 15px;
}

#days .ewa-col-MEAL,
#days .ewa-col-HOTEL {
	padding-left: 15px;
}

#days .ewa-col-MEAL {
	padding-top: 15px;
}

#days .ewa-col-HOTEL {
	padding-bottom: 15px;
}

#days .ewa-col-HOTEL::before {
	content: "住宿："
}

#days .ewa-col-MEAL::before {
	content: "用餐："
}

@media (max-width : 1024px) {
	#days-nav {
		display: none;
	}

	.project {
		background-color: #fff;
	}
}

@media (max-width : 768px) {
	#days .ewa-col-ENQ_PIC {
		position: static;
		margin: 10px 15px 0 15px;
		border-radius: 0;
	}

	.list-all .EWA_GRID_BG_IMG {
		width: 100%;
		height: 204px;
	}

	#days .ewa-col-ENQ_JNY_CONTENT {
		margin-right: 15px;
	}
}

@media (max-width : 576px) {
	#enqCheck {
		display: none;
		position: fixed;
		bottom: 50px;
		width: max-content;
		left: 5px;
		top: unset;
		background: rgb(255, 255, 255);
		padding: 10px;
		box-shadow: rgb(204, 204, 204) 1px 1px 11px;
	}
	
	#days .receptions div {
		white-space: pre-line;
	}


	.project .ewa-row-PIC {
		min-height: 202px;
	}

	.project .ewa-col-EWA_F_DES {
		text-align: center;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
		display: block !important;
	}

	.project .ewa-col-EWA_F_DES.REF_NAV_0 {
		border: 0;
	}

	.project .ewa-col-EWA_V {
		padding: 0;
		display: block !important;
	}

	#days-detail span#ENQ_JNY_DAY {
		width: 80px;
	}

	#days-detail .ewa-col-CITY_ID {
		left: 70px;
	}
}

/* 当没有定义grp_gyap_doc时 */
.ewa-row-D_C_REMARK>.EWA_TD_M,
.ewa-row-D_NC_REMARK>.EWA_TD_M,
.ewa-row-ENQ_REMARK>.EWA_TD_M {
	background-color: transparent;
}

#D_C_REMARK,
#D_NC_REMARK,
#ENQ_REMARK {
	display: block;
	background-color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}