|
|
|
@charset "utf-8";
|
|
|
|
/* public style */
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: Calibri;
|
|
|
|
color: #000;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 40px;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 45px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
color: #000;
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 35px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-top: 70px;
|
|
|
|
color: #000;
|
|
|
|
padding-right: 15px;
|
|
|
|
line-height: 35px;
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #000;
|
|
|
|
margin-top: 40px;
|
|
|
|
padding-right: 15px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
h3 em { color: #ad1818;
|
|
|
|
font-size: 33px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-right: 10px;}
|
|
|
|
|
|
|
|
p {
|
|
|
|
line-height: 25px;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
p a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: 2px solid #d1d1d1;
|
|
|
|
}
|
|
|
|
p a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
background: #e5e5e5;
|
|
|
|
transition: 1s;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
p strong {
|
|
|
|
font-weight: 600;
|
|
|
|
}*/
|
|
|
|
a, a:hover { text-decoration: none; color: #000;}
|
|
|
|
.img-responsive, video, .table-responsive {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
.web_cookie {background-color: #f7f7f7;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
box-shadow: 0px -4px 4px 0px #ececec;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 999;}
|
|
|
|
.cookie_close {float: right;
|
|
|
|
position: relative;
|
|
|
|
width: 25px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
background: #ddd;
|
|
|
|
padding: 5px;
|
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;}
|
|
|
|
.web_cookie p { display: inline-block;
|
|
|
|
padding: 10px 0 0 30px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 18px;
|
|
|
|
float: left;
|
|
|
|
width: 86%;}
|
|
|
|
.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;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-top: 10px;}
|
|
|
|
|
|
|
|
:-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;
|
|
|
|
}
|
|
|
|
iframe { min-width: 100%; min-height: 423px;}
|
|
|
|
|
|
|
|
/*
|
|
|
|
.carousel {
|
|
|
|
min-width: 900px;
|
|
|
|
max-width: 1236px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding-right: 48px;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__controls {
|
|
|
|
display: none;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 16px;
|
|
|
|
left: 16px;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.carousel__controls:first-of-type {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
.carousel__controls:last-of-type {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__control {
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #3d414a;
|
|
|
|
border-radius: 100%;
|
|
|
|
box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
|
|
|
|
font-size: 24px;
|
|
|
|
height: 48px;
|
|
|
|
justify-content: center;
|
|
|
|
transition: 0.3s all;
|
|
|
|
width: 48px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.carousel__control--forward:after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
transition: transform 0.5s;
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
|
|
border-top: 4px solid #ad1818;
|
|
|
|
border-right: 4px solid #ad1818;
|
|
|
|
float: right;
|
|
|
|
top: 162px;
|
|
|
|
right: 19px;
|
|
|
|
transform: rotate(
|
|
|
|
45deg
|
|
|
|
);
|
|
|
|
}
|
|
|
|
.carousel__control--backward:after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
transition: transform 0.5s;
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
|
|
border-bottom: 4px solid #ad1818;
|
|
|
|
border-left: 4px solid #ad1818;
|
|
|
|
float: right;
|
|
|
|
top: 162px;
|
|
|
|
transform: rotate(
|
|
|
|
45deg
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(1):checked
|
|
|
|
~ .carousel__controls:nth-of-type(1) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(1):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(0%);
|
|
|
|
transform: translateX(0%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(2):checked
|
|
|
|
~ .carousel__controls:nth-of-type(2) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(2):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-100%);
|
|
|
|
transform: translateX(-100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(3):checked
|
|
|
|
~ .carousel__controls:nth-of-type(3) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(3):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-200%);
|
|
|
|
transform: translateX(-200%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(4):checked
|
|
|
|
~ .carousel__controls:nth-of-type(4) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(4):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-300%);
|
|
|
|
transform: translateX(-300%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(5):checked
|
|
|
|
~ .carousel__controls:nth-of-type(5) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(5):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-400%);
|
|
|
|
transform: translateX(-400%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(6):checked
|
|
|
|
~ .carousel__controls:nth-of-type(6) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(6):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-500%);
|
|
|
|
transform: translateX(-500%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(7):checked
|
|
|
|
~ .carousel__controls:nth-of-type(7) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(7):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-600%);
|
|
|
|
transform: translateX(-600%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(8):checked
|
|
|
|
~ .carousel__controls:nth-of-type(8) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(8):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-700%);
|
|
|
|
transform: translateX(-700%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(9):checked
|
|
|
|
~ .carousel__controls:nth-of-type(9) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(9):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-800%);
|
|
|
|
transform: translateX(-800%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(10):checked
|
|
|
|
~ .carousel__controls:nth-of-type(10) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(10):checked
|
|
|
|
~ .carousel__screen
|
|
|
|
.carousel__track {
|
|
|
|
-webkit-transform: translateX(-900%);
|
|
|
|
transform: translateX(-900%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__screen {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-right: -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__track {
|
|
|
|
font-size: 0;
|
|
|
|
transition: all 0.3s ease 0s;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-right: 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--desktop-in-1 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--desktop-in-2 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.carousel__item--desktop-in-4 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--desktop-in-5 {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.demo-content {
|
|
|
|
display: flex;
|
|
|
|
height: 340px;
|
|
|
|
width: 255px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
|
|
.carousel {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__screen {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__track {
|
|
|
|
overflow-x: auto;
|
|
|
|
width: auto;
|
|
|
|
padding-left: 48px;
|
|
|
|
padding-right: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--tablet-in-1 {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--tablet-in-2 {
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--tablet-in-3 {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 650px) {
|
|
|
|
.carousel__track {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--mobile-in-1 {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--mobile-in-2 {
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel__item--mobile-in-3 {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* google font */
|
|
|
|
/*
|
|
|
|
@font-face {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
@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');
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
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;}
|
|
|
|
.fa-star:before {
|
|
|
|
content: "\f005"
|
|
|
|
}
|
|
|
|
.fa-twitter:before {
|
|
|
|
content: "\f099"
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-facebook-square:before {
|
|
|
|
content: "\f082"
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-angle-down:before {
|
|
|
|
content: "\f107"
|
|
|
|
}
|
|
|
|
|
|
|
|
.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";
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.headerbar .start-navbar-trigger {
|
|
|
|
background: #fff;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 9999;
|
|
|
|
height: 53px;
|
|
|
|
padding: 0 20px;
|
|
|
|
font-size: 1.38rem;
|
|
|
|
}
|
|
|
|
.headerbar-nav {
|
|
|
|
line-height: 3.5rem
|
|
|
|
}
|
|
|
|
.start-nav {
|
|
|
|
margin-bottom: 2rem
|
|
|
|
}
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
.sidebar .start-navbar-trigger {
|
|
|
|
line-height: inherit;
|
|
|
|
color: #999;
|
|
|
|
width: 50px;
|
|
|
|
font-size: 35px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.sidebar-nav-image {
|
|
|
|
width: 120px
|
|
|
|
}
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
a.nav-link {
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.nav-link:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
table.monthWeather th a {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
table.monthWeather th a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
a.infocustomize {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 4px 20px;
|
|
|
|
background: #ad1818;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.topnavitailor a:after {
|
|
|
|
border-left: solid 9px;
|
|
|
|
border-bottom: solid 6px transparent;
|
|
|
|
border-top: solid 6px transparent;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-top: 4px;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;
|
|
|
|
}*/
|
|
|
|
.headerbar {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #000;
|
|
|
|
z-index: 999;
|
|
|
|
box-shadow: 1px 1px 6px 2px #e5e5e5;
|
|
|
|
}
|
|
|
|
.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%;
|
|
|
|
}
|
|
|
|
.headerbar {
|
|
|
|
background-color: #fff;
|
|
|
|
height: 53px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.start-nav-item {
|
|
|
|
color: #222;
|
|
|
|
list-style: none;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
.start-nav-item a {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
.start-nav-item a:hover {
|
|
|
|
border-bottom: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
.sidebar .start-nav-item {
|
|
|
|
width: 30%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottommedia {
|
|
|
|
width: 55%;
|
|
|
|
float: left;
|
|
|
|
padding-left: 15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.followtitle {
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.whatsnew { border: 5px dashed #d2d2d2;
|
|
|
|
margin-top: 65px;
|
|
|
|
min-height: 90px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
padding: 15px;}
|
|
|
|
.whatsnew img {position: relative;
|
|
|
|
top: -80px;
|
|
|
|
margin-right: 30px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -80px;}
|
|
|
|
.whatsnewinfo { font-size: 20px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-top: -15px;
|
|
|
|
padding: 0 15px;}
|
|
|
|
.topcontent {
|
|
|
|
margin-top: 60px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.infocategory {
|
|
|
|
font-size: 18px;
|
|
|
|
border-left: 4px solid #ad1818;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin: 30px 15px 0 0;
|
|
|
|
}
|
|
|
|
.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);
|
|
|
|
margin-top: 9px;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
.tourcode { color: #fff; font-style: italic;}
|
|
|
|
.authorupdate {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #555;
|
|
|
|
border-top: 1px solid #dcdcdc;
|
|
|
|
padding-top: 5px;
|
|
|
|
font-style: italic;
|
|
|
|
margin: -40px 15px 60px 15px;
|
|
|
|
}
|
|
|
|
.authorupdate strong {
|
|
|
|
border-right: 1px solid #dcdcdc;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.infoimage, .infovideo {clear: both; margin: 0 auto 15px auto;}
|
|
|
|
.infoimagetitle {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #999;
|
|
|
|
display: block;
|
|
|
|
border-left: 3px solid #b8b8b8;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
.photoBlock300 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-style: italic;
|
|
|
|
float: right;
|
|
|
|
width: 300px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.photoBlock300 img { margin: 0 auto 10px auto;}
|
|
|
|
table.infotable, table.monthWeather {
|
|
|
|
border-left: 1px solid #d1d1d1;
|
|
|
|
border-spacing: 0;
|
|
|
|
margin: 50px 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
table.infotable th, table.monthWeather th {
|
|
|
|
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.infotable th a, table.monthWeather th a { color: #fff; text-decoration: underline;}
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
table.infotable td.graybg { background: #e3e3e3;}
|
|
|
|
table.infotable tr:nth-child(odd) td, table.monthWeather tr:nth-child(odd) td {
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.infotable td a, table.monthWeather td a {
|
|
|
|
border-bottom: 2px solid #d1d1d1;
|
|
|
|
}
|
|
|
|
table.infotable td a:hover, table.monthWeather td a:hover {
|
|
|
|
background: #e5e5e5;
|
|
|
|
transition: 1s;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.detailtopbanner { padding-top: 83px; margin-bottom: 50px; }
|
|
|
|
.detailtopbanner img, .detailtopbanner video { margin: 0 auto;}
|
|
|
|
.info_page_reco { width: 170px;}
|
|
|
|
.info_reco_name { font-size: 18px;
|
|
|
|
position: relative;
|
|
|
|
background: #f5f5f5;
|
|
|
|
padding: 10px 7px;
|
|
|
|
height: 100px;}
|
|
|
|
.info_reco_name a:after {color: #ad1818;
|
|
|
|
content: "";
|
|
|
|
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 #ad1818;
|
|
|
|
border-right: 2px solid #ad1818;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 9px;
|
|
|
|
margin-left: 2px;
|
|
|
|
transform: rotate(
|
|
|
|
45deg
|
|
|
|
); }
|
|
|
|
|
|
|
|
|
|
|
|
/* former list style */
|
|
|
|
|
|
|
|
ol.drop1 {
|
|
|
|
padding: 0 15px;
|
|
|
|
margin: 0 15px;
|
|
|
|
}
|
|
|
|
ol.drop1 li {
|
|
|
|
padding-left: 10px;
|
|
|
|
line-height: 25px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-left: 20px;
|
|
|
|
line-height: 25px;
|
|
|
|
background-size: 6px;
|
|
|
|
}
|
|
|
|
ul.infolist li a, ul.drop1 li a{
|
|
|
|
color: #000;
|
|
|
|
text-decoration: underline #d1d1d1;
|
|
|
|
}
|
|
|
|
ul.infolist li a:hover, ul.drop1 li a:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
background: #e5e5e5;
|
|
|
|
transition: 1s;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
ul.infolist, ul.drop1 {
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.catalog {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.catalog li {
|
|
|
|
list-style: none;
|
|
|
|
font-size: 20px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
line-height: 25px;
|
|
|
|
background-size: 14px;
|
|
|
|
}
|
|
|
|
ul.catalog li a:before {
|
|
|
|
content: "";
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-top: 2px solid #000;
|
|
|
|
border-right: 2px solid #000;
|
|
|
|
float: left;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
ul.catalog li a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
background: #e5e5e5;
|
|
|
|
transition: 1s;
|
|
|
|
border-bottom: 2px solid #d1d1d1;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.pc_content {width: 750px;
|
|
|
|
float: left;
|
|
|
|
max-width: 100%;}
|
|
|
|
.right_tour {position: sticky;
|
|
|
|
float: right;
|
|
|
|
top: calc(100% - 425px);
|
|
|
|
margin-top: 30px;
|
|
|
|
width: 340px;}
|
|
|
|
.right_brand_info {
|
|
|
|
width: 340px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.ch_readnext {margin: 70px 0; min-height: 397px;}
|
|
|
|
.readnext_info {padding-top: 30px;}
|
|
|
|
.readnext_title {font-size: 23px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
border-left: 5px solid #ad1818;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
display: block;}
|
|
|
|
.ch_readnext img {float: left;
|
|
|
|
margin-right: 30px;
|
|
|
|
width: 55%;max-height: 340px;}
|
|
|
|
.readnext_category {
|
|
|
|
display: block;
|
|
|
|
color: #999;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 15px; font-weight: 600;}
|
|
|
|
.readnext_name {font-size: 32px;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
display: block; line-height: 40px;}
|
|
|
|
.readnext_button {display: inline-block;
|
|
|
|
font-weight: 600; font-size: 20px; }
|
|
|
|
.readnext_button a { color: #ad1818;}
|
|
|
|
.readnext_button a .fa { margin-left: 10px;
|
|
|
|
font-size: 18px;}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
.newarticletitle {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 600;
|
|
|
|
display: block;
|
|
|
|
padding-left: 25px;
|
|
|
|
padding: 20px 25px 45px 25px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.articlereco {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1140px;
|
|
|
|
}
|
|
|
|
.recotitlebg {
|
|
|
|
position: relative;
|
|
|
|
border-bottom: 1px solid #333;
|
|
|
|
margin: 100px auto 50px auto;
|
|
|
|
width: 93%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.recotitlebg h2 {
|
|
|
|
position: absolute;
|
|
|
|
top: calc(100% - 86px);
|
|
|
|
background: #fff;
|
|
|
|
text-align: center;
|
|
|
|
width: 450px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
left: calc(100% - 735px);
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
|
|
|
|
}
|
|
|
|
.articlenexttitle {
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px 0;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
|
|
|
.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 {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: calc(100% - 560px);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 33px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0 40px;
|
|
|
|
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 {
|
|
|
|
background: #f1f1f1;
|
|
|
|
padding: 15px;
|
|
|
|
height: 340px;
|
|
|
|
width: 255px;
|
|
|
|
}
|
|
|
|
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 {
|
|
|
|
font-size: 20px;
|
|
|
|
display: block;
|
|
|
|
padding-top: 5px;
|
|
|
|
line-height: 27px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.infotailormade {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
width: 250px;
|
|
|
|
margin: 45px auto;
|
|
|
|
display: block;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.infotailormade a {
|
|
|
|
color: #000;
|
|
|
|
display: block;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toptailorarrow {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.TopNavi { font-size: 17px; 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: 17px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
height: 35px;
|
|
|
|
padding-top: 15px;
|
|
|
|
text-align: center;
|
|
|
|
width: 24%;
|
|
|
|
}
|
|
|
|
img.bottomright {
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
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;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trapbottom {
|
|
|
|
position: absolute;
|
|
|
|
color: #fff;
|
|
|
|
top: calc(100% - 250px);
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.bookingcontent {
|
|
|
|
right: 0;
|
|
|
|
display: block;
|
|
|
|
border-left: 2px solid #e5e5e5;
|
|
|
|
height: 120px;
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
top: 45px;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
margin-left: 30px;
|
|
|
|
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;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.feedbackbg {
|
|
|
|
background: #ececec;
|
|
|
|
padding: 20px;
|
|
|
|
margin-bottom: 70px;
|
|
|
|
margin-top: 30px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/*待删*/
|
|
|
|
/*
|
|
|
|
.feedbackbg p {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
/*待删*/
|
|
|
|
.feedbacktitle {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feedbackdate {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #797979;
|
|
|
|
|
|
|
|
}
|
|
|
|
/*待删*/
|
|
|
|
.tourdaytitlebg {
|
|
|
|
margin-top: 15px;
|
|
|
|
background: #ad1818;
|
|
|
|
float: left;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 3px 7px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
.tourdaytitlebg:after { border-left: solid 12px #ad1818;
|
|
|
|
border-bottom: solid 11px transparent;
|
|
|
|
border-top: solid 14px transparent;
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-top: -3px;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;}
|
|
|
|
.tourdaytitle {
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tourday {
|
|
|
|
position: relative;
|
|
|
|
left: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tourday p {
|
|
|
|
display: table;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tourcontent {
|
|
|
|
margin: 50px 15px;
|
|
|
|
border-left: 2px solid #e5e5e5;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hoteltitle {
|
|
|
|
display: block;
|
|
|
|
font-size: 22px;
|
|
|
|
margin-top: -15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tourprice {
|
|
|
|
background: #ececec;
|
|
|
|
padding: 30px 15px;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pricefrom {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #000;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pricefrom strong {
|
|
|
|
color: #ad1818;
|
|
|
|
font-size: 25px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.priceterm {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
border-bottom: 1px solid #d2d2d2;
|
|
|
|
padding: 0 15px 20px 15px;
|
|
|
|
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: 28px;
|
|
|
|
font-style: inherit;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.info_reco_tours { font-size: 22px;
|
|
|
|
border-left: 8px solid #ad1818;
|
|
|
|
font-weight: 600;
|
|
|
|
background: #f6f6f6;
|
|
|
|
padding: 5px 15px;
|
|
|
|
margin-bottom: 15px;}
|
|
|
|
.info_reco_tours em {color: #ad1818;
|
|
|
|
margin-right: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 24px;}
|
|
|
|
/*table.info_bottom_recommend { width: 2300px;}*/
|
|
|
|
/* 信息集合页元素 */
|
|
|
|
.poparticle { position: relative;
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
width: 370px;}
|
|
|
|
.poparticle a { position: absolute;
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
height: calc(100% - 30px);
|
|
|
|
bottom: 0;
|
|
|
|
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
margin: 15px;}
|
|
|
|
.poparticle a:hover { background: none; transition: 1s; cursor: pointer;}
|
|
|
|
/*
|
|
|
|
.toptitle {
|
|
|
|
background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;
|
|
|
|
color: #000;
|
|
|
|
font-size: 20px;
|
|
|
|
position: absolute;
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
line-height: 24px;
|
|
|
|
bottom: 10px;
|
|
|
|
display: block;
|
|
|
|
border-top: none;
|
|
|
|
padding: 8px;
|
|
|
|
margin: 0 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*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;
|
|
|
|
top: -75px;}
|
|
|
|
.confidence_tag img { width: 120px; height: 120px;}
|
|
|
|
.confidence_content {background: #fff;
|
|
|
|
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;}
|
|
|
|
.confidence_content_100 {background: #fff;
|
|
|
|
box-shadow: 0px 0px 3px 1px #e5e5e5;
|
|
|
|
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;}
|
|
|
|
.all_width_content_contact {background: #555;
|
|
|
|
padding: 30px 0;}
|
|
|
|
.all_width_content_contact p {text-align: center; font-size: 27px; font-style: italic; margin-bottom: 0;}
|
|
|
|
/*.all_width_content_contact p .fa { margin-left: 15px;}*/
|
|
|
|
.all_width_content_contact p a {color: #fff; border-bottom: none;}
|
|
|
|
.all_width_content_contact p a:hover { background: none; cursor: pointer;}
|
|
|
|
.risk-free {position: relative; background: #fff; width: 30%; border-radius: 4px; margin: 0 5px; padding:50px 15px 15px 15px; margin-top: 70px; }
|
|
|
|
.risk_free_tag { position: absolute;
|
|
|
|
left: calc(100% - 65%);
|
|
|
|
top: -55px;}
|
|
|
|
.risk_free_tag img { width: 90px; height: 90px;}
|
|
|
|
.about_ta {float: left; width: 290px; margin-right: 30px; background: #fff; padding: 20px; margin-bottom: 30px;}
|
|
|
|
.feedback_content_right { display: inline-block; width: 780px; }
|
|
|
|
.feedback_content {background: #fff; padding: 20px; margin-bottom: 30px;}
|
|
|
|
.feedback_content img {width: 55px; border-radius: 50%; float: left; margin-right: 20px; height: 55px;}
|
|
|
|
.content_name {display: inline-block; font-size: 18px; color:#999;padding-top: 15px; line-height: 22px;}
|
|
|
|
img.feedback-rate {display: block;margin-top: 35px;margin-bottom: 15px;width: auto;height: auto;float: none;border-radius: 0;}
|
|
|
|
.traveler_story {margin: 50px 0; display: flex;}
|
|
|
|
.traveler_story img {width: 600px; height: 550px;}
|
|
|
|
.traveler_story_content {margin-left: 50px; width: 2800px;}
|
|
|
|
table.confidence {width: 3023px;}
|
|
|
|
.traveler_story_content h2 {padding-right:0; margin-top: 15px;}
|
|
|
|
.story_keyword {font-weight: 600; color: #ad1818; font-size: 20px; margin:-10px 0 15px 0;}
|
|
|
|
.homepage_confidence_content { display: flex;margin: -15px 0 -10px 0; justify-content: center;}
|
|
|
|
.homepage_confidence {width: 100%;}
|
|
|
|
.homepage_confidence .fa {color: #ad1818; margin-left: 10px;}
|
|
|
|
.homepage_confidence img { margin-right: 10px;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
float: left;}
|
|
|
|
.confidence_word {font-size: 20px; font-weight: 600; padding-top: 10px;}
|
|
|
|
.confidence_word a { border-bottom: 2px solid #d1d1d1;}
|
|
|
|
table.story_table {width: 600px;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 50px;}
|
|
|
|
/*travel with confidence 结束*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
.toptitle a { color: #fff;
|
|
|
|
border: 1px solid #a3a3a3;
|
|
|
|
display: block;
|
|
|
|
padding: 5px;}
|
|
|
|
.toptitle a:hover { background: none; transition: 1s;}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.destinations { float: left;
|
|
|
|
width: 55%;}
|
|
|
|
.chinamap_travelguide { width: 45%;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 120px;}
|
|
|
|
.all_width_content { background: #f7f7f7;
|
|
|
|
padding: 30px 0;}
|
|
|
|
.all_width_content_1200 {width:1140px; margin: 0 auto;}
|
|
|
|
.list_content {width: 1140px; margin: 0 auto;}
|
|
|
|
/* 信息集合页元素 结束 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*特色体验*/
|
|
|
|
.experienceimg {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.experience {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
.beijingexperienceinfo {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
color: #fff;
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
background: rgba(0, 0, 0, 0.45) ;
|
|
|
|
padding: 20px 10px 21px 10px;
|
|
|
|
margin: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.experiencename {
|
|
|
|
font-size: 22px;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
line-height: 27px;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.experiencesub {
|
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlightsmore {
|
|
|
|
font-size: 16px;
|
|
|
|
display: block;
|
|
|
|
border: 1px solid #ad1818;
|
|
|
|
width: 200px;
|
|
|
|
margin: 20px auto;
|
|
|
|
text-transform: uppercase;
|
|
|
|
box-shadow: 1px 1px 3px 1px #d2d2d2;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
letter-spacing: 0.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlightsmore a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 8px 0;
|
|
|
|
display: inline-block;
|
|
|
|
width: 201px;
|
|
|
|
color: #ad1818;
|
|
|
|
}
|
|
|
|
.highlightsmore a:hover {background: #ad1818;
|
|
|
|
color: #fff; transition: 1s;}
|
|
|
|
*/
|
|
|
|
/*线路1大两小*/
|
|
|
|
.tourleft { position: relative; float: left; margin-right: 20px; width: 50%; }
|
|
|
|
.tourleftinfo {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.recotourname {
|
|
|
|
font-size: 35px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
line-height: 40px;
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
}
|
|
|
|
.recotourname a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.destinationtop {
|
|
|
|
font-size: 20px;
|
|
|
|
color: #fff;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
ul.expatstourtag {
|
|
|
|
display: flex;
|
|
|
|
padding-left: 20px;
|
|
|
|
margin: 5px 0 20px 0;
|
|
|
|
}
|
|
|
|
ul.expatstourtag li {
|
|
|
|
color: #fff;
|
|
|
|
float: left;
|
|
|
|
list-style: square;
|
|
|
|
margin-right: 30px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.tourbutton {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin: 10px auto;
|
|
|
|
border: 1px solid #ad1818;
|
|
|
|
background: #fff;
|
|
|
|
font-weight: 600;
|
|
|
|
box-shadow: 1px 1px 3px 1px #d2d2d2;
|
|
|
|
padding: 5px 0;
|
|
|
|
letter-spacing: 0.1rem;
|
|
|
|
width: max-content;
|
|
|
|
color: #ad1818;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.tourbutton a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ad1818;
|
|
|
|
padding: 5px 40px 5px 30px;
|
|
|
|
}
|
|
|
|
.tourbutton a:hover { color: #fff; background: #ad1818; transition: 0.5s; cursor: pointer;}
|
|
|
|
/*.tourbutton a:after { border-left: solid 9px;
|
|
|
|
border-bottom: solid 6px transparent;
|
|
|
|
border-top: solid 6px transparent;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-top: 5px;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;}*/
|
|
|
|
.righttour {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
.righttour img {
|
|
|
|
float: left;
|
|
|
|
height: 245px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
.rightinfo {
|
|
|
|
background: #fff;
|
|
|
|
background: #f6f6f6;
|
|
|
|
padding: 20px;
|
|
|
|
border-left: none;
|
|
|
|
display: table;
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
min-height: 205px;
|
|
|
|
}
|
|
|
|
.rightname { display: block;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #000;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
.rightname a { text-decoration: none; color: #000; }
|
|
|
|
.rightdestination {font-size: 18px; line-height: 24px; display: block; height: 90px; }
|
|
|
|
|
|
|
|
/*线路一行三个*/
|
|
|
|
.listtour { display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: left;
|
|
|
|
clear: both;}
|
|
|
|
.expatstour {
|
|
|
|
background: #fff;
|
|
|
|
width: 370px;
|
|
|
|
margin: 0 10px 10px 0;}
|
|
|
|
.tourdetailinfo { padding: 15px;
|
|
|
|
background: #f6f6f6;
|
|
|
|
}
|
|
|
|
.tourdetailinfo p { padding: 0 15px;}
|
|
|
|
.expatstourname {
|
|
|
|
display: block;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 25px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 15px;}
|
|
|
|
.expatstourname a { color: #000;
|
|
|
|
text-decoration: none;}
|
|
|
|
.citytourname {
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 27px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
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;
|
|
|
|
font-size: 27px;
|
|
|
|
width: calc(100% - 30px);}
|
|
|
|
/*contact us按钮*/
|
|
|
|
.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;}
|
|
|
|
.moretour a:hover { text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
cursor: pointer;
|
|
|
|
background: #e5e5e5;}
|
|
|
|
/*.moretour .fa { margin-left: 10px;}*/
|
|
|
|
.InquiryButtonTour {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
.InquiryButtonTour a {
|
|
|
|
padding: 10px;
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
border-bottom: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #ad1818;
|
|
|
|
width: 30%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.InquiryButtonTour a:hover { background: #ad1818; color: #fff; cursor: pointer;}
|
|
|
|
/* .InquiryButtonTour .fa {
|
|
|
|
margin-left: 15px;
|
|
|
|
} */
|
|
|
|
/*三峡游船*/
|
|
|
|
.cruise_content {display: inline-block;}
|
|
|
|
.cruise_top_info {float: left;
|
|
|
|
width: 710px;
|
|
|
|
padding-right: 30px;}
|
|
|
|
.cruise_price { background: #f7f7f7;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 35px;
|
|
|
|
font-size: 22px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 330px;
|
|
|
|
|
|
|
|
font-weight: 600;}
|
|
|
|
.cruise_price_number { 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;
|
|
|
|
|
|
|
|
padding: 10px 30px;}
|
|
|
|
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;
|
|
|
|
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
position: relative;
|
|
|
|
bottom: -50px;}
|
|
|
|
.cruise_content {display: inline-block;}
|
|
|
|
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;
|
|
|
|
padding: 10px 20px;
|
|
|
|
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;}
|
|
|
|
.cabin_info {margin-bottom: 100px;}
|
|
|
|
.cabin_info_detail { display: inline-block;}
|
|
|
|
.cabin_info img {float: left;
|
|
|
|
margin-right: 50px;}
|
|
|
|
.cruise_index_top_info {float: left;
|
|
|
|
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;}
|
|
|
|
ul.calendar_year { list-style: none;
|
|
|
|
font-size: 25px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 10px 20px 0px 20px;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
padding-left: 0;
|
|
|
|
border-bottom: 3px solid #ececec;
|
|
|
|
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;
|
|
|
|
|
|
|
|
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;
|
|
|
|
padding-top: 0;}
|
|
|
|
ul.calendar_month li.cruise_available a { color: #ad1818;
|
|
|
|
display: inline-block;
|
|
|
|
width: 62px;
|
|
|
|
height: 30px;
|
|
|
|
padding-top: 8px;}
|
|
|
|
ul.calendar_month li.cruise_available a:hover { color: #fff; background: #ad1818; cursor: pointer;}
|
|
|
|
/* 三峡游船价格表 */
|
|
|
|
table.table-bordered { border-left: 1px solid #d1d1d1;
|
|
|
|
border-spacing: 0;
|
|
|
|
width: 100%;}
|
|
|
|
table.table-bordered th {
|
|
|
|
font-weight: 400;
|
|
|
|
background: #555;
|
|
|
|
|
|
|
|
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;
|
|
|
|
height: 88px;}
|
|
|
|
ul.nav-tabs li { float: left;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
list-style: none;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
border-bottom: none;
|
|
|
|
padding: 8px 15px;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
|
|
|
ul.nav-tabs li.active { background: #555; border: none;}
|
|
|
|
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;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-weight: 600;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;}
|
|
|
|
.RouteSearch, .DateSearch {display: inline-block;
|
|
|
|
|
|
|
|
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;
|
|
|
|
width: 285px;
|
|
|
|
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;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: -3px;
|
|
|
|
padding: 3px 0px;
|
|
|
|
}
|
|
|
|
.searchNow a {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
/*目的地推荐*/
|
|
|
|
/* .CityName {
|
|
|
|
width: 100%;
|
|
|
|
top: calc(100% - 210px);
|
|
|
|
font-size: 32px;
|
|
|
|
color: #fff;
|
|
|
|
position: absolute;
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
text-align: center;
|
|
|
|
}*/
|
|
|
|
.CityTag {
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
top: calc(100% - 60%);
|
|
|
|
font-size: 23px;
|
|
|
|
color: #fff;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 27px;
|
|
|
|
padding: 0 15px;
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
}
|
|
|
|
.CityTag strong { font-size: 30px; display: block; margin-bottom: 5px; font-family: 'Goudy Old Style';}
|
|
|
|
/*TA*/
|
|
|
|
|
|
|
|
/*待删*/
|
|
|
|
.valuecontent {border-right: 1px solid #cecece;
|
|
|
|
padding-right: 50px;
|
|
|
|
margin-right: 80px;
|
|
|
|
width: 37%;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 80px;}
|
|
|
|
.valuetitle { display: block;
|
|
|
|
text-transform: capitalize;
|
|
|
|
color: #000;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 21px;
|
|
|
|
|
|
|
|
line-height: 27px;}
|
|
|
|
.comment {display: table;}
|
|
|
|
.comment img { margin-bottom: 30px;}
|
|
|
|
.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;}
|
|
|
|
.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 {
|
|
|
|
|
|
|
|
margin: 15px 0 30px 0;
|
|
|
|
font-size: 22px;
|
|
|
|
clear: both;
|
|
|
|
border-top: 1px solid #d1d1d1;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 10px 15px 0 15px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
.tour_view_more {
|
|
|
|
width: max-content;
|
|
|
|
border: 1px solid #ad1818;
|
|
|
|
background: #fff;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 5px 0px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
letter-spacing: 0.1rem;
|
|
|
|
margin: 10px auto;
|
|
|
|
box-shadow: 3px 2px 3px 1px #d2d2d2;
|
|
|
|
|
|
|
|
}
|
|
|
|
.tour_view_more a {color: #ad1818;
|
|
|
|
padding: 5px 30px;}
|
|
|
|
.tour_view_more a:hover {text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
background: #ad1818;
|
|
|
|
color: #fff !important;
|
|
|
|
transition: 1s;}
|
|
|
|
.tour_view_more .fa {margin-left: 15px;
|
|
|
|
font-size: 20px;}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.tour_img_title {position: relative;}
|
|
|
|
.city_reco_tour { width: calc(100% - 42px);
|
|
|
|
display: block;
|
|
|
|
margin-top: -10px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
border-top: 5px solid #ad1818;}
|
|
|
|
/* tour集合页元素 结束 */
|
|
|
|
|
|
|
|
/*
|
|
|
|
.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);
|
|
|
|
background: #313131;
|
|
|
|
}
|
|
|
|
.menu__wrap {
|
|
|
|
position: absolute;
|
|
|
|
top: 9em;
|
|
|
|
bottom: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
.menu__level {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
width: calc(100% + 50px);
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
.menu__level:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
.menu__level--current {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
.menu__item {
|
|
|
|
display: block;
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.menu__link {
|
|
|
|
font-weight: 600;
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 20px;
|
|
|
|
color: #bdbdbd;
|
|
|
|
-webkit-transition: color 0.1s;
|
|
|
|
transition: color 0.1s;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
.menu__link[data-submenu]::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
transition: transform 0.5s;
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
|
|
border-top: 3px solid #999;
|
|
|
|
border-right: 3px solid #999;
|
|
|
|
float: right;
|
|
|
|
top: 15px;
|
|
|
|
right: 20px;
|
|
|
|
transform: rotate(
|
|
|
|
45deg
|
|
|
|
);
|
|
|
|
}
|
|
|
|
.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 {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1;
|
|
|
|
position: relative;
|
|
|
|
padding: 25px 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.menu__breadcrumbs a {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: middle;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.menu__breadcrumbs a:last-child {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
.menu__breadcrumbs a:hover,
|
|
|
|
.menu__breadcrumbs a:focus {
|
|
|
|
color: #000;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.menu__breadcrumbs a:not(:last-child)::after {
|
|
|
|
content: '←';
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.menu__breadcrumbs a:not(:last-child):hover::after,
|
|
|
|
.menu__breadcrumbs a:not(:last-child):focus::after {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.menu__back {
|
|
|
|
font-size: 1.05em;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
top: 0;
|
|
|
|
right: 3.25em;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px 0 0 0;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #2a2b30;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.menu__back--hidden {
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.menu__back:hover,
|
|
|
|
.menu__back:focus {
|
|
|
|
color: #fff;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
/* Open and close buttons */
|
|
|
|
.action {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action--close {
|
|
|
|
font-size: 16px;
|
|
|
|
top: 1.25em;
|
|
|
|
right: 1em;
|
|
|
|
display: none;
|
|
|
|
color: #45464e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action--close {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
z-index: 1000;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
-webkit-transition: -webkit-transform 0.3s;
|
|
|
|
transition: transform 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu--open {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* menu end */
|
|
|
|
|
|
|
|
|
|
|
|
/*pc style begin */
|
|
|
|
|
|
|
|
|
|
|
|
.infobottom ul li {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
.infobottom ul li svg { background: #999;
|
|
|
|
border-radius: 50%;
|
|
|
|
padding: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
float: left;
|
|
|
|
margin-top: -10px;
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;}
|
|
|
|
.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;
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.followtitle a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomlinks ul li {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bottomlinks ul {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomlinks ul li a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aboutusleft {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomaboutus {
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottompctitle {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #999;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 23%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aboutusinfo {
|
|
|
|
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;
|
|
|
|
font-size: 16px;
|
|
|
|
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: 0;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.withBorder li {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.withBorder li a {
|
|
|
|
color: #b1b1b1;
|
|
|
|
text-decoration: none;
|
|
|
|
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 {
|
|
|
|
font-size: 18px;
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.bottomprivacy {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
padding-top: 30px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.bottomprivacy a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.main_content {
|
|
|
|
width: 1140px;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-content {
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.dropdown-content img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.dropdown:active .dropdown-content img {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
.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;
|
|
|
|
font-size: 20px;
|
|
|
|
display: block;
|
|
|
|
margin: 30px auto;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 7px;
|
|
|
|
|
|
|
|
cursor: pointer;}
|
|
|
|
|
|
|
|
.lineinfo { display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
width: 80%; margin: 0 auto;
|
|
|
|
text-align: center;}
|
|
|
|
|
|
|
|
/*zodiac 2020 */
|
|
|
|
#idzodiac {
|
|
|
|
background: #e3d5bf;
|
|
|
|
clear: both;
|
|
|
|
padding: 20px;
|
|
|
|
border-top: 1px solid #f0f0f0;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zodiacsign {
|
|
|
|
padding: 0 15px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zodiacsign img {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zodiacname {
|
|
|
|
display: table;
|
|
|
|
padding-left: 30px;
|
|
|
|
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;
|
|
|
|
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 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 26px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aniTab2 {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aniTab2 input {
|
|
|
|
width: 200px;
|
|
|
|
height: 30px;
|
|
|
|
border: 2px solid #a6937c;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 0 15px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#imageField {
|
|
|
|
font-size: 22px;
|
|
|
|
border: none;
|
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
width: 250px;
|
|
|
|
padding: 7px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aniTab5 {
|
|
|
|
margin: 30px 0;
|
|
|
|
padding: 0 215px;
|
|
|
|
}
|
|
|
|
ul.zodiacsignlist {
|
|
|
|
display: inline-block;
|
|
|
|
clear: both; margin-bottom: 40px;
|
|
|
|
padding-left: 0;}
|
|
|
|
ul.zodiacsignlist li {
|
|
|
|
cursor: pointer;
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
|
|
|
background: #3a3a32;
|
|
|
|
color: #fff;
|
|
|
|
width: 123px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px 0;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
ul.zodiacsignlist li.active { list-style: none;
|
|
|
|
float: left;
|
|
|
|
background: #ad1818;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-bottom: 2px;}
|
|
|
|
ul.zodiacsignlist li a { color: #fff;}
|
|
|
|
|
|
|
|
/*city attractions list
|
|
|
|
.attractionList { float: left;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: 28%;
|
|
|
|
display: inline-table;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 15px;}
|
|
|
|
.attractionList p { margin-bottom: 0;}
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*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;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.highlightsimgtop {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}*/
|
|
|
|
.contactwechat {
|
|
|
|
height: 100px;
|
|
|
|
margin: 30px auto 35px auto;
|
|
|
|
width: 445px;
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 600;
|
|
|
|
font-style: italic;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.contactwechat img {
|
|
|
|
box-shadow: 1px 1px 5px 1px #d2d2d2;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.wechatinfo {
|
|
|
|
padding: 20px 0;
|
|
|
|
display: table-cell;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
.wechatred {
|
|
|
|
color: #ad1818;
|
|
|
|
}
|
|
|
|
.requiredArea {color: #ad1818;
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-style: italic;
|
|
|
|
border-bottom: 1px dashed #ad1818;
|
|
|
|
margin: 10px 15px;}
|
|
|
|
|
|
|
|
|
|
|
|
/*pc style end */
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
p { padding: 0;}
|
|
|
|
.infotopimage img { width: 750px;}
|
|
|
|
.authorupdate { margin: -30px 0 40px 0;}
|
|
|
|
.tournavi {
|
|
|
|
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: -75px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.footerBtn button { width: 25%;}
|
|
|
|
.infobottom {
|
|
|
|
background: #3a3a32;
|
|
|
|
position: relative;
|
|
|
|
color: #fff;
|
|
|
|
clear: both;
|
|
|
|
padding-bottom: 70px;
|
|
|
|
}
|
|
|
|
.tourprice {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
.citytours, p.center, .citytours h3 {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TopCht1 {
|
|
|
|
margin-top: 186px;
|
|
|
|
}
|
|
|
|
.topcontent {
|
|
|
|
margin-top: 85px;
|
|
|
|
padding: 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.start-nav-item a {
|
|
|
|
background: none !important;
|
|
|
|
color: #000 ;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.infotailor {
|
|
|
|
height: 595px;
|
|
|
|
background: none;
|
|
|
|
margin-bottom: 120px;
|
|
|
|
}
|
|
|
|
.infotailorword {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 35px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 50px;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 200px 0;
|
|
|
|
bottom: 0;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
background: url(https://data.chinahighlights.com/image/tour-detail/china-tour/info-template-pc-bottom-tm-bg-longsheng.jpg) center;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.chbottomlogo {position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin-top: -80px;}
|
|
|
|
.chbottomlogo img {margin: 0 auto;
|
|
|
|
display: block;}
|
|
|
|
*/
|
|
|
|
.articlenext {
|
|
|
|
width: 255px;
|
|
|
|
height: 340px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
#main_content_next {width: 1140px; margin: 0 auto;}
|
|
|
|
|
|
|
|
/* .recotitlebg h2 {
|
|
|
|
left: calc(100% - 720px);
|
|
|
|
}*/
|
|
|
|
|
|
|
|
#main_content_pc {
|
|
|
|
width: 1140px;
|
|
|
|
float: left;
|
|
|
|
max-width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.bottomlogo {
|
|
|
|
height: 71px;
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
padding: 0;
|
|
|
|
color: #fff;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visible-xs {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p_topnavigation {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerbar {
|
|
|
|
height: 83px;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
box-shadow: 0px 2px 4px 0px #d1d1d1;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchtextbox {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chinatourspc, .destinationspc, .travelguidepc, .culturepc, .searchpc {
|
|
|
|
padding-top: 20px;
|
|
|
|
background: #fff;
|
|
|
|
height: 185px;
|
|
|
|
box-shadow: 0px 2px 4px 0px #d1d1d1;}
|
|
|
|
|
|
|
|
.siteSearch {
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
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;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.siteSearch .submits {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
right: 8px;
|
|
|
|
top: 9px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
.topnavitailor {
|
|
|
|
margin-top: 22px;
|
|
|
|
margin-right: 15px;
|
|
|
|
background: #ad1818;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 2px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.topnavitailor a {
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 8px 20px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.topnavitailor a:after {
|
|
|
|
border-left: solid 9px;
|
|
|
|
border-bottom: solid 6px transparent;
|
|
|
|
border-top: solid 6px transparent;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-top: 4px;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;
|
|
|
|
}*/
|
|
|
|
}
|
|
|
|
ul.list-reset {
|
|
|
|
background: none;
|
|
|
|
top: 30px;
|
|
|
|
width: 1000px;
|
|
|
|
position: absolute;
|
|
|
|
padding-left: 180px;
|
|
|
|
}
|
|
|
|
ul.list-reset li.sub-nav-item {
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
h3.navimore {
|
|
|
|
color: #efefef;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: normal;
|
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
font-size: 60px;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 450px;
|
|
|
|
left: 30px;
|
|
|
|
right: 0;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
img.chinahighlightslogo {
|
|
|
|
padding-left: 0;
|
|
|
|
height: 83px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.pctopnavi {
|
|
|
|
display: flex;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
ul.pctopnavi li {
|
|
|
|
list-style: none;
|
|
|
|
color: #fff;
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
.pcnavibutton {
|
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.dropdown{ text-transform: uppercase;}
|
|
|
|
li.dropdown a {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 34px 0 28px 0;
|
|
|
|
}
|
|
|
|
li.dropdown a:hover {
|
|
|
|
border-bottom: 5px solid #ad1818;
|
|
|
|
color: #000;
|
|
|
|
padding: 35px 0 21px 0;
|
|
|
|
transition: 0.2s;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.p_toplogo {
|
|
|
|
display: inline-block;
|
|
|
|
height: 85px;
|
|
|
|
padding-left: 10px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.p_topnavilink {
|
|
|
|
color: #000;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
/*底部logo*/
|
|
|
|
.web_cookie p { padding: 0;}
|
|
|
|
.web_cookie { padding: 15px 0 50px 0;}
|
|
|
|
ul.infolist, ul.drop1 { padding: 0 15px;}
|
|
|
|
/*
|
|
|
|
.chbottomlogo {display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: calc(50% - -240px);}
|
|
|
|
.chbottomlogo img {display: block;
|
|
|
|
width: 150px;
|
|
|
|
margin: 0 auto;}*/
|
|
|
|
|
|
|
|
/*信息集合页*/
|
|
|
|
.all_width_content_1200, .list_content, .cruise_index_top_info { width: 100%;}
|
|
|
|
.articlenext { width: 285px; height: 370px;}
|
|
|
|
/*tour集合页*/
|
|
|
|
/* .tour_view_more { top: -40px;}*/
|
|
|
|
.tourleftinfo { position: initial;
|
|
|
|
border: 1px solid #cecece;
|
|
|
|
padding: 20px;}
|
|
|
|
.recotourname a, ul.expatstourtag li { color: #000;}
|
|
|
|
ul.expatstourtag li { width: 100%; margin-bottom: 5px;}
|
|
|
|
.tourbutton { display: block;
|
|
|
|
margin: 10px auto;}
|
|
|
|
.tourbutton a { color: #ad1818;}
|
|
|
|
.grouptours, .feedback_content_right, .destinations, .chinamap_travelguide, .poparticle { width: 100%;}
|
|
|
|
.chinamap_travelguide { margin-top: 0;}
|
|
|
|
.detailtopbanner {padding-top: 55px;}
|
|
|
|
.beijingexperienceinfo { width: calc(100% - 50px);}
|
|
|
|
.experience { float: none; padding: 0; margin-bottom: 30px;}
|
|
|
|
.experienceimg { flex-direction: column;}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
margin: 0 15px 30px 15px;}
|
|
|
|
.righttour img { float: none; width: 100%;}
|
|
|
|
.righttour {
|
|
|
|
margin: 0 15px 30px 15px;
|
|
|
|
height: auto;}
|
|
|
|
.rightinfo { height: auto;
|
|
|
|
padding: 20px 15px;
|
|
|
|
display: block;
|
|
|
|
width: auto;}
|
|
|
|
.listtour, .traveler_story { display: block;}
|
|
|
|
.expatstour {width: auto;
|
|
|
|
height: auto;
|
|
|
|
padding: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 30px;}
|
|
|
|
|
|
|
|
/*待删*/
|
|
|
|
.valuecontent {width: auto;
|
|
|
|
border-right: none;
|
|
|
|
padding: 0 15px;
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.comment { padding: 0 15px; margin-top: 50px;}
|
|
|
|
|
|
|
|
.InquiryButtonTour { width: 70%;}
|
|
|
|
ul.expatstourtag { display: inline-block;
|
|
|
|
height: 100%;}
|
|
|
|
.tourdetailinfo { height: auto; margin-bottom: 0; width: auto; display: block; padding-bottom: 10px;}
|
|
|
|
/*集合页 结束*/
|
|
|
|
/*
|
|
|
|
#main_content_mobile {max-width: 100%;}*/
|
|
|
|
/*.img-responsive, video, .table-responsive { overflow-x: auto;}*/
|
|
|
|
h1 { font-size: 33px;
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 0 15px;}
|
|
|
|
h2 { font-size: 30px;}
|
|
|
|
h3 { font-size: 27px;}
|
|
|
|
h1, h2, h3, h4 { padding: 0 15px;}
|
|
|
|
p {padding: 0 15px; width: auto;}
|
|
|
|
img.chinahighlightslogo {
|
|
|
|
padding-left: 10px;
|
|
|
|
position: relative;
|
|
|
|
height: 53px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.topnavitailor {
|
|
|
|
text-transform: uppercase;
|
|
|
|
height: 29px;
|
|
|
|
margin-top: 13px;
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.siteSearch {
|
|
|
|
margin-left: 15px;
|
|
|
|
position: relative;
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
margin-right: 15px;
|
|
|
|
background: #fff;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.siteSearch .strkeys {
|
|
|
|
height: 39px;
|
|
|
|
padding: 0 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
width: calc(100% - 75px);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.siteSearch .submits {
|
|
|
|
padding-top: 10px;
|
|
|
|
width: 20px;
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.topnavitailor .topnaviarrowdown {
|
|
|
|
padding: 2px 20px;
|
|
|
|
}
|
|
|
|
.topnavibutton { height: 53px; display: flex;}
|
|
|
|
.articlereco { width: auto; display: block;}
|
|
|
|
.recotitlebg h2 { left: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;}
|
|
|
|
.infotopimage {margin-top: -5px;}
|
|
|
|
.tournavi {
|
|
|
|
position: sticky;
|
|
|
|
z-index: 11;
|
|
|
|
box-shadow: 0 0 5px #9d9d9d;
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: -50px;
|
|
|
|
background: #fff;
|
|
|
|
top: 53px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
.infobottom {
|
|
|
|
background: #3a3a32;
|
|
|
|
color: #fff;
|
|
|
|
clear: both;
|
|
|
|
padding: 50px 25px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
img.bottomlogocenter {display: block; margin: 0 auto;}
|
|
|
|
.bottomlogoinfo {color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;}
|
|
|
|
.bottomlogoinfo a { color: #fff; text-decoration: underline;}
|
|
|
|
.headerbar {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
box-shadow: 1px 1px 6px 1px #f1f1f1;
|
|
|
|
}
|
|
|
|
.bottomlogo {
|
|
|
|
font-size: 16px;
|
|
|
|
height: 58px;
|
|
|
|
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;
|
|
|
|
line-height: 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.hidden-xs {
|
|
|
|
display: none !important
|
|
|
|
}
|
|
|
|
.visible-xs {
|
|
|
|
display: block !important
|
|
|
|
}
|
|
|
|
.photoBlock300 {
|
|
|
|
|
|
|
|
float: none;
|
|
|
|
margin: 0 auto 30px auto;
|
|
|
|
}
|
|
|
|
.attractionList { display: flex;
|
|
|
|
margin-left: 15px; width: auto;}
|
|
|
|
.tourdaytitle { display: block;
|
|
|
|
line-height: 25px;
|
|
|
|
font-size: 20px;}
|
|
|
|
.ch_readnext { padding: 0 15px;}
|
|
|
|
.ch_readnext img {width: 100%;}
|
|
|
|
.readnext_info {background: #f7f7f7;
|
|
|
|
padding: 20px; display: inline-block;}
|
|
|
|
.contactwechat {width: auto;
|
|
|
|
padding: 0 20px;}
|
|
|
|
.wechatinfo {padding: 0;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 23px;}
|
|
|
|
ul.nav-tabs li {border-bottom: 1px solid #d1d1d1;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 8px 10px;}
|
|
|
|
ul.nav-tabs { padding: 0 15px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -4px;
|
|
|
|
height: 100%;}
|
|
|
|
.RouteSearch, .DateSearch { margin-right: 0;
|
|
|
|
display: flex;
|
|
|
|
margin: 15px 0;
|
|
|
|
width: 100%;}
|
|
|
|
.Route, .Date { margin-right: 10px;}
|
|
|
|
select.route { width: 90%; margin-top: -5px;}
|
|
|
|
.FindCruise { background: none;}
|
|
|
|
input.dateicon { width: 66%; margin-top: -5px;}
|
|
|
|
.SearchButton { margin-top: 15px;}
|
|
|
|
.tourdaytitlebg { margin-top: 2px;}
|
|
|
|
.cruise_top_info, .city_reco_tour { width: auto;}
|
|
|
|
.cabin_info { padding: 15px 0 0 0;}
|
|
|
|
ul.cruise_route_tag { border-bottom: none; padding-left: 15px;}
|
|
|
|
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;}
|
|
|
|
.cabin_info img { float: none; margin-bottom: 20px;}
|
|
|
|
.cruise_price { width: auto;
|
|
|
|
display: block;
|
|
|
|
clear: both;}
|
|
|
|
table.cruise_highlights {width: 4000px;}
|
|
|
|
.compatiblesearch {background: none; height: auto;}
|
|
|
|
.cruise_index_top_info { width: auto;}
|
|
|
|
.cruise_index_calendar { width: calc(100% - 30px);
|
|
|
|
margin-bottom: 50px;}
|
|
|
|
.homepage_confidence_content {display: block; padding-left: 15px;}
|
|
|
|
.homepage_confidence { margin-bottom: 15px; }
|
|
|
|
.confidence_content, .confidence_content_100 {width: auto;
|
|
|
|
margin: 0 0 30px 0;
|
|
|
|
height: auto;
|
|
|
|
padding: 15px 0;
|
|
|
|
}
|
|
|
|
.confidence_bg { padding: 0 15px;}
|
|
|
|
.confidence_tag { left: 30%;}
|
|
|
|
.confidence_customer img.confidence_image { position: initial;}
|
|
|
|
.confidence_content_half {width: auto;
|
|
|
|
margin-right: 0;
|
|
|
|
height: auto;
|
|
|
|
padding: 15px 0;}
|
|
|
|
.risk-free { width: calc(100% - 30px);
|
|
|
|
padding: 50px 15px 0 15px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 70px 0 30px 0;}
|
|
|
|
.about_ta { float: none;
|
|
|
|
margin-right: 0;
|
|
|
|
width: calc(100% - 40px);}
|
|
|
|
.content_name {display: flex;
|
|
|
|
padding-top: 5px;}
|
|
|
|
.traveler_story img { width: 100%; height: 100%;}
|
|
|
|
.traveler_story_content {width: calc(100% - 30px); margin: 30px 15px 30px 15px;}
|
|
|
|
img.feedback-rate, .story_keyword { margin-left: 15px;}
|
|
|
|
.right_tour { display: none;}
|
|
|
|
.rightdestination { height: auto;}
|
|
|
|
}
|