/*list*/
.tour_list_place .list{
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

}
.tour_list_place .list .choose, .list .box{
	display: inline-block;
	vertical-align: top;
}
/*左側面板*/
.tour_list_place .list .choose{
	width: 25%;
	margin-right: 3%;
}
.tour_list_place .list .choose .panel{
	padding: 15px 20px;
	background: #fff;
	margin-bottom: 3px;	
	box-shadow: 0px 0px 10px rgb(236, 235, 235)
}

.tour_list_place .list .control_bar{
	background: #0374cc;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
	position: fixed;
	overflow: hidden;
	display: none;
	bottom: 0;
	left: 0;
	z-index: 999;
	color: #fff;
	padding: 10px;
}
.tour_list_place .list .control_bar:before {
  /* content: ""; */
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #89c5cc;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tour_list_place .list .control_bar:hover:before, 
.tour_list_place .list .control_bar:focus:before, 
.tour_list_place .list .control_bar:active:before {
  left: 0;
  right: 0;
}

/*＿＿＿＿＿選擇面板01款＿＿＿＿＿*/
.tour_list_place .list .choose .panel button{
	width: 100%;
	margin:10px auto;
	background: #46a1c1;
	padding: 10px 25px;
	display: block;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s;
}
.tour_list_place .list .choose .panel button:hover,
.tour_list_place .list .choose .panel button:focus {
	background: rgba(70, 161, 193, 0.55);
}
.tour_list_place .list .choose .panel ul.type1{
	text-align: center;
	position: absolute;
	opacity: 0;
	z-index: -1;
	transform: translateY(-50px);
	transition: transform .5s ;
}
.tour_list_place .list .choose .panel ul.type1:after{
    content: "";
    display: block;  
    height: 0;  
    clear: both; 
}
.tour_list_place .list .choose .panel ul.type1.show{
	position: relative;
	opacity: 1;
	z-index: 1;
	transform: translateY(0px);
	transition: all .5s ;
}
.tour_list_place .list .choose .panel ul.type1 li{
	float: left;
}
.tour_list_place .list .choose .panel ul.type1 li a{
	padding: 5px; 
	border: 1px solid rgba(179, 179, 179, 0.32);
	display: block;
	margin:5px 6px;
	border-radius: 5px; 
    font-size: 14px;
}
.tour_list_place .list .choose .panel ul.type1 li a:hover{
	background: rgba(98, 214, 255, 0.35);
	border: 1px solid #fff;
}
/*＿＿＿＿＿選擇面板02款＿＿＿＿＿*/
.tour_list_place .list .choose .panel ul.type2{
	margin-top: 10px;
	/* font-size: 14px; */
}
.tour_list_place .list .choose .panel ul.type2 li a{
	display: block;
	padding: 10px;
	position: relative;
	border-left: 1px solid #dddddd;
}
.tour_list_place .list .choose .panel ul.type2 a.type2 > i{
    position: absolute;
    left: 0;
    color: #8dcfe6;
}
/*子選單（第二層）*/
.tour_list_place .list .choose .panel ul.type2 ul.sub{
	margin-left: 30px;
	/* border-left: 1px solid #8dcfe6; */
	overflow: hidden;
	height: 0;
	/* transform: translateX(-10px); */
	transition: all .2s;
}
.tour_list_place .list .choose .panel ul.type2 ul.sub.show{
	height: auto;
	/* transform: translateX(0px); */
}
.tour_list_place .list .choose .panel ul.type2 a.sub > i{
	position: absolute;
	right: 5px;
	transform: rotate(0deg);
	transition: all .5s;
	color: #d2d2d2;
}
.tour_list_place .list .choose .panel ul.type2 a.sub.show > i{
	transform: rotate(225deg);	
}
/*子選單（第三層）*/
.tour_list_place .list .choose .panel ul.type2 ul.sub_second{
	margin-left:10px; 
	display: none;
}
.tour_list_place .list .choose .panel ul.type2 ul.sub_second.show{
	display: block;
}
.tour_list_place .list .choose .panel ul.type2 ul.sub_second a{
	color: #000000;
}
.tour_list_place .list .choose .panel ul.type2 ul.sub_second i{
	padding-right: 5px;
}


/*排序鈕*/
.tour_list_place .list .order-btn{
	text-align: right;
	margin-bottom: 15px;
	position: relative;
	font-size: 14px;
}
.tour_list_place .list .order-btn button{
	height: 35px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #8dcfe6;
	border-radius: 5px;
	text-align: center;
	color: #4D4D4D;
	cursor: pointer;
}
.tour_list_place .list .order-btn >ul{
	position: absolute;
	right: 0;
	top: 40px;
	background: #d1e6f2;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #d0cccc; 
	display: none;
	transition: all .5s;
}
.tour_list_place .list .order-btn >ul.show{
	display: block;
	z-index: 2;
}
.tour_list_place .list .order-btn >ul:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #d1e6f2 transparent;
    position: absolute;
    top: -5px;
    right: 0;
    margin: auto;
    left: 0;
}
.tour_list_place .list .order-btn >ul li a{
	padding: 15px 20px;
	text-align: center;
	display: block;
}
.tour_list_place .list .order-btn >ul li a:hover{
	color:#287399;
	background: #fff;

}

/*new 排序列*/
.tour_list_place .sortingBoard{
	width: 100%;
	height: 40px;
	border: 1px solid #8dcfe6;
	border-radius: 5px;
	font-size: 0px;
	margin-bottom: 15px;
	padding-left: 42px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.tour_list_place .sortingBoard:before{
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 100%;
	background: url(../../images/icon/setting.svg) no-repeat center center;
	background-size: 50%;
}
.tour_list_place .sortingBoard li.sort-btn{
	display: inline-block;
    width: 25%;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    z-index: 5;
    right: -1px;
}
/*當下排序方法*/
.tour_list_place .sortingBoard li.sort-btn.status{
	background: #8dcfe6;
}
.tour_list_place .sortingBoard li:hover{
	background: rgb(243, 241, 241);
}
.tour_list_place .sortingBoard li.sort-btn > i{
	padding-left: 5px;
}
/*排序鈕-第二層*/
.tour_list_place .sortingBoard li.sort-btn > ul{
    position: absolute;
    width: 100%;
    border: 1px solid #8dcfe6;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
 	display: none;
}
.tour_list_place .sortingBoard li.sort-btn > ul.show{
	display: block;
}
.tour_list_place .sortingBoard li.options > i{
	opacity: 0;
	transition: .5s;
}
.tour_list_place .sortingBoard li.options.check > i{
	opacity: 1;
}



/*右側清單*/
.tour_list_place .list .box{
	width: 70%;
}
.tour_list_place .list .box .item{
	background: #fff;
	margin-bottom: 15px;
	font-size: 0;
	position: relative;
	height: 250px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.tour_list_place .list .box .item:hover{
	background: rgba(255,255,255,1);
}
.tour_list_place .list .box .item:hover, .tour_list_place .list .box .item:focus, .tour_list_place .list .box .item:active {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 1px 2px 8px rgba(62, 120, 140, 0.55);

}
.tour_list_place .list .box .pic, 
.tour_list_place .list .box .content{
	display: inline-block;
	vertical-align: top;
}
.tour_list_place .list .box .pic{
	width: 40%;
	height: 100%;
	position: relative;
}
.tour_list_place .list .box .pic img{
	max-width: 100%; 
}
.tour_list_place .list .box .content{
	width: 57%;
	padding: 15px;
}
.tour_list_place .list .box .content h3{
	line-height: 1.3;
	color: #287399;
	font-size: 20px;
	margin: 10px 0 20px 0;
	height: 52px;
	overflow: hidden;
}
.tour_list_place .list .box .content .h4{
	height: 105px;
	overflow: hidden;
}

.tour_list_place .list .box .content .h4 > div{
	display: inline-block;
	vertical-align: middle;
}
.tour_list_place .list .box .content h4{
	font-size: 16px;
	line-height: 1.5;
	margin-left: 15px;
}
.tour_list_place .list .box .content h4 span.arrow:after{
	content: '▸';
	display: inline-block;
	padding:0 2px 0 5px;
	width: 15px;
}
.tour_list_place .list .box .content .price{
	text-align:right;
	color: #f857a6;
	font-size: 18px;
	font-weight: bold;
	padding:15px 20px 0 0 ;
}

/*______________________________RWD__________________________________________*/
@media (max-width: 1000px){

/*list*/
.tour_list_place .list .box{
	display:block;
	width: 100%;
}
.tour_list_place .list .control_bar{
	display: block;
}
.tour_list_place .list .choose{
	display: none;
	width: 100%;
	position: fixed;
	z-index: 99;
}
.tour_list_place .list .choose.open{
	display: block;
    
}
.tour_list_place .list .box{
	display:block;
	width: 100%;
}


/*排序鈕*/
.tour_list_place .list .order-btn{
	margin-top: 15px;
}
}

@media (max-width: 660px){

/*list*/
.tour_list_place .list .box .item{
	height: auto;
}
.tour_list_place .list .box .pic, .tour_list_place .list .box .content{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tour_list_place .list .box .content{
	padding: 0px 10px 0px 10px;
}
.tour_list_place .list .box .pic{
	height: 250px;
}
.tour_list_place .list .box .content h3{
	height: auto;
	max-height: 52px;
}
.tour_list_place .list .box .content .h4{
	height: auto;
	max-height: 150px;
}
.tour_list_place .list .box .content .h4:before{
	display: none;
}
.tour_list_place .list .box .content .price{
    padding: 15px 20px 10px 0;
}

}

@media (max-width: 525px){

/*new排序列*/
.tour_list_place .sortingBoard{
	padding-left: 30px;
}
.tour_list_place .sortingBoard:before{
	width: 30px;
}
/*排序鈕-第二層*/
.tour_list_place .sortingBoard li.sort-btn > ul{
	right: 0;
    width: 115px;	
}

}




