@charset "utf-8";
/* CSS Document */
/*類別*/
.group_list {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.group_list ul {
	margin: 0;
	padding: 0;
}
.group_list li {
	list-style: none;
	float: left;
	display: block;
	padding-bottom: 15px;
}
.group_list li a {
	line-height: 23px;
	display: block;
	margin-right: 10px;
	color: #444;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #20a2e5;
	background-color: #fff;
	border-radius: 30px;
}
.group_list li a.on, .group_list li a:hover, .group_list li a:focus {
	background-color: #20a2e5;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.group_list {
	padding-top: 20px;
	padding-bottom: 30px;
}
.group_list li {
	padding-bottom: 10px;
}
.group_list li a {
	padding: 6px 18px;
	font-size: 16px;
}
}


/*模式切換*/
.group_search_type {
	font-size: 15px;
	border-bottom: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
.group_search_type ul {
	display:table;
	float:right;
}
.group_search_type ul.nav-tabs {
	border-bottom: 0;
}
.group_search_type li {
	margin-bottom: 0px;
	display: table-cell;
	cursor: pointer;
	color: #737373;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.group_search_type li i {
	padding-right: 5px;
	color: #737373;
}
.group_search_type li:nth-child(1) {
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
}
.group_search_type li:nth-child(2) {
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
}
.group_search_type .nav-tabs>li>a {
	border-radius: 0px;
	border: 0px;
	margin-right: 0px;
	padding: 5px 10px;
	color: #737373;
}
.group_search_type .nav-tabs>li.active>a, .group_search_type .nav-tabs>li.active>a:focus, .group_search_type .nav-tabs>li.active>a:hover {
	cursor: default;
	color: #333;
	border: 0px;
	border-radius: 0px;
	background-color: #e6e6e6;
}
.group_search_type .nav-tabs>li.active>a i {
	color: #333;
}
@media all and (max-width:767px) {
.group_search_type {
	padding-bottom:10px;
}
}


/*圖片模式*/
.group_newbox {
	padding-bottom: 30px;
}
.group_newbox h2 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
}
.group_newbox h2 a {
	color: #333;
}
.group_newbox .group_row{
	display:flex;
	flex-wrap: wrap;
}
.group_newbox .group_type_pic{
	display: flex;
    flex-wrap: wrap;
}
.group_newbox .group_item {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding-bottom: 30px;
}
.group_newbox .group_item a, .group_newbox .group_item a:hover {
	text-decoration: none;
}
.group_newbox .group_item img {
	width: 100%;
	height: 210px;
}
.group_newbox .group_item .img_view {
	overflow: hidden;
	position: relative;
	display: block;
}
.group_newbox .group_item img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.group_newbox .group_item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.group_newbox .group_item .group_con {
	padding: 12px 15px;
	min-height: 160px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.group_newbox .group_item .group_con h3 {
	margin: 0;
	padding-bottom: 5px;
	color: #000;
	font-size: 21px;
	line-height: 28px;
}
.group_newbox .group_item:hover .group_con h3 {
	color: #20a2e5;
}
.group_newbox .group_item .group_con .desc {
	color: #888;
	font-size: 14px;
	line-height: 21px;
	overflow: auto;
	height: 85px;
}
.group_newbox .group_item .group_con .price {
	padding-top: 10px;
	text-align: right;
	color: #e30d15;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
.group_newbox .group_item .group_con .price small{
	font-size:15px;
	font-family:"微軟正黑體","新細明體"
}
@media screen and (max-width: 1440px) {
.group_newbox .group_item img {
	height: 180px;
}
}
@media screen and (max-width: 1200px) {
.group_newbox .group_item img {
	height: 145px;
}
}
@media screen and (max-width: 992px) {
.group_newbox .group_item img {
	height: 180px;
}
.group_newbox .group_item .group_con h3 {
	font-size: 18px;
	line-height: 26px;
}
}
@media screen and (max-width: 767px) {
.group_newbox {
	padding-bottom: 20px;
}
.group_newbox h2 {
	font-size: 23px;
}
.group_newbox .group_item{
	padding-bottom:20px;
}
.group_newbox .group_item .group_con {
	min-height: inherit;
}
}


/*列表模式*/
.group_type_list{
	padding-bottom:20px;
}
.group_list_table {
	color: #444;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #4e4e4e;
	background-color: #fff;
	margin-top:10px;
}
.group_list_table th, .group_list_table td {
	display: table-cell;
	font-size:15px;
}
.group_list_table th {
	line-height: 18px;
	padding: 10px 2px;
	background-color: #4e4e4e;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #4e4e4e;
}
.group_list_table th:nth-child(1){
	width:20%;
}
.group_list_table th:nth-child(2){
	width:20%;
}
.group_list_table th:last-child{
	border-right:0;
}
.group_list_table td {
	line-height: 23px;
	padding: 10px;
	border-bottom: 1px solid #4e4e4e;
}
.group_list_table a{
	color:#20a2e5;
}
 @media all and (max-width: 640px) {
/*手機版列表可左右滑動*/
.group_type_list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
}


/*日曆*/
.hotel_search .hotel_date{	
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.hotel_date .DateTBright{
	position: relative;
}
.hotel_date .input_css {
	padding: 8px 10px;
	background-color: #FFFFFF;
	border-radius: 0px;
	border: 1px solid #DEDEDE;
}
.hotel_date .date_from {
	width: 50%;
}
.hotel_date .date_to {
	margin-left: -1px;
	width: 50%;
}
.hotel_date .DateClearBtn {
	padding: 0px;
	width: 41px;
	height:41px;
	color: #15AAEA;
	line-height: 41px;
    font-size: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: 0px;
}
.hotel_search .hotel_searbtn{
    display: inline-block;
    vertical-align: middle;
}
.hotel_search .hotel_searbtn .search_btn {
    border: 0;
    background-color: #20a2e5;
    color: #FFF;
    font-size: 16px;
    padding: 9px 50px;
    cursor: pointer;
    border-radius: 3px;
}
@media screen and (max-width:767px){
.hotel_date .date_from,.hotel_date .date_to {
	width: 140px;
}
.hotel_search .hotel_searbtn .search_btn {
	padding: 9px 30px;
}
}

