.m-kefu {
    height: 24px;
    width: 24px;
}

.mask {
    margin: 0 auto;
    max-width: var(--max-width);
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s forwards;
}

.picker-box {
    color: #000;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    user-select: none;
    max-height: 30vh;
    transform: translateY(30vh);
    transition: transform 0.3s;
}

.picker-box.active {
    transform: translateY(0);
}

.picker-header {
    font-size: 14px;
}

.picker-header .mui-btn {
    min-width: 20%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px !important;
    width: auto;
    border-radius: 4px;
}

.mui-poppicker-btn-cancel {
    float: left;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
}

.mui-poppicker-btn-ok {
    float: right;
    background: var(--btn);
    border: 0;
    color: #fff;
    padding: 7px 12px !important;
}

.mask .h4 {
    height: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.picker-group {
    display: flex;
}

.picker-column {
    position: relative;
    flex: 1;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    touch-action: none;
}

.picker-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 79px;
    border-bottom: 1px solid #ebebeb;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}

.picker-column::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 79px;
    border-top: 1px solid #ebebeb;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
}

.picker-content li {
    list-style: none;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.swiper {
    padding-bottom: 12px;
}

.partnerlist .uni-image {
    display: flex;
    align-items: center;
}

.partnerlist .uni-image img {
    height: auto;
}