/*
 * @Author: lsy 
 * @Date: 2018-04-12 22:14:06 
 * @Last Modified by:   Marte
 * @Last Modified time: 2018-06-07 19:15:15
 */
/* 图标 */
.iconfont {
    color: #ff2a00;
    font-size: 30px;
}
a.look_map{
    color: #ff2a00;
}
a.look_map:hover{
    color: #ff0000;
}
/* 分享 */
.bdsharebuttonbox{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.ticket_d_box {
    width: 1200px;
    margin: 0 auto;
}
.ticket_d_box .intro{
    position: relative;
}
.ticket_d_box .intro .banner {
    width: 480px;
    height: 400px;
}

.ticket_d_box .intro .detail {
    width: 720px;
    /*height: 370px;*/
    padding-left: 30px;
}

.ticket_d_box .intro .detail>h2 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    line-height: 26px;
}

.ticket_d_box .intro .detail>h2 span {
    color: #f60;
    font-size: .88rem;
    margin-left: 15px;
}

.ticket_d_box .intro .detail>h2 span i {
    color: #666;
    font-size: .88rem;
}

.ticket_d_box .intro .detail .order {
    position: relative;
    width: 660px;
    height: 100px;
    margin-top: 20px;
    background-color: #fff9ed;
}

.ticket_d_box .intro .detail .order p {
    position: absolute;
    top: 27px;
    left: 15px;
    color: #ff2a00;
}

.ticket_d_box .intro .detail .order p .num {
    font-size: 2.25rem;
}

.ticket_d_box .intro .detail .order a {
    position: absolute;
    display: block;
    padding: 11px 14px;
    background-color: #f24a15;
    text-align: center;
    color: #fff;
    top: 29px;
    right: 112px;
    border-radius: 5px;
}

.ticket_d_box .intro .content {
    padding: 25px 30px 0;
}

.ticket_d_box .intro .content .label {
    border: 1px solid #ff7129;
    margin-right: 5px;
    padding: 0 5px;
    color: #ff7129;
}

.ticket_d_box .intro .content .content_left,
.ticket_d_box .intro .content .content_right {
    width: 50%;
}

.ticket_d_box .intro .content .content_left p,
.ticket_d_box .intro .content .content_right p {
    margin-bottom: 5px;
    cursor: default;
}

.ticket_d_box .intro .content .content_left p.startOffDate {
    margin-top: 20px;
}

.ticket_d_box .intro .content_left p.startOffDate .sel {
    width: 60%;
    height: 30px;
    color: #666;
    border-color: #999;
}

p.order_num {
    margin-top: 20px;
}

p.order_num .em_box {
    display: block;
    border: 1px solid #999;
    position: relative;
}

p.order_num .em_box:first-child {
    margin-bottom: 2px;
}

p.order_num .em_box strong {
    position: absolute;
    left: 110%;
    top: 3px;
    width: 25px;
}

p.order_num .addAndSubtract {
    float: right;
    margin-right: 157px;
}

p.order_num a.btn {
    display: inline-block;
    width: 27px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

p.order_num a.b_right {
    border-right: 1px solid #999;
}

p.order_num a.b_left {
    border-left: 1px solid #999;
}

p.order_num input.inp {
    width: 30px;
    height: 25px;
    text-align: center;
    color: #666;
    border: none;
}

.tickets {
    margin-top: 15px;
}

.ticket_d_box .content_left a.btn_sub {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    background-color: #ff2a00;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: .88rem;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -3px -3px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -3px -3px 8px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -3px -3px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -3px -3px 8px rgba(0, 0, 0, 0.6);
}

.ticket_d_box .content_left p.p_link {
    margin-right: -260px;
}

.ticket_d_box .content_left a.link {
    color: #666;
    font-size: .75rem;
}

.ticket_d_box .content_left a.share {
    margin-left: 60px;
}

.ticket_d_box .intro .content .content_left span.tclx {
    background-color: #38a4ff;
    border-radius: 3px;
    padding: 1px 2px;
    color: #fff;
}

.ticket_d_box .intro .content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.ticket_d_box .intro .content p.service span{
    margin-right: 10px;
    display: inline-block;
    line-height: 15px;
    text-indent: 17px;
}
.ticket_d_box .intro .content p.service span:nth-child(1) {
    background: url(../imgs/icons/tricon-1.png) left center no-repeat;
}

.ticket_d_box .intro .content p.service span:nth-child(2) {
    background: url(../imgs/icons/tricon-2.png) left center no-repeat;
}

.ticket_d_box .intro .content p.service span:nth-child(3) {
    background: url(../imgs/icons/tricon-3.png) left center no-repeat;
}

.ticket_d_box .intro .content p.service span:nth-child(4) {
    background: url(../imgs/icons/tricon-4.png) left center no-repeat;
}
.ticket_d_box .intro .content p.con {
    color: #333;
    text-indent: 2em;
    font-size: 0.75rem;
    max-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    /* white-space:nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket_d_box .intro .content p span {
    color: #333;
}

.ticket_d_box .intro .content p span.my {
    color: #ff2a00;
}

.ticket_d_box .intro .content p span.pl {
    color: #ff7129;
}
.ticket_d_box .intro .content p span.phone{
    color: #ff2a00;
    font-weight: bold;
}
.ticket_d_box .tickets_title {
    height: 40px;
    /* padding-left:20px; */
}

.ticket_d_box .tickets_title li {
    min-width: 89px;
    line-height: 40px;
    text-align: center;
    padding: 0 16px;
    cursor: default;
    color: #fff;
    font-size: .88rem;
}


.ticket_d_box .tickets_content {
    padding: 0 19px;
}

.ticket_d_box .tickets_content ul.ticket_list {
    display: none;
}

.ticket_d_box .tickets_content ul.active {
    display: block;
}

.ticket_d_box .ticket_list .tickets_item .showdetail {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    margin-top: 60px;
    border: 1px solid #EEEEE0;
}

.ticket_d_box .ticket_list .tickets_item .showdetail.unshow {
    display: none;
}

.ticket_d_box .ticket_list .tickets_item .showdetail .item {
    font-size: 12px;
    margin-top: 50px;
    height: 40px;
}

.ticket_d_box .ticket_list .tickets_item .showdetail .item:nth-of-type(n+2) {
    border-top: 1px dashed #ddd;
}

.ticket_d_box .ticket_list .tickets_item .showdetail li {
    float: left;
    width: 33%;
}

.ticket_d_box .ticket_list .tickets_item .showdetail li.tip,
.ticket_d_box .ticket_list .tickets_item .showdetail li.price {
    position: relative;
}

.ticket_d_box .ticket_list .tickets_item .showdetail li.tip .tickets_detail {
    /* display: inline-block; */
    position: absolute;
    top: 15px;
    left: 260px;
}

.ticket_d_box .ticket_list .tickets_item .showdetail li.price a.btn {
    margin-left: 250px;
    font-size: 16px;
    color: white;
    padding-top: 5px;
    padding-left: 17px;
}

.ticket_d_box .ticket_list .tickets_item {
    padding: 30px 0 10px;
    /* border-bottom: 1px solid #ddd; */
}
.ticket_d_box .ticket_list .tickets_item:nth-of-type(n+2){
    border-top: 1px solid #ddd;
}
.ticket_d_box .tickets_item .tip span.ys {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ff7129;
    margin-top: 5px;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 3px;
    color: #ff7129;
}

.ticket_d_box .ticket_list .tickets_item .tickets_img.hot {
    width: 60px;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 0.75rem;
    padding-top: 5px;
    background: url(../imgs/hot_ticket.png) 50% 80% no-repeat #ff7029;
}

.ticket_d_box .ticket_list .tickets_item .tickets_img.line {
    width: 60px;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 0.75rem;
    padding-top: 5px;
    background: url(../imgs/about_line.png) 50% 80% no-repeat #ff7029;
}

/* .ticket_d_box .ticket_list .tickets_item:nth-of-type(2) .tickets_img {
    background: url(../imgs/热联门票.png) 50% 80% no-repeat #ff7029;
}

.ticket_d_box .ticket_list .tickets_item:nth-of-type(3) .tickets_img {
    background: url(../imgs/一日游.png) 50% 80% no-repeat #ff7029;
} */

.ticket_d_box .ticket_list .tickets_item:last-child {
    border-bottom: none;
}

.ticket_d_box .ticket_list .tickets_item img {
    width: 60px;
    height: 60px;
}

.ticket_d_box .tickets_item .ticket_p {
    /* padding-left: 30px; */
    font-size: .75rem;
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
}
.ticket_d_box .tickets_item .ticket_p1{
    font-size: .75rem;
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.ticket_d_box .tickets_item .tickets_detail {
    position: absolute;
    font-size: 12px;
    top: 25px;
    left: 750px;
}

.ticket_d_box .tickets_item .ticket_list {
    position: relative;
    top: -20px;
    padding-left: 50px;
    color: #666;
}

.ticket_d_box .tickets_item p.tip {
    display: inline-block;
    font-size: 12px;
    color: #666;
    position: absolute;
    left: 450px;
    top: 15px;
}

/* .ticket_d_box .tickets_item p.tip span.ys{
    display: inline-block;
    border: 1px solid #ff7129;
    margin-top: 5px;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 3px;
    color: #ff7129;
} */
.ticket_d_box .tickets_item span.ball {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background-color: #ff7129;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    transform: rotate(15deg);
}

.ticket_d_box .tickets_item .ticket_p span {
    display: inline-block;
    width: 350px;
    height: 100%;
    position: relative;
    top: -5px;
}

.ticket_d_box .tickets_item .ticket_p a.title {
    position: absolute;
}

.ticket_d_box .tickets_item .pri {
    margin-right: 185px;
    color: #666;
    position: absolute;
    top: 20px;
}

.ticket_d_box .tickets_item .num {
    color: #ff2a00;
    font-size: 24px;
    margin-right: 3px;
}

.ticket_d_box .tickets_item .look {
    position: absolute;
    top: 40px;
    left: 1060px;
}

.ticket_d_box .tickets_item .look:hover {
    cursor: pointer;
    color: #ff7129;
}

.ticket_d_box .tickets_item a.btn {
    display: inline-block;
    width: 100px;
    height: 45px;
    padding: 12px 18px;
    border-radius: 3px;
    /* background-color: #f24a15; */
    color: #fff;
    position: absolute;
    top: 12px;
    left: 1040px;
    font-size: 16px;
    font-weight: normal;
}

/* .ticket_d_box .tickets_item a.btn:hover {
    background-color: #ff0000;
} */

.ticket_d_box .sce_intro {
    width: 1200px;
    margin-top: 30px;
    overflow: hidden;
}

.ticket_d_box .sce_intro .box_left {
    width: 895px;
    border-radius: 3px;
    /* overflow: hidden; */
}

.ticket_d_box .sce_intro .box_right {
    width: 280px;
}

.ticket_d_box .sce_intro .box_left h3.title {
    width: 893px;
    height: 40px;
    line-height: 40px;
}

.ticket_d_box .sce_intro .box_left h3.title>div {
    padding: 0 18px;
    color: #fff;
    cursor: default;
    font-size: 0.88rem;
}



.ticket_d_box .sce_intro .box_right .title {
    width: 280px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: default;
}

.ticket_d_box .sce_intro .left_content {
    padding: 50px 19px 20px;
    /* width: 895px; */
}

.ticket_d_box .sce_intro .left_content>div {
    min-height: 90px;
    width: 100%;
    overflow: hidden;
}

/* .ticket_d_box .sce_intro .left_content>div .container_img {
    width: 60px;
    height: 60px;
    background: url(../imgs/预定须知图标.png) 50% 80% no-repeat #ff7029;
    color: white;
    font-size: 0.75rem;
    text-align: center;
    float: left;
}
.ticket_d_box .sce_intro .left_content>div:nth-of-type(2) .container_img{
    background: url(../imgs/景点简介.png) 50% 80% no-repeat #ff7029;
}
.ticket_d_box .sce_intro .left_content>div:nth-of-type(3) .container_img{
    background: url(../imgs/交通指南.png) 50% 80% no-repeat #ff7029;
} */
.left_content .container_img {
    width: 60px;
    height: 60px;
    color: white;
    font-size: 0.75rem;
    text-align: center;
    float: left;
    padding-top: 2px;
}



/* .ticket_d_box .sce_intro .left_order { */
/* padding-left: 90px; */
/* background: url(../imgs/icons/left_order.png) left top no-repeat;
    background-size: 60px 60px; */
/* } */

/* .ticket_d_box .sce_intro .left_theme { */
/* padding-left: 90px; */
/* background: url(../imgs/icons/left_theme.jpg) left top no-repeat;
    background-size: 60px 60px; */

/* } */

.ticket_d_box .sce_intro .left_map,
.ticket_d_box .sce_intro .left_theme,
.ticket_d_box .sce_intro .left_order {
    width: 100%;
}

.ticket_d_box .sce_intro .left_map .BMap_mask {
    width: 780px !important;
}

.ticket_d_box .sce_intro .left_content p {
    font-size: 1rem;
    line-height: 25px;
    color: #666;
    width: 765px;
}

.ticket_d_box .sce_intro .left_content p.t {
    color: #f24a15;
}

.ticket_d_box .sce_intro .left_content p.text {
    text-indent: 2em;
}

.ticket_d_box .sce_intro .left_content .mb20 {
    margin-bottom: 20px;
}

.ticket_d_box .sce_intro .left_content img.mr5 {
    margin-right: 5px;
}

.ticket_d_box .sce_intro .left_intro {
    /* padding-left: 90px; */
    background: url(../imgs/icons/left_intro.png) left top no-repeat;
    background-size: 60px 60px;
}

/* .ticket_d_box .sce_intro .left_map { */
/* padding-left: 90px; */
/* background: url(../imgs/icons/left_map.png) left top no-repeat;
    background-size: 60px 60px; */
/* } */

.ticket_d_box .sce_intro .left_map .ticket_map {
    width: 1060px;
    height: 399px;
}

.ticket_d_box .sce_intro .left_intro div:nth-of-type(2),
.ticket_d_box .sce_intro .left_map div:nth-of-type(2),
.ticket_d_box .sce_intro .left_order div:nth-of-type(2) {
    width: 1070px;
    margin-left: 90px;
}

hr.line {
    border: 0.5px solid gainsboro;
    position: relative;
    top: -10px;
}

.left_theme .theme {
    margin-left: 30px;
    line-height: 60px;
}

.ticket_d_box .sce_intro .right_content {
    padding-top: 30px;
}

.ticket_d_box .sce_intro .right_list,
.ticket_d_box .sce_intro .right_list .list {
    width: 280px;
}

.ticket_d_box .sce_intro .right_list .list {
    margin-bottom: 30px;
}

.ticket_d_box .sce_intro .right_list .list img {
    /* width: 278px; */
    width: 100%;
    height: 160px;
    margin-bottom: -3px;
    padding: 0;
    /* border: 1px solid #ddd; */
}

.ticket_d_box .sce_intro .right_list .list .right_con {
    border: 1px solid #ddd;
    padding: 13px 14px;
    box-sizing: border-box;
}

.ticket_d_box .sce_intro .right_list p {
    color: #666;
    font-size: .75rem;
}

.ticket_d_box .sce_intro .right_list p.price {
    color: #ff2a00;
    font-size: .75rem;
    text-align: right;
    margin-top: 5px;
}

.ticket_d_box .sce_intro .right_list em.num {
    font-size: 1.25rem;
}


/*Swiper*/
/* 轮播图 */
.banner {
    width: 480px;
    height: 400px;
}

.banner .gallery-top {
    position: relative;
    width: 480px;
    height: 310px;
}

.banner .gallery-thumbs {
    height: 85px;
    width: 480px;
    position: relative;
    top: 5px;
}

.banner .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner .gallery-thumbs .swiper-slide-active {
    border: 2px solid lightskyblue;
}

.banner .gallery-thumbs .swiper-slide {
    height: 80px;
    width: 115px;
}

.banner .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner .gallery-thumbs .swiper-slide:nth-of-type(n+2) {
    margin-left: 6px;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    border: none;
}

/* .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
} */

/* .gallery-thumbs .swiper-slide-active {
    opacity: 1;
} */


.fix {
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
}

.ticket_d_box .intro .content p .detal-label {
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

.ticket_d_box .intro .content p .detal-tel {
    color: #ff7029;
    font-weight: 600;
}

/* 百度地图 */
.BMap_top {
    left: -65px !important;
}




/* 查看行程挡板 */
/* #block_window{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);
} */
.layui-layer {
    height: 550px !important;
    width: 700px !important;
    border-radius: 20px !important;
}

.window_header {
    width: 100%;
    height: 100px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
}

.window_header p {
    font-size: 18px;
}

.window_header p.tip {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.window_header p.tip span.gou {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff7129;
    color: white;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    transform: rotate(15deg);
}

.window_header p.tip span.border {
    border: 1px solid #ff7129;
    color: #ff7129;
    padding: 0 5px;
    border-radius: 3px;
}

.window_header p.tip span.price {
    color: #ff2a00;
    margin-left: 35px;
}

.window_header p.tip span.price em {
    font-size: 24px;
}

.window_header p.tip a.yd {
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    background-color: #f24a15;
    margin-left: 50px;
}

.window_header p.tip a.yd:hover {
    background-color: #ff0000;
}

#window_list {
    padding: 0 30px;
    width: 100%;
    height: 400px;
    margin-top: 5px;
    overflow-y: auto;
}

#window_list div.title {
    line-height: 40px;
    color: #ff7129;
    border-bottom: 1px solid #ff7129;
}

#window_list div.content {
    /* margin-top: 20px; */
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

#window_list div.content label {
    margin-left: 20px;
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #666;
}

/* 隐藏样式 */
.unshow{
    display: none;
}