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.

3382 lines
75 KiB
CSS

@charset "utf-8";
/* public style */
body {
margin: 0;
4 years ago
font-family: 'Hind Madurai', Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #000;
}
h1 {
4 years ago
font-size: 40px;
text-align: left;
text-transform: initial;
4 years ago
line-height: 45px;
margin-top: 60px;
4 years ago
margin-bottom: 30px;
color: #000;
4 years ago
font-family: 'Goudy Old Style';
}
h2 {
4 years ago
font-size: 35px;
margin-bottom: 30px;
margin-top: 70px;
color: #000;
padding-right: 15px;
4 years ago
line-height: 35px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
font-weight: bold;
}
h3 {
4 years ago
font-size: 30px;
color: #000;
margin-top: 40px;
padding-right: 15px;
4 years ago
line-height: 35px;
margin-bottom: 20px;
4 years ago
font-family: 'Goudy Old Style';
4 years ago
font-weight: bold;
}
5 years ago
h3 em { color: #ad1818;
4 years ago
font-size: 33px;
font-weight: 600;
margin-right: 10px;}
4 years ago
p {
line-height: 27px;
margin-top: 0;
4 years ago
margin-bottom: 25px;
font-size: 20px;
color: #000;
}
p a {
color: #000;
text-decoration: none;
4 years ago
border-bottom: 2px solid #d1d1d1;
}
p a:hover {
text-decoration: none;
color: #000;
background: #e5e5e5;
transition: 1s;
}
p strong {
5 years ago
font-weight: 600;
}
.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;
4 years ago
text-align: center;
box-shadow: 0px -4px 4px 0px #ececec;
line-height: 25px;
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: 20px 0 0 30px; font-size: 18px;}
4 years ago
.cookie_button {margin-left: 20px;
font-size: 16px;
background: #fff;
border: 1px solid #ad1818;
color: #ad1818;
4 years ago
padding: 5px 30px;
font-weight: 600;
letter-spacing: 0.05rem;
box-shadow: 3px 2px 3px 1px #d2d2d2;
cursor: pointer;}
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;
}
/* google font */
4 years ago
4 years ago
@font-face {
4 years ago
font-family: 'Hind Madurai';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Hind Madurai Light'), local('HindMadurai-Light'), url(https://data.asiahighlights.com/css/fonts/f0Xu0e2p98ZvDXdZQIOcpqjfXaUXfsEp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
4 years ago
@font-face {
font-family: 'feather';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('https://data.chinahighlights.com/css/fonts/feather.eot?1gafuo');
src: url('https://data.chinahighlights.com/css/fonts/feather.eot?1gafuo#iefix') format('embedded-opentype'), url('https://data.chinahighlights.com/css/fonts/feather.woff2?1gafuo') format('woff2'), url('https://data.chinahighlights.com/css/fonts/feather.ttf?1gafuo') format('truetype'), url('https://data.chinahighlights.com/css/fonts/feather.woff?1gafuo') format('woff'), url('https://data.chinahighlights.com/css/fonts/feather.svg?1gafuo#feather') format('svg');
}
4 years ago
.icon {font-family: 'feather';font-weight: normal;font-style: normal;font-variant: normal;line-height: 1;text-transform: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;speak: none;color: #fff;font-size: 22px;}
/* from font awesome */
@font-face {
font-family: FontAwesome;
4 years ago
font-display: swap;
src: url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//data.chinahighlights.com/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: 400;
font-style: normal
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fa-star { margin-right: 5px; color: #ffe612;}
5 years ago
.fa-star:before {
content: "\f005"
}
4 years ago
.fa-twitter:before {
content: "\f099"
}
4 years ago
.fa-cutlery{
4 years ago
background: url(https://data.chinahighlights.com/image/tour-detail/tour-detail-dinner-bg.png) no-repeat;
content: none;
display: inline-block;
background-size: 20px;
width: 20px;
height: 20px;
margin-right: 5px;
5 years ago
}
.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"
}
.fa-caret-down:before {
content: "\f0d7"
}
.fa-caret-right:before {
content: "\f0da"
}
.fa-instagram:before {
content: "\f16d"
}
.fa-tripadvisor:before {
content: "\f262"
}
.fa-angle-left:before {
content: "\f104"
}
.fa-facebook-square:before {
content: "\f082"
}
.fa-caret-up:before {
content: "\f0d8"
}
.fa-caret-left:before {
content: "\f0d9"
}
.fa-flickr:before {
content: "\f16e"
}
.fa-tripadvisor:before {
content: "\f262"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-square-o:before {
content: "\f096"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-navicon:before, .fa-reorder:before {
content: "\f0c9";
color: #fff;
margin: 5px 0 0 15px;
}
.fa-bars:before {
content: "\f0c9";
color: #000;
margin: 5px 0 0 5px;
font-size: 23px;
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-search:before {
content: "\f002";
}
/* sidebar style */
.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;
5 years ago
padding-left: 15px;
margin-left: 20px;
}
a.infocustomize {
position: relative;
4 years ago
font-size: 14px;
color: #fff;
4 years ago
padding: 7px 15px;
4 years ago
background: #ad1818;
}
.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
}
.sidebar {
background-color: rgba(0, 0, 0, 0.75);
max-width: 160vw;
top: calc(0px);
width: 100%;
}
.sidebar-header {
line-height: 3.5rem;
min-height: 3.5rem
}
.sidebar .start-navbar-trigger {
line-height: inherit;
color: #999;
width: 50px;
font-size: 35px;
float: right;
}
.headerbar {
color: #f88;
background-color: #fff;
5 years ago
height: 53px;
box-shadow: none;
}
.sidebar-nav-image {
width: 120px
}
.sidebar-header {
position: relative;
z-index: 1
}
.start-nav {
margin-bottom: 2rem
}
.start-nav-item {
color: #222;
list-style: none;
padding-bottom: 8px;
4 years ago
text-transform: capitalize;
}
.start-nav-item a {
color: #fff;
4 years ago
font-size: 22px;
4 years ago
}
.start-nav-item a:hover {
border-bottom: none !important;
4 years ago
}
.sidebar .start-nav-item {
4 years ago
width: 30%;
margin-bottom: 0;
padding-bottom: 0;
4 years ago
height: 40px;
4 years ago
line-height: 27px;
}
.nav-link {
font-size: 32px;
font-weight: 700;
line-height: normal;
display: inline-block;
position: relative;
color: #efefef;
text-transform: uppercase;
}
.nav-link .fa {
position: absolute;
right: 20px;
top: 3px
}
.bottommedia {
width: 55%;
float: left;
padding-left: 15px;
4 years ago
}
5 years ago
.followtitle {
text-transform: uppercase;
display: inline-block;
margin-bottom: 30px;
font-size: 18px;
4 years ago
}
.whatsnew { border: 5px dashed #d2d2d2;
margin-top: 50px;
min-height: 90px;
4 years ago
padding: 20px;
margin-bottom: 30px;}
.whatsnew img {position: relative;
display: inline-block;
top: -40px;
float: left;
4 years ago
margin-bottom: -20px;
margin-right: 30px;}
4 years ago
.whatsnewinfo { font-size: 20px;
4 years ago
line-height: 30px;}
.infotopimage {
4 years ago
margin-bottom: 30px;
}
.topcontent {
4 years ago
margin-top: 60px;
margin-bottom: 5px;
max-width: 100%;
}
.infocategory {
4 years ago
font-size: 16px;
font-weight: 600;
border-left: 4px solid #ad1818;
padding-left: 15px;
text-transform: uppercase;
4 years ago
4 years ago
margin: 0 15px;
}
5 years ago
.tourcode { color: #fff; font-style: italic;}
.authorupdate {
4 years ago
font-size: 15px;
color: #555;
border-top: 1px solid #dcdcdc;
padding-top: 10px;
font-style: italic;
4 years ago
4 years ago
margin: 0 15px 50px 15px;
}
.authorupdate strong {
border-right: 1px solid #dcdcdc;
padding-right: 10px;
margin-right: 10px;
color: #000;
4 years ago
font-weight: 400;
}
4 years ago
.infoimage, .infovideo {margin-bottom: 30px; clear: both;}
.infoimagetitle {
4 years ago
font-size: 18px;
color: #999;
display: block;
border-left: 3px solid #b8b8b8;
padding-left: 15px;
margin-top: 15px;
line-height: 18px;
4 years ago
}
table.infotable {
border-left: 1px solid #d1d1d1;
border-spacing: 0;
5 years ago
margin: 50px 0;
width: 100%;
}
table.infotable th {
4 years ago
background: #555;
padding: 15px 10px;
border-top: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
font-size: 20px;
line-height: 23px;
color: #fff;
}
4 years ago
table.infotable th a { color: #fff;}
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
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: 3px solid #d1d1d1;
}
4 years ago
table.infotable td a:hover, table.monthWeather td a:hover {
5 years ago
background: #e5e5e5;
transition: 1s;
}
4 years ago
.detailtopbanner { padding-top: 83px; margin-bottom: 50px; }
4 years ago
.detailtopbanner img { margin: 0 auto;}
table.monthWeather {
border-left: 1px solid #d1d1d1;
border-spacing: 0;
margin: 50px 0;
}
table.monthWeather th {
4 years ago
background: #555;
padding: 15px 10px;
border-top: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
font-size: 20px;
line-height: 23px;
color: #fff;
}
table.monthWeather th a {
color: #000;
}
table.monthWeather th a:hover {
text-decoration: underline;
color: #fff;
}
/* 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
font-size: 20px;
}
4 years ago
ul.infolist li, ul.drop1 li {
background: url(https://data.chinahighlights.com/pic/guide/info-page-list-bg.png) no-repeat 0 .5em;
list-style: none;
font-size: 20px;
4 years ago
margin-bottom: 10px;
padding-left: 20px;
4 years ago
line-height: 27px;
background-size: 6px;
}
5 years ago
ul.infolist li a, ul.drop1 li a{
color: #000;
text-decoration: none;
4 years ago
border-bottom: 2px solid #d1d1d1;
}
5 years ago
ul.infolist li a:hover, ul.drop1 li a:hover{
text-decoration: none;
color: #000;
background: #e5e5e5;
transition: 1s;
}
4 years ago
ul.infolist, ul.drop1 {
padding: 0 15px;
margin: 10px 0;
display: table;
}
ul.catalog {
padding-left: 20px;
padding-right: 20px;
}
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;
4 years ago
border-bottom: 2px solid #d1d1d1;
}
4 years ago
.ch_readnext {margin: 70px 0; min-height: 397px;}
.readnext_info {padding-top: 30px;}
.readnext_title {font-size: 23px;
text-transform: uppercase;
4 years ago
font-weight: 600;
border-left: 5px solid #ad1818;
padding-left: 15px;
margin-bottom: 30px;
display: block;}
.ch_readnext img {float: left;
margin-right: 30px;
4 years ago
width: 55%;max-height: 340px;}
4 years ago
.readnext_category {
display: block;
color: #999;
text-transform: uppercase;
font-size: 16px;
4 years ago
margin-bottom: 15px; font-weight: 600;}
.readnext_name {font-size: 32px;
4 years ago
font-weight: 600;
4 years ago
margin-bottom: 20px;
display: block; line-height: 40px;}
.readnext_button {display: inline-block;
4 years ago
font-weight: 600; font-size: 20px; }
.readnext_button a { color: #ad1818;}
.readnext_button a .fa { margin-left: 10px;
font-size: 18px;}
.articlereco {
display: inline-block;
}
.recotitlebg {
position: relative;
border-bottom: 1px solid #333;
margin: 100px auto 50px auto;
width: 93%;
display: block;
}
.recotitlebg h2 {
font-size: 25px;
font-weight: 600;
margin-bottom: 20px;
color: #000;
position: absolute;
4 years ago
top: calc(100% - 90px);
background: #fff;
text-align: center;
width: 250px;
text-transform: uppercase;
display: block;
left: calc(100% - 320px);
padding: 0 10px;
4 years ago
}
.updatearticle {
background: #efefef;
margin: 50px 15px;
position: relative;
}
.articlemore {
position: absolute;
right: 0;
top: calc(100% - 45px);
background: #fff;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
border-radius: 50px 0 0 50px;
}
.articlemore .fa {
color: #ad1818;
font-weight: 1000;
font-size: 18px;
margin-left: 5px;
}
.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
}
.newarticletitle {
font-size: 24px;
font-weight: 600;
display: block;
padding-left: 25px;
padding: 20px 25px 45px 25px;
line-height: 30px;
}
.articlenexttitle {
4 years ago
font-size: 21px;
font-weight: 600;
display: block;
padding-left: 25px;
4 years ago
line-height: 27px;
text-align: center;
padding: 20px 0;
4 years ago
}
.infotailor {
margin: 100px 0 0 0;
background: url(https://data.chinahighlights.com/image/tour-detail/guilin/gl-3-why-us-bg-mobile-longsheng.jpg) no-repeat;
height: 670px;
position: relative;
}
.infotailorword {
4 years ago
position: absolute;
4 years ago
top: calc(100% - 560px);
color: #fff;
font-size: 33px;
text-align: center;
4 years ago
padding: 0 40px;
4 years ago
line-height: 45px;
}
.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;
}
.articlenext {
4 years ago
background: #f7f7f7;
padding: 15px;
margin: 30px 15px;
}
ul.infoshare {
display: inline-block;
float: right;
margin-top: -5px;
}
ul.infoshare li {
list-style: none;
float: left;
margin-right: 20px;
}
.navicustomize {
border: 1px solid #fff;
padding: 5px 10px;
border-radius: 4px;
margin-right: 20px;
display: inline-block;
float: right;
height: 20px;
margin-top: 20px;
font-size: 16px;
}
.navicustomize a {
color: #fff;
position: relative;
top: -25px;
}
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%;
}
.websearch {
color: #fff;
font-size: 24px;
float: right;
margin-top: 23px;
margin-right: 20px;
margin-left: 20px;
}
.bottomwechat {
display: block;
margin-bottom: 50px;
height: 100px;
}
.bottomwechat img {
float: left;
margin-right: 30px;
}
.wechattitle {
4 years ago
font-size: 20px;
display: block;
4 years ago
padding-top: 5px;
line-height: 27px;
4 years ago
}
.infotailormade {
text-align: center;
font-size: 19px;
width: 250px;
margin: 45px auto;
display: block;
font-weight: 400;
background: #fff;
4 years ago
}
.infotailormade a {
color: #000;
text-decoration: none;
display: block;
text-transform: uppercase;
padding: 3px 10px;
}
.infotailormade a .fa {margin-left: 10px;}
.toptailorarrow {
4 years ago
margin-left: 10px;
}
4 years ago
4 years ago
4 years ago
.TopNavi { font-size: 15px; display: block; border-right: 1px solid #d2d2d2; float:left; height: 35px; padding-top: 15px; text-align: center; width: 25%; }
.TopNavi a, .TopNaviLast a {
text-decoration: none;
}
.TopNaviLast {
font-size: 15px;
display: block;
float: left;
height: 35px;
4 years ago
padding-top: 15px;
text-align: center;
width: 24%;
}
img.topimg {
margin-bottom: 6px;
}
img.bottomright {
width: 49%;
}
5 years ago
p.highlightspic {padding: 0;}
img.bottomleft {
width: 49%;
margin-right: 6px;
float: left;
}
.bottomimg {
margin-bottom: 70px;
}
.whyus {
position: relative;
margin: 80px 0;
}
.traptop {
position: absolute;
color: #fff;
top: 0;
padding: 50px 15px 0 30px;
}
h2.whyus {
width: 100%;
margin: 0;
padding-left: 0;
font-weight: 600;
font-size: 25px;
line-height: 30px;
4 years ago
4 years ago
color: #fff;
}
.trapbottom {
position: absolute;
color: #fff;
top: calc(100% - 250px);
}
.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 {
display: table-cell;
font-size: 18px;
font-weight: 600;
line-height: 22px;
height: 50px;
padding-top: 5px;
}
img.taleft {
float: left;
margin-right: 10px;
}
img.tarating {
margin-bottom: 5px;
margin-top: 25px;
}
.ratingnumber {
font-size: 16px;
display: block;
}
.ratingnumber strong {
color: #00a680;
font-size: 22px;
font-weight: 600;
}
.feedbackbg {
4 years ago
background: #ececec;
padding: 20px;
margin-bottom: 70px;
margin-top: 30px;
float: left;
}
.feedbackbg p {
line-height: 30px;
}
.feedbacktitle {
font-weight: 600;
4 years ago
font-size: 22px;
}
.feedbackdate {
4 years ago
font-size: 16px;
4 years ago
color: #797979;
4 years ago
}
.tourdaytitlebg {
background: url(https://data.chinahighlights.com/image/tour-detail/guilin/gl-3-tourday-bg-mobile.png) no-repeat;
float: left;
position: relative;
4 years ago
margin-right: 10px;
width: 61px;
height: 22px;
color: #fff;
padding-left: 7px;
padding-top: 1px;
font-size: 14px;
4 years ago
margin-top: 30px;
4 years ago
margin-bottom: 50px;
}
.tourdaytitle {
4 years ago
font-size: 20px;
font-weight: 600;
4 years ago
margin-top: 30px;
5 years ago
margin-bottom: 15px;
display: inline-block;
4 years ago
}
.tourday {
position: relative;
left: -10px;
}
.tourday p {
margin-bottom: -17px;
5 years ago
padding: 0 0 30px 70px;
margin-left: 10px;
}
.tourcontent {
5 years ago
margin: 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: #ececec;
padding: 30px 30px 40px 30px;
margin-bottom: 100px;
}
.pricefrom {
display: block;
font-size: 16px;
color: #000;
}
.pricefrom strong {
color: #ad1818;
font-size: 25px;
4 years ago
margin-left: 10px;
margin-right: 10px;
font-style: italic;
}
.priceterm {
4 years ago
font-size: 16px;
line-height: 22px;
margin-top: 10px;
display: block;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 20px;
4 years ago
margin-bottom: 20px;
}
img.step {
display: block;
margin: auto;
margin-top: 6px;
}
.citytours {
padding: 0 15px;
}
.citytours h3 em {
color: #ad1818;
font-weight: 800;
margin-right: 5px;
font-size: 27px;
font-style: inherit;
}
4 years ago
.info_reco_tours { font-size: 22px;
4 years ago
4 years ago
border-left: 8px solid #ad1818;
font-weight: 600;
background: #f7f7f7;
padding: 10px 20px;
margin-bottom: -10px;}
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
.poparticle, .toparticle { position: relative;
width: 390px;
margin: 0 10px 10px 0;}
4 years ago
.poparticle a { position: absolute;
4 years ago
width: calc(100% - 30px);
height: calc(100% - 30px);
4 years ago
bottom: 0;
4 years ago
background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
border: 1px solid #d1d1d1;
4 years ago
margin: 15px;}
.poparticle a:hover { background: none; transition: 1s;}
4 years ago
.toparticle a { background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
4 years ago
height: 100%;
4 years ago
display: block;
bottom: 0;
4 years ago
}
.toptitle {
5 years ago
background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;
4 years ago
color: #000;
4 years ago
font-size: 20px;
position: absolute;
4 years ago
width: calc(100% - 50px);
line-height: 24px;
bottom: 10px;
display: block;
border-top: none;
4 years ago
padding: 8px;
4 years ago
margin: 0 15px;
text-align: center;
}
4 years ago
4 years ago
/*
5 years ago
.toptitle ul li { text-align: left;}
.toptitle ul li a:hover { text-decoration: underline;}
.toptitle ul { margin: 0;
padding-left: 20px;
4 years ago
font-size: 18px;}*/
4 years ago
.toptitle a { color: #fff;
border: 1px solid #a3a3a3;
display: block;
4 years ago
padding: 5px;}
.toptitle a:hover { background: none; transition: 1s;}
5 years ago
.destinations { float: left;
width: 40%;
margin-right: 50px;}
5 years ago
.chinamap_travelguide { width: 55%;
display: inline-block;
4 years ago
margin-top: 120px;}
4 years ago
.all_width_content { background: #f7f7f7;
padding: 30px 0;
display: block;
left: 0;
right: 0;}
.all_width_content_1200 {width:1200px; margin: 0 auto;}
.list_content {width: 1200px; margin: 0 auto;}
/* 信息集合页元素 结束 */
/* tour集合页元素 */
/*促销*/
4 years ago
/*
.smallgroup {
background: #eee;
border-radius: 4px;
padding: 40px;
position: relative;
display: inline-block;
margin-bottom: 50px;
margin-top: 100px;
}
.grouptag {
position: absolute;
top: -65px;
left: -12px;
}
.contactinfo {
width: 50%;
color: #000;
font-size: 22px;
font-style: italic;
border-right: 2px solid #d9d9d9;
float: left;
margin-right: 70px;
padding: 20px;
5 years ago
line-height: 30px;
}
.contactcode {
font-size: 18px;
color: #000;
padding-top: 20px;
font-weight: 600;
}
.contactcode img {
margin-right: 20px;
}
.grouptours {
margin-bottom: 40px;
float: left;
margin-right: 40px;
margin-top: 40px;
5 years ago
width: 45%;
}
.grouptours img {
border-radius: 4px;
float: left;
margin-right: 20px;
}
.groupname {
font-size: 16px;
color: #000;
display: table;
line-height: 25px;
}
p.groupcontact {
text-align: center;
font-size: 20px;
margin-top: 20px;
clear: both;
}
p.groupcontact a {
color: #000;
}
p.groupcontact .fa {
color: #ad1818;
font-weight: 600;
margin-left: 10px;
font-size: 20px;
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;
color: #000;
width: calc(100% - 50px);
background: hsl(0deg 0% 100% / 70%);
padding: 20px 10px 0 10px;
margin: 15px;
text-align: center;
}
.experiencename {
4 years ago
font-size: 22px;
display: block;
margin-bottom: 10px;
4 years ago
line-height: 27px;
4 years ago
4 years ago
font-weight: 600;
}
.experiencesub {
display: block;
font-size: 18px;
line-height: 23px;
}
.highlightsmore {
4 years ago
font-size: 16px;
display: block;
4 years ago
border: 1px solid #ad1818;
width: 200px;
margin: 20px auto;
text-transform: uppercase;
box-shadow: 1px 1px 3px 1px #d2d2d2;
4 years ago
4 years ago
font-weight: 600;
letter-spacing: 0.1rem;
}
.highlightsmore a {
text-decoration: none;
4 years ago
padding: 8px 0;
display: inline-block;
4 years ago
width: 201px;
4 years ago
color: #ad1818;
}
4 years ago
.highlightsmore a:hover {background: #ad1818;
4 years ago
color: #fff; transition: 1s;}
/*线路1大两小*/
.tourleft { position: relative; float: left; margin-right: 25px; width: 50%; }
.tourleftinfo {
position: absolute;
bottom: 0;
padding: 0 10px;
}
.recotourname {
font-size: 35px;
font-weight: 600;
color: #fff;
display: block;
margin-bottom: 10px;
padding: 0 15px;
line-height: 40px;
4 years ago
}
.recotourname a {
text-decoration: none;
color: #fff;
}
.destinationtop {
font-size: 18px;
color: #fff;
display: block;
padding: 0 15px;
line-height: 25px;
4 years ago
}
ul.expatstourtag {
display: flex;
5 years ago
padding-left: 30px;
4 years ago
margin: 10px 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: 16px;
font-weight: 400;
text-transform: uppercase;
margin-top: 5px;
float: left;
margin-bottom: 30px;
border: 1px solid #ad1818;
background: #fff;
4 years ago
4 years ago
font-weight: 600;
box-shadow: 1px 1px 3px 1px #d2d2d2;
padding: 5px 0;
letter-spacing: 0.1rem;
margin-left: 15px;
}
.tourbutton a {
text-decoration: none;
4 years ago
color: #ad1818;
padding: 5px 35px;
}
.tourbutton a .fa {
margin-left: 8px;
font-size: 20px;
}
.righttour {
margin-bottom: 5px;
5 years ago
height: 275px;
}
.righttour img {
float: left;
width: 300px;
}
.rightinfo {
background: #fff;
border: 1px solid #cecece;
padding: 20px;
border-left: none;
display: table;
height: 186px;
4 years ago
width: 234px;
}
.rightname { display: block;
font-size: 20px;
color: #000;
margin-bottom: 10px;
line-height: 27px;
4 years ago
}
.rightname a { text-decoration: none; color: #000; }
4 years ago
.rightdestination {font-size: 18px; color: #000; line-height: 24px; display: block; }
4 years ago
.tourbuttonright { font-size: 15px;
color: #333;
display: inline-block;
text-align: center;
text-transform: uppercase;
font-weight: 600;
border: 1px solid #ad1818;
margin-top: 16px;
box-shadow: 3px 2px 3px 1px #d2d2d2;
4 years ago
4 years ago
letter-spacing: 0.1rem;}
.tourbuttonright a {text-decoration: none;
4 years ago
color: #ad1818;
padding: 5px 35px;
display: inline-block;}
4 years ago
.tourbuttonright a:hover { background: #ad1818;
color: #fff;
transition: 1s;}
/*线路一行三个*/
.listtour { display: flex;
flex-direction: row;
flex-wrap: nowrap;
5 years ago
justify-content: left;
5 years ago
clear: both;}
.expatstour {
background: #fff;
4 years ago
border-radius: 4px;
4 years ago
width: 390px;
4 years ago
margin: 0 10px 10px 0;}
4 years ago
.tourdetailinfo { padding: 20px 0;
4 years ago
clear: both;
4 years ago
height: 300px;
4 years ago
background: #f6f6f6;
4 years ago
margin-bottom: -90px;
display: table-cell;
4 years ago
width: 390px;}
5 years ago
.tourdetailinfo p { padding: 0 15px;}
5 years ago
.expatstourname {
display: block;
4 years ago
font-size: 20px;
4 years ago
padding: 0 15px;
line-height: 25px;
margin-bottom: 15px;
4 years ago
4 years ago
font-weight: 600;}
.expatstourname a { color: #000;
text-decoration: none;}
4 years ago
.citytourname {
4 years ago
font-family: 'Goudy Old Style';
4 years ago
font-weight: 600;
display: block;
line-height: 30px;
4 years ago
width: calc(100% - 30px);
4 years ago
margin-bottom: 0;
padding: 0 15px;
background: url(https://data.chinahighlights.com/image/tour-detail/tour-list-tour-title-bg.png) repeat-x;
height: 70px;
position: absolute;
4 years ago
bottom: 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
4 years ago
font-size: 30px;}
/*contact us按钮*/
4 years ago
.moretour {color: #000; font-size: 23px; text-align: center; font-weight: 600; margin-bottom: 20px; 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;
5 years ago
background: #e5e5e5;}
.moretour .fa { margin-left: 10px;}
.InquiryButtonTour { display: block;
border-radius: 4px;
background: #ad1818;
text-align: center;
4 years ago
font-size: 20px;
margin: 0 auto;
margin-top: -10px;
4 years ago
margin-bottom: 80px;
width: 30%;
4 years ago
}
.InquiryButtonTour a {
padding: 10px;
color: #fff;
display: block;
font-weight: 400;
border-bottom: none;
border-radius: 4px;
}
.InquiryButtonTour a:hover {background: #ad1818;
color: #fff;}
.InquiryButtonTour .fa {
font-size: 20px;
margin-left: 30px;
}
/*三峡游船*/
.cruise_content {display: inline-block;}
.cruise_top_info {float: left;
width: 770px;
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 {display: block; text-align: center; margin-top: 20px;}
.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: 45px; 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;}
.cruise_tourcontent {margin: 50px 15px;
border-left: 2px solid #e5e5e5;
width: 55%;
position: relative;
float: left;}
.cruise_map {width: 42%; display: inline-block; margin-top: 85px;}
.cruise_includes {width: 45%;
4 years ago
float: left; margin-bottom: 50px; padding: 0 15px;}
.cruise_price_title {border-left: 5px solid #ad1818;
font-size: 20px;
font-weight: 600;
padding-left: 20px;
4 years ago
margin-bottom: 20px;}
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;
width: 770px;
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;}
ul.calendar_year { list-style: none;
font-size: 25px;
4 years ago
text-align: center;
margin: 10px 20px 10px 20px;
display: inline-block;
width: calc(100% - 40px);
padding-left: 0;
border-bottom: 3px solid #ececec;
padding-bottom: 15px;}
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;
margin-bottom: 15px;}
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;}
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;
font-size: 20px;
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: 91px;}
4 years ago
ul.nav-tabs li { float: left;
margin-bottom: -1px;
list-style: none;
font-size: 20px;
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;
font-size: 20px;
font-style: italic;
margin-bottom: -15px;
display: block;}
.Search { background: #ececec;
border-radius: 4px;
padding: 25px 15px;
margin-bottom: 30px;}
.FindCruise { font-size: 20px;
4 years ago
4 years ago
font-weight: 600;
display: block;
4 years ago
margin-left: -15px;
padding: 15px 0 0 0;
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;
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;
padding: 5px 0px;
margin-right: 5px;
4 years ago
}
.searchNow a {
color: #fff;
font-size: 18px;
padding: 5px 15px;
4 years ago
}
/*目的地推荐*/
.CityName {
5 years ago
width: 100%;
4 years ago
top: calc(100% - 190px);
4 years ago
font-size: 30px;
4 years ago
color: #fff;
position: absolute;
4 years ago
text-shadow: 1px 1px 1px #000;
4 years ago
text-align: center;
line-height: 28px;
4 years ago
}
4 years ago
.CityName a { color: #fff;
display: inline-block;
background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
width: 100%;
height: 160px;
padding-top: 100px;}
.CityTag {
4 years ago
width: calc(100% - 60px);
display: block;
4 years ago
top: calc(100% - 155px);
4 years ago
font-size: 20px;
color: #fff;
position: absolute;
text-shadow: 0 0 2px #333;
text-align: center;
4 years ago
line-height: 25px;
4 years ago
4 years ago
padding: 0 30px;
}
4 years ago
.CityTag p { color: #fff;
font-size: 18px;
line-height: 25px;}
/*TA*/
.valuecontent {border-right: 1px solid #cecece;
padding-right: 50px;
margin-right: 80px;
width: 37%;
float: left;}
4 years ago
.valuetitle { display: block;
text-transform: capitalize;
color: #000;
font-weight: 600;
4 years ago
margin-bottom: 20px;
4 years ago
font-size: 21px;
4 years ago
4 years ago
line-height: 27px;}
4 years ago
.comment {display: table;}
4 years ago
.comment img { margin-bottom: 30px;}
4 years ago
.comment p { font-size: 18px; line-height: 25px;}
.commentop {background:url(https://data.chinahighlights.com/image/tour-detail/china-tour/china-tours-2020-feedback-bg-left.png) no-repeat left top; margin-bottom: 30px;}
.commentbottom {background:url(https://data.chinahighlights.com/image/tour-detail/china-tour/china-tours-2020-feedback-bg-right.png) no-repeat right bottom;}
4 years ago
.commentname {color: #999; font-size: 16px; }
/*trip notes折叠*/
#expandAll {
float: right;
cursor: pointer;
font-size: 20px;
font-style: italic;
color: #ad1818;
margin-bottom: 20px;
padding-right: 15px;
}
.tripnotes {
display: block;
4 years ago
margin: 15px 0 30px 0;
font-size: 25px;
clear: both;
border-top: 1px solid #d1d1d1;
cursor: pointer;
4 years ago
padding: 15px;
4 years ago
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;
}
.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
.tour_view_more {
4 years ago
width: max-content;
4 years ago
border: 1px solid #ad1818;
background: #fff;
text-transform: uppercase;
padding: 7px 0px;
font-size: 18px;
4 years ago
4 years ago
font-weight: 600;
letter-spacing: 0.1rem;
4 years ago
margin: 20px auto;
4 years ago
box-shadow: 3px 2px 3px 1px #d2d2d2;
4 years ago
position: relative;
4 years ago
top: -80px;
4 years ago
}
4 years ago
.tour_view_more a {color: #ad1818;
4 years ago
padding: 7px 35px;}
4 years ago
.tour_view_more a:hover {text-decoration: none;
4 years ago
color: #000;
background: #ad1818;
color: #fff !important;
transition: 1s;}
4 years ago
.tour_view_more .fa {margin-left: 15px;
4 years ago
font-size: 20px;}
4 years ago
.tour_img_title {position: relative;}
4 years ago
.city_reco_tour { position: absolute;
4 years ago
bottom: 0px;
4 years ago
width: calc(100% - 60px);
display: block;
padding: 0 30px;
padding-bottom: 10px;}
.city_reco_tour ul {padding-left: 0; }
.city_reco_tour ul li { list-style: none;
color: #fff;
margin-bottom: 5px;
font-size: 18px;}
.city_reco_tour ul li a { color: #fff;
background: none;
border: none;
position: initial;
margin: 0;}
4 years ago
/* tour集合页元素 结束 */
.icon {
font-family: 'feather';
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
color: #fff;
font-size: 22px;
}
.icon--arrow-left:before {
content: '\e901';
}
.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);
4 years ago
background: #313131;
}
.menu__wrap {
position: absolute;
4 years ago
top: 10em;
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);
}
.menu__link {
font-weight: 600;
position: relative;
display: block;
4 years ago
padding: 8px 20px;
color: #bdbdbd;
-webkit-transition: color 0.1s;
transition: color 0.1s;
4 years ago
font-size: 24px;
}
.menu__link[data-submenu]::after {
content: '\e904';
4 years ago
font-family: 'feather';
position: absolute;
right: 0;
padding: 0.25em 1.25em;
color: #999;
}
.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
color: #999;
}
.menu__link--current::before {
content: '\00B7';
font-size: 1.5em;
line-height: 0;
position: absolute;
top: 50%;
left: 0.5em;
height: 4px;
color: #999;
}
[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 {
color: #8182e0;
}
.menu__breadcrumbs a:not(:last-child)::after {
content: '\e902';
display: inline-block;
padding: 0 0.5em;
color: #33353e;
}
.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;
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: 15px;
}
.bottommedia ul {
padding-left: 0;
display: inline-block;
margin-left: -15px;
margin-top: 0;
}
.bottommedia .fa {
color: #fff;
background: #757570;
margin-right: 10px;
width: 35px;
height: 25px;
text-align: center;
padding-top: 9px;
border-radius: 50%;
font-size: 20px;
}
.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: 15px;
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: 16px;
text-transform: uppercase;
color: #797979;
font-weight: bold;
display: block;
width: 23%;
height: 115px;
float: left;
padding-top: 5px;
4 years ago
}
.aboutusinfo {
font-size: 16px;
line-height: 25px;
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 {
list-style: none;
float: left;
margin-right: 20px;
margin-bottom: 25px;
font-size: 14px;
text-transform: uppercase;
4 years ago
}
.bottomfollowus ul li a {
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
.bottomfollowus ul li a .fa {
color: #fff;
background: #757570;
margin-right: 10px;
width: 35px;
height: 25px;
text-align: center;
padding-top: 9px;
border-radius: 50%;
font-size: 20px;
}
.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 {
padding: 10px 0;
4 years ago
margin-bottom: 10px;
margin-top: 0;
4 years ago
display: inline-block;
padding-top: 0;
}
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: 16px;
}
.languageSwitch {
display: block;
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;
display: block;
4 years ago
padding-top: 10px;
}
img.bottomlogopc {
float: left;
margin-right: 30px;
}
.bottomcopyright {
font-size: 16px;
display: inline-block;
padding-top: 30px;
4 years ago
}
.bottomprivacy {
display: inline-block;
float: right;
padding-top: 30px;
font-size: 16px;
}
.bottomprivacy a {
color: #fff;
}
.main_content {
width: 1200px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
4 years ago
display: table;
}
.dropdown-content {
width: 100%;
left: 0;
display: none;
position: absolute;
}
.dropdown-content img {
max-width: 100%;
height: auto;
4 years ago
display: none;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:active .dropdown-content img {
display: none;
}
/*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;
font-size: 20px;
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;
padding: 20px;
display: block;
border-top: 1px solid #f0f0f0;
margin-top: 30px;
}
.zodiacsign {
padding: 0 15px;
4 years ago
margin-bottom: 50px;
clear: both;
}
.zodiacsign img {
float: left;
}
.zodiacname {
display: table;
padding-left: 30px;
4 years ago
height: 100px;
}
.zodiacname b {display: block;
margin-top: 5px;}
.zodiacsign strong {
font-size: 25px;
}
.zodiacsign p {
padding: 0;
margin: 15px 0;
font-size: 18px;
line-height: 25px;
margin-top: 0;
}
.zodiacknowledge {
background: #f5f0e2;
clear: both;
margin: 0 15px;
margin-bottom: 50px;
padding: 15px 0;
}
.knowledgetitle {
color: #000;
text-transform: uppercase;
font-size: 45px;
margin-bottom: 50px;
}
.knowledgetitle strong {
text-transform: uppercase;
font-weight: bold;
background: #ad1818;
margin-right: 20px;
padding: 15px;
color: #fff;
}
.knowledge1 {
margin-bottom: 30px;
height: 250px;
}
.knowledge1 img {
float: left;
margin-right: 20px;
padding-left: 35px;
}
.knowledgenumber {
color: #ad1818;
font-size: 80px;
font-weight: bold;
float: left;
}
.knowledgeinfo {
padding: 0 20px;
}
p.zodiacbig {
font-size: 24px;
font-style: italic;
font-weight: bold;
display: table;
padding: 0 40px;
}
.lovetitle {
font-size: 48px;
color: #ad1818;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
padding-top: 20px;
}
.redbg {
color: #fff;
background: #ad1818;
padding: 10px;
}
.lovesubtitle {
text-transform: uppercase;
font-size: 48px;
padding-left: 20px;
margin-top: 15px;
margin-bottom: 50px;
}
#zodiacFind {
background: url(https://data.chinahighlights.com/image/travelguide/zodiac/zodiac-find-bg.png) no-repeat top right #e3d5bf;
padding: 0 0 30px 0;
}
.findzodiac {
text-align: center;
width: 100%;
display: inline-block;
margin: 30px auto;
font-size: 22px;
}
.signsearch {
background: #333;
color: #fff;
text-align: center;
font-size: 22px;
width: 300px;
display: block;
margin: 0 auto;
padding: 7px 0;
border-radius: 4px;
}
#zodiacFind label {
display: block;
}
#zodiacFind label select {
margin: 0 200px;
width: 45%;
height: 40px;
border-radius: 4px;
font-size: 20px;
border: 2px solid #a6937c;
margin-bottom: 15px;
}
.compatiblesearch {
background: url(https://data.chinahighlights.com/image/travelguide/zodiac/chinese-zodiac-love-compatibility-bg.jpg) no-repeat;
height: 350px;
padding: 50px 0;
}
.compatibletitle {
5 years ago
text-align: center;
5 years ago
font-size: 26px;
5 years ago
margin-bottom: 30px;
font-weight: 600;
}
.aniTab2 {
margin-bottom: 15px;
padding: 0 160px;
}
.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;
}
input#imageField {
font-size: 22px;
5 years ago
border: none;
background: #333;
5 years ago
color: #fff;
text-align: center;
width: 250px;
padding: 7px 0;
border-radius: 4px;
}
.aniTab5 {
margin: 30px 0;
padding: 0 215px;
}
4 years ago
ul.zodiacsignlist {
4 years ago
display: inline-block;
clear: both; margin-bottom: 40px;
padding-left: 0;}
4 years ago
ul.zodiacsignlist li {
cursor: pointer;
list-style: none;
float: left;
background: #3a3a32;
color: #fff;
4 years ago
width: 123px;
4 years ago
text-align: center;
4 years ago
padding: 10px 0;
4 years ago
margin-right: 2px;
margin-bottom: 2px;
4 years ago
}
4 years ago
ul.zodiacsignlist li.active { list-style: none;
float: left;
background: #ad1818;
color: #fff;
text-align: center;
4 years ago
margin-right: 2px;
margin-bottom: 2px;}
ul.zodiacsignlist li a { color: #fff;}
4 years ago
/*city attractions list
.attractionList { float: left;
5 years ago
margin-right: 15px;
width: 28%;
display: inline-table;
border: 1px solid #d1d1d1;
padding: 10px;
margin-bottom: 15px;}
.attractionList p { margin-bottom: 0;}
4 years ago
*/
/*about us style
.specialistBlock {
background: url(https://data.chinahighlights.com/css/images/aboutus/arrow-with-bg.jpg) no-repeat top center #e7e8ea;
padding: 30px 0;
margin: -10px 0 30px;
}
.personInfo {
line-height: 22px;
font-size: 14px;
font-style: italic;
color: #666;
background: url(https://data.chinahighlights.com/pic/quote-left.png) no-repeat left 5px;
padding-left: 35px;
margin-right: 15px;
}
.personInfo .quoteRight {
background: url(https://data.chinahighlights.com/pic/quote-right.png) no-repeat right bottom;
padding-right: 25px;
display: block;
}
.specialistPhoto {
background: url(https://data.chinahighlights.com/css/images/photo-frame.jpg) no-repeat;
display: block;
width: 100%;
height: 201px;
overflow: hidden;
padding: 40px 40px 30px;
text-align: center;
margin-top: 25px;
}
.specialistPhoto img {
border: 1px solid #a1a1a1;
}
.meetMore {
display: block;
font-size: 20px;
margin: 50px 0 10px 35px;
}
.whyWithUs .whyItems.one-one {
background: url(https://data.chinahighlights.com/pic/expert-icon.png) no-repeat top center;
}
.whyWithUs .whyItems strong {
display: block;
margin-bottom: 15px;
}
.whyWithUs .whyItems.flexible {
background: url(https://data.chinahighlights.com/pic/list-icon.png) no-repeat top center;
}
.whyWithUs .whyItems {
line-height: 25px;
font-size: 18px;
margin-top: 20px;
display: block;
padding-top: 70px;
text-align: center;
}
.whyWithUs .whyItems.award {
background: url(https://data.chinahighlights.com/pic/thumb-icon.png) no-repeat top center;
}
4 years ago
*/
img.highlightsimgtop {
5 years ago
margin-bottom: 2px;
}
.contactwechat {
height: 100px;
4 years ago
margin: 30px auto 35px auto;
4 years ago
width: 445px;
4 years ago
font-size: 20px;
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;
font-size: 20px;
}
.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
/*pc style end */
5 years ago
@media (min-width: 1200px) {
p { padding: 0;}
5 years ago
h2.whyus { margin-top: 50px;}
4 years ago
.authorupdate, .infocategory { margin: 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;
margin-top: -74px;
4 years ago
5 years ago
}
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;
}
5 years ago
.tourprice {
margin-bottom: 100px;
}
5 years ago
.citytours, p.center, .citytours h3 {
padding: 0;
}
5 years ago
.TopCht1 {
5 years ago
margin-top: 186px;
5 years ago
}
.topcontent {
4 years ago
margin-top: 100px;
5 years ago
padding: 30px 0;
5 years ago
}
5 years ago
.start-nav-item a {
background: none !important;
4 years ago
color: #000 ;
5 years ago
padding: 0 !important;
}
5 years ago
.infotailor {
height: 595px;
background: none;
4 years ago
margin-bottom: 120px;
5 years ago
}
5 years ago
.infotailorword {
color: #fff;
4 years ago
font-size: 35px;
5 years ago
text-align: center;
4 years ago
line-height: 50px;
5 years ago
right: 0;
left: 0;
top: 0;
width: 100%;
padding: 200px 0;
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;
5 years ago
}
4 years ago
.chbottomlogo {position: absolute;
left: 0;
right: 0;
margin-top: -80px;}
.chbottomlogo img {margin: 0 auto;
display: block;}
5 years ago
.articlenext {
4 years ago
width: 270px;
5 years ago
float: left;
4 years ago
height: 350px;
margin: 0 5px;
padding: 10px;
5 years ago
}
5 years ago
#main_content_next {width: 1200px;}
5 years ago
.recotitlebg h2 {
left: calc(100% - 655px);
}
5 years ago
#main_content_pc {
width: 750px;
5 years ago
float: left;
max-width: 100%;
5 years ago
}
5 years ago
.p_rightad {
float: right;
width: 370px;
margin-top: 80px;
}
5 years ago
.bottomlogo {
height: 71px;
background-color: #1e1e1e;
padding: 0;
color: #fff;
position: relative;
5 years ago
}
5 years ago
.visible-xs {
display: none !important;
}
5 years ago
.photoBlock300 {
font-size: 16px;
font-style: italic;
5 years ago
float: right;
width: 300px;
line-height: 25px;
margin-left: 30px;
5 years ago
margin-bottom: 30px;
5 years ago
}
5 years ago
.photoBlock300 img {
4 years ago
margin-bottom: 10px; display: block;
5 years ago
}
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;
5 years ago
}
5 years ago
.searchtextbox {
margin: 0;
padding: 0;
}
5 years ago
.chinatourspc, .destinationspc, .travelguidepc, .culturepc, .searchpc {
4 years ago
padding-top: 20px;
background: #fff;
4 years ago
height: 185px;
4 years ago
box-shadow: 0px 2px 4px 0px #d1d1d1;}
4 years ago
.siteSearch {
margin-left: 0;
display: block;
border: 1px solid #c9c9c9;
height: 38px;
float: left;
width: 150px;
margin-top: 22px;
margin-right: 15px;
border-radius: 2px;
}
.siteSearch .strkeys {
background: #fff;
border: 0;
display: inline-block;
width: 100px;
color: #666;
height: 38px;
4 years ago
font-size: 16px;
4 years ago
padding: 0 10px;
}
.siteSearch .submits {
float: right;
position: relative;
4 years ago
right: 8px;
top: 9px;
width: 20px;
4 years ago
}
.topnavitailor {
margin-top: 22px;
margin-right: 10px;
background: #ad1818;
width: 150px;
height: 40px;
text-align: center;
border-radius: 2px;
text-transform: uppercase;
4 years ago
float: right;
4 years ago
}
.topnavitailor a {
color: #fff;
4 years ago
border: none;
display: inline-block;
4 years ago
padding: 9px 18px;
font-size: 16px;
4 years ago
}
5 years ago
}
ul.list-reset {
background: none;
4 years ago
top: 40px;
width: 1000px;
5 years ago
position: absolute;
4 years ago
padding-left: 180px;
5 years ago
}
5 years ago
ul.list-reset li.sub-nav-item {
list-style: none;
text-align: center;
margin-bottom: 25px;
5 years ago
}
5 years ago
li.sub-nav-item a {
color: #fff;
font-size: 40px;
font-weight: 700;
width: 100%;
display: block;
}
4 years ago
5 years ago
.footerbox {
width: 1140px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
5 years ago
a.nav-link {
font-size: 40px;
}
5 years ago
a.nav-link:hover {
color: #fff;
}
5 years ago
h3.navimore {
color: #efefef;
text-transform: uppercase;
font-weight: 700;
line-height: normal;
margin: 0;
display: block;
5 years ago
font-size: 60px;
padding: 0;
position: absolute;
width: 450px;
left: 30px;
right: 0;
margin-left: auto;
margin-right: auto;
5 years ago
}
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: 16px;
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
border-bottom: 5px solid #ad1818;
color: #000;
4 years ago
padding: 35px 0 21px 0;
4 years ago
transition: 0.2s;
5 years ago
}
5 years ago
a.p_toplogo {
display: inline-block;
height: 85px;
4 years ago
padding-left: 10px;
float: left;
5 years ago
}
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
.web_cookie p { padding: 0;}
.web_cookie { padding: 15px 0 50px 0;}
4 years ago
.chbottomlogo {display: block;
position: absolute;
left: 0;
right: 0;
top: calc(50% - -240px);}
.chbottomlogo img {display: block;
width: 150px;
margin: 0 auto;}
5 years ago
/*信息集合页*/
4 years ago
.toparticle, .all_width_content_1200, .list_content { width: 100%;}
4 years ago
.toptitle { padding: 8px 10px;}
5 years ago
/*tour集合页*/
4 years ago
.tour_view_more { top: -40px;}
4 years ago
.tourleftinfo { position: initial;
border: 1px solid #cecece;
padding: 15px;}
.recotourname a, .destinationtop, ul.expatstourtag li { color: #000;}
4 years ago
ul.expatstourtag li { width: 100%; margin-bottom: 5px;}
4 years ago
.tourbutton { float: initial;}
.tourbutton a { color: #ad1818;}
5 years ago
.grouptours { width: 100%;}
.detailtopbanner {padding-top: 55px;}
4 years ago
.beijingexperienceinfo { width: calc(100% - 50px);}
.experience { float: none; padding: 0; margin-bottom: 30px;}
.experienceimg { flex-direction: column;}
5 years ago
.smallgroup { padding: 20px;}
.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;
height: auto;
}
.rightinfo { height: auto;
padding: 20px 15px;
border-left: 1px solid #cecece;
4 years ago
display: block;
4 years ago
width: auto;
4 years ago
}
5 years ago
.recotourname { font-size: 30px; line-height: 35px;}
.listtour { display: block;}
.expatstour {width: auto;
4 years ago
height: auto;
padding: 0;
4 years ago
margin-right: 0;
4 years ago
margin-bottom: 30px;}
5 years ago
.valuecontent {width: auto;
border-right: none;
padding: 0 15px;
float: none;
display: block;
margin-right: 0;}
4 years ago
.comment { padding: 0 15px; margin-top: 50px;}
5 years ago
.InquiryButtonTour { width: 70%;}
4 years ago
ul.expatstourtag { display: inline-block;
height: 100%;}
4 years ago
.tourdetailinfo { height: auto; margin-bottom: 0; width: 100%; display: block;}
.poparticle { width: 100%;}
5 years ago
/*集合页 结束*/
4 years ago
#main_content_mobile {max-width: 100%;}
4 years ago
.img-responsive, video, .table-responsive { overflow-x: auto;}
4 years ago
h1 { font-size: 33px;
4 years ago
line-height: 40px;
padding: 0 15px;}
4 years ago
h2 { font-size: 32px;}
h3 { font-size: 28px;}
4 years ago
h1, h2, h3, h4 { padding: 0 15px;}
4 years ago
p {padding: 0 15px;}
4 years ago
img.chinahighlightslogo {
padding-left: 10px;
position: relative;
height: 53px;
display: inline-block;
}
.topnavitailor {
float: right;
height: 40px;
margin-top: 13px;
border-radius: 2px;
text-transform: uppercase;
4 years ago
width: auto;
4 years ago
text-align: center;
background: none;
4 years ago
margin-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
a.infocustomize {
position: relative;
4 years ago
font-size: 14px;
4 years ago
color: #fff;
4 years ago
padding: 5px 15px;
4 years ago
background: #ad1818;
}
.topnavitailor .topnaviarrowdown {
border-left: 1px solid #555;
padding-left: 15px;
margin-left: 15px;
padding-top: 1px;
height: 27px;
padding-right: 15px;
}
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: -50px;
4 years ago
background: #fff;
top: 53px;
width: 100%;
display: flex;
5 years ago
}
4 years ago
.whatsnewinfo { display: inline-block; font-size: 20px;}
.name {
margin-bottom: 10px;
display: block;
}
.aniTab2, .aniTab5 {
padding: 0 30px;
}
.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 {
background: #3a3a32;
5 years ago
color: #fff;
clear: both;
4 years ago
padding: 50px 25px;
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: 50px;
font-size: 18px;
line-height: 25px;}
4 years ago
.bottomlogoinfo a { color: #fff; text-decoration: underline;}
.headerbar {
position: fixed;
width: 100%;
top: 0;
box-shadow: 1px 1px 6px 1px #f1f1f1;
}
.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 {
margin-right: 50px;
5 years ago
margin-bottom: 30px;
4 years ago
font-size: 17px;
font-style: italic;
5 years ago
padding: 0 15px;
line-height: 25px;
}
.photoBlock300 img {
4 years ago
margin-bottom: 10px;
5 years ago
display: block;
}
5 years ago
.attractionList { display: flex;
5 years ago
margin-left: 15px; width: auto;}
5 years ago
.tourdaytitle { display: block;
line-height: 25px;
font-size: 20px;}
.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;
font-size: 18px;
line-height: 27px;}
4 years ago
ul.nav-tabs li {border-bottom: 1px solid #d1d1d1;
margin-bottom: 10px;
4 years ago
font-size: 20px;
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: 15px;}
4 years ago
.cruise_top_info, .cruise_tourcontent, .cruise_map, .cruise_includes { width: auto;}
4 years ago
.cruise_includes { margin-bottom: 0;}
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;}
ul.cruise_route_tag li.active { width: auto;
padding: 10px 20px;
border-radius: 0;}
4 years ago
.cabin_info img { float: none; margin-bottom: 20px;}
.cruise_price { width: auto;
display: block;
clear: both;}
4 years ago
table.cruise_highlights {width: 4000px;}
4 years ago
.compatiblesearch {background: none; height: auto;}
}