* {
	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%;
	height: 84vw;
}

/*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.png) 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: #fff;
	width: 100%;
	height: 9.6vw;
	align-items: center;
	display: flex;
	border-radius: 4.6vw;
}

.flight-search .s9{
	width: 7.87vw;
	height: 3.07vw;
}

.flight-search .item{
	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{
	color: #fff;
	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;
}

.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;
}

.content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 3.2vw;
	padding-top: 8vw;
	padding-bottom: 20vw;
	background: url(../images/bg.png) no-repeat #103e76;
	background-position: center bottom;
	background-size: 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;
}

.part0{
	position: relative;
	width: 92.67vw;
	padding: 17.6vw 2.8vw 0vw;
	background: url(../images/part0.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	border-radius: 2vw;
    height: 57vw;
}

.part0 .coupon_flag {
	position: absolute;
	width: 16.53vw;
	height: auto;
	right: 1.2vw;
	top: 4.53vw;
}

.part1 #hot-swiper {
	height: 100%;
}

.part1 #hot-swiper> .swiper-pagination-bullets {
	bottom: 0;
}

.part1{
	width: 92.67vw;
	padding: 15vw 2.8vw 3vw;
	background: url(../images/part1.png?1) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	border-radius: 2vw;
    height:49vw;
	margin-top: 4.8vw;
}

.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{
	width: 92.67vw;
	height: 150.4vw;
	margin: 4.8vw auto 0;
	padding: 16.8vw 2.8vw 0;
	background: url(../images/part2.png);
	background-size: 100% 100%;
  	padding-bottom: 3vw;
}

.mySwiper{
	margin: 2vw auto 0;
	padding-bottom: 6vw !important;
}

.mySwiper .swiper-slide{

}

.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;
}

.part2 .mySwiper> .swiper-pagination-bullets {
	bottom: 0;
}


.flight-items{
	height: 51vw;
	align-content:flex-start;
	justify-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	overflow-y: scroll;
	display: flex;
}

.flight-items::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	border-radius: 10px;
}

.flight-items::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 8px;
}

.item{
	width: 41.2vw;
	height: 14.4vw;
	background: #fff;
	padding: 2vw 1.6vw;
	border-radius: 2vw;
	margin-bottom: 1.2vw;
	border: 1px solid #b6e5fc;
}

.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{
	font-size: 2.93vw;
	color: #fd4504;
}

.item .bottom .price b{
	font-size: 4.27vw;
}

.btn_buy{
	width: 14.53vw;
	height: 5.2vw;
}

.part3{
	position: relative;
	width: 92.67vw;
	margin: 10.8vw auto 0;
	padding: 14.8vw 1.6vw 3VW;
	background: url(../images/part3.png);
	background-size: 100%;
	border-radius: 3vw;
}

.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{
	/*height: 168vw;*/
	margin: 3.6vw auto 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.plist2{
	/*height: 168vw;*/
	margin: 3.6vw auto 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.pbox{
	width: 44.4vw;
	height: 52.8vw;
	background: #fff;
	border-radius: 2vw;
	padding: 2vw;
	margin-bottom: 2vw;
	border: 1px solid #b7e4fa;
}
.pbox2{
	width: 44.4vw;
	height: 54vw;
	background: #fff;
	border-radius: 2vw;
	padding: 2vw;
	margin-bottom: 2vw;
	border: 1px solid #b7e4fa;
}

.pimg{
	width: 40.67vw;
	height: 25.47vw;
	overflow: hidden;
	border-radius: 2vw;
}

.ptitle{
	font-size: 4vw;
	height: 3.6em;
	color: #2d2d2d;
	font-weight: bold;
	margin-top: 2.4vw;
	overflow: hidden;
}
.ptitle2{
	font-size: 4vw;
	/* height: 4.6em; */
	color: #2d2d2d;
	font-weight: bold;
	margin-top: 2.4vw;
	overflow: hidden;
}

.pbox2 .pdesc {
	font-size: 2.8vw;
	margin-top: 1vw;
}

.pbox2 .bottom{
	margin-top: 1.2vw;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.pbox2 .bottom .price{
	font-size: 2.93vw;
	color: #fd4504;
}

.pbox2 .bottom .price b{
	font-size: 4.8vw;
}

.pbox2 .bottom .price b{

}

.pbox .bottom{
	margin-top: 1.2vw;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.pbox .bottom .price{
	font-size: 2.93vw;
	color: #fd4504;
}

.pbox .bottom .price b{
	font-size: 4.8vw;
}

.pbox .bottom .price b{

}

.part4{
	position: relative;
	width: 92.67vw;
	height: 200.27vw;
	margin: 10.8vw auto 0;
	padding: 16.4vw 4vw 0;
	line-height: 1.5;
	background: url(../images/part4.png);
	background-size: 100% 100%;
}

.part4 p{
	font-size: 3.4vw;
	word-break:break-all;
}

.part4 a{
	color: #164eea;
	word-break:break-all;
}

.c-d62b0e{
	color: #d62b0e;
}

.part4 p.tip{
	font-size: 2.67vw;
	color: #8b8b8b;
}

.part5{
	position: relative;
	width: 92.67vw;
	height: 56.93vw;
	margin: 10.8vw auto 0;
	padding: 16.4vw 4vw 0;
	line-height: 1.5;
	background: url(../images/part5.png);
	background-size: 100% 100%;
}

.part6{
	position: relative;
	width: 92.67vw;
	height: 76vw;
	margin: 10.8vw auto 0;
	padding: 14.8vw 1.6vw 0;
	background: url(../images/part6-new.png);
	background-size: 100% 100%;
}

.part7{
	position: relative;
	width: 96vw;
	height: 48.67vw;
	margin: 10.8vw auto 0;
	padding-top: 15.2vw;
	background: url(../images/part7.png);
	background-size: 100% 100%;
}

.part7 .part7_box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.part7 .part7_box img {
	display: block;
	width: 43.6vw;
	height: auto;
	margin-left: 1.13vw;
	margin-right: 1.13vw;
}

/*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-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;
}

/* 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-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;
}

/*侧边导航栏*/
.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: 7.83vw;
	display: block;
}

.open{
	position: fixed;
	width: 14vw;
	top: 52vw;
	right: 0;
	z-index: 21;
	display: none;
}

.navR{
	position: fixed;
	width: 14vw;
	height: 21.33vw;
	top: 33vw;
	right: -14vw;
	background: url(../images/navR.png?v=20240703) no-repeat;
	background-size: 100% 100%;
	transition: right 0.4s;
	z-index: 21;
}

.navR.show{
	right: 0;
}