.footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 10rpx;
    // border-top: 1rpx solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx;

    .v-but {
        width: 190rpx;
        height: 90rpx;
        background: #FFFFFF;
        border-radius: 8rpx;
        border: 1px solid #CCCCCC;
        font-size: 28rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #666666;
    }

    .confirm {
        border: none;
        background: #3874F6;
        font-size: 28rpx;
        font-family: PingFang SC-Bold, PingFang SC;
        font-weight: bold;
        color: #FFFFFF;
    }
}

.groud {
    width: 100%;
    padding: 30rpx;
    border-bottom: 1px solid #DDDDDD;

    .label {
        height: 40rpx;
        font-size: 28rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #333333;
    }

    .content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;



        .but {
            width: 188rpx;
            height: 72rpx;
            background: #F5F5F5;
            border-radius: 8rpx;
            font-size: 28rpx;
            font-family: PingFang SC-Regular, PingFang SC;
            color: #333333;
            box-sizing: border-box;
            margin-right: 20rpx;
            margin-top: 20rpx;
            padding: 0;
        }

        .active {
            border: 1px solid #3874F6;
            color: #3874F6;
            font-weight: bold;
            background-color: #F5F5F5;
        }
    }

    .time {
        .partition {
            margin-right: 20rpx;
            display: flex;
            align-items: center;
        }

        .tbox {
            width: 220rpx;
            height: 72rpx;
            text-align: center;
            line-height: 72rpx;
            background: #F5F5F5;
            border-radius: 8rpx;
            font-size: 28rpx;
            font-family: PingFang SC-Regular, PingFang SC;
            color: #333333;
            box-sizing: border-box;
            margin-right: 20rpx;
            margin-top: 20rpx;
        }
    }
}

.Yl_nav_box {
    display: flex;
    width: 100vw;
    height: 90rpx;
    background-color: #fff;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ddd;

    .mian {
        flex: 1;
        display: flex;
        justify-content: space-around;

        .item {
            width: 216rpx;
            height: 90rpx;
            line-height: 90rpx;
            text-align: center;
            font-size: 28rpx;
            font-family: PingFang SC-Regular, PingFang SC;
            color: #666666;

            .iconfont {
                font-size: 28rpx;
                margin-right: 4rpx;
            }
        }
    }

    .search {
        width: 90rpx;
        height: 90rpx;
        line-height: 90rpx;
        text-align: center;
        flex-shrink: 0;
    }
}


.Yl_head_1 {
    display: flex;
    height: 100rpx;
    width: 100vw;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20rpx 0 20rpx 30rpx;

    .search {
        display: flex;
        align-items: center;
        font-size: 28rpx;
        height: 58rpx;
        border-radius: 29rpx;
        background: #F4F5F7;
        color: #BBBBBB;
        overflow: hidden;
        margin-right: 10rpx;

        .input {
            color: #333;
        }

        navigator {
            display: flex;
            height: 100%;
            align-items: center;
            padding-left: 10rpx;
            padding-right: 15rpx;
        }
    }

    >navigator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130rpx;
        height: 100%;
        font-size: 28rpx;
        color: #666666;

        >text {
            margin-right: 6rpx;
        }
    }
}

.Yl_search {
    height: 80rpx !important;
    align-items: flex-start;
}

.Yl_history {
    width: 100vw;
    background-color: #fff;
    box-sizing: border-box;
    padding: 6rpx 30rpx 15rpx;

    .label {
        display: flex;
        justify-content: space-between;
        height: 50rpx;
        line-height: 58rpx;
        font-size: 24rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #666666;

        .iconfont {
            display: inline-block;
            width: 80rpx;
            text-align: center;
            margin-right: -30rpx;
        }
    }
}

.content .iconfont {
    color: rgb(63, 62, 62);
    margin-right: 8rpx;
}

.active .iconfont {
    color: #3874F6 !important;
}

.footer {
    align-items: center !important;
    box-sizing: border-box;
    padding-left: 30rpx;
    padding-right: 30rpx;

    .v-but {
        width: 250rpx !important;
    }
}