﻿.div-center {
    display: block;
    max-width: 1900px;
    min-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
}

.div-center2 {
    display: block;
    max-width: 1900px;
    min-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #f5f5f5;
}

.div-top {
    width: 1200px;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
}

.div-left {
    float: left;
}

.div-right {
    float: right;
}

.div-header {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    padding: 15px 0;
}

.div-logo {
    height: 70px;
    width: 250px;
    margin: 12px 0px 10px 30px;
}

    .div-logo img {
        height: 100%;
    }

.div-h-tel {
    height: 60px;
    width: 280px;
    margin: 10px 15px 15px 10px;
}

    .div-h-tel img {
        display: inline-block;
        height: 60px;
        float: left;
    }

    .div-h-tel div {
        float: left;
        padding-top: 15px;
        padding-left: 1px;
        height: 60px;
    }

        .div-h-tel div p {
            padding-left: 5px;
            font-size: 14px;
            font-weight: bold;
        }

.div-h-shopdiv {
    position: relative;
    height: 60px;
    width: 160px;
    cursor: pointer;
    z-index: 1000;
}

    .div-h-shopdiv:hover {
        background-color: #eee;
    }

        .div-h-shopdiv:hover .div-h-shopcar {
            display: block;
        }

    .div-h-shopdiv h5 {
        text-align: center;
        line-height: 60px;
        font-weight: 500;
        margin: 15px 0;
    }

    .div-h-shopdiv .div-h-shopcar {
        display: none;
        position: absolute;
        width: 380px;
        top: 61px;
        right: 0;
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }

    .div-h-shopdiv .div-h-shopcar-t {
        width: 400px;
        max-height: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    .div-h-shopdiv h6 {
        line-height: 60px;
        text-align: right;
        font-weight: 500;
    }

        .div-h-shopdiv h6 span {
            background-color: #F04844;
            color: #fff;
            font-size: 14px;
            padding: 10px 20px;
            margin-right: 30px;
        }

.div-h-search {
    position: relative;
    height: 70px;
    width: 400px;
    margin: 20px 45px 0px 0px;
}

    .div-h-search .div-h-search-input {
        padding: 5px 5px 0px 5px;
    }

        .div-h-search .div-h-search-input p {
            line-height: 28px;
            font-size: 12px;
            color: #aaa;
        }

    .div-h-search .div-h-search-pop {
        position: absolute;
        width: 385px;
        min-height: 100px;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #fff;
        border: 1px solid #f5f5f5;
        left: 5px;
        top: 50px;
        padding-bottom: 20px;
        z-index: 999;
    }

        .div-h-search .div-h-search-pop p {
            height: 20px;
            line-height: 20px;
            padding: 0 10px;
            overflow: hidden;
            font-size: 12px;
            color: #666;
            cursor: pointer;
        }

            .div-h-search .div-h-search-pop p:hover {
                background-color: #F2F6FC;
            }

.div-sidemenu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 40px;
    bottom: 0;
    padding-top: 192px;
    /*background-color: rgba(255, 255, 255, 1);*/
    /*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);*/
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 9999;
}

    .div-sidemenu ul li:last-child .menu-card {
        background: #fff;
        color: #2196f3;
        position: fixed;
        bottom: 20px;
        right: 0px;
        height: 50px;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    }

    .div-sidemenu ul li:last-child:hover .menu-card {
        background-color: #2196f3;
        color: #fff;
    }

.menu-card {
    width: 40px;
    height: 67px;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 1px;
    padding: 10px 0;
    position: relative;
    color: #2196f3;
    border-bottom: 1px solid rgba(255, 255, 255, .0);
    border-top: 1px solid rgba(255, 255, 255, .0);
}

    .menu-card:hover {
        color: #fff;
        background: #ff6600;
    }

    .menu-card > h6 {
        position: absolute;
        width: 18px;
        line-height: 18px;
        border-radius: 10px;
        top: 6px;
        right: 6px;
        background-color: #F04844;
        color: #fff;
        font-size: 12px;
        text-align: center;
        font-weight: 500;
    }

    .menu-card > h4 {
        text-align: center;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .menu-card > h4 > i {
            font-size: 24px;
            font-weight: 500;
        }

    .menu-card > p {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

    .menu-card:hover .menu-card-item {
        display: block;
    }

.menu-card-item {
    display: none;
    position: absolute;
    min-width: 100px;
    min-height: 67px;
    padding: 10px;
    top: 0;
    right: 40px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #333;
    z-index: 9999;
}

    .menu-card-item p:first-child {
        line-height: 25px;
    }

    .menu-card-item p {
        white-space: nowrap;
    }

        .menu-card-item p img {
            height: 120px;
            width: auto;
        }

.div-nav {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

    .div-nav > ul > li {
        float: left;
    }

.nav-item {
    width: 90px;
    position: relative;
}

    .nav-item:hover {
        background-color: rgba(16, 142, 233, 1);
    }

        .nav-item:hover .nav-item-pop {
            display: block;
        }

    .nav-item h4 {
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        user-select: none;
    }

.nav-item-pop {
    display: none;
    position: absolute;
    max-width: 720px;
    overflow: hidden;
    padding: 0px 0;
    top: 40px;
    border: 1px solid #e6e6e6;
    /*background-color: rgba(00, 00, 00, .7);*/
    background-color: #fff;
    z-index: 9999;
    transition: height 50ms;
}

    .nav-item-pop p a {
        display: inline-block;
    }

    .nav-item-pop p {
        white-space: nowrap;
        height: 35px;
        margin-left: 10px;
    }

    .nav-item-pop span {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
        color: #333;
        padding: 0px 23px 0px 13px;
        float: left;
    }

        .nav-item-pop span:hover {
            color: #ff6600;
        }

.dest-list {
    width: 250px;
    position: relative;
}

    .dest-list > h4 {
        text-align: center;
        font-weight: 500;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        background-color: rgba(16, 142, 233, 1);
        user-select: none;
    }

.dest-div {
    width: 230px;
    position: absolute;
    z-index: 1000;
}

    .dest-div:hover .dest-area-div {
        width: 940px;
    }


    .dest-div .dest-card {
        position: absolute;
        width: 249px;
        height: 449px;
        /*background-color: rgba(00, 00, 00, .7);*/
        background-color: #fff;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden;
    }



    .dest-div .dest-area-div {
        position: absolute;
        width: 0px;
        overflow: hidden;
        height: 429px;
        left: 250px;
        background-color: #fff;
        padding: 10px 0px;
        border-bottom: 1px solid #e6e6e6;
        /*border-right: 1px solid #ccc;*/
        transition: 0.15s;
    }

.dest-area-div .dest-area-div-c {
    width: 900px;
    margin-left: 20px;
    position: relative;
}

    .dest-area-div .dest-area-div-c h4 {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 40px;
        width: 100px;
        text-align: right;
        font-size: 14px;
        color: #000;
    }

    .dest-area-div .dest-area-div-c .dest-area-div-t {
        margin-left: 120px;
        min-height: 60px
    }

    .dest-area-div .dest-area-div-c .dest-area-div-t {
        display: inline-block;
    }

        .dest-area-div .dest-area-div-c .dest-area-div-t ul li {
            float: left;
        }

            .dest-area-div .dest-area-div-c .dest-area-div-t ul li p {
                font-size: 14px;
                min-width: 60px;
                line-height: 40px;
                text-align: left;
                padding-right: 20px;
            }

.dest-area {
    position: relative;
    padding: 0 9px 9px 9px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    z-index: 1000;
}

    .dest-area:hover {
        background-color: #f5f5f5;
    }

        .dest-area:hover h5 {
            color: #333;
        }

        .dest-area:hover span {
            color: #333;
        }

        .dest-area:hover i {
            color: #ff6600;
        }


    .dest-area i {
        position: absolute;
        font-size: 20px;
        color: #ff6600;
        right: 4px;
        top: 10px;
    }

    .dest-area h5 {
        line-height: 30px;
        font-size: 14px;
        color: #333;
        padding-left: 5px;
        padding-top: 5px;
    }

        .dest-area h5 .sp-hr-l {
            width: 4px;
            height: 17px;
            background: #ff6600;
            float: left;
            margin-top: 7px;
            margin-right: 10px;
        }

    .dest-area > ul > li {
        float: left;
        line-height: 35px;
    }

        .dest-area > ul > li span {
            font-size: 14px;
            /* color: #eee;*/
            color: #333;
            padding: 10px 10px 0px 5px;
        }




.banner {
    width: 100%;
    max-width: 1900px;
    min-width: 1200px;
    position: relative;
    height: auto;
    margin: 0 auto;
}

    .banner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}


.banner-mune {
    width: 100%;
    position: absolute;
    bottom: 5px;
    z-index: 999;
    text-align: center;
}

    .banner-mune .banner-mune-t {
        width: 1200px;
        margin: 0 auto;
    }

        .banner-mune .banner-mune-t ul {
            margin-left: 260px;
        }

            .banner-mune .banner-mune-t ul li {
                float: left;
                margin: 0 5px;
            }

                .banner-mune .banner-mune-t ul li p {
                    min-width: 100px;
                    padding: 0 10px;
                    height: 26px;
                    line-height: 26px;
                    font-size: 12px;
                    text-align: center;
                    cursor: pointer;
                    border-radius: 2px;
                }

    .banner-mune .span_sel {
        background-color: #0095D9;
        color: #fff;
    }

    .banner-mune .span_unsel {
        background-color: rgba(000,000,000,.65);
        color: #ddd;
    }

.div-area {
    width: 1200px;
    margin: 0px auto;
}

.div-area-detail {
    width: 935px;
    padding: 10px 0px 10px 0px;
}

.div-list-1 {
    width: 1200px;
}

.div-list-2 {
    width: 600px;
    float: left;
}

.div-list-3 {
    width: 400px;
    float: left;
}

.div-list-4 {
    width: 300px;
    float: left;
    overflow: hidden;
}

    .div-list-4 a .img-card:hover img {
        box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
        transform: scale(1.01);
        transition: all 0.1s ease 0s;
    }

.div-list-4-1 {
    width: 300px;
    float: left;
}

.div-list-4-3 {
    width: 900px;
    float: left;
}

.div-list-6 {
    width: 200px;
    float: left;
}

.img-card {
    padding: 10px;
}

    .img-card img {
        width: 280px;
    }


.trip-card {
    position: relative;
    margin: 5px 10px;
    border: 1px solid #e6e6e6;
}

    .trip-card:hover {
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    }

        .trip-card:hover img {
            transform: scale(1.1);
            transition: all 0.2s ease 0s;
        }

    .trip-card .trip-card-img {
        width: 278px;
        height: 183px;
        overflow: hidden;
    }

    .trip-card .trip-card-tag {
        position: absolute;
        top: 5px;
        left: -2px;
        width: 50px;
        height: 24px;
        color: #fff;
        text-align: left;
        padding-left: 10px;
        background-image: url(/Images/ico/tag.png);
        z-index: 999;
    }

    .trip-card .trip-card-time {
        position: absolute;
        top: 133px;
        left: 0px;
        width: 278px;
        height: 50px;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 47%,rgba(0,0,0,1) 100%);
        z-index: 998;
    }

.trip-card-time .trip-card-time-p {
    padding-top: 18px;
    padding-left: 10px;
    line-height: 20px;
}

    .trip-card-time .trip-card-time-p .time-number {
        display: inline-block;
        color: #fff;
        width: 20px;
        text-align: center;
        background-color: #387EB5;
    }

.trip-card .trip-card-hot {
    position: absolute;
    top: 133px;
    left: 0px;
    width: 278px;
    height: 50px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 47%,rgba(0,0,0,1) 100%);
    z-index: 998;
}

    .trip-card .trip-card-hot .trip-card-hot-p {
        padding-top: 10px;
        padding-left: 10px;
    }

        .trip-card .trip-card-hot .trip-card-hot-p span {
            padding: 1px 5px;
            border: 1px solid #f5f5f5;
            border-radius: 15px;
            margin-right: 10px;
        }

            .trip-card .trip-card-hot .trip-card-hot-p span:hover {
                border: 1px solid #ff6600;
                color: #ff6600;
            }

.trip-card .trip-card-img img {
    width: 100%;
    height: 183px;
    overflow: hidden;
}

.trip-card h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    padding: 5px 5px 0px 5px;
    overflow: hidden;
}

    .trip-card h4:hover {
        color: #ff6600;
    }

.trip-card p {
    height: 36px;
    line-height: 36px;
    padding: 5px;
}

.trip-card .trip-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 28px;
    margin: 5px 10px;
    text-align: center;
    border: 1px solid #ff6a00;
    font-size: 12px;
    font-weight: 500;
    color: #ff6a00;
    width: 100px;
}

.trip-card .trip-btn-shop {
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 28px;
    margin: 5px 10px;
    text-align: center;
    border: 1px solid #ff6600;
    background-color: #ff6600;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100px;
}

.trip-card2 {
    position: relative;
    margin: 10px;
    border: 1px solid #e6e6e6;
}

    .trip-card2 .img {
        width: 100%;
        height: 185px;
    }

    .trip-card2 h4 {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 48px;
        line-height: 24px;
        text-overflow: ellipsis;
        padding: 5px 5px 0px 5px;
        overflow: hidden;
    }

        .trip-card2 h4:hover {
            color: #ff6600;
        }

    .trip-card2 p {
        height: 36px;
        line-height: 36px;
        padding: 5px;
    }

    .trip-card2 .trip-btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
        line-height: 23px;
        margin: 5px 0;
        text-align: center;
        border: 1px solid #ff6a00;
        font-size: 12px;
        font-weight: 500;
        color: #ff6a00;
        padding: 0 10px;
    }

.trip-card3 {
    position: relative;
}

    .trip-card3 img {
        width: 100%;
        height: 154px;
    }

    .trip-card3 h5 {
        font-size: 12px;
        font-weight: 500;
        color: #333;
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        padding: 0 5px;
        overflow: hidden;
    }

    .trip-card3 p {
        text-align: right;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
    }

.div-list-djjx {
    width: 188px;
    height: 290px;
    position: relative;
}

    .div-list-djjx img {
        width: 100%;
        height: 100%;
    }

    .div-list-djjx:hover h6 {
        display: none;
    }

    .div-list-djjx:hover pre {
        height: 290px;
    }

    .div-list-djjx h6 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 60px;
        text-align: left;
        padding-left: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        z-index: 999;
        background-color: rgba(00,00,00,.5);
    }

    .div-list-djjx pre {
        position: absolute;
        bottom: 0px;
        width: 188px;
        height: 0px;
        transition: 0.5s;
        background-color: rgba(00,00,00,.5);
        text-align: left;
        z-index: 999;
    }

        .div-list-djjx pre span {
            display: block;
            margin: 30px 10px 10px 10px;
            font-size: 12px;
            font-weight: 500;
            color: #fff;
            line-height: 20px;
            word-break: break-all;
            white-space: pre-wrap;
            text-align: left;
        }

.div-footer {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
}

.div-footer-1 .div-left:nth-child(5) {
    position: absolute;
    right: 70px;
}

.div-footer-1 .div-left:nth-child(6) {
    position: absolute;
    right: 20px;
}

.div-footer-1 .div-left:nth-child(5) .div-footer-card {
    width: 120px;
    position: relative;
}

    .div-footer-1 .div-left:nth-child(5) .div-footer-card li p i:last-child {
    }

.div-footer > p {
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #eee;
}

    .div-footer > p > span {
        margin: 0 5px;
    }

.div-left:first-child .div-footer-card {
    min-height: 150px;
    margin-left: 70px;
}

    .div-left:first-child .div-footer-card li p {
        font-size: 16px;
    }

.div-footer-card {
    min-height: 150px;
    margin-left: 145px;
}

    .div-footer-card li {
    }

        .div-footer-card li .footer-qr {
            position: absolute;
            left: 110px;
            top: 30px;
            width: 0px;
            background-image: url(/Images/test/erweimabg.png);
            overflow: hidden;
            /* transition: 0.1s;*/
        }

    .div-footer-card img {
        width: 120px;
        margin-top: 0px;
    }

    .div-footer-card li .footer-qr > img {
        width: 120px;
        margin-left: 5px;
    }

    .div-footer-card h2 {
        text-align: center;
        color: #eee;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        margin: 10px 0 10px 0px;
    }

    .div-footer-card p {
        text-align: center;
        color: #aaa;
        font-size: 14px;
        line-height: 26px;
    }

    .div-footer-card li:hover p {
        color: #fff;
        cursor: pointer;
    }

    .div-footer-card li:hover .footer-qr {
        width: 125px;
    }

.div-footer-card2 {
    width: 350px;
    padding: 30px 0;
}

    .div-footer-card2 p {
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
    }

.div-footer-card3 {
    width: 275px;
    min-height: 150px;
}

.footer-img {
    float: left;
    width: 120px;
    margin: 5px;
}

    .footer-img img {
        width: 120px;
        height: 120px;
    }

    .footer-img p {
        font-size: 12px;
        color: #eee;
        text-align: center;
    }

.div-footer-card4 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .div-footer-card4 h2 {
        display: inline-block;
        float: left;
        line-height: 30px;
        color: #eee;
        font-size: 16px;
        text-align: left;
        margin: 0 20px;
        font-weight: 500;
    }

    .div-footer-card4 > ul > li a {
        float: left;
        line-height: 30px;
        margin: 0 10px;
        color: #aaa;
        font-size: 14px;
    }

    .div-footer-card4 > ul > li:hover a {
        color: #fff;
    }

    .div-footer-card4 > ul > li img {
        width: 100px;
        height: 30px;
    }

.div-list-jdgs {
    position: relative;
    width: 380px;
    height: 384px;
    border-bottom: 1px solid #ddd;
}

    .div-list-jdgs .div-list-jdgs-p {
        position: absolute;
        width: 380px;
        height: 185px;
        bottom: 0px;
        left: 0px;
    }

    .div-list-jdgs:hover {
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    }

    .div-list-jdgs .div-list-jdgs-img {
        height: 200px;
        overflow: hidden;
        transition: 0.15s;
    }

        .div-list-jdgs .div-list-jdgs-img img {
            width: 100%;
            height: 200px;
        }

    .div-list-jdgs:hover .div-list-jdgs-img img {
        transform: scale(1.1);
        transition: all 0.2s ease 0s;
    }

    .div-list-jdgs:hover .div-list-jdgs-p {
        background-color: #f5f5f5;
    }

    .div-list-jdgs .div-list-jdgs-p h4 {
        padding: 10px 10px 3px 10px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .div-list-jdgs .div-list-jdgs-p h6 {
        padding: 3px 10px 5px 10px;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #888;
    }

    .div-list-jdgs .div-list-jdgs-p p {
        padding: 5px 10px 20px 10px;
        text-align: left;
        height: 80px;
        line-height: 20px;
        font-size: 12px;
        color: #666;
    }

    .div-list-jdgs:hover .div-list-jdgs-p p {
        color: #333;
    }

    .div-list-jdgs:hover .div-list-jdgs-p h6 {
        color: #ff6600;
    }

.img-pzxt1 {
    position: relative;
    margin: 10px;
    border: 1px solid #ccc;
    height: 284px;
    width: 578px;
    overflow: hidden;
}

    .img-pzxt1:hover img {
        transform: scale(1.1);
        transition: all 0.2s ease 0s;
    }

    .img-pzxt1 img {
        width: 100%;
        height: 100%;
    }

    .img-pzxt1 h4 {
        position: absolute;
        left: 0;
        right: 0px;
        bottom: 0;
        height: 89px;
        line-height: 40px;
        background-color: rgba(00, 00, 00, .5);
        color: #fff;
        font-size: 14px;
        padding: 10px 120px 0px 10px;
        overflow: hidden;
    }

        .img-pzxt1 h4:hover {
            color: #ff6600;
        }

    .img-pzxt1 p {
        position: absolute;
        width: 150px;
        right: 0;
        bottom: 0;
        height: 36px;
        line-height: 40px;
        text-align: right;
        padding: 7px 30px;
    }

.img-pzxt2 {
    padding: 5px;
}

    .img-pzxt2 img {
        width: 100%;
        height: 151px;
    }

.img-ztlx1 {
    width: 598px;
    height: 80px;
    background-color: #84C6CA;
    padding: 37px 0;
    margin: 1px 1px 0px 1px;
}

    /*  .img-ztlx1 img {
        width: 100%;
        height: 154px;
    }
    */
    .img-ztlx1 .img-ztlx1-lf {
        width: 227px;
        height: 80px;
        float: left;
        border-right: 2px solid #fff;
    }

    .img-ztlx1 .img-ztlx1-ri {
        height: 80px;
        width: 360px;
        float: left;
    }

    .img-ztlx1 .img-ztlx1-lf p {
        color: #fff;
        text-align: right;
        margin-right: 35px;
        line-height: 40px;
    }

    .img-ztlx1 .img-ztlx1-ri p:not(:nth-child(3)) {
        color: #fff;
        text-align: left;
        margin-left: 35px;
        line-height: 25px;
    }

    .img-ztlx1 .img-ztlx1-ri .more-but {
        color: #84C6CA;
        text-align: center;
        margin: 5px 250px 0px 35px;
        line-height: 25px;
        padding: 0 10px;
        background-color: #fff;
        transition: 0.05s;
    }

        .img-ztlx1 .img-ztlx1-ri .more-but:hover {
            color: #ff6600;
            line-height: 27px;
            margin: 5px 249px 0px 34px;
        }

.img-ztlx2 {
    width: 298px;
    height: 162px;
    margin: 1px;
    overflow: hidden;
    position: relative;
}

    .img-ztlx2 img {
        width: 100%;
        height: 162px;
    }

    .img-ztlx2 h6 {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 162px;
        width: 100%;
        background-color: rgba(00,00,00,.5);
        text-align: center;
        font-size: 16px;
        color: #fff;
        z-index: 999;
        font-weight: normal;
        transition: 0.1s;
    }

    .img-ztlx2:hover h6 {
        line-height: 162px;
        width: 100%;
        background-color: rgba(00,00,00,.3);
    }

    .img-ztlx2:hover img {
        transform: scale(1.1);
        transition: all 0.2s ease 0s;
    }

.img-ztlx3 {
    width: 598px;
    height: 317px;
    overflow: hidden;
    margin: 1px;
    position: relative;
}

    .img-ztlx3 img {
        width: 100%;
        height: 317px;
    }

    .img-ztlx3:hover img {
        transform: scale(1.1);
        transition: all 0.2s ease 0s;
    }

    .img-ztlx3 h6 {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 317px;
        width: 100%;
        background-color: rgba(00,00,00,.4);
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        transition: 0.15s;
        z-index: 999;
    }

    .img-ztlx3:hover h6 {
        background-color: rgba(00,00,00,.2);
    }

.div-list-title-tm {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 10px;
}

    .div-list-title-tm h3 {
        float: left;
        line-height: 36px;
        font-size: 18px;
        color: #333;
        padding-right: 5px;
        border-bottom: 2px solid #ff6a00;
    }

    .div-list-title-tm h5 {
        float: left;
        font-size: 12px;
        font-weight: 500;
        color: #888;
        padding: 0 10px;
    }

    .div-list-title-tm h6 {
        float: left;
        font-weight: 500;
    }

        .div-list-title-tm h6 span {
            font-size: 14px;
            padding: 5px 15px;
            color: #333;
        }

    .div-list-title-tm p {
        float: right;
        color: #333;
    }

        .div-list-title-tm p span {
            font-size: 14px;
            padding: 9px 10px;
            margin: 0 5px;
            cursor: pointer;
        }

            .div-list-title-tm p span i {
                color: #888;
            }

.div-list-title-djjx {
}

    .div-list-title-djjx h2 {
        line-height: 40px;
        text-align: center;
        color: #0095D9;
        font-size: 20px;
    }

    .div-list-title-djjx p {
        line-height: 30px;
        text-align: center;
        color: #666;
        font-size: 12px;
    }

.div-list-title-pzxt {
}

    .div-list-title-pzxt ul li {
    }

        .div-list-title-pzxt ul li h2 {
            font-size: 20px;
            text-align: right;
            color: #0095D9;
            padding: 0 10px;
            line-height: 40px;
            border-right: 2px solid #bbb;
        }

        .div-list-title-pzxt ul li h4 {
            font-size: 14px;
            color: #777;
            text-align: right;
            padding: 0 10px;
            line-height: 20px;
            padding-bottom: 20px;
            border-right: 2px solid #bbb;
        }

        .div-list-title-pzxt ul li p {
            font-size: 12px;
            color: #666;
            padding: 3px 10px;
        }

            .div-list-title-pzxt ul li p span {
                padding: 5px 10px;
                background-color: #ff6a00;
                color: #eee;
            }

                .div-list-title-pzxt ul li p span i {
                    font-size: 12px;
                }

        .div-list-title-pzxt ul li h6 {
            text-align: center;
            line-height: 30px;
            font-size: 14px;
            color: #555;
            margin: 20px 0 5px 0;
        }

            .div-list-title-pzxt ul li h6 span {
                padding: 4px 20px;
                border: 1px solid #aaa;
                margin: 0 10px;
                border-radius: 20px;
            }

.div-list-title-ztly {
}

    .div-list-title-ztly h4 {
        text-align: right;
        font-size: 20px;
        color: #0095D9;
        line-height: 60px;
        padding: 0 10px;
    }

    .div-list-title-ztly p {
        text-align: left;
        font-size: 12px;
        color: #666;
        line-height: 60px;
        padding: 0 10px;
    }

.trip-card-txt-list {
    margin: 10px;
    height: 588px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

    .trip-card-txt-list .trip-card-txt:first-child div ul li:nth-child(2n) a span {
        color: #ff6600;
    }

    .trip-card-txt-list .trip-card-txt:nth-child(2) div ul li:nth-child(2n+1) a span {
        color: #ff6600;
    }

.trip-card-txt {
    margin: 5px 10px;
}

    .trip-card-txt ul {
        overflow: hidden;
    }

        .trip-card-txt ul li {
            float: left;
            margin: 10px 10px 5px 0px;
            line-height: 20px;
        }

            .trip-card-txt ul li span {
                padding: 5px 7px 5px 7px;
                font-size: 14px;
                color: #666;
            }

                .trip-card-txt ul li span:hover {
                    /*background-color: #2196f3;   */
                    color: #2196f3;
                }

    .trip-card-txt h2 {
        line-height: 40px;
        font-size: 18px;
        color: #2196f3;
        font-weight: normal;
    }

    .trip-card-txt h4 {
        line-height: 30px;
        font-size: 14px;
        color: #666666;
        border-bottom: 1px solid #ddd;
    }

    .trip-card-txt p {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        color: #666;
    }

.div-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.div-form-login {
    position: absolute;
    top: 100px;
    right: 50px;
    width: 400px;
    height: 500px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .div-form-login > div > ul > li > .form-item input {
    }

.login-other {
    padding: 10px 65px;
}

    .login-other .login-other-item {
        float: left;
        width: 90px;
    }

        .login-other .login-other-item > h4 {
            text-align: center;
            color: #aaa;
            line-height: 40px;
            overflow: hidden;
        }

            .login-other .login-other-item > h4 > i {
                font-size: 30px;
            }

        .login-other .login-other-item > p {
            text-align: center;
            font-size: 12px;
            color: #aaa;
        }

.form-item {
    height: 38px;
    line-height: 38px;
    margin: 20px 30px;
}

.p-msg {
    color: #ff0000;
    font-size: 12px;
    padding: 0px 20px;
}

.p-btn-ok {
    background-color: #0094ff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.bg-img-01 {
    background: url('/Images/test/组 582.png') center no-repeat;
    min-height: 700px;
    background-size: cover;
}

.bg-img-02 {
    background: url('/Images/test/002.png') center no-repeat;
    min-height: 533px;
    background-size: cover;
    width: 1200px;
    margin: 0 auto;
}

    .bg-img-02 .div-list-title-djjx {
        background-color: #fff;
    }

.bg-img-03 {
    background: url('/Images/zjj/个人定制背景.jpg') center no-repeat;
    min-height: 533px;
    background-size: cover;
    width: 1200px;
    margin: 0 auto;
}

.div-bg {
    width: 100%;
    height: 533px;
    background-color: rgba(000, 000, 000, .1);
    z-index: 99;
}

.div-form-dz {
    position: absolute;
    top: 120px;
    left: 300px;
    width: 378px;
    height: 220px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 110px;
}

.div-dz-title {
}

    .div-dz-title h2 {
        line-height: 45px;
        text-align: center;
        font-size: 20px;
        color: #eee;
        font-weight: 500;
    }

        .div-dz-title h2 span {
            padding: 10px 30px;
            border-bottom: 1px solid #eee;
        }

    .div-dz-title p {
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #eee;
    }

.div-dz-btn {
    position: absolute;
    width: 600px;
    top: 420px;
    left: 300px;
    color: #fff;
    text-align: center;
    background-color: #169BD5;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.form-item2 {
}

    .form-item2 input {
        line-height: 25px;
        width: 325px;
        margin-top: 10px;
        padding: 5px;
        border-top: none;
        border-left: none;
        border-right: none;
        outline: none;
        border-bottom: 1px solid #aaa;
    }

        .form-item2 input:focus { /*获取焦点*/
            background-color: #fff;
        }

        .form-item2 input:-moz-placeholder,
        textarea:-moz-placeholder {
            color: #999999;
        }



        .form-item2 input:-ms-input-placeholder,
        textarea:-ms-input-placeholder {
            color: #999999;
        }



        .form-item2 input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
            color: #999999;
        }

.div-footer-card5 {
    height: 50px;
    margin: 20px 10px;
}

    .div-footer-card5 > h2 {
        line-height: 50px;
        text-align: center;
        font-weight: 500;
    }

        .div-footer-card5 > h2 span {
            color: #fff;
            font-size: 24px;
        }

        .div-footer-card5 > h2 i {
            font-size: 28px;
        }

.div-footer-card6 {
    padding: 25px;
}

    .div-footer-card6 > h2 {
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #999;
    }

    .div-footer-card6 > h4 {
        line-height: 28px;
        text-align: center;
        font-size: 18px;
        color: #666;
    }

    .div-footer-card6 > p {
        line-height: 28px;
        text-align: center;
        color: #999;
        font-size: 14px;
    }

.img-100 {
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0px 5px;
}

    .img-100 img {
        width: 100px;
        height: 100px;
    }

.txt-100 {
    width: 100px;
    height: 40px;
    padding: 30px 5px;
    margin: 0px 5px;
}

    .txt-100 > p {
        line-height: 20px;
        font-size: 14px;
        color: #999;
        text-align: left;
    }

.div-breadcrumb {
    line-height: 30px;
    padding: 20px 0px;
}

    .div-breadcrumb div span .el-breadcrumb__separator {
        color: #999;
    }

.banner-img {
    padding: 0 10px;
    ;
}

    .banner-img img {
        width: 100%;
    }

.div-pgnum {
    text-align: center;
    padding: 5px;
}


.div-personal {
    position: relative;
    width: 100%;
}

.div-personalmenu {
    float: left;
    width: 198px;
    padding: 10px 0px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

    .div-personalmenu h2 {
        line-height: 40px;
        font-size: 18px;
        color: #333;
        padding: 0 20px;
    }

    .div-personalmenu .chose-yes {
        line-height: 35px;
        font-size: 14px;
        color: #666;
        padding: 0 20px;
        border-left: 5px solid #fff;
    }

    .div-personalmenu p:hover {
        background-color: #F2F6FC;
        border-left: 5px solid #2196f3;
        color: #2196f3;
    }

.div-personalmenu-act {
    background-color: #F2F6FC;
    border-left: 2px solid #0095D9;
}

.div-personalbody {
    width: 975px;
    margin-left: 25px;
    min-height: 640px;
    float: left;
}

.div-mymsg {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 15px;
}

.div-mymsg-tab {
}

.hudong-card {
    position: relative;
    width: 429px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #E6E6E6;
}

    .hudong-card h2 {
        font-size: 16px;
        color: #333;
        padding-top: 5px;
    }

    .hudong-card h4 {
        font-size: 12px;
        color: #999;
        padding: 5px 0 20px 0;
        font-weight: 500;
    }

    .hudong-card p {
        height: 50px;
        line-height: 25px;
        font-size: 14px;
        color: #999;
        overflow: hidden;
    }

    .hudong-card h6 {
        line-height: 30px;
        text-align: right;
        font-size: 14px;
        color: #2196F3;
    }

    .hudong-card img {
        width: 100%;
        height: 170px;
    }

.hudong-card-txt {
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

    .hudong-card-txt h4 {
        position: relative;
        height: 50px;
        line-height: 50px;
        background-color: #F5F5F5;
        padding: 0 10px;
    }

        .hudong-card-txt h4 span:first-child {
            color: #333;
            font-size: 16px;
        }

        .hudong-card-txt h4 span:last-child {
            position: absolute;
            right: 10px;
            color: #999;
            font-size: 14px;
            font-weight: 500;
        }

    .hudong-card-txt p {
        position: relative;
        height: 65px;
        line-height: 65px;
        padding: 0 10px;
    }

        .hudong-card-txt p span:first-child {
            color: #999;
            font-size: 12px;
        }

        .hudong-card-txt p span:last-child {
            position: absolute;
            right: 10px;
            color: #666;
            font-size: 14px;
        }

.hy-tx-h {
    float: left;
    text-align: center;
}

    .hy-tx-h img {
        width: 65px;
        height: 65px;
        padding: 7px;
        border: 1px dotted #fff;
        border-radius: 35px;
    }

    .hy-tx-h p {
        font-size: 12px;
        color: #FF5722;
    }

    .hy-tx-h h4 {
        line-height: 100px;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 500;
    }

.hy-vip-h {
    float: right;
    width: 160px;
    text-align: center;
    padding: 6px;
}

    .hy-vip-h img {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .hy-vip-h p {
        font-size: 14px;
        color: #333;
    }

.hy-yh-h {
    float: right;
    width: 130px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

    .hy-yh-h p {
        font-size: 14px;
    }

.zxdd-div {
}

    .zxdd-div > ul > li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        position: relative;
    }

        .zxdd-div > ul > li > h3 {
            font-size: 14px;
            color: #333;
        }

    .zxdd-div > h2 {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #2196F3;
        margin-bottom: 10px;
    }

        .zxdd-div > h2 span:first-child {
            color: #333;
            font-size: 14px;
            float: left;
        }

        .zxdd-div > h2 span:last-child {
            color: #2196F3;
            font-size: 14px;
            float: right;
            padding-right: 10px;
            font-weight: 500;
        }

.order-card {
    width: 100%;
    height: 135px;
    padding: 5px 0;
}

    .order-card > h5 {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #2196F3;
        overflow: hidden;
    }

    .order-card > ul > li {
        float: left;
    }

    .order-card .order-card-img {
        width: 140px;
        height: 100px;
    }

        .order-card .order-card-img img {
            width: 138px;
            height: 90px;
        }

    .order-card .order-card-txt {
        width: 500px;
        height: 100px;
        padding: 0 10px;
    }

        .order-card .order-card-txt p {
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            color: #333;
            overflow: hidden;
        }

            .order-card .order-card-txt p span:first-child {
                font-weight: 600;
            }

        .order-card .order-card-txt h5 {
            height: 50px;
            line-height: 25px;
            font-size: 12px;
            color: #333;
            font-weight: 500;
            overflow: hidden;
        }

            .order-card .order-card-txt h5 span:first-child {
                font-weight: 600;
            }

    .order-card .order-card-price {
        width: 140px;
        height: 100px;
    }

        .order-card .order-card-price h3 {
            font-size: 16px;
            color: #ff6600;
            text-align: center;
        }

.zxdd-div .order-card-btn {
    width: 140px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 20px;
}

    .zxdd-div .order-card-btn h4 {
        text-align: center;
        line-height: 40px;
    }

        .zxdd-div .order-card-btn h4 span {
            color: #fff;
            background-color: #2196F3;
            font-size: 12px;
            padding: 5px 15px;
        }

    .zxdd-div .order-card-btn h6 {
        text-align: center;
        line-height: 30px;
    }



.my-tx {
    text-align: center;
}

    .my-tx img {
        width: 70px;
        height: 70px;
        padding: 5px;
        border: 1px dotted #fff;
        border-radius: 40px;
    }


.div-form > label {
    float: left;
    width: 120px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 12px;
}

.div-form .form-item3 {
    position: relative;
    margin-left: 140px;
    line-height: 30px;
    padding-right: 20px;
}

.security-div {
    width: 100%;
}

    .security-div h2 {
        height: 50px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-left: 5px;
    }

        .security-div h2 span:first-child {
            font-size: 16px;
            color: #333;
        }

        .security-div h2 span:last-child {
            font-size: 14px;
            color: #2196F3;
            margin-left: 10px;
        }

.security-card {
    width: 100%;
    height: 100px;
    padding: 20px 0px;
    position: relative;
    border-bottom: 2px dotted #ccc;
}

    .security-card i {
        position: absolute;
        font-size: 30px;
        left: 30px;
        top: 40px;
    }

    .security-card h3 {
        line-height: 40px;
        margin-left: 100px;
        font-size: 18px;
        color: #666;
    }

    .security-card h4 {
        line-height: 30px;
        margin-left: 100px;
        font-size: 16px;
        color: #999;
        font-weight: 500;
    }

    .security-card h5 {
        line-height: 40px;
        font-size: 16px;
        color: #666;
        font-weight: 600;
        padding-left: 30px;
    }

    .security-card p {
        line-height: 30px;
        font-size: 14px;
        color: #666;
        font-weight: 500;
        padding-left: 50px;
    }

    .security-card h6 {
        position: absolute;
        width: 130px;
        line-height: 35px;
        top: 30px;
        right: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #666;
        border: 1px solid #ccc;
        background-color: #F5F5F5;
        cursor: pointer;
    }

        .security-card h6:hover {
            color: #2196F3;
            border: 1px solid #2196F3;
        }

.myaddress-div {
    width: 100%;
}

    .myaddress-div .myaddress-div-t {
        position: relative;
        height: 50px;
        border-bottom: 1px solid #E6E6E6;
    }

        .myaddress-div .myaddress-div-t h2 {
            line-height: 30px;
            margin: 10px 10px;
        }

        .myaddress-div .myaddress-div-t p {
            position: absolute;
            top: 6px;
            line-height: 30px;
            right: 20px;
            font-size: 14px;
            color: #2196F3;
            text-align: right;
            padding: 0 5px;
        }

    .myaddress-div .myaddress-div-d {
        position: relative;
        height: 80px;
        border: 1px solid #E6E6E6;
        padding: 10px;
        margin: 10px 0;
    }

        .myaddress-div .myaddress-div-d h4 {
            font-size: 14px;
            color: #333;
            line-height: 40px;
        }

            .myaddress-div .myaddress-div-d h4 span:last-child {
                font-size: 14px;
                color: #333;
                font-weight: 500;
                margin-left: 20px;
            }

        .myaddress-div .myaddress-div-d h6 {
            font-size: 12px;
            color: #777;
            line-height: 30px;
            font-weight: 500;
        }


        .myaddress-div .myaddress-div-d p {
            position: absolute;
            top: 20px;
            right: 20px;
            line-height: 60px;
            font-size: 14px;
            color: #2196F3;
            text-align: right;
        }

            .myaddress-div .myaddress-div-d p span {
                padding: 5px;
            }

.tab-td2 {
    width: 100%;
}

    .tab-td2 tr td {
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
    }

        .tab-td2 tr td p {
            line-height: 25px;
            font-size: 14px;
            padding-left: 10px;
        }

        .tab-td2 tr td h5 {
            line-height: 25px;
            font-size: 14px;
        }

        .tab-td2 tr td h6 {
            line-height: 25px;
            text-align: right;
            font-weight: 500;
            font-size: 14px;
            margin-right: 10px;
            font-weight: bold;
        }

        .tab-td2 tr td:first-child {
            width: 70%;
        }

        .tab-td2 tr td:last-child {
            width: 30%;
        }

.myintegral-div-t {
}

.myintegral-card {
    width: 272px;
    height: 207px;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: -1px;
}

    .myintegral-card p {
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }

    .myintegral-card h2 {
        text-align: center;
        font-size: 60px;
        color: #2196F3;
        line-height: 60px;
    }

    .myintegral-card h4 {
        text-align: center;
        line-height: 50px;
        font-size: 32px;
        color: #2196F3;
    }

    .myintegral-card h6 {
        text-align: center;
        line-height: 50px;
    }

        .myintegral-card h6 span {
            font-size: 12px;
            color: #2196F3;
            padding: 10px 15px;
            border: 1px solid #2196F3;
        }

.myintegral-card2 {
    position: relative;
    width: 272px;
    height: 83px;
    padding: 20px;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-top: -1px;
}

    .myintegral-card2 h2 {
        line-height: 63px;
        margin: 10px 30px;
        text-align: right;
        color: #2196F3;
        font-size: 28px;
    }

    .myintegral-card2 h4 {
        position: absolute;
        text-align: center;
        width: 100px;
        left: 30px;
        top: 25px;
        font-size: 40px;
        color: #888;
    }

    .myintegral-card2 p {
        position: absolute;
        text-align: center;
        width: 100px;
        left: 30px;
        top: 75px;
        font-size: 12px;
        color: #888;
    }

.el-card-div {
    width: 100%;
    margin-bottom: 20px;
}

.mytrack-div {
    min-height: 600px;
}

    .mytrack-div h2 {
        position: relative;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

        .mytrack-div h2 span:first-child {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            padding-left: 5px;
        }

        .mytrack-div h2 span:last-child {
            position: absolute;
            right: 20px;
            font-size: 14px;
            font-weight: 500;
            color: #2196F3;
        }

.mytrack-div-card {
    width: 263px;
    margin: 10px 20px;
    border: 1px solid #ccc;
}

    .mytrack-div-card img {
        width: 100%;
    }

    .mytrack-div-card h4 {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        padding: 5px 10px;
    }

    .mytrack-div-card h5 {
        font-size: 12px;
        font-weight: 500;
        color: #777;
        padding: 5px 10px;
    }

    .mytrack-div-card p {
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        color: #F04844;
        padding: 5px 10px;
    }

.mycoupon-div {
    min-height: 565px;
}

.coupon-card {
    width: 448px;
    height: 110px;
    margin: 10px;
    border: 1px dashed #ccc;
    overflow: hidden;
}

.coupon-card-num {
    position: relative;
    float: left;
    width: 118px;
    height: 110px;
    background-color: #2196F3;
    border-right: 2px dotted #fff;
}

    .coupon-card-num i {
        position: absolute;
        left: -7px;
        top: 50px;
        color: #fff;
    }

    .coupon-card-num h2 {
        margin-top: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .coupon-card-num p {
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

.coupon-card-txt {
    float: left;
    width: 216px;
}

    .coupon-card-txt h4 {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        padding-left: 10px;
        line-height: 28px;
    }

    .coupon-card-txt p {
        text-align: left;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        padding-left: 10px;
    }

.coupon-card-btn {
    float: left;
    width: 110px;
    height: 110px;
    border-left: 1px solid #ddd;
}

    .coupon-card-btn h6 {
        text-align: center;
        font-weight: 500;
        line-height: 30px;
    }

        .coupon-card-btn h6 span {
            font-size: 12px;
            padding: 5px 20px;
            color: #fff;
            background-color: #2196F3;
            border-radius: 30px;
        }

    .coupon-card-btn p {
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }

.coupon-card2 {
    width: 578px;
    height: 110px;
    margin: 20px 10px;
    ;
    border: 1px dashed #ccc;
    overflow: hidden;
}

.coupon-card2-num {
    position: relative;
    float: left;
    width: 118px;
    height: 110px;
    background-color: #2196F3;
    border-right: 2px dotted #fff;
}

    .coupon-card2-num i {
        position: absolute;
        left: -7px;
        top: 50px;
        color: #fff;
    }

    .coupon-card2-num h2 {
        margin-top: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .coupon-card2-num p {
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

.coupon-card2-txt {
    float: left;
    width: 290px;
    padding-left: 10px;
}

    .coupon-card2-txt h4 {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        padding-left: 10px;
        line-height: 28px;
    }

    .coupon-card2-txt p {
        text-align: left;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        padding-left: 15px;
    }

.coupon-card2-btn {
    float: left;
    width: 157px;
    height: 110px;
    border-left: 1px solid #ddd;
}

    .coupon-card2-btn h6 {
        text-align: center;
        font-weight: 500;
        line-height: 30px;
    }

        .coupon-card2-btn h6 span {
            font-size: 12px;
            padding: 5px 20px;
            color: #fff;
            background-color: #2196F3;
            border-radius: 30px;
        }

    .coupon-card2-btn p {
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }



.coupon-card3 {
    width: 400px;
    height: 110px;
    margin: 10px;
    border: 1px dashed #ccc;
    overflow: hidden;
}

.coupon-card3-num {
    position: relative;
    float: left;
    width: 118px;
    height: 110px;
    background-color: #2196F3;
    border-right: 2px dotted #fff;
}

    .coupon-card3-num i {
        position: absolute;
        left: -7px;
        top: 50px;
        color: #fff;
    }

    .coupon-card3-num h2 {
        margin-top: 20px;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .coupon-card3-num p {
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

.coupon-card3-txt {
    float: left;
    width: 216px;
    height: 110px;
}

    .coupon-card3-txt h4 {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        padding-left: 10px;
        line-height: 28px;
    }

    .coupon-card3-txt p {
        text-align: left;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        padding-left: 10px;
    }

.coupon-card3-btn {
    float: left;
    width: 60px;
    height: 110px;
}

    .coupon-card3-btn h6 {
        text-align: center;
        font-weight: 500;
        line-height: 30px;
    }

        .coupon-card3-btn h6 span {
            font-size: 12px;
            padding: 5px 20px;
            color: #fff;
            background-color: #2196F3;
            border-radius: 30px;
        }

    .coupon-card3-btn p {
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }

.yhq-exc-div {
    text-align: center;
    padding: 20px;
}

    .yhq-exc-div h2 {
        font-size: 20px;
        color: #666;
        line-height: 60px;
    }

.yhq-memo-div {
}

    .yhq-memo-div h2 {
        text-align: center;
        font-size: 30px;
        color: #2196F3;
        line-height: 40px;
    }

    .yhq-memo-div h3 {
        text-align: center;
        font-size: 16px;
        color: #999;
        line-height: 60px;
        font-weight: 500;
    }

    .yhq-memo-div h4 {
        text-align: center;
        font-size: 14px;
        color: #2196F3;
        font-weight: 500;
    }

    .yhq-memo-div h5 {
        text-align: left;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        padding-left: 20px;
    }

    .yhq-memo-div p {
        text-align: left;
        font-size: 12px;
        color: #999;
        line-height: 24px;
        padding-left: 20px;
    }

    .yhq-memo-div h6 {
        line-height: 90px;
        text-align: center;
        border-top: 1px dotted #ccc;
        font-weight: 500;
    }

        .yhq-memo-div h6 span {
            background-color: #2196F3;
            padding: 10px 60px;
            color: #fff;
            font-size: 14px;
            border-radius: 30px;
        }

.mycollect-div {
    min-height: 600px;
}

    .mycollect-div h2 {
        line-height: 40px;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #ccc;
    }

.trip-list-card {
    width: 100%;
    height: 122px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0px;
}

.trip-l-img {
    float: left;
    width: 16.66666666%;
}

    .trip-l-img img {
        width: 100%;
    }

.trip-l-txt {
    float: left;
    width: 50%;
}

    .trip-l-txt h4 {
        font-size: 14px;
        color: #2196F3;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
        overflow: hidden;
    }

    .trip-l-txt p {
        height: 72px;
        line-height: 24px;
        font-size: 12px;
        color: #666;
        padding: 0px 10px;
        overflow: hidden;
    }

.trip-l-btn {
    float: right;
    width: 33.33333333%;
    text-align: center;
}

    .trip-l-btn p {
        line-height: 50px;
    }

    .trip-l-btn h5 {
        line-height: 30px;
    }

        .trip-l-btn h5 span {
            padding: 8px 20px;
            background-color: #2196F3;
            font-size: 12px;
            color: #fff;
        }

    .trip-l-btn h6 {
        line-height: 30px;
    }

        .trip-l-btn h6 span {
            font-size: 12px;
            color: #999;
            padding: 8px 20px;
        }


.product-header {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #2196F3;
}

    .product-header p {
        cursor: pointer;
    }

    .product-header .left-title {
        float: left;
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        min-width: 100px;
        color: #333;
    }

    .product-header .right-title {
        float: right;
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        min-width: 100px;
        color: #2196F3;
    }

    .product-header .act {
        background-color: #2196F3;
        color: #fff;
    }

.product-search {
    width: 100%;
    background-color: #fff;
    padding-bottom: 5px;
}

    .product-search > ul > li {
        border-bottom: 1px solid #f5f5f5;
    }


.product-search-div {
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #E6E6E6;
}

    .product-search-div .product-search-t {
        float: left;
        width: 100px;
    }

        .product-search-div .product-search-t h2 {
            font-size: 14px;
            color: #666;
            text-align: center;
        }

    .product-search-div .product-search-x {
        float: left;
        width: 1020px;
        height: 40px;
    }

        .product-search-div .product-search-x ul li {
            float: left;
        }

            .product-search-div .product-search-x ul li p {
                line-height: 20px;
                border: 1px solid #ccc;
                margin: 7px 10px;
                padding: 2px 10px;
                font-size: 12px;
                color: #999;
            }

            .product-search-div .product-search-x ul li i {
            }

    .product-search-div .product-search-a {
        float: left;
        width: 60px;
    }

        .product-search-div .product-search-a h4 {
            font-size: 12px;
            color: #2196F3;
            text-align: center;
        }

    .product-search-div .product-search-l {
        float: left;
        width: 960px;
    }

        .product-search-div .product-search-l .product-search-l1 {
            max-height: 90px;
            overflow: hidden;
        }

            .product-search-div .product-search-l .product-search-l1 ul li {
                float: left;
            }

                .product-search-div .product-search-l .product-search-l1 ul li p {
                    line-height: 40px;
                    min-width: 40px;
                    font-size: 12px;
                    color: #333;
                    text-align: left;
                    margin: 0px 10px;
                }

                    .product-search-div .product-search-l .product-search-l1 ul li p span {
                        padding: 5px;
                    }

                        .product-search-div .product-search-l .product-search-l1 ul li p span:hover {
                            background-color: #2196F3;
                            color: #fff;
                        }

        .product-search-div .product-search-l .product-search-l0 {
            max-height: 40px;
            overflow: hidden;
        }

            .product-search-div .product-search-l .product-search-l0 ul li {
                float: left;
            }

                .product-search-div .product-search-l .product-search-l0 ul li p {
                    line-height: 40px;
                    min-width: 80px;
                    font-size: 12px;
                    color: #333;
                    text-align: left;
                    margin: 0px 10px;
                }

                    .product-search-div .product-search-l .product-search-l0 ul li p span {
                        padding: 5px 20px;
                    }

                        .product-search-div .product-search-l .product-search-l0 ul li p span:hover {
                            background-color: #2196F3;
                            color: #fff;
                        }


.max-h40 {
    max-height: 40px;
    overflow: hidden;
}

.max-h90 {
    max-height: 90px;
    overflow: hidden;
}

.max-h180 {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.product-search-div .product-search-l .product-search-l2 {
}

    .product-search-div .product-search-l .product-search-l2 ul li {
        float: left;
    }

        .product-search-div .product-search-l .product-search-l2 ul li p {
            line-height: 40px;
            min-width: 60px;
            font-size: 12px;
            color: #333;
            text-align: left;
            margin: 0 10px;
        }

            .product-search-div .product-search-l .product-search-l2 ul li p span {
                padding: 5px;
            }

                .product-search-div .product-search-l .product-search-l2 ul li p span:hover {
                    background-color: #2196F3;
                    color: #fff;
                }


.product-search-div .product-search-k {
    float: left;
    width: 80px;
}

    .product-search-div .product-search-k h6 {
        font-size: 12px;
        color: #2196F3;
        text-align: center;
        font-weight: 500;
    }

.product-list {
    width: 100%;
}

    .product-list .product-list-l {
        float: left;
        width: 915px;
        background-color: #fff;
        min-height: 600px;
        padding: 10px;
    }

        .product-list .product-list-l .product-list-l-t {
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #ccc;
        }

            .product-list .product-list-l .product-list-l-t .left-title {
                float: left;
                padding: 0 10px;
                font-size: 12px;
                line-height: 50px;
            }

                .product-list .product-list-l .product-list-l-t .left-title input {
                    width: 50px;
                    border: 1px solid #ccc;
                    height: 25px;
                }

            .product-list .product-list-l .product-list-l-t .act {
                border-bottom: 1px solid #2196F3;
                color: #2196F3;
            }

            .product-list .product-list-l .product-list-l-t .right-title {
                float: right;
                padding: 0 10px;
                font-size: 12px;
                line-height: 50px;
            }

        .product-list .product-list-l .product-list-l-b {
            height: 50px;
            line-height: 50px;
            padding: 0 10px;
            font-size: 12px;
            border-bottom: 1px solid #E6E6E6;
        }


        .product-list .product-list-l .product-list-l-s {
            width: 100%;
        }

            .product-list .product-list-l .product-list-l-s ul li .trip-list-txt h2:hover span:not(:nth-child(1)) {
                color: #2196f3;
            }

    .product-list .product-list-r {
        float: right;
        width: 250px;
    }

        .product-list .product-list-r .product-right-card {
            width: 230px;
            padding: 10px;
            background-color: #fff;
            min-height: 100px;
            margin-bottom: 20px;
        }

            .product-list .product-list-r .product-right-card h2 {
                font-size: 14px;
                line-height: 30px;
                border-bottom: 1px solid #ccc;
                font-weight: 500;
            }

            .product-list .product-list-r .product-right-card ul li {
                margin: 10px 0;
            }

            .product-list .product-list-r .product-right-card h4 {
                text-align: center;
                font-size: 14px;
                color: #2196F3;
                line-height: 30px;
                border-top: 1px solid #ccc;
                font-weight: 500;
            }

.trip-list-card2 {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.trip-list-img {
    float: left;
    width: 275px;
    height: 190px;
    position: relative;
}

    .trip-list-img img {
        width: 275px;
        height: 190px;
    }

    .trip-list-img p {
        position: absolute;
        left: 0px;
        bottom: 0;
        line-height: 28px;
        font-size: 12px;
        padding: 0 10px;
        color: #fff;
        background-color: rgba(00, 00, 00, 0.6)
    }

.trip-list-txt {
    float: left;
    width: 620px;
    height: 190px;
    position: relative;
}

    .trip-list-txt h2 {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        padding: 0 10px;
        height: 44px;
        line-height: 22px;
        overflow: hidden;
    }

    .trip-list-txt h4 {
        height: 26px;
        line-height: 24px;
        overflow: hidden;
        padding: 0px 150px 0px 10px;
        margin: 3px 0;
        overflow: hidden;
    }

        .trip-list-txt h4 span {
            font-size: 12px;
            padding: 3px 15px;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            margin: 0 3px;
            font-weight: 500;
        }

    .trip-list-txt .trip-txt-xcts {
        position: relative;
        padding: 0 150px 5px 10px;
    }

        .trip-list-txt .trip-txt-xcts h5 {
            position: absolute;
            top: 0;
            left: 10px;
            line-height: 26px;
            font-weight: 500;
        }

        .trip-list-txt .trip-txt-xcts pre {
            width: 460px;
            font-size: 12px;
            color: #666;
            height: 66px;
            line-height: 22px;
            padding-left: 20px;
            word-break: break-all;
            white-space: pre-wrap;
            overflow: hidden;
        }


    .trip-list-txt h6 {
        width: 310px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: #666;
        font-weight: 500;
        padding-left: 10px;
        overflow: hidden;
    }

.div-tripday {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 225px;
    bottom: 4px;
}

.div-tuanqi {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 140px;
    bottom: 4px;
}

    .div-tuanqi i:hover {
        color: #FF6600;
    }


.trip-list-btn {
    position: absolute;
    width: 150px;
    height: 100px;
    bottom: 10px;
    right: 0px;
    text-align: center;
}

    .trip-list-btn h3 {
        height: 30px;
        line-height: 30px;
    }

    .trip-list-btn p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .trip-list-btn h6 {
        height: 50px;
        line-height: 50px;
    }

        .trip-list-btn h6 span {
            background-color: #2196F3;
            color: #fff;
            font-size: 14px;
            padding: 10px 30px;
        }

.gg-img {
    width: 100%;
}

    .gg-img img {
        width: 230px;
    }

.act-card {
    padding: 20px;
}

    .act-card h2 {
        text-align: center;
        font-size: 60px;
        color: #2196F3;
        line-height: 80px;
    }

    .act-card h4 {
        text-align: center;
        font-size: 24px;
        color: #333;
        line-height: 40px;
    }

    .act-card p {
        text-align: center;
        line-height: 30px;
    }

    .act-card h6 {
        text-align: center;
        line-height: 50px;
    }

        .act-card h6 span {
            padding: 10px 50px;
            background-color: #2196F3;
            color: #fff;
            font-size: 12px;
        }

.trip-title {
    width: 100%;
}

    .trip-title h5 {
        width: 100%;
        text-align: left;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
    }

    .trip-title h2 {
        width: 100%;
        font-size: 20px;
        color: #333;
        text-align: left;
        height: 72px;
        line-height: 36px;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        overflow: hidden;
    }

.trip-info {
    width: 100%;
    position: relative;
}

    .trip-info .trip-imgs {
        float: left;
        width: 560px;
        height: 444px;
    }

    .trip-info .trip-txt {
        float: left;
        width: 620px;
        height: 444px;
        padding-left: 20px;
    }

.trip-txt-p {
    width: 100%;
    height: 100px;
    background-color: #FFF8EE;
    margin-bottom: 2px;
}

    .trip-txt-p h2 {
        text-align: center;
        line-height: 90px;
        padding: 0 10px;
        overflow: hidden;
        margin: 0;
        font-weight: 500;
    }

.trip-txt-p2 {
    width: 100%;
}

    .trip-txt-p2 h2 span:nth-child(2) {
        border: 1px solid #f04844;
        color: #f04844;
    }

    .trip-txt-p2 h2 {
        line-height: 70px;
        padding: 0 10px;
        overflow: hidden;
        margin: 0;
    }

.trip-txt-t {
    width: 100%;
    position: relative;
    min-height: 40px;
}

    .trip-txt-t h5 {
        position: absolute;
        line-height: 34px;
        left: 0;
        width: 80px;
        font-size: 14px;
        color: #555;
    }

    .trip-txt-t p .sp-btn-warning {
        margin-right: 3px;
    }

    .trip-txt-t p .sp-btn-success-p {
        margin-right: 3px;
    }
    /*手动添加优惠活动及行程特色背景颜色，规定到第五个*/
    .trip-txt-t p .sp-btn-warning:nth-child(1) {
        background-color: #EF5AA1;
        border: 1px solid #EF5AA1;
    }

    .trip-txt-t p .sp-btn-warning:nth-child(2) {
        background-color: #FF5722;
        border: 1px solid #FF5722;
    }

    .trip-txt-t p .sp-btn-warning:nth-child(3) {
        background-color: #F04844;
        border: 1px solid #F04844;
    }

    .trip-txt-t p .sp-btn-warning:nth-child(4) {
        background-color: #0ebbb0;
        border: 1px solid #0ebbb0;
    }

    .trip-txt-t p .sp-btn-success-p:nth-child(1) {
        border: 1px solid #1ABC9C;
        color: #1ABC9C;
        border-radius: 3px;
    }

    .trip-txt-t p .sp-btn-success-p:nth-child(2) {
        border: 1px solid #ff6600;
        color: #ff6600;
        border-radius: 3px;
    }

    .trip-txt-t p .sp-btn-success-p:nth-child(3) {
        border: 1px solid #f04844;
        color: #f04844;
        border-radius: 3px;
    }

    .trip-txt-t p .sp-btn-success-p:nth-child(4) {
        border: 1px solid #2196f3;
        color: #2196f3;
        border-radius: 3px;
    }

    .trip-txt-t p {
        position: absolute;
        right: 0;
        left: 80px;
        line-height: 34px;
        font-size: 12px;
        color: #666;
    }


    .trip-txt-t h6 {
        position: relative;
        line-height: 40px;
        font-size: 14px;
        color: #444;
        font-weight: 500;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
    }

        .trip-txt-t h6 span:first-child {
            margin-right: 40px;
        }

        .trip-txt-t h6 span:last-child {
            position: absolute;
            right: 10px;
        }

.trip-txt-t2 {
    width: 100%;
    position: relative;
    height: 135px;
    line-height: 30px;
}

    .trip-txt-t2 h5 {
        position: absolute;
        line-height: 30px;
        left: 0;
        width: 80px;
        font-size: 14px;
        color: #555;
    }

    .trip-txt-t2 pre {
        position: absolute;
        width: 540px;
        right: 0;
        left: 80px;
        height: 130px;
        line-height: 26px;
        word-break: break-all;
        white-space: pre-wrap;
        overflow: hidden;
        font-size: 14px;
        color: #666;
    }

.trip-kuaijie {
    position: relative;
    width: 1200px;
    height: 62px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #ddd;
    z-index: 99;
}

    .trip-kuaijie > ul > li {
        float: left;
    }

        .trip-kuaijie > ul > li h2 {
            width: 120px;
            line-height: 62px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
        }

        .trip-kuaijie > ul > li h6 {
            position: absolute;
            right: 0;
            top: 0;
            width: 200px;
            line-height: 62px;
            text-align: center;
            font-size: 14px;
            background-color: #2196f3;
            color: #fff;
            cursor: pointer;
        }

    .trip-kuaijie .trip-day-list {
        position: fixed;
        padding-bottom: 10px;
        width: 88px;
        background-color: #fff;
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

        .trip-kuaijie .trip-day-list ul li {
            background-color: #fff;
        }

            .trip-kuaijie .trip-day-list ul li p {
                width: 100%;
                text-align: center;
                line-height: 47px;
                color: #2196f3;
                cursor: pointer;
                border-top: 1px solid #f5f5f5;
                border-bottom: 1px solid #f5f5f5;
            }

.trip-dinggou {
    width: 100%;
}

.trip-tuanqi {
    width: 560px;
    float: left;
}

    .trip-tuanqi > h2 {
        text-align: center;
        line-height: 50px;
        background-color: #f5f5f5;
        font-size: 12px;
        color: #666;
    }

        .trip-tuanqi > h2 span i {
            font-size: 18px;
            font-weight: 600;
        }

        .trip-tuanqi > h2 span {
            padding: 18px 15px;
            cursor: pointer;
        }

            .trip-tuanqi > h2 span:first-child:hover {
                color: red;
            }

            .trip-tuanqi > h2 span:last-child:hover {
                color: red;
            }



    .trip-tuanqi > h3 {
        text-align: center;
        line-height: 33px;
        color: #333;
        font-size: 14px;
    }

    .trip-tuanqi .trip-calendar {
        width: 100%;
        background-color: #f0f0f0;
    }

        .trip-tuanqi .trip-calendar ul li {
            float: left;
            width: 78px;
            margin: 1px;
        }

        .trip-tuanqi .trip-calendar h4 {
            width: 100%;
            line-height: 35px;
            text-align: center;
            font-size: 14px;
            color: #666;
        }

.tuanqi-act {
    background-color: #2196F3;
    color: #fff;
}

.tuanqi-header {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}

    .tuanqi-header .tuanqi-next {
        width: 94px;
        height: 50px;
        float: left;
        cursor: pointer;
    }

        .tuanqi-header .tuanqi-next p {
            line-height: 50px;
            text-align: center;
        }

            .tuanqi-header .tuanqi-next p i {
                font-size: 20px;
                font-weight: 600;
            }

            .tuanqi-header .tuanqi-next p:hover {
                color: red;
            }

    .tuanqi-header .tuanqi-years {
        width: 372px;
        height: 50px;
        float: left;
        overflow: hidden;
    }

        .tuanqi-header .tuanqi-years ul li {
            width: 93px;
            float: left;
        }

            .tuanqi-header .tuanqi-years ul li p {
                line-height: 50px;
                text-align: center;
                font-size: 14px;
                cursor: pointer;
                user-select: none;
            }

.day-card {
    height: 43px;
    background-color: #fff;
    border: 1px solid #fff;
}

    .day-card h6 {
        height: 25px;
        line-height: 25px;
        text-align: left;
        padding-left: 5px;
    }

    .day-card p {
        height: 20px;
        line-height: 20px;
        text-align: right;
        padding-right: 5px;
        color: #F04844;
    }

.day-card-act {
    border: 1px solid #2196F3;
}

.trip-tuanqi .trip-tcsm {
    width: 100%;
    height: 108px;
    background-color: #fff;
}

    .trip-tuanqi .trip-tcsm ul li {
        float: left;
        width: 91.33333px;
        height: 88px;
        border: 1px solid #ddd;
        padding: 9px 0;
    }

    .trip-tuanqi .trip-tcsm h5 {
        text-align: center;
        height: 36px;
        line-height: 36px;
        color: #666;
        font-weight: 500;
    }

        .trip-tuanqi .trip-tcsm h5 i {
            font-size: 22px;
            padding: 0;
            margin: 0;
        }

    .trip-tuanqi .trip-tcsm h6 {
        text-align: center;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        color: #666;
    }

    .trip-tuanqi .trip-tcsm p {
        text-align: center;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

.trip-yuding {
    float: left;
    width: 600px;
    height: 524px;
    padding-left: 40px;
}

    .trip-yuding h2 {
        line-height: 50px;
        font-size: 16px;
        color: #333;
        text-align: left;
    }

    .trip-yuding .trip-form {
        width: 100%;
        height: 319px;
    }

    .trip-yuding .trip-form-btn {
        width: 100%;
        height: 110px;
    }

        .trip-yuding .trip-form-btn h3 {
            text-align: right;
            line-height: 50px;
            font-size: 16px;
            padding-right: 200px;
        }

        .trip-yuding .trip-form-btn h4 {
            text-align: center;
            font-size: 14px;
            line-height: 60px;
        }

            .trip-yuding .trip-form-btn h4 span:first-child {
                background-color: #2196F3;
                color: #fff;
                padding: 15px 40px;
                margin-right: 20px;
            }

            .trip-yuding .trip-form-btn h4 span:last-child {
                background-color: #F5F5F5;
                color: #666;
                border: 1px solid #ccc;
                padding: 15px 40px;
            }

.form-card {
    position: relative;
    height: 60px;
    line-height: 60px;
}



.form-card-pop {
    display: block;
    border: 1px solid #aaa;
    min-width: 302px;
    position: absolute;
    right: 0px;
    top: 52px;
    background-color: #fff;
    padding: 5px;
    z-index: 999;
}

    .form-card-pop h4 {
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #666;
        background-color: #F0F0F0;
        margin-bottom: 5px;
    }

    .form-card-pop h6 {
        line-height: 60px;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
    }

        .form-card-pop h6 > span:first-child {
            background-color: #2196F3;
            color: #fff;
            padding: 5px 20px;
            font-size: 14px;
            font-weight: 500;
            margin: 0 10px;
        }

        .form-card-pop h6 > span:last-child {
            background-color: #CCCCCC;
            color: #fff;
            padding: 5px 20px;
            font-size: 14px;
            font-weight: 500;
            margin: 0 10px;
        }

    .form-card-pop .form-card-pop-t {
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
    }

        .form-card-pop .form-card-pop-t table {
            width: 100%;
            background-color: #fff;
            margin-bottom: 20px;
        }

            .form-card-pop .form-card-pop-t table tr {
                cursor: pointer;
            }

                .form-card-pop .form-card-pop-t table tr:hover td {
                    background-color: #EBEEF5;
                }

                .form-card-pop .form-card-pop-t table tr th {
                    height: 30px;
                    line-height: 30px;
                    background-color: #F0F0F0;
                    text-align: center;
                    font-size: 14px;
                    color: #666;
                }

                .form-card-pop .form-card-pop-t table tr td {
                    height: 30px;
                    line-height: 30px;
                    border-bottom: 1px solid #ddd;
                    padding: 0 5px;
                }

                    .form-card-pop .form-card-pop-t table tr td p {
                    }

        .form-card-pop .form-card-pop-t .form-card-pop-c {
            min-width: 500px;
        }

            .form-card-pop .form-card-pop-t .form-card-pop-c h5 {
                line-height: 30px;
                font-size: 14px;
                color: #666;
                padding: 0 5px;
                cursor: pointer;
                background-color: #F5F5F5;
                margin-bottom: 5px;
                border: 1px dotted #ccc;
            }

.form-card > label {
    position: absolute;
    width: 90px;
    height: 60px;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #333;
}

.form-card .form-card-input {
    position: absolute;
    left: 90px;
    top: 0;
    height: 60px;
}

    .form-card .form-card-input > select {
        width: 310px;
        height: 35px;
        padding: 0 5px;
        font-size: 12px;
        color: #666;
        border: 1px solid #ccc;
    }

    .form-card .form-card-input > input {
        width: 300px;
        height: 35px;
        padding: 0 5px;
        font-size: 12px;
        border: 1px solid #ccc;
    }

    .form-card .form-card-input > p {
        position: absolute;
        top: 0;
        left: 320px;
        width: 140px;
        font-size: 12px;
        color: #666;
    }

.div-cpts {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .div-cpts img {
        max-width: 800px;
        margin: -2px auto;
        padding: 0;
    }

.div-trip-info {
    width: 100%;
    margin-bottom: 20px;
}

    .div-trip-info > h2 {
        line-height: 30px;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .div-trip-info > h2 span:first-child {
            color: #2196F3;
        }

    .div-trip-info > p {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 30px;
    }

    .div-trip-info > h3 {
        text-align: center;
        font-size: 14px;
        color: #2196F3;
        line-height: 50px;
    }

        .div-trip-info > h3 > span {
            padding: 10px 80px;
            border: 1px solid #2196F3;
            font-weight: 500;
        }

.div-ckxc {
    width: 100%;
    position: relative;
}

    .div-ckxc .div-ckxc-m {
        float: left;
        width: 88px;
        background-color: #e6e6e6;
        border: 1px solid #f5f5f5;
    }

        .div-ckxc .div-ckxc-m ul li {
            margin-bottom: 1px;
            background-color: #fff;
        }

            .div-ckxc .div-ckxc-m ul li p {
                text-align: center;
                line-height: 47px;
                color: #2196f3;
                cursor: pointer;
            }

    .div-ckxc .div-ckxc-t {
        /*margin-left: 90px;*/
        width: 1070px;
        float: left;
        min-height: 400px;
        background-color: #F5F5F5;
        padding: 20px;
    }

        .div-ckxc .div-ckxc-t h3 {
            font-size: 20px;
            color: #333;
            line-height: 30px;
            font-weight: 600;
        }

            .div-ckxc .div-ckxc-t h3 span:first-child {
                margin-right: 30px;
            }

        .div-ckxc .div-ckxc-t .day-txt2 {
            width: 100%;
            min-height: 26px;
            line-height: 26px;
            margin-bottom: 10px;
        }

            .div-ckxc .div-ckxc-t .day-txt2 pre {
                width: 1040px;
                word-break: break-all;
                white-space: pre-wrap;
                color: #333;
                font-size: 14px;
                line-height: 24px;
                margin: 5px 15px;
            }

        .div-ckxc .div-ckxc-t .day-txt {
            width: 100%;
            min-height: 26px;
            line-height: 26px;
            margin-left: 15px;
            padding: 5px 0;
        }

            .div-ckxc .div-ckxc-t .day-txt h4 {
                float: left;
                width: 80px;
                text-align: left;
                font-size: 14px;
                color: #333;
            }

            .div-ckxc .div-ckxc-t .day-txt p {
                font-size: 14px;
                color: #333;
            }

            .div-ckxc .div-ckxc-t .day-txt pre {
                width: 980px;
                margin-left: 80px;
                word-break: break-all;
                white-space: pre-wrap;
                color: #333;
                font-size: 14px;
                line-height: 24px;
            }


.day-imgs {
    width: 100%;
    min-height: 20px;
}

    .day-imgs ul li {
        float: left;
        padding: 10px 15px;
    }

        .day-imgs ul li img {
            width: 326px;
            height: 216px;
        }

        .day-imgs ul li p {
            text-align: center;
            color: #333;
            font-size: 14px;
        }


.div-fysm {
    padding: 0px 20px;
}

    .div-fysm h4 {
        line-height: 30px;
        font-size: 14px;
        color: #333;
    }

    .div-fysm pre {
        width: 100%;
        word-break: break-all;
        white-space: pre-wrap;
        font-size: 14px;
        color: #333;
        line-height: 22px;
    }

    .div-fysm table {
        width: 100%;
    }

        .div-fysm table th {
            text-align: left;
            background-color: #F2F2F2;
            line-height: 30px;
            color: #333;
            font-size: 14px;
            padding: 0 10px;
        }

        .div-fysm table td {
            text-align: left;
            line-height: 30px;
            color: #333;
            font-size: 14px;
            padding: 0 10px;
        }

        .div-fysm table tr:nth-child(2n) td {
            background-color: #F2F2F2;
        }

.div-kfpj {
    width: 100%;
}

    .div-kfpj .kfpj-card {
        width: 100%;
        padding-top: 10px;
        border-bottom: 1px dotted #ccc;
    }

        .div-kfpj .kfpj-card .kfpj-card-img {
            float: left;
            width: 200px;
            text-align: center;
        }

            .div-kfpj .kfpj-card .kfpj-card-img img {
                width: 50px;
                height: 50px;
            }

            .div-kfpj .kfpj-card .kfpj-card-img p {
                font-size: 14px;
                color: #333;
                line-height: 30px;
            }

            .div-kfpj .kfpj-card .kfpj-card-img h5 {
                line-height: 24px;
            }

                .div-kfpj .kfpj-card .kfpj-card-img h5 span {
                    font-size: 12px;
                    color: #666;
                }

                .div-kfpj .kfpj-card .kfpj-card-img h5 i {
                    font-size: 14px;
                    color: #ff6600;
                }

        .div-kfpj .kfpj-card .kfpj-card-txt {
            margin-left: 200px;
        }

            .div-kfpj .kfpj-card .kfpj-card-txt h4 {
                font-size: 12px;
                line-height: 40px;
            }

                .div-kfpj .kfpj-card .kfpj-card-txt h4 .sp-btn-danger {
                    background-color: #f04844;
                }

                .div-kfpj .kfpj-card .kfpj-card-txt h4 .sp-danger {
                    color: #f04844;
                }

            .div-kfpj .kfpj-card .kfpj-card-txt pre {
                width: 100%;
                word-break: break-all;
                white-space: pre-wrap;
                color: #333;
                font-size: 14px;
                line-height: 22px;
                margin: 5px 0;
            }

            .div-kfpj .kfpj-card .kfpj-card-txt h5 {
                font-size: 14px;
                color: #999;
                line-height: 25px;
            }

.kfpj-imgs {
    width: 100%;
}

    .kfpj-imgs ul li {
        float: left;
        padding: 5px;
    }

        .kfpj-imgs ul li img {
            width: 96px;
            height: 96px;
        }

.tab-shopcart2 {
    width: 100%;
    background-color: #fff;
}

    .tab-shopcart2 tr td {
        text-align: center;
    }

    .tab-shopcart2 h4 {
        line-height: 60px;
        font-size: 20px;
        color: #999;
        font-weight: 500;
    }

    .tab-shopcart2 h6 {
        line-height: 60px;
        font-weight: 500;
    }

        .tab-shopcart2 h6 span {
            padding: 10px 30px;
            font-size: 14px;
            color: #666;
            border: 1px solid #CCCCCC;
        }

.tab-shopcart {
    width: 100%;
    background-color: #fff;
}

    .tab-shopcart th {
        text-align: left;
        font-size: 14px;
        color: #666;
        line-height: 40px;
        padding: 5px;
    }

    .tab-shopcart td {
        border-top: 1px solid #e6e6e6;
    }

        .tab-shopcart td:first-child {
            text-align: center;
            min-width: 40px;
        }

        .tab-shopcart td:nth-child(2) {
            width: 550px;
        }

        .tab-shopcart td .shop-btn {
            text-align: center;
            background-color: #2196F3;
            color: #fff;
            font-size: 18px;
            line-height: 70px;
            min-width: 200px;
        }



.shop-trip-card {
    width: 520px;
    margin: 5px 0;
}

    .shop-trip-card h2 {
        line-height: 24px;
        font-size: 14px;
        color: #2196F3;
    }

    .shop-trip-card img {
        float: left;
        width: 126px;
        height: 90px;
    }

    .shop-trip-card .shop-trip-card-t {
        margin-left: 136px;
    }

        .shop-trip-card .shop-trip-card-t > p {
            line-height: 26px;
            font-size: 12px;
            color: #333;
        }

        .shop-trip-card .shop-trip-card-t .div-xm-list {
            width: 100%;
            height: 26px;
        }

            .shop-trip-card .shop-trip-card-t .div-xm-list ul li {
                float: left;
            }

                .shop-trip-card .shop-trip-card-t .div-xm-list ul li h5 {
                    line-height: 26px;
                    font-size: 12px;
                    color: #333;
                    font-weight: 500;
                }

.div-xm-card {
    position: relative;
    line-height: 26px;
}

    .div-xm-card h4 {
        width: 70px;
        padding: 0 5px;
        line-height: 26px;
        font-size: 12px;
        color: #333;
        font-weight: 500;
        cursor: pointer;
    }

        .div-xm-card h4:hover {
            color: #2196F3;
        }

    .div-xm-card:hover .div-xm-info {
        display: block;
        z-index: 999;
    }

    .div-xm-card .div-xm-info {
        display: none;
        position: absolute;
        left: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        min-height: 26px;
        min-width: 300px;
        padding: 5px;
    }

        .div-xm-card .div-xm-info p {
            line-height: 24px;
            font-size: 12px;
            color: #FF6600;
        }




.div-process {
    height: 80px;
    position: relative;
}

    .div-process h2 {
        text-align: center;
        line-height: 60px;
        font-size: 16px;
    }

        .div-process h2 .div-process-1 i {
            font-size: 22px;
            font-weight: 500;
        }

        .div-process h2 .div-process-2 {
            font-weight: normal;
        }

        .div-process h2 .div-process-3 {
            display: inline-block;
            display: -moz-inline-box;
            height: 2px;
            line-height: 2px;
            padding: 0px 50px;
            margin: 0 5px 5px 5px;
        }

.div-reserve {
    width: 100%;
}

    .div-reserve .div-reserve-l {
        width: 880px;
        float: left;
    }

        .div-reserve .div-reserve-l > h2 {
            line-height: 60px;
            font-size: 14px;
            font-weight: 500;
        }

            .div-reserve .div-reserve-l > h2 span:last-child {
                background-color: #2196F3;
                color: #fff;
                padding: 0 55px;
            }

    .div-reserve .div-reserve-r {
        width: 300px;
        float: right;
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }

        .div-reserve .div-reserve-r > h2 {
            line-height: 45px;
            background-color: #2196F3;
            color: #fff;
            text-align: center;
            font-size: 16px;
        }

        .div-reserve .div-reserve-r > h6 {
            position: relative;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
        }

            .div-reserve .div-reserve-r > h6 span:first-child {
                position: absolute;
                left: 0px;
                right: 50%;
                top: 0;
                bottom: 0;
                color: #ff6a00;
                font-size: 14px;
                text-align: center;
            }

            .div-reserve .div-reserve-r > h6 span:last-child {
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                left: 50%;
                background-color: #2196F3;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }


.div-reserve-lcard {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

    .div-reserve-lcard > h2 {
        line-height: 41px;
        border-bottom: 1px solid #2196F3;
        background-color: #2196F3;
        padding: 0 10px;
        font-weight: 500;
    }

    .div-reserve-lcard > h3 {
        line-height: 44px;
        border-bottom: 1px solid #2196F3;
        background-color: #f5f5f5;
        padding: 0 10px;
        font-weight: 500;
    }

    .div-reserve-lcard table {
        width: 100%;
        margin: 10px 0;
    }

        .div-reserve-lcard table tr {
            line-height: 45px;
        }

            .div-reserve-lcard table tr th {
                font-size: 14px;
                color: #999;
                background-color: #F5F5F5;
            }

            .div-reserve-lcard table tr td {
                padding: 0 10px;
            }

                .div-reserve-lcard table tr td input {
                    line-height: 25px;
                    padding: 5px;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    outline: none;
                    border-bottom: 1px solid #ccc;
                    font-size: 14px;
                    color: #333;
                }

                    .div-reserve-lcard table tr td input:-moz-placeholder,
                    textarea:-moz-placeholder {
                        color: #999;
                    }



                    .div-reserve-lcard table tr td input:-ms-input-placeholder,
                    textarea:-ms-input-placeholder {
                        color: #999;
                    }



                    .div-reserve-lcard table tr td input::-webkit-input-placeholder,
                    textarea::-webkit-input-placeholder {
                        color: #999;
                    }

                .div-reserve-lcard table tr td select {
                    height: 36px;
                    padding: 2px;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 1px solid #ccc;
                    font-size: 14px;
                    color: #333;
                }

.div-reserve-yk > h3 {
    line-height: 30px;
    border-bottom: 1px solid #2196F3;
    margin: 20px 10px 0 10px;
    font-weight: 500;
}

.div-reserve-txt {
    width: 100%;
}

    .div-reserve-txt > table {
        width: 100%;
    }

        .div-reserve-txt > table tr {
            line-height: 28px;
            padding: 5px;
        }

            .div-reserve-txt > table tr td {
                border-bottom: 1px dotted #E4E7ED;
            }

    .div-reserve-txt p {
        line-height: 28px;
        text-align: left;
    }

.div-reserve-coupon {
    width: 100%;
}

    .div-reserve-coupon ul {
        display: inline-block;
    }

    .div-reserve-coupon > p {
        line-height: 40px;
        padding: 0 20px;
    }


.div-reserve-rcard {
    position: relative;
    min-height: 26px;
}

    .div-reserve-rcard h2 {
        padding: 10px 10px;
        font-size: 14px;
        color: #2196F3;
        line-height: 22px;
        font-weight: 500;
        overflow: hidden;
    }

    .div-reserve-rcard h3 {
        padding: 0 10px;
        font-size: 14px;
        position: absolute;
        left: 0;
        line-height: 26px;
    }

    .div-reserve-rcard h4 {
        padding: 0 10px;
        font-size: 14px;
        color: #999;
        position: absolute;
        left: 0;
        line-height: 26px;
        font-weight: 500;
    }

    .div-reserve-rcard h6 {
        padding: 0 10px;
        line-height: 26px;
        padding-left: 100px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

    .div-reserve-rcard p {
        padding: 0 10px;
        line-height: 26px;
        text-align: right;
        font-size: 14px;
    }

    .div-reserve-rcard h5 {
        padding: 0 10px;
        line-height: 50px;
        background-color: #E2F2FD;
        font-size: 16px;
    }

.coupon-calss-div {
    width: 180px;
    height: 50px;
    float: left;
    border: 1px solid #ccc;
    margin: 15px 18px;
}

    .coupon-calss-div p {
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        color: #999;
        cursor: pointer;
    }

        .coupon-calss-div p:hover {
            color: #2196F3;
        }

.pop-coupon {
    padding: 10px;
}

    .pop-coupon .pop-coupon-div {
        height: 500px;
        padding: 10px 0;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

        .pop-coupon .pop-coupon-div > h4 {
            text-align: left;
            font-size: 16px;
            color: #F04844;
            line-height: 60px;
            padding: 0 20px;
            font-weight: 500;
        }

.pop-scroll {
    height: 500px;
    padding: 10px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.pop-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    margin-bottom: 15px;
}

.pop-btn {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 500;
}

    .pop-btn span {
        padding: 10px 40px;
        margin: 0 20px;
        border: 1px solid #ccc;
        cursor: pointer;
    }

        .pop-btn span:first-child {
            background-color: #f5f5f5;
            color: #888;
        }

        .pop-btn span:last-child {
            background-color: #2196F3;
            color: #fff;
        }

.pop-btn-blue {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 500;
}

    .pop-btn-blue .pbtn1 {
        background-color: #2196F3;
        color: #fff;
        padding: 10px 40px;
        margin: 10px;
        cursor: pointer;
    }

    .pop-btn-blue .pbtn2 {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        color: #888;
        padding: 10px 30px;
        margin: 10px;
        cursor: pointer;
    }

.pop-bill {
    padding: 10px;
}

    .pop-bill .pop-bill-type {
        margin-bottom: 15px;
    }

        .pop-bill .pop-bill-type p {
            width: 254px;
        }

.bill-cel {
    border: 1px solid #ccc;
    color: #666;
}

.bill-act {
    border: 1px solid #2196F3;
    color: #2196F3;
}

.pop-bill .pop-bill-input {
    padding: 0 10px;
}

.pop-bill .pop-bill-msg {
    font-size: 12px;
    color: #888;
    padding: 10px;
}

    .pop-bill .pop-bill-msg p {
        line-height: 24px;
    }

    .pop-bill .pop-bill-msg h5 {
        line-height: 24px;
        font-size: 12px;
        color: #2196F3;
    }


.div-orderpay {
    width: 100%;
    background-color: #fff;
}

    .div-orderpay > h2 {
        line-height: 50px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        color: #666;
        padding: 0 40px;
        font-weight: 500;
    }

.div-orderpay-t {
    height: 100px;
    position: relative;
    padding: 20px 50px;
    margin-bottom: 20px;
}

    .div-orderpay-t img {
        position: absolute;
        width: 75px;
        height: 75px;
        left: 50px;
        top: 32.5px;
    }

    .div-orderpay-t p {
        padding-left: 100px;
        line-height: 35px;
    }

    .div-orderpay-t h4 {
        position: absolute;
        top: 40px;
        right: 50px;
        line-height: 80px;
    }

.div-orderpay-p {
    padding: 10px 40px;
}

    .div-orderpay-p h3 {
        line-height: 40px;
        font-size: 16px;
        color: #666;
        font-weight: 500;
    }

    .div-orderpay-p ul li {
        float: left;
        padding-right: 10px;
    }

.pay-card {
    width: 205px;
    height: 60px;
    border-radius: 2px;
    position: relative;
}

    .pay-card > i {
        position: absolute;
        color: red;
        top: 5px;
        right: 5px;
        font-size: 30px;
    }

    .pay-card p {
        text-align: center;
        line-height: 60px;
        color: #999;
        border: 1px solid #ccc;
        cursor: pointer;
    }

        .pay-card p:hover {
            border: 1px solid #F04844;
        }

    .pay-card .p-act {
        color: #F04844;
        border: 1px solid red;
    }

    .pay-card p i {
        font-size: 24px;
        padding-right: 5px;
    }

    .pay-card p span {
        font-size: 18px;
    }

.div-recurrence {
    text-align: center;
    background-color: #fff;
    padding: 40px;
}

    .div-recurrence img {
        width: 75px;
        height: 75px;
        margin-bottom: 40px;
    }

    .div-recurrence h2 {
        font-size: 24px;
        color: #333;
        line-height: 32px;
        font-weight: 500;
    }

    .div-recurrence h4 {
        font-size: 16px;
        color: #ccc;
        line-height: 32px;
        font-weight: 500;
    }

    .div-recurrence p {
        font-size: 14px;
        line-height: 32px;
    }

    .div-recurrence h5 {
        font-size: 12px;
        line-height: 32px;
        color: #999;
        font-weight: 500;
    }

.div-tabs {
    width: 100%;
    height: 51px;
    background-color: #F5F5F5;
}

    .div-tabs ul li {
        float: left;
    }

        .div-tabs ul li p {
            width: 118px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            border: 1px solid #eee;
            cursor: pointer;
        }

.div-myorder {
    width: 100%;
    background-color: #fff;
}

    .div-myorder .div-myorder-t1 {
        padding: 10px;
    }

        .div-myorder .div-myorder-t1 > table {
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .div-myorder .div-myorder-t1 > table > tbody > tr {
            }

                .div-myorder .div-myorder-t1 > table > tbody > tr > th {
                    background-color: #F5F5F5;
                    line-height: 40px;
                    font-size: 14px;
                    color: #333;
                }

        .div-myorder .div-myorder-t1 > h2 {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #2196F3;
            margin-bottom: 10px;
        }

            .div-myorder .div-myorder-t1 > h2 > span {
                color: #333;
                font-size: 14px;
                float: left;
            }

            .div-myorder .div-myorder-t1 > h2 > a > span {
                color: #2196F3;
                font-size: 14px;
                float: right;
                padding-right: 10px;
                font-weight: 500;
            }

    .div-myorder .div-myorder-t2 {
        width: 100%;
        padding: 0;
        margin: 10px 0 0 0;
        background-color: #F5F5F5;
    }

        .div-myorder .div-myorder-t2 tr {
            margin: 0;
            padding: 0;
            background-color: #F5F5F5;
        }

            .div-myorder .div-myorder-t2 tr th h2 {
                font-size: 12px;
                text-align: left;
                line-height: 30px;
                padding: 10px;
                font-weight: 500;
            }

            .div-myorder .div-myorder-t2 tr td {
                background-color: #fff;
                text-align: center;
                padding: 10px;
            }

.myorder-btn {
    width: 100%;
}

    .myorder-btn h6 {
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        margin-top: 10px;
    }

        .myorder-btn h6 span {
            background-color: #2196F3;
            color: #fff;
            padding: 7px 20px;
        }

    .myorder-btn p {
        font-size: 12px;
        color: #666;
        line-height: 24px;
        text-align: center;
    }

.myorder-card {
    width: 100%;
    height: 90px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}

    .myorder-card img {
        width: 138px;
        height: 90px;
        float: left;
    }

    .myorder-card h4 {
        text-align: left;
        font-size: 12px;
        color: #333;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-weight: 500;
        margin: 5px 0 5px 150px;
    }

    .myorder-card p {
        margin-left: 150px;
        text-align: left;
        font-size: 12px;
        color: #333;
        line-height: 20px;
    }


.div-orderdetail {
    width: 100%;
}

.div-orderdetail-t {
    background-color: #fff;
    text-align: center;
    height: 119px;
    padding: 20px 0px 10px 0px;
    margin-bottom: 4px;
}

    .div-orderdetail-t ul li {
        float: left;
        width: 200px;
    }

        .div-orderdetail-t ul li img {
            width: 40px;
            height: 40px;
            margin: 5px;
        }

        .div-orderdetail-t ul li h2 {
            font-size: 16px;
            color: #2196F3;
            line-height: 30px;
        }

        .div-orderdetail-t ul li h3 {
            font-size: 14px;
            color: #F04844;
            font-weight: 500;
        }

        .div-orderdetail-t ul li p {
            font-size: 14px;
            line-height: 30px;
        }

        .div-orderdetail-t ul li h4 {
            font-size: 20px;
            line-height: 34px;
        }

        .div-orderdetail-t ul li h5 {
            font-size: 14px;
            line-height: 34px;
            margin-top: 5px;
        }

            .div-orderdetail-t ul li h5 span {
                padding: 5px 20px;
                border: 1px solid #e6e6e6;
                background-color: #e6e6e6;
                color: #666666;
            }

        .div-orderdetail-t ul li h6 {
            font-size: 14px;
            line-height: 34px;
        }

            .div-orderdetail-t ul li h6 span {
                padding: 5px 20px;
                border: 1px solid #2196F3;
                background-color: #2196F3;
                color: #fff;
            }

.div-orderdetail .div-orderdetail-b {
    background-color: #fff;
    padding: 20px;
}

    .div-orderdetail .div-orderdetail-b > .div-reserve-lcard {
        margin: 15px 20px;
    }

        .div-orderdetail .div-orderdetail-b > .div-reserve-lcard > h2 {
            line-height: 35px;
        }

        .div-orderdetail .div-orderdetail-b > .div-reserve-lcard > .div-reserve-yk > table > thead > tr {
            line-height: 40px;
            background-color: #f5f5f5;
        }

.div-reserve-l > .div-reserve-lcard > h2 {
    line-height: 35px;
}

.table-log {
    width: 100%;
}

    .table-log tr th {
    }

    .table-log tr td {
        text-align: left;
        line-height: 20px;
        color: #999;
        font-size: 12px;
    }

        .table-log tr td:first-child {
            width: 150px;
        }

.h6-btn-r {
    line-height: 60px;
    text-align: right;
}

    .h6-btn-r span {
        background-color: #F04844;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        padding: 20px 80px;
        border-radius: 2px;
    }

.div-comments {
    width: 100%;
}

    .div-comments .div-comments-btn {
        width: 100%;
        height: 120px;
        background-color: #fff;
        margin-top: 10px;
        text-align: center;
        padding-top: 30px;
    }

        .div-comments .div-comments-btn h6 {
            line-height: 50px;
            font-size: 14px;
            margin-bottom: 10px;
        }

            .div-comments .div-comments-btn h6 span {
                padding: 15px 50px;
                background-color: #2196F3;
                color: #fff;
            }

    .div-comments .div-comments-l {
        width: 380px;
        float: left;
        text-align: center;
        padding: 30px 0;
        background-color: #fff;
        min-height: 650px;
    }

        .div-comments .div-comments-l img {
            width: 320px;
            height: 212px;
        }

        .div-comments .div-comments-l h4 {
            text-align: left;
            font-size: 14px;
            color: #333;
            font-weight: 500;
            padding: 0 30px;
            line-height: 22px;
        }

        .div-comments .div-comments-l p {
            text-align: left;
            font-size: 14px;
            padding: 0 30px;
            line-height: 30px;
        }

            .div-comments .div-comments-l p span {
            }


    .div-comments .div-comments-r {
        width: 775px;
        float: left;
        margin-left: 5px;
        background-color: #fff;
        padding: 30px 20px;
        min-height: 650px;
    }

.div-comments-card {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    min-height: 60px;
}

    .div-comments-card > h4 {
        width: 90px;
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        font-weight: 500;
    }

    .div-comments-card .div-comments-card-item {
        margin-left: 90px;
    }

        .div-comments-card .div-comments-card-item ul li {
            float: left;
            padding: 5px;
        }

            .div-comments-card .div-comments-card-item ul li p {
                width: 100px;
                line-height: 30px;
                font-size: 12px;
                text-align: center;
                border: 1px solid #CCCCCC;
                color: #999;
                border-radius: 2px;
            }

.div-rate {
    width: 300px;
    line-height: 20px;
}

    .div-rate label {
        width: 70px;
        font-size: 14px;
        float: left;
        color: #999;
    }

    .div-rate .rate-item {
        margin-left: 70px;
    }

.div-img-add {
    width: 100px;
    height: 100px;
    border: 1px dashed #ccc;
    background-color: #fff;
}

    .div-img-add h5 {
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
    }

        .div-img-add h5 i {
            font-size: 24px;
            color: #666;
        }

    .div-img-add h6 {
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        font-weight: 500;
    }

.div-login-info {
    position: relative;
}

    .div-login-info .login-expand:hover {
        background: #fff;
    }

        .div-login-info .login-expand:hover .div-login-info-t {
            height: 140px;
            padding: 0px 0px;
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

    .div-login-info p span:last-child:hover {
        background: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .div-login-info .div-login-info-t {
        position: absolute;
        width: 120.66px;
        height: 0px;
        overflow: hidden;
        top: 32px;
        right: -1px;
        background-color: #fff;
        padding: 0px 0;
        z-index: 999;
        transition: height 0.1s;
    }

        .div-login-info .div-login-info-t p {
            font-size: 12px;
            text-align: center;
            padding: 0 10px;
        }

            .div-login-info .div-login-info-t p:hover {
                color: #FF6600;
            }

.shop-card {
    padding: 12px 10px;
    border-bottom: 1px dashed #ddd;
}

    .shop-card .shop-card-img {
        float: left;
        width: 104px;
    }

        .shop-card .shop-card-img img {
            width: 100%;
            height: 68px;
        }

    .shop-card .shop-card-txt {
        float: left;
        width: 240px;
        padding-left: 10px;
    }

        .shop-card .shop-card-txt h4 {
            height: 44px;
            line-height: 22px;
            font-size: 12px;
            color: #333;
            overflow: hidden;
        }

        .shop-card .shop-card-txt p {
            line-height: 24px;
            text-align: left;
        }
/*修改添加*/
.div-top .div-left p, .div-top .div-right p {
    height: 32px;
}

.div-login-info .login-expand {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
}

.div-top .div-right p span .icon-shouji1 {
    font-size: 14px !important;
}

.trip-card-tag {
    position: absolute;
    top: 5px;
    left: -2px;
    width: 50px;
    height: 24px;
    color: #fff;
    padding-left: 10px;
    background-image: url(/Images/ico/tag.png);
    z-index: 999;
}

.trip-card-tag2 {
    position: absolute;
    top: 5px;
    left: -2px;
    width: 50px;
    height: 24px;
    color: #fff;
    padding-left: 10px;
    background-image: url(/Images/ico/tag.png);
    z-index: 999;
}

.trip-card-tag3 {
    position: absolute;
    top: 5px;
    left: -2px;
    width: 50px;
    height: 24px;
    color: #fff;
    padding-left: 10px;
    background-image: url(/Images/ico/tag.png);
    z-index: 999;
}

.trip-card2 .trip-card2-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 278px;
    overflow: hidden;
    height: 0px;
    background: rgba(0,0,0,0.5);
    transition: 0.1s;
    z-index: 999;
}

    .trip-card2 .trip-card2-bg p {
        display: block;
        height: 25px;
        line-height: 25px;
        width: 120px;
        color: #fff;
        text-align: center;
        margin: 78px auto;
        border-radius: 5px;
        background-color: #2196f3;
    }

.trip-card2:hover .trip-card2-bg {
    height: 184px;
}

.trip-card2:hover {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}

    .trip-card2:hover img {
        transform: scale(1.1);
        transition: all 0.2s ease 0s;
    }

.trip-card2 .trip-card2-img {
    width: 278px;
    height: 183px;
    overflow: hidden;
}

.trip-card-txt-list .trip-card-txt:last-child p:nth-child(3) a img {
    display: inline-block !important;
    height: 80%;
}

.div-h-search .search-input {
    display: inline-block;
    border: 1px solid #2196f3;
    width: 312px;
    height: 42px;
    outline: none;
    padding-left: 10px;
    float: left;
}

.div-h-search .search-btn {
    display: inline-block;
    color: #fff;
    background-color: #2196f3;
    border: none;
    width: 75px;
    height: 42px;
    float: left;
}

.div-h-search .search-input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}



.div-h-search .search-input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}



.div-h-search .search-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    color: #666 !important;
    font-weight: normal !important;
}

    .el-pagination.is-background .el-pager li:not(.disabled).active {
        color: #fff !important;
    }
/*发票信息样式更新*/
.layui-layer > .layui-layer-content > div > .pop-bill > .pop-bill-type > div > label > span {
    padding: 15px 16px;
}

.layui-layer > .layui-layer-content > div > .pop-bill > .pop-bill-input > div > .el-divider--horizontal {
    margin: 20px 0px;
    background-color: #fff;
}

    .layui-layer > .layui-layer-content > div > .pop-bill > .pop-bill-input > div > .el-divider--horizontal > .el-divider__text {
        left: 0px;
        padding: 0 5px;
    }

.layui-layer > .layui-layer-content > div > .pop-bill > .pop-bill-input > div > .el-input > input {
    height: 40px;
    line-height: 40px;
}

.layui-layer > .layui-layer-content > div > .pop-bill > .pop-bill-input > div > ul > li > .el-input > input {
    height: 40px;
    line-height: 40px;
}
/*个人信息样式更新*/
.div-mymsg ul li .div-form .form-item3 > div > input {
    height: 35px;
    line-height: 35px;
    width: 250px;
}
/*限时抢购轮播样式更新*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
    padding: 1px 3px !important;
    border-radius: 10px !important;
}


.tx-sel-div {
    position: absolute;
    width: 490px;
    background: #eee;
    border: 1px solid #f5f5f5;
    z-index: 999;
}

    .tx-sel-div h2 {
        width: 490px;
        text-align: right;
        background: #f5f5f5;
        line-height: 20px;
    }

        .tx-sel-div h2 i {
            margin-right: 2px;
            cursor: pointer;
        }

.tx-sel-list {
    width: 480px;
    height: 470px;
    margin: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .tx-sel-list ul li {
        float: left;
    }

        .tx-sel-list ul li img {
            width: 70px;
            height: 70px;
            padding: 10px;
            cursor: pointer;
            border: 1px solid #eee;
        }

            .tx-sel-list ul li img:hover {
                border: 1px solid #2196f3;
            }

.img-div {
    width: 100%;
    text-align: center;
}

.img-11 {
    margin: 0 auto;
}

.img-12 {
    margin: 0 auto;
}

.img-13 {
    margin: 0 auto;
}


.div-dialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(000,000,000,.5);
    z-index: 9999;
}

    .div-dialog-bg .div-dialog-body {
        width: 600px;
        height: 400px;
        margin: 300px auto;
        background-color: #fff;
        border-radius: 10px;
        /*padding: 20px 40px;*/
    }

        .div-dialog-bg .div-dialog-body .div-dialog-body-img {
        }

            .div-dialog-bg .div-dialog-body .div-dialog-body-img img {
                width: 600px;
                height: 400px;
                cursor: pointer;
            }

        .div-dialog-bg .div-dialog-body .div-dialog-h {
            height: 60px;
        }

            .div-dialog-bg .div-dialog-body .div-dialog-h h4 {
                text-align: center;
                font: 16px;
                color: #888;
                line-height: 60px;
            }

        .div-dialog-bg .div-dialog-body .div-dialog-c {
            height: 280px;
            width: 600px;
            overflow: auto;
        }

            .div-dialog-bg .div-dialog-body .div-dialog-c .div-dialog-info {
            }

                .div-dialog-bg .div-dialog-body .div-dialog-c .div-dialog-info pre {
                    font-size: 14px;
                    color: #555;
                    word-break: break-all;
                    white-space: break-spaces;
                }

        .div-dialog-bg .div-dialog-body .div-dialog-f {
            height: 40px;
            margin-top: 10px;
        }

            .div-dialog-bg .div-dialog-body .div-dialog-f p {
                text-align: center;
                font: 14px;
                line-height: 40px;
            }

                .div-dialog-bg .div-dialog-body .div-dialog-f p .span-01 {
                    background-color: #f68f4b;
                    color: #eee;
                    padding: 6px 20px;
                    border-radius: 5px;
                    cursor: pointer;
                }

                .div-dialog-bg .div-dialog-body .div-dialog-f p .span-02 {
                    background-color: #ccc;
                    color: #666;
                    padding: 6px 20px;
                    border-radius: 5px;
                    cursor: pointer;
                }
