@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Roboto-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Roboto-Medium.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Roboto-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	font-family: Roboto, Arial, sans-serif;
	list-style: none;
	outline: 0!important
}

a {
	color: #000
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}

.u-line-1,
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transform: translate3d(0, 0, 0)
}

.u-line-1 {
	-webkit-line-clamp: 1
}

.u-line-2 {
	-webkit-line-clamp: 2
}

.u-line-3 {
	-webkit-line-clamp: 3
}

.u-line-4 {
	-webkit-line-clamp: 4
}

.u-line-5 {
	-webkit-line-clamp: 5
}

.u-line-6 {
	-webkit-line-clamp: 6
}

.headbar header {
	width: 100%;
	background-color: #b80000
}

.center {
	width: 1300px;
	height: 100%;
	margin: auto
}

.header-logo {
	height: 100%;
	display: flex;
	align-items: center
}

.logo {
	border-radius: 50%
}

.title {
	font-weight: 700;
	font-size: 22px;
	margin-left: 10px
}

.title a {
	color: #fff
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.flexs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.header-search {
	height: 100%;
	display: flex;
	padding: 20px 0;
	justify-content: end;
	align-items: center;z-index: 999;
}

.search {
	overflow: hidden;
	height: 32px;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-left: 30px
}

.search-icon {
	padding: 10px;
	display: flex;
	align-items: center;
	padding-right: 0
}

.search-input {
	width: 80%;
	height: 90%;
	border: 0;
	outline: 0;
	color: #888;
	font-size: 16px;
	border-radius: 0 40px 40px 0
}

header .title a:hover {
	color: #fff
}

.contact-information div {
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	text-align: right;
	padding-right: 13px
}

.phoneicon {
	margin-right: 5px
}

.email {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	padding-left: 13px;
	margin-right: 15px;
	border-left: 1px solid #fff
}

.email a {
	color: #fff
}

.gsib_a {
	padding: 0!important;
	padding-left: 8px!important;
	margin-top: 5px!important
}

.email a:hover {
	color: #fff
}

.gsc-input-box {
	border: 0!important
}

.bt-f-block {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.prompt-text {
	display: none;
	position: absolute;
	right: 0;
	width: max-content;
	color: #fff;
	background: #000;
	border-radius: 6px;
	margin-top: 10px;
	padding: 4px 14px
}

.language-translate .goog-te-gadget {
	color: transparent;
	width: 61px;
	height: 55px;
	background-color: #b80000;
	border-radius: 30px 0 0 30px;
	box-shadow: 0 0 15.52px .48px rgba(196, 196, 196, .59)
}

.language-translate .goog-te-gadget div {
	width: 61px;
	height: 55px
}

.language-translate .goog-te-gadget div .goog-te-combo {
	width: 61px;
	height: 55px;
	padding: 0 10px;
	margin: 0!important
}

.goog-te-combo {
	cursor: pointer;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: max-content;
	border: 0;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 10px;
	background-color: transparent;
	color: currentColor;
	background: url(../images/icon/language-icon-1.png) no-repeat;
	background-position: center center;
	background-size: 43px
}

.goog-te-gadget .goog-te-combo {
	padding-left: 25px;
	font-size: 15px;
	width: 100px;
	font-family: Roboto, Arial, sans-serif
}

.goog-te-combo::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.goog-te-combo::-webkit-scrollbar-track {
	background-color: #f2f2f2
}

.goog-te-combo::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 5px
}

.goog-te-combo::-webkit-scrollbar-thumb:hover {
	background-color: #999
}

.jiyancap {
	margin: 10px 0
}

#ptcaptcha-box {
	padding: 0 5%;
	margin-bottom: 25px!important
}

.skiptranslate iframe,
.skiptranslate span {
	display: none
}

.footer-translate-element .goog-te-gadget {
	color: transparent;
	height: 25px
}

html body {
	top: 0!important
}

.goog-te-combo option {
	background-color: #fff;
	padding: 5px 0!important;
	display: block;
	color: #000
}

.gcse-searchbox-only {
	display: none
}

.search .gsib_a input {
	font-size: 14px
}

.search-icon {
	padding-left: 7px
}

.search .gsc-input input::placeholder {
	font-size: 12px!important;
	color: #b5b5b5!important
}

.contact-information div {
	display: flex;
	align-items: center
}

.contact-information img {
	margin-right: 10px
}

.gsib_b .gsst_a .gscb_a {
	color: #000
}

.gsib_b .gsst_a:focus .gscb_a,
.gsib_b .gsst_a:hover .gscb_a {
	color: #b80000
}

.search .gsc-search-button-v2 svg {
	fill: #b80000;
	width: 16px;
	height: 16px
}

.search .gsc-search-button-v2 {
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border: 0;
	cursor: pointer;
	padding-right: 10px
}

.search .gsc-search-button-v2:hover {
	background-color: #fff
}

.search .gsc-search-button-v2,
.search .gsc-search-button-v2:focus {
	background-color: #fff;
	background-image: none;
	filter: none
}

.search form.gsc-search-box,
.search-box form.gsc-search-box {
	margin: 0
}

.search .gsib_a {
	background-position: left 13px center;
	background-image: url("../images/icon/aot-header-search.png");
	padding-left: 40px!important
}

.search .gsib_b,
.search-box .gsib_b {
	display: none
}

.search form.gsc-search-box {
	width: 280px!important
}

.search .gsib_a input {
	padding-right: 10px!important
}

nav {
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 1.5
}

.listall {
	height: 100%
}

.listall ul {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%
}

.listall ul li {
	list-style: none
}

.listall ul li a {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	display: block;
	padding: 18px 16px 16px 16px;
	border-bottom: 3px solid #fff;
	transition: all .3s
}

.listall ul:hover .actived {
	border-color: #fff!important
}

.listall ul li .actived:hover {
	border-color: #b80000!important
}

.listall ul li a:hover {
	border-color: #b80000
}

.crumbs {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.crumbs .crum {
	width: 100%
}

.history {
	width: 100%;
	height: 100%;
	padding: 45px 0;
	font-size: 15px;
	font-weight: 400
}

.history a {
	margin-right: 20px
}

.history a:hover {
	text-decoration: underline
}

.history a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	transition: transform .5s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	margin-top: 7px;
	margin-left: 5px
}

.body {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.body li a {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	display: block;
	border-bottom: 5px solid #fff;
	transition: all .3s;
	line-height: 23px;
	padding: 20px 0 15px 0
}

.body li a img {
	width: 18px;
	float: right;
	margin-top: 2px
}

#upper {
	display: none
}

.actived {
	border-bottom: 5px solid #b80000!important
}

.body:hover .actived {
	border-color: #fff!important
}

.body .ative:hover .actived {
	border-color: #b80000!important
}

.body li:hover a {
	border-color: #b80000
}

.ContactUs {
	height: 100%;
	display: flex;
	align-items: center
}

.searchbtn {
	display: flex;
	align-items: center
}

.code_btn {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	height: 100%
}

.usbutton {
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 7px 12px;
	line-height: 17px
}

.lang-select {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 8px
}

.lang-select select {
	background-color: #fff;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 32px 7px 12px;
	line-height: 17px;
	cursor: pointer;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBkPSJNNiA4TDEgM2gxMHoiIGZpbGw9IiM5OTkiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: right 10px center
}

.lang-select select:hover {
	border-color: #b80000
}

.lang-select select:focus {
	border-color: #b80000
}

.body>li {
	list-style: none;
	position: relative
}

.pull-down {
	position: absolute;
	left: 0;
	z-index: 344;
	display: none;
	background-color: #fff;
	padding: 20px 5px;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 20%) 0 2px 8px 0;
	width: max-content;
	top: 63px;
	border-top: 1px solid #e8e8e8
}

.pull-down ul {
	float: left;
	margin: 0 18px
}

.pull-down ul li a {
	font-size: 15px!important;
	font-weight: 400;
	border: 0;
	padding: 15px;
	color: #000
}

.pull-down ul li a:hover {
	text-decoration: underline;
	color: #b80000
}

.border {
	border-bottom: 1px solid #eee;
	margin: 15px 30px
}

.boxcar:after,
.boxcar:before {
	display: table;
	content: " "
}

.boxcar:after {
	clear: both
}

.boxcar>ul li h5 {
	padding: 15px;
	font-size: 17px;
	font-weight: 500
}

.Column1 {
	left: -85px
}

.synopsis a {
	text-decoration: underline
}

.font-color {
	color: #b80000;
	margin-left: 20px;
	font-style: italic
}

.Column2 {
	left: -180px
}

.Column2 .boxcar ul li a {
	padding: 15px
}

.column-sraech {
	padding: 7px 20px;
	background-color: #f7f1f1;
	display: flex;
	align-items: center;
	width: max-content;
	border-radius: 20px;
	margin: 30px 0 15px 30px;
	cursor: pointer
}

.all-search {
	font-size: 15px;
	color: #b80000
}

.min-search {
	margin-top: -2px;
	margin-left: 5px
}

.Column3 {
	left: -210px
}

.Column1 .column-sraech,
.Column3 .column-sraech {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px
}

.column-sraech a {
	border: 0!important;
	font-weight: 400!important;
	display: flex!important;
	padding: 0!important;
	color: #b80000!important;
	font-size: 16px!important;
	align-items: center
}

.column-sraech a img {
	width: auto!important;
	height: auto!important
}

.tibethead .Column3 {
	left: -130px
}

.tibethead .Columnnew {
	left: -650px
}

.tibethead .Column4 {
	left: -50px
}

footer {
	width: 100%;
	margin-top: 100px
}


.footer-top {
	width: 100%;
	background-color: #f7f1f1;
	padding-bottom: 50px
}

.tourstab {
	font-size: 18px;
	font-weight: 700
}

.asiatours {
	padding-top: 50px
}

.asiatours ul li {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 400
}

.header-main {
	display: flex;
	align-items: center
}

.odyssey {
	width: 26.6%;
	height: 100%;
	padding-top: 47px
}

.footerody-1 {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e2e2
}

.ody-title {
	font-size: 30px;
	font-weight: 700
}

.ody-detail {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 15px
}

.footerody-2 {
	padding-top: 30px;
	display: flex;
	justify-content: space-between
}

.contacat {
	font-size: 18px;
	font-weight: 700
}

.tell p {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px
}

.footer-code {
	display: flex;
	margin-top: 30px
}

.f-contact-qrcode {
	width: 115px;
	margin-right: 31px
}

.f-whatsapp-icon {
	position: fixed;
	right: 22px;
	z-index: 999;
	bottom: 80px
}

.right0 {
	margin-right: 0
}

.f-qrcode-img img {
	width: 100%
}

.f-qrcode-text {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 2px 0;
	margin-top: 10px;
	text-align: center
}

.oay-email {
	font-size: 15px;
	font-weight: 500;
	margin-top: 17px
}

.oay-Orcode {
	padding: 10px;
	background-color: #fff;
	width: max-content;
	margin: auto
}

.code {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 7px
}

.footerody-3 {
	width: 100%;
	padding-top: 30px
}

.followus {
	font-size: 18px;
	font-weight: 700
}

.foall {
	width: 100%;
	display: flex;
	align-items: center
}

.bestseller {
	position: relative
}

.bestseller .bestseller_icon {
	position: absolute;
	left: 8px;
	top: -3px
}

.bestseller .bestseller_icon img {
	border-radius: 0
}

.norad .bestseller_icon {
	left: 0
}

.bestseller .seasonaloffer_icon {
	left: -12px;
	top: 15px
}

.mode {
	width: 32px;
	margin-top: 15px;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.faq-map-pic {
	text-align: center;
	margin: 20px 0
}

.faq-map-pic img {
	width: 280px;
	margin: auto;
	box-shadow: rgba(18, 18, 18, .1) 0 1px 3px
}

.check_f_t {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none
}

.check_f_t .view_dt {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0
}

.check_f_t .close {
	position: absolute;
	right: 15%;
	top: 10%;
	z-index: 999
}

.check_f_t .close img {
	width: 35px;
	cursor: pointer
}

.check_f_t .data_pic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin: auto;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.mode img {
	width: 100%;
	height: 100%
}

.mode:hover {
	transform: translateY(-6px)
}

.footer-bottom {
	width: 100%;
	background-color: #000;
	padding: 44px 0 40px 0
}

.AboutUs {
	width: 850px;
	height: 100%;
	margin: auto
}

.aba-top {
	display: flex;
	justify-content: space-between
}

.aba-top a {
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.aba-bottom {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 20px
}

.asiatours ul li a:hover {
	text-decoration: underline;
	color: #000
}

.aba-top a:hover {
	text-decoration: underline;
	color: #fff
}

.title a {
	color: #fff
}

.livechatSmall {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999
}

.gotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999
}

.header_promo {
	text-align: center;
	color: #b80000;
	padding: 7px 0;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center
}

.header_promo img {
	width: 36px;
	margin-right: 10px
}

.header_promo a {
	color: #b80000;
	text-decoration: underline;
	margin-left: 5px
}

.group_tours_banner {
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index: 999
}

.g-t-b-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .6);
	cursor: pointer
}

.layui-layer-undefined {
	overflow: auto!important
}

.formwarp h2 {
	color: #000;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.4
}

.formwarp h2 #Regimentalperiod {
	color: #b80000
}

legend {
	font-size: 20px;
	color: #b80000;
	font-weight: 700;
	margin: 6px 0
}

.layui-form-item {
	margin-top: 15px
}

.bad {
	display: flex;
	justify-content: space-between
}

.bad .layui-form-item {
	width: 48%
}

sup {
	font-size: 17px;
	margin-left: 5px;
	color: #bd121a;
	top: -4px;
	position: absolute
}

.bad .layui-inputs {
	width: 100%
}

.bad .layui-form-item {
	margin-bottom: 2px;
	margin-top: 2px
}

.self-left {
	width: 100%
}

.layui-inputs {
	border: 1px solid #ced4da;
	display: block;
	height: 40px;
	padding: 0 .75rem;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.layui-form-item .layui-form-label {
	font-weight: 500;
	text-align: left;
	padding: 0 25px 10px 0;
	width: 100%;
	float: none;
	font-size: 15px
}

.layui-form-label {
	width: 100%;
	padding-left: 0;
	text-align: left;
	font-size: 15px;
	font-weight: 500
}

.layui-layer-setwin span {
	font-size: 26px;
	margin-right: 15px
}

.layui-inputs-block {
	margin: 0!important
}

.select-title {
	padding-right: 20px;
	background: url(../images/icon/up-down-arrow.png) no-repeat 90% center #fff;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 .75rem;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: border-box;
	cursor: pointer;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	z-index: 9999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.h3 {
	font-size: 1rem;
	margin-bottom: .5rem
}

.people {
	display: flex;
	justify-content: space-between
}

.col-lg-3 {
	position: relative;
	width: 30%
}

.date_input {
	padding-right: 50px
}

.layui-form-textarea {
	width: 100%;
	height: 100%
}

.layui-layer-setwin {
	top: -24px!important
}

.ptxt {
	width: 100%;
	height: 95px;
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
	background-color: #fff;
	border-radius: .25rem;
	resize: none;
	font-size: 14px
}

.layui-laydate-header i {
	color: #f6f6f6!important
}

.laydate-set-ym span {
	color: #f6f6f6!important
}

.layui-inputs:focus,
.ptxt:focus,
.select-title:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.layer-imgbar {
	display: none;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: -50px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 17px
}

.layui-layer-photos {
	overflow: inherit!important
}

.layui-laydate-content .layui-this {
	display: block!important
}

.layui-inputs-block {
	position: relative
}

.bad .alert-danger {
	margin-top: 5px
}

.layerclose {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: rgba(0, 0, 0, .6);
	border-radius: 50%;
	display: flex;
	text-align: center;
	line-height: 40px;
	cursor: pointer
}

.layui-inline {
	width: 100%
}

.date_icon {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 5px
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div,
.layui-laydate-header {
	background-color: #b80000!important
}

.btn-primary {
	color: #fff;
	background-color: #b80000;
	display: block;
	margin: 0 auto;
	border: 0;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	cursor: pointer;
	margin-top: 20px
}

.hote {
	width: 100%;
	margin-bottom: 30px
}

.forms .flex {
	align-items: inherit
}

.radio {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	width: 70%
}

.radio label {
	display: flex;
	align-items: center
}

.radio label div {
	width: 30px;
	height: 30px;
	border: 1px solid #c9c9c9;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: all .1s
}

.radio label input[type=radio] {
	display: none
}

.radio input:checked~.checked {
	background-image: url(../images/icon/correct.png);
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat
}

.cruiseform #dates {
	background: url(../images/icon/date_s.png) no-repeat 97% center #fff;
	background-size: 25px
}

.alert-danger {
	color: #bd2020;
	margin-bottom: 10px;
	font-size: 15px
}

.loading {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}

.t_block img {
	width: 25px;
	margin-right: 10px
}

.cruiseform .hide {
	visibility: visible;
	display: none
}

.showmore {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 60px
}

.showbutton {
	border: 1px solid;
	color: #b80000;
	text-align: center;
	width: max-content;
	font-size: 17px;
	font-weight: 500;
	padding: 6px 15px;
	border-radius: 20px;
	margin: auto;
	cursor: pointer
}

.showbutton i img {
	width: 15px;
	height: 15px;
	margin-left: 5px
}

.showbutton:hover {
	text-decoration: underline
}

.showbutton a {
	color: #b80000
}

.chart {
	width: 100%;
	height: 430px;
	background-image: url(../images/icon/back.jpg);
	margin-top: 60px;
	background-size: 100% 100%
}

.chart_1000 {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between
}

.chart_left p {
	color: #fff
}

.chart_left {
	width: 50%;
	margin-top: -90px
}

.easy {
	font-size: 23px;
	font-weight: 500
}

.top90 {
	margin-top: 90px;
	margin-bottom: 50px
}

.exp-title a {
	color: #b80000
}

.chart-p1 {
	font-family: 'Times New Roman', Times, serif
}

.options {
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%
}

.hrs {
	width: 15px;
	height: 1px;
	background-color: #fff;
	margin: 20px 0
}

.croud {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	margin-top: 5px
}

.chart_right {
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 20px 30px 18px 30px
}

.trip {
	
	margin-bottom: 10px;
	font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.input_user {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.input_user>p{
	display: flex; width: 100%; height: 100%; align-items: center; position: relative;
}
.input_user.textarea_ideas>p{
	display: block;
}
.input_user .wpcf7-not-valid-tip{
	position: absolute ; right: 0; font-size: 12px; bottom: 0;
}
.input_user input {
	width: 80%;
	padding: 12px 0;
	background-color: #fff;
	border: 0;
	outline: 0;
	padding-left: 10px;
	font-size: 15px;
}

.usericon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0
}

.usericon img {
	width: 100%;
	height: 100%;
	flex-shrink: 0
}

.usericon-user,
.usericon-company {
	background-image: url(../images/icon/icon5.png);
}
.usericon-email {
	background-image: url(../images/icon/icon6.png);
}
.usericon-phone {
	background-image: url(../images/icon/icons6.png);
}

.input_user label {
	font-size: 13px;white-space: nowrap;
}

.textarea {
	height:205px;
	outline: 0;
	width: 85%;
	border: 0;
	padding-left: 17px;
	padding-top: 10px;
	resize: none;
	font-size: 15px
}

.textarea_ideas {
	display: block
}

.ideas {
	display: block;
	float: left;
	margin-top: 8px
}

.submit {
	width: 100%;
	padding: 5px 0;
	color: #fff;
	border: 0;
	background-color: #b80000;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
}

.data_loading,
.data_loadings {
	display: none;
	text-align: center;
	margin-top: 20px
}

.submit:hover {
	background-image: linear-gradient(#b80000, #c52626, #c52626, #b80000)
}

.phone-input-container {
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0
}

.country-code {
	position: relative;
	min-width: 80px;
	height: 100%;
	border-right: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
	cursor: pointer
}

#search-code {
	display: none;
	width: 79px;
	height: 100%;
	padding: 5px;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 24px;
	box-sizing: border-box;
	border: 0;
	background: url(../images/icon/w-search-2.png) no-repeat 90% center;
	background-size: 18px;
	border-radius: 5px 0 0 5px
}

#code-list {
	width: max-content;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 5px;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	overflow: hidden;
	z-index: 1000;
	opacity: 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
	padding: 4px 0;
	max-height: 280px;
	overflow-y: auto
}

#code-list.code_open {
	transform: scaleY(1);
	opacity: 1
}

#code-list li {
	padding: 8px 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	color: #444
}

#code-list li:hover {
	background-color: #f3f3f3
}

#selected-code {
	padding-left: 12px;
	padding-right: 24px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	background: url(../images/icon/w-drop-down-2.png) no-repeat 90% center #fff;
	background-size: 20px;
	border-radius: 5px 0 0 5px;
	align-items: center;
	font-size: 15px
}

.phonenumber-sty {
	padding: 0 12px;
	font-size: 15px;
	border: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px
}

.see {
	margin-bottom: 30px
}

.see #parent {
	margin-top: 40px
}

.see #parent .news {
	width: 32%;
	padding: 15px;
	background-color: #f3f3f3
}

.see .userinfo {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.see .userinfo .user {
	display: flex;
	align-items: center
}

.see .userinfo .user .head {
	width: 40px
}

.see .userinfo .user .head img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.see .names {
	margin-left: 8px
}

.see .id {
	font-size: 14px;
	font-weight: 500
}

.see .briefly {
	font-size: 13px;
	color: #656464
}

.see .Stars {
	display: flex;
	margin-top: 20px
}

.see .starall {
	display: flex;
	align-items: center
}

.see .starall img {
	width: 18px;
	height: 18px
}

.see .dian {
	font-size: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: 10px;
	color: #6b6b6b
}

.see .comment {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px
}

.see .sp1 {
	font-size: 14px;
	font-weight: 500
}

.see .sp2 {
	font-size: 12px;
	color: #5a5959;
	margin-left: 10px
}

.see .com_content {
	font-size: 13px;
	margin-top: 10px
}

.see .readmore {
	color: #b80000;
	text-decoration: underline;
	font-size: 14px;
	margin-top: 10px
}

.see #img_ul {
	display: flex;
	justify-content: space-between
}

.cruiseform {
	padding: 44px;
	max-width: 750px;
	padding-top: 0
}

.layui-layer-title {
	border-bottom: 0!important
}

.new_nav_box {
	padding: 10px 40px 0;
	min-width: 845px
}

.new_nav_title {
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 18px;
	font-size: 16px;
}

.new_nav_title:first-child {
	margin-top: 0
}

.new_nav_box .nav_row {
	display: flex;
	margin: 0 -40px
}

.nav_row .nav_card {
	display: block;
	width: 33.33%;
	padding: 0 40px;
	border: 0;
	transition: all .3s ease
}

.nav_card_img {
	overflow: hidden;
	border-radius: 10px
}

.nav_card .nav_card_img img {
	width: 100%;
	float: none;
	height: 120px;
	border-radius: 10px;
	transition: transform .3s ease
}

.nav_card_res {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px
}

.new_nav_box ul {
	margin: 0;
	float: none;
	padding: 0 40px;
	width: 33.33%
}

.nav_group_link li {
	font-size: 15px;
	margin-bottom: 5px
}

.column-sraech {
	margin: 20px auto 0
}

.nav_group_link .nav_row a {
	padding: 0
}

.nav_group_box .n-g-left li {
	margin-bottom: 5px
}

.nav_group_box .n-g-left li:last-child {
	margin-bottom: 0
}

.nav_group_box .n-g-left li:first-child a {
	background-color: #f7f1f1;
	color: #b80000;
	font-weight: 500
}

.nav_group_box .n-g-left li:first-child a span {
	font-weight: 500
}

.nav_group_box .n-g-left li a {
	display: block;
	width: max-content;
	padding: 9px 25px;
	font-weight: 500;
	border-radius: 10px
}

.nav_group_box .n-g-left li a span {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav_group_box .n-g-left li a:hover {
	background-color: #f7f1f1;
	text-decoration: none
}

.nav_group_box {
	padding: 25px 10px 10px 45px
}

.nav_group_row {
	display: flex;
	margin: 0 -50px
}

.n-g-left,
.n-g-right {
	padding: 0 50px
}

.n-g-left {
	width: 35%
}

.n-g-left ul,
.nav_r_chat ul {
	width: 100%;
	margin: 0;
	float: none
}

.n-g-left {
	border-right: 1px dotted #e5e5e5
}

.n-g-right a:hover {
	text-decoration: underline
}

.nav_group_box .n-g-right a {
	border: 0;
	padding: 0;
	font-size: 15px;
	padding-right: 20px;
	font-weight: 400
}

.nav_group_box .n-g-right span {
	font-weight: 700;
	display: block;
	margin-left: 0;
	font-size: 17px
}

.n-g-right {
	padding-right: 20px
}

.n-g-right p {
	margin-bottom: 15px
}

.nav_r_chat .nav_cities {
	font-weight: 500;
	margin-bottom: 10px
}

.nav_r_chat ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px
}

.nav_r_chat ul li {
	width: 25%;
	margin-bottom: 10px;
	list-style: disc
}

.nav_r_chat ul li,
.nav_r_chat ul li a {
	color: #6d6d6d
}

.pull-down {
	border-radius: 3px 3px 20px 20px
}

.btmdost {
	padding: 0 30px;
	padding-bottom: 10px
}

.nav_li_flex {
	width: 800px
}

.nav_li_flex ul {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	float: none
}

.nav_li_flex ul li {
	list-style: disc;
	/* margin-left: 20px; */
	width: 22.2%
}

.nav_li_flex ul li a {
	padding: 9px 0
}

.nav_li_flex ul li::marker {
	content: "";
}

.btmdost>ul:first-of-type {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 25px
}

.nav_li_block {
	width: max-content
}

.nav_li_block ul {
	display: block;
	float: left;
	margin: 0 30px
}

.nav_li_block ul li {
	width: 100%
}

.nav_li_block .new_nav_title a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: 500
}

.nav_li_block .new_nav_title a:hover {
	color: #b80000;
	text-decoration: underline
}

/* Products 下拉：二级分类卡片（产品图 + 缩写标题 + 栏目副标题） */
.nav_li_block ul li a .cat-nav-card {
	padding: 0
}
.nav_li_block ul li a{
	padding: 5px 0;
}
.nav_li_block ul li a:hover{
	text-decoration: none;
}
.nav_li_block ul li a:hover{
	opacity: 0.85;
}
.nav_li_block ul li .cat-nav-card {
	display: flex;
	align-items: center;
	gap:10px
}

.nav_li_block ul li .cat-nav-card img {
	width: 55px;
	height: 39px;
	object-fit: cover;
	border-radius: 2px;
	flex: 0 0 55px
}

.nav_li_block ul li .cat-nav-txt {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.nav_li_block ul li .cat-nav-txt h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color:#b80000;
	line-height: 1.3
}

.nav_li_block ul li .cat-nav-txt span {
	font-size: 12px;
	color: #888;
	line-height: 1.4
}

.nav_li_block ul li a:hover .cat-nav-txt h3 {
	color: #b80000
}

.nav-guide-left .n-g-left ul li span:after {
	content: "";
	width: 6px;
	height: 6px;
	transition: transform .5s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg)
}

.new_nav_guide {
	display: flex
}

.padding0_guide {
	padding: 0
}

.nav-guide-left {
	background-color: #f3f3f3;
	padding: 30px;
	padding-top: 40px;
	border-bottom-left-radius: 20px
}

.nav-guide-left .n-g-left {
	width: 100%;
	padding: 0;
	border: 0
}

.nav-guide-left .n-g-left li:first-child a {
	background: 0 0;
	color: #000
}

.nav-guide-left .n-g-left li.guide_left_active a {
	background-color: #fff;
	color: #b80000
}

.nav-guide-left .n-g-left li a {
	width: 100%;
	padding: 9px 15px;
	min-width: 260px
}

.nav-guide-right {
	padding: 40px;
	min-width: 887px
}

.guide_tab_link {
	display: flex;
	gap: 30px;
	justify-content: space-between
}

.nav-guide-left .n-g-left li {
	margin-bottom: 15px
}

.nav-guide-left .n-g-left li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #b80000
}

.new_nav_guide .column-sraech {
	margin-top: 30px
}

.nav-guide-right .new_nav_title {
	display: flex
}

.new_nav_title .guide_dot {
	background-color: #e98e8e;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 1px 2px;
	border-radius: 3px;
	line-height: 16px;
	margin-right: 10px;
	margin-top: 2px;
	height: 100%
}

.pull-down .guide-column ul {
	position: relative;
	margin: 0;
	margin-left: 10px;
	padding-left: 10px
}

.pull-down .guide-column ul li a {
	padding: 10px
}

.pull-down .guide-column ul:before {
	content: '';
	display: table;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #e5e5e5;
	position: absolute;
	margin-top: -5px;
	left: 0
}

.guide_tab {
	display: none
}

.guide_right_active {
	display: block
}

.nav_theme_box .new_nav_box {
	min-width: auto
}

.nav_row .nav_card_bfb {
	width: 50%
}

.nav_card_bfb .nav_card_img {
	position: relative
}

.nav_card_bfb .nav_card_img img {
	height: 180px;
	object-fit: cover;
	margin: 0
}

.nav_card_title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .302);
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0 4px 15.04px rgba(0, 0, 0, .3);
	font-weight: 500;
	font-size: 20px
}

.nav_theme_box .border {
	margin: 15px 40px 20px 40px
}

.nav_row_th ul li a {
	padding: 6px 0
}

.nav_row_th ul {
	padding: 0 21px
}

.nav_row_th {
	display: flex;
	margin: 0 -21px
}

.new_nav_box ul {
	width: auto
}

.nav_theme_box .new_nav_box .border {
	margin: 28px 0 20px
}

.nav_theme_box .nav_card_list {
	margin-top: 15px
}

@media(max-width:1399px) {
	.nav-guide-right {
		min-width: 740px
	}
	.guide_tab_link .guide-column {
		width: 200px
	}
	.n-g-left,
	.n-g-right {
		padding: 0 20px
	}
	.tb_maxwidth ul {
		width: 180px
	}
}

@media(max-width:1299px) {
	.nav-guide-right {
		min-width: 640px
	}
	.padding0_guide {
		right: -120px!important
	}
	.guide_tab_link .guide-column {
		width: 180px
	}
	.nav-guide-left,
	.nav-guide-right {
		padding: 40px 20px
	}
	.nav_group_row {
		margin: 0
	}
	.nav_group_box {
		padding: 10px
	}
	.nav_group_box .n-g-right a {
		padding-right: 0
	}
	.tb_maxwidth ul {
		width: 160px
	}
}

@media(max-width:1099px) {
	.nav-guide-left {
		display: none
	}
	.guide_tab_link .guide-column {
		width: max-content
	}
	.nav_li_block ul {
		margin: 0 15px
	}
	.new_nav_box {
		min-width: 700px
	}
}

@media (max-width:1099px) {
	.listall ul li {
		font-size: 14px
	}
	.body li:nth-child(2) .Column1 {
		left: -90px
	}
	.pull-down ul li a {
		padding: 10px 0;
		font-size: 14px!important
	}
	.AboutUs {
		width: 100%!important
	}
	.header_promo {
		font-size: 14px
	}
	.group_tours_banner {
		display: none
	}
	.footer-code {
		margin-top: 20px
	}
	.footerody-3 {
		padding-top: 20px
	}
}

@media (max-width:1499px) {
	.body li a {
		padding: 18px 0 13px 0;
		font-size: 17px
	}
	input.gsc-input {
		margin-top: 3px!important;
		margin-left: 5px!important
	}
	.searchtext form.gsc-search-box {
		margin-bottom: 0
	}
	.pull-down {
		top: 59px
	}
}

@media (max-width:1500px) and (min-width:1400px) {
	.center {
		width: 1200px
	}
}

@media (max-width:1399px) and (min-width:1300px) {
	.center {
		width: 1100px
	}
	.body li a {
		font-size: 16px
	}
}

@media(max-width:1399px) {
	.listall ul li {
		font-size: 16px;
		padding: 16px 0
	}
	.Column3 {
		left: -360px
	}
	.header_promo {
		font-size: 16px
	}
}

@media (max-width:1299px) {
	.footerody-2 {
		display: block
	}
	.ody-right {
		margin-top: 20px
	}
	.towul {
		margin-top: -20%
	}
	.header_promo {
		font-size: 15px
	}
	.body li:nth-child(4) .Column3,
	.body li:nth-child(6) .Column3 {
		left: -240px
	}
	.email {
		display: none
	}
}

@media (max-width:1299px) and (min-width:1100px) {
	.center {
		width: 1000px
	}
	.body li a {
		font-size: 15px
	}
	.ody-title {
		font-size: 28px
	}
	.tibethead li a {
		font-size: 14px
	}
}

@media (max-width:1099px) and (min-width:1000px) {
	.center {
		width: 900px
	}
	.body li a {
		font-size: 13px
	}
	.title-ul ul li a {
		padding: 15px 7px
	}
	.pull-down {
		top: 59px
	}
	.ody-title {
		font-size: 26px
	}
	.tibethead li a {
		font-size: 13px
	}
}

@media (max-width:999px) and (min-width:900px) {
	.center {
		width: 800px
	}
	.listall ul li a {
		padding: 18px 2px 13px 2px;
		font-size: 13px
	}
	nav {
		display: none
	}
	.ody-title {
		font-size: 23px
	}
	.contact-information {
		display: none
	}
	.email {
		border: 0
	}
}

@media (max-width:999px) {
	.listall {
		display: none
	}
	.header_promo {
		display: none
	}
}

@media (max-width:899px) {
	.email {
		display: none
	}
	.contact-information {
		display: none
	}
	.asiatours {
		width: 30%
	}
	.odyssey {
		width: 100%
	}
	.code {
		text-align: left
	}
	.footerody-2 {
		display: flex
	}
	.oay-Orcode {
		margin: auto
	}
}

@media (max-width:899px) and (min-width:800px) {
	.center {
		width: 700px
	}
	.body,
	.listall {
		display: none
	}
}

@media (max-width:799px) {
	nav {
		display: none
	}
	.center {
		width: auto;
		margin: 0 20px
	}
	.aba-top {
		display: block;
		text-align: center
	}
	.aba-top a {
		margin-right: 20px;
		margin-bottom: 20px
	}
}

.footer-bottom {
	padding: 27px 0
}

.footer-bottom .footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

#goog-gt-tt {
	display: none!important
}

.footer-bottom .footer-brand {
	display: flex;
	align-items: center;
	gap: 10px
}

.footer-bottom .footer-brand img {
	display: block
}

.footer-bottom .footer-brand-text {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap
}

.footer-bottom .footer-brand-text .brand-name {
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap
}

.footer-bottom .footer-brand-text .brand-name a {
	color: #fff;
	text-decoration: none
}

.footer-bottom .footer-brand-text .footer-info-block {
	/*display: flex;
	flex-direction: column;
	gap: 8px*/
}

.footer-bottom .footer-brand-text .footer-info-block .company {
	font-size: 15px;
	color: rgba(255, 255, 255, .95);
	display: inline-block;
}

.footer-bottom .footer-brand-text .footer-info-block .copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, .9);
	display: inline-block;
}

.footer-bottom .footer-links {
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap
}

.footer-bottom .footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 15px
}

.footer-bottom .footer-links a:hover {
	text-decoration: underline
}

.footer-award-item {
	display: flex;
	align-items: stretch;
	gap: 24px;
	width: 100%
}

.footer-awards {
	height: 100%;
	padding-top: 55px
}

.footer-award-item .footer-award-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.7;
	max-width: 100px;
	min-height: 100%
}

.footer-award-item:nth-child(2) {
	margin-top: 32px
}

.footer-award-item img {
	border-radius: 10px;
	height: 100%
}

.footer-top {
	width: 100%
}

.footer-top .tourstab {
	font-size: 15px
}

.footer-top .asiatours ul li a {
	font-size: 14px
}

.footer-contact-wrap .center {
	padding-bottom: 56px;
	border-bottom: 1px solid #fff;
	padding-top: 30px
}

.footer-contact-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer-contact-left {
	width: 35%
}

.footer-lang-section {
	margin-right: 60px;
	min-width: 37%
}

.footer-company-name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px
}

.footer-company-desc {
	font-size: 15px;
	margin-bottom: 14px;
	overflow: hidden;
	line-height: 1.8;
}

.desc-less,
.footer-company-desc .desc-less-link,
.footer-company-desc .desc-more-link {
	text-decoration: underline;
	cursor: pointer
}

.footer-left-card {
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(179, 185, 189, .55);
	background: #fff
}

.footer-review-badges {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 0;
	padding: 8px 20px 0 10px
}

.footer-review-badges a {
	display: flex;
	align-items: center;
	gap: 6px
}

.footer-review-badges a.footer-badge-icon4 {
	background: #f7f1f1;
	border-radius: 8px
}

.footer-review-badges a .badge-text {
	font-size: 20px;
	font-weight: 500
}

.footer-review-badges a .badge-text.facebook {
	color: #475993
}

.footer-card-sep {
	height: 1px;
	background: #e5e5e5;
	margin: 6px 0 12px 0
}

.footer-tour-types {
	font-size: 15px;
	margin: 0
}

.footer-rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	margin: 0;
	flex-wrap: wrap
}

.footer-rating-row .rating-right {
	display: flex;
	align-items: center;
	gap: 8px
}

.footer-rating-row .rating-score {
	font-size: 15px
}

.footer-rating-dots {
	display: flex;
	align-items: center;
	gap: 3px
}

.footer-rating-dots i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #00852f;
	border-radius: 10px
}

.footer-contact-middle {
	width: 30%
}

.footer-col-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase
}

.footer-office-item {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.65;
}

.footer-office-item strong {
	display: inline;
	font-weight: 700;
	margin-bottom: 0
}

.footer-more-offices {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 30px;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #fff
}

.footer-contact-right {
	width: 30%
}

/* kept for compatibility */
.footer-contact-right .footer-contact-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px
}

.footer-contact-right .footer-email,
.footer-contact-right p {
	font-size: 15px;
	word-break: break-all;
}

.footer-qrcodes {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	justify-content: space-between;
	width: 100%
}

.footer-qr-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 48%
}

.footer-qr-item img {
	display: block;
	width: 115px;
	object-fit: contain
}

.footer-qr-item span {
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-align: center;
	padding: 4px 25px;
	width: 100%;
	background: #fff
}

.footer-contact-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 32px;
	margin-top: 28px;
	padding-top: 24px;
	width: 100%
}

.footer-contact-bottom .footer-lang-section {
	flex: 0 1 auto;
	min-width: 140px
}

.footer-contact-bottom .footer-center-group {
	flex: 0 1 auto;
	min-width: 140px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px 32px;
	align-items: flex-start
}

.footer-contact-bottom .footer-bottom-spacer {
	flex: 1;
	min-width: 80px
}

.footer-follow-title,
.footer-lang-section .footer-section-title,
.footer-payment-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px
}

.footer-lang-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 11px
}

.footer-lang-btns a {
	display: inline-block;
	padding: 7px 18px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	border-radius: 50px
}

.footer-lang-btns a:hover {
	background: #f5f5f5
}

.footer-lang-btns a.lang-selected {
	background: #b80000;
	color: #fff;
	border-color: #b80000
}

.footer-payment-icons,
.footer-social-icons {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	min-height: 37px;
	align-items: center
}

.footer-contact-right p {
	margin-bottom: 5px
}

.footer-payment-icons span {
	font-size: 12px;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 4px
}

.footer-left-card-content {
	padding: 15px 25px
}

.footer-rating-title {
	font-size: 20px;
	font-weight: 700
}

.footer-lang-section {
	margin-top: 50px
}

.footer-center-group {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	width: 35%
}

.asiatours ul li {
	margin-top: 12px
}

.footer-gn {
	display: flex
}

@media(max-width:1499px) {
	.footer-lang-btns {
		gap: 2px
	}
	.footer-rating-title {
		font-size: 18px
	}
}

@media(max-width:1399px) {
	.footer-lang-btns {
		gap: 5px
	}
	.footer-lang-section {
		width: 45%;
		margin-right: 30px
	}
	.footer-center-group {
		width: 40%
	}
}

@media(max-width:1299px) {
	.footer-lang-section {
		width: 50%
	}
	.footer-awards {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 40px;
		padding-top: 30px
	}
	.footer-award-item {
		width: auto
	}
	.footer-award-item:nth-child(2) {
		margin-top: 0
	}
	.footer-award-item .footer-award-text {
		max-width: 100%
	}
	.footer-bottom .footer-brand-text {
		gap: 10px
	}
	.footer-bottom .footer-brand {
		width: 40%
	}
}

@media(max-width:1099px) {
	.footer-lang-section {
		width: 52%
	}
	.footer-center-group {
		width: 45%
	}
	.footer-qr-item span {
		padding: 4px 0
	}
}

@media(max-width:999px) {
	.footer-gn {
		flex-wrap: wrap
	}
	.footer-lang-section {
		width: 100%
	}
	.footer-center-group {
		width: 60%
	}
	.footer-bottom .footer-brand,
	.footer-links {
		width: 100%
	}
	.footer-bottom .footer-brand-text {
		gap: 40px
	}
	.footer-bottom .footer-bottom-inner {
		gap: 30px
	}
	.footer-bottom .footer-brand,
	.footer-links {
		justify-content: center
	}
}

@media(max-width:899px) {
	.footer-contact-middle {
		display: none
	}
	.footer-contact-left {
		width: 55%
	}
	.footer-contact-right {
		width: auto
	}
	.footer-top .flexs {
		justify-content: flex-start;
	}
}

footer {
	background-color: #f7f1f1;
	line-height: 1.5;
}

.footer-social-icons a:hover {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.footer-social-icons a:hover {
	transform: translateY(-6px)
}

/* ===== 移动端导航按钮 + 抽屉菜单 + 头部适配（≤999px） ===== */
.nav-toggle {
	display: none;
	position: relative;
	z-index: 1000;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-left: 12px;
	background: transparent;
	border: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}

.nav-toggle span {
	display: block;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	transition: transform .25s ease, opacity .25s ease
}

.nav-toggle.open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg)
}

.nav-toggle.open span:nth-child(2) {
	opacity: 0
}

.nav-toggle.open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg)
}

.mobile-nav,
.mobile-nav-backdrop {
	display: none
}

@media (max-width: 999px) {
	/* 桌面导航交给移动抽屉，避免 900–999 区间双导航 */
	.headbar nav {
		display: none
	}

	/* 头部行内排布，把 nav-toggle 放到 logo 前面 */
	.headbar header {
		display: flex;
		align-items: center
	}

	.nav-toggle {
		display: inline-flex;
		order: -1;
		margin-left: 15px;
		margin-right: 12px
	}

	.headbar header .center.flex {
		flex: 1;
		min-width: 0;
		margin-left: 0
	}

	/* 头部两行布局 */
	.headbar header .center.flex {
		flex-wrap: wrap
	}
	.header-main {
		flex-wrap: wrap
	}

	/* 移动抽屉（从左侧滑出） */
	.mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: auto;
		width: 78%;
		max-width: 360px;
		height: 100%;
		background: #fff;
		z-index: 1001;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transform: translateX(-100%);
		transition: transform .3s ease;
		box-shadow: 8px 0 24px rgba(0, 0, 0, .15);
		line-height: 1.5
	}

	.mobile-nav.open {
		transform: translateX(0)
	}

	.mobile-nav-close {
		position: absolute;
		top: 12px;
		right: 14px;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		background: #eee;
		border: 0;
		border-radius: 50%;
		color: #333;
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		outline: none;
		-webkit-user-select: none;
		user-select: none
	}

	.mobile-nav-close:hover {
		background: #ddd
	}

	.mobile-nav-backdrop {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .45);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease
	}

	.mobile-nav-backdrop.open {
		opacity: 1;
		visibility: visible
	}

	body.nav-open {
		overflow: hidden
	}

	.mobile-menu {
		list-style: none;
		margin: 0;
		padding: 56px 0 40px
	}

	.mobile-menu .mobile-menu {
		display: none;
		padding: 0 0 0 18px;
		background: #fafafa
	}

	.mobile-menu-item {
		position: relative;
		border-bottom: 1px solid #eee
	}

	.mobile-menu-item > a {
		display: block;
		padding: 14px 20px;
		font-size: 16px;
		font-weight: 600;
		color: #222
	}

	.mobile-menu-item.current > a {
		color: #b80000
	}

	.mobile-menu-item.has-submenu > a {
		padding-right: 48px
	}

	.mobile-sub-toggle {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 36px;
		height: 36px;
		background: transparent;
		border: 0;
		padding: 0;
		cursor: pointer
	}

	.mobile-sub-toggle span {
		display: block;
		position: relative;
		width: 12px;
		height: 2px;
		margin: 0 auto;
		background: #999
	}

	.mobile-sub-toggle span::after {
		content: '';
		position: absolute;
		left: 5px;
		top: -5px;
		width: 2px;
		height: 12px;
		background: #999;
		transition: opacity .2s ease
	}

	.mobile-sub-toggle.open span::after {
		opacity: 0
	}

	.mobile-menu-item.open > .mobile-menu {
		display: block
	}

	.mobile-menu-item .mobile-menu-item {
		border-bottom-color: #f0f0f0
	}

	.mobile-menu-item .mobile-menu-item > a {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 15px;
		font-weight: 400
	}
}

/* 移动端 Products 下拉：二级分类卡片（产品图 + 缩写标题 + 栏目副标题） */
.mobile-menu-item .cat-nav-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 0
}

.mobile-menu-item .cat-nav-card img {
	width: 55px;
	height: 39px;
	object-fit: cover;
	border-radius: 2px;
	flex: 0 0 55px
}

.mobile-menu-item .cat-nav-txt {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.mobile-menu-item .cat-nav-txt h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 1.3
}

.mobile-menu-item .cat-nav-txt span {
	font-size: 12px;
	color: #888;
	line-height: 1.4
}

/* 手机端头部更紧凑 */
@media (max-width: 767px) {
	.headbar header .center.flex {
		gap: 0
	}

	.header-logo .logo img {
		height: 45px;
		width: auto
	}

	.header-main {
		flex: 1;
		min-width: 0
	}

	.header-main .title {
		display: none;
	}

	
	.code_btn{
		display: none;

	}

}

@media (max-width:767px) {
	footer {
		margin-top: 30px
	}
	.footer-bottom .footer-brand,
	.footer-bottom .footer-bottom-inner,.footer-bottom .footer-brand-text {
		display: block !important;text-align: center;
	}
	.footer-bottom .footer-brand img {
		height: 45px;
		margin: 0 auto
	}
	.footer-bottom .footer-brand-text .brand-name{
		margin-left: 0; font-size: 18px ; margin-top: 15px;
	}
	.footer-info-block,.footer-links{
		margin-top: 15px;
	}
	.footer-contact-left{
		width: 100%;
	}
	.footer-contact-inner{
		display: block;
	}
	.history {
		padding: 20px 0;
	}
}
