.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.swiper-banner {
    position: relative;
    width: 100%;
}

.swiper-banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-banner .swiper-slide .scenerytTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    padding: 0 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.swiper-banner .swiper-pagination {
    text-align: right;
    padding: 0 3%;
    color: #fff;
}

.index_tt {
    width: 100%;
    margin-bottom: 10px;
    line-height: 40px;
    background: url(../images/bg_index_tt_line.png) repeat-x left center;
    background-size: auto 16px;
}

.index_tt img {
    width: 70%;
    max-width: 90px;
    background: #fff;
    padding-right: 5px;
}

.index_tt .more {
    float: right;
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
    color: #9f9f9f;
}

/* 搜索框 */
.search_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 3%;
    background: #fff;
}

.search_box .search {
    flex: 1;
    /*margin-right: 15px;*/
    padding: 0 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #2ac5f1;
    height: 34px;
}

.search_box .search .icon {
    width: 23px;
    height: 23px;
    background-position: 0 -100px;
}

.search_box .search .txt {
    width: 80%;
    height: 32px;
    padding: 5px 0;
    line-height: 22px;
    background: none;
    border: 0;
    vertical-align: middle;
    color: #2ac5f1;
    font-size: 14px;
}

.search_box .search .txt::-webkit-input-placeholder {
    color: #2ac5f1;
    font-size: 14px;
}

.search_box .search .txt::-moz-placeholder {
    color: #2ac5f1;
    font-size: 14px;
}

.search_box .search .txt:-ms-input-placeholder {
    color: #2ac5f1;
    font-size: 14px;
}

.search_box .btn {
    padding: 0 15px;
    height: 32px;
    background: #ee4a00;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
}

/*筛选*/
.check_content {
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: space-around;
}

.check_content ul .title {
    padding-right: 30px;
    text-align: center;
    line-height: 45px;
    color: #666;
    font-size: 14px;
    border-right: 1px solid #f2f2f2;
    cursor: pointer;
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.check_content ul .title i {
    position: absolute;
    right: 0;
    top: 18px;
    margin-left: 3px;
    width: 12px;
    height: 10px;
    background-position: -80px -140px;
}

.check_content ul .title.tt_active {
    color: #2ac5f1;
}

.check_content ul .title.tt_active i {
    background-position: -120px -140px;
}

.check_content ul .checkList {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 10;
    width: 100%;
    padding: 10px 2%;
    background: rgba(255, 255, 255, 0.6);
}

.check_content ul .checkList a {
    line-height: 30px;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
}

.check_content ul .checkList a.active {
    color: #2ac5f1;
}

/* 营地列表 */
.camp_list {
    width: 100%;
    padding: 10px 3% 5px 3%;
    background: #fff;
}

.camp_list ul li {
    width: 100%;
    margin-bottom: 15px;
}

.camp_list ul li .pic {
    position: relative;
    width: 100%;
}

.camp_list ul li .pic img {
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.camp_list ul li .pic .address {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 3px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 12px;
}

.camp_list ul li .pic .another {
    position: absolute;
    bottom: 43px;
    left: 1%;
    width: 98%;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
    color: #fff;
    font-size: 12px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.camp_list ul li .pic .title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}

.camp_list ul li .subTitle {
    width: 100%;
}

.camp_list ul li .travelTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.camp_list ul li .travelSubTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 15px;
}

.camp_list ul li .travelTitle .price {
    float: right;
    color: #ff4f00;
}

.camp_list ul li .travelSubTitle .vip-price {
    float: right;
}

.camp_list ul li .travelTitle .price b {
    font-size: 24px;
}

.camp_list ul li .subTitle h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}

.camp_list ul li .subTitle .tips {
    display: flex;
}

.camp_list ul li .subTitle .tips span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid #2ac5f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #2ac5f1;
    font-size: 12px;
}

.camp_list ul li .subTitle .tips .offer {
    background: #ee4a00;
    border: 1px solid #ee4a00;
    color: #fff;
}

/* 营地详情 */
.page_box {
    width: 100%;
    background: #fff;
    padding: 10px 3%;
    margin-bottom: 10px;
}

.page_box dt {
    margin-bottom: 5px;
    line-height: 32px;
    color: #000;
    font-size: 16px;
}

.page_box dt .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.page_box dt .icon_intro {
    background-position: -40px -100px;
}

.page_box dt .icon_book {
    background-position: -80px -100px;
}

.page_box dt .icon_ticket {
    background-position: -40px -140px;
}

.page_box dt .more {
    float: right;
    color: #9f9f9f;
    font-size: 14px;
}

.page_box dd .btn {
    float: right;
    color: #ffffff;
    background: #ee4a00;
    font-size: 10px;
    padding: 0 15px;
    border-radius: 5px;
}

.camp_detail {
    width: 100%;
}

.camp_detail .banner {
    width: 100%;
}

.camp_detail .camp_title {
    width: 100%;
    background: #fff;
    padding: 10px 3%;
    margin-bottom: 10px;
}

.camp_detail .camp_title h1 {
    /*line-height: 30px;*/
    color: #000;
    font-size: 18px;
}

.camp_detail .camp_title h2 {
    line-height: 28px;
    color: #847ffe;
    font-size: 14px;
}

.camp_detail .camp_title h2 .icon_hd {
    display: inline-block;
    height: 28px;
    width: auto;
    margin-right: 5px;
}

.camp_detail .camp_title .tips {
    width: 100%;
    padding: 5px 0;
}

.camp_detail .camp_title .tips span {
    padding: 3px 10px;
    margin-right: 10px;
    color: #2ac5f1;
    border: 1px solid #2ac5f1;
    border-radius: 5px;
}

.camp_detail .base_info ul li {
    display: flex;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    color: #2e2e2e;
}

.camp_detail .base_info ul li.address {
    /*justify-content: space-between;*/
}

.camp_detail .base_info ul li.address .txt {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    width: 90%;
}

.camp_detail .base_info ul li:last-child {
    border-bottom: 0;
}

.camp_detail .base_info ul li .icon {
    width: 24px;
    height: 24px;
}

.camp_detail .base_info ul li .icon_address {
    /*margin-right: 10px;*/
    background-position: -120px -97px;
}

.camp_detail .base_info ul li .icon_time {
    /*margin-right: 10px;*/
    background-position: -160px -97px;
}

.camp_detail .base_info ul li .icon_navigate {
    width: 10%;
    height: 20px;
    background-position: -200px -97px;
}

.camp_detail .intro dd .txt {
    width: 100%;
    text-align: justify;
    line-height: 25px;
    color: #5e5e5e;
}

.camp_detail .intro dd .intro_txt {
    height: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.camp_detail .intro dd .btn_more {
    width: 100%;
    text-align: center;
    color: #2ac5f1;
}

.camp_detail .intro dd .btn_more .icon {
    width: 18px;
    height: 10px;
    margin-left: 5px;
    background-position: -160px -65px;
}

.camp_detail .intro dd .btn_more.acitve .icon {
    background-position: -200px -65px;
}

.camp_detail .book {
    background: #f7f6fa;
    padding: 0;
}

.camp_detail .book dt {
    width: 100%;
    padding: 10px 3%;
    margin-bottom: 10px;
    background: #fff;
}

.camp_detail .book dt .tel {
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    border-radius: 22px;
    border: 1px solid #2ac5f1;
    color: #2ac5f1;
    font-size: 14px;
}

.camp_detail .ticket {
    background: #fff;
    padding: 10px 0;
}

.camp_detail .ticket dt {
    margin-bottom: 0;
}

.camp_detail .book dd {
    padding: 0 3%;
}

.camp_detail .book dd ul li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.camp_detail .book dd ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.camp_detail .book dd ul li .tt {
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    /*    text-overflow: ellipsis;
        white-space: nowrap;*/
    /*line-height: 30px;*/
    font-size: 16px;
    color: #000;
}

.camp_detail .book dd ul li .tt .fr {
    color: #999;
    font-size: 13px;
    text-align: right;
    line-height: 1.8em;
}

.camp_detail .book dd ul li .tt .fr span {
    color: #ff4f00;
    padding-right: 15px;
}

.camp_detail .book dd ul li .tt .fr span b {
    font-size: 18px;
}

.camp_detail .book dd ul li .item {
    display: flex;
    justify-content: space-between;
}

.camp_detail .book dd ul li .item h3 {
    line-height: 30px;
    font-size: 14px;
    color: #9f9f9f;
}

.camp_detail .book dd ul li .item h3 .icon {
    width: 22px;
    height: 20px;
    margin-right: 5px;
    background-position: 0 -140px;
}

.camp_detail .book dd ul li .item p {
    color: #9f9f9f;
}

.camp_detail .book dd ul li .item p span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #9f9f9f;
}

.camp_detail .book dd ul li .item p span:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
}

.camp_detail .book dd ul li .btn {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #ee4a00;
    border-radius: 6px;
    color: #fff;
}

.camp_detail .scenery {
    padding-bottom: 15px;
}

.camp_detail .scenery .swiper-scenery {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.camp_detail .scenery .swiper-scenery .swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* .camp_detail .scenery .swiper-scenery .swiper-slide {  }
.camp_detail .scenery .swiper-scenery .swiper-slide a { display: block; width: 100%; }
.camp_detail .scenery .swiper-scenery .swiper-slide {  } */
.camp_detail .scenery .swiper-scenery .swiper-slide {
    position: relative;
    width: 32.5%;
    float: left;
    margin-right: 1.2%;
    border: 1px solid #dcdcdc;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .pic {
    position: relative;
    width: 100%;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .pic img {
    width: 100%;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .pic .another {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.camp_detail .scenery .swiper-scenery .swiper-slide .pic .another span {
    padding-left: 5px;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .txt {
    padding: 5px 10px;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .txt h3 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .txt .sub {
    color: #333;
}

.camp_detail .scenery .swiper-scenery .swiper-slide .txt .sub b {
    padding-right: 5px;
    color: #ee4a00;
    font-size: 18px;
}

/* 精彩瞬间 */
.page_picShow ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_picShow ul li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 10px;
}

.page_picShow ul li:nth-child(3n) {
    margin-right: 0;
}

.page_picShow ul img {
    width: 100%;
    border-radius: 5px;
}

/* 房车详情 */
.rvSet .table {
    width: 100%;
    background: #ddd;
}

.rvSet .table th {
    line-height: 40px;
    background: #2ac5f1;
    color: #fff;
    font-size: 16px;
}

.rvSet .table td {
    line-height: 35px;
    background: #fff;
    text-align: center;
    color: #666;
}

.page_txt dd {
    line-height: 24px;
    color: #5e5e5e;
}

.bottom_line_btn {
    display: flex;
    justify-content: center;
    border-top: 1px solid #cccccc;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 3%;
    height: 50px;
    line-height: 30px;
    background: #fff;
    color: #1f1f1f;
    z-index: 2000;
}

.bottom_line_btn .btn-text {
    color: #1f1f1f;
}

.book_nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 3%;
    height: 50px;
    line-height: 30px;
    background: #fff;
    color: #1f1f1f;
    z-index: 2000;
}

.book_nav .txt {
    font-size: 14px;
}

.book_nav b {
    color: #ee4a00;
    padding: 0 3px;
}

.book_nav .txt span {
    color: #9f9f9f;
    font-size: 14px;
    padding-left: 10px;
}

.book_nav .btn {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #ee4a00;
    border-radius: 6px;
    color: #fff;
}

/* 我的卡包 */
.mv_list {
    width: 100%;
    padding: 10px 1% 5px 1%;
    background: #fff;
}

.mv_list ul li {
    width: 100%;
    margin-bottom: 15px;
}

.mv_list ul li .pic {
    position: relative;
    width: 100%;
}

.mv_list ul li .pic img {
    width: 100%;
}

.mv_list ul li .title {
    width: 100%;
    height: 35px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}

.mv_list ul li .title .card-no {
    float: right;
    display: flex;
    font-size: 14px;
}

.mv_list ul li .subTitle {
    width: 100%;
    height: 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
}

/* 房车列表 */
.rv_list {
    width: 100%;
    padding: 10px 3% 5px 3%;
    background: #fff;
}

.rv_list ul li {
    width: 100%;
    margin-bottom: 15px;
}

.rv_list ul li .pic {
    position: relative;
    width: 100%;
}

.rv_list ul li .pic img {
    width: 100%;
}

.rv_list ul li .pic .kinds {
    position: absolute;
    top: 10px;
    left: 4%;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ee4a00;
    color: #fff;
    font-size: 14px;
}

.rv_list ul li .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.rv_list ul li .title .price {
    float: right;
    color: #ff4f00;
}

.rv_list ul li .title .price b {
    font-size: 24px;
}

.rv_list ul li .subTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}

.rv_list ul li .subTitle .tips {
    float: right;
    display: flex;
}

.rv_list ul li .subTitle .tips span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    margin-left: 5px;
    border: 1px solid #2ac5f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #2ac5f1;
    font-size: 12px;
}

.rv_list ul li .subTitle .tips .offer {
    border: 1px solid #ee4a00;
    color: #ee4a00;
}

/* 资讯列表 */
.news_nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

.news_nav .swiper-slide {
    padding: 0 5px;
    line-height: 47px;
    text-align: center;
    border-bottom: 2px solid #fff;
    color: #666;
    font-size: 16px;
}

.news_nav .swiper-slide.swiper-slide-active {
    border-bottom: 2px solid #2ac5f1;
    color: #2ac5f1;
}

.news ul {
    width: 100%;
}

.news ul li {
    width: 100%;
    padding: 10px 3%;
    background: #fff;
    box-shadow: 0 5px 5px #ddd;
    margin-bottom: 15px;
}

.news ul li a {
    display: flex;
}

.news ul li .pic {
    width: 130px;
    margin-right: 10px;
}

.news ul li .pic img {
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.news ul li .txt {
    flex: 1;
}

.news ul li .txt h3 {
    height: 48px;
    line-height: 24px;
    color: #353535;
    font-size: 16px;
}

.news ul li .txt .time {
    line-height: 24px;
    color: #999;
    font-size: 14px;
}

.news ul li .txt .time span {
    float: right;
    color: #0158b3;
}

.news_big ul {
    width: 100%;
    padding: 10px 3%;
}

.news_big ul li {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px #ddd;
    margin-bottom: 15px;
}

.news_big ul li a {
    display: block;
}

.news_big ul li .pic {
    width: 100%;
}

.news_big ul li .pic img {
    width: 100%;
}

.news_big ul li .txt {
    width: 100%;
    padding: 10px;
}

.news_big ul li .txt h3 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #353535;
    font-size: 16px;
}

.news_big ul li .txt .intro {
    line-height: 24px;
    color: #999;
    font-size: 14px;
}

.news_big ul li .txt .num {
    line-height: 30px;
    color: #2ac5f1;
    font-size: 12px;
}

.news_big ul li .txt .num .time {
    float: right;
    color: #d1d1d1;
}

/* 资讯详情 */
.news_detail {
    width: 100%;
}

.news_detail .pic img {
    width: 100%;
}

.news_detail .box {
    width: 100%;
    padding: 15px 3%;
    margin-bottom: 15px;
    background: #fff;
}

.news_detail .title {
    line-height: 30px;
    font-size: 20px;
    color: #000;
}

.news_detail .subTitle {
    margin-bottom: 15px;
    color: #afafaf;
    line-height: 24px;
}

.news_detail .subTitle .author {
    padding-left: 20px;
    color: #2ac5f1;
}

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

.news_detail .box .pic {
    margin: 15px 0;
}

.news_detail .box .num {
    padding-top: 20px;
    line-height: 30px;
    color: #2ac5f1;
}

/* 预定 */
.book_content {
    width: 100%;
}

.book_content .top {
    width: 100%;
    background: url(../images/bg_book_camp.png) no-repeat center top;
    background-size: 100% auto;
}

.book_content .top .title {
    width: 100%;
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.book_content .box {
    width: 94%;
    margin: 0 auto 15px auto;
    background: #fff;
    box-shadow: 0 5px 8px #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.book_content .box_nobg {
    width: 94%;
    margin: 0 auto 15px auto;
    color: #b9b9be;
    line-height: 24px;
    text-align: justify;
    font-size:12px;
}

.book_content .box_nobg img {
    width: 100%;
}

.book_content .box_nobg .btn_box {
    width: 100%;
    margin-top: 15px;
}

.book_content .box_nobg .btn_box .btn {
    display: inline-block;
    width: 40%;
    margin: 0 3%;
    border-radius: 6px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.book_content .box_nobg .btn_box .btn_tel {
    background: #2ac5f1;
}

.book_content .box_nobg .btn_box .btn_map {
    background: #ee4a00;
}

.book_content .baseInfo {
    padding: 15px 10px;
    padding-bottom: 8px;
}

.book_content .baseInfo .status {
    color: #2ac5f1;
    text-align: center;
    line-height: 30px;
}

.book_content .baseInfo .name {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.book_content .tab_tt ul {
    display: flex;
    justify-content: space-around;
}

.book_content .tab_tt ul li {
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    color: #333;
}

.book_content .tab_tt ul li.selected {
    color: #fff;
    background: #2ac5f1;
}

.book_content .tab_box {
    padding: 10px 3%;
}

.book_content .tab_box .item.hide {
    display: none;
}

.book_content .tab_box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book_content .tab_box .price {
    color: #2e2e2e;
    font-size: 16px;
}

.book_content .tab_box .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9f9f9f;
    line-height: 24px;
}

.book_content .tab_box .data .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book_content .tab_box .data .btn {
    position: relative;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 30px;
    border: 1px solid #2ac5f1;
    border-radius: 32px;
    color: #2ac5f1;
    font-size: 16px;
}

.book_content .tab_box .date {
    color: #9f9f9f;
    line-height: 24px;
}

.book_content .tab_box .date .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}

.book_content .tab_box .date .btn {
    position: relative;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 30px;
    border: 1px solid #2ac5f1;
    border-radius: 32px;
    color: #2ac5f1;
    font-size: 16px;
}

.book_content .tab_box .date .btn .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    opacity: 0;
}

.book_content .tab_box .data .btn .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    opacity: 0;
}

.book_content .rvInfo {
    padding: 10px 3%;
}

.book_content .rvInfo dt {
    line-height: 35px;
    font-size: 16px;
}

.book_content .rvInfo dt span {
    color: #9f9f9f;
    font-size: 14px;
    padding-left: 10px;
}

.book_content .rvInfo .table {
    width: 100%;
    border: 0;
    color: #9f9f9f;
}

.book_content .rvInfo .table td {
    padding: 5px 0;
}

.book_content .rvInfo .table .txt {
    width: 73%;
    line-height: 20px;
    padding: 5px 3px;
    height: 30px;
    border: 1px solid #ddd;
}

.book_content .ticketInfo {
    padding: 10px 3%;
}

.book_content .ticketInfo dt {
    line-height: 30px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.book_content .ticketInfo dd {
    display: flex;
    align-items: center;
    padding-top: 10px;
    color: #9f9f9f;
}

.book_content .ticketInfo dd .txt {
    flex: 1;
}

.book_content .ticketInfo dd .txt a {
    position: relative;
    padding: 2%;
    border: 1px solid #2ac5f1;
    line-height: 30px;
    color: #2ac5f1;
}

.book_content .ticketInfo dd .txt a.btn_more {
    color: #fff;
    background: #2ac5f1;
}

.book_content .ticketInfo dd .txt a.btn_more .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    border: 0;
    opacity: 0;
}

.book_content .txtInfo {
    padding: 10px 3%;
}

.book_content .txtInfo dt {
    line-height: 35px;
    font-size: 16px;
    color: #333;
}

.book_content .txtInfo dd {
    line-height: 24px;
    color: #5e5e5e;
    text-align: justify;
    font-size: 14px;
}

/* 房车预定 */
.book_content .rv_top {
    width: 100%;
    padding-top: 40px;
    background: url(../images/bg_book_rv.png) no-repeat center top;
    background-size: 100% auto;
}

.book_content .rv_top .baseInfo .name {
    text-align: left;
}

.book_content .rv_top .baseInfo .subname {
    line-height: 30px;
    color: #2ac5f1;
    text-align: left;
}

.book_content .rv_top .baseInfo .subname span {
    margin-left: 10px;
    border-radius: 6px;
    padding: 3px 5px;
    color: #ff4f00;
    border: 1px solid #ff4f00;
}

/* 门票预订 */
.book_content .rv_top .ticketInfo .name {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

.book_content .rv_top .ticketInfo .name span {
    font-size: 16px;
}

.book_content .rv_top .ticketInfo .price {
    line-height: 40px;
    font-size: 20px;
    color: #ff4f00;
}

.book_content .rv_top .ticketInfo .price span {
    margin-left: 10px;
    border-radius: 6px;
    padding: 3px 5px;
    color: #ff4f00;
    font-size: 14px;
    border: 1px solid #ff4f00;
}

.book_content .rv_top .ticketInfo .price span.tips {
    color: #2ac5f1;
    border: 1px solid #2ac5f1;
}

.book_content .rv_top .ticketInfo p {
    line-height: 30px;
    color: #999;
}

.book_content .rv_top .ticketInfo .item {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.book_content .rv_top .ticketInfo .item label {
    color: #9f9f9f;
}

.book_content .rv_top .ticketInfo .item .txt {
    flex: 1;
}

.book_content .rv_top .ticketInfo .item .txt a {
    position: relative;
    padding: 2%;
    border: 1px solid #2ac5f1;
    line-height: 30px;
    color: #2ac5f1;
}

.book_content .rv_top .ticketInfo .txt a.btn_more {
    color: #fff;
    background: #2ac5f1;
}

.book_content .rv_top .ticketInfo .txt a.btn_more .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    opacity: 0;
}

.book_content .rv_top .ticketInfo .buynums {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-size: 16px;
}

.book_content .rv_top .ticketInfo .txt span {
    color: #999;
    font-size: 14px;
    padding-right: 10px;
}

.book_content .rv_top .ticketInfo .txt .nums i {
    width: 36px;
    height: 32px;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    font-style: normal;
    color: #999;
    border: 1px solid #d8d8d8;
}

.book_content .rv_top .ticketInfo .txt .nums .addnum {
    margin: 0 5px;
    color: #ff4f00;
    font-size: 16px;
}

.book_content .rv_top .ticketInfo .txt .nums {
    width: auto;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.book_content .address {
    padding: 10px 3%;
}

.book_content .address dt {
    line-height: 35px;
    font-size: 16px;
}

.book_content .address li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

.book_content .address li .txt {
    flex: 1;
    margin-right: 15px;
    color: #9f9f9f;
    line-height: 24px;
}

.book_content .address li .btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2ac5f1;
    border-radius: 30px;
    color: #2ac5f1;
}

.book_content .address li .icon_checkout {
    width: 15px;
    height: 16px;
    margin-right: 5px;
    background-position: -200px -140px;
}

.book_content .address li.active .icon_checkout {
    background-position: -200px -180px;
}

.book_content .address li .icon_address {
    width: 20px;
    height: 20px;
    background-position: -200px -99px;
}

/* 支付成功 */
.pay_content {
    width: 100%;
}

.pay_content .base {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background: #fff;
}

.pay_content .base .pic {
    width: 100%;
    text-align: center;
    padding: 35px 0;
    background: #2ac5f1 url(../images/bg_paysucess.png) no-repeat center bottom;
    background-size: 100% auto;
}

.pay_content .base .pic .txt {
    width: 120px;
    height: 120px;
    padding: 55px 15px 0 15px;
    margin: 0 auto;
    background: url(../images/icon_paysucess.png) no-repeat center center;
    background-size: 120px auto;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.pay_content .base .pic img {
    width: 120px;
}

.pay_content .base h2 {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
}

.pay_content .progress {
    width: 100%;
    padding: 10px 0 30px 0;
    background: #fff;
}

.pay_content .progress dt {
    margin-bottom: 20px;
    line-height: 30px;
    color: #999;
    text-align: center;
}

.pay_content .progress .item {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.pay_content .progress .item li {
    position: relative;
    height: 3px;
    background: #ddd;
    text-align: right;
}

.pay_content .progress .item li:first-child {
    flex: 0;
    width: 20px;
}

.pay_content .progress .item li:nth-child(2) {
    flex: 1;
}

.pay_content .progress .item li:last-child {
    flex: 1;
}

.pay_content .progress .item li .txt {
    position: absolute;
    right: -30px;
    top: -10px;
    z-index: 1;
    width: 60px;
    color: #adadad;
    text-align: center;
}

.pay_content .progress .item li b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ddd;
    border: 3px solid #ddd;
    border-radius: 20px;
}

.pay_content .progress .item li.on {
    background: #2ac5f1;
}

.pay_content .progress .item li.on .txt {
    color: #2ac5f1;
}

.pay_content .progress .item li.on b {
    background: #2ac5f1;
    border: 3px solid rgba(42, 297, 241, 0.3);
}

.pay_content .progress .btn_box {
    width: 100%;
    margin-top: 50px;
}

.pay_content .progress .btn_box .btn {
    display: inline-block;
    width: 40%;
    margin: 0 3%;
    border-radius: 6px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.pay_content .progress .btn_box .btn_order {
    background: #2ac5f1;
}

.pay_content .progress .btn_box .btn_back {
    background: #ee4a00;
}

/* 精彩瞬间 */
.pic_nav {
    width: 100%;
    padding: 0 3%;
    height: 50px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

.pic_nav ul {
    display: flex;
}

.pic_nav ul li a {
    display: block;
    padding: 0 5px;
    line-height: 47px;
    text-align: center;
    border-bottom: 2px solid #fff;
    color: #666;
    font-size: 16px;
}

.pic_nav ul li.active a {
    border-bottom: 2px solid #2ac5f1;
    color: #2ac5f1;
}

.pic_list {
    width: 100%;
    padding: 0 3%;
}

.pic_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pic_list ul li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 10px;
}

.pic_list ul li:nth-child(3n) {
    margin-right: 0;
}

.pic_list ul img {
    width: 100%;
}

/* 扫码结果 */
.code_content {
    width: 100%;
}

.code_content .box {
    width: 94%;
    margin: 0 auto 30px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px #2ac5f1;
}

.code_content .top {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 80px;
    padding-bottom: 10px;
    background: #fff url(../images/bg_coderesult.png) no-repeat center top;
    background-size: 100% auto;
}

.code_content .top .box {
    padding: 25px 0;
}

.code_content .top h2 {
    width: 100%;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.code_content .top .status {
    width: 100%;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
    color: #2ac5f1;
    font-size: 16px;
}

.code_content .top .status span {
    color: #999;
}

.code_content .top .result {
    position: relative;
    padding: 40px 0;
}

.code_content .result .tt {
    position: absolute;
    left: 5%;
    top: -15px;
    width: 90%;
    text-align: center;
}

.code_content .result .txt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.code_content .result .txt .icon {
    width: 25px;
    height: 25px;
    background-position: -160px -140px;
    margin-right: 10px;
}

.code_content .result .time {
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
    color: #525252;
}

.code_content .result .time span {
    padding: 5px 8px;
    margin: 0 5px;
    background: #e5fbff;
    color: #525252;
    border-radius: 6px;
}

.code_content .btn_box {
    width: 100%;
    background: #fff;
    padding: 30px;
}

.code_content .btn_box .btn {
    display: inline-block;
    width: 40%;
    margin: 0 3%;
    border-radius: 6px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.code_content .btn_box .btn_order {
    background: #2ac5f1;
}

.code_content .btn_box .btn_back {
    background: #ee4a00;
}

.code_content .btn_box .btn_yellow {
    background: #FFA000;
}

/* 关于我们 */
.about {
    width: 100%;
    padding: 10px 3%;
    color: #2e2e2e;
}

.about .list dt {
    line-height: 30px;
    color: #2e2e2e;
    font-size: 16px;
}

.about .list dt span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    background: #d4f3fc;
    margin-right: 10px;
}

.about .list dt img {
    width: 18px;
    height: 18px;
}

.about .list dd {
    margin-left: 13px;
    border-left: 4px solid #d4f3fc;
    padding-left: 27px;
    line-height: 24px;
    color: #7d7d7d;
    text-align: justify;
    padding-bottom: 10px;
}

.about .list:last-child dd {
    border-left: 0;
    padding-left: 30px;
}

