/* 搜索導航 */
.LiSearchNavBox{
    height: 50px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.16);
}
.LiTourHeaderFixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: white;
}
.LiTourSearchFixed{
	background: white;
	position: fixed;
	top: 69px;
	left: 0;
	right: 0;
	z-index: 2000;
}
.LiSearchNav ul li{
    float: left;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
    margin-left: 15px;
    margin-top: 6px;
    cursor: pointer;
    position: relative;
	height: 38px;
	border-radius: 2px;
}
.LiSearchNav ul li:first-child{
    margin-left: 0px;
}
.tour_title_select{
    background:#F0831E; ##FFE100;
    color: #FFFFFF;
}
.LiMobileSearchBox{
	position: absolute;
    width: 330px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    box-shadow:0px 2px 6px rgba(0,0,0,0.16);
    border-radius:2px;
    top: 44px;
    left: 0px;
    z-index: 999;
    padding: 30px 30px;
    cursor: auto;
    color: black;
	display: none;
}
.LiTourSearchBox{
    position: absolute;
    width: 330px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    box-shadow:0px 2px 6px rgba(0,0,0,0.16);
    border-radius:2px;
    top: 44px;
    left: 0px;
    z-index: 999;
    padding: 30px 30px;
    cursor: auto;
    color: black;
    display: none;
}
.LiTourNavButton{
    margin: 20px 0;
	padding: 0px 30px 0px 0px;
}
.require_btn{
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #F0831E; #F4DA25;
    cursor: pointer;
}
/*地區*/
.LiRegionInfoBox{
    overflow-y: scroll;
    height: 313px;
}
.LiRegionBox{
    padding: 30px 0px 0px 30px;
	width: 425px;
}
.LiRegionInfoBox::-webkit-scrollbar{
    width: 3px;
    height: 6px;
}
.LiRegionInfoBox::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #F0831E; #F4DA25;
}
.LiRegionInfoBox::-webkit-scrollbar-track-piece{
    background-color: #CCCCCC;
    border-radius: 6px;
}
.LiTravelseries{
    padding-bottom: 40px;
    border-bottom: solid 1px #E1E1E1;
}
.nav_small_title{
    font-size: 16px;
    font-weight: bold;
}
.LiTravelseriesList{
    margin-top: 10px;
}
.LiTravelseriesList span{
    float: left;
    border: solid 1px #E1E1E1;
    border-radius:2px;
    width: 100px;
    text-align: center;
    padding: 5px 0px;
    margin-left: 10px;
    cursor: pointer;
}
.LiRegion{
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #E1E1E1;
    display: none;
}
.LiRegionList{
    margin-top: 10px;
    height: 85px;
    overflow: hidden;
}
.LiRegionList span{
    float: left;
    border: solid 1px #E1E1E1;
    border-radius:2px;
    width: 80px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px;
    margin-left: 10px;
    cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.LiShowMore{
    color: #F0831E; #F4DA25;
    cursor: pointer;
    margin-top: 10px;
}
/* 主題類型 */
.LiTravelsubjectBox{
    padding: 10px 10px;
}
.LiTravelsubjectBox .LiTourNavButton{
    padding: 0 10px;
}
.LiTravelsubject{
    height: 170px;
    overflow-y: scroll;
}
.LiTravelsubject::-webkit-scrollbar{
    width: 3px;
    height: 6px;
}
.LiTravelsubject::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #F0831E;//#F4DA25;
}
.LiTravelsubject::-webkit-scrollbar-track-piece{
    background-color: #CCCCCC;
    border-radius: 6px;
}
.LiTravelsubject span{
    float: left;
    width: 120px;
    border: solid 1px #E1E1E1;
    margin-top: 10px;
    border-radius:2px;
    text-align: center;
    padding: 5px 0px;
    margin-left: 10px;
    cursor: pointer;
}
/*天數選擇*/
.LiDayBox{
    padding: 10px 10px;
}
.LiDay span{
    float: left;
    width: 90px;
    border: solid 1px #E1E1E1;
    margin-top: 10px;
    border-radius:2px;
    text-align: center;
    padding: 5px 0px;
    margin-left: 10px;
    cursor: pointer;
}
/* 價格 */
.LiPriceList span{
    float: left;
    width: 120px;
    border: solid 1px #E1E1E1;
    margin-top: 10px;
    border-radius:2px;
    text-align: center;
    padding: 5px 0px;
    margin-left: 10px;
    cursor: pointer;
}
.tour_date_day table{
    width: 100%;
    text-align: center;
    border: solid 1px #CCCCCC;
}
.tour_date_day table td{
    height: 35px;
    border: solid 1px #CCCCCC;
}
.tour_dateleft{
    float: left;
    cursor: pointer;
}
.tour_datemonth{
    float: left;
    width: calc(100% - 94px);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
}
.tour_dateright{
    float: right;
    cursor: pointer;
}

/* 搜索列表 */
.LiSearchList{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: solid 2px #	F0831E; ##FFE200;
    cursor: pointer;
}
.LiSearchListImage{
    float: left;
    margin-left: 25px;
}
.LiSearchListImage img{
    width:  200px;
    height: 200px;
}
.LiSearchListInfoBox{
    float: left;
    width: 650px;
    margin-left: 5px;
}
.LiSearchListDetail{
    float: right;
    width: 150px;
    margin-right: 25px;
    text-align: center;
    position: relative;
    height: 200px;
}
.LiSearchListInfo{
    font-size:16px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.LiSearchListType{
    margin-top: 20px;
	padding: 7px 10px;
    border:1px solid #F0831E; ##FFE100;
    font-size:14px;
    font-weight:bold;
    background-color:#F0831E; ##FFE100;
    text-align: center;
	color: #ffffff;
    float: left;
	border-radius: 2px;
}
.LiSearchListCost{
    float: left;
    border:1px solid #E20505;
	padding: 7px 10px;
    font-size:14px;
    color: #E20505;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
	border-radius: 2px;
}
.LiSearchListIntroduction{
	float: left;
    border: 0px solid yellow;
	padding: 7px 10px;
    font-size:14px;
    color: #000000;
    text-align: justify;
    margin-top: 10px;
	border-radius: 2px;
	width: 550px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
}
.LiSearchListNo{
    font-size:16px;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.mobilenotext{
    display: none;
}
.LiSearchListNo span:nth-child(2){
    display: none;
}
.LiSearchListDate{
    margin-top: 5px;
    font-size: 14px;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.LiSearchListDetailButton{
    width:150px;
    height:35px;
    background:#FDF7CF;
    box-shadow:3px 2px 4px 0px #EBEAEA;
    position: absolute;
    bottom: 0;

}
.LiSearchListDetailButton button{
    font-weight: bold;
    font-size:20px;
	color:#FFFFFF;
    border: none;
    width: 100%;
    height: 100%;
    background: #F0831E; ##FFE100;
}
.LiSearchListDetailType{
    border:1px solid rgba(131,131,131,1);
    border-radius:5px;
    margin-top: 80px;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color:rgba(131,131,131,1);
}
.LiSearchListDetailTypeComplate{
    border:1px solid #76BE67!important;
    color:#76BE67!important;
}
.LiSearchListDetailFee{
    font-weight:bold;
    color:rgba(226,5,5,1);
}
.symbol{
    font-size: 18px;
}
.tour_fee{
    font-size: 22px;
}
.zanwu{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    margin: 50px 0;
}
/* 底部分页 */
/* 外面盒子样式---自己定义 */
.page_div{
    margin:20px auto 20px auto;
    color:#666;
    float: right;
}
/* 页数按钮样式 */
.page_div button{
    display:inline-block;
    min-width:30px;
    height:28px;
    cursor:pointer;
    color:black;
    font-size:13px;
    line-height:26px;
    background-color:white;
    border:1px solid #dce0e0;
    text-align:center;
    margin:0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#firstPage,#lastPage,#nextPage,#prePage{
    width:75px;
    color:black;
    #border:1px solid #F4DA25;
}
#nextPage,#prePage{
    #width:70px;
}
.page_div .current{
    background-color:#F0831E;
    color:#FFF;
}
/* 页面数量 */
.totalPages{
    margin:0 10px
}
.totalPages span,.totalSize span{
    color:#F0831E;
    margin:0 5px
}
/*button禁用*/
.page_div button:disabled{
    opacity:.5;
    cursor:no-drop
}
.pageall{
    display: none;
}
/* 手機版 */
@media(max-width:768px){
	.LiMobileSearchBox{
		width: 350px;
		padding: 15px 15px;
		position: fixed;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.LiTourSearchBox{
		width: 350px;
		padding: 15px 15px;
		top: 50px;
		left: 10px;
	}
	.LiTravelseriesList span{
		width: 90px;
	}
	.LiPriceList span{
		width: 100px;
	}
	.LiTourSearchFixed{
		top: 50px!important;
	}
	.LiSearchNav{
		width: 100%;
		overflow: hidden;
	}
	.LiSearchNav ul{
		width: auto!important;
		display: inline-block;
		white-space: nowrap;
	}
	.LiSearchNav ul li:first-child {
    	margin-left: 15px;
	}
	.LiPriceBox{
		width: 260px;
	}
	.LiSearchNav ul li{
		display: inline-block;
		width: auto;
		float: none;
		margin-top: 5px;
		position: inherit;
		font-size: 0.875rem;
	}
	.LiSearch{
		margin-top: 35px;
	} 
    .LiSearchList {
        margin: 1.25rem 0.625rem;
        padding-bottom: 0.625rem;
        border-bottom: solid 1px #E2E1E0;
    }
    .LiSearchListImage{
        width: 40%;
        margin-left: 0px;
    }
    .LiSearchListImage img{
        width: 100%;
        height: 100%;
    }
    .LiSearchListInfoBox{
        width: 58%;
    }
    .LiSearchListInfo{
        font-size: 1rem;
        line-height: 1.2rem;
		font-weight: bold;
        height: 3.4375rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .LiSearchListType{
        margin-top: 0.625rem;
        width: 7.5rem;
        font-size: 0.875rem;
        float: none;
		padding: 2px 0;
    }
    .LiSearchListCost{
        margin-top: 0.3125rem;
        width: 7.5rem;
        height: 1.25rem;
        font-size: 12px;
        line-height: 1.25rem;
        margin-left: 0;
        float: none;
		padding: 0px 0px;
    }
    .LiSearchListNo{
        font-size: 1rem;
        position: relative;
    }
    .mobilenotext{
        display: inline-block;
    }
    .LiSearchListNo span:nth-child(1){
        float: left;
		font-size: 1rem;
		font-weight: bold;
    }
    .LiSearchListNo span:nth-child(2){

        position: absolute;
        right: 0;
        bottom: 0px;
        font-size: 1rem;
        color: rgba(226,5,5,1);
    }
    .LiSearchListDate{
       display: none;
    }
    .LiSearchListDetail{
		width: auto!important;
		margin-right: 0.625rem;
		height: auto!important;
    }
	.LiSearchListDetailFee{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.LiSearchListDetailButton{
		display: none;
	}
	.LiSearchListIntroduction{
		display: none;
		display1: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
	}
    .page_div{
        display: none;
    }
}