:root{--van-image-placeholder-text-color:var(--van-gray-6);--van-image-placeholder-font-size:var(--van-font-size-md);--van-image-placeholder-background-color:var(--van-background-color);--van-image-loading-icon-size:32px;--van-image-loading-icon-color:var(--van-gray-4);--van-image-error-icon-size:32px;--van-image-error-icon-color:var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-border-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background-color:var(--van-image-placeholder-background-color)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}:root{--van-dropdown-menu-height:48px;--van-dropdown-menu-background-color:var(--van-white);--van-dropdown-menu-box-shadow:0 2px 12px rgba(100,101,102,0.12);--van-dropdown-menu-title-font-size:15px;--van-dropdown-menu-title-text-color:var(--van-text-color);--van-dropdown-menu-title-active-text-color:var(--van-danger-color);--van-dropdown-menu-title-disabled-text-color:var(--van-gray-6);--van-dropdown-menu-title-padding:0 var(--van-padding-xs);--van-dropdown-menu-title-line-height:var(--van-line-height-lg);--van-dropdown-menu-option-active-color:var(--van-danger-color);--van-dropdown-menu-content-max-height:80%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background-color:var(--van-dropdown-menu-background-color);box-shadow:var(--van-dropdown-menu-box-shadow)}.van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:var(--van-active-opacity)}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-1px;transform:rotate(135deg)}:root{--van-dropdown-item-z-index:10}.van-dropdown-item{position:fixed;right:0;left:0;z-index:var(--van-dropdown-item-z-index);overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active,.van-dropdown-item__option--active .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-active-color)}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:var(--van-dropdown-menu-content-max-height)}:root{--van-list-text-color:var(--van-gray-6);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:50px;--van-list-loading-icon-size:16px}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}.page-students{padding:4.26667vw 4vw}.page-students .student-search{display:flex;flex-direction:column;align-items:start;background-color:#f5f5f5;border-radius:8px;margin-bottom:4.26667vw}.page-students .student-search .search-conditions{width:100%;display:flex;justify-content:space-between;align-items:flex-end}.page-students .student-search .search-conditions .search-conditions-container{width:100%;flex:1}.page-students .student-search .search-conditions .expand-icon{margin-left:10px;padding:8px;cursor:pointer;color:var(--van-gray-6);transition:color .3s ease}.page-students .student-search .search-conditions .expand-icon:hover{color:var(--van-primary-color)}.page-students .student-search .student-search-item{display:flex;margin-bottom:10px;align-items:center}.page-students .student-search .student-search-item .student-search-item-label{width:27.46667vw;font-size:2.93333vw;flex-shrink:0}.page-students .student-search .student-search-item .form-container{border-radius:4px;flex:1}.page-students .student-search .expanded-search-conditions{width:100%;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.page-students .student-search .van-field{height:8.8vw;font-size:2.93333vw;padding:0 1.33333vw;line-height:8.8vw}.page-students .student-search .custom-container{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;height:8.8vw;padding:0 1.33333vw;font-size:var(--van-cell-font-size);background-color:var(--van-cell-background-color);color:var(--van-field-input-text-color)}.page-students .student-search .custom-container .time-container{flex:1;display:flex;align-items:center;justify-content:space-around}.page-students .student-search .custom-container .time-container div{cursor:pointer;font-size:2.93333vw}.page-students .student-search .custom-container .time-container div:hover{color:var(--van-primary-color)}.page-students .student-search .van-dropdown-menu{width:100%;height:8.8vw}.page-students .student-search .van-dropdown-menu .van-dropdown-menu__bar{height:100%;width:100%;box-shadow:none;display:flex;justify-content:space-between;padding:0;border-radius:4px}.page-students .student-search .van-dropdown-menu .van-dropdown-menu__bar .van-dropdown-menu__item{flex:1;width:100%;display:flex;justify-content:flex-start;align-items:center;margin:0;padding:0}.page-students .student-search .van-dropdown-menu .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title{flex:1;font-size:2.93333vw}.page-students .student-search .van-dropdown-menu .van-dropdown-menu__bar .van-dropdown-menu__title:after{position:absolute;right:2.66667vw}.page-students .search-btn-container{display:flex;margin-bottom:5.33333vw;justify-content:space-between}.page-students .search-btn-container .btn{width:44vw;height:9.6vw;font-size:3.73333vw;border-radius:1.06667vw}.page-students .search-btn-container .btn:first-child{background:#f5c74b;border:none}.page-students .search-btn-container .btn:last-child{background:#fff;color:#999;border:none}.page-students .student-content .tabs{border-radius:1.06667vw;font-size:3.73333vw}.page-students .student-content .tabs .van-tabs__line{width:6.13333vw;height:.53333vw;background:#f5c74b;border-radius:.26667vw .26667vw .26667vw .26667vw}.page-students .student-content .student-list{padding:4vw 0}.page-students .student-content .student-list .student-item{display:flex;justify-content:space-between;height:25.33333vw;background:#fff;border-radius:2.13333vw 2.13333vw 2.13333vw 2.13333vw;margin-bottom:3.73333vw}.page-students .student-content .student-list .student-item .student-item-container{display:flex;margin:5.6vw 3.2vw}.page-students .student-content .student-list .student-item .student-item-container .avatar{width:14.66667vw;height:14.66667vw;border-radius:50%}.page-students .student-content .student-list .student-item .student-item-container .student-info{flex:1;display:flex;flex-direction:column;font-size:2.93333vw;margin-left:2.93333vw}.page-students .student-content .student-list .student-item .student-item-container .student-info .student-name,.page-students .student-content .student-list .student-item .student-item-container .student-info .student-phone{height:2.93333vw;line-height:2.93333vw;font-weight:400;color:#252525;margin-bottom:2.93333vw}.page-students .student-content .student-list .student-item .student-item-container .student-info .student-verify-info{height:2.93333vw;line-height:2.93333vw;color:#999}.page-students .student-content .student-list .student-item .student-verify{display:flex;flex-direction:column;align-items:center;margin:7.2vw 2.66667vw}.page-students .student-content .student-list .student-item .student-verify .btn{width:18.4vw;height:4.8vw;margin-bottom:1.86667vw;font-size:2.93333vw;padding:0}.page-students .student-content .student-list .student-item .student-verify .btn-blacklist{background:#f44f4f;border:1px solid #f44f4f}.page-students .student-content .student-list .student-item .student-verify .btn-action{background:#f5c74b;border:1px solid #f5c74b}