.page-container {
    background: #F2F5F7;
}

.index-banner {
    width: 100%;
    height: 4.09rem;
    position: relative;
}

.swiper-container,
.banner-img,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 4.09rem;
}

.swiper-slide-box {
    width: 100%;
    height: 4.09rem;
    text-align: right;
    overflow: hidden;
    display: block;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 4.09rem;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 公告 */

.index-notice {
    margin-top: 0.52rem;
    margin-bottom: 0.48rem;
    padding: 0 0.29rem;
}

.index-notice .icon-notice {
    background: url(/images/icon_notice.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 2.08rem;
    height: 0.51rem;
    vertical-align: middle;
}

.index-notice .notice-content {
    font-size: 0.33rem;
    display: inline-block;
    padding-left: 0.2rem;
    line-height: 0.51rem;
    vertical-align: middle;
}


/* 热门线路 */

.hotline-content-top {
    border-bottom: 1px solid #fc940d;
    padding-right: 8px;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-left: 0.2rem;
    margin-right: 0.25rem;
}

.hot-line-title {
    color: #eb6100;
    font-size: 0.3rem;
    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;
}

.hot-line-more {
    padding-right: 0.32rem;
    background: url(/images/icon_right.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    background-position: right center;
    font-size: 0.28rem;
}

.hotline-content {
    padding: 0 0.18rem;
    padding-bottom: 0.55rem;
}

.hotline-item {
    width: 3.5rem;
    border: 2px solid #eb6100;
    display: block;
    margin-top: 0.14rem;
    margin-right: 0.14rem;
}

.hotline-item:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.hotline-item:nth-child(2n) {
    margin-right: 0;
}

.hotline-item .hotline-item-top {
    width: 100%;
    height: 2.18rem;
    position: relative;
}

.hotline-bg {
    width: 100%;
    height: 2.18rem;
}

.hotline-name-box {
    width: 100%;
    position: absolute;
    height: 0.66rem;
    bottom: 0;
    text-align: center;
}

.hotline-name {
    display: inline-block;
    width: auto;
    text-align: center;
    height: 0.66rem;
    padding: 0 0.2rem;
    min-width: 2.22rem;
    max-width: 3rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.66rem;
    border-radius: 0.12rem 0.12rem 0 0;
}

.hotline-item-bottom {
    padding: 0 0.11rem;
    height: 0.93rem;
    position: relative;
}

.hotline-info {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hotline-info-price {
    color: #eb6100;
}

.hotline-price {
    font-weight: bold;
}


/* 线路选择 */

.index-form-container {
    padding: 0.33rem 0.9rem;
    width: 7.5rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.index-form-title {
    width: 100%;
    border-bottom: 1px solid #fc940d;
    position: relative;
    line-height: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.14rem;
}

.index-form-type {
    border-bottom: 2px solid #eb6100;
    height: 100%;
    float: left;
    font-weight: bold;
    font-size: 0.4rem;
}

.form-other-type {
    position: absolute;
    right: 0;
    height: 100%;
    padding-left: 0.4rem;
    background: url(/images/icon_car.png) no-repeat;
    background-size: 0.33rem 0.25rem;
    background-position: 0 center;
    font-size: 0.3rem;
}

.index-form-item {
    height: 1.1rem;
    margin-left: 0.29rem;
    margin-right: 0.48rem;
    padding: 0 0.09rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    font-size: 0.34rem;
    line-height: 1.1rem;
    color: #999;
}

.line-return-icon {
    background: url(/images/icon_return.png) no-repeat;
    width: 0.4rem;
    height: 0.4rem;
    right: 0.99rem;
    top: 1.93rem;
    position: absolute;
    background-size: contain;
    border-radius: 50%;
}

.line-site-name {
    color: #000;
    margin-left: 0.38rem;
}

.index-form-item .left-icon,
.index-form-item .right-icon {
    width: 0.16rem;
    height: 0.2rem;
    background: url(/images/icon_right_2.png) no-repeat;
    background-size: 0.16rem 0.2rem;
    background-position: center center;
    display: inline-block;
    margin-right: 0.38rem;
    vertical-align: middle;
}

.index-form-item .left-icon {
    transform: rotate(-180deg);
    margin-left: 0.38rem;
    margin-right: 0px;
}

.index-form-item .date-input {
    border: none !important;
    box-shadow: none;
    height: 0.94rem;
    line-height: 0.94rem;
    color: #000;
    text-align: center;
    font-size: 0.34rem;
    margin: 0 0.1rem;
    display: inline-block;
    width: 3rem;
    padding: 0;
}

.line-form-button {
    margin: 0 auto;
    width: 3.7rem;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #eb6100;
    color: #fff;
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.34rem;
    border-radius: 0.15rem;
    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: 0.24rem;
    height: 0.24rem;
    margin-right: 2px;
    background: url(/images/icon_clock.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.line-history-list {
    color: #cacaca;
    font-size: 0.3rem;
    padding: 0 0.2rem;
}

.line-history-item {
    margin-top: 0.13rem;
    margin-right: 0.38rem;
    display: inline-block;
    line-height: 1em;
    cursor: pointer;
}