You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2336 lines
67 KiB
CSS

4 years ago
@charset "utf-8";
/* public style */
body {
4 years ago
margin: 0 !important;
4 years ago
font-family: Calibri;
4 years ago
color: #000;
background: #fff;
}
4 years ago
a, a:hover {
4 years ago
color: #000;
text-decoration: none;
}
h1 {
4 years ago
font-size: 55px;
4 years ago
line-height: 55px;
4 years ago
margin-top: 60px;
margin-bottom: 20px;
color: #000;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
h2 {
font-size: 35px;
margin-bottom: 30px;
margin-top: 70px;
color: #000;
padding-right: 15px;
4 years ago
line-height: 37px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
h3 {
4 years ago
font-size: 28px;
4 years ago
color: #000;
margin-top: 40px;
padding-right: 15px;
line-height: 35px;
margin-bottom: 20px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
h3 em {
color: #ad1818;
font-size: 27px;
}
h4 {
font-size: 22px;
padding-right: 15px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
p {
4 years ago
line-height: 25px;
4 years ago
margin-top: 0;
margin-bottom: 20px;
4 years ago
font-size: 20px;
4 years ago
color: #000;
padding: 0 15px;
font-weight: 300;
}
p a {
color: #000;
text-decoration: none;
4 years ago
border-bottom: 2px solid #d1d1d1;
4 years ago
}
p a:hover {
text-decoration: none;
color: #000;
background: #e5e5e5;
transition: 1s;
}
p strong {
font-weight: 600;
4 years ago
}
.img-responsive,
video,
.table-responsive {
display: block;
max-width: 100%;
height: auto;
overflow-x: auto;
}
/* sidebar style */
.img-responsive {
max-width: 100%;
}
.headerbar .start-navbar-trigger {
background: #fff;
position: fixed;
width: 100%;
z-index: 9999;
border-bottom: 1px solid #e0e0e0;
}
.headerbar .start-navbar-trigger .navimenu {
color: #000;
border-left: 1px solid #a0a0a0;
padding-left: 15px;
margin-left: 20px;
}
.headerbar .start-navbar-trigger {
background: #fff;
position: fixed;
width: 100%;
z-index: 9999;
height: 53px;
padding: 0 20px;
font-size: 1.38rem;
}
.headerbar {
background-color: #fff;
color: #000;
z-index: 999;
box-shadow: 1px 1px 6px 2px #e5e5e5;
}
.headerbar-nav {
line-height: 3.5rem
}
.start-nav a,
.start-navbar-trigger {
cursor: pointer;
text-decoration: none
}
.start-nav a :hover,
.start-navbar-trigger {
color: #fff;
}
.start-navbar-trigger {
line-height: 3.5rem;
font-size: 2.2rem
}
.headerbar-nav {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.headerbar {
color: #f88;
background-color: #fff;
height: 53px;
box-shadow: none;
}
.start-nav {
margin-bottom: 2rem
}
.start-nav-item {
color: #222;
list-style: none;
padding-bottom: 8px;
text-transform: capitalize;
}
.start-nav-item a {
color: #fff;
font-size: 22px;
}
.start-nav-item a:hover {
color: #fff !important;
border-bottom: none !important;
}
.nav-link {
font-size: 32px;
font-weight: 700;
line-height: normal;
display: inline-block;
position: relative;
color: #efefef;
text-transform: uppercase;
}
.siteSearch {
margin-left: 15px;
position: relative;
}
.siteSearch .strkeys {
width: 87%;
height: 40px;
padding: 0 15px;
font-size: 16px;
}
.siteSearch .submits {
padding-top: 11px;
padding-right: 10px;
width: 20px;
position: absolute;
right: 20px;
}
.bottommedia {
width: 55%;
float: left;
padding-left: 15px;
}
.followtitle {
text-transform: uppercase;
4 years ago
margin-bottom: 20px;
font-size: 20px;
display: block;
4 years ago
}
/* -------- */
4 years ago
.infoimage,.infovideo {
4 years ago
margin-bottom: 30px;
position: relative;
}
.right_image {position: relative;
float: right;
width: 350px;
margin: 10px 0 30px 30px;}
4 years ago
.right_image img { width: 100%;}
4 years ago
.infoimagetitle {font-size: 18px;
margin-top: 10px;
color: #999;
font-style: italic;
border-left: 3px solid #999;
padding-left: 15px;}
.photoTxt {
4 years ago
position: absolute;
4 years ago
bottom: 0;
right: 0;
4 years ago
padding: 5px 15px 5px 30px;
4 years ago
border-left: none;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size: 16px;
4 years ago
background: url(https://data.asiahighlights.com/pic/info-image-bg.png) no-repeat 10px 6px rgb(57 57 57 / 60%);
4 years ago
}
4 years ago
table.InfoTable {
4 years ago
border-left: 1px solid #d1d1d1;
4 years ago
border-spacing: 0;
margin: 20px 0 50px 0;
width: 100%;
}
4 years ago
table.InfoTable th {
4 years ago
background: #999;
4 years ago
padding: 15px 10px;
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
font-size: 22px;
4 years ago
line-height: 25px;
4 years ago
color: #fff;
font-weight: 400;
}
4 years ago
table.InfoTable td {
4 years ago
padding: 15px;
4 years ago
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
4 years ago
font-size: 18px;
line-height: 22px;
}
4 years ago
table.InfoTable td a {
4 years ago
border-bottom: 3px solid #d1d1d1;
}
4 years ago
table.InfoTable td a:hover {
4 years ago
background: #e5e5e5;
transition: 1s;
}
4 years ago
table.InfoTable tr.InfoTablebg {
4 years ago
background: #f6f6f6;
}
4 years ago
table.InfoTable tr:nth-child(odd) {
4 years ago
background: #f6f5f5;
}
4 years ago
ul.InfoList li {
4 years ago
background: url(https://data.chinahighlights.com/pic/guide/info-page-list-bg.png) no-repeat 0 .5em;
list-style: none;
font-size: 19px;
4 years ago
margin-bottom: 10px;
4 years ago
padding-left: 20px;
line-height: 25px;
background-size: 6px;
font-weight: 300;
}
4 years ago
ul.InfoList li strong, ol li strong {
font-weight: 600;
4 years ago
}
4 years ago
ul.InfoList li a,
4 years ago
ul.drop1 li a, ol li a {
4 years ago
color: #000;
text-decoration: none;
border-bottom: 3px solid #d1d1d1;
}
4 years ago
ul.InfoList li a:hover,
4 years ago
ul.drop1 li a:hover, ol li a:hover {
4 years ago
text-decoration: none;
color: #000;
background: #e5e5e5;
transition: 1s;
}
4 years ago
ul.InfoList {
4 years ago
padding: 0 15px;
margin: 10px 0;
display: table;
}
4 years ago
ol {font-size: 20px;
font-weight: 300;
padding: 0 15px; margin: 10px 0; display: table;}
ol li { margin-bottom: 15px; padding-left: 10px;}
4 years ago
ul.catalog {
padding-left: 20px;
padding-right: 20px;
}
4 years ago
.right_brand_info {width: 330px;
4 years ago
float: right;
background: #f6f6f6;
border-top: 7px solid #ad1818;}
.right_brand_info h2 {padding: 15px 0;
text-align: center;
font-style: italic;
4 years ago
font-size: 30px;
4 years ago
margin-top: 15px;
4 years ago
margin-bottom: 0;
line-height: 35px;}
4 years ago
.right_brand_info ul {padding: 0 20px;
font-size: 20px;
margin-bottom: 50px;}
.right_brand_info ul li.tailormade{ background: url(https://data.asiahighlights.com/pic/top-asia-tours/brand-info-bg-tailormade.png) no-repeat;
list-style: none;
4 years ago
padding-left: 60px;
4 years ago
margin-bottom: 20px;
4 years ago
font-size: 18px;}
4 years ago
.right_brand_info ul li.worryfree {background: url(https://data.asiahighlights.com/pic/top-asia-tours/brand-info-bg-worry-free.png) no-repeat;
list-style: none;
4 years ago
padding-left: 60px;
4 years ago
margin-bottom: 20px;
4 years ago
font-size: 18px;}
4 years ago
.right_brand_info ul li.norisk { background: url(https://data.asiahighlights.com/pic/top-asia-tours/brand-info-bg-no-risk.png) no-repeat;
list-style: none;
4 years ago
padding-left: 60px;
4 years ago
margin-bottom: 20px;
4 years ago
font-size: 18px;}
4 years ago
.right_brand_info ul li strong {display: block; font-size: 20px;
margin-bottom: 5px;}
4 years ago
ul.catalog li {
background: url(https://data.chinahighlights.com/pic/guide/catalog-list-bg-info-template.png) no-repeat -5px 4px;
list-style: none;
font-size: 18px;
margin-bottom: 15px;
padding-left: 20px;
line-height: 25px;
background-size: 14px;
}
ul.catalog li a:hover {
text-decoration: none;
color: #000;
background: #e5e5e5;
transition: 1s;
border-bottom: 3px solid #d1d1d1;
}
4 years ago
.info_reco_tours { font-size: 22px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
border-left: 8px solid #ad1818;
font-weight: 600;
background: #f7f7f7;
4 years ago
padding: 10px 20px;}
4 years ago
.info_reco_tours em {color: #ad1818;
margin-right: 10px;
text-transform: uppercase;
font-size: 24px;}
4 years ago
h1.whitefont { color: #fff; text-shadow: 1px 1px 1px #000;}
.skipAhead ul {display: table;
width: 750px;
margin: 0 auto;
4 years ago
margin-top: 30px;
padding-left: 15px;}
4 years ago
.skipAhead li {
float: left;
list-style: none;
4 years ago
width: 45%;
4 years ago
font-size: 20px;
color: #000;
4 years ago
margin-bottom: 15px;
4 years ago
}
.skipAhead {
overflow: hidden;
}
.skipAhead a {
text-decoration: none;
}
4 years ago
.skipAhead a:before {
4 years ago
border-left: solid 8px #ad1818;
border-bottom: solid 6px transparent;
border-top: solid 6px transparent;
margin-left: -20px;
4 years ago
margin-top: 5px;
content: ' ';
position: absolute;
}
4 years ago
.skipAhead a:hover {
color: #000;
transition: all .5s
}
.headerText {
background-color: #FFF;
margin: 0 auto;
padding: 0 15px;
text-align: center;
font-weight: 700;
font-size: 16px;
4 years ago
font-family: 'Goudy Old Style', sans-serif;
4 years ago
height: 22px;
width: 140px;
4 years ago
left: calc(50% - 85px);
4 years ago
position: absolute;
top: -8px
}
.skipBox {
background: url(https://data.asiahighlights.com/image/fast-nav-backpic.png) no-repeat top;
background-size: 100%;
position: relative;
border-bottom: 1px solid #d2d2d2;
margin: 60px 0;
4 years ago
padding: 20px 0;
4 years ago
}
4 years ago
.nextcontext { clear: both;
padding: 30px 0;
background: #fff;
4 years ago
position: relative;
width: 1140px;}
4 years ago
h2.nexttitle { text-align: center; clear: both;}
4 years ago
p.nextinfo {text-align: center;}
4 years ago
.tournext {
4 years ago
float: left;
4 years ago
position: relative;}
4 years ago
.nextbg { position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
top: 0;}
4 years ago
.tournextname { color: #fff;
4 years ago
text-shadow: 1px 1px 1px #000;
4 years ago
font-size: 25px;
text-align: center;
margin-top: 80px;
4 years ago
margin-bottom: 100px;
4 years ago
padding: 0 15px;
4 years ago
height: 90px;
4 years ago
line-height: 27px;
font-family: 'Goudy Old Style';
font-weight: 600;}
4 years ago
.tournextname a {color: #fff;}
.tournextbutton { text-align: center;
background: #fff;
margin: 0 auto;
width: 140px;
font-weight: 400; border-radius: 2px;
text-transform: uppercase;
font-size: 19px;}
.tournextbutton a { display: block;
4 years ago
padding: 8px 20px; color: #000;}
4 years ago
.tournextbutton a:hover {color: #ad1818;}
4 years ago
.next_tour { margin: 50px 0;
position: relative;
4 years ago
display: block;
4 years ago
height: 100%;}
.next_tour_info { width: 40%;
4 years ago
float: right;
4 years ago
position: absolute;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
right: 0;}
.next_name {
display: block;
padding: 20px;
4 years ago
font-size: 28px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
font-weight: 600;
font-style: italic;
text-shadow: 1px 1px 1px #888;}
.next_name a {color: #ffe612;}
.next_button { background: #fff;
4 years ago
padding: 6px 0;
4 years ago
border-radius: 2px;
margin-right: 20px;
position: absolute;
right: 0;
bottom: 0;
margin-bottom: 20px;
text-transform: uppercase;
font-size: 18px;}
4 years ago
.next_button a {padding: 7px 15px;}
.nextarticle { float: left;
4 years ago
position: relative; }
4 years ago
.nextarticlebg { position: absolute;
4 years ago
bottom: 0;
4 years ago
background: rgb(0 0 0 / 50%);
4 years ago
height: 100%;
width: 100%;}
.nextarticlename {
4 years ago
text-shadow: 1px 1px 1px #000;
text-align: center;
4 years ago
font-size: 25px;
line-height: 27px;
height: 170px;
padding: 100px 15px 0 15px;
font-family: 'Goudy Old Style';
font-weight: 600;}
.nextarticlename a { color: #fff;}
.nextarticlename a:hover {color: #fff; }
.nextArticlePic { width: 60%;
display: inline-block;}
.nextArticlePic img { width: 100%;
filter: brightness(70%);}
.nextArticleTitle {width: 35%;
display: inline-block;
padding: 15px 15px 15px 20px;
margin-top: -15px;
position: relative;
top: 20px;
float: right;}
.nextmore { display: block;
font-size: 20px;
margin-top: 15px;
text-align: right;}
.nextmore a { text-decoration: none;
color: #ad1818;}
4 years ago
.infotailor {
margin: 100px 0 0 0;
4 years ago
background: #ececec;
height: 470px;
4 years ago
position: relative;
clear: both;
}
4 years ago
.infotailor:after {
content: ' ';
position: absolute;
left: calc(100% - 60%);
right: auto;
top: 0px;
bottom: auto;
border: 40px solid;
border-color: #fff transparent transparent transparent;
}
4 years ago
.infotailorword {
position: absolute;
4 years ago
top: calc(100% - 370px);
4 years ago
font-size: 30px;
text-align: center;
4 years ago
padding: 0 30px;
line-height: 40px;
font-family: 'Goudy Old Style';
font-weight: 600;
4 years ago
}
.infotailorbutton {
position: absolute;
top: calc(100% - 210px);
background: #fff;
display: block;
margin: 0 auto;
width: 200px;
text-align: center;
font-size: 18px;
left: calc(100% - 285px);
text-transform: uppercase;
}
.infotailorbutton a {
width: 200px;
display: block;
padding: 15px 0;
}
li.sub-nav-item {
padding-left: 30px;
margin-bottom: 15px;
}
li.sub-nav-item a {
color: #fff;
font-size: 26px;
font-weight: 700;
width: 100%;
display: block;
}
.naviback {
padding-left: 30px;
margin-top: 60px;
display: block;
}
.naviback a {
display: block;
width: 100%;
}
.infotailormade {
text-align: center;
4 years ago
font-size: 20px;
4 years ago
width: 250px;
4 years ago
margin: 50px auto 0 auto;
4 years ago
display: block;
background: #fff;
4 years ago
border: 2px solid #ad1818;
4 years ago
}
.infotailormade a {
4 years ago
color: #ad1818;
4 years ago
text-decoration: none;
display: block;
text-transform: uppercase;
}
.listtour {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: left;
clear: both;
}
4 years ago
.goHome {
font-size: 16px;
color: #999;
text-align: center;
margin-top: 30px;
}
.goHome a {
color: #999;
text-decoration: none;
padding-bottom: 5px;
border-bottom: 1px solid #999;
}
.iconSet {
margin-right: 8px;
vertical-align: middle;
display: inline-block;
margin-top: -5px;
}
/*首页反馈*/
.whyus {
display: block;
overflow: hidden;
text-align: left;
border-right: 1px solid #d1d1d1;
padding: 0 40px 55px 0;
4 years ago
width: 43%;
float: left;
}
4 years ago
.whyus ul { padding-left: 0;}
.whyus li {
font-size: 18px;
color: #000;
4 years ago
padding: 35px 0 0 115px;
background-size: 100px 100px;
list-style: none;
}
.whyus li.guarantee {
background: url(/pic/guarantee-icon.png) no-repeat left;
}
.whyus li.customize {
background: url(/pic/flexible-icon.png) no-repeat left;
}
.whyus li.planning {
background: url(/pic/planning-icon.png) no-repeat left;
}
.whyus li strong {
font-size: 22px;
display: block;
margin-bottom: 10px;
4 years ago
color: #ad1818;
}
.customerReview {
4 years ago
padding-left: 70px;
width: 47%;
display: inline-block;
}
.reviewList {
overflow: hidden;
margin-bottom: 50px;
}
.reviewList img {
background: #fff;
border: 1px solid #d1d1d1;
padding: 5px;
float: left;
4 years ago
width: 25%;
}
.reviewList .reviewContent {
display: block;
font-size: 16px;
line-height: 20px;
float: right;
4 years ago
width: 60%;
text-align: left;
background: url(/pic/quote-left-s.png) no-repeat left top;
padding-left: 30px;
}
.reviewList .reviewContent .quoteEnd {
4 years ago
font-size: 18px;
line-height: 25px;
}
4 years ago
.reviewList .floatLeft {float: left;
margin-right: 30px;
width: 60%;}
.reviewList .byWho {
display: block;
font-size: 14px;
color: #a2a1a1;
4 years ago
margin-top: 10px;
}
.trustPilotIcon {
4 years ago
width: 100%;
margin: 20px 0 20px;
4 years ago
font-size: 20px;
}
4 years ago
.trustPilotIcon img { display: block;
margin-top: 10px;
margin-bottom: 40px;}
/*文中广告*/
4 years ago
.info_ad { position: relative;}
4 years ago
.info_ad_content {background: rgba(0, 0, 0, 0.33) none repeat scroll 0 0;
position: absolute;
width: 100%;
top: 0;
height: 100%;}
4 years ago
.info_ad_name strong {display: block; margin-bottom:5px; }
.info_ad_button {
4 years ago
background: #ad1818;
float: right;
border-radius: 50%;
text-align: center;
4 years ago
height: 50px;
padding-top: 10px;
4 years ago
width: 60px;
position: absolute;
4 years ago
right: 25px;
bottom: 20px;}
4 years ago
.info_ad_button a {
4 years ago
display: block;
4 years ago
height: 60px;
4 years ago
margin-top: -10px;}
4 years ago
.info_ad_button a:after {
content: "";
4 years ago
position: absolute;
width: 20px;
height: 20px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
4 years ago
border-top: 5px solid #fff;
border-right: 5px solid #fff;
4 years ago
transform: rotate(
45deg
);
margin-top: 18px;
4 years ago
margin-left: -17px;
4 years ago
}
4 years ago
/*tour detail*/
4 years ago
.tour_code { color: #fff;}
.tournavi {
position: sticky;
z-index: 11;
margin: 0 auto;
margin-top: -30px;
4 years ago
background: #fff;
top: 53px;
width: 100%;
display: flex;
padding: 10px 0;
4 years ago
box-shadow: 0px 2px 6px #d2d2d2;
}
.TopNavi {
4 years ago
font-size: 18px;
display: block;
border-right: 1px solid #d2d2d2;
float: left;
height: 25px;
padding-top: 5px;
text-align: center;
width: 25%;
}
.TopNaviLast {
4 years ago
font-size: 18px;
display: block;
float: left;
height: 25px;
padding-top: 5px;
text-align: center;
width: 24%;
}
.TopNavi a, .TopNaviLast a {
text-decoration: none;
4 years ago
color: #000;
}
.ah_tour_subtitle {text-align: center;
padding: 0 15px;
color: #7d7d7d;
4 years ago
font-size: 27px;
margin: 60px 0 30px 0;}
.tour_readmore { text-align: center;
color: #ad1818;
font-size: 18px;
background: url(https://data.asiahighlights.com/pic/ah-tour-more-button.png) no-repeat center bottom;
padding-bottom: 10px;
margin-bottom: 30px;}
ul.tourhighlights { padding: 0 15px;}
ul.tourhighlights li { background: url(https://data.asiahighlights.com/pic/tour-highlights-list-bg.png) no-repeat left 3px;
list-style: none;
padding-left: 30px;
padding-top: 0;
line-height: 25px;
4 years ago
margin-bottom: 20px;
font-size: 20px;}
.tour_feedback { background: url(https://data.asiahighlights.com/pic/tour-feedback-bg-monks.jpg) no-repeat center;
height: 100%;
4 years ago
margin: 80px 0;}
4 years ago
.feedback_content {
font-weight: 300;
color: #fff;
4 years ago
font-size: 20px;
text-align: center;
font-style: italic;
font-family: 'Hind Madurai';
padding: 100px 40px 0 40px;
background: url(https://data.chinahighlights.com/image/tour-detail/china-tour/china-tours-2020-feedback-bg-left.png) no-repeat 40px 80px;
background-size: 25px;}
.customer_name { font-size: 18px;
color: #fff;
text-align: center;
margin: 50px 0 15px 0;}
.tour_date {border-top: 1px solid #dcdcdc; margin: 0 15px;display: flow-root;}
.tour_detail {
4 years ago
margin-bottom: 60px;}
.tourDays {float: left;
text-align: center;
border-right: 1px solid #dcdcdc;
4 years ago
padding: 3px 20px;
font-size: 16px;
margin-top: 10px; text-transform: uppercase; font-weight: 600;}
.tourDays strong { margin-top: -5px; display: block;
font-size: 25px;
color: #ad1818;}
.tour_city {display: table-cell;
font-weight: 600;
height: 30px;
4 years ago
padding: 20px 15px 0px 20px;
font-size: 20px;}
.ItineraryContent { margin: 20px 0 30px 0;}
4 years ago
.tour_place {font-size: 18px;
display: block;
color: #7d7d7d;
margin-bottom: 5px; margin: 0 15px 10px 15px;}
4 years ago
.tour_hotel { background: url(https://data.chinahighlights.com/pic/hotel-icon-bj-1.png) no-repeat 0 2px;
4 years ago
padding-left: 25px;
4 years ago
font-size: 18px;
4 years ago
display: block;
4 years ago
color: #7d7d7d;
4 years ago
margin: 0 15px 10px 0;}
.tour_dinner { background: url(https://data.chinahighlights.com/pic/dinner-icon-bj-1.png) no-repeat;
4 years ago
font-size: 18px;
color: #7d7d7d;
display: block;
padding-left: 25px;
margin: 0 15px 10px 15px;}
.service_include { background: #efefef;
4 years ago
padding: 1px 25px 50px 25px;
4 years ago
margin-top: 80px; margin-bottom: 80px;}
.tour_price { margin: 0 15px;
border-top: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
4 years ago
padding: 20px 0 40px 0; margin-bottom: 40px;}
.price_days { display:block ;
font-style: italic;
}
4 years ago
.tour_price strong {
font-size: 40px;
color: #ad1818;
margin-right: 20px;
float: left;}
.price_person { font-size: 16px;
line-height: 18px;
margin-top: 10px;
display: flex;}
4 years ago
.ah_hotel { margin-bottom: 30px;
display: inline-block;
4 years ago
width: 372px; }
4 years ago
.ah_hotel img {float: left; width: 186px; height: 130px; }
4 years ago
.hotelbg {
bottom: 0;
4 years ago
color: #000;
padding: 15px;
4 years ago
background: #efefef;
4 years ago
display: table;
4 years ago
height: 100px;
4 years ago
min-width: 156px;
}
.hotel_city { background: url(https://data.asiahighlights.com/pic/info-image-bg.png) no-repeat 0px 0px;
4 years ago
padding-left: 20px;color: #7d7d7d;
4 years ago
font-size: 16px; margin-bottom: 5px; display: block;
4 years ago
}
.hotel_name {font-size: 20px;}
.inquirybutton {
color: #fff;
font-size: 20px;
position: fixed;
text-align: center;
bottom: 0;
padding: 5px 0;
4 years ago
width: 750px;
}
.inquirybutton a {
color: #fff;
display: block;
height: 30px;
padding-top: 4px;
margin-top: -8px;
background: #ad1818;
width: 70%;
margin: 0 auto;
border-radius: 25px;
text-align: center;
}
.tmbottom {background: #efefef;
4 years ago
padding: 5px 30px 30px 30px; position: relative; margin-top: 80px;}
.tmbottom:after {
content: ' ';
position: absolute;
left: calc(100% - 55%);
right: auto;
top: 0px;
bottom: auto;
border: 35px solid;
border-color: #fff transparent transparent transparent;
}
4 years ago
.tmbottom h2 {text-align: center;}
.tmbottom input { width: 100%;
height: 50px;
border: 1px solid #dcdcdc;
border-radius: 7px;
font-size: 20px;
padding: 0 15px;
font-family: 'Hind Madurai';
font-weight: 300;
color: #838383;
margin-bottom: 20px;}
.tmbottom textarea { width: 100%;
border: 1px solid #dcdcdc;
padding: 15px;
font-size: 18px;
font-family: 'Hind Madurai';
line-height: 20px;
border-radius: 7px;}
.tmbottom button { background: #ae1819 none repeat scroll 0 0;
border: medium none;
border-radius: 25px;
color: #fff;
font-size: 22px;
padding: 10px;
text-align: center;
width: 100%;
margin-top: 30px;
margin: 30px auto;
4 years ago
}
/* 集合页 */
4 years ago
.content_bg_grey {background: #fff; width: auto;
max-width: 100%;
margin-right: auto;
margin-left: auto;
4 years ago
}
4 years ago
table.info_reco_table { width: max-content;}
table.info_reco_table td { width: 270px;}
4 years ago
table.tour_table {width: 1280px;}
4 years ago
table.tour_table td.tour_td_image {position:relative;}
4 years ago
.country_experience { display: flex;}
.unique_experience {position: relative; padding: 0 2px; width: 281px; float: left;}
4 years ago
.experience_info {position: absolute; bottom: 0; color: #fff; background: rgb(0 0 0 / 45%); padding: 15px; height: 140px;}
4 years ago
.experience_info p { color: #fff;
font-size: 18px;
line-height: 22px;}
.experience_name {font-size: 27px;
4 years ago
line-height: 27px;
margin-bottom: 10px;
display: block;
text-shadow: 1px 1px 1px #000;}
.index_tour {float: left;
position: relative;
4 years ago
height: 535px; margin: 0 3px; width: 280px;
}
.index_tour_bg {position: absolute; padding: 20px; text-align: center;
4 years ago
height: 170px;margin: 0 15px; top: calc(100% - 230px);background: #f6f6f6;}
.index_tour h3 {
margin-top: 0;
margin-bottom: 5px;
4 years ago
padding: 0;
font-size: 23px; line-height:25px;height: 75px;}
4 years ago
.index_tour_bg p {font-size: 18px; line-height: 22px; padding: 0; margin-bottom: 0;}
4 years ago
.index_tour_city {font-size: 18px; color: #848484;margin-bottom: 15px;height: 45px;}
.index_tour_button {
text-transform: uppercase;
color: #000;
font-weight: 600;
4 years ago
font-size: 20px; margin-top: 0;}
4 years ago
.index_tour_button a {color: #ad1818; padding: 5px 20px;}
4 years ago
.more_tours { display: block;
text-align: center;
4 years ago
margin: 0;
font-size: 30px;
font-style: italic;
4 years ago
font-family: 'Alegreya Sans';
font-weight: 600;
4 years ago
margin-bottom: 50px;
4 years ago
text-transform: capitalize;
text-decoration: underline;}
.area_guide {width: 190px; float:left; margin: 15px 20px 20px 0;}
4 years ago
.area_name {display: block;
border: 1px solid #e5e5e5;
border-top: none;
padding: 7px 15px;
font-size: 18px;
background: #fff;
border-bottom: 3px solid #ad1818;}
.area_name .fa { float: right;
color: #ad1818;
font-weight: 600;
font-size: 22px;}
.country_pic {width: 281px;padding: 0 2px;
float: left;
position: relative;}
4 years ago
.country_name {position: absolute;
4 years ago
top: calc(100% - 175px);
4 years ago
width: calc(100% - 30px);
text-align: center;
4 years ago
font-size: 25px;
text-transform: uppercase;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
text-shadow: 1px 1px 1px #000;
4 years ago
padding: 0 15px;
4 years ago
line-height: 27px;
font-weight: 600;}
.country_name a {color: #fff;}
.trip_plan_left { width: 585px;
float: left;}
.plan_left {margin-right: 15px; width: 275px;
float: left; position: relative;}
.plan_title_bg {position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
background: rgb(0 0 0 / 45%);}
4 years ago
.plan_left_title {width: 100%;
position: absolute;
text-align: center;
font-size: 27px;
4 years ago
line-height: 30px;}
.plan_left_title a, .plan_right_title a { color: #fff;}
4 years ago
.plan_left_title a { width: calc(100% - 30px);
height: 236px;
4 years ago
display: inline-block;
position: relative;
top: 0;
4 years ago
padding-top: 130px;
padding: 130px 15px 0 15px;}
.plan_left_right { width: 275px;
float: left; position: relative;}
.trip_plan_right {width: 555px;
display: inline-block;}
.plan_right_top {position: relative; margin-bottom: 20px;}
.plan_right {position: relative;}
.plan_right_title { position: absolute;
4 years ago
line-height: 20px;
bottom: 0;
background: rgb(0 0 0 / 55%);
width: calc(100% - 20px);
padding: 5px 10px;
4 years ago
font-size: 20px;}
4 years ago
.tour_h2_bg {position: relative;
4 years ago
clear: both;
4 years ago
height: 50px;
border-bottom: 1px solid #d1d1d1;
display: block;
4 years ago
width: 90%;
4 years ago
margin: 100px auto 50px auto;}
4 years ago
.tour_h2_bg h2.tour_h2_title {text-align: center;
4 years ago
position: absolute;
background: #fff;
padding: 0 20px;
bottom: -20px;
4 years ago
font-size: 37px;
left: 0;
right: 0;
4 years ago
width: 700px;
4 years ago
margin: 0 auto;}
4 years ago
.country_city_guide {
4 years ago
width: 62%;
4 years ago
float: left; }
4 years ago
img.country_map {margin-top: 15px;
4 years ago
display: inline-block;}
4 years ago
.ah_index_tour { margin: 0 2px; height: 100%; position: initial; border: 1px solid #d1d1d1;padding: 5px; margin-bottom: 30px; width: 269px;}
4 years ago
.ah_index_tour_bg {position: initial;padding: 15px 0;text-align: center;background: none;bottom: 0;margin: 0;top: auto;height: 170px;}
4 years ago
.ah_index_tour_bg h3 {height: 80px;line-height: 27px;margin-top: 0;padding-right: 0;font-size: 23px;margin-bottom: 10px; font-family: 'Goudy Old Style';}
4 years ago
.ah_index_tour_city {height: 55px;color: #848484;line-height: 20px; font-size: 18px;}
.ah_index_tour_button {margin-top: 5px;font-size: 20px;text-transform: uppercase;font-weight: 600;}
.ah_index_tour_button a {color: #ad1818;}
4 years ago
.icon--menu:before {
content: '\e903';
}
.icon--cross:before {
content: '\e117';
}
/* Menu styles */
.menu {
position: fixed;
top: 120px;
left: 0;
width: 300px;
height: calc(100vh - 120px);
background: #fff;
}
.menu__wrap {
position: absolute;
4 years ago
top: 10em;
4 years ago
bottom: 0;
width: 100%;
}
.menu__level {
position: absolute;
left: 0;
visibility: hidden;
overflow: hidden;
overflow-y: scroll;
width: calc(100% + 50px);
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.menu__level:focus {
outline: none;
}
.menu__level--current {
visibility: visible;
}
.menu__item {
display: block;
width: calc(100% - 50px);
}
.menu__link {
4 years ago
font-weight: 400;
4 years ago
position: relative;
display: block;
4 years ago
padding: 10px 20px;
4 years ago
color: #000;
transition: color 0.1s;
4 years ago
font-size: 26px;
4 years ago
}
.menu__link[data-submenu]::after {
position: absolute;
color: #000;
4 years ago
content: "";
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 3px solid #000;
border-right: 3px solid #000;
float: right;
top: 20px;
right: 20px;
transform: rotate(
45deg
);
4 years ago
}
.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
color: #000;
}
.menu__link--current::before {
content: '\00B7';
font-size: 1.5em;
line-height: 0;
position: absolute;
top: 50%;
left: 0.5em;
height: 4px;
color: #000;
}
[class^='animate-'],
[class*=' animate-'] {
visibility: visible;
}
.animate-outToRight .menu__item {
-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToRight {
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes outToRight {
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.animate-outToLeft .menu__item {
-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToLeft {
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes outToLeft {
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.animate-inFromLeft .menu__item {
-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes inFromLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate-inFromRight .menu__item {
-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes inFromRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.menu__breadcrumbs {
font-size: 16px;
line-height: 1;
position: relative;
padding: 25px 20px;
}
.menu__breadcrumbs a {
font-weight: bold;
display: inline-block;
cursor: pointer;
vertical-align: middle;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}
.menu__breadcrumbs a:last-child {
pointer-events: none;
}
.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
color: #8182e0;
}
.menu__breadcrumbs a:not(:last-child)::after {
4 years ago
content: '←';
4 years ago
display: inline-block;
padding: 0 0.5em;
4 years ago
color: #999;
4 years ago
}
.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
color: #33353e;
}
.menu__back {
font-size: 1.05em;
position: absolute;
z-index: 100;
top: 0;
right: 3.25em;
margin: 0;
padding: 20px 0 0 0;
cursor: pointer;
color: #2a2b30;
border: none;
background: none;
}
.menu__back--hidden {
pointer-events: none;
opacity: 0;
}
.menu__back:hover,
.menu__back:focus {
color: #fff;
outline: none;
}
/* Open and close buttons */
.action {
position: absolute;
display: block;
margin: 0;
padding: 0;
cursor: pointer;
border: none;
background: none;
}
.action:focus {
outline: none;
}
.action--close {
font-size: 16px;
top: 1.25em;
right: 1em;
display: none;
color: #45464e;
}
/*@media screen and (max-width: 40em) {}
.action--open,*/
.action--close {
display: block;
}
.menu {
z-index: 1000;
top: 0;
width: 100%;
height: 100vh;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.menu--open {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* menu end */
/*pc style begin */
.infobottom ul li {
list-style: none;
margin-bottom: 15px;
font-size: 18px;
}
.bottommedia ul {
padding-left: 0;
display: inline-block;
margin-left: -15px;
margin-top: 0;
}
.bottommedia ul li a {
color: #fff;
4 years ago
font-size: 18px;
4 years ago
text-transform: uppercase;
}
.followtitle a {
color: #fff;
}
.bottomlinks ul li {
4 years ago
font-size: 18px;
4 years ago
text-transform: uppercase;
margin-bottom: 15px;
width: 100%;
}
.bottomlinks ul {
display: inline-block;
padding-left: 0;
margin-top: 0;
}
.bottomlinks ul li a {
color: #fff;
}
.aboutusleft {
width: 50%;
float: left;
display: inline-block;
}
.bottomaboutus {
margin-bottom: 50px;
}
.bottompctitle {
4 years ago
font-size: 18px;
4 years ago
text-transform: uppercase;
color: #797979;
font-weight: bold;
display: block;
width: 23%;
height: 115px;
float: left;
}
.aboutusinfo {
4 years ago
font-size: 17px;
line-height: 23px;
4 years ago
padding-right: 50px;
color: #fff;
}
.trustPilotIconBig { width: 75%;
float: right;}
.aboutusinfo a {
color: #fff;
text-decoration: underline;
}
.bottomfollowus ul {
padding-left: 10px;
display: inline-block;
margin-left: -15px;
margin-top: 0;
}
.bottomfollowus ul li {
list-style: none;
float: left;
margin-right: 20px;
margin-bottom: 25px;
font-size: 14px;
text-transform: uppercase;
}
.bottomfollowus ul li a {
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
.aboutusright {
width: 50%;
display: inline-block;
}
.bottomaboutuslinks {
border-top: 1px solid #797979;
margin-top: 50px;
}
.bottomlinksleft {
width: 45%;
float: left;
display: inline-block;
}
ul.socialmedias { float: right; margin-top: 15px;}
4 years ago
ul.socialmedias li { float: left; margin-right: 20px; font-size: 18px;}
4 years ago
ul.socialmedias li svg {background: #999;
border-radius: 50%;
padding: 3px;
margin-right: 15px;}
4 years ago
ul.socialmedias li a {color: #fff;}
4 years ago
4 years ago
ul.withBorder {
padding: 10px 0;
margin-bottom: 10px;
margin-top: 0;
display: inline-block;
}
ul.withBorder li {
display: inline;
margin-right: 20px;
}
ul.withBorder li a {
color: #fff;
text-decoration: none;
4 years ago
font-size: 18px;
4 years ago
}
.infobottom {
background: #3a3a32;
color: #fff;
clear: both;
padding-top: 100px;
padding-bottom: 110px;
position: relative;
4 years ago
}
.bottommembers {
width: 30%;
display: inline-block;
padding-top: 15px;
}
.bottommembers img {
display: inline-block;
}
.memberIcons {
text-align: right;
display: block;
padding-top: 15px;
}
img.bottomlogopc {
float: left;
margin-right: 30px;
}
.bottomcopyright {
font-size: 16px;
display: inline-block;
padding-top: 30px;
}
.bottomprivacy {
display: inline-block;
float: right;
padding-top: 30px;
font-size: 16px;
}
.bottomprivacy a {
color: #fff;
}
.main_content {
width: 1140px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
display: table;
}
.dropdown-content {
width: 100%;
left: 0;
display: block;
position: absolute;
box-shadow: 0px 2px 4px 0px #d1d1d1;
transition: 0.5s;
height: 0;
overflow: hidden;
}
.dropdown-content img {
max-width: 100%;
height: auto;
}
.dropdown:hover .dropdown-content {
4 years ago
height: 310px;
4 years ago
background: #fff;
}
.dropdown:active .dropdown-content img {
display: none;
}
.start-nav-item a:hover {
color: #000 !important;
border-bottom: none !important;
}
ul.inspiration {
padding-left: 0;
4 years ago
width: 145px;
4 years ago
}
ul.inspiration li {
float: none;
margin-right: 0;
list-style: none;
font-size: 18px;
4 years ago
margin-bottom: 5px;
4 years ago
line-height: 27px;
4 years ago
width: 300px;
4 years ago
}
ul.inspiration li a {
color: #000;
padding: 0;
text-transform: capitalize;
font-size: 22px;
}
ul.inspiration li a:hover {
border-bottom: none;
padding: 0;
}
.inspirationlist {
float: left;
}
.inspirationtitle {
font-weight: 600;
4 years ago
font-size: 20px;
4 years ago
color: #ad1818;
border-bottom: 1px solid #d2d2d2;
4 years ago
padding-bottom: 10px;
margin-bottom: 10px;
4 years ago
display: inline-block;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
.inspirationinfo {
display: block;
width: 1140px;
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
4 years ago
padding-top: 30px;
4 years ago
}
.besttime, .topthings {
4 years ago
width: 28%;
4 years ago
}
.vacationtype,
.festival {
width: 21%;
}
4 years ago
.infotoptitle h1 {
4 years ago
color: #fff;
position: absolute;
bottom: 0;
margin-bottom: 60px;
4 years ago
width: 1140px;
4 years ago
}
.topbannerbg {
position: absolute;
4 years ago
background: rgba(0, 0, 0, 0.33) none repeat scroll 0 0;
4 years ago
width: 100%;
top: 0;
height: 100%;
}
.authorupdate {color: #f1f1f1;
position: absolute;
bottom: 0;
display: block;
margin-bottom: 30px;
font-size: 16px;
4 years ago
text-shadow: 1px 1px 1px #000; width: max-content;}
.authorupdate strong { margin: 0 5px;
border-right: 2px solid #f1f1f1;
padding-right: 10px;
margin-right: 11px; font-weight: 400;}
4 years ago
.requiredArea {color: #ad1818;
font-size: 18px;
display: block;
margin-top: -10px;
margin-bottom: 20px;
font-weight: 400;
font-style: italic;
border-bottom: 1px dashed;
padding: 0 5px;}
4 years ago
/*pc style end */
@media (min-width: 1200px) {
.topnavigation {
width: 1140px;
margin: 0 auto;
}
4 years ago
.skipBox {min-height: 150px;}
4 years ago
.tour_date{ margin: 0;}
.tour_place { margin: 10px 0;}
4 years ago
.tour_dinner { margin-left: 0;}
4 years ago
p {
padding: 0;
}
h2.whyus {
margin-top: 50px;
}
4 years ago
.tournavi {
4 years ago
top: 84px;
width: 750px;
position: sticky;
border-bottom: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
box-shadow: 0px 2px 6px #d2d2d2;
background: #fff;
z-index: 1;
display: flex;
margin-top: -20px;
}
.start-nav-item a {
background: none !important;
color: #fff;
padding: 0 !important;
}
.infotailor {
height: 595px;
background: none;
4 years ago
margin-bottom: 4px;
4 years ago
}
4 years ago
.infotailor:after { display: none;}
4 years ago
.infotailorword {
color: #fff;
4 years ago
font-size: 35px;
4 years ago
text-align: center;
4 years ago
line-height: 45px;
4 years ago
right: 0;
left: 0;
top: 0;
width: 100%;
4 years ago
padding: 270px 0 140px 0;
4 years ago
bottom: 0;
display: block;
position: relative;
background: url(https://data.asiahighlights.com/pic/asia-highlights-tm-form-pc-bg.jpg) no-repeat center;
}
.chbottomlogo {
position: absolute;
left: 0;
right: 0;
margin-top: -80px;
}
.chbottomlogo img {
margin: 0 auto;
display: block;
}
#main_content_next {
width: 1140px;
}
#main_content_pc {
4 years ago
width: 1140px;
4 years ago
float: left;
max-width: 100%;
4 years ago
margin: 0 auto;
4 years ago
}
4 years ago
.pc_content {width: 750px;float: left;max-width: 100%;}
.right_tour { position: sticky;
float: right;
4 years ago
top: calc(100% - 490px);
4 years ago
margin-top: 30px;
4 years ago
width: 330px;}
4 years ago
.topcontent { margin-bottom: 80px;}
4 years ago
.bottomlogo {
height: 71px;
background-color: #1e1e1e;
padding: 0;
color: #fff;
position: relative;
4 years ago
}
.visible-xs {
display: none !important;
}
.headerbar {
4 years ago
height: 90px;
4 years ago
background-color: #fff;
padding: 0;
position: fixed;
width: 100%;
box-shadow: 0px 2px 4px 0px #d1d1d1;
}
li.sub-nav-item a {
color: #fff;
font-size: 40px;
font-weight: 700;
width: 100%;
display: block;
}
.siteSearch {
display: block;
border: 1px solid #c9c9c9;
height: 38px;
float: left;
4 years ago
width: 235px;
margin-top: 25px;
4 years ago
border-radius: 2px;
4 years ago
}
.contactbutton {
4 years ago
color: #fff !important;
background: #ad1818;
padding: 10px 15px !important;
margin-top: 20px;
border-radius: 2px;
4 years ago
}
4 years ago
a.p_topnavilink.contactbutton:hover {
border-bottom: none;
}
4 years ago
.footerbox {
width: 1140px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
a.nav-link {
font-size: 40px;
}
a.nav-link:hover {
color: #fff;
}
.siteSearch .strkeys {
background: #fff;
border: 0;
display: inline-block;
width: 100px;
color: #666;
height: 38px;
font-size: 16px;
padding: 0 10px;
}
.siteSearch .submits {
float: right;
position: relative;
right: 0px;
}
img.asiahighlightslogo {
padding-left: 0;
4 years ago
height: 90px;
4 years ago
width: 183px;
4 years ago
}
ul.pctopnavi {
display: flex;
4 years ago
padding-left: 120px;
4 years ago
margin-bottom: 0;
margin-top: 0;
4 years ago
height: 90px;
4 years ago
}
ul.pctopnavi li {
list-style: none;
color: #fff;
float: left;
4 years ago
margin-right: 34px;
4 years ago
}
.pcnavibutton {
float: right;
display: inline-block;
}
li.dropdown {
text-transform: uppercase;
}
li.dropdown a {
display: table-cell;
4 years ago
padding: 37px 0 31px 0;
4 years ago
}
li.dropdown a:hover {
border-bottom: 5px solid #ad1818;
color: #000;
4 years ago
padding: 32px 0 31px 0;
4 years ago
transition: 0.15s;
}
a.p_toplogo {
display: inline-block;
4 years ago
height: 90px;
4 years ago
padding-left: 10px;
float: left;
}
a.p_topnavilink {
color: #000;
font-weight: 600;
padding: 65px 0 26px 0;
4 years ago
font-size: 18px;
4 years ago
cursor: pointer;
}
4 years ago
4 years ago
.infotoptitle {
width: 1140px;
margin: 0 auto;
}
.infotopimage {
position: relative;
4 years ago
padding-top: 91px;
4 years ago
}
.infotoptitle {
width: 1140px;
margin: 0 auto;
}
.tmbottom input, .tmbottom textarea { width: 95%;}
.tour_feedback {background: url(https://data.asiahighlights.com/pic/tour-feedback-bg-monks-pc.jpg) no-repeat center; height: 450px;}
4 years ago
.tournavi { margin-top: -60px; top: 90px;
4 years ago
width: 750px; box-shadow: 0px 2px 6px #d2d2d2; }
4 years ago
4 years ago
.info_ad_name {font-size: 22px;
line-height: 30px;
4 years ago
padding: 10px;
display: block;
width: calc(100% - 40px);
height: 135px;}
}
4 years ago
.info_ad_name a {
4 years ago
display: inline-block;
color: #fff;
4 years ago
padding: 10px;
4 years ago
text-shadow: 1px 1px 1px #000;}
4 years ago
.info_ad_name strong {line-height: 35px;
4 years ago
font-size: 35px;
font-family: 'Goudy Old Style';
font-weight: 800;}
4 years ago
4 years ago
.content_article_title, .info_ad_title {
4 years ago
margin-top: 50px;
4 years ago
font-size: 20px;
4 years ago
border-left: 5px solid #ad1818;
4 years ago
padding-left: 15px;
4 years ago
margin-bottom: 15px;
font-family: 'Goudy Old Style';
font-weight: 600;
4 years ago
text-transform: uppercase;
4 years ago
}
4 years ago
table.content_article {width: max-content; border-spacing: inherit;}
table.content_article td { background: #f6f6f6; border-right: 5px solid #fff; width: 355px;}
4 years ago
table.content_article td img { width: 30%;
4 years ago
float: left;
margin-right: 20px;}
4 years ago
.content_article_name { width: 60%;
4 years ago
height: 85px;
4 years ago
font-size: 19px;
line-height: 23px;
4 years ago
margin-bottom: 10px;
4 years ago
padding-top: 10px;
4 years ago
-webkit-line-clamp: 4;
4 years ago
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;}
.content_article_button { display: inherit;
font-size: 22px;
background: #ad1818;
color: #fff;
border-radius: 50%;
text-align: center;
float: right;
margin-right: 15px;}
.content_article_button a {color: #fff;
4 years ago
width: 33px;
height: 27px;
4 years ago
display: inline-block;}
4 years ago
.content_article_button a:after {
color: #fff;
content: "";
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 3px solid #fff;
border-right: 3px solid #fff;
float: right;
4 years ago
margin-right: 12px;
margin-top: 10px;
4 years ago
transform: rotate(
45deg
);
}
4 years ago
@media (max-width: 750px) {
/*头部导航*/
4 years ago
.topnavitailor { text-transform: uppercase;
height: 29px;
margin-top: 13px;
display: flex;
position: absolute;
right: 10px;
top: 0;}
4 years ago
a.infocustomize {
4 years ago
font-size: 16px;
4 years ago
color: #fff;
padding: 3px 7px;
background: #ad1818;
margin-right: 10px;
4 years ago
}
img.chinahighlightslogo {height: 53px;
display: inline-block;
4 years ago
margin-left: 10px; width: 200px;}
4 years ago
4 years ago
/*底部logo*/
.bottomlogoinfo {
color: #fff;
text-align: center;
margin-bottom: 50px;
padding: 0 30px;
font-size: 18px;
font-weight: 300;
}
4 years ago
.bottomlogoinfo a { color: #fff; text-decoration: underline;}
4 years ago
.bottommedia ul {
padding-left: 15px;
}
4 years ago
.bottommedia ul li svg {background: #999;
border-radius: 50%;
padding: 3px;
margin-right: 15px;}
4 years ago
img.bottomlogocenter { margin: 10px auto;}
.chbottomlogo {
display: block;
position: absolute;
left: 0;
right: 0;
top: calc(50% - -240px);
}
.chbottomlogo img {
display: block;
width: 150px;
margin: 0 auto;
}
4 years ago
.featureon {padding:0 20px;}
.infobottom {padding: 70px 0;}
4 years ago
#main_content_mobile {
4 years ago
padding-top: 50px;
4 years ago
max-width: 100%;
}
.img-responsive,
video,
.table-responsive {
overflow-x: auto;
}
h1,
h2,
h3,
h4 {
padding: 0 15px;
}
.infotopimage {
4 years ago
position: relative;
4 years ago
margin-top: 53px;
4 years ago
}
.right_image {float: none;
width: 100%;
margin: 30px 0;}
.right_image img { width: 100%;}
4 years ago
.headerbar {
position: fixed;
width: 100%;
top: 0;
box-shadow: 1px 1px 6px 1px #f1f1f1;
}
.bottomlogo {
font-size: 15px;
height: 60px;
background-color: #1e1e1e;
padding: 0;
background: url(https://data.chinahighlights.com/image/asia/asia-highlights-bottom-logo.png) no-repeat 20px 2px #1e1e1e;
padding-left: 160px;
padding-top: 15px;
line-height: 20px;
color: #fff;
position: relative;
4 years ago
z-index: 999999;
4 years ago
}
.hidden-xs {
display: none !important
}
.visible-xs {
display: block !important
}
/*信息页面*/
4 years ago
.nextcontext { width: 100%;}
4 years ago
.info_ad_name strong {
4 years ago
line-height: 27px;
4 years ago
font-size: 25px;
color: #ad1818;
4 years ago
}
4 years ago
.info_ad_button {position: absolute;
4 years ago
bottom: 10px;
right: 0;
margin-right: 10px;}
.right_brand_info, .right_tour {display: none;}
4 years ago
.infotoptitle {
margin: 0 auto;
position: absolute;
bottom: 0;
}
4 years ago
.infotoptitle h1 { width: auto;
4 years ago
position: relative;
text-shadow: 1px 1px 1px #000;
4 years ago
line-height: 37px;
4 years ago
font-size: 35px;
bottom: 0;
margin-top: 0;}
4 years ago
.authorupdate { padding: 0 15px;}
.skipAhead ul {display: inline-block;
padding-left: 20px; width: auto;}
.skipAhead li { width: 40%; padding-left: 15px; padding-right: 15px;}
4 years ago
.tournext{ margin-bottom: 30px;}
4 years ago
.next_tour_info { width: 100%;
float: none;
position: absolute;
background: rgba(0, 0, 0, 0.36) none repeat scroll 0 0;
right: 0;
bottom: 0;
height: 100%;}
.next_name { padding: 170px 30px 30px 30px; text-align: center; font-weight: 400; font-size: 32px;}
4 years ago
.next_button {
4 years ago
float: none;
margin: 0 auto;
display: block;
width: 146px;
4 years ago
padding: 8px 0;
position: initial;}
4 years ago
.tournext, .nextarticle { margin-bottom: 30px; width: 287px; }
.nextArticlePic { width: 100%;}
.nextArticle { height: auto;}
.nextArticleTitle {padding: 15px; width: auto;
margin-top: -15px;
position: initial;
top: 0;
float: none;}
4 years ago
.nextarticlebg .nextArticleName a { border: none; padding: 15px 0 0 0; font-size: 27px; line-height: 35px;}
.right_tour .ah_inforight p { padding: 0;}
4 years ago
/*tour page*/
4 years ago
.inquirybutton { width: 100%; height: 38px;}
4 years ago
.tour_feedback {padding-bottom: 100px;}
4 years ago
.tmbottom textarea, .tmbottom input { width: 90%;}
4 years ago
.tmbottom {padding: 5px 15px; margin-bottom: 50px;}
.ah_hotel { width: 100%;}
4 years ago
.tour_hotel { margin: 0 15px 10px 15px;}
4 years ago
.tournextname {font-size: 25px;
4 years ago
padding: 0 15px;
4 years ago
margin-bottom: 80px;
4 years ago
line-height: 30px;}
4 years ago
.ah_hotel img {width: 38%; height: 125px;}
4 years ago
/*集合页*/
4 years ago
.country_experience, .other_country { display: inline-block;}
4 years ago
.unique_experience, .country_pic { width: 100%; padding: 0; margin-bottom: 15px;}
.experience_info {margin-right: 0;}
4 years ago
.experience_info, .index_tour h3, .ah_index_tour_city { height: auto;}
4 years ago
.listtour {display: block;}
4 years ago
.index_tour { height: auto; width: 100%; margin: 0;}
4 years ago
.travel_guide_city, .trip_plan_right { width: 100%;}
.index_tour_bg {
height: auto;
margin: 0;
4 years ago
background: #fff;
position: initial;
margin-bottom: 30px;}
.index_tour_bg h3 a, .index_tour_bg p{color: #000;}
4 years ago
.index_tour_button a {color: #ad1818;}
.index_tour_city { height: auto; color: #848484;}
4 years ago
.area_guide {
4 years ago
margin: 15px 5px;
4 years ago
float: none;}
4 years ago
.trip_plan_left { width: 100%; display: flex;}
.plan_left, .plan_left_right { width: 100%; margin-bottom: 20px;}
4 years ago
.content_bg_grey { padding: 70px 0 80px 0; background: #ececec; margin: 80px 0; display: inline-block;}
4 years ago
.tour_h2_bg h2.tour_h2_title {position: inherit;
4 years ago
background: none;
width: 100%;
4 years ago
padding: 0 ;
4 years ago
display: table-cell;}
4 years ago
.tour_h2_bg {border-bottom: none;
width: 100%;
4 years ago
clear: both;
4 years ago
position: inherit;
padding: 0 15px;
height: auto;
display: table-cell;
4 years ago
padding-bottom: 30px;
padding-top: 80px;}
4 years ago
.plan_left_title {
4 years ago
font-size: 20px;
line-height: 20px;}
4 years ago
.plan_left_title a { padding-top: calc(100% - 100px);
height: calc(100% - 200px);
left: 0;
width: 100%;
padding-bottom: calc(100% - 80px);}
4 years ago
.more_tours { font-size: 35px;}
4 years ago
.country_city_guide { width: 100%;}
4 years ago
.travel_guide_city { display: flex; width: 100%;}
4 years ago
.ah_index_tour {width: auto; display: flex; margin: 0 0 20px 0;}
4 years ago
.ah_index_tour_bg h3 { height: auto; padding-left: 0; font-size: 20px; line-height: 23px;}
4 years ago
.ah_index_tour_bg { height: auto;width: 100%;padding: 15px;}
4 years ago
table.tour_table .ah_index_tour {width: 340px;
height: 265px;}
4 years ago
.info_ad_content {position: inherit; background: #ececec;}
.info_ad_name a { color: #000;
text-shadow: none;
4 years ago
width: 75%;
padding: 15px;
4 years ago
font-size: 18px;}
4 years ago
/*首页反馈*/
4 years ago
.whyus, .customerReview { width: auto;border-right: none; padding: 0 20px;}
.whyus li.guarantee, .whyus li.customize, .whyus li.planning { background-size: 80px; padding-left: 105px;}
.whyus ul {width: 100%;}
.reviewList .floatLeft {margin-right: 25px;width: 55%;}
4 years ago
}
/* flatpickr calendar begin */
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-mont
/* flatpickr calendar end */