body {
    background-color: #fff;
    padding: 0;
    margin: auto;
    font-family: 微软雅黑;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1badb6;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.bottom {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
    background-color: #f5f5f5;
    height: 100px;
    display: table;
}

.bottom span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .bottom span {
        font-size: 12px;
    }
}

/*导航*/

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.hided {
    margin-top: -60px;
}

.showed {
    margin-top: 0;
}

.header .logo {
    text-align: center;
    margin: 20px auto;
}

.header .logo h1 {
    margin: 0;
    font-size: 0;
}

.header .logo img {
    height: 40px;
}

.header .nav_title {
    margin-bottom: 31px;
}

.nav_title .nav_ul {
    text-align: center;
}

.nav_title .nav_ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
}

.nav_title .nav_ul li a {
    color: #333;
}

.nav_title .nav_ul li.active a,
.nav_title .nav_ul li a:hover {
    color: #1badb6;
    font-weight: 600;
}

.header .top_button .top_img {
    text-align: center;
    position: absolute;
    width: 60px;
    height: 58px;
    line-height: 48px;
    bottom: -28px;
    left: 48%;
    right: 48%;
    background: url("?static/images/logo2.png") 50%;
}

.top_button .top_img img {
    height: 32px;
}

.nav_top {
    height: 130px;
}

@media (max-width: 767px) {
    .nav_title .nav_ul {
        display: none;
    }
    .header .top_button .top_img {
        margin-left: -15px;
    }
    .nav_top {
        height: 0px;
    }
    .header {
        position: relative;
    }
}

.drawer .drawer_but {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    background-color: transparent;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.drawer .drawer_but .but {
    padding: 10px;
    height: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .drawer .drawer_but {
        display: block;
        width: auto;
    }
}

@media (min-width: 767px) {
    .drawer {
        display: none;
    }
}

.drawer .drawer_but .drawer_a {
    background-color: #333;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1020;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

.drawer .drawer_but .drawer_icons {
    width: 24px;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.drawer .drawer_but .drawer_icons span {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.drawer .drawer_but .drawer_icons span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.drawer .drawer_but .drawer_icons span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.drawer .drawer_but .drawer_icons span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.drawer .drawer_open .drawer_a {
    background-color: #fff;
    box-shadow: none;
}

.drawer .drawer_open .drawer_icons span {
    background-color: #636972;
}

.drawer .drawer_open .drawer_icons span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 3px;
}

.drawer .drawer_open .drawer_icons span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.drawer .drawer_open .drawer_icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 3px;
}

.drawer .drawer_mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.drawer .drawer_nav {
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    max-height: 100vh;
    max-height: 100%;
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1002;
}

@media (max-width: 767px) {
    .drawer .drawer_nav {
        display: block;
    }
}

.drawer .drawer_nav .nav_list {
    padding: 50px 30px;
}

.drawer .drawer_nav .nav_list li.active a,
.drawer .drawer_nav .nav_list li a:hover {
    font-weight: bold;
    color: #333;
}

.drawer .drawer_nav .nav_list li {
    font-size: 16px;
}

.drawer .drawer_nav .nav_list li a {
    display: block;
    color: #666;
    padding: 15px 30px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
}

.drawer .translate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* 404 */

.error {
    text-align: center;
    margin: 20px auto;
}

.error img {
    text-align: center;
    margin: 10px auto;
}

.error .txt a {
    font-weight: bold;
}

/* 线路 */

.crumb_img {
}

.crumbs {
    color: #999;
    margin: 25px 0;
}

.crumbs a {
    margin-right: 3px;
    color: #1badb6;
}

.change_img {
    position: relative;
}

.change_img img {
    height: 400px;
    object-fit: cover;
}

.change_img .change_tit {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    /* display: none; */
}

.change_img .change_tit:first-child {
    /* display: list-item;
  transition-duration: 3s;
  transition-delay: 5s; */
}

.change_img .change_tit h4 a {
    color: #fff;
    font-weight: bold;
}

.change_img .change_tit h4 a:hover {
    color: #008783;
}

.change_img .change_tit .ms {
    color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.change_btn {
    background-color: #f0f0f0;
}

.change_btn li {
    padding: 9px 11px 0px 9px;
    height: 66px;
    border-top: 1px solid #bbb;
    cursor: pointer;
    transition: all 0.7s ease 0s;
}

.change_btn li:first-child {
    border: none;
}

/* .change_btn li a {
  display: inline-block;
} */

.change_btn li img {
    padding: 2px;
    border: 1px solid #ccc;
    width: 70px;
    height: 49px;
    margin-right: 10px;
    float: left;
}

.change_btn li span {
    height: 20px;
    font: bold 13px/16px "Microsoft YaHei";
    overflow: hidden;
    display: block;
}

.change_btn li.active,
.change_btn li:hover {
    background-color: #666;
}

.change_btn li.active span,
.change_btn li:hover span {
    color: #fff;
}

@media (max-width: 1199px) {
    .change_img img {
        height: 350px;
    }
    .change_btn li {
        height: 58px;
    }
    .change_btn li img {
        width: 66px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .change_img img {
        height: 300px;
    }
    .change_btn li {
        height: 50px;
    }
    .change_btn li img {
        width: 50px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .change_btn {
        margin-top: 20px;
        display: flow-root;
        text-align: center;
    }
    .change_btn ul {
        display: inline-block;
    }
    .change_btn li {
        float: left;
        border-top: none;
        text-align: center;
        height: auto;
    }
    .change_btn li img {
        width: 66px;
        height: 42px;
        float: initial;
        text-align: center;
        margin-right: 0;
    }
    .change_btn li span {
        font-size: 12px;
        margin-top: 3px;
    }
}

@media (max-width: 600px) {
    .change_img img {
        height: 260px;
    }
    .change_btn li img {
        width: 50px;
        height: 36px;
    }
}

@media (max-width: 500px) {
    .change_img img {
        height: 200px;
    }
    .change_btn li img {
        width: 40px;
        height: 28px;
    }
    .change_img .change_tit h4 {
        font-size: 16px;
        margin-top: 0;
    }
    .change_img .change_tit .ms {
        font-size: 12px;
    }
    .change_btn ul {
        width: 360px;
    }
    .change_btn {
        overflow: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 400px) {
    .change_img img {
        height: 160px;
    }
    .change_img .change_tit .ms {
        -webkit-line-clamp: 1;
    }
}

.exam {
    margin: 30px 0;
    background-color: #f6f6f6;
    box-shadow: 0 2px 4px 0 #ddd, 0 2px 8px 0 #eee;
    display: flow-root;
}

.exam_img {
    float: left;
}

.exam_img img {
    height: 120px;
    width: auto;
}

.exam_main {
    padding: 25px 20px;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
}

.exam_main li {
    display: inline-block;
    margin: 10px;
}

@media (min-width: 767px) {
    .exam_tit {
        display: none;
    }
}

@media (max-width: 767px) {
    .exam_img {
        display: none;
    }
    .exam_main {
        height: auto;
        font-size: 12px;
        padding: 10px;
    }
}

.exam_tit {
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
}

.exam_tit h4 {
    font-weight: bold;
    color: #1badb6;
    margin: 15px 0;
}

.lines_tit h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 180px;
}

.lines_tit h4:before {
    position: absolute;
    content: "";
    background-image: url(?static/images/biti-left.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    left: 0;
    margin: 2px 0;
}

.lines_tit h4:after {
    position: absolute;
    content: "";
    background-image: url(?static/images/biti-right.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    right: 0;
    margin: 2px 0;
}

.lines_main .clear {
    box-shadow: 0 2px 8px 0 #ddd;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
}

.lines_main .clear span {
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
}

.lines_main .clear span.active,
.lines_main .clear span:hover {
    background-color: #1badb6;
    color: #fff;
}

.dates_one,
.choice_one {
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 10px;
}

.dates_one .lt {
    margin: 10px;
    background-color: rgb(236, 249, 246);
    overflow: hidden;
}

.dates_one .lt .lt_t p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    background-color: #1badb6;
    color: #fff;
    text-indent: 10px;
    padding: 5px 0;
}

.dates_one .lt .lt_img {
    margin: 15px;
    overflow: hidden;
}

.dates_one .lt .lt_img img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
}

.dates_one .lt .lt_img .rt_lz {
    font-size: 12px;
    overflow: hidden;
    color: #666;
    margin: 10px 15px 0 0;
}

.dates_one .lt .rt_lz_p,
.dates_one .lt .lt_tit h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dates_one .lt .rt_lz_p .fa-caret-right {
    margin-right: 5px;
    color: rgb(209, 228, 223);
    font-size: 16px;
}

.dates_one .lt .rt_lz_p1 {
    border-bottom: 1px solid rgb(209, 228, 223);
    margin: 10px 0;
}

.dates_one .lt .lt_tit h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 15px;
}

.dates_one .lt .lt_txt {
    color: #999;
    margin: 15px;
    display: flow-root;
}

.dates_one .lt .lt_txt span:first-child {
    float: left;
}

.dates_one .lt .lt_txt span:last-child,
.choice_one .ct .ct_txt span.ct_txt_price {
    float: right;
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

.dates_one:hover,
.choice_one:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

@media (max-width: 550px) {
    .dates_one .lt .lt_t p {
        font-size: 14px;
        width: 90%;
    }
    .dates_one .lt .lt_img img {
        display: block;
        float: initial;
        text-align: center;
        margin: 0 auto;
    }
    .dates_one .lt .lt_txt {
        font-size: 12px;
    }
}

.lines {
    margin: 20px 0;
}

.choice_one .ct {
    margin: 10px;
    overflow: hidden;
}

.choice_one .ct .ct_img {
    position: relative;
}

.choice_one .ct .ct_img img {
    height: 150px;
    object-fit: cover;
}

.choice_one .ct .ct_img span {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    bottom: 5px;
    right: 5px;
    background-color: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.choice_one .ct .ct_tit h4 {
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.choice_one .ct .ct_txt {
    color: #999;
    font-size: 12px;
    display: flow-root;
}

.choice_one .ct .ct_txt span.ct_txt_sight {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .choice_one .ct .ct_img img {
        height: 120px;
    }
}

@media (max-width: 991px) {
    .choice_one .ct .ct_img img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .choice_one .ct .ct_img img {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .choice_one .ct .ct_img img {
        height: 130px;
    }
}

@media (max-width: 500px) {
    .choice_one .ct .ct_img img {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .choice_one .ct .ct_img img {
        height: 80px;
    }
}

.box {
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 #ddd;
    padding: 20px 20px 10px;
}

.box .box_list {
    display: flow-root;
    margin-bottom: 10px;
}

.box .box_list span {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 16px;
    color: #1badb6;
    line-height: 26px;
}

.box .box_list .box_cont {
    overflow: hidden;
}

.box .box_list .box_cont a.select {
    display: inline-block;
    margin: 0 10px 8px 0;
    padding: 3px 6px;
    cursor: pointer;
}

.box .box_list .box_cont a.on,
.box .box_list .box_cont a:hover {
    background-color: #1badb6;
    color: #fff;
    border-radius: 2px;
}

.result .result_px,
.notes_px {
    color: #666;
    margin-bottom: 15px;
}

.result .result_px h1,
.notes_px h1 {
    font-size: 14px;
    display: inline;
    font-weight: bold;
}

.result .result_px strong,
.notes_px strong {
    margin: 0 4px;
}

.result_main .ct_da {
    margin-bottom: 5px;
}

.result_main .ct_da i {
    color: #ffad88;
    margin-right: 4px;
}

.result_main .ct_da span:first-child {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .result_main .ct .ct_img img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .result_main .ct .ct_img img {
        height: 170px;
    }
}

@media (max-width: 600px) {
    .result_main .ct .ct_img img {
        height: 140px;
    }
}

@media (max-width: 500px) {
    .result_main .ct .ct_img img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .result_main .ct .ct_img img {
        height: 90px;
    }
}

.page {
    text-align: center;
    margin: 0 auto;
}

.pagination > li > a {
    color: #666;
    margin: 5px 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    background-color: #1badb6;
    border-color: #1badb6;
}

.pagination > li > a:hover {
    background-color: #1badb6;
    color: #fff;
}

.rights {
    box-shadow: 0 2px 8px 0 #ddd;
    margin-bottom: 30px;
}

.rights .tit p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    background-color: #1badb6;
    color: #fff;
    padding: 5px 20px;
}

.rights_main {
    padding: 15px 20px;
}

.rights_main .rights_line a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 13px;
}

.rights_note li {
    line-height: 24px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rights_note .spot {
    display: block;
    float: left;
    background-color: #ddd;
    height: 4px;
    width: 4px;
    margin-top: 10px;
    margin-right: 8px;
}

.rights_sight .carousel-inner .item img {
    height: 150px;
    object-fit: cover;
}

.rights_sight .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

.rights_sight .carousel-caption a {
    color: #fff;
}

.rights_sight .carousel-caption a:hover {
    text-decoration: underline;
}

.rights_sight .carousel-caption p {
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .rights_sight .carousel-control .glyphicon-chevron-left,
    .rights_sight .carousel-control .glyphicon-chevron-right,
    .rights_sight .carousel-control .icon-next,
    .rights_sight .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .rights_sight .carousel-inner .item img {
        height: 120px;
    }
}

@media (max-width: 991px) {
    .rights_sight .carousel-inner .item img {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .rights_sight .carousel-inner .item img {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .rights_sight .carousel-inner .item img {
        height: 260px;
    }
}

@media (max-width: 500px) {
    .rights_sight .carousel-inner .item img {
        height: 220px;
    }
}

@media (max-width: 400px) {
    .rights_sight .carousel-inner .item img {
        height: 160px;
    }
}

.xq_tit {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}

.xq_tit .xq_tit_ms h1,
.desc_txt h1 {
    word-break: break-all;
    font-size: 20px;
    color: #1badb6;
    margin: 10px 0;
    font-weight: bold;
}

.xq_tit_ms .xq_tit_txt {
    margin-top: 15px;
}

.xq_tit_ms .xq_tit_txt .txt_li {
    margin: 5px 0;
    font-size: 12px;
    word-break: break-word;
    color: #666;
}

.xq_tit_ms .xq_tit_txt .txt_li span {
    margin-right: 5px;
}

.xq_tit_ms .xq_tit_txt .txt_li span b {
    color: #1badb6;
    font-weight: normal;
}

.xq_price {
    position: absolute;
    z-index: 2;
    top: 30%;
    right: -1px;
    background: red;
    color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 10px 5px 10px 20px;
    box-shadow: 1px 2px 2px #999;
}

.xq_price span {
    font-size: 12px;
}

.xq_price span strong {
    font-size: 18px;
    margin: 0 3px;
}

.xq_tit_img img {
    height: 170px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .xq_tit_img img {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .xq_tit_img img {
        height: 180px;
        object-fit: contain;
    }
    .xq_tit .xq_tit_ms h1 {
        font-size: 18px;
    }
}

.xq_main {
    margin: 20px 0;
}

.xq_main .tab_tit span {
    cursor: pointer;
    border-radius: 20px;
    padding: 5px 12px;
    display: inline-block;
}

.xq_main .tab_tit span.active,
.xq_main .tab_tit span:hover {
    background-color: #1badb6;
    color: #fff;
}

.xq_main .tab-main {
    box-shadow: 0 2px 8px 0 #ddd;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px;
}

.xq_main .tab-main .tab_txt {
    line-height: 24px;
}

.desc,
.visa_top {
    margin-bottom: 30px;
    display: flow-root;
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    border-radius: 3px;
    padding: 15px;
}

.desc .desc_img {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.desc .desc_img img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.9s ease 0s;
}

.desc .desc_img:hover img,
.brand .brand_img:hover img {
    transform: scale(1.2, 1.2);
}

.desc .desc_img .img_txt,
.brand .img_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: bold;
}

.desc .desc_img .img_txt span {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.desc .desc_txt {
    line-height: 24px;
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 10px;
    padding: 0 15px;
}

@media (max-width: 600px) {
    .desc {
        box-shadow: 0 2px 8px 0 #ddd;
        padding: 15px 10px;
    }
    .desc .desc_img {
        float: initial;
        text-align: center;
        box-shadow: none;
        margin-right: 0;
    }
    .desc .desc_img .img_txt {
        background-color: transparent;
    }
    .desc .desc_txt {
        height: auto;
    }
}

/* 目的地 */

.line-cs .line-csnr {
    margin: 20px 0px 20px 15px;
}

.line-cs .line-csnr .cs-one {
    margin-top: 10px;
    background-color: rgb(248, 182, 42, 0.2);
    padding: 10px;
}

.line-cs .line-csnr .cs-one a,
.line-cs .line-csnr .cs-two .two-one .one-title a {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.line-cs .line-csnr .cs-one a:hover,
.line-cs .line-csnr .cs-two .two-one .one-title a:hover {
    color: #1badb6;
}

.line-cs .line-csnr .cs-one p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-cs .line-csnr .cs-one .img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.line-cs .line-csnr .cs-two {
}

.line-cs .line-csnr .cs-two .two-one {
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.line-cs .line-csnr .cs-two .two-one .img {
    margin-bottom: 10px;
}

.line-cs .line-csnr .cs-two .two-one .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.line-cs .line-csnr .cs-two .two-one .one-title p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*  */

#slider {
    position: relative;
    margin: 20px 0;
}

#slider .flashBg {
    max-width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#slider .flashBg ul.mobile {
    height: 200px;
    position: absolute;
    padding-left: 40px;
}

.flashBg .mobile li .m_l {
    margin: 10px;
    background-color: #f5f5f5;
}

.flashBg .mobile li {
    margin: 0 5px;
    float: left;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 10px;
}

.flashBg .mobile .mobile_ml:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.flashBg .mobile li .tit {
    padding: 0 10px 10px 10px;
}

.flashBg .mobile li .tit a h4 {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flashBg .mobile li .tit a.txt {
    font-size: 12px;
    color: #666;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #eee;
}

.flashBg .mobile li .tit a.txt:hover {
    background-color: #1badb6;
    color: #fff;
}

.flashBg .mobile li .img {
    position: relative;
}

.flashBg .mobile li .img img {
    height: 108px;
    object-fit: cover;
}

.flashBg .mobile li .num {
    position: absolute;
    right: 10px;
}

.flashBg .mobile li .num span {
    position: relative;
    width: 30px;
    padding: 5px 0 13px 0;
    font-weight: bold;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #ffad88;
}

.flashBg .mobile li .num span i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom: 10px solid #f5f5f5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#slider .but_left {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 75px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0;
    left: 0;
}

#slider .but_left img,
#slider .but_right img {
    height: 16px;
}

#slider .but_right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 75px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0;
    right: 0px;
}

.gw_cy {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.gw_cy a {
    display: inline-block;
    width: 100%;
}

.gw_cy .gw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    display: block;
}

.gw_cy .txt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gw_cy:hover .gw_bg,
.gw_cy:hover .txt {
    transition: all 0.3s ease;
    opacity: 1;
}

.gw_cy img {
    height: 110px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .gw_cy img {
        height: 140px;
    }
}

@media (max-width: 600px) {
    .gw_cy img {
        height: 120px;
    }
}

@media (max-width: 500px) {
    .gw_cy img {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .gw_cy img {
        height: 70px;
    }
}

.qw {
    padding: 0 10px;
}

.qw a {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 86px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
}

.country .country_img {
    position: relative;
}

.country_img img {
    height: 240px;
    object-fit: cover;
}

.country_img h1 {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    top: 10px;
    left: 10px;
    background-color: #f6f6f6;
    color: #1badb6;
    padding: 5px 10px;
}

.country_xq {
    margin-top: 15px;
    height: 210px;
    overflow: hidden;
    overflow-y: auto;
}

.country_xq .txt {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.country_xq .tt {
    margin: 10px 0;
}

.country_xq .tt strong {
    color: #1badb6;
}

@media (max-width: 1199px) {
    .country_img img {
        height: 200px;
    }
    .country_xq {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .country_img img {
        height: 400px;
    }
    .country_xq {
        height: auto;
    }
}

@media (max-width: 767px) {
    .country_img img {
        height: 330px;
    }
}

@media (max-width: 600px) {
    .country_img img {
        height: 280px;
    }
}

@media (max-width: 500px) {
    .country_img img {
        height: 210px;
    }
}

@media (max-width: 400px) {
    .country_img img {
        height: 140px;
    }
}

.places .tit,
.visa_detail .tit {
    border-bottom: 2px solid #1badb6;
}

.places .tit span,
.visa_detail .tit span {
    display: inline-block;
    padding: 0 15px;
    background-color: rgb(236, 249, 246);
    color: #666;
    height: 30px;
    line-height: 30px;
}

.places .tit span:hover,
.visa_detail .tit span:hover {
    cursor: pointer;
}

.places .tit span.active,
.visa_detail .tit span.active {
    background-color: #1badb6;
    color: #fff;
    padding: 0 15px;
}

.places_main .places_one,
.visa_detail .details {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.places_one h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #1badb6;
}

.places_one h4 i {
    font-size: 17px;
    margin-right: 5px;
}

.places_one .gw_cy img {
    height: 120px;
}

@media (max-width: 1199px) {
    .places_one .gw_cy img {
        height: 100px;
    }
}

@media (max-width: 991px) {
    .places_one .gw_cy img {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .places_one .gw_cy img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .places_one .gw_cy img {
        height: 150px;
    }
}

@media (max-width: 500px) {
    .places_one .gw_cy img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .places_one .gw_cy img {
        height: 90px;
    }
    .visa_detail .tit span,
    .visa_detail .tit span.active {
        padding: 0 8px;
    }
}

.places_one .top_one {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin: 0 0 15px;
}

.places_one .top_one:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}

.top_one .img {
    position: relative;
}

.top_one .img img {
    height: 150px;
    object-fit: cover;
}

.top_one .img .num {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ffad88;
}

.top_one .ones {
    margin-top: 10px;
}

.top_one .ones a h4 {
    color: #666;
}

.top_one .ones a:hover h4 {
    color: #1badb6;
}

.top_one .ones h4 i.num {
    font-size: 16px;
    font-weight: bold;
    color: #1badb6;
}

.top_one .ones .txt {
    line-height: 22px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.rights_country {
    margin: 10px 0;
}

.rights_country img,
.rights_main .gw_cy img {
    height: 65px;
    object-fit: cover;
}

.rights_country li {
    padding: 0 5px;
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .top_one .img img {
        height: 130px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 50px;
    }
}

@media (max-width: 991px) {
    .top_one .img img {
        height: 100px;
    }
    .top_one .ones .txt {
        -webkit-line-clamp: 3;
        font-size: 12px;
        line-height: 20px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .top_one .img img {
        height: 350px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .top_one .img img {
        height: 280px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 130px;
    }
}

@media (max-width: 500px) {
    .top_one .img img {
        height: 220px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .top_one .img img {
        height: 150px;
    }
    .rights_country img,
    .rights_main .gw_cy img {
        height: 90px;
    }
}

.place_h1 {
    margin: 10px 0;
    color: #666;
}

.place_h1 h1 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

.place_h1 i {
    font-size: 21px;
    margin-right: 5px;
}

.places_one .spe {
    margin: 10px 0;
    background-color: #f6f6f6;
    border-radius: 60px;
    display: flow-root;
}

.spe .spe_img {
    padding: 10px;
    float: left;
}

.spe .spe_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.spe .spe_main {
    margin: 10px 0;
    overflow: hidden;
}

.spe .spe_main a h5 {
    padding-right: 10px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spe .spe_main a .fa-angle-right {
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
}

.spe .spe_main .txt {
    padding-right: 10px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.note {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.note .note_img img {
    height: 160px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-5%, 0, 0) scale(1.1);
    transform: translate3d(-5%, 0, 0) scale(1.1);
}

.note .note_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.note_main .note_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #000;
}

.note_main .txt {
    position: absolute;
    bottom: 10px;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
}

.note_main .txt h5 {
    margin-bottom: 15px;
    padding-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.note_main .txt .txt_ms,
.note_main .txt h5 {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.note .note_main .txt .txt_ms {
    font-size: 12px;
    color: #f6f6f6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.note a:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
}

.note a:hover .note_main .note_bg {
    opacity: 0.6;
}

.note a:hover .note_main .txt .txt_ms,
.note a:hover .note_main .txt h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a:hover .note_main .txt h5 {
    color: #1badb6;
}

.note a:hover .note_main .txt .txt_ms {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    height: auto;
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .note .note_img img {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .note .note_img img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .note .note_img img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .note .note_img img {
        height: 150px;
    }
}

@media (max-width: 500px) {
    .note .note_img img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .note .note_img img {
        height: 90px;
    }
}

.places_one .sight {
    margin-bottom: 20px;
}

.places_one .sight img {
    height: 160px;
    object-fit: cover;
}

.places_one .sight a li {
    background-color: rgb(0, 0, 0, 0.6);
    opacity: 0.99;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.places_one .sight a:hover li {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .places_one .sight img {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .places_one .sight img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .places_one .sight img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .places_one .sight img {
        height: 140px;
    }
}

@media (max-width: 500px) {
    .places_one .sight img {
        height: 110px;
    }
}

@media (max-width: 400px) {
    .places_one .sight img {
        height: 90px;
    }
}

.country_xq .mp {
    position: relative;
    margin-top: 30px;
}

.country_xq .mp .mp_t {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1badb6;
    border-radius: 2px;
}

.country_xq .mp .mp_m {
    border: 1px dashed #1badb6;
    padding: 15px;
    color: #666;
    font-size: 12px;
    line-height: 19px;
}

.rights_main .gw_cy .txt {
    font-size: 14px;
}

.rights_main .one .one_d {
    margin-bottom: 15px;
}

.rights_main .one .one_d img {
    height: 140px;
    object-fit: cover;
}

.rights_main .one .one_d .dt {
    background-color: rgb(0, 0, 0, 0.6);
    opacity: 0.99;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rights_main .one .one_d a:hover .dt {
    text-decoration: underline;
}

.rights_main .one .one_l {
    margin: 10px 0;
}

.rights_main .one .one_l h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    width: 70%;
}

.rights_main .one .one_l .time {
    color: #999;
    font-size: 12px;
    float: right;
}

.places_one .places_one_p {
    line-height: 24px;
    color: #666;
}

.places_one table {
    font-size: 12px;
}

table thead tr {
    background-color: #f6f6f6;
}

table tbody {
    color: #666;
    border-bottom: 1px solid #ddd;
}

table tbody tr .name .fa-angle-double-down {
    margin-right: 10px;
    color: #ffad88;
}

table tbody tr .name:hover {
    cursor: pointer;
    text-decoration: underline;
}

table tbody .ticket_detail {
    display: none;
}

.table tbody .ticket_detail td {
    position: relative;
    background-color: rgb(236, 249, 246);
    border: 1px solid #eee;
}

.ticket_detail .detail_cont .fa-caret-up {
    position: absolute;
    top: -19px;
    left: 20px;
    color: rgb(236, 249, 246);
    font-size: 30px;
}

.ticket_detail .detail_cont .cont_ms {
    line-height: 20px;
    color: #999;
}

.places_one .com .com_one {
    margin: 10px 0;
    background-color: #f8f8f8;
    padding: 15px;
}

.com .com_one .com_tit {
    margin-bottom: 10px;
}

.com .com_one .com_tit .star {
    color: #ffad88;
    margin-right: 20px;
}

.com .com_one .com_main {
    color: #666;
    line-height: 24px;
}

@media (min-width: 768px) {
    .links .tit p {
        width: 30%;
    }
}

.links .links_main a {
    display: inline-block;
    margin: 10px 20px 10px 0;
}

.desc .desc_img .img_txt span h1,
.brand .img_txt h1 {
    font-size: 20px;
    font-weight: bold;
}

.rights_food a,
.tag a {
    display: inline-block;
    padding: 3px 6px;
    background-color: #f8f8f8;
    font-size: 12px;
    margin: 0 10px 10px 0;
}

.rights_food a:hover,
.tag a:hover {
    background-color: #1badb6;
    color: #fff;
}

@media (max-width: 1199px) {
    .rights_main .one .one_d img {
        height: 110px;
    }
}

@media (max-width: 991px) {
    .rights_main .one .one_d img {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .rights_main .one .one_d img {
        height: 330px;
    }
}

@media (max-width: 600px) {
    .rights_main .one .one_d img {
        height: 270px;
    }
}

@media (max-width: 500px) {
    .rights_main .one .one_d img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .rights_main .one .one_d img {
        height: 150px;
    }
}

/* 攻略 */

.notes {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.notes_item {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 2px solid #fff;
    background-color: #f6f6f6;
    border-bottom: 2px solid #1badb6;
}

.notes_item img {
    height: 160px;
    object-fit: cover;
}

.notes_item a h5 {
    padding: 0 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notes_item .ms {
    padding: 0 10px;
    margin-bottom: 5px;
    height: 34px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notes_item .time {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}

.notes_item:hover {
}

.note_banner {
    margin-bottom: 20px;
}

.notes_px h1 {
    color: #1badb6;
}

.notes .title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #1badb6;
}

.notes .title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #1badb6;
}

.notes .title .time {
    color: #999;
}

.notes .cont {
    margin: 20px 0;
}

.notes .cont img {
    display: block;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: 10px auto;
}

@media (max-width: 1199px) {
    .notes_item img {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .notes_item img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .notes_item img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .notes_item img {
        height: 150px;
    }
}

@media (max-width: 500px) {
    .notes_item img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .notes_item img {
        height: 90px;
    }
}

.more li {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more li strong,
.tag strong {
    display: block;
    line-height: 28px;
    height: 28px;
}

.tag a {
    margin: 5px 10px 10px 0;
}

@media (min-width: 768px) {
    .more {
        border-right: 1px solid #ddd;
    }
}

@media (max-width: 767px) {
    .more {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .more li strong {
        display: inline-block;
    }
}

/* 酒店 */

.hotel_banner {
    position: relative;
}

.hotel_banner h1 {
    margin: 0;
}

.hotel_banner .city {
    position: absolute;
    top: 32%;
    bottom: 35%;
    left: 20%;
    right: 20%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.hotel_banner .city h5 {
    font-size: 18px;
    font-weight: bold;
    color: #1badb6;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 0;
}

.hotel_banner .city li {
    margin-top: 10px;
    text-align: center;
}

.hotel_banner .city li a {
    margin: 0 20px;
    font-size: 15px;
}

.hotel_banner .city li a:hover {
    text-decoration: underline;
}

.hotel {
    border: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
}

.hotel .txt {
    padding: 15px;
}

.hotel .txt a h5 {
    font-weight: bold;
    height: 32px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotel .txt .price {
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 12px;
    display: flow-root;
}

.hotel .txt .price span {
    color: red;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.hotel .txt .price a {
    height: 20px;
    color: #666;
    float: right;
    margin-left: 5px;
    background-color: #f5f5f5;
    padding: 2px 5px;
    border-radius: 3px;
}

.hotel .txt .price a:hover {
    background-color: #1badb6;
    color: #fff;
}

.hotel img {
    height: 170px;
    object-fit: cover;
    transition: transform 0.9s ease 0s;
}

.hotel:hover img {
    transform: scale(1.1, 1.05);
}

.hotel_brand {
    box-shadow: 0 2px 8px 0 #dedede;
    border-radius: 10px;
    margin: 15px 0;
}

.hotel_brand img {
    height: 80px;
    object-fit: contain;
}

.hotel_brand .txt {
    position: relative;
    line-height: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -80px;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
}

.hotel_brand .txt:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.2s linear;
}

@media (max-width: 1199px) {
    .hotel_banner .city {
        top: 25%;
        bottom: 25%;
    }
    .hotel img {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .hotel_banner .city {
        top: 20%;
        bottom: 20%;
        left: 15%;
        right: 15%;
    }
    .hotel img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .hotel_banner h1 img {
        height: 150px;
        object-fit: cover;
    }
    .hotel_banner .city {
        left: 10%;
        right: 10%;
    }
    .hotel_banner .city li a {
        margin: 0 15px;
    }
    .hotel img {
        height: 190px;
    }
}

@media (max-width: 600px) {
    .hotel_banner .city h5 {
        font-size: 16px;
    }
    .hotel_banner .city li a {
        margin: 0 10px;
    }
    .hotel img {
        height: 160px;
    }
}

@media (max-width: 500px) {
    .hotel_banner .city {
        left: 0;
        right: 0;
    }
    .hotel img {
        height: 130px;
    }
    .hotel_brand img {
        height: 60px;
    }
    .hotel_brand .txt {
        line-height: 40px;
        margin-bottom: -60px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .hotel_banner .city {
        top: 18%;
        bottom: 0%;
    }
    .hotel_banner .city li {
        font-size: 12px;
    }
    .hotel img {
        height: 100px;
    }
    .hotel_banner .city li a {
        margin: 0 6px;
        font-size: 14px;
    }
}

.hotel_list .pinyin {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 8px 0 #eee;
}

.hotel_list ul {
    display: inline-block;
}

.hotel_list .pinyin ul li {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    cursor: pointer;
}

.hotel_list .pinyin ul li.on,
.hotel_list .pinyin ul li:hover {
    color: #fff;
    background-color: #1badb6;
}

.cities .city-list {
    margin: 15px 0;
}

.cities .city-list span {
    color: #1badb6;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.cities .city-list .content {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
    margin-bottom: 10px;
}

.cities .city-list .content a {
    color: #666;
    display: inline-block;
    min-width: 80px;
    margin-right: 15px;
    line-height: 36px;
}

.cities .city-list .content a:hover {
    text-decoration: underline;
    color: #1badb6;
}

.hotel_box .box_list .cities span {
    width: 100px;
}

.hotel_box .box_list .areas {
    height: 70px;
    overflow: hidden;
    overflow-y: auto;
}

.result_main .hotel {
    margin: 0 0 15px 0;
}

.result_main .hotel .txt a h5 {
    height: 16px;
    -webkit-line-clamp: 1;
}

.result_main .hotel .txt .address {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.desc_txt .txt {
    margin: 15px 0;
    word-break: break-word;
    color: #666;
}

.places_main .xq_t {
    background-color: #1badb6;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.places_one .info {
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #1badb6;
}

.places_one .info_txt li h5 {
    font-weight: bold;
    color: #1badb6;
    margin-top: 20px;
}

.places_one .info_txt li dl {
    font-size: 12px;
    margin: 15px 0;
    position: relative;
    color: #999999;
}

.places_one .info_txt li dl dt {
    position: absolute;
}

.places_one .info_txt li dl dd {
    margin-left: 80px;
}

.places_one .info_txt li dl dd span {
    display: inline-block;
    padding: 0 5px;
}

.places_one .comment .com_one {
    margin: 0 0 15px 0;
}

.places_one .gw_cy .room {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 20%;
    text-align: center;
    color: #fff;
    opacity: 0;
    padding: 0 10px;
}

.places_one .gw_cy:hover .room {
    transition: all 0.3s ease;
    opacity: 1;
}

.places_one .gw_cy .room h5 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.places_one .gw_cy .room .ms {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.places_one .gw_cy .room .price {
    font-weight: bold;
    color: red;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .places_one .gw_cy .room {
        top: 10%;
    }
}

@media (max-width: 991px) {
    .places_one .gw_cy .room {
        top: 0;
    }
    .places_one .gw_cy .room h5 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .places_one .gw_cy .room {
        top: 20%;
    }
    .places_one .gw_cy .room h5 {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .places_one .gw_cy .room {
        top: 0;
    }
    .places_one .gw_cy .room h5 {
        font-size: 14px;
    }
}

.brand {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
}

.brand .img_txt h1 {
    display: inline-block;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 70%);
}

.brand .brand_img {
    position: relative;
    overflow: hidden;
}

.brand .brand_img img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.9s ease 0s;
}

.brand .brand_main {
    margin: 10px 0;
}

.brand .brand_main ul {
    height: 140px;
    overflow: hidden;
    overflow-y: auto;
}

.brand .brand_main h5 {
    font-size: 16px;
    font-weight: bold;
    color: #1badb6;
}

.brand .brand_main h5 i {
    font-size: 18px;
    margin-right: 5px;
}

.brand .brand_main .one {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 26px;
    height: 26px;
    padding: 0 10px;
    margin: 10px 10px 10px 0;
    font-size: 12px;
}

.brand .brand_main .one a {
    display: flow-root;
}

.brand .brand_main .one a span {
    color: #666;
    display: inline-block;
}

.brand .brand_main .one:hover {
    border-color: #1badb6;
}

.brand .brand_main .one a:hover .city {
    color: #1badb6;
}

.brand .brand_main .one .city {
    font-weight: bold;
    margin-right: 20px;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand .brand_main .one .num {
    color: #999;
    float: right;
}

@media (max-width: 1199px) {
    .brand .brand_img img {
        height: 160px;
    }
    .brand .img_txt {
        line-height: 160px;
        height: 160px;
    }
    .brand .brand_main ul {
        height: 100px;
    }
}

@media (max-width: 991px) {
    .brand .brand_img img {
        height: 140px;
    }
    .brand .img_txt {
        line-height: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    .brand .brand_img img {
        height: 100px;
    }
    .brand .img_txt {
        line-height: 100px;
        height: 100px;
    }
    .brand .brand_main {
        margin-top: 20px;
    }
    .brand .brand_main ul {
        height: auto;
    }
}

.brand_h4 {
    font-weight: bold;
    color: #1badb6;
    font-size: 16px;
}

.brand_h4 i {
    margin-right: 5px;
    font-size: 18px;
}

/* 门票 */

#myCarousel .ticket_ban .item .carousel-caption {
    padding: 0;
    bottom: 40%;
    top: 40%;
    right: 40%;
    left: 40%;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    #myCarousel .ticket_ban .item .carousel-caption {
        top: 30%;
        bottom: 30%;
        right: 30%;
        left: 30%;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    #myCarousel .ticket_ban .item .carousel-caption {
        line-height: 40px;
        height: 40px;
    }
}

.hotel .ticket {
    padding: 10px 15px;
}

.ticket .tit {
    color: #999;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket .tit em {
    color: #1badb6;
    font-style: normal;
}

.ticket .tit span {
    color: #333;
    font-weight: bold;
}

.ticket a:hover .tit span {
    color: #1badb6;
}

.ticket .address {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ticket .price {
    color: #666;
    font-size: 12px;
}

.ticket .price span {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
}

.ticket_main .ticket_one {
    padding-top: 20px;
    border-bottom: 1px dashed #ddd;
}

.ticket_main .ticket_one:first-of-type {
    padding-top: 0;
}

.ticket_main .ticket_one:last-of-type {
    border-bottom: none;
}

.ticket_one .ticket_img {
    float: left;
}

.ticket_one .ticket_img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #eee;
}

.ticket_one .biti {
    overflow: hidden;
    padding: 10px 20px;
}

.ticket_one .biti a h4 {
    color: #333;
}

.ticket_one .biti a:hover h4 {
    color: #1badb6;
}

.ticket_one .biti .biti_txt {
    font-size: 12px;
    color: #666;
}

.ticket_one .biti .biti_txt li {
    margin: 5px 0;
}

.ticket_one .biti .biti_txt .address {
    padding-right: 90px;
}

.ticket_one .biti .biti_txt .ms {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ticket_one .one_main {
    position: relative;
    display: flow-root;
}

.ticket_one .one_main .price {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #1badb6;
    color: #fff;
    padding: 5px 20px;
    box-shadow: 1px 2px 2px #999;
    border-radius: 20px;
}

.ticket_one .one_main .price span {
    font-size: 12px;
}

.ticket_one .one_main .price span strong {
    font-size: 16px;
    margin: 0 3px;
}

.ticket_one .mp {
    font-size: 12px;
    font-weight: bold;
    color: #1badb6;
    margin: 15px 0 5px 5px;
}

.ticket_one .mp i {
    margin-right: 5px;
    font-weight: bold;
}

.ticket_one .table tbody {
    border-bottom: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}

@media (max-width: 500px) {
    .ticket_one .ticket_img {
        float: initial;
        text-align: center;
    }
    .ticket_one .ticket_img img {
        height: 80px;
        width: 80px;
    }
    .ticket_one .biti {
        overflow: hidden;
        padding: 10px 0 0;
    }
    .ticket_one .biti .biti_txt .address {
        padding-right: 0;
    }
    .ticket_one .mp {
        margin-top: 10px;
    }
}

/* 签证 */

.hotel_banner .visa {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 10%;
    right: 10%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}

.visa {
    text-align: center;
}

.visa h4 {
    font-weight: bold;
    color: #1badb6;
    letter-spacing: 5px;
}

.visa li {
    margin-top: 15px;
}

.visa li a {
    margin: 0 20px;
    font-size: 15px;
}

.visa li a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .hotel_banner .visa {
        top: 27%;
        bottom: 27%;
    }
    .visa li a {
        margin: 0 15px;
    }
}

@media (max-width: 991px) {
    .hotel_banner .visa {
        top: 20%;
        bottom: 20%;
        left: 7%;
        right: 7%;
    }
    .visa li a {
        font-size: 14px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .hotel_banner .visa {
        left: 5%;
        right: 5%;
    }
    .visa h4 {
        font-size: 16px;
    }
    .visa li a {
        font-size: 12px;
        margin: 0 5px;
    }
}

@media (max-width: 600px) {
    .hotel_banner .visa {
        left: 0;
        right: 0;
    }
}

@media (max-width: 470px) {
    .hotel_banner .visa {
        top: 15%;
        bottom: 15%;
    }
    .visa li a {
        margin: 0 10px;
    }
}

.visa_city {
    margin: 10px 0;
}

.visa_city .visa_city_tit {
    width: 70%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 10px;
    position: absolute;
    text-align: left;
    top: 40px;
}

.visa_city .visa_city_tit h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.visa_city a img {
    height: 110px;
    object-fit: cover;
}

.visa_city a:hover,
.mode_main .mode_lf a:hover {
    box-shadow: 1px 2px 8px rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
}

.visa_city .visa_city_tit:hover,
.mode_main .mode_lf .lf_tit:hover {
    transition: all 0.2s linear;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1199px) {
    .visa_city a img {
        height: 90px;
    }
}

@media (max-width: 991px) {
    .visa_city a img {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .visa_city a img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .visa_city a img {
        height: 150px;
    }
}

@media (max-width: 500px) {
    .visa_city a img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .visa_city a img {
        height: 100px;
    }
}

.visa_left .left_tit h5 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

.visa_left .left_one,
.two_one {
    background-color: #f7f7f7;
    margin: 0 0 20px;
}

.visa_left .left_one {
    margin-top: 20px;
}

.visa_left .left_one .img,
.two_one .img {
    position: relative;
}

.visa_left .left_one .img span,
.two_one .img span {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: 10px;
    left: 0;
    background-color: #f5f5f5;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.visa_left .left_one .txt,
.two_one .txt {
    padding: 0 10px;
}

.visa_left .left_one .txt a h5,
.two_one .txt a h5 {
    height: 40px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.visa_left .left_one .txt a .days,
.two_one .txt a .days {
    color: #666;
    font-size: 12px;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visa_left .left_one .txt a .days span,
.two_one .txt a .days span {
    color: #1badb6;
}

.visa_left .left_one:hover,
.two_one:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
}

.visa_left .left_one .img img,
.visa_right .visa_gl img,
.two_one .img img {
    height: 160px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .visa_left .left_one .img img,
    .visa_right .visa_gl img,
    .two_one .img img {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .visa_left .left_one .img img {
        height: 160px;
    }
    .visa_right .visa_gl img {
        height: 110px;
    }
    .two_one .img img {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .visa_left .left_one .img img {
        height: 180px;
    }
    .visa_right {
        margin-top: 20px;
    }
    .visa_right .visa_gl img {
        height: 330px;
    }
    .two_one .img img {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .visa_left .left_one .img img {
        height: 150px;
    }
    .visa_right .visa_gl img {
        height: 280px;
    }
    .two_one .img img {
        height: 160px;
    }
}

@media (max-width: 500px) {
    .visa_left .left_one .img img {
        height: 120px;
    }
    .visa_right .visa_gl img {
        height: 230px;
    }
    .two_one .img img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .visa_left .left_one .img img {
        height: 90px;
    }
    .visa_right .visa_gl img {
        height: 180px;
    }
    .two_one .img img {
        height: 100px;
    }
}

.visa_right .visa_gl {
    margin-top: 20px;
}

.visa_right .visa_gl a .dt {
    background-color: rgb(0, 0, 0, 0.6);
    opacity: 0.99;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visa_right .visa_gl a:hover .dt {
    text-decoration: underline;
}

.visa_right .visa_g li {
    list-style: disc;
    color: #1badb6;
    line-height: 24px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visa_right .visa1 {
    box-shadow: 0 2px 8px 0 #ddd;
    margin: 20px 0;
    padding: 10px;
}

.visa_left .visa2 a {
    display: inline-block;
    border: 1px solid #1badb6;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 15px 10px 0 0;
    font-size: 12px;
    color: #666;
}

.visa_left .visa2 a:hover {
    background-color: #1badb6;
    color: #fff;
}

.visa_gz {
    margin-top: 20px;
}

.visa_bot {
    margin: 20px 0;
}

.visa_bot h5 {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
}

.visa_bot .visa3 {
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
}

.visa_bot .visa3 ul {
    display: inline-block;
}

.visa_bot .visa3 li {
    float: left;
    width: 160px;
    padding: 0 10px;
}

.visa_bot .visa3 li img {
    margin: 10px 0 15px 0;
}

.visa_bot .visa3 li b {
    color: #1badb6;
    display: inline-block;
    margin-bottom: 5px;
}

.visa_bot .visa3 li p {
    color: #666;
    font-size: 13px;
}

@media (max-width: 991px) {
    .visa_bot .visa3 li {
        width: 130px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .visa_bot .visa3 li {
        width: 100px;
    }
    .visa_bot .visa3 li p {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .visa_bot .visa3 li {
        width: 80px;
        padding: 0 5px;
    }
}

@media (max-width: 500px) {
    .visa_bot .visa3 {
        text-align: initial;
    }
    .visa_bot .visa3 li {
        float: initial;
        width: auto;
        display: flow-root;
    }
    .visa_bot .visa3 li img {
        margin-right: 10px;
        float: left;
    }
    .visa_bot .visa3 li p {
        margin: 0;
    }
    .visa_bot .visa3 li .txt {
        overflow: hidden;
        margin: 10px 0 15px 0;
    }
}

.visa_top .top_img {
    float: left;
}

.visa_top img {
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
}

.visa_top .top_txt {
    overflow: hidden;
}

.visa_top .top_txt h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.visa_top .top_txt .txt_tab .txt_tab_span {
    display: inline-block;
    color: #777;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 3px 12px;
    margin: 10px 10px 5px 0;
    font-size: 14px;
}

.visa_top .top_txt .txt_tab .txt_tab_span:hover,
.visa_top .top_txt .txt_tab .txt_tab_span.active {
    background-color: #1badb6;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 600px) {
    .visa_top .top_img {
        float: initial;
        text-align: center;
    }
    .visa_top .top_img img {
        margin: 0;
    }
}

.visa_main .visa_h4 {
    background-color: #008783;
    border-radius: 8px 8px 0 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.visa_main_one {
    box-shadow: 0 2px 8px 0 #ddd;
    border-color: #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.visa_top .top_txt .xq_h1 {
    word-break: break-all;
    color: #1badb6;
    margin: 10px 0;
    font-weight: bold;
}

.top_txt .txt_tab span {
    display: inline-block;
    color: #777;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 10px 10px 5px 0;
    font-size: 12px;
}

.visa_main_one .qzzx {
    background-color: #f8f8f8;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.qzzx h5 {
    font-weight: bold;
    margin: 10px 0 15px 0;
    font-size: 15px;
}

.qzzx .qzzx_ms {
    font-size: 12px;
    color: #666;
}

.qzzx .qzzx_ms li {
    margin: 5px 0;
    display: flow-root;
}

.qzzx .qzzx_ms li em {
    color: #1badb6;
    text-align: justify;
    text-align-last: justify;
    float: left;
    font-style: normal;
    display: block;
    width: 50px;
}

.qzzx .qzzx_ms li span {
    display: block;
    overflow: hidden;
    word-break: break-all;
}

@media (max-width: 991px) {
    .visa_main_one .qzzx {
        height: 250px;
    }
}

.visa_main_one .note {
    margin: 0 0 20px 0;
}

.visa_item {
    margin: 10px 0 20px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.visa_item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.visa_item .img {
    text-align: center;
}

.visa_item .img img {
    height: 120px;
    object-fit: cover;
}

.visa_item .txt a .tit {
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.visa_item .txt .summary {
    margin: 10px 0;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.visa_item .txt .time {
    color: #999;
    font-size: 12px;
    text-align: right;
}

@media (max-width: 1199px) {
    .visa_item .img img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .visa_item .img img {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .visa_item .img img {
        height: 280px;
    }
}

@media (max-width: 500px) {
    .visa_item .img img {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .visa_item .img img {
        height: 150px;
    }
}

/* 火车票 */

.train_banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.78);
}

.train_banner .tit {
    font-size: 16px;
    font-weight: bold;
}

.train_banner .tit span {
    padding: 5px;
    display: inline-block;
}

.train_banner .tit span.active,
.train_banner .tit span:hover {
    color: #1badb6;
    border-bottom: 2px solid #1badb6;
}

.train_banner .tit span:hover {
    cursor: pointer;
}

.train_banner .query {
    margin: 20px;
}

.train_banner .query_main .f1 {
    font-size: 12px;
    margin-bottom: 10px;
}

.train_banner .query_main .f1 label {
    font-weight: normal;
    color: #333;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
}

.train_banner .query_main .f1 input {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.train_banner .query_main .but input {
    width: 100%;
    background-color: #1badb6;
    color: #fff;
    border-color: transparent;
    border-radius: 3px;
    font-size: 12px;
}

.train_banner .query_main .but input:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    .train_banner .tit {
        font-size: 14px;
    }
    .train_banner .query {
        margin: 10px 20px;
    }
}

@media (max-width: 991px) {
    .hotel_banner h1 .tr_bn {
        height: 180px;
        object-fit: cover;
    }
    .train_banner .query_main .f1 {
        margin-bottom: 5px;
    }
}

.train_one {
    background-color: rgb(236, 249, 246);
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
}

.train_one .name {
    font-size: 15px;
    color: #1badb6;
    line-height: 24px;
    height: 24px;
}

.train_one img {
    margin: -10px 10px 0 0;
}

.train_one .name span {
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.train_one a:hover .name img {
    margin: -10px 5px 0 0;
}

.train_main {
    margin-top: 20px;
}

.train_left .visa_city {
    margin: 20px 0 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 5px;
}

.train_left .visa_city .visa_city_tit {
    width: 50%;
    top: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.visa_city .visa_city_tit h5 {
    font-size: 15px;
    margin: 8px 0;
}

.train_left .visa_city a img {
    height: 85px;
}

.train_bg {
    margin: 30px 0;
    position: relative;
}

.train_bg img {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #ddd;
}

.train_bg .train_bg_main {
    position: absolute;
    top: 0;
    padding: 0 30px;
}

.train_bg_main h5 {
    font-size: 20px;
    font-weight: bold;
    color: #1badb6;
    margin-top: 20px;
}

.train_bg_main ul a {
    display: inline-block;
    margin: 10px 15px 5px 0;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.train_bg1 {
    display: flow-root;
    box-shadow: 0 2px 8px 0 #ddd;
    margin: 20px 0 30px;
}

.train_bg1 .train_bg1_t {
    float: left;
}

.train_bg1 .train_bg1_t img {
    height: 100px;
    object-fit: cover;
}

.train_bg1 .train_bg1_more {
    overflow: hidden;
    padding: 10px 20px;
}

.train_bg1 .train_bg1_more a {
    padding: 3px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    color: #999;
    margin: 5px 10px;
    width: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.train_bg1 .train_bg1_more a:hover {
    background-color: #1badb6;
    color: #fff;
}

@media (max-width: 1199px) {
    .train_one .name span {
        width: 50px;
    }
    .train_left .visa_city a img {
        height: 68px;
    }
    .train_bg img {
        height: 130px;
    }
    .train_bg_main h5 {
        font-size: 18px;
    }
    .train_bg_main ul {
        height: 60px;
        overflow: hidden;
        overflow-y: auto;
    }
    .train_bg_main ul a {
        margin: 5px 15px 5px 0;
    }
    .train_bg1 .train_bg1_more {
        height: 96px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .train_left .visa_city a img {
        height: 72px;
    }
}

@media (max-width: 767px) {
    .train_one .name span {
        width: 80px;
    }
    .train_left .visa_city a img {
        height: 136px;
        object-fit: contain;
    }
    .train_left .visa_city .visa_city_tit {
        top: 40px;
    }
    .train_bg1 .train_bg1_t {
        float: none;
        text-align: center;
        background-color: #f6f6f6;
    }
    .train_bg1 .train_bg1_more {
        height: auto;
    }
}

@media (max-width: 600px) {
    .train_one .name span {
        width: 50px;
    }
    .train_left .visa_city a img {
        height: 110px;
    }
    .train_bg_main h5 {
        font-size: 16px;
    }
    .train_bg_main ul a {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .train_one .name {
        font-size: 14px;
    }
    .train_one .name span {
        width: 40px;
    }
    .train_one img {
        width: 28px;
    }
    .train_left .visa_city a img {
        height: 90px;
    }
}

@media (max-width: 400px) {
    .train_one .name {
        font-size: 12px;
    }
    .train_one .name span {
        width: 30px;
    }
    .train_one img {
        width: 20px;
    }
    .train_left .visa_city a img {
        height: 70px;
    }
    .train_left .visa_city .visa_city_tit {
        top: 30px;
    }
}

.notes_more {
    margin: 30px 0;
}

.notes_more li {
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notes_more li b {
    color: #1badb6;
}

.train_dsd {
    margin-bottom: 30px;
}

.train_dsd .table thead th {
    text-align: center;
    font-size: 13px;
}

.train_dsd .table tbody {
    font-size: 12px;
    color: #666;
}

.train_dsd .table tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.site .site_one {
    display: inline-block;
    padding: 3px 6px;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-size: 13px;
    margin: 10px 10px 5px 0;
}

.site .site_one:hover,
.train_zd span:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
}

.site .site_one:hover b {
    color: #1badb6;
}

.site .site_one b {
    display: inline-block;
    color: #666;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site .site_one span {
    float: right;
}

.box .box_list .box_cont .choice {
    font-size: 14px;
    font-weight: initial;
    color: #666;
    width: auto;
    margin-right: 10px;
}

.box .box_list .box_cont .choice input {
    margin-right: 3px;
    vertical-align: -1px;
}

.table-responsive .table thead {
    font-size: 13px;
}

.table-responsive .table tbody {
    font-size: 12px;
    color: #999;
}

.table-responsive .table .table_cc {
    font-size: 13px;
    margin-bottom: 5px;
}

.table-responsive .table .table_s b,
.table-responsive .table .table_z b {
    margin-right: 3px;
    color: #1badb6;
}

.table-responsive .table .table_z b {
    color: #ffad88;
}

.table-responsive .table .time li,
.table-responsive .table .price li,
.table-responsive .table .table_s {
    margin-bottom: 4px;
}

.table-responsive .table tbody a:hover {
    text-decoration: underline;
}

.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: initial;
    vertical-align: middle;
}

.train_dsd .table {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .table-responsive .table thead {
        font-size: 12px;
    }
}

.train_zd {
    position: relative;
    margin: 0 0 15px 0;
}

.train_zd span {
    position: absolute;
    top: 10px;
    margin-right: 10px;
    left: 0;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    border-bottom-right-radius: 8px;
}

.train_zd span:hover a {
    font-weight: bold;
}

.train_zd img {
    height: 120px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .train_zd img {
        height: 100px;
    }
}

@media (max-width: 991px) {
    .train_zd img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .train_zd img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .train_zd img {
        height: 150px;
    }
}

@media (max-width: 500px) {
    .train_zd img {
        height: 120px;
    }
}

@media (max-width: 400px) {
    .train_zd img {
        height: 100px;
    }
}

.country_xq .train_tit {
    height: 66px;
}

.train_txt {
    display: flow-root;
    height: 140px;
    overflow: hidden;
    overflow-y: auto;
}

.train_txt .tt {
    width: 46%;
    float: left;
    margin-right: 10px;
}

.trainNum {
    display: flow-root;
}

.trainNum_tit h5 {
    font-weight: bold;
    font-size: 15px;
    color: #1badb6;
}

.trainNum_main {
    display: flow-root;
}

.trainNum_main .tt {
    float: left;
    width: 46%;
    margin: 5px 10px 5px 0;
}

@media (max-width: 500px) {
    .trainNum_main .tt {
        float: initial;
        font-size: 13px;
        width: auto;
    }
}

.train_search {
    box-shadow: 0 2px 8px 0 #ddd;
    padding: 20px;
}

.train_search .tit {
    font-size: 16px;
    font-weight: bold;
}

.train_search .tit span {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

.train_search .tit span.active {
    color: #008783;
    border-bottom: 2px solid #1badb6;
}

.train_search .query_main {
    margin: 15px 0 0 10px;
}

.train_search .query_main .f1 {
    display: inline-block;
    font-size: 13px;
    margin: 5px 15px 10px 0;
}

.train_search .query_main .f1:last-of-type {
    margin-right: 0;
}

.train_search .query_main .f1 label {
    font-weight: normal;
    color: #333;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
}

.train_search .query_main .f1 input {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.train_search .query_main .but {
    text-align: center;
}

.train_search .query_main .but input {
    background-color: #1badb6;
    color: #fff;
    border-color: transparent;
    border-radius: 3px;
    font-size: 12px;
}

.train_result {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

/* 模板 */

.mode_banner {
    position: relative;
}

.mode {
    position: absolute;
    bottom: 25%;
    left: 40%;
    right: 40%;
    text-align: center;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.mode h1 {
    font-size: 22px;
    margin: 0 4px;
    font-weight: bold;
    letter-spacing: 5px;
}

.modes {
    margin: 20px 0 30px;
}

.modes .mode_tit {
    text-align: center;
}

.mode_tit h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.mode_tit span {
    color: #999;
    font-size: 12px;
}

.mode_main .hotel {
    margin: 20px 0 0;
}

.modes .mode_main .sight {
    margin: 20px 0 0;
}

.mode_main .sight a li {
    background-color: rgb(0, 0, 0, 0.6);
    opacity: 0.99;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode_main .sight a:hover li {
    text-decoration: underline;
}

.mode_main .sight img {
    height: 160px;
    object-fit: cover;
}

.mode_main .mode_lf {
    margin: 20px 0;
}

.mode_main .mode_lf .lf_tit {
    max-width: 70%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 20px 0 10px;
    position: absolute;
    text-align: left;
    top: 40px;
}

.mode_main .mode_lf .lf_tit h5 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mode_main .mode_ri,
.modes .comp {
    box-shadow: 0 2px 8px 0 #ddd;
    margin: 20px 0;
    padding: 10px 20px;
}

.mode_main .mode_ri li {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mode_main .mode_ri .mode_ri_b {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mode_main .mode_ri .mode_ri_b a {
    color: #1badb6;
}

.mode_main .mode_ri .mode_ri_s {
    line-height: 24px;
    height: 24px;
}

.mode_main .mode_ri .mode_ri_s .time {
    font-size: 12px;
    color: #999;
    float: right;
    margin-left: 10px;
    line-height: 24px;
    height: 24px;
}

.mode_main .mode_lf img {
    height: 370px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .mode h1 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .mode_main .sight img {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .mode {
        bottom: 23%;
    }
    .mode h1 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .mode_main .sight img {
        height: 110px;
    }
    .mode_main .mode_lf img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .mode {
        bottom: 20%;
        left: 38%;
        right: 38%;
    }
    .mode h1 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .mode_main .sight img {
        height: 190px;
    }
}

@media (max-width: 600px) {
    .mode {
        bottom: 18%;
        left: 36%;
        right: 36%;
    }
    .mode_banner img {
        height: 120px;
        object-fit: cover;
    }
    .mode_main .sight img {
        height: 150px;
    }
    .mode_main .mode_lf img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .mode {
        left: 32%;
        right: 32%;
    }
    .mode_main .sight img {
        height: 130px;
    }
    .mode_main .mode_lf img {
        height: 250px;
    }
}

@media (max-width: 400px) {
    .mode {
        left: 30%;
        right: 30%;
    }
    .mode h1 {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .mode_main .sight img {
        height: 100px;
    }
    .mode_main .mode_lf img {
        height: 200px;
    }
}

.comp .comp_a,
.comp .comp_txt {
    margin: 10px 0;
}

.comp .comp_a a {
    color: #1badb6;
    margin-right: 20px;
    text-decoration: underline;
}

.comp .comp_img img {
    height: 120px;
    object-fit: contain;
    width: 130px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 10px 20px 10px 0;
}

.comp .comp_txt span {
    margin-right: 20px;
}

.visa_left .places_one,
.visa_left .rights {
    margin: 20px 0;
}

/* 88858cc永利(Macau) */

.con_pre {
    box-shadow: 0 2px 8px 0 #ddd;
    margin: 30px 0;
    padding: 10px 20px;
}

.con_pre .con-title {
    border-bottom: 1px solid #eee;
}

.con_pre .tit {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.con_pre .tit h4 {
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
    border-left: 4px solid #1badb6;
    padding-left: 10px;
}

.pre_gn .pre_gn_lf,
.pre_gn .pre_gn_rg,
.pre_gw .pre_gw_tp {
    position: relative;
    margin: 10px 0;
}

.pre_gn .pre_gn_lf .lf_t,
.pre_gn .pre_gn_rg .rg_t,
.pre_gw .pre_gw_tp .lf_t {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 30%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pre_gn .pre_gn_rg .rg_t {
    font-size: 13px;
}

.pre_gn .pre_gn_lf img,
.pre_gn .pre_gn_rg img {
    width: 100%;
    object-fit: cover;
}

.pre_gn .pre_gn_lf a:hover .lf_t,
.pre_gn .pre_gn_rg a:hover .rg_t,
.pre_gw .pre_gw_tp a:hover .lf_t {
    text-decoration: underline;
    background: rgb(0, 0, 0, 0.4);
}

.pre_gn .pre_gn_lf img {
    height: 190px;
}

.pre_gn .pre_gn_rg img {
    height: 85px;
}

.con_main .pre_mdd {
    background-color: rgb(236, 249, 246, 0.5);
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px 0;
}

.con_main .pre_mdd h5 {
    font-weight: bold;
    color: #1badb6;
    line-height: 18px;
    margin: 0;
}

.con_main .pre_mdd .mdd_main {
    margin-bottom: 10px;
    display: flow-root;
}

.pre_mdd .mdd_main li {
    margin: 10px 10px 0 0;
    font-size: 13px;
    float: left;
    width: 45%;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pre_mdd .mdd_main li .icon {
    display: block;
    float: left;
    background-color: #cfcfcf;
    height: 3px;
    width: 3px;
    margin-top: 8px;
    margin-right: 5px;
}

.pre_mdd .mdd_main li a:hover {
    color: #1badb6;
    font-weight: 600;
}

.pre_mdd .mdd_main li a {
    color: #666;
}

.pre_img img {
    width: 100%;
}

.pre_gw .pre_gw_tp img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.pre_gw .pre_gw_tp .lf_t {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15%;
}

.pre_gw .pre_gw_dn .dn_one {
    display: flow-root;
    margin: 10px 0px;
}

.pre_gw .pre_gw_dn .dn_one img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid #eee;
    float: left;
    margin-right: 10px;
}

.pre_gw .pre_gw_dn .dn_one .one_main {
    overflow: hidden;
}

.dn_one .one_main h5 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dn_one .one_main .txt {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
}

.pre_xl {
    position: relative;
}

.pre_xl img {
    height: 100px;
    opacity: 0.6;
}

.pre_xl .pre_xl_main {
    position: absolute;
    background: rgb(255, 255, 255, 0.3);
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.pre_xl .pre_xl_main h5 {
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
}

.pre_xl .pre_xl_main ul {
    height: 42px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}

.pre_xl .pre_xl_main li {
    display: inline-block;
    margin: 8px 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_main .pre_img {
    display: none;
}

@media (max-width: 1199px) {
    .pre_gn .pre_gn_lf img {
        height: 156px;
    }
    .pre_gn .pre_gn_rg img {
        height: 68px;
    }
    .con_main .pre_mdd .mdd_main {
        height: 108px;
        overflow: hidden;
        overflow-y: auto;
    }
    .pre_gw .pre_gw_tp img {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .pre_gn .pre_gn_lf img {
        height: 250px;
    }
    .pre_gn .pre_gn_rg img {
        height: 90px;
    }
    .con_main .pre_mdd .mdd_main {
        height: auto;
    }
    .pre_mdd .mdd_main li {
        width: 40%;
    }
    .pre_gw .pre_gw_tp img {
        height: 100px;
    }
    .pre_xl .pre_xl_main li {
        margin: 9px 0;
        font-size: 13px;
    }
    .con_main .pre_img {
        display: block;
    }
}

@media (max-width: 767px) {
    .pre_gn .pre_gn_lf img {
        height: 350px;
    }
    .pre_gn .pre_gn_rg img {
        height: 150px;
    }
    .pre_gn .pre_gn_lf .lf_t {
        padding-top: 24%;
    }
    .pre_gn .pre_gn_rg .rg_t {
        padding-top: 20%;
    }
    .pre_gw .pre_gw_tp img {
        height: 100px;
    }
    .con_main .pre_img {
        display: none;
    }
    .pre_mdd .mdd_main li {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .pre_gn .pre_gn_lf img {
        height: 300px;
    }
    .pre_gn .pre_gn_rg img {
        height: 120px;
    }
    .pre_gn .pre_gn_rg .rg_t {
        padding-top: 22%;
    }
    .pre_gw .pre_gw_tp img {
        height: 80px;
    }
}

@media (max-width: 500px) {
    .pre_gn .pre_gn_lf img {
        height: 200px;
    }
    .pre_gn .pre_gn_rg img {
        height: 90px;
    }
    .pre_gn .pre_gn_lf .lf_t {
        padding-top: 22%;
    }
    .pre_gw .pre_gw_tp img {
        height: 70px;
    }
    .pre_gw .pre_gw_tp .lf_t,
    .dn_one .one_main h5 {
        font-size: 14px;
    }
    .pre_xl img {
        height: 120px;
    }
    .pre_xl .pre_xl_main ul {
        height: 66px;
    }
    .pre_xl .pre_xl_main li {
        font-size: 12px;
        max-width: 100px;
        width: auto;
        margin: 8px 10px 0 0;
    }
}

@media (max-width: 400px) {
    .pre_gn .pre_gn_lf img {
        height: 150px;
    }
    .pre_gn .pre_gn_rg img {
        height: 86px;
    }
    .pre_gw .pre_gw_tp img {
        height: 60px;
    }
    .dn_one .one_main h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 20px;
    }
    .dn_one .one_main .txt {
        display: none;
    }
}

.con_main .links a {
    display: inline-block;
    margin: 10px;
}

.result_p {
    margin-bottom: 30px;
    box-shadow: 0 2px 8px 0 #ddd;
    padding: 20px 20px 10px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.con_main .train_left .visa_city {
    margin: 10px 0;
}

.pre_train {
    position: relative;
    margin: 10px 0;
}

.pre_train img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.pre_train .pre_train_main {
    position: absolute;
    top: 0;
    padding: 0 20px;
}

.pre_train_main h5 {
    color: #1badb6;
    font-weight: bold;
}

.pre_train_main .train_dp a {
    display: inline-block;
    margin: 10px 15px 0 0;
    font-size: 13px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotel_city a {
    padding: 5px 15px;
    display: inline-block;
}

.hotel_city a:hover {
    background-color: #1badb6;
    color: #fff;
}

.rights .ticket_city {
    position: relative;
}

.rights .ticket_city img {
    width: 100%;
    object-fit: cover;
}

.rights .ticket_city .city_name {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.3);
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 30%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rights .ticket_city .city_name:hover {
    text-decoration: underline;
    background: rgb(0, 0, 0, 0.4);
}

@media (max-width: 1199px) {
    .pre_train_main .train_dp a {
        font-size: 12px;
        width: 60px;
    }
    .pre_train img {
        height: 270px;
    }
}

@media (max-width: 991px) {
    .pre_train_main .train_dp {
        height: 160px;
        overflow: hidden;
        overflow-y: auto;
    }
    .pre_train img {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .pre_train_main .train_dp {
        height: auto;
    }
    .pre_train img {
        height: 140px;
    }
    .rights .ticket_city img {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .pre_train img {
        height: 200px;
    }
    .rights .ticket_city img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .pre_train img {
        height: 240px;
    }
    .rights .ticket_city img {
        height: 250px;
    }
}

@media (max-width: 400px) {
    .pre_train img {
        height: 280px;
    }
    .rights .ticket_city img {
        height: 200px;
    }
}
.places_one_t {
    display: flow-root;
}
.places_one_t h4 {
    display: inline-block;
}
.places_one_t a {
    color: #999;
    font-size: 13px;
    float: right;
}
.places_one .sight_p {
    text-align: center;
    font-size: 16px;
    color: #999;
}
.train_banner .search_btn {
    text-align: center;
}
.train_banner .search_btn input {
    width: 100%;
    background-color: #008783;
    color: #fff;
    border-color: transparent;
    border-radius: 3px;
    font-size: 12px;
}
.train_banner .search_btn input:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 15px 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
}
.train_search .search_btn {
    text-align: center;
    display: block;
}
.train_search .search_btn input {
    background-color: #008783;
    color: #fff;
    border-color: transparent;
    border-radius: 3px;
    font-size: 12px;
}
