body{
	margin: 0;
	padding: 0;
	font-family:  "Georgia", "微軟正黑體";

}
a:hover{
	text-decoration: none;
}
a:focus, input:focus, div:focus{
	outline:none;
}
div{
	box-sizing: border-box;
}
/*header*/
.outer_header{
	background-color: #0271b9;
}
.header{
	max-width: 1200px;
	padding: 10px 15px 0;
	margin: 0 auto;
}
a.logo {
    display: inline-block;
    margin-bottom: 13px;
}
.mb_menu, .outer_mbMenu_box, .mbMenu_box {
	display: none;
}
.menu{
	display: inline-block;
	margin: 0 50px 0 30px;
}
.menu > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
}
.menu > ul.mainBtn > li > a{
	color: #ffffff;
    display: inline-block;
    padding: 5px 32px 15px 12px;
    margin-left: -4px;
}
.menu > ul.mainBtn > li:first-child > a{
	position: relative;
    left: 4px;
}
.menu > ul.mainBtn > li > a:hover{
	background-color: #004b8b;
	text-decoration: none;
}
.menu > ul.mainBtn > li{
	display: inline-block;
	position: relative;

}
.menu > ul.mainBtn > li::after{
	content:"";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #fff;
}
.menu > ul.mainBtn > li:last-child::after{
	width: 0;
}

.subBtn{
	margin:0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 160%;
	z-index: 120;
	display: none;
}
.subBtn li{
	background: #f9f8f8;
	display: block;
	padding:0 5px;
	margin: 0 2px;
	width: 100%;
}
.subBtn li a{
	border-bottom: 1px solid #dcdcdc;
	display: block;
	padding: 8px 0;
	color: #525252;
}
.subBtn li:last-child a{
	border-bottom: none;
}
.subBtn li:hover{
	background-color: #fff;
}
.subBtn li:hover a{
	color: #0271b9;
}
.menu > ul.mainBtn > li:hover .subBtn{
	display: block;
}
/*regist_form*/
.regist_dialog_title{
	font-size: 17px;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #efefef;
}
.regist_dialog_title img{
	margin-right: 10px;
}
.regist_form{
	width: 500px;
}
.regist_btn{
	text-align: center;
	margin-top: 20px;
}
/*login-dialog*/
.fancybox-overlay {
    background: rgba(0,0,0,0.5);
}
.fancybox-skin{
	border:2px solid #ccc;
}
.login_dialog_title{
	font-size: 17px;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #efefef;
}
.login_dialog_title img{
	margin-right: 10px;
}
.login_box{
	float: right;
	display: inline-block;
}
.login_box a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 9px 6px 13px;
}
.login_box a img{
	margin-right: 8px;
	top: -2px;
}
.login_dialog_form{
	max-width: 500px;
	width: 100%;
}
.login_dialog_form > div{
	margin-bottom: 8px;
	max-width: 400px;
}
.login_dialog_form > div input{
	display: inline-block;
	border-radius: 4px;
    border: none;
    padding: 10px;
    font-size: 15px;
    border:1px solid #ccc;
    height: 40px;
    width: calc(100% - 110px);
}
.login_dialog_form > div:first-child input{
	width: 100%;
}
.login_dialog_form > div button{
	height: 40px;
	border-radius: 4px;
	padding: 10px;
	border:none;
	width: 106px;
	transition: all 0.3s;
}
.login_dialog_form > div button.send_code{
	background-color: #efefef;
	color: #666;
}
.login_dialog_form > div button.send_code:hover{
	background-color: #d6d2d2;
	color: #666;
}
.login_dialog_form > div button.login_submit{
	background-color: #ff6600;
	color: #fff;
}
.login_dialog_form > div button.login_submit:hover{
	background-color: #de5b04;
}
.outer_box{
	position: relative;
}
.member_btn{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.member_btn ul{
	position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 160%;
    background-color:rgba(255,255,255,0.7);
    display: none;  
}
.member_btn:hover ul{
	display: block;
}
.member_btn ul li{
	padding: 0 5px;
}
.member_btn ul li a{
	font-size: 14px;
	padding: 5px;
	color: #525252;
	width: 100%;
	display: block;
	border-bottom: 1px solid #dcdcdc;
}
.member_btn ul li:last-child a{
	border-bottom: none;
}
.member_btn ul li:hover {
	background-color: #fff;
}
.member_btn ul li:hover a{
	color: #0271b9;
}
.logout_box {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    width: 250px;
    line-height: 50px;
    color: #333;
}
.logout_box i{
	font-size: 45px;
	color: #0271b9;
}
/*banner*/
.banner_img{
	height: 500px;
	position: relative;
}
.banner_img::after{
/* 	content: ""; */
/* 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+55,0.7+100 */ */
/* 	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.7) 100%);  */
/* 	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.7) 100%); */
/* 	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.7) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );  */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	display: block; */
}
.bannerSlider .carousel-caption, .page_bannerTxt{
	top: 27%;
}
.bannerSlider span, .page_bannerTxt span{
	text-align: center;
	display: block;
	color: #fff;
	letter-spacing: 2px;
}
.bannerSlider .carousel-control.right, .bannerSlider .carousel-control.left{
	background-image: none;
	cursor: pointer;
}
.bannerSlider .glyphicon-chevron-left::before, .bannerSlider .glyphicon-chevron-right:before{
	content: "";
}
.bannerSlider .glyphicon.glyphicon-chevron-left{
	background-image: url(../images/banner_pre.png);
	background-repeat: no-repeat;
	left: 33px;
	z-index: 99;
	width: 15px;
	    height: 25px;
}
.bannerSlider .glyphicon.glyphicon-chevron-right{
	background-image: url(../images/banner_next.png);
	background-repeat: no-repeat;
	right: 33px;
	z-index: 99;
	width: 15px;
	    height: 25px;
}
#bannerSlider .slick-dots{
	bottom: 0;
}
.bannerBtxt{
	font-size: 75px;
}
.bannerStxt{
	font-size: 35px;
}
.block_box{
	max-width: 1200px;
	margin: 0 auto;
}

/*search_bar*/
.search_bar{
	max-width: 855px;
	margin: 0 auto;
	background-color: rgba(1,1,1,0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: calc(50% - 427.5px);
	padding: 20px 10px 5px;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 100;
}
.bar_tab{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.bar_tab li{
	display: inline-block;
	color: #fff;
	padding: 0 15px 0 10px;
	cursor:pointer;
}
.bar_tab li.select{
	border-bottom: 1px solid #4a90e2;
	padding: 0 0 3px;
}
input#searchTxt {
    max-width: 55%;
    width: 100%;
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-size: 15px;
    float: left;
    height: 40px;
    margin-right: 5px;
}
div#datepicker_start, div#datepicker_end{
    max-width: 16%;
    float: left;
   height: 40px;
    margin-right: 5px;
}
div#datepicker_start input, div#datepicker_end input{
    background-color: #fff;
    height: 40px;
    border: none;
    padding-right: 0;
    color: #000;
}
div#datepicker_start .input-group-addon, div#datepicker_end .input-group-addon{
	background-color: #fff;
    height: 40px;
    border: none;
    cursor: pointer;
}
#searchTxt::-webkit-input-placeholder, #datepicker_start input::-webkit-input-placeholder, #datepicker_end input::-webkit-input-placeholder { color:#000; }
#searchTxt::-moz-placeholder, #datepicker_start input::-moz-placeholder, #datepicker_end input::-moz-placeholder { color:#000; } /* firefox 19+ */
#searchTxt:-ms-input-placeholder, #datepicker_start input:-ms-input-placeholder, #datepicker_end input:-ms-input-placeholder { color:#000; } /* ie */
#searchTxt:-moz-placeholder, #datepicker_start input:-moz-placeholder, #datepicker_end input:-moz-placeholder { color:#000; }
.searchBtn{
	color: #4a90e2;
	width: 11%;
	background-color: #4a90e2;
	color: #fff;
	height: 40px;
	text-align: center;
	border:none;
}
.searchBtn:hover{
	background-color: #4a90e2;
	color: #fff;
}
/*month star*/

.month_star_mTitle {
    text-align: center;
    padding: 15px 20px;
    background-image: url(../images/star_line1.png), url(../images/star_line2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 20% center, 80% center;
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
}
.month_star_mTitle i {
    font-style: normal;
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
}
.month_star_mTitle img {
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.month_star_cn{
    font-size: 25px;
    color: #4188c3;
}
.month_star_en {
    font-size: 22px;
    color: #93c9f5;
    margin-left: 20px;
    font-style: italic;
}
#monthStar .slick-prev::before, #monthStar .slick-next::before{
	content: "";
}
#monthStar .slick-prev{
	background-image: url(../images/star_pre.png);
    background-repeat: no-repeat;
    left: 5%;
    z-index: 99;
    width: 58px;
    height: 58px;
    top: 39%;
}
#monthStar .slick-next{
	right: 5%;
    background-image: url(../images/star_next.png);
    left: initial;
    width: 58px;
    height: 58px;
    top: 39%;
}
.month_star_bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4188c3+0,8fc5f3+100 */
	background: rgb(65,136,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(65,136,195,1) 0%, rgba(143,197,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(65,136,195,1) 0%,rgba(143,197,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(65,136,195,1) 0%,rgba(143,197,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4188c3', endColorstr='#8fc5f3',GradientType=1 ); /* IE6-9 */
    padding-bottom: 50px;
    position: relative;
}
.month_star_list::after{
	content: "";
	display: block;
	clear: both;
}
.month_star_list{
	position: relative;
	max-width: 1345px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px 85px 0;
}
.month_star_unit{
    float: left;
    width: 20%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-top: 15px;
}
.month_star_unit > div{
	position: relative;
}
.star_content {
    position: absolute;
    bottom: -28px;
    width: 99.5%;
    background-color: rgba(54,42,79,0.6);
    padding: 6px 0;
    transition: 0.2s all;
}
.month_star_img{
	height: 271px;
	overflow: hidden;
	transition: all 0.2s;
}
.month_star_unit:hover .month_star_img{
    transform: scale(1.1);
}
.month_star_unit:hover .star_content{
	bottom: 0;
}
.star_btn{
	transition: all 0.2s;
	top: -8px;
	position: relative;
}
.travel_btn {
    top: 13px;
}
.month_star_unit:hover .star_btn {
    top: 20px;
}
.month_star_unit:hover .star_content{
	background-color: transparent;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    height: 65px;
}
.month_star_unit:hover .travel_content{
	height: 88px;
}
.star_btn img{
	width: 17px;
    height: 8px;
    display: block !important;
    visibility: visible !important;
    position: absolute;
    right: 12px;
    top: -14px;
}
.star_btn img{
    top: -11px;
}
.star_day {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    width: 55%;
    padding-left: 6px;
}
.star_day img{
	width: 20px;
    height: 20px;
    margin-right: 3px;
    display: inline-block !important;
    visibility: visible !important;
}
.star_more {
    display: inline-block !important;
    font-size: 13px;
    width: 42% !important;
    text-align: right;
    color: #fff;
    text-decoration: underline;
    padding-right: 6px;
}
.star_more:hover{
	color: #fff;
}
.star_dayPrice{
	font-size: 15px;
    color: #fff100;
    text-align: center;
}
.star_dayPrice span{
	font-size: 20px;
}
.month_star_txt{
	font-size: 22px;
	text-align: center;
	color: #626262;
	margin-top: 20px;
	margin-bottom: 30px;
}
.month_star_unit:hover .month_star_txt{
	font-weight: bold;
}
.scrollBtn a{
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
}

/*footer*/
.outer_footer{
	background-color: #f3f3f3;
}
.footer{
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 15px 45px;
}
.footer > div{
	display: inline-block;
	vertical-align: bottom;
}
.footer_logo{
	margin-bottom: 30px;
	margin-left: 10px;
}
.footer_app a{
	display: inline-block;
	color: #595757;
	margin-right: 20px;
}
.footer_app a:last-child{
	margin-right: 0;
}
.footer_app a span{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
}
.footer_app a span:last-child{
	margin-bottom: 0;
}
.footer_box1{
	max-width: 350px;
}
.footer_box2{
	padding: 0 85px;
}
.footer_fans img{
	margin-right: 10px;
}
.footer_box2 > div span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #505050;
}
.footer_tel > div{
	display: inline-block;
	margin-right: 46px;
}
.footer_box3{
	color: #505050;
    font-size: 12px;
}
.footer_company_name{
	font-size: 17px;
}
.footer_info {
    margin: 8px 0;
}
.footer_info b{
	margin-right: 10px;
}
.footer_info b span{
	font-weight: normal;
}
.copyright{
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	color: #505050;
}
.copyright span{
	margin: 0 10px;
}
.copyright span:first-child{
	color: #000;
}
/*taiwan*/
.page_bannerTxt{
	position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    height: 100px;
}
/*discount*/
.discount_box{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.discount_mTitle{
	text-align: center;
	background-image: url(../images/bank_titleLine.png), url(../images/bank_titleLine1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 20% center, 80% center;
	overflow: hidden;
	margin-top: 10px;
}
.discount_mTitle i{
	font-style: normal;
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
}
.discount_mTitle img {
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.discount_cn{
	font-size: 25px;
	color: #808080;
}
.discount_unit{
	padding-right: 20px;
	margin: 12px 0;
}
.discount_info{
	padding-left: 0;
}
.discount_title{
    color: #006eab;
    font-size: 17px;
    margin-top: 10px;
    background-image: url(../images/browsing_icon.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 0 0 5px 25px;
}
.discount_txt{
	font-size: 15px;
	color:#000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.discount_detail{
	margin-top: 20px;
	color:#ff2973;
}
.discount_detail p{
	margin: 0;
	line-height: 28px;
	 overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
.discount_detail p img{
	position: relative;
	margin-right: 5px;
	top: -2px;
}
.discount_btn{
	border-top: 1px dotted #e3e3e3;
    margin-top:9%;
    padding-top: 15px;
    text-align: right;
}
.discount_more{
	background-image: url(../images/discount_over.png);
	width: 62px;
	height: 62px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	transition: 0.1s all;
}
.discount_more:hover{
	background-image: url(../images/discount_hover.png);
}
.discount_price {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 10px;
    font-size: 17px;
    color: #ff2973;
}
.showbox {
	height: 190px;
	width: 99.8%;
	overflow: hidden;
}
.showbox img{
	width: 100%;
	display: block;
}
.discount_change {
	width: 100%;
	overflow: hidden;
}
.discount_change a{
	width:calc(100% / 3);
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	opacity: 0.7;
}
/*related*/
.related_box {
   max-width: 1200px;
   margin: 0 auto;
   padding: 010px;
   box-sizing: border-box;
}
.related_mtitle{
	text-align: center;
	color: #189fab;
	margin: 23px 0;
	position: relative;
	padding-right: 15px;
    box-sizing: border-box;
    text-align: center;
    background-image: url(../images/related_line1.png), url(../images/related_line2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 20% center, 80% center;
}
.related_mtitle img {
    position: relative;
    top: -5px;
    margin-right: 10px;
}
.related_cn{
	font-size: 25px;
}
.related_en{
	font-size: 22px;
	margin-left: 24px;
	font-style: italic;
}
.related_mtitle i{
	display: inline-block;
	font-style: normal;
    background-color: #fff;
    padding: 0 15px;
}
.related_unit{
	padding: 0 15px 15px 0;
}
.related_unit a{
	display: block;
	position: relative;
	color: #fff;
}
.related_img{
	height: 150px;
}
.related_list {
    margin: 0;
}
.related_title {
	font-size: 13px;
	width: calc(100% - 90px);
	display: inline-block;
	margin-left: 5px;
	overflow : hidden;
	text-overflow : ellipsis;
	/*white-space : nowrap;*/
	vertical-align: bottom;
}
.related_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/hot_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
.related_price {
    font-size: 15px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    vertical-align: bottom;
    /* 2018-09-26 */
    /*width: 76px;*/
    float: right;
    bottom: 4px;
    position: absolute;
}
.related_price span{
	font-size: 12px;
}
/*browsing*/
.browsing_box{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px 10px 8px;
}
.browsing_mTitle{
	text-align: center;
	background-image: url(../images/bank_titleLine.png), url(../images/bank_titleLine1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 20% center, 80% center;
	overflow: hidden;
}
.browsing_mTitle i{
	font-style: normal;
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
}
.browsing_mTitle img {
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.browsing_cn{
	font-size: 25px;
	color: #808080;
}
.browsing_sTitle{
	font-size: 16px;
	color: #616161;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.browsing_info{
	max-width: 1180px;
	position: relative;
	border: 1px solid #808080;
	box-shadow: 2px 2px 0 #f9f9f9;
	padding: 10px 30px 20px;
	margin:15px 0 0;
}
#browsing_info .slick-next::before, #browsing_info .slick-prev::before{
	content: "";
}
#browsing_info .slick-prev{
	background-image: url(../images/bank_pre.png);
    background-repeat: no-repeat;
    left: 10px;
    z-index: 99;
    width: 13px;
    height: 26px;
}
#browsing_info .slick-next{
	background-image: url(../images/bank_next.png);
	background-repeat: no-repeat;
	right: 10px;
	z-index: 99;
	width: 13px;
    height: 26px;
}
.browsing_unit a {
    display: block;
    color: #006eab;
    font-size: 16px;
    margin-top: 10px;
    background-image: url(../images/browsing_icon.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 0 0 5px 25px;
    border-bottom: 1px dotted #cccccc;
}
.browsing_title{
	width: calc(100% - 80px);
	display: inline-block;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	vertical-align: top;
}
.browsing_price{
	width: 75px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-align: right;

}
.browsing_unit a img {
    position: relative;
    margin-right: 5px;
    top: -1px;
    display: inline-block;
}
.browsing_unit a:hover{
	color:#ff6101;
	text-decoration: underline;
	background-image: url(../images/browsing_iconHover.png);
}

