    .index-notice {
        margin-top: 39px;
    }
    
    .icon-notice {
        width: 96px;
        height: 24px;
        display: inline-block;
        background: url(/images/icon_notice.png) no-repeat;
        background-size: contain;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    .notice-content {
        display: inline-block;
        line-height: 24px;
        font-size: 18px;
        cursor: pointer;
        width: 1080px;
        height: 24px;
    }
    /* 热门线路 */
    
    .hotline-content-top {
        border-bottom: 2px solid #fc940d;
        margin-top: 20px;
        height: 42px;
        line-height: 40px;
        padding-right: 8px;
    }
    
    .hot-line-title {
        color: #eb6100;
        font-size: 25px;
        display: inline-block;
        font-weight: bold;
        text-align: center;
        position: relative;
    }
    
    .hot-line-title::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #eb6100;
        bottom: -1px;
        left: 0;
    }
    
    .hot-line-more {
        padding-right: 24px;
        background: url(/images/icon_right.png) no-repeat;
        background-size: 16px 16px;
        background-position: right center;
    }
    
    .hotline-item {
        width: 270px;
        border: 2px solid #eb6100;
        display: block;
        margin-top: 20px;
        margin-right: 40px;
    }
    
    .hotline-item:hover {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    }
    
    .hotline-item:nth-child(4n) {
        margin-right: 0;
    }
    
    .hotline-item .hotline-item-top {
        width: 100%;
        height: 180px;
        position: relative;
    }
    
    .hotline-bg {
        width: 100%;
        height: 180px;
    }
    
    .hotline-name {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        bottom: 0;
        height: 52px;
        width: 256px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 52px;
        border-radius: 12px 12px 0 0;
    }
    
    .hotline-info {
        line-height: 1em;
        text-align: center;
    }
    
    .hotline-info-price {
        color: #eb6100;
    }
    
    .hotline-item-bottom {
        padding: 14px 18px;
    }
    
    .hotline-price {
        font-size: 18px;
        font-weight: bold;
    }
    
    .index-banner {
        width: 100%;
        height: 428px;
        position: relative;
    }
    
    .banner-top {
        position: absolute;
        left: 50%;
        margin-left: -600px;
        top: 0;
        z-index: 99999;
        height: 100%;
    }
    
    .swiper-container,
    .banner-img,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 428px;
        min-width: 1200px;
    }
    
    .swiper-slide-box {
        width: 100%;
        height: 428px;
        text-align: right;
        overflow: hidden;
        display: block;
        position: relative;
    }
    
    .banner-img {
        width: 100%;
        min-width: 1920px;
        height: 428px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .banner-left {
        width: 360px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
        padding: 10px 24px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .banner-form-title {
        width: 100%;
        border-bottom: 1px solid #fc940d;
        position: relative;
        line-height: 40px;
        height: 40px;
        margin-bottom: 14px;
    }
    
    .form-type {
        border-bottom: 2px solid #eb6100;
        height: 100%;
        float: left;
        font-weight: bold;
        font-size: 20px;
    }
    
    .form-other-type {
        position: absolute;
        right: 0;
        height: 100%;
        padding-left: 20px;
        background: url(/images/icon_car.png) no-repeat;
        background-size: 17px 15px;
        background-position: 0 center;
        font-size: 16px;
    }
    
    .banner-form-item {
        height: 50px;
        margin-left: 16px;
        margin-right: 30px;
        padding: 0 5px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        font-size: 18px;
        line-height: 50px;
        color: #999;
    }
    
    .line-return-icon {
        background: url(/images/icon_return.png) no-repeat;
        width: 24px;
        height: 24px;
        right: 24px;
        top: 102px;
        position: absolute;
        background-size: contain;
        border-radius: 50%;
    }
    
    .line-site-name {
        color: #000;
        margin-left: 20px;
    }
    
    .banner-form-item .left-icon,
    .banner-form-item .right-icon {
        width: 20px;
        height: 40px;
        background: url(/images/icon_right_2.png) no-repeat;
        background-size: 12px 12px;
        background-position: center center;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }
    
    .banner-form-item .left-icon {
        transform: rotate(-180deg);
        margin-left: 20px;
        margin-right: 0px;
    }
    
    .banner-form-item .date-input {
        border: none !important;
        box-shadow: none;
        height: 50px;
        line-height: 50px;
        color: #000;
        text-align: center;
        font-size: 18px;
        margin: 0 10px;
        display: inline-block;
        width: 140px;
        padding: 0;
    }
    
    .line-form-button {
        margin: 0 auto;
        width: 216px;
        height: 35px;
        line-height: 35px;
        background: #eb6100;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
    }
    
    .line-form-button:hover {
        opacity: 0.7;
    }
    
    .line-history-box {
        display: none;
    }
    
    .line-history-title {
        margin-top: 22px;
        color: #000;
        font-size: 16px;
    }
    
    .icon-history {
        width: 14px;
        height: 14px;
        margin-right: 2px;
        background: url(/images/icon_clock.png) no-repeat;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
    }
    
    .line-history-list {
        color: #cacaca;
        font-size: 14px;
        padding: 0 10px;
    }
    
    .line-history-item {
        margin-top: 6px;
        margin-right: 20px;
        display: inline-block;
        line-height: 1em;
        cursor: pointer;
    }