* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	/*font-family: 'FZLTHJ';*/
}

/*
@font-face
{
	font-family: FZLTHJ;
	src: url('FZLTHJ.OTF'),
	url('FZLTHJ.OTF'); !* IE9 *!
}
*/

a {
	color: #000;
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-decoration-skip: objects;
	background: transparent;
	word-break: keep-all;
	outline: none;
}

a:hover{
	color: inherit;
}

html,
body {
	overflow-x: hidden;
	line-height: 1.15;
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	display: block;
}

.hide{
	display: none;
}

img.img-block{
	width: 100%;
	margin: 0 auto;
}

.webkit {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.imgBlock {
	display: block;
	margin: 0 auto;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.zi{
	z-index: 1;
}

.ovh {
	overflow: hidden;
}

.f_l{
	float: left;
}

.f_r{
	float: right;
}

#banner-box{
	position: relative;
	width: 100%;
}

/*end*/

.ta-c{
	text-align: center !important;
}

.ta-l{
	text-align: left !important;
}

.ta-r{
	text-align: right !important;
}

.w-t{
	text-shadow: #a42d12 1px 0 0, #a42d12 0 1px 0, #a42d12 -1px 0 0, #a42d12 0 -1px 0;
}

/*modal*/
.form-line {
	width: 88%;
	margin: 0 auto;
	margin-bottom: 3.5vw;
	overflow: hidden;
	line-height: 8vw;
	position: relative;
	display: flex;
}

.form-line-left{
	color: #000;
	font-size: 3.73vw;
	text-align: center;
	line-height: 8vw;
	width: 24%;
}

.form-line-right{
	width: 76%;
}

.a-tips {
	width: 21%;
	color: #313131;
	font-size: 10px;
	text-align: right;
	/* line-height: .55rem; */
	float: left;
	margin-right: 10px;
	/* font-weight:  bold; */
	/* letter-spacing: .05rem; */
}

.inp {
	width: 100%;
	background: #fff;
	font-size: 3.6vw;
	padding: 0 2.6vw;
	float: left;
	line-height: 8vw;
	height: 8vw;
	color: #000;
	border-radius: 4vw;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	outline: 0;
}

.inp.s2{
	background: #f2f2f2;
	border-color: #f2f2f2;
	color:#313131;
}

.forget{
	position: absolute;
	width: 25%;
	top:0;
	right: 0;
	bottom: 0;
	line-height: 8vw;
	color: #4a9a3a;
	text-align: center;
	text-decoration: underline;
}

.forget:hover{
	color: #4a9a3a;
}

/* å‹¾é€‰æç¤ºCSS */

.code {
	/* width: 56%; */
}

.getCode {
	width: 33%;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	background: #0068a7;
	color: #fff;
	font-size: 12px;
	/* border-radius: 4px; */
	cursor: pointer;
	/* border-radius: .1rem; */
	/* border: 1px solid #ddd; */
	box-sizing: border-box;
}

.disable {
	background: #ddd;
}

/*modal start*/
.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
	overflow: auto;
	/*background: rgba(0,0,0,.7);*/
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.mask {
	background: #000;
	opacity: 0.6;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.modal .con-box {
	position: relative;
	border-radius: 10px;
	width: 88%;
	box-sizing: border-box;
	max-height: 100%;
	margin: 0 auto;
	padding-top: 0vw;
	padding-bottom: 4vw;
	line-height: 1.7;
	z-index: 1;
	background: #fff;
	background-size: 100%;
	border-radius: 4vw;
}

.modal .con-box.nobg{
	background: none;
}

.m-rule {
	height: 70%;
	width: 100%;
}

.m-rule .con-box {
	width: 76.8vw;
	height: 95.2vw;
	padding-top: 0vw;
	background: url(../images/m-bg.jpg) no-repeat #fff;
	background-size: 100% auto;
}

.con-box .title{
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 10vw;
	font-size: 5.87vw;
}

.m-txt-con {
	position: absolute;
	top: 14vw;
	bottom: 3vw;
	left: 2vw;
	right: 2vw;
	color: #020202;
	z-index: 1;
}

/*.m-txt-con b{
	color: #fff36e;
}*/

.m-rule .txt::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	border-radius: 10px;
}

.m-rule .txt::-webkit-scrollbar-thumb {
	background: #256595;
	border-radius: 8px;
}


.m-rule .list {
	width: 100%;
	height: 88%;
}

.m-rule .list .list-con {
	width: 100%;
	height: 100%;
	padding: 0 0vw;
	overflow-y: scroll;
}

.m-rule .list .list-con::-webkit-scrollbar {
	width: 6px;
	height: 2px;
	border-radius: 10px;
}

.m-rule .list .list-con::-webkit-scrollbar-thumb {
	background: #256595;
	border-radius: 8px;
}

.modal-box {
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1111;
	display: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #313131;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	border-radius: 30px;
}

.close-box {
	position: absolute;
	top: -14vw;
	right: 4%;
	width: 9.6vw;
	height: 9.6vw;
	background: url(../images/close.png?1027) center no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 11;
}

.close-box.middle{
	top:unset;
	bottom: -11.2vw;
	right: 50%;
	margin-right: -4vw;
}

.m-txt {
	width: 90%;
	margin: auto;
	font-size: 16px;
	color: #575757;
	/* margin-top: 40px; */
	margin-bottom: -20px;
}

.m-title {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 12vw;
	font-size: 5.6vw;
	color: #fff;
	font-weight: bold;
	z-index: 2;
}

.m-title img{
	margin: 0 auto;
}

.m-hx{
	position: absolute;
	width: 22vw;
	height: 16.8vw;
	z-index: 9;
	top: -2vw;
	left: 6%;
}

.m-txt {
	width: 90%;
	margin: 0 auto;
	/* margin-top: 40px; */
	/*margin-bottom: -20px;*/
}

/* 登录 */
.m-order{
	height: 70%;
	width: 100%;
}

.m-order .con-box {
	width: 85vw;
	padding: 4.8vw 3.2vw 4.8vw;
	height: auto;
}

.m-order h3{
	font-size: 5.6vw;
	letter-spacing: 1vw;
	text-align: center;
	color: #595fd0;
}

.flight-search {
	background: url(../images/flight-search.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 8vw;
	align-items: center;
	display: flex;
	border-radius: 2vw;

}
.flight-search>div{
	flex: 1;
}
.search{
	height: 10vw;
}

.flight-search .s9{
	width: 7.87vw;
	height: 3.07vw;
}

.flight-search .item-s{
	position: relative;
	height: 9.6vw;
	line-height: 9.6vw;
	font-size: 4vw;
	text-align: center;
	color: #004483;
	font-weight: bold;
	flex: 1;
}

.flight-search .item2 {
	width: 100%;
	height: 9.6vw;
	line-height: 9.6vw;
	background: #e9f9ff;
	border-radius: 4.6vw;
	font-size: 3.73vw;
	color: #004483;
	display: flex;
	justify-content: space-around;
}

.flight-search .item2>div{
	flex: 1;
	text-align: center;
}

.flight-search .searchable-select{
	min-width:unset;
	vertical-align:unset;
	font-size: 3.47vw;
	color: unset;
}

.flight-search .searchable-select-caret{
	border-style:unset;
}

.flight-search .searchable-select-holder{
	padding: 0;
	line-height: 10vw;
	min-height:unset;
	min-width:unset;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:none;
}

.fline{
	margin-top: 2.8vw;
}

.fline_selects{
	margin-top: 2.8vw;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.fline_selects .fline_select{
	width: 35vw;
}

.fline p{
	font-size: 4.27vw;
	color: #3a3a3a;
	padding-left: 5.6vw;
	font-weight: bold;
}

.fline_select{
	position: relative;
	background: #fff;
	line-height: 9.6vw;
	height: 9.6vw;
	border-radius: 4.8vw;
}

.fline_select .name{
	position: absolute;
	width: 100%;
	height: 9.6vw;
	line-height: 9.6vw;
	font-size: 3.73vw;
	color: #737373;
	padding: 0 6.4vw;
}

.fline_select:after{
	content: "";
	position: absolute;
	top:50%;
	right: 6.4vw;
	width: 2.4vw;
	height: 2.13vw;
	background: url(../images/sj.png) no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fline_select select{
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: 0;
}

.fline_selects .fline_select{
	width: 35vw;
}

.fline_select input{
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	border-radius: 4.8vw;
}

.fline_selects .fline_select:after{
	content: none;
}

.btn_submit{
	width: 34.27vw;
	height: 10.8vw;
	line-height: 10.8vw;
	background: #7d67cf;
	font-size: 4.27vw;
	text-align: center;
	font-weight: bold;
	margin: 3.4vw auto 0;
	color: #fff;
	border-radius: 2vw;
}

.modal-box .con-box .con{
	width: 88%;
	min-height: 12vw;
	font-size: 4.13vw;
	text-align: center;
	font-weight: bold;
	align-items: center;
	margin: 0 auto;
	display: flex;
}

.modal-box .con-box .con .con-text{
	flex: 1;
	line-height: 1.5;
}


.m-tip {
	height: 70%;
	width: 100%;
}

.m-tip .con-box {
	width: 85.07vw;
	min-height: 29.73vw;
	padding: 5.6vw 0;
	background: url(../images/modal/m-tip.png?1019) center repeat-x;
	background-size: auto 100%;
	border: 2px solid #0c66e8;
}

	.w20{
	width: 20% !important;
}

.w25{
	width: 25% !important;
}

.w30{
	width: 30% !important;
}

.w40{
	width: 40% !important;
}

.w50{
	width: 50% !important;
}

.w60{
	width: 60% !important;
}

.w70{
	width: 70% !important;
}

.w75{
	width: 75% !important;
}

.w80{
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

.w92 {
	width: 92% !important;
}

.w96 {
	width: 96% !important;
}

.w98 {
	width: 98% !important;
}

.w100 {
	width: 100% !important;
}

.modal-box .txt {
	height: 100%;
	padding: 0 1vw 0vw 2vw;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	word-break: break-all;
}

/*modal end*/
.box {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 101%;
	background-position: center;
	padding: 12vw 0 0vw;
	line-height: 1.5;
	box-sizing: border-box;
	outline: 0;
}

.box-rule{
	width: 100%;
	font-size: 2.93vw;
	align-content: center;
	justify-content: space-between;
	display: flex;
}
.content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 3.2vw;
	padding: 4vw;
	padding-top: 4vw;
	padding-bottom: 20vw;
	background: #a7dbf8;
	background-position: center top;
	background-size: 100% 100%;
}

.btn-rule {
	font-size: 3.2vw;
	color: #1b405b;
	padding-bottom: 0.1vw;
	border-bottom: 1px solid #1b405b;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.part-title{
	display: flex;
	height: 6.5vw;
	margin: 4vw auto;
	justify-content: center;
}
.part-title img{
	width: auto;
}


.part-bg{
	border-radius: 4vw;
	border: 2px solid #ffffff;
	padding: 1.5vw;
	background: transparent;
}
.part-content{

	background: #e1fcff;
	border-radius: 4vw;
	padding: 1vw;
	padding-bottom: 4vw;
}

.part1{


}

.clist{
	position: relative;
	width: 90.27vw;
	height: 81.87vw;
	background: url(../images/part1-c.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 3vw;
}

.c-btn{
	position: relative;
}

.c-btn[data-finish="1"]:before {
	content: "";
	position: absolute;
	right: -2%;
	bottom: 24%;
	width: 15.6vw;
	height: 15.6vw;
	background: url(../images/finish.png?1027) no-repeat;
	background-size: 100% 100%;
}

.c-btn[data-finish="2"]:before {
	content: "";
	position: absolute;
	right: -2%;
	bottom: 24%;
	width: 15.6vw;
	height: 15.6vw;
	background: url(../images/finish2.png?1027) no-repeat;
	background-size: 100% 100%;
}

.c-btn[data-is_get="1"]:before {
	content: "";
	position: absolute;
	right: -2%;
	bottom: 24%;
	width: 15.6vw;
	height: 15.6vw;
	background: url(../images/get.png?1027) no-repeat;
	background-size: 100% 100%;
}

.part2{

}

.part2 nav{
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 3.7vw;
	display: flex;
	text-align: center;
}

.part2 nav span[data-id="1"]{
	background: url(../images/tab1.png) no-repeat;
	background-size: 100%;
}
.part2 nav span[data-id="1"].on{
	background: url(../images/tab1_click.png) no-repeat;
	background-size: 100%;
}
.part2 nav span[data-id="2"]{
	background: url(../images/tab2.png) no-repeat;
	background-size: 100%;
}
.part2 nav span[data-id="2"].on{
	background: url(../images/tab2_click.png) no-repeat;
	background-size: 100%;
}
.part2 nav span[data-id="3"]{
	background: url(../images/tab3.png) no-repeat;
	background-size: 100%;
}
.part2 nav span[data-id="3"].on{
	background: url(../images/tab3_click.png) no-repeat;
	background-size: 100%;
}

.part2 nav span.on{

}
.part2 nav span{
	margin: 0vw 1vw;
	 width: 26.07vw;
	 height: 15.87vw;
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-size: 23vw 7.07vw;
	 margin-bottom: 1.2vw;
 }
.part2 .con{

}

.part2 .con1{
}
/*part2航线*/

.flights{
	position: relative;
	margin: 0 2vw;
	font-size: 3.73vw;
	color: #fff;
	z-index: 12;
	margin-top: -16vw;
}

.flights .item-head{
	text-align: center;
	display: flex;
	line-height: 1.2;
	text-shadow:0.53vw 0.8vw 0.5vw rgba(42, 42, 42, 0.96);
}

.flights .item-head span:first-child{
	width: 36%;
}

.flights .item-head span:nth-child(2){
	width: 20%;
}

.flights .item-head span:last-child{
	width: 44%;
}

.item-con{
	background: #ffffff;
	border-radius: 2vw;
	padding: 1.2vw;
	margin-top: 2vw;
	color: #313131;
	font-size: 3.47vw;
	text-align: center;
	justify-content: space-between;
	display: flex;
}

.item-con>div{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

.item-con>div:first-child{
	width: 36%;
}

.item-con>div:nth-child(2){
	width: 20%;
}

.item-con>div:last-child{
	width: 44%;
}

.item-con>div>span{
	width: 100%;
	line-height: 4vw;
	margin: 1vw 0;
}

.item-con>div>span.blue{
	background: #d6f0ff;
	border-radius: 2vw;
}

.mySwiper{
	width: 89.33vw;
	margin: 2vw auto 0;
	padding-bottom: 6vw !important;
}

.mySwiper .swiper-slide{
	background: #fff;
	border-radius: 2vw;
	padding: 2vw;
}

.mySwiper .swiper-slide .img{
	height: 23vw;
	overflow: hidden;
}

.mySwiper .swiper-slide .img img{
	min-height: 23vw;
}

.mySwiper .swiper-slide p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #151515;
	font-size: 2.93vw;
	margin-top: 1vw;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd4504 !important;
}
.part2 .mySwiper> .swiper-pagination-bullets {
	bottom: 0;
}


.flight-items1{
	height: 63vw;
	align-content:flex-start;
	justify-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	overflow-y: scroll;
	display: flex;
}

.flight-items1::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	border-radius: 10px;
}

.flight-items1::-webkit-scrollbar-thumb {
	background: #77c5fd;
	border-radius: 8px;
}

.flight-items1 .item{
	width: 41.2vw;
	height: 14.4vw;
	padding: 2vw 1.6vw;
	border-radius: 2vw;
	margin-bottom: 1.2vw;
	background: #ffffff;
}

.item .title{
	color: #3a3a3a;
	font-size: 3.73vw;
}

.item .bottom{
	margin-top: 1.2vw;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.item .bottom .price{
	display: none;
	font-size: 2.93vw;
	color: #e80000;
}

.item .bottom .price b{
	font-size: 4.27vw;
}
.btn_go{
	width: 22.53vw
}

.btn_buy{
	width: 14.53vw;
}

.part3{

}



.p3{
	font-size: 4.53vw;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow:0.13vw 0.53vw rgba(27, 109, 131, .75);
}

.plist{
	width: 98%;
	height: 117vw;
	margin: 3.6vw auto 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

	overflow: hidden;
	overflow-y: scroll;
}

.part6-con{
	position: relative;
	height: 40vw;
	background: url(../images/part6-con.png?1027) no-repeat;
	background-size: 100%;
}

.pbox{
	position: relative;
	width: 100%;
	height: 28.8vw;
	background: #fff;
	border-radius: 2vw;
	padding: 2vw 0vw 2vw 42vw;
	margin-bottom: 2.8vw;
}

.pimg{
	position: absolute;
	left: 0vw;
	top: 2vw;
	width: 41.4vw;
	height: 25.47vw;
	overflow: hidden;
	border-radius: 2vw;
}

.ptitle{
	font-size: 3.2vw;
	color: #2d2d2d;
	font-weight: bold;
	margin: 0 1vw;
	overflow: hidden;
}

.pdesc{
	height: auto;
	font-size: 2.67vw;
	color: #2d2d2d;
	line-height: 1.5;
	overflow: hidden;
	margin: 0 1vw;
}

.pbox .bottom{
	margin: 0 1vw;
	margin-top: 1.2vw;
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: absolute;
	bottom: 1.8vw;
}

.pbox .bottom .price{
	font-size: 2.93vw;
	color: #e80000;
	margin-right: 3vw;
}

.pbox .bottom .price b{
	font-size: 4.8vw;
}

.pbox .bottom .price b{

}

.gjNav.zhang:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	background: url(../images/finish3.png) no-repeat;
	background-size: 30vw 30vw;
	background-position: 56% 60%;
}

.part5 .part-content{
	display: flex;


}
.part5 .part-content>div{
	flex: 1;
}

.more_goods{
	/*padding-bottom: 6vw !important;*/
}
.more_goods .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a7dbf8 !important;
	width: 10vw;
	height: 2vw;
	border-radius: 5vw;
}
.flex_between{
	justify-content: space-between;
	display: flex;
}

/*swiper*/


.none {
	display: none;
}

.t-txt2 {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 1.5;
	padding: 10px 0 0;
}

.boxShadow {
	box-shadow: 0 4px 0 #432200;
}

.btn-box {
	margin: 0 auto 20px;
	text-align: center;
}

.btn-box .btnSty {
	display: inline-block;
	margin: 20px 15px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.flex {
	display: flex;
}

.flex-around{
	justify-content: space-between;
	align-items:flex-start;
	display: flex;
}

.flex-between{
	justify-content: space-between;
    align-items:flex-start;
	display: flex;
}

.flex-between.f-start{
	justify-content: flex-start;
}

.flex-between.f-start>*{
	margin-right: 1%;
}

header {
	width: 100%;
}

header .logo {
	width: 40%;
	padding: 10px 0;
}

/*早鸟*/

.loc {
	position: relative;
	width: 100%;
	height: 5.4vw;
	padding-left: 24vw;
	padding-right: 24vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loc_title{
	position: absolute;
	top:0;
	left: 0;
	padding-left: 2.4vw;
	line-height: 5.4vw;
	color: #284c9c;
	font-size: 3.2vw;
	font-weight: bold;
}

.loc_title:before{
	content: "";
	position: absolute;
	width: 1.2vw;
	height: 4.4vw;
	left: 0;
	top:0.5vw;
	border-radius: 2.2vw;
	background: #284c9c;
}

.loc_flex{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #303030;
	font-size: 3.1vw;
}

.loc .city {
	color: #284c9c;
	font-size: 3.1vw;
	font-weight: bold;
}

.loc select {
	margin-left: 1vw;
	border: 0;
	border-radius: 2vw;
	font-size: 2.8vw;
	font-weight: bold;
	padding: 0 1vw;
}

.loc .searchable-select {
	width: 20vw;
	min-width: unset;
	vertical-align: unset;
	font-size: 3.47vw;
	color: unset;
}

.loc .searchable-select-holder {
	margin-left: 1vw;
	padding: 0.6vw 2vw;
	min-height: unset;
	min-width: unset;
	border: none;
	box-shadow: none;
	border-radius: 2vw;
	font-size: 2.8vw;
	font-weight: bold;
	text-align: left;
}

.loc .searchable-select-caret{
	right: 2vw;
	top: 1.2VW;
}

.flight-search .item {
	position: relative;
	height: 9vw;
	line-height: 8vw;
	font-size: 4vw;
	text-align: center;
	color: #3a3a3a;
	font-weight: bold;
	flex: 1;
	padding: 0;
}

.flight-search .searchable-select {
	min-width: unset;
	vertical-align: unset;
	font-size: 3.3vw;
	color: unset;
}

.flight-search .searchable-select-caret {
	border-style: unset;
}

.flight-search .searchable-select-holder {
	padding: 0;
	line-height: 10vw;
	min-height: unset;
	min-width: unset;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.flight-btn {
	width: 20vw;
	line-height: 10.8vw;
	font-size: 0;
	background: url(../images/btn_search.png);
	background-size: 100% 100%;
}

.gjNav{
	position: relative;
	width: 100%;
	height: 60vw;
	background: #f9f9f9;
	border-radius: 2vw;
	text-align: center;
	overflow: hidden;
}

.gjNav .menu{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0vw;
	width: 20.4vw;
	z-index: 1;
}

.gjNav .menu .head{
	font-size: 3.2vw;
	color: #fff;
	font-weight: bold;
	line-height: 10.8vw;
	background: #f4ad51;
}

.gjNav .menu ul{
	position: absolute;
	left: 0;
	top:10.8vw;
	bottom: 0;
	width: 20.4vw;
	color: #333333;
	font-size: 3vw;
	font-weight: bold;
	overflow-y: scroll;
}

.gjNav .menu li{
	line-height: 7.2vw;
	background: #c6f6ff;
	border-bottom: 1px solid #0267d9;
}

.gjNav .menu li.active{
	background: #0267d9;
	color: #fff;
}

.gjNav .main{
	position: relative;
	height: 60vw;
	padding-left: 20.4vw;
}

.gjNav .main .category{
	width: 100%;
	height: 10.8vw;
	font-size: 3.84vw;
	color: #303030;
	background: #eeeeee;
	flex-wrap: wrap;
	display: flex;
}

.gjNav .main  .flight-group{
	position: absolute;
	left: 20.4vw;
	top:10.8vw;
	bottom: 0;
	right: 0;
	color: #3a4654;
	font-size: 2.67vw;
	overflow-y: scroll;
	background: url(../images/modal/tab.png) no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
}

.gjNav .main .np{
	/*width: 9.2vw;*/
	/*height: 4vw;*/
}

.loc[data-type="gj"]{
	padding: 0;
}

.loc[data-type="gj"] .loc_flex{
	justify-content:center;
	font-size: 3.73vw;
}

.flight-item .b_price {
	color: #085ab4;
	line-height: 6vw;
	font-size: 2.6vw;
	text-align: right;
	padding-right: 1vw;
	align-items: center;
	justify-content: space-between;
	display: flex;
}


.flight-item .b_price b{
	font-size: 4.2vw;
}

.flight-item {
	width: 48%;
	height: 14.4vw;
	margin: 0.4vw 1%;
	float: left;
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 1vw;
	padding: 0 0 0 1.6vw;
	overflow: hidden;
	border:1px solid #0267d9;
}

.flight-item:nth-child(3n) {
	/*margin-right: 0;*/
}

.flight-item .title {
	display: -webkit-flex;
	display: flex;
	color: #313131;
	align-items: center;
	font-size: 3.73vw;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	line-height: 7vw;
	 /*font-weight: bold;*/
}

.np{
    position: relative;
	width: 14.53vw;
	height: 5.2vw;
    background: url(../images/btn_buy2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0vw;
}

.flight-title {
    position: relative;
    line-height: 5.6vw;
    padding-left: 3.2vw;
    color: #0360CF;
    font-size: 3.73vw;
    font-weight: bold;
    /*text-shadow: 0.27vw 0 2.13vw rgba(231, 80, 19, .94);*/
}

.flight-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.33vw;
	height: 5.6vw;
	background: #0360CF;
	border-radius: 0.665vw;
}


.tip-txt .t-con {
	color: #0355ae;
	text-align: left;
}
.tip-price {
	font-size: 4.53vw;
	color: #0355ae;
}
.m-tip .box-btns {
	margin-top: 2vw;
	padding-top: 0;
}

.box-btns .btn {
	font-size: 4.27vw;
	border-radius: 10vw;
	width: 35.87vw;
	height: 9.07vw;
	line-height: 8.9vw;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background: url(../images/btn_bg2.png?1019) no-repeat;*/
	background-color: #f16635;
	background-size: 100% 100%;
	vertical-align: middle;
	display: inline-block;
}
/* lys start*/


.box .box-content.nobg{
	background:none;
	box-shadow: none;
}

.box .box-title{
	position: relative;
	margin: 0 auto;
	left: -4vw;
	z-index: 7;
}

.head{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: 1;
}

/* lys end */

.m-a{
	margin-left: auto;
	margin-right: auto;
}

.ls-half2{
	letter-spacing:0.25em
}

.ls-half{
	letter-spacing:0.5em
}

.ls-1{
	letter-spacing:1em
}

.ls-2{
	letter-spacing:2em
}

.pt-10 {
	padding-top: 1.33vw;
}

.pt-20 {
	padding-top: 2.66vw;
}

.pt-30 {
	padding-top: 4vw;
}

.pt-40 {
	padding-top: 5.33vw;
}

.pt-50 {
	padding-top: 6.66vw;
}

.pb-10 {
	padding-bottom: 1.33vw;
}

.pb-20 {
	padding-bottom: 2.66vw;
}

.pb-30 {
	padding-bottom: 4vw;
}

.pb-40 {
	padding-bottom: 5.33vw;
}

.pb-50 {
	padding-bottom: 6.66vw;
}


.mt-10 {
	margin-top: 1.33vw;
}

.mt-20 {
	margin-top: 2.66vw;
}

.mt-30 {
	margin-top: 4vw;
}

.mt-40 {
	margin-top: 5.33vw;
}

.mt-50 {
	margin-top: 6.66vw;
}

.mt-60 {
	margin-top: 8vw;
}

.mt-70 {
	margin-top: 9.33vw;
}

.mt-80 {
	margin-top: 10.66vw;
}

.mt-90 {
	margin-top: 12vw;
}

.mt-100 {
	margin-top: 13.33vw;
}

.fs-9{
	font-size: 2.4vw;
}

.fs-10{
	font-size: 2.67vw;
}

.fs-11{
	font-size: 2.93vw;
}

.fs-12{
	font-size: 3.2vw;
}

.fs-13{
	font-size: 3.5vw;
}

.fs-14{
	font-size: 3.73vw;
}

.fs-16{
	font-size: 4.4vw;
}

.fs-18{
	font-size: 4.8vw;
}

.fs-20{
	font-size: 5.33vw;
}

.fs-22{
	font-size: 5.86vw;
}

.fs-24{
	font-size: 6.4vw;
}

.fb{
	font-weight: bold;
}

.fn{
	font-weight: normal;
}

.mr-10 {
	margin-right: 1.33vw;
}

.td-u,a.td-u{
	text-decoration: underline;
}

.td-u2{
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

.td-u3{
	color: #0a57bf;
	padding-bottom: 2px;
	border-bottom: 1px solid #0a57bf;
}

.c-fff,.c-fff:hover{
	color: #fff !important;;
}

.c-000,.c-000:hover{
	color: #000 !important;;
}

.c-red,.c-red:hover{
	color: #ff0000 !important;
}

.c-434343,.c-434343:hover{
	color: #434343 !important;
}

.c-2d,.c-2d:hover{
	color: #2d2d2d !important;
	border-color: #2d2d2d;
}

.c-333,.c-333:hover{
	color: #333333 !important;
}

.c-043e79,.c-043e79:hover{
	color: #043e79 !important;
}

.c-0182ff,.c-0182ff:hover{
	color: #0182ff !important;
}

.c-ff461c,.c-ff461c:hover{
	color: #ff461c !important;
}

.c-0054bb,.c-0054bb:hover{
	color: #0054bb !important;
}

a.t-rule{
	display: table;
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
}

.flight-group .scrollUI {
	width: 100%;
	font-size: 2.93vw;
	line-height: 4.8vw;
	border-radius: 2.4vw;
	overflow: hidden;
	background: #fed1c1;
	padding: 1.2vw 1.6vw;
	flex-wrap: wrap;
	display: flex;
}

#box3 .flight-group .scrollUI{
	justify-content: flex-start;
}

.flight-group .scrollUI li {
	width: 25%;
	border-radius: 2.4vw;
	color: #262626;
	font-weight: bold;
	overflow: hidden;
}

.flight-group .scrollUI li.active {
	font-weight: bold;
	color: #fff;
	background: #004fac;
}

.flight-group .slip-item {
	border-bottom: none;
}

.flight-group .slip-item>div{
	font-size: 3.2vw;
}

.flight-group[data-id="1"] .scrollUI li.active{
	border-top:none;
	border-bottom:none;
}

.flight-group[data-id="1"] .scrollUI{
	border: 1px solid #ffcd8b;
}

.box-btns {
	flex: 1;
	text-align: center;
}

.box .p-txt{
	color: #d7ab6c;
	font-size: 14px;
	line-height: 1.6;
}

.txt-indent{
	text-indent: 2em;
}

.zhihui{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/*活动结束页面*/
.page-finish{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

.page-finish .page-content{
	position: absolute;
	left: 10%;
	top:30%;
	width: 80%;
	line-height: 120px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #000;
	border-radius: 10px;
	z-index: 201;
}

.more-1{
	background-color: #dff6ff;
	padding-top:2.66vw;
    border-top-right-radius: 2vw;
    border-top-left-radius: 2vw;
}

.more-2{
	background-color: #dff6ff;
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
	padding-bottom:2.66vw;
	padding-top: 7vw;
}

.more_txt{
	position: absolute;
    bottom: 8vw;
    z-index: 99;
    left: 4vw;
}

#more_dian{
	width: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    bottom: 6vw !important;
    right: 3vw;
}

/*侧边导航栏*/
.navR {
	position: absolute;
	/*width: 13.33vw;*/
	height: auto;
	top: 12vw;
	right: 0;
	padding: 1vw 0;
	/*background: url(../images/navR.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	z-index: 100;
	box-sizing: border-box;
	/*border-radius: 2vw 0 0 2vw;*/
	/*box-shadow: 0 0.8vw 1.2vw rgba(161, 161, 161, 0.59);*/


	width: 7.46vw;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: -1px 0.4vw 1.06vw 0px rgba(0, 0, 0, 0.26);
	border-radius: 3.73vw;
}

.navR .nav-items {
	height: 0;
	transition: height 0.4s;
	-webkit-transition: height 0.4s;
	overflow: hidden;
}

.navR.show .nav-items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 24.4vw;
}

.navR.show .back {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.nav-item {
	padding: 1vw 0 0;
	color: #000;
	font-size: 2.13vw;
	text-align: center;
}

.nav-item .icon {
	width: 5.6vw;
	margin: 0 auto;
}

.nav-item p {
	padding: 1vw 0;
}



.navFixed {
	position: fixed;
	z-index: 9;
	display: none;
}

.kefu{
	width: 100%;
	height: 13.5vw;
	display: block;
}

.talk{
	width: 100%;
	height: 12vw;
	display: block;
}

.back{
	width: 100%;
	height: 8vw;
	display: block;
}

.open{
	position: fixed;
	width: 14vw;
	top:93vw;
	right: 0;
	z-index: 21;
	display: none;
}


.swiper-pagination{
	position: unset!important;
}

.buy{
	position: relative;
	width: 41.8vw;
	margin-top: 4vw;
}
.float_icon {
	position: absolute;
	width: 16vw;
	right: -5vw;
	top: -3vw;
}