﻿@font-face
{
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url('vant-icon.woff2?t=1735560893652') format('woff2'), url('vant-icon.woff?t=1735560893652') format('woff'), url('vant-icon.ttf?t=1735560893652') format('truetype');
}
.van-icon
{
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.van-icon::before
{
    display: inline-block;
}
.van-icon-arrow::before
{
    content: '\F00A';
}
.van-icon-arrow-down::before
{
    content: '\F007';
}
.van-picker
{
    position: relative;
    background-color: #fff;
    -webkit-user-select: none;
    user-select: none;
}
.van-picker__toolbar
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 44px;
}
.van-picker__cancel, .van-picker__confirm
{
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.van-picker__cancel:active, .van-picker__confirm:active
{
    opacity: .7;
}
.van-picker__confirm
{
    color: #576b95;
}
.van-picker__cancel
{
    color: #969799;
}
.van-picker__title
{
    max-width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.van-picker__columns
{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    cursor: grab;
}
.van-picker__loading
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #1989fa;
    background-color: rgba(255,255,255,.9);
}
.van-picker__frame
{
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.van-picker__mask
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));
    background-repeat: no-repeat;
    background-position: top,bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}
.van-picker-column
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    font-size: 16px;
}
.van-picker-column__wrapper
{
    -webkit-transition-timing-function: cubic-bezier(.23,1,.68,1);
    transition-timing-function: cubic-bezier(.23,1,.68,1);
}
.van-picker-column__item,.lessonPicker .swiper-slide
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 4px;
    color: #000;
}
.van-picker-column__item--disabled
{
    cursor: not-allowed;
    opacity: .3;
}
.van-overflow-hidden
{
    overflow: hidden !important;
}
.van-icon-cross::before {
    content: '\F042';
}
/* 弹出层样式 */
.schoolArea
{
    padding: 0px 35px 140px;
    box-sizing: border-box;
    height: 100%;
}
.schoolTitle
{
    height: 53px;
    font-size: 38px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 53px;
}
.schoolArea .summaryArea
{
    height: 90%;
    overflow: auto;
}
.item-part .partA
{
    padding: 15px;
}

.partA .partA-img
{
    width: 72px;
    height: 72px;
    background: #D8D8D8;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 18px;
}
.partA .partA-title
{
    max-width: 500px;
    min-width: 500px;
    min-height: 48px;
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}
.color647EFF
{
    color: #647EFF !important;
}
.rightArea
{
    color: #647EFF;
    font-size: 28px;
}
.partA .arrow
{
    color: #999999;
}
.partA .rotate
{
    transform: rotate(90deg);
}
.footerBtn
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 142px;
    width: 100%;
    background: #F9F9F9;
    box-sizing: border-box;
}

.popArea
{
    width: 100%;
    height: 650px;
    margin: auto;
}
.popHead
{
    color: #333333;
    text-align: center;
}
.arrowDown
{
    padding: 20px 20px 15px 20px;
}
.popTitle
{
    height: 68px;
    font-size: 38px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 53px;
}
.lessonPicker
{
    width: 550px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.lessonPicker .van-picker-column, .lessonPicker .swiper-slide
{
    font-size: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}
.lessonPicker .van-picker-column__item--selected, .lessonPicker .swiper-slide-active
{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    color: #647EFF;
}
.btn
{
    width: 340px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: center;
    margin: 20px;
}
.btn.cancelBtn
{
    border: 2px solid #647EFF;
    color: #647EFF;
    background-color: #fff;
}
.btn.confirmBtn
{
    color: #FFFFFF;
    background-color: #647EFF;
}
.partB .partB-list
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partB .partB-list .partB-item
{
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    text-align: center;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 30px;
    background: #F6F6F6;
    color: #333333;
    max-width: 320px;
    overflow: hidden;
    flex: 1;
}
.partB .partB-list .partB-item:last-child
{
    margin-right: 0;
}
.partB .partB-list .partB-item.on
{
    background: #647EFF;
    color: #FFFFFF;
}
