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.

2574 lines
62 KiB
CSS

@charset "utf-8";
/* public style */
body {
margin: 0;
4 years ago
font-family: Calibri;
color: #000;
background: #fff;
4 years ago
font-size: 19px;
}
h1 {
4 years ago
font-size: 45px;
line-height: 47px;
4 years ago
padding-top: 40px;
padding-bottom: 50px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
margin-top: 0;
margin-bottom: 0;
}
h2 {
4 years ago
font-size: 33px;
4 years ago
padding-bottom: 30px;
padding-top: 70px;
4 years ago
line-height: 35px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
margin-bottom: 0;
margin-top: 0;
}
h3 {
4 years ago
font-size: 27px;
padding-top: 40px;
4 years ago
line-height: 28px;
4 years ago
padding-bottom: 20px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
margin-top: 0;
margin-bottom: 0;
}
4 years ago
h3 em {color: #ad1818;
4 years ago
font-size: 32px;
font-style: inherit;}
4 years ago
p {
4 years ago
line-height: 24px;
margin-top: 0;
4 years ago
padding-bottom: 25px;
4 years ago
margin-bottom: 0;
}
p a {
text-decoration: none;
4 years ago
color: #ad1818;
font-weight: 600;
}
p a:hover {
text-decoration: none;
4 years ago
background: #f6f6f6;
transition: 1s;
4 years ago
color: #ad1818;
}
4 years ago
4 years ago
a, a:hover { text-decoration: none; color: #000;}
.img-responsive, video, .table-responsive {
display: block;
max-width: 100%;
height: auto;
4 years ago
overflow-x: auto;
}
.web_cookie {background-color: #f7f7f7;
position: fixed;
bottom: 0;
box-shadow: 0px -4px 4px 0px #ececec;
width: 100%;
z-index: 999;}
4 years ago
.cookie_close {float: right;
position: relative;
width: 25px;
font-size: 18px;
4 years ago
font-weight: 600;
background: #ddd;
padding: 5px;
top: 0;
cursor: pointer;
text-align: center;}
4 years ago
.web_cookie p { display: inline-block;
padding: 10px 0 0 30px;
margin-bottom: 10px;
font-size: 18px;
float: left;
width: 86%;}
4 years ago
.cookie_button {margin-left: 20px;
font-size: 16px;
background: #fff;
border: 1px solid #ad1818;
color: #ad1818;
padding: 5px 30px;
font-weight: 600;
letter-spacing: 0.05rem;
box-shadow: 3px 2px 3px 1px #d2d2d2;
4 years ago
cursor: pointer;
4 years ago
margin-top: 10px;}
4 years ago
4 years ago
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
font-weight: 400;
}
4 years ago
.adsbygoogle { height:auto !important; margin:0 !important;}
4 years ago
#videoPlayer { position:inherit !important; min-width: 100%; min-height: 423px;}
4 years ago
a.infocustomize {
4 years ago
font-size: 16px;
4 years ago
color: #fff;
4 years ago
padding: 4px 10px;
4 years ago
background: #ad1818;
4 years ago
}
4 years ago
4 years ago
.headerbar {
background-color: #fff;
z-index: 999;
box-shadow: 1px 1px 6px 2px #e5e5e5;
}
.sidebar {
background-color: rgba(0, 0, 0, 0.75);
max-width: 160vw;
top: calc(0px);
width: 100%;
}
.headerbar {
background-color: #fff;
5 years ago
height: 53px;
box-shadow: none;
}
.start-nav-item {
color: #222;
list-style: none;
padding-bottom: 8px;
4 years ago
text-transform: capitalize;
}
4 years ago
4 years ago
.start-nav-item a:hover {
border-bottom: none !important;
4 years ago
}
4 years ago
.sidebar .start-nav-item {
4 years ago
width: 260px;
margin-bottom: 0;
4 years ago
height: 25px;
4 years ago
padding: 7px 0;
4 years ago
padding-left: 30px;
4 years ago
border-bottom: 1px solid #f1f1f1;
}
4 years ago
.sidebar .start-nav-item-last { border-bottom: none;}
.bottommedia {
4 years ago
width: 50%;
float: left;
4 years ago
padding-left: 25px;
}
4 years ago
.featureon { padding: 0 25px;}
.followtitle {
text-transform: uppercase;
4 years ago
display: block;
4 years ago
margin-bottom: 20px;
font-size: 18px;
}
.whatsnew { border: 5px dashed #d2d2d2;
4 years ago
margin-top: 65px;
min-height: 90px;
4 years ago
margin-bottom: 30px;
4 years ago
padding: 15px 15px 0 15px;}
.whatsnew img {position: relative;
4 years ago
top: -80px;
margin-right: 30px;
4 years ago
display: inline-block;
margin-bottom: -80px;}
4 years ago
.whatsnewinfo {
4 years ago
line-height: 30px;
4 years ago
margin-top: -15px;
padding: 0 15px;}
.topcontent {
4 years ago
margin-top: 58px;
max-width: 100%;
}
.infocategory {
4 years ago
font-size: 17px;
border-left: 3px solid #ad1818;
padding-left: 10px;
margin-top: 20px;
4 years ago
}
.infocategory a {
margin: 0 20px 0 0;
display: inline-block;
}
.infocategory a:after {
content: "";
position: absolute;
width: 5px;
height: 5px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
4 years ago
margin-top: 8px;
4 years ago
margin-left: 3px;
}
.authorupdate {
4 years ago
font-size: 16px;
4 years ago
color: #999;
4 years ago
padding-top: 5px;
4 years ago
font-style: italic;
4 years ago
margin: -40px 15px 60px 15px;
}
.authorupdate strong {
border-right: 1px solid #dcdcdc;
padding-right: 10px;
4 years ago
margin-right: 10px;
}
4 years ago
.infoimage, .infovideo {clear: both; margin: 0 auto 30px auto;}
4 years ago
.infoimage img {margin: 0 auto; --tw-shadow: 0px 4px 15px 2px rgba(70,70,70,0.3); box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow); border-radius: 6px;}
.infoimagetitle {
4 years ago
font-size: 16px;
4 years ago
color: #999;
display: block;
border-left: 3px solid #b8b8b8;
padding-left: 15px;
4 years ago
margin-top: 10px;
line-height: 18px;
4 years ago
margin-bottom: 30px;
}
4 years ago
.photoBlock300 {
font-size: 18px;
font-style: italic;
float: right;
width: 300px;
margin-left: 30px;
margin-bottom: 30px;
color: #999;
4 years ago
line-height: 20px;
4 years ago
}
4 years ago
.photoBlock300 img { margin: 0 auto 10px auto;}
4 years ago
table.weather_info {background: #fff;
4 years ago
border-collapse: collapse; border: 1px solid #d1d1d1;}
.today_weather { padding: 15px 0; background-color: #f6f6f6;}
4 years ago
.weather_img img {width: 50px; margin: 0 auto;
margin-bottom: 20px;}
4 years ago
.day_weather {
4 years ago
border-right: 1px solid #d1d1d1;
text-align: center;
4 years ago
width: 150px;
4 years ago
}
4 years ago
.day_weather p {padding-bottom: 15px; font-size: 18px; margin-right: 5px;}
4 years ago
.last_day_weather {border-right: none;}
4 years ago
.today_title {font-size: 22px;
4 years ago
font-weight: bolder;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
text-transform: uppercase;
4 years ago
margin-bottom: 10px;
4 years ago
}
4 years ago
p#todayDate, p#forecastDate1, p#forecastDate2, p#forecastDate3, p#forecastDate4, p#forecastDate5, p#forecastDate6 { font-size: 22px;
font-weight: 600;
font-family: 'Goudy Old Style';}
4 years ago
table.infotable, table.monthWeather {
border-left: 1px solid #d1d1d1;
border-spacing: 0;
4 years ago
margin-bottom: 30px;
4 years ago
width: 100%;}
4 years ago
table.infotable th, table.monthWeather th {
4 years ago
background: #f6f6f6;
padding: 15px 10px;
4 years ago
font-family: 'Goudy Old Style';
border-top: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
4 years ago
font-size: 20px;
4 years ago
line-height: 25px;
}
4 years ago
table.infotable th a, table.monthWeather th a { color: #fff; text-decoration: underline;}
4 years ago
table.infotable td, table.monthWeather tr td {
padding: 15px;
border-right: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
font-size: 18px;
line-height: 22px;
4 years ago
background: #fff;
}
4 years ago
table.infotable tr:nth-child(odd) td, table.monthWeather tr:nth-child(odd) td {
background: #f7f7f7;
4 years ago
}
4 years ago
table.infotable td a, table.monthWeather td a {
4 years ago
border-bottom: 2px solid #d1d1d1;
}
4 years ago
table.infotable td a:hover, table.monthWeather td a:hover {
4 years ago
background: #f6f6f6;
transition: 1s;
4 years ago
cursor: pointer;
}
4 years ago
.detailtopbanner { padding-top: 83px;}
4 years ago
.detailtopbanner img, .detailtopbanner video { margin: 0 auto;}
4 years ago
.info_page_reco { width: 220px; margin-right: 15px; margin-top: 15px;}
.info_page_reco img {--tw-shadow: 0px 4px 5px 2px rgba(70,70,70,0.3);
box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow);
border-radius: 6px;
margin-bottom: 5px;}
4 years ago
.info_reco_name {font-size: 18px;
position: relative;
4 years ago
padding: 10px 0 0 0;
4 years ago
height: 70px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
font-weight: 600;
4 years ago
line-height: 19px;}
/* former list style */
ol.drop1 {
4 years ago
padding: 0 15px;
margin: 0 15px;
}
ol.drop1 li {
padding-left: 10px;
line-height: 25px;
margin-bottom: 10px;
}
4 years ago
ul.infolist li, ul.drop1 li {
list-style: none;
4 years ago
margin-bottom: 5px;
4 years ago
line-height: 25px;
}
4 years ago
ul.infolist li:before, ul.drop1 li:before {
content: "";
4 years ago
width: 3px;
height: 3px;
4 years ago
border: 1px solid #ad1818;
display: inline-block;
background: #ad1818;
position: relative;
top: -4px;
left: -15px;}
5 years ago
ul.infolist li a, ul.drop1 li a{
color: #000;
4 years ago
text-decoration: underline #d1d1d1;
}
5 years ago
ul.infolist li a:hover, ul.drop1 li a:hover{
text-decoration: none;
color: #000;
4 years ago
background: #f6f6f6;
transition: 1s;
4 years ago
cursor: pointer;
}
4 years ago
ul.infolist, ul.drop1 {
4 years ago
padding: 0 0 30px 0;
display: table;
4 years ago
margin: 0 15px;
}
4 years ago
ul.catalog {padding: 0 15px 0 0; margin: 0 0 15px 0;}
ul.catalog li {
list-style: none;
4 years ago
margin-bottom: 10px;
4 years ago
line-height: 23px;
}
4 years ago
ul.catalog li a:before {
content: "";
4 years ago
width: 5px;
height: 5px;
4 years ago
border-top: 2px solid #000;
border-right: 2px solid #000;
float: left;
4 years ago
transform: rotate(
45deg);
margin-right: 10px;
4 years ago
margin-top: 8px;
4 years ago
}
ul.catalog li a:hover {
text-decoration: none;
color: #000;
4 years ago
background: #f6f6f6;
transition: 1s;
4 years ago
cursor: pointer;
}
4 years ago
.pc_content {width: 750px;
float: left;
4 years ago
max-width: 100%;
min-height: 590px;}
4 years ago
.right_tour {position: sticky;
float: right;
4 years ago
top: calc(100% - 530px);
4 years ago
margin-top: 30px;
4 years ago
width: 340px;}
4 years ago
.right_brand_info {
4 years ago
width: 340px;
4 years ago
float: right;
}
4 years ago
.articlereco {
display: inline-block;
4 years ago
width: 1140px;
4 years ago
margin: 80px 0 0 0;
}
.recotitlebg {
position: relative;
border-bottom: 1px solid #333;
4 years ago
margin: 50px auto 40px auto;
width: 75%;
display: block;
}
.recotitlebg h2 {
position: absolute;
4 years ago
top: calc(100% - 20px);
background: #fff;
text-align: center;
4 years ago
width: 340px;
text-transform: uppercase;
4 years ago
left: calc(100% - 590px);
padding: 0 10px;
4 years ago
font-size: 23px;
}
.updatearticle {
background: #efefef;
margin: 50px 15px;
position: relative;
}
.category {
font-size: 16px;
color: #a3a3a3;
text-transform: uppercase;
display: block;
padding-left: 25px;
padding-top: 30px;
}
.categorycenter {
font-size: 16px;
color: #a3a3a3;
text-transform: uppercase;
display: block;
padding-top: 30px;
text-align: center;
4 years ago
}
.articlenexttitle {
4 years ago
font-size: 20px;
font-weight: 600;
4 years ago
line-height: 21px;
4 years ago
padding: 10px 0;
4 years ago
display: block;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
height: 75px;
}
4 years ago
.articlenext {
width: 280px;
4 years ago
margin-right: 15px;
4 years ago
}
.articlenext img { --tw-shadow: 0px 4px 5px 2px rgba(70,70,70,0.3);
box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow);
border-radius: 6px; margin-bottom: 5px;}
.infotailor {
margin: 100px 0 0 0;
4 years ago
background: #ececec;
4 years ago
height: 355px;
position: relative;
}
.infotailorword {
position: absolute;
4 years ago
top: calc(100% - 265px);
font-size: 27px;
text-align: center;
4 years ago
padding: 0 20px;
4 years ago
line-height: 35px;
4 years ago
font-family: 'Goudy Old Style';
font-weight: 600;
}
.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;
}
4 years ago
ul.infoshare {
display: inline-block;
float: right;
margin-top: -5px;
}
ul.infoshare li {
list-style: none;
float: left;
margin-right: 20px;
}
.bottomwechat {
display: block;
margin-bottom: 50px;
height: 100px;
4 years ago
padding: 0 15px;
}
.bottomwechat img {
float: left;
4 years ago
margin-right: 20px;
}
.wechattitle {
display: block;
4 years ago
line-height: 22px;
}
.infotailormade {
text-align: center;
4 years ago
font-size: 18px;
width: 250px;
4 years ago
margin: 25px auto 90px auto;
display: block;
4 years ago
background: #fff;
4 years ago
border: 2px solid #ad1818;
}
.infotailormade a {
4 years ago
color: #ad1818;
display: block;
text-transform: uppercase;
}
4 years ago
.TopNavi { font-size: 18px; display: block; border-right: 1px solid #d2d2d2; float:left; height: 35px; padding-top: 15px; text-align: center; width: 25%; }
4 years ago
.TopNavi a, .TopNaviLast a {text-decoration: none;}
.TopNaviLast {
4 years ago
font-size: 18px;
display: block;
float: left;
height: 35px;
4 years ago
padding-top: 15px;
text-align: center;
width: 24%;
}
img.bottomright {
width: 49%;
}
4 years ago
img.bottomleft {
width: 49%;
margin-right: 6px;
float: left;
}
.bottomimg {
margin-bottom: 70px;
}
4 years ago
.bookingcontent {
right: 0;
display: block;
border-left: 2px solid #e5e5e5;
4 years ago
height: 120px;
position: relative;
left: 0;
top: 45px;
4 years ago
margin-bottom: 100px;
margin-left: 30px;
4 years ago
clear: both;
margin-top: -45px;
}
.proceduretop {
position: absolute;
left: -25px;
top: 0;
}
.procedurebottom {
position: absolute;
left: -25px;
top: 70px;
}
.proceduretitlebg {
background: #d2d2d2;
border-radius: 50%;
width: 50px;
height: 50px;
display: block;
float: left;
position: relative;
margin-right: 20px;
}
.proceduretitle {
4 years ago
font-size: 22px;
}
4 years ago
.tourdaytitlebg {
4 years ago
margin-top: 15px;
4 years ago
background: #ad1818;
float: left;
color: #fff;
4 years ago
font-size: 16px;
text-transform: uppercase;
4 years ago
padding: 3px 7px;
margin-right: 20px;
}
4 years ago
.tourdaytitlebg:after { border-left: solid 12px #ad1818;
4 years ago
border-bottom: solid 11px transparent;
4 years ago
border-top: solid 14px transparent;
4 years ago
margin-left: 7px;
4 years ago
margin-top: -3px;
4 years ago
content: ' ';
position: absolute;}
.tourdaytitle {
4 years ago
font-size: 22px;
font-weight: 600;
5 years ago
display: inline-block;
}
.tourday {
position: relative;
left: -10px;
}
.tourday p {
4 years ago
display: table;
padding-left: 0;
}
.tourcontent {
4 years ago
margin: 0 15px 50px 15px;
border-left: 2px solid #e5e5e5;
position: relative;
}
.hoteltitle {
display: block;
font-size: 22px;
5 years ago
margin-top: -15px;
4 years ago
}
.tourprice {
4 years ago
background: #f6f6f6;
4 years ago
padding: 30px 15px;
margin-bottom: 100px;
}
.pricefrom {
display: block;
font-size: 16px;
4 years ago
padding: 0 15px;
}
.pricefrom strong {
color: #ad1818;
4 years ago
font-size: 23px;
4 years ago
margin-left: 10px;
margin-right: 10px;
font-style: italic;
}
.priceterm {
4 years ago
font-size: 18px;
margin-top: 10px;
display: block;
border-bottom: 1px solid #d2d2d2;
4 years ago
padding: 0 15px 15px 15px;
margin-bottom: 15px;
line-height: 20px;
}
img.step {
display: block;
margin: auto;
margin-top: 6px;
}
4 years ago
4 years ago
.info_reco_tours { font-size: 22px;
4 years ago
margin-bottom: 15px;
4 years ago
font-family: 'Goudy Old Style';
border-left: 5px solid #ad1818;
4 years ago
font-weight: 600;
4 years ago
background: #f6f6f6;
4 years ago
padding: 5px 15px;}
4 years ago
.info_reco_tours em {color: #ad1818;
4 years ago
margin-right: 10px;
text-transform: uppercase;
4 years ago
font-size: 24px;}
4 years ago
.info_page_contact_us {position: relative; --tw-shadow: 0px 4px 15px 2px rgba(70,70,70,0.3);
box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow); }
4 years ago
.info_page_contact_us_bg { width: 100%;
position: absolute;
background: url(https://data.chinahighlights.com/image/tour-detail/tour-list-tour-title-bg.png) repeat-x;
4 years ago
height: calc(100% - 200px);
4 years ago
bottom: 0;}
4 years ago
.info_page_contact_us_word {color: #fff;
4 years ago
font-size: 23px;
4 years ago
padding: 0 0 0 30px;
4 years ago
font-family: 'Goudy Old Style';
font-weight: 600;
4 years ago
text-shadow: 1px 1px 1px #000;
position: absolute;
4 years ago
bottom: 20px;
4 years ago
width: 80%;
padding-left: 20px;}
4 years ago
.info_page_contact_us_word strong {font-size: 40px; display: block; text-transform: uppercase;}
4 years ago
.info_page_contact_us_word strong a { color: #fff;}
4 years ago
.info_page_contact_us_button {
position: absolute;
4 years ago
right: 20px;
bottom: 20px;}
4 years ago
.info_page_contact_us_button a {width: 55px;
height: 55px;
4 years ago
display: block;
background: #ad1818;
4 years ago
border-radius: 50%;
color: transparent;}
4 years ago
.info_page_contact_us_button a:after {content: "";
position: absolute;
4 years ago
width: 15px;
height: 15px;
4 years ago
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 5px solid #fff;
border-right: 5px solid #fff;
transform: rotate(
45deg
);
margin-top: 17px;
4 years ago
margin-left: 5px;}
4 years ago
/* 信息集合页元素 */
4 years ago
.poparticle { position: relative;
4 years ago
margin: 0 10px 10px 0;
width: 370px;}
4 years ago
.poparticle a { position: absolute;
width: 100%;
height: 100%;
4 years ago
bottom: 0;
4 years ago
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;}
4 years ago
.poparticle a:hover { background: none; transition: 1s; cursor: pointer;}
4 years ago
4 years ago
/*travel with confidence*/
.confidence_bg {position: relative; background: #f6f6f6; border-radius: 6px; display: inline-block; margin-top: 100px; padding: 0 0px 20px 15px;
margin-bottom: 100px;}
.confidence_tag { position: absolute;
left: calc(100% - 670px);
right: 0;
width: fit-content;
4 years ago
top: -75px;}
.confidence_tag img { width: 120px; height: 120px;}
4 years ago
.confidence_content {background: #fff;
4 years ago
padding: 0 30px 20px 30px; width: 41%;border-radius: 6px; margin: 0 20px; height:695px; box-shadow: 0px 0px 3px 1px #e5e5e5; margin-bottom: 50px;}
4 years ago
.confidence_content_100 {background: #fff;
4 years ago
box-shadow: 0px 0px 3px 1px #e5e5e5;
4 years ago
padding: 1px 30px 20px 30px;
margin-left: 20px;
width: calc(100% - 115px);
border-radius: 6px;
margin-bottom: 50px;}
.confidence_customer {display: inline-block;}
.confidence_customer img.confidence_image {position: absolute;
left: 40px;
width: 500px;
margin-top: 20px;}
.confidence_content_half {background: #fff;
padding: 0 30px 20px 30px;
width: 55%;
border-radius: 6px;
height: 485px;
margin-bottom: 50px;
position: relative;
float: right;
margin-right: 40px;}
4 years ago
.all_width_content_contact { background: #555;
4 years ago
padding: 30px 0;}
4 years ago
.all_width_content_contact p {text-align: center; font-size: 27px; font-style: italic; margin-bottom: 0;}
4 years ago
.all_width_content_contact p a {color: #fff; border-bottom: none;}
4 years ago
.all_width_content_contact p a:hover { background: none; cursor: pointer;}
4 years ago
.risk-free {position: relative; background: #fff; width: 30%; border-radius: 4px; margin: 0 5px; padding:50px 15px 15px 15px; margin-top: 70px; }
4 years ago
.risk_free_tag { position: absolute;
4 years ago
left: calc(100% - 65%);
top: -55px;}
.risk_free_tag img { width: 90px; height: 90px;}
4 years ago
.about_ta {float: left;
4 years ago
width: 28%;
4 years ago
margin-right: 30px;
background: #fff;
padding: 20px;
margin-bottom: 30px;}
4 years ago
.feedback_content_right { display: inline-block; width: 65%; }
4 years ago
.feedback_content {background: #fff; padding: 30px; margin-bottom: 30px;}
4 years ago
.feedback_content img { border-radius: 50%; float: left; margin-right: 20px;}
4 years ago
.content_name { font-size: 25px; color:#999; margin-bottom: 5px;}
4 years ago
img.feedback-rate {display: inline-block;
width: auto;
height: auto;
float: left;
border-radius: 0;}
.review_date {display: inline-block;
font-size: 18px;
4 years ago
height: 50px;
4 years ago
padding-left: 10px;
4 years ago
color: #999;}
.traveler_story {margin: 50px 0; display: flex;}
4 years ago
.traveler_story img {width: 600px; height: 550px;}
4 years ago
.traveler_story_content {margin-left: 50px; width: 2800px;}
4 years ago
table.confidence {width: 3023px;}
.traveler_story_content h2 {padding-right:0; margin-top: 15px;}
4 years ago
.story_keyword {font-weight: 600; color: #ad1818; margin:-10px 0 15px 0;}
4 years ago
.homepage_confidence_content { display: flex;margin: -15px 0 -10px 0; justify-content: center;}
.homepage_confidence {width: 100%;}
4 years ago
.homepage_confidence .fa {color: #ad1818; margin-left: 10px;}
4 years ago
.homepage_confidence img { margin-right: 10px;
width: 35px;
4 years ago
height: 35px;
float: left;}
4 years ago
.confidence_word { font-weight: 600; padding-top: 10px;}
4 years ago
.confidence_word a { border-bottom: 2px solid #d1d1d1;}
4 years ago
table.story_table {width: 600px;
display: inline-block;
float: left;
margin-right: 50px;}
4 years ago
/*travel with confidence 结束*/
4 years ago
.destinations { float: left;
4 years ago
padding: 0 50px;
4 years ago
width: 55%;}
.chinamap_travelguide { width: 45%;
5 years ago
display: inline-block;
4 years ago
margin-top: 120px;}
4 years ago
.all_width_content { background: #f6f6f6;
4 years ago
padding: 30px 0;
4 years ago
margin-top: 80px;
4 years ago
}
4 years ago
.all_width_content_1200 {width:1140px; margin: 0 auto;}
4 years ago
.list_content {width: 1140px; margin: 0 auto;}
/* 信息集合页元素 结束 */
4 years ago
4 years ago
/*特色体验*/
.experienceimg {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.experience {
float: left;
position: relative;
padding-right: 2px;
}
.beijingexperienceinfo {
position: absolute;
4 years ago
bottom: 0;
4 years ago
color: #fff;
4 years ago
width: calc(100% - 50px);
4 years ago
background: rgba(0, 0, 0, 0.45) ;
padding: 20px 10px 21px 10px;
4 years ago
margin: 15px;
text-align: center;
}
4 years ago
/*线路1大两小*/
4 years ago
.tourleft { position: relative; float: left; margin-right: 20px; width: 50%; }
.tourleftinfo {
position: absolute;
bottom: 0;
4 years ago
padding: 20px;
}
.recotourname {
font-size: 35px;
font-weight: 600;
color: #fff;
display: block;
margin-bottom: 10px;
line-height: 40px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
text-shadow: 1px 1px 1px #000;
}
.recotourname a {
text-decoration: none;
color: #fff;
}
.destinationtop {
4 years ago
4 years ago
color: #fff;
4 years ago
margin-bottom: 15px;
}
ul.expatstourtag {
display: flex;
4 years ago
padding-left: 20px;
4 years ago
margin: 5px 0 20px 0;
}
ul.expatstourtag li {
color: #fff;
float: left;
list-style: square;
margin-right: 30px;
5 years ago
font-size: 18px;
}
.tourbutton {
4 years ago
font-size: 18px;
4 years ago
text-transform: uppercase;
4 years ago
margin: 10px auto;
4 years ago
border: 1px solid #ad1818;
background: #fff;
font-weight: 600;
box-shadow: 1px 1px 3px 1px #d2d2d2;
4 years ago
padding: 5px 0;
4 years ago
letter-spacing: 0.03rem;
4 years ago
width: max-content;
color: #ad1818;
text-shadow: none;
}
.tourbutton a {
text-decoration: none;
4 years ago
color: #ad1818;
4 years ago
padding: 6px 20px;
}
4 years ago
.tourbutton a:hover { color: #fff; background: #ad1818; transition: 0.5s; cursor: pointer;}
4 years ago
.righttour {
4 years ago
margin-bottom: 18px;
4 years ago
display: flex;
4 years ago
position: relative;
}
.righttour img {
float: left;
4 years ago
width: 325px;
}
.rightinfo {
4 years ago
background: #f6f6f6;
padding: 20px;
border-left: none;
4 years ago
width: 220px;
4 years ago
min-height: 192px;
}
.rightname { display: block;
4 years ago
4 years ago
margin-bottom: 20px;
4 years ago
line-height: 25px;
4 years ago
font-weight: 600;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
}
.rightname a { text-decoration: none; color: #000; }
4 years ago
.rightdestination { font-size: 18px;
line-height: 21px;
display: block;
margin-bottom: 20px; }
4 years ago
/*线路一行三个*/
.listtour { display: flex;
flex-direction: row;
flex-wrap: nowrap;
5 years ago
justify-content: left;
5 years ago
clear: both;}
4 years ago
.xmas_tag {position: absolute;
left: -7px;
top: -20px;}
4 years ago
.xmas_tag img { width: 157px; height: 45px;}
.expatstour {
background: #fff;
4 years ago
width: 275px;
4 years ago
margin: 0 10px 10px 0;
position: relative;}
4 years ago
.tourdetailinfo { padding: 15px;
4 years ago
background: #f6f6f6;
4 years ago
}
4 years ago
.tourdetailinfo p { padding: 0; text-align: center;}
5 years ago
.expatstourname {
display: block;
4 years ago
text-align: center;
4 years ago
font-size: 20px;
line-height: 23px;
4 years ago
font-weight: 600;
font-family: 'Goudy Old Style';
4 years ago
margin-bottom: 25px;
4 years ago
}
.expatstourname a { color: #000;
text-decoration: none;}
4 years ago
.citytourname {
4 years ago
font-family: 'Goudy Old Style';
4 years ago
text-align: center;
font-weight: 600;
4 years ago
line-height: 22px;
padding: 0 15px;
4 years ago
height: 65px;
4 years ago
background: url(https://data.chinahighlights.com/image/tour-detail/tour-list-tour-title-bg.png) repeat-x;
position: absolute;
bottom: 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
4 years ago
font-size: 22px;
4 years ago
width: calc(100% - 30px);}
/*contact us按钮*/
4 years ago
.moretour {font-size: 23px; text-align: center; font-weight: 600; margin-bottom: 10px; padding: 0 15px; margin-top: 30px; font-style: italic; line-height: 45px; clear: both; }
.moretour a { text-decoration: none; color: #000; border-bottom: 3px solid #d1d1d1;}
5 years ago
.moretour a:hover { text-decoration: none;
color: #000;
4 years ago
cursor: pointer;
4 years ago
background: #f6f6f6;}
4 years ago
.InquiryButtonTour {
text-align: center;
4 years ago
font-size: 22px;
4 years ago
}
.InquiryButtonTour a {
padding: 10px;
color: #fff;
display: block;
border-bottom: none;
border-radius: 4px;
4 years ago
background: #ad1818;
4 years ago
width: 40%;
4 years ago
margin: 0 auto;
}
4 years ago
.InquiryButtonTour a:hover { background: #ad1818; color: #fff; cursor: pointer;}
4 years ago
/*三峡游船*/
.cruise_content {display: inline-block;}
.cruise_top_info {float: left;
4 years ago
width: 710px;
padding-right: 30px;}
.cruise_price { background: #f7f7f7;
border-radius: 4px;
padding: 35px;
font-size: 22px;
display: inline-block;
width: 330px;
4 years ago
font-weight: 600;}
4 years ago
.cruise_price_number { text-align: center; margin-top: 20px;}
4 years ago
.cruise_price_number strong {color: #ad1818; font-size: 27px; margin-right: 10px; font-style: italic;}
.cruise_button {background: #ad1818;
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin: 20px auto;
display: block;
width: 185px;
padding: 8px 0;}
.cruise_button a { color: #fff;
4 years ago
padding: 10px 30px;}
4 years ago
table.cruise_highlights {width: 6000px;}
.cruise_highlights {position: relative;}
.highlights_info {position: absolute;
bottom: 0;
color: #fff; text-align: center; background: url(https://data.chinahighlights.com/image/tour-detail/tour-list-tour-title-bg.png) repeat-x;
height: 100px;
width: 100%;}
.highlights_info p { color: #fff;
margin-bottom: -23px;
padding-bottom: 0;
font-size: 22px;
4 years ago
text-shadow: 1px 1px 1px #000;
position: relative;
bottom: -50px;}
.cruise_content {display: inline-block;}
4 years ago
ul.cruise_route_tag {list-style: none; border-bottom: 2px solid #454545; padding-left: 0; height: 42px; font-size: 18px; }
ul.cruise_route_tag li.active {border-top: none;
text-align: center;
4 years ago
padding: 10px 20px;
4 years ago
position: relative;
background: #454545;
color: #fff;}
ul.cruise_route_tag li {float: left; background:#c9c9c9; color: #505050; border-radius: 6px 6px 0 0 ; padding: 10px 25px; text-align: center; margin-right: 10px; cursor: pointer;}
4 years ago
.cabin_info {margin-bottom: 100px;}
4 years ago
.cabin_info_detail { display: inline-block;}
4 years ago
.cabin_info img {float: left;
margin-right: 50px;}
.cruise_index_top_info {float: left;
4 years ago
width: 710px;
margin-right: 50px;}
.cruise_index_calendar { display: inline-block;
border-radius: 4px;
width: 350px;
padding: 15px;
background: #ececec;}
.cruise_index_calendar h3 {text-align: center;
font-style: italic;
font-weight: 600;
margin-top: 10px;}
.cruise_year { background: #fff;
display: inline-block;
border-radius: 4px;}
4 years ago
ul.calendar_year { list-style: none;
font-size: 25px;
text-align: center;
4 years ago
margin: 10px 20px 0px 20px;
display: inline-block;
width: calc(100% - 40px);
padding-left: 0;
border-bottom: 3px solid #ececec;
4 years ago
padding-bottom: 5px;}
ul.calendar_year li.active { float: left;
color: #ad1818;
font-weight: 600;
width: 50%;}
ul.calendar_year li {float: left;
width: 50%;}
ul.calendar_month {font-size: 18px;
4 years ago
list-style: none;
padding-left: 30px;}
ul.calendar_month li { float: left;
background: #f7f7f7;
text-align: center;
padding-top: 8px;
border-radius: 4px;
margin-right: 10px;
margin-bottom: 15px;
width: 65px;
height: 32px;}
ul.calendar_month li.cruise_available {float: left;
width: 62px;
height: 38px;
text-align: center;
border: 1px solid #ad1818;
border-radius: 4px;
margin-right: 10px;
4 years ago
margin-bottom: 15px;
padding-top: 0;}
ul.calendar_month li.cruise_available a { color: #ad1818;
display: inline-block;
width: 62px;
4 years ago
height: 30px;
padding-top: 8px;}
4 years ago
ul.calendar_month li.cruise_available a:hover { color: #fff; background: #ad1818; cursor: pointer;}
4 years ago
/* 三峡游船价格表 */
table.table-bordered { border-left: 1px solid #d1d1d1;
border-spacing: 0;
width: 100%;}
4 years ago
table.table-bordered th {
font-weight: 400;
background: #555;
4 years ago
4 years ago
padding: 15px 10px;
border-top: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
4 years ago
4 years ago
color: #fff;}
table.table-bordered td {padding: 15px;
border-right: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
font-size: 18px;
line-height: 22px;}
table.table-bordered tr:nth-child(odd) td {
background: #f6f6f6;
}
ul.nav-tabs { display: inline-block;
padding-left: 0;
margin-bottom: -54px;
4 years ago
height: 88px;}
4 years ago
ul.nav-tabs li { float: left;
margin-bottom: -1px;
list-style: none;
4 years ago
font-size: 18px;
4 years ago
margin-right: 10px;
border: 1px solid #d1d1d1;
border-bottom: none;
padding: 8px 15px;
border-radius: 4px 4px 0 0;
4 years ago
}
4 years ago
ul.nav-tabs li.active { background: #555; border: none;}
4 years ago
ul.nav-tabs li.active a { color: #fff;}
table.table-bordered td .quotation { font-weight: 600;
4 years ago
4 years ago
font-style: italic;
margin-bottom: -15px;
display: block;}
.Search { background: #ececec;
border-radius: 4px;
padding: 25px 15px;
margin-bottom: 30px;}
4 years ago
.FindCruise {
4 years ago
margin-bottom: 20px;
4 years ago
font-weight: 600;
display: block;
text-align: center;
text-transform: uppercase;}
4 years ago
.RouteSearch, .DateSearch {display: inline-block;
4 years ago
4 years ago
float: left;
margin-right: 20px;
font-size: 18px;
margin-top: -5px;}
select.route {font-size: 16px;
color: #333;
height: 35px;
padding: 0 8px;
border: medium none;
border-radius: 4px;
4 years ago
width: 285px;
4 years ago
box-shadow: 0 0 2px #999;}
input.dateicon {font-size: 16px;
width: 150px;
color: #333;
height: 35px;
width: 125px;
padding: 0 8px;
border: medium none;
border-radius: 4px;
box-shadow: 0 0 2px #999;
background: url(https://data.chinahighlights.com/css/images/calender.GIF) 95% 10px no-repeat #fff;
}
.searchNow {
background: #ad1818;
4 years ago
display: inline-block;
margin-top: -3px;
padding: 3px 0px;
}
.searchNow a {
color: #fff;
font-size: 18px;
padding: 5px 15px;
4 years ago
}
/*目的地推荐*/
4 years ago
.CityTag {
4 years ago
width: calc(100% - 30px);
4 years ago
top: calc(100% - 60%);
font-size: 22px;
color: #fff;
position: absolute;
text-align: center;
line-height: 23px;
padding: 0 15px;
text-shadow: 1px 1px 1px #000;
font-family: 'Goudy Old Style';
font-weight: 600;
}
4 years ago
.CityTag strong { font-size: 27px; display: block; font-family: 'Goudy Old Style';}
4 years ago
4 years ago
4 years ago
/*trip notes折叠*/
#expandAll {
float: right;
cursor: pointer;
4 years ago
font-style: italic;
color: #ad1818;
}
4 years ago
.tripnotes {
4 years ago
margin: 15px 0 30px 0;
4 years ago
font-size: 20px;
clear: both;
border-top: 1px solid #d1d1d1;
cursor: pointer;
4 years ago
padding: 5px 15px 0 0;
4 years ago
line-height: 30px;
}
.tripnotes .CloseIcon {
background: url(//data.chinahighlights.com/pic/close-icon-bj-1.png) no-repeat;
height: 20px;
width: 20px;
cursor: pointer;
position: relative;
float: right;
display: block;
4 years ago
top: 5px;
}
.tripnotes .OpenIcon {
background: url(//data.chinahighlights.com/pic/open-icon-bj-1.png?20180227) no-repeat;
height: 20px;
width: 20px;
cursor: pointer;
position: relative;
float: right;
display: block;
4 years ago
top: 5px;
}
4 years ago
4 years ago
4 years ago
.tour_img_title { position: relative;}
4 years ago
.city_reco_tour { width: calc(100% - 42px);
display: block;
4 years ago
margin-top: -10px;
padding: 10px 15px;
4 years ago
margin-bottom: 30px;
border: 1px solid #d1d1d1;
4 years ago
border-top: 5px solid #ad1818;}
/* tour集合页元素 结束 */
4 years ago
/* Menu styles */
.menu {
position: fixed;
top: 120px;
left: 0;
width: 300px;
height: calc(100vh - 120px);
4 years ago
background: #333;
}
.menu__wrap {
position: absolute;
4 years ago
top: 7em;
bottom: 0;
overflow: hidden;
width: 100%;
4 years ago
}
.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);
4 years ago
margin-bottom: 10px;
}
.menu__link {
4 years ago
font-weight: 800;
position: relative;
display: block;
4 years ago
padding: 5px 20px;
4 years ago
color: #f6f6f6;
transition: color 0.1s;
4 years ago
font-size: 24px;
4 years ago
font-family: 'Goudy Old Style';
}
.menu__link[data-submenu]::after {
4 years ago
content: "";
position: absolute;
4 years ago
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
4 years ago
border-top: 3px solid #f6f6f6;
border-right: 3px solid #f6f6f6;
4 years ago
float: right;
4 years ago
top: 15px;
right: 20px;
4 years ago
transform: rotate(
45deg
);
}
.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
4 years ago
color: #f6f6f6;
}
.menu__link--current::before {
content: '\00B7';
font-size: 1.5em;
line-height: 0;
position: absolute;
top: 50%;
left: 0.5em;
height: 4px;
4 years ago
color: #f6f6f6;
}
[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 {
4 years ago
font-size: 16px;
line-height: 1;
position: relative;
padding: 25px 20px;
4 years ago
}
.menu__breadcrumbs a {
font-weight: bold;
display: inline-block;
cursor: pointer;
vertical-align: middle;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
}
.menu__breadcrumbs a:last-child {
pointer-events: none;
}
.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
4 years ago
color: #000;
cursor: pointer;
}
.menu__breadcrumbs a:not(:last-child)::after {
4 years ago
content: '←';
display: inline-block;
padding: 0 0.5em;
4 years ago
color: #999;
}
.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
4 years ago
color: #999;
}
.menu__back {
font-size: 1.05em;
position: absolute;
top: 0;
4 years ago
right: 3.25em;
margin: 0;
4 years ago
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 {
4 years ago
font-size: 16px;
top: 1.25em;
right: 1em;
display: none;
color: #45464e;
}
.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;
4 years ago
margin-bottom: 30px;
}
4 years ago
.infobottom ul li svg { background: #999;
border-radius: 50%;
padding: 5px;
margin-right: 10px;
float: left;
4 years ago
margin-top: -10px;
width: 25px;
height: 25px;}
.bottommedia ul {
padding-left: 0;
display: inline-block;
4 years ago
margin-left: 0;
margin-top: 0;
}
.bottommedia ul li a {
color: #fff;
4 years ago
font-size: 16px;
text-transform: uppercase;
}
.followtitle a {
4 years ago
color: #fff;
}
.bottomlinks ul li {
4 years ago
font-size: 18px;
text-transform: uppercase;
4 years ago
margin-bottom: 10px;
width: 100%;
}
.bottomlinks ul {
display: inline-block;
padding-left: 0;
margin-top: 0;
4 years ago
}
.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;
text-transform: uppercase;
4 years ago
color: #999;
font-weight: bold;
width: 23%;
float: left;
}
.aboutusinfo {
4 years ago
font-size: 17px;
line-height: 23px;
padding-right: 50px;
color: #fff;
}
.aboutusinfo a {
color: #fff;
text-decoration: underline;
}
.bottomfollowus ul {
padding-left: 10px;
display: inline-block;
margin-left: -15px;
margin-top: 0;
}
.bottomfollowus ul li {
float: left;
margin-right: 20px;
}
.bottomfollowus ul li a {
color: #fff;
4 years ago
font-size: 16px;
text-transform: uppercase;
}
.aboutusright {
width: 50%;
display: inline-block;
}
img.bottomfeature {
margin-left: 15px;
}
.bottomaboutuslinks {
border-top: 1px solid #797979;
margin-top: 50px;
}
.bottomlinksleft {
width: 70%;
float: left;
display: inline-block;
}
ul.withBorder {
4 years ago
padding: 0;
margin-top: 10px;
}
ul.withBorder li {
display: inline;
margin-right: 20px;
4 years ago
}
ul.withBorder li a {
color: #b1b1b1;
text-decoration: none;
4 years ago
font-size: 18px;
}
.languageSwitch {
margin: 0;
}
.languageSwitch a {
text-decoration: none;
width: 30px;
height: 17px;
overflow: hidden;
display: inline-block;
margin-right: 10px;
}
.languageSwitch a.asia {
background: url(https://data.chinahighlights.com/pic/ah-icon.png) no-repeat 0 1px;
}
.languageSwitch a.germany {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1200px no-repeat;
}
.languageSwitch a.french {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1134px no-repeat;
}
.languageSwitch a.spanish {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1475px no-repeat;
}
.languageSwitch a.italy {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1542px no-repeat;
}
.languageSwitch a.russia {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1410px no-repeat;
}
.languageSwitch a.japanese {
background: url(https://data.chinahighlights.com/css/images/merge/nav-mere-20130723.png) -9px -1269px no-repeat;
}
.bottommembers {
width: 30%;
display: inline-block;
padding-top: 15px;
}
.bottommembers img {
display: inline-block;
}
.memberIcons {
text-align: right;
}
img.bottomlogopc {
float: left;
margin-right: 30px;
}
.bottomcopyright {
4 years ago
font-size: 18px;
display: inline-block;
padding-top: 30px;
4 years ago
}
.bottomprivacy {
display: inline-block;
float: right;
padding-top: 30px;
4 years ago
font-size: 18px;
}
.bottomprivacy a {
color: #fff;
}
.main_content {
4 years ago
width: 1140px;
4 years ago
margin: 0 auto;
}
.dropdown-content {
4 years ago
width: 290px;
4 years ago
left: auto;
display: none;
position: absolute;
}
4 years ago
4 years ago
.dropdown:hover .dropdown-content {
display: block;
}
/*palm reading form*/
#palmreading {border: 1px solid #d2d2d2;
box-shadow: 1px 1px 3px 1px #d2d2d2;
padding: 20px;
border-radius: 4px;}
.pickpalmline { display: inline-block;
clear: both;
border-bottom: 1px solid #d2d2d2;
width: 100%;}
.linepick { float: left; width: 25%; height: 330px;}
.pickpalmline label { border: 1px solid #d2d2d2; display: inline-block;
max-width: 100%;
margin-bottom: 5px;
padding: 15px;
margin: 0 5px; border-radius: 4px;}
.pickpalmline label:hover {
cursor: pointer;
color: #000;
border: 2px solid #ad1818;
}
.pickpalmline label::before {
content: '';
background-color: #fff;
}
label.selected {
color: #000;
border: 2px solid #ad1818;
}
.pickpalmline .linepick:checked+label:hover {
cursor: pointer;
border: 2px solid #ad1818;
}
input.linepick {vertical-align: middle;
display: none;}
.linepick img {margin: 0 auto;
margin-bottom: 15px;}
#palmreading button { background: #ad1818;
border: none;
color: #fff;
width: 310px;
4 years ago
display: block;
margin: 30px auto;
border-radius: 4px;
padding: 7px;
4 years ago
cursor: pointer;}
.lineinfo { display: block;
font-size: 18px;
width: 80%; margin: 0 auto;
text-align: center;}
4 years ago
/*zodiac 2020 */
#idzodiac {
background: #e3d5bf;
clear: both;
4 years ago
padding: 20px 20px 0 20px;
border-top: 1px solid #f0f0f0;
margin-top: 30px;
}
.zodiacsign {
4 years ago
float: left;
4 years ago
margin: 0 auto 30px auto;
width: 22.3%;
4 years ago
padding: 0 5px;
}
.zodiacsign img {
4 years ago
margin: 0 auto 5px auto;
}
.zodiacname {
4 years ago
4 years ago
text-align: center;
4 years ago
font-family: 'Goudy Old Style';
}
.zodiacname b {display: block;
margin-top: 5px;}
4 years ago
.zodiacknowledge {
background: #f5f0e2;
clear: both;
margin-bottom: 50px;
4 years ago
padding: 15px;
}
#zodiacFind {
background: url(https://data.chinahighlights.com/image/travelguide/zodiac/zodiac-find-bg.png) no-repeat top right #e3d5bf;
4 years ago
margin-bottom: 30px;
4 years ago
padding-bottom: 30px;
}
.findzodiac {
text-align: center;
width: 100%;
display: inline-block;
margin: 30px auto;
font-size: 22px;
}
.signsearch {
4 years ago
background: #ad1818;
color: #fff;
4 years ago
font-size: 18px;
width: 280px;
display: block;
margin: 0 auto;
4 years ago
padding: 10px 0;
border-radius: 4px;
4 years ago
border: none;
}
#zodiacFind label {
display: block;
}
#zodiacFind label select {
margin: 0 200px;
4 years ago
width: 46%;
height: 35px;
border-radius: 4px;
4 years ago
border: 2px solid #a6937c;
margin-bottom: 15px;
}
.compatiblesearch {
4 years ago
padding: 20px 0 0 0;
4 years ago
border: 1px solid #d1d1d1;
box-shadow: 0px 0px 8px 1px #d1d1d1;
border-radius: 4px;
4 years ago
background: url(https://data.chinahighlights.com/image/travelguide/zodiac/chinese-zodiac-love-compatibility-bg.jpg) no-repeat;
}
.compatibletitle {
5 years ago
text-align: center;
4 years ago
font-size: 25px;
margin-bottom: 20px;
font-weight: 600;
4 years ago
font-family: 'Goudy Old Style';
}
.aniTab2 {
padding: 0 160px;
}
4 years ago
.aniTab2 .name { font-size: 18px;}
.aniTab2 input {
width: 200px;
5 years ago
height: 30px;
border: 2px solid #a6937c;
border-radius: 4px;
font-size: 18px;
padding: 0 15px;
margin-left: 5px;
}
4 years ago
#imageField {
font-size: 22px;
5 years ago
border: none;
4 years ago
background: #ad1818;
5 years ago
color: #fff;
text-align: center;
width: 250px;
padding: 7px 0;
border-radius: 4px;
4 years ago
box-shadow: none;
}
.aniTab5 {
margin: 30px 0;
padding: 0 215px;
}
4 years ago
.resultred{ font-size: 22px;
color: #ad1818;
font-weight: 600;}
4 years ago
ul.zodiacsignlist {
4 years ago
display: inline-block;
4 years ago
width: 100%;
padding-left: 0;}
4 years ago
ul.zodiacsignlist li {
cursor: pointer;
4 years ago
font-size: 18px;
list-style: none;
float: left;
background: #3a3a32;
color: #fff;
text-align: center;
padding: 10px 0;
margin-bottom: 2px;
margin: 0 1px 2px 1px;
display: inline-block;
width: 19.4%;
4 years ago
}
ul.zodiacsignlist li.active { background: #ad1818;
4 years ago
}
ul.zodiacsignlist li a { color: #fff;}
4 years ago
.contactwechat {
height: 100px;
4 years ago
margin: 30px auto 35px auto;
4 years ago
width: 445px;
font-weight: 600;
font-style: italic;
line-height: 30px;
}
.contactwechat img {
box-shadow: 1px 1px 5px 1px #d2d2d2;
float: left;
4 years ago
margin-right: 10px;
}
.wechatinfo {
padding: 20px 0;
display: table-cell;
4 years ago
font-size: 20px;
4 years ago
line-height: 25px;
}
.wechatred {
color: #ad1818;
}
4 years ago
.requiredArea {color: #ad1818;
text-align: left;
display: block;
font-size: 16px;
font-style: italic;
border-bottom: 1px dashed #ad1818;
margin: 10px 15px;}
4 years ago
4 years ago
/*pc style end */
5 years ago
@media (min-width: 1200px) {
4 years ago
.zodiacsign { width: 15%;}
4 years ago
ul.zodiacsignlist li { width: 123px;}
4 years ago
.infotopimage img { width: 750px; --tw-shadow: 0px 4px 15px 2px rgba(70,70,70,0.3);
box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow);
border-radius: 6px;}
4 years ago
.authorupdate { margin: -30px 0 40px 0;}
4 years ago
.tournavi {
4 years ago
top: 83px;
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;
4 years ago
margin-top: -25px;
4 years ago
5 years ago
}
.footerBtn button { width: 25%;}
.infobottom {
background: #3a3a32;
position: relative;
5 years ago
color: #fff;
clear: both;
padding-bottom: 70px;
}
.tourprice {
margin-bottom: 100px;
}
.citytours, p.center, .citytours h3 {
padding: 0;
}
.TopCht1 {
5 years ago
margin-top: 186px;
5 years ago
}
.topcontent {
4 years ago
margin-top: 85px;
4 years ago
padding: 20px 0;
4 years ago
width: 1140px;
5 years ago
}
4 years ago
5 years ago
.start-nav-item a {
background: none !important;
4 years ago
color: #000 ;
5 years ago
padding: 0 !important;
4 years ago
font-size: 19px;
4 years ago
width: 260px;
5 years ago
}
.infotailor {
4 years ago
height: 470px;
5 years ago
background: none;
4 years ago
margin-bottom: 120px;
5 years ago
}
.infotailorword {
4 years ago
color: #fff;
font-size: 35px;
text-align: center;
4 years ago
line-height: 40px;
4 years ago
right: 0;
left: 0;
top: 0;
width: 100%;
4 years ago
padding: 215px 0 50px 0;
4 years ago
bottom: 0;
display: block;
position: relative;
4 years ago
background: url(https://data.chinahighlights.com/image/tour-detail/china-tour/info-template-pc-bottom-tm-bg-longsheng.jpg) center -50px;
5 years ago
}
4 years ago
4 years ago
4 years ago
#main_content_pc {float: left; width: 1140px;}
5 years ago
.bottomlogo {
height: 71px;
background-color: #1e1e1e;
padding: 0;
color: #fff;
position: relative;
5 years ago
}
.visible-xs {
display: none !important;
}
5 years ago
.p_topnavigation {
display: inline-block;
5 years ago
}
5 years ago
.headerbar {
4 years ago
height: 83px;
5 years ago
background-color: #fff;
padding: 0;
position: fixed;
width: 100%;
box-shadow: 0px 2px 4px 0px #d1d1d1;
4 years ago
top: 0;
5 years ago
}
5 years ago
.searchtextbox {
margin: 0;
padding: 0;
}
4 years ago
.chinatourspc, .destinationspc, .travelguidepc, .culturepc {
4 years ago
padding-top: 20px;
4 years ago
background: #fff;
4 years ago
height: 520px;
4 years ago
box-shadow: 1px 1px 10px 3px #ececec;
4 years ago
top: 93px;
4 years ago
border-radius: 6px;}
4 years ago
.chinatourspc:before, .destinationspc:before, .travelguidepc:before, .culturepc:before {content: "";
position: absolute;
width: 15px;
height: 15px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 10px solid #fff;
border-right: 10px solid #fff;
float: right;
top: -12px;
right: 245px;
transform: rotate(
-45deg );
4 years ago
background: #fff;
box-shadow: 4px -4px 4px 0px #ececec;}
4 years ago
.siteSearch {
float: left;
4 years ago
width: 210px;
4 years ago
margin-top: 22px;
}
.siteSearch .strkeys {
border: 0;
display: inline-block;
4 years ago
width: 175px;
4 years ago
color: #666;
height: 38px;
4 years ago
font-size: 16px;
4 years ago
}
4 years ago
.siteSearch .strkeys:focus-visible {outline: none;}
4 years ago
.siteSearch .submits {
position: relative;
4 years ago
top: 8px;
4 years ago
width: 22px;
4 years ago
float: left;
padding-right: 5px;
4 years ago
}
.topnavitailor {
margin-top: 22px;
4 years ago
margin-right: 15px;
4 years ago
background: #ad1818;
text-align: center;
border-radius: 2px;
text-transform: uppercase;
4 years ago
float: left;
4 years ago
}
.topnavitailor a {
color: #fff;
4 years ago
border: none;
display: inline-block;
4 years ago
font-weight: 600;
padding: 8px 15px;
4 years ago
font-size: 18px;
4 years ago
}
4 years ago
5 years ago
}
ul.list-reset {
background: none;
4 years ago
top: 30px;
position: absolute;
padding-left: 0;
5 years ago
}
ul.list-reset li.sub-nav-item {
list-style: none;
text-align: center;
margin-bottom: 25px;
5 years ago
}
li.sub-nav-item a {
color: #fff;
font-size: 40px;
font-weight: 700;
width: 100%;
display: block;
}
.footerbox {
width: 1140px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
img.chinahighlightslogo {
padding-left: 0;
4 years ago
height: 83px;
5 years ago
}
5 years ago
ul.pctopnavi {
display: flex;
4 years ago
padding-left: 15px;
5 years ago
margin-bottom: 0;
margin-top: 0;
5 years ago
}
ul.pctopnavi li {
list-style: none;
color: #fff;
float: left;
margin-right: 20px;
4 years ago
font-size: 17px;
5 years ago
}
.pcnavibutton {
float: right;
display: inline-block;
}
4 years ago
4 years ago
li.dropdown{ text-transform: uppercase;}
5 years ago
li.dropdown a {
display: table-cell;
4 years ago
padding: 34px 0 28px 0;
5 years ago
}
li.dropdown a:hover {
4 years ago
padding: 35px 0 40px 0;
4 years ago
cursor: pointer;
4 years ago
color: #ad1818;
font-weight: 600;
5 years ago
}
a.p_toplogo {
display: inline-block;
height: 85px;
4 years ago
padding-left: 10px;
float: left;
5 years ago
}
a.p_topnavilink {
color: #000;
font-weight: 600;
4 years ago
}
4 years ago
@media (max-width: 750px) {
4 years ago
/*底部logo*/
4 years ago
.infotailor:after {
content: ' ';
position: absolute;
left: calc(100% - 60%);
right: auto;
top: 0px;
bottom: auto;
4 years ago
border: 40px solid;
4 years ago
border-color: #fff transparent transparent transparent;
}
4 years ago
.web_cookie p { padding: 0;}
.web_cookie { padding: 15px 0 50px 0;}
4 years ago
ul.infolist, ul.drop1 { margin: 0 15px 0 30px; }
4 years ago
5 years ago
/*信息集合页*/
4 years ago
.destinations { padding: 0;}
4 years ago
.all_width_content_1200, .list_content, .cruise_index_top_info { width: 100%;}
5 years ago
/*tour集合页*/
4 years ago
/* .tour_view_more { top: -40px;}*/
4 years ago
.tourleftinfo { position: initial;
border: 1px solid #cecece;
4 years ago
padding: 20px;}
4 years ago
.recotourname a, ul.expatstourtag li { color: #000;}
4 years ago
ul.expatstourtag li { width: 100%; margin-bottom: 5px;}
4 years ago
.tourbutton { display: block;
margin: 10px auto;}
4 years ago
.tourbutton a { color: #ad1818;}
4 years ago
.grouptours, .feedback_content_right, .destinations, .chinamap_travelguide, .poparticle { width: 100%;}
.chinamap_travelguide { margin-top: 0;}
.detailtopbanner {padding-top: 55px;}
4 years ago
.beijingexperienceinfo { width: calc(100% - 50px);}
.experience { float: none; padding: 0; margin-bottom: 30px;}
.experienceimg { flex-direction: column;}
4 years ago
ul.catalog {padding: 0 15px;}
5 years ago
.contactinfo { width: auto;
font-size: 18px;
border-right: none;
float: none;
margin-right: 0px;
padding: 20px;
line-height: 25px;}
.contactcode { text-align: center;}
.contactcode img {margin: 0 auto;
display: block;
margin-bottom: 15px;}
.tourleft { float: none;
margin-right: 0;
width: auto;
4 years ago
margin: 0 15px 30px 15px;}
5 years ago
.righttour img { float: none; width: 100%;}
.righttour {
margin: 0 15px 30px 15px;
4 years ago
display: block;
4 years ago
height: auto;}
4 years ago
.rightinfo { min-height: auto;
5 years ago
padding: 20px 15px;
4 years ago
display: block;
4 years ago
width: auto;}
4 years ago
.listtour, .traveler_story { display: block;}
5 years ago
.expatstour {width: auto;
4 years ago
height: auto;
padding: 0;
4 years ago
margin-right: 0;
4 years ago
margin-bottom: 30px;}
4 years ago
.InquiryButtonTour a { width: 80%;}
4 years ago
ul.expatstourtag { display: inline-block;
height: 100%;}
4 years ago
.tourdetailinfo { height: auto; margin-bottom: 0; width: auto; display: block; padding-bottom: 10px;}
4 years ago
.destinationtop { color: #fff;}
4 years ago
.recotourname { font-size: 27px; line-height: 30px;}
4 years ago
.articlenext { margin-left: 15px; margin-right: 0;}
5 years ago
/*集合页 结束*/
4 years ago
4 years ago
h1 { font-size: 33px;
4 years ago
line-height: 35px;
4 years ago
padding: 30px 15px 50px 15px;}
4 years ago
h2 { font-size: 30px;}
h3 { font-size: 27px;}
4 years ago
h2, h3{ padding: 70px 15px 15px 15px;}
4 years ago
p {padding: 0 15px 30px 15px; width: auto;}
4 years ago
img.chinahighlightslogo {
padding-left: 10px;
position: relative;
4 years ago
height: 53px;
4 years ago
display: inline-block;
4 years ago
width: 211px;
4 years ago
}
.topnavitailor {
text-transform: uppercase;
4 years ago
height: 29px;
4 years ago
margin-top: 13px;
4 years ago
display: flex;
position: absolute;
right: 0;
4 years ago
}
4 years ago
.siteSearch {
margin-left: 15px;
position: relative;
4 years ago
width: calc(100% - 30px);
margin-right: 15px;
background: #fff;
height: 40px;
4 years ago
}
.siteSearch .strkeys {
4 years ago
height: 39px;
4 years ago
padding: 0 15px;
font-size: 16px;
4 years ago
width: calc(100% - 75px);
4 years ago
border: none;
4 years ago
}
.siteSearch .submits {
padding-top: 10px;
width: 20px;
position: absolute;
4 years ago
right: 10px;
4 years ago
}
4 years ago
.topnavitailor .topnaviarrowdown {
4 years ago
padding: 2px 15px;
4 years ago
}
4 years ago
.topnavibutton { height: 53px; display: flex;}
4 years ago
.infoimage img { border-radius: 0;}
4 years ago
.articlereco { width: auto;
4 years ago
display: inline-grid;
4 years ago
margin: 0;}
4 years ago
.recotitlebg { border-bottom: none; margin-bottom: 0;}
4 years ago
.recotitlebg h2 {left: 0;
padding: 0;
4 years ago
width: 100%;
4 years ago
top: calc(100% - 45px);
4 years ago
font-size: 22px;
4 years ago
}
4 years ago
.infotopimage {margin-top: -5px;}
5 years ago
.tournavi {
4 years ago
position: sticky;
z-index: 11;
box-shadow: 0 0 5px #9d9d9d;
border-bottom: 1px solid #d9d9d9;
margin: 0 auto;
4 years ago
margin-top: -20px;
4 years ago
background: #fff;
top: 53px;
width: 100%;
display: flex;
5 years ago
}
4 years ago
.whatsnewinfo { display: inline-block; }
4 years ago
.aniTab2, .aniTab5 {
4 years ago
padding: 0 15px;
}
4 years ago
#imageField { width: 100%;}
4 years ago
.aniTab2 input { width: 88%;
margin-left: 0;
margin-top: 5px;}
.lovetitle {
line-height: 65px;
font-size: 40px;
}
.knowledge1 {
height: auto;
}
.knowledge1 img {
padding-left: 0;
}
#zodiacFind label select {
margin: 0 100px;
margin-bottom: 15px;
}
.knowledgetitle strong {
margin-top: -15px;
margin-bottom: 15px;
float: left;
}
.linepick {width: 33%;
height: 290px;}
#palmreading { padding: 10px;}
5 years ago
.infobottom {
4 years ago
background: #2a2a2a;
5 years ago
color: #fff;
clear: both;
4 years ago
padding: 50px 0;
4 years ago
position: relative;
}
4 years ago
img.bottomlogocenter {display: block; margin: 0 auto;}
.bottomlogoinfo {color: #fff;
text-align: center;
4 years ago
margin-bottom: 30px;
4 years ago
font-size: 18px;
4 years ago
padding: 0 25px;
4 years ago
line-height: 23px;}
4 years ago
.bottomlogoinfo a { color: #fff; text-decoration: underline;}
.headerbar {
position: fixed;
width: 100%;
top: 0;
4 years ago
box-shadow: 1px 1px 6px 1px #f6f6f6;
}
.bottomlogo {
4 years ago
font-size: 16px;
height: 58px;
5 years ago
background-color: #1e1e1e;
padding: 0;
background: url(https://data.chinahighlights.com/pic/guide/info-template-bottom-logo.jpg) no-repeat 20px 2px #1e1e1e;
color: #fff;
padding-left: 160px;
padding-top: 15px;
4 years ago
line-height: 20px;
4 years ago
position: relative;
}
.hidden-xs {
display: none !important
}
.visible-xs {
display: block !important
}
.photoBlock300 {
4 years ago
4 years ago
float: none;
4 years ago
margin: 0 auto 30px auto;
}
5 years ago
.attractionList { display: flex;
5 years ago
margin-left: 15px; width: auto;}
5 years ago
.tourdaytitle { display: block;
line-height: 25px;
4 years ago
}
.ch_readnext { padding: 0 15px;}
.ch_readnext img {width: 100%;}
.readnext_info {background: #f7f7f7;
4 years ago
padding: 20px; display: inline-block;}
4 years ago
.contactwechat {width: auto;
padding: 0 20px;}
4 years ago
.wechatinfo {padding: 0;
4 years ago
4 years ago
line-height: 23px;}
4 years ago
ul.nav-tabs li {border-bottom: 1px solid #d1d1d1;
margin-bottom: 10px;
4 years ago
4 years ago
border-radius: 0;
padding: 8px 10px;}
4 years ago
ul.nav-tabs { padding: 0 15px;
display: inline-block;
4 years ago
margin-bottom: -4px;
height: 100%;}
4 years ago
.RouteSearch, .DateSearch { margin-right: 0;
display: flex;
4 years ago
margin: 15px 0;
width: 100%;}
4 years ago
.Route, .Date { margin-right: 10px;}
4 years ago
select.route { width: 90%; margin-top: -5px;}
4 years ago
.FindCruise { background: none;}
4 years ago
input.dateicon { width: 66%; margin-top: -5px;}
.SearchButton { margin-top: 15px;}
4 years ago
.tourdaytitlebg { margin-top: 2px;}
4 years ago
.cruise_top_info, .city_reco_tour { width: auto;}
4 years ago
.cabin_info { padding: 15px 0 0 0;}
4 years ago
ul.cruise_route_tag { border-bottom: none; padding-left: 15px;}
4 years ago
ul.cruise_route_tag li {border-radius: 0;
font-size: 16px;
margin-top: 10px;}
4 years ago
ul.cruise_route_tag li.active { width: auto;
4 years ago
padding: 10px 20px;
border-radius: 0;}
4 years ago
.cabin_info img { float: none; margin-bottom: 20px;}
.cruise_price { width: auto;
4 years ago
display: block;
clear: both;}
4 years ago
table.cruise_highlights {width: 4000px;}
4 years ago
.compatiblesearch {height: auto;}
4 years ago
.cruise_index_top_info { width: auto;}
.cruise_index_calendar { width: calc(100% - 30px);
4 years ago
margin-bottom: 50px;}
4 years ago
.homepage_confidence_content {display: block; padding-left: 15px;}
.homepage_confidence { margin-bottom: 15px; }
4 years ago
.confidence_content, .confidence_content_100 {width: auto;
margin: 0 0 30px 0;
height: auto;
4 years ago
padding: 15px 0;
}
4 years ago
.confidence_bg { padding: 0 15px;}
.confidence_tag { left: 30%;}
4 years ago
.confidence_customer img.confidence_image { position: initial;}
.confidence_content_half {width: auto;
margin-right: 0;
4 years ago
height: auto;
padding: 15px 0;}
4 years ago
.risk-free { width: calc(100% - 30px);
padding: 50px 15px 0 15px;
display: inline-block;
4 years ago
margin: 70px 0 30px 0;}
4 years ago
.about_ta { float: none;
4 years ago
margin-right: 0;
4 years ago
width: 100%;
margin-bottom: 0;
padding: 0;}
4 years ago
.content_name {display: flex;
padding-top: 5px;}
4 years ago
.traveler_story img { width: 100%; height: 100%;}
4 years ago
.traveler_story_content {width: calc(100% - 30px); margin: 30px 15px 30px 15px;}
4 years ago
.right_tour { display: none;}
4 years ago
.rightdestination { height: auto;}
4 years ago
.info_page_contact_us_word {padding: 0 15px;
4 years ago
4 years ago
width: 65%;
line-height: 20px;}
.info_page_contact_us_word strong {font-size: 25px; margin-bottom: 10px;}
4 years ago
.feedback_content img { padding-left: 15px; margin-bottom: 5px;}
.feedback_content { padding: 20px 15px;}
}