* {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.img-div > i, .iframe-div > i {
		width: 45rem;
	}

	.pagination, .pagination1 {
		justify-content: center;
	}

	.title > h1 {
		margin-top: 33px !important;
	}

	.quick-QA-card {
		width: 48rem !important;
	}

	._fv {
		box-shadow: 1px 4px 14px #ccc;
	}

	.bread {
		display: none;
	}

	html {
		font-size: calc(100vw / 48);
	}

	.related {
		padding: 0 0 10px 0;
	}

	.routeul::-webkit-scrollbar {
		height: 4px !important;
	}

	.routeul li {
		margin-right: 10px !important;
	}

	.routeul::-webkit-scrollbar-thumb {
		background-color: #0066D9 !important;
		border-radius: 1px !important;
	}

	.bom-p {
		margin: 15px 0 0 33px !important;
	}

	.author-form {
		padding-bottom: 15px !important;
		margin-bottom: 20px !important;
	}

	.ask-question .aq-form {
		padding: 21px 12px !important;
		margin-top: 0;
	}

	.most {
		margin-bottom: -56px !important;
		padding-bottom: 50px !important;
	}

	.comments-num {
		padding: 21px 12px !important;
	}

	.faqs_info li {
		padding: 21px 15px;
	}

	#AskQuestion ._btl {
		width: 45.7rem;
		text-align: center;
		margin: 40px auto auto auto;
	}

	.related h3 {
		margin: auto auto 28px auto;
	}

	ul.faqs_info {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.ask-question ._btl {
		margin-top: 27px !important;
	}

	.img-div > i, .iframe-div > i {
		width: 80rem;
	}

	html {
		font-size: 10px;
	}

	.author-form {
		margin-top: 54px;
		padding-bottom: 2px !important;
	}
	
	.author-form .profile h1>a {
	display: inline-block;
   width: 580px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 20px;
}

	.ask-question .aq-form {
		margin-bottom: -10px !important;
		padding: 20px !important;
	}

	.related {
		margin: auto auto 50px auto !important;
	}

	.related h3 {
		margin: 27px auto !important;
	}
}

/* 面包屑 */
.bread {
	margin: 0 auto;
	height: 40px;
	line-height: 23px;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
}

.bread > a {
	color: #343434;
	text-decoration: none;
}

.bread > a:nth-child(5) {
	color: #0066D9;
}

/* 标题 */
.title {
	margin: 0 auto;
}

.title > h1 {
	margin: 18px 0;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 28px;
	color: #343434;
	line-height: 30px;
}

.travel-author {
	margin: 27px auto 0 auto;
	padding-bottom: 5px;
	line-height: 23px;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
	border-bottom: 1px dashed #C2C2C2;
}

.travel-author > img {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.travel-author > a {
	display: inline-block;
	color: #C71119;
	text-decoration: none;
}

.travel-author > span {
	display: inline-block;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
	line-height: 23px;
}

/* 主要内容 */
.inf-main {
	margin: 0 auto;
}

/* 目录 */
.inf-main .cont-label {
	margin: 27px auto 0 auto;
	padding: 20px 27px;

	background: #F4F5F9;
	border-radius: 5px;

	font-family: Trebuchet MS;
}

.inf-main #content {
	font-size: 22px;
}

.inf-main .cont-label a span {
	color: #C71119;
}

.inf-main .cont-label > h1 {
	margin-bottom: 20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #343434;
	line-height: 50px;
}

.inf-main .directory {
	margin: 23px 0;
	text-decoration: none;
	display: block;
	color: #0066D9;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
}

.inf-main h2 {
	margin-top: 27px;
	margin-bottom: 0;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
	color: #0066D9;
	line-height: 30px;
}

.inf-main h3 {
	margin-top: 27px;
	margin-bottom: 0;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 21px;
	color: #343434;
	line-height: 30px;
}

.inf-main h4 {
	margin-top: 27px;
	margin-bottom: 0;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #343434;
	line-height: 30px;
}

.inf-main p {
	margin: 27px auto 0 auto;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #343434;
	line-height: 26px;
}

.inf-main a {
	color: #0066D9;
	cursor: pointer;
	text-decoration: none;
}

.table {
	margin-top: 27px;
}

.table > p {
	margin-top: 9px;
}

table {
	border-collapse: collapse;
	text-align: center;
}

table,
table tr th,
table tr td {
	border: 1px solid #C2C2C2;
	font-size: 15px;
	color: #343434;
	line-height: 23px;
	padding: 5px;
	vertical-align: middle;
	align-items: center;
}

table tr th {
	font-family: Trebuchet MS;
	font-weight: bold;
}

table tr td {
	font-family: Arial;
	font-weight: 400;
}

table a:hover {
	text-decoration: underline;
}

.inf-main .notice {
	display: inline-block;
	margin-top: 10px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.inf-main .notice-strong {
	display: inline-block;
	margin-top: 10px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #C71119;
}

.img-div > i, .iframe-div > i {
	display: inline-block;
	margin-top: 0;
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: #343434;
	line-height: 23px;
	text-align: left;
}

.img-div > i {
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}

.img-div > img {
	margin: 27px auto 0 auto;
	border-radius: 5px;
}

.iframe-div, .img-div {
	text-align: center;
}

.iframe-div > iframe {
	margin: 27px auto 0;
	text-align: center;
	border-radius: 5px;
	object-fit: cover;
	border: none;
}

.author-form,
.tour-packages {
	background: #F4F5F9;
}

.author-form {
	border-radius: 6px;
}

.avatar {
	margin: 0 auto;
	border-radius: 6px;
}

.author-form .avatar .pc {
	width: 350px;
	height: 471px;
	border: none;
	border-radius: 6px;
}

.author-form .avatar .mobile {
	width: 45rem;
	height: 25.3rem;
	border: none;
	border-radius: 6px 6px 0 0;
}

.profile {
	margin-left: 10px;
}

.author-form .mobile .profile {
	margin-top: 27px;
	text-align: center;
}

.author-form .mobile .profile h1 {
	font-size: 18px !important;
}

.profile p > strong > img {
	display: inline-block;
	margin: 0 0 4px 0;
}

.author-form .profile h1 {
	margin: 0;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
	color: #343434;
	line-height: 23px;
}

.author-form a {
	text-decoration: none;
}

.author-form .profile p {
	margin: 0 !important;
}

.author-form .profile p strong {
	display: inline-block;
	margin-top: 27px;
	font-family: Trebuchet MS;
	font-weight: 400;
	font-size: 16px;
	color: #343434;
	line-height: 23px;
}

.author-form .profile > p i {
	font-style: italic;
	display: inline-block;
	margin-top: 27px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 16px;
	color: #343434;
	line-height: 23px;
}

.author-form .mobile .form {
	text-align: center;
	margin: 22px auto;
}

.author-form input {
	height: 40px;
	padding-left: 10px;
	margin-top: 5px;
}

.author-form .pc input {
	width: 40.2rem;
}

.author-form .pc .remark {
	margin-top: 5px;
	padding: 10px;
	width: 80.9rem;
	height: 173px;
}

.author-form .pc button {
	margin-top: 10px;
	width: 9.7rem;
}

.author-form .mobile input {
	width: 43.2rem;
}

.author-form .mobile .remark {
	margin-top: 5px;
	padding: 10px;
	width: 43.2rem;
	height: 210px;
}

.author-form .mobile button {
	width: 43.2rem;
	margin-top: 10px;
}

input, textarea {
	border-radius: 5px;
	border: 1px solid #C2C2C2;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	outline: none;
}

input::placeholder, textarea::placeholder {
	color: #999999;
	font-size: 14px;
}

.float-right {
	float: right;
}

button {
	height: 40px;
	background: #0066D9;
	border-radius: 3px;
	color: #FFFFFF;
	border: none;
	font-weight: 400;
	font-size: 18px;
	font-family: Trebuchet MS;
	cursor: pointer;
}

.related {
	padding: 27px 0 10px 0;
	margin: 0 auto;
	font-weight: 400;
	font-size: 16px;
	font-family: Trebuchet MS;
}

.related h3 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
	color: #343434;
	line-height: 23px;
}

.related a {
	font-family: Trebuchet MS;
}

.most {
	margin-top: 27px;
	padding-bottom: 27px;
}

.tour-packages {
	padding-top: 40px;
	margin: 27px auto 0 auto;
}

.tour-packages h3 {
	font-size: 24px !important;
	margin-top: 15px;
}

.pc #Destination1 {
	width: 1170px;
	margin: 0 auto !important;
}

.quick-QA-card {
	margin: 50px auto 0 auto;
	background-color: #e5efff;
	border-radius: 5px;
}

.quick-QA-card h3 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #0066D9;
	line-height: 23px;
}

.comments-num {
	padding: 5px;
	margin: 0 auto !important;
}

ul.faqs_info {
	margin-top: 0 !important;
}

.check-all {
	margin: 27px auto !important;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
}

a {
	transition: all 0.3s ease-in-out;
}

.ask-question .float-form h4 {
	background: #F4F5F9;
	margin: auto;
	text-align: center !important;
}

.aq-form #AskQuestion p.title {
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #0066D9;
	line-height: 23px;
}

button:hover {
	color: #0066D9;
	background: #FFFFFF;
	border: 1px solid #0066D9;
}