.lines-page-top {
    border: 1px solid #bfbfbf;
}

.lines-page-top .top-title {
    background: #eeeeee;
    height: 50px;
    line-height: 50px;
    padding: 0 36px 0 20px;
    font-size: 18px;
}

.top-title p {
    height: 100%;
}

.top-title-reset {
    color: #eb6100;
}

.top-content {
    padding: 20px 0px;
    margin: 0 20px;
}

.top-content-title {
    font-size: 18px;
    padding-left: 2px;
    color: #000000;
}

.top-content-list {
    padding-top: 14px;
    padding-left: 8px;
    font-size: 16px;
}

.top-content-list .top-content-item {
    margin-right: 26px;
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
}

.top-content-list .top-content-item:hover {
    color: #eb6100;
}

.history-content {
    padding: 20px 22px;
    display: none;
    border-top: 2px solid #d4d4d4;
}

.top-content-history {
    color: #95999b;
    font-size: 16px;
    margin-top: 14px;
    display: inline-block;
    margin-right: 20px;
}

.top-content-history .icon-car {
    background: url(/images/icon_car_1.png) no-repeat;
    width: 21px;
    height: 17px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.lines-city {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #231815;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 46px 0 26px;
    position: relative;
}

.lines-icon-bottom {
    background: rgba(252, 148, 13, 0.29);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-bottom {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 7px;
    left: 7px;
    transform: rotate(-180deg);
    transform-origin: center;
    display: inline-block;
    background: url(/images/icon_bottom.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s;
    /* Safari and Chrome */
    -o-transition: all 0.2s;
}

.icon-bottom.top {
    transform: rotate(0deg);
}

.lines-items {
    margin-top: 12px;
}

.lines-list-content {
    overflow: hidden;
    transition: height 0.2s;
    -moz-transition: height 0.2s;
    /* Firefox 4 */
    -webkit-transition: height 0.2s;
    /* Safari and Chrome */
    -o-transition: height 0.2s;
    /* Opera */
}

.lines-list-item {
    margin-left: 14px;
    margin-right: 5px;
    height: 70px;
    background: #f8f9fd;
    margin-top: 8px;
    margin-left: 14px;
    position: relative;
}

.list-item-name {
    margin-top: 33px;
    line-height: 56px;
    font-size: 22px;
    margin: auto;
    width: 356px;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.list-item-type {
    height: 40px;
    border-radius: 5px;
    width: 164px;
    color: #eb6100;
    border: 1px solid #eb6100;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 280px;
    cursor: pointer;
}

.list-item-type.disabled {
    color: #b7babb;
    border: 1px solid #b7babb;
}

.list-item-type:hover {
    color: #ffffff;
    background: #eb6100;
}

.list-item-type.disabled:hover {
    color: #b7babb;
    border: 1px solid #b7babb;
    background: none;
}

.list-item-type-2 {
    right: 80px;
}

.list-item-btn {
    width: 108px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    right: 21px;
    top: 26px;
    background: #eb6100;
}

.hot-area-dialog {
    display: none;
    padding: 40px 20px;
}

.hot-area-dialog .hot-area-item {
    border-bottom: 1px solid #EEEEEE;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 300px;
    text-align: center;
    cursor: pointer;
}

.hot-area-dialog .hot-area-item:hover {
    background: #eb6100;
    color: #fff;
}