@charset "utf-8";

.swipers {
    position: relative;
}
.box-container .swipers {
    margin: .3rem 0;
    border-radius: .12rem;
    overflow: hidden;
}

.swipers .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    justify-content: center;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #ffffff;
}
.swipers .content .cont {
    width: 100%;
}
.swipers .content.start {
    top: unset;
    width: 14rem;
    bottom: .65rem;
    transform: translate(-50%,0);
    text-align: left;
    justify-content: space-between;
}
.swipers .content.center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.swipers .content.start .cont {
    width: 50%;
}
.swipers .content.center .cont {
    margin-bottom: .6rem;
}
.swipers .content h3 {
    margin-bottom: 0.14rem;
    font-size: 0.52rem;
    font-weight: bold;
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
}
.send {
    padding: 0.12rem .17rem;
    display: flex;
    align-items: center;
    border-radius: .3rem;
    font-size: 0.18rem;
    cursor: pointer;
    color: #ffffff;
    background-color: #FF6200;
}
.send img {
    margin-right: 0.1rem;
    width: 0.18rem;
}
.swipers .content p {
    font-size: 0.16rem;
}

.serch {
    width: 80%;
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: .04rem;
    display: flex;
    border-radius: .3rem;
    background-color: #ffffff;
}
.serch form {
    display: flex;
    align-items: center;
    width: 100%;
}
.serch img {
    width: 0.28rem;
    margin-left: .28rem;
}
.serch input[type="text"] {
    flex: 1;
    padding: 0 .16rem;
    font-size: 0.16rem;
    color: #999999;
}
.serch input[type="submit"] {
    padding: .2rem .4rem;
    font-size: 0.16rem;
    color: #ffffff;
    border-radius: .4rem;
    background-color: #FF3333;
    font-family: "阿里巴巴普惠体 2.0 65 Medium";  
    cursor: pointer;
}



.tabs {
    padding-bottom: .5rem;
}
.tabs p {
    font-size: 0.18rem;
    color: #333333;
    margin-right: 0.22rem;
    font-family: "阿里巴巴普惠体 2.0 65 Medium";
}
.tabs ul {

}
.tabs ul li {
    font-size: 0.18rem;
    color: #333333;
}
.tabs ul li a {
    font-size: 0.18rem;
    margin: 0 .1rem;
    padding: 0.1rem .12rem;
    border-radius: .5rem;
    transition: all .3s;
}
.tabs ul li a:hover,.tabs ul li.on a {
    color: #ffffff;
    background-color: #FF3333;
}


.btn {
    padding: .18rem;
    border-radius: .07rem;
    font-size: 0.18rem;
    color: #ffffff;
    background-color: #FF6200;
    cursor: pointer;
}
.btn img {
    margin-right: 0.06rem;
    width: 0.2rem;
}



.item .top {
    padding: .16rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.item .top .tag {
    padding: 0.04rem .18rem;
    background: rgba(255, 98, 0, 0.8);
    border-radius: .08rem;
    font-size: 0.18rem;
    color: #ffffff;
    text-transform: uppercase;
}
.item .top .tag {
    font-size: 0.16rem;
    padding: .03rem .14rem;
}
.item .top .icon {
    display: flex;
    color: #ffffff;
    margin-left: 0.12rem;
    font-size: 0.14rem;
}
.item .top .icon img {
    width: 0.24rem;
    height: auto;
    margin-right: 0.06rem;
}
.item .top .icon img {
    width: 0.22rem;
    height: auto;
    margin-right: 0.04rem;
}
.item .top .right {
    margin-left: auto;
}
.swipers-box {
    margin: .3rem 0;
    border-radius: .12rem;
    overflow: hidden;
}



.main-swiper {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.main-swiper .swiper-slide {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}


.main-swiper .main-image {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    border-radius: .12rem;
}

.main-swiper .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-swiper .thumbnails {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: .32rem .25rem;
    flex-wrap: wrap;
}

.main-swiper .thumbnail {
    width: .8rem;
    height: .6rem;
    margin-right: 0.15rem;
    border-radius: .06rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.main-swiper .thumbnail:hover,.main-swiper .thumbnail.active {
    opacity: 1;
    transform: scale(1.08);
    border-color: #FF3333;
}

.main-swiper .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-swiper .place-info {
    height: 100%;
    overflow: hidden;
}

.main-swiper .place-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swipers-box .swiper-slide {
    position: relative;
}

.swipers-box .swiper-slide::after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    background-color: #C1C1C1;
    opacity: .4;
}

.swipers-box .swiper-slide.swiper-slide-active::after {
    opacity: 0;
    display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5.2rem;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5.2rem;
}


.com-change {
    display: flex;
    margin-top: .6rem;
}
.com-change .left {
    flex: 1;
}
.com-change > .right {
    width: 2.85rem;
    margin-left: .32rem;
}

.com-change .tabs {
    margin-bottom: 0;
   padding-bottom: 0;
}
.com-change .tabs .tab-one {
    display: flex;
}
.com-change .tabs .tab-one li {
    position: relative;
    display: flex;
    border-radius: .08rem;
    overflow: hidden;
    margin-right: 0.2rem;
    cursor: pointer;
}
.com-change .tabs .tab-one li:last-of-type {
    margin-right: 0;
}
.com-change .tabs .tab-one li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 0;
    opacity: 0.4;
    background-color: #000000;
}
.com-change .tabs .tab-one li.on::after {
    background-color: #FF3333;
    opacity: .8;
}
.com-change .tabs .tab-one li span {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.16rem;
    color: #ffffff;
    z-index: 1;
}
.com-change .tabs .tab-one li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.com-change .tabs .tab-one li a {
    margin: 0;
    padding: 0;
}
.com-change .tabs ul.flex {
    margin-top: .24rem;
    justify-content: flex-start;
}
.com-change .tabs ul.flex li a {
    padding: 0;
    width: 0.9rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
    border-radius: .19rem;
}

.com-change .btn {
    justify-content: center;
}

/* 微信扫码入群样式 */
.wechat-group-box {
    margin-top: 0.3rem;
    padding: 0.2rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.wechat-group-box h4 {
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.15rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #EEEEEE;
}

.wechat-group-box .qrcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wechat-group-box .qrcode-container img {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem;
}

.wechat-group-box .qrcode-container p {
    font-size: 0.12rem;
    color: #666666;
}

.wechat-group-box .qrcode-locked {
    padding: 0.3rem 0.15rem;
    background-color: #f9f9f9;
    border-radius: 0.08rem;
}

.wechat-group-box .qrcode-locked .lock-icon {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
}

.wechat-group-box .qrcode-locked p {
    font-size: 0.13rem;
    color: #999999;
    margin-bottom: 0.15rem;
}

.wechat-group-box .qrcode-locked .login-btn {
    display: inline-block;
    padding: 0.08rem 0.2rem;
    background-color: #FF3333;
    color: #ffffff;
    font-size: 0.13rem;
    border-radius: 0.04rem;
    text-decoration: none;
    transition: all 0.3s;
}

.wechat-group-box .qrcode-locked .login-btn:hover {
    background-color: #e62e2e;
}

.shop-box {
    width: 100%;
    display: flex;
    margin: .3rem 0;
}
 /* 左侧菜单样式 */
 .menu {
    display: flex;
    flex-direction: column;
    width: 3rem;
    margin-right: 0.2rem;
    padding: .2rem;
    border-radius: .1rem;
    background: rgba(0, 0, 0, .5) url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    flex-shrink: 0;
}
.menu .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .15rem .3rem;
    margin-bottom: .2rem;
    border-radius: .06rem;
    color: #ffffff;
    font-size: 0.18rem;
    cursor: pointer;
    transition: all .3s;
}
.menu .menu-item:last-of-type {
    margin-bottom: 0;
}
.menu .menu-item:hover {
    background-color: #FF3333;
}
.menu .menu-item img {
    width: 0.09rem;
}
.menu .menu-item i {
    margin-right: 10px;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 3rem;
    padding: .28rem;
    border: 1px solid #FF3333;
    border-radius: .08rem;
    background-color: #ffffff;
    z-index: 8;
}



.menu .menu-item:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.sub-menu a {
    margin-bottom: 0.34rem;
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 0.14rem;
}
.sub-menu a:nth-last-child(1),
.sub-menu a:nth-last-child(2)  {
    margin-bottom: 0;
}
.menu .sub-menu a img {
    margin-right: 0.06rem;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: .03rem;
    overflow: hidden;
}
/* 右侧内容区域样式 */
.shop-box .content {
    flex: 1;
    border-radius: .1rem;
    overflow: hidden;
}
.shop-box .mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shop-box .swiper-container {
    height: 100%;
}
.shop-box .swiper-slide {
    width: 100% !important;
    height: 100%;
}
.shop-box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.shop-box .swiper-button-prev,.shop-box  .swiper-rtl .swiper-button-next {
    left: .3rem;
    width: 0.44rem;
}
.shop-box .swiper-button-next,.shop-box  .swiper-rtl .swiper-button-prev {
    right: 0.3rem;
    width: 0.44rem;
}



.shop-flex {
    justify-content: flex-start;
    align-items: flex-start;
}
.shop-flex .left {
    width: 2rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
    padding: .34rem .22rem .22rem .3rem;
    border-radius: .1rem;
    background-color: #f4faff;
}
.shop-flex .left  ul li {
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.shop-flex .left  ul li:hover {
    color: #FF3333;
}
.shop-flex .right {
    flex: 1;
   
}
.shop-flex .right .item {
    display: flex;
    box-sizing: border-box;
    padding: .3rem .24rem;
    margin-bottom: 0.3rem;
    border-radius: .1rem;
    background-color: #F9F9F9;
}
.shop-flex .right .item .shop-info {
    display: flex;
    flex-shrink: 0;
}
.shop-flex .right .item .shop-info h3 a {
    margin-bottom: 0.12rem;
    font-size: 0.2rem;
    color: #333333;
    font-family: "阿里巴巴普惠体 2.0 65 Medium";
}
.shop-flex .right .item .shop-info .tags {
    margin-right: 0.1rem;
}
.shop-flex .right .item .shop-info .tags span {
    padding: .06rem;
    font-size: 0.12rem;
    color: #FF6200;
    background: rgba(255, 98, 0, 0.1);
    border-radius: .04rem;
}
.shop-flex .right .item .shop-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: .06rem .1rem;
    border: 1px solid #CCCCCC;
    font-size: 0.14rem;
    color: #333333;
    border-radius: .04rem;

}
.shop-flex .right .item .shop-link img {
    width: 0.17rem;
    margin-right: 0.06rem;
}
.shop-flex .right .item .shop-info .shop-img {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.2rem;
}
.shop-flex .right .item .shop-info .shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-flex .right .item .shop-info .shop-con {
    margin-right: 1.25rem;
    display: flex;
    flex-direction: column;
}
.shop-swiper {
    width: 7.7rem;
}
.shop-swiper .mySwiper {
    padding-right: .5rem;
}
.shop-swiper  .swiper-slide {

}
.shop-swiper  .swiper-slide img {
    width: 100%;
    height: 1.3rem;
    border-radius: .08rem;
    object-fit: cover;
}
.shop-swiper  .swiper-slide a {}
.shop-swiper  .swiper-slide a p {
    margin-top: 0.2rem;
    text-align: center;
    color: #FF3333;
    font-weight: bold;
}
.shop-swiper .swiper-button-next {
    right: 0;
}
.details-content .article {
    padding: .4rem 0 1.5rem;
}
.details-content .article .ed-title {
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.details-content iframe {
     position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.details-content .article .ed-title h1 {
    margin-bottom: 0.2rem;
}
.details-content .article .ed-title span {
    font-style: normal;
    font-size: 0.14rem;
}
.details-content .article .ed-title span em {
    font-style: normal;
    padding: 0 .1rem;
}

.details-content .article .ed-content {
    overflow: hidden;
}
.details-content .article .ed-content img.aligncenter {
        position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.details-content .article h3 {
    color: #000;
    font-size: .28rem;
    font-weight: bold;
    margin: .3rem 0;
}

.details-content .article p {
    color: #000;
    font-size: .2rem;
    line-height: .36rem;
    margin: .3rem 0;
}

.details-content .article ul[style] {
    padding-left: 0.2rem;
}

.details-content .article ul[style],
.details-content .article ul[style] li {
    list-style: unset;
}


.details-content .article ul li {

}


.details-content .article .wp-video {
    display: block;
    position: relative;
    max-width: 80%;
    margin: .25rem auto;
}
.details-content .article .wp-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: .5;
    z-index: 1;
}
.details-content .article .wp-video img {
    width: 100%;
}
.details-content .article .wp-video .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1rem;
    height: 1rem;
    z-index: 1;
}

/* 驻教单位窗口样式 */
.zhujiao-section {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.zhujiao-section .section-header {
    margin-bottom: 0.1rem;
}

.zhujiao-section .section-title {
    font-size: 0.18rem;
}

.zhujiao-wrapper {
    display: flex;
    gap: 0.2rem;
    align-items: stretch;
}

.zhujiao-box {
    flex: 1;
    background: #ffffff;
    border-radius: 0.08rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #EEEEEE;
}

.zhujiao-box h3 {
    margin: 0;
    padding: 0.12rem 0.15rem;
    font-size: 0.14rem;
    color: #333333;
    background: #f5f5f5;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 600;
}

.zhujiao-content {
    padding: 0.15rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 1.8rem;
}

.zhujiao-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zhujiao-item {
    padding: 0.08rem 0.1rem;
    margin-bottom: 0.06rem;
    background: #f9f9f9;
    border-radius: 0.04rem;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 2px solid transparent;
}

.zhujiao-item:hover {
    background: #fff5f5;
    border-left-color: #FF3333;
}

.zhujiao-item:last-child {
    margin-bottom: 0;
}

.zhujiao-item .name {
    font-size: 0.13rem;
    color: #333333;
}

.zhujiao-content .no-data {
    text-align: center;
    color: #cccccc;
    font-size: 0.13rem;
    margin: 0;
}

.zhujiao-content .qrcode-show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zhujiao-content .qrcode-show img {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.04rem;
    margin-bottom: 0.08rem;
}

.zhujiao-content .qrcode-show p {
    font-size: 0.12rem;
    color: #999999;
    margin: 0;
}

.zhujiao-content .qrcode-locked {
    text-align: center;
}

.zhujiao-content .qrcode-locked .lock-icon {
    width: 0.36rem;
    height: 0.36rem;
    margin: 0 auto 0.1rem;
    background: #999999;
    border-radius: 50%;
}

.zhujiao-content .qrcode-locked p {
    font-size: 0.13rem;
    color: #999999;
    margin-bottom: 0.12rem;
}

.zhujiao-content .qrcode-locked .login-btn {
    display: inline-block;
    padding: 0.08rem 0.2rem;
    background: #FF3333;
    color: #ffffff;
    font-size: 0.13rem;
    border-radius: 0.04rem;
    text-decoration: none;
}

/* 驻教名称网格样式 */
.zhujiao-names-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.08rem;
    max-height: 1.6rem;
    overflow-y: auto;
    padding-right: 0.05rem;
}

.zhujiao-names-grid::-webkit-scrollbar {
    width: 0.04rem;
}

.zhujiao-names-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.02rem;
}

.zhujiao-names-grid::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 0.02rem;
}

.zhujiao-names-grid::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.zhujiao-name-item {
    padding: 0.06rem 0.08rem;
    background: #f9f9f9;
    border-radius: 0.04rem;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 2px solid transparent;
    text-align: center;
    min-height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhujiao-name-item:hover {
    background: #fff5f5;
    border-left-color: #FF3333;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 51, 51, 0.1);
}

.zhujiao-name-item .name {
    font-size: 0.12rem;
    color: #333333;
    line-height: 1.2;
    word-break: break-all;
}

/* 驻教单位列表样式 */
.zhujiao-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.zhujiao-list .zhujiao-item {
    width: calc(16.66% - 0.09rem);
    min-width: 1.1rem;
}

.zhujiao-list .zhujiao-item .qrcode-area {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 0.08rem;
    height: 1.2rem;
}

.zhujiao-list.video .zhujiao-item:hover .qrcode-area::after {
    display: none;
}

.zhujiao-list .zhujiao-item .qrcode-area .qrcode-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.zhujiao-list .zhujiao-item .content {
    padding: 0.08rem;
}

.zhujiao-list .zhujiao-item .content h3 {
    font-size: 0.14rem;
}

.zhujiao-list .zhujiao-item .play-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.04rem;
    padding: 0.05rem 0.1rem;
    background: #FF3333;
    color: #ffffff;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    text-decoration: none;
    transition: all 0.3s;
}

.zhujiao-list .zhujiao-item .play-video-btn:hover {
    background: #e62e2e;
}

.zhujiao-list .zhujiao-item .play-video-btn .iconfont {
    font-size: 0.12rem;
}

/* 驻教单位弹窗 */
.zhujiao-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.zhujiao-modal.show {
    display: block;
}

.zhujiao-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.zhujiao-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 0.12rem;
    width: 3.5rem;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.zhujiao-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.2rem;
    background: #FF3333;
    border-radius: 0.12rem 0.12rem 0 0;
}

.zhujiao-modal .modal-header h3 {
    margin: 0;
    font-size: 0.16rem;
    color: #ffffff;
}

.zhujiao-modal .modal-close {
    font-size: 0.24rem;
    color: #ffffff;
    cursor: pointer;
}

.zhujiao-modal .modal-body {
    padding: 0.2rem;
    text-align: center;
}

.zhujiao-modal .zhujiao-video-container {
    margin-bottom: 0.15rem;
}

.zhujiao-modal .zhujiao-video-container video {
    width: 100%;
    max-height: 4rem;
    border-radius: 0.08rem;
    background-color: #000000;
}

.zhujiao-modal .qrcode-show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zhujiao-modal .qrcode-show img {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem;
}

.zhujiao-modal .qrcode-show p {
    font-size: 0.12rem;
    color: #666666;
    margin: 0 0 0.15rem 0;
}

.zhujiao-modal .visit-btn {
    display: inline-block;
    padding: 0.08rem 0.2rem;
    background: #FF3333;
    color: #ffffff;
    font-size: 0.13rem;
    border-radius: 0.04rem;
    text-decoration: none;
}

/* 按钮容器 */
.tabs-btns {
    display: flex;
    gap: 0.15rem;
}

/* 艺校入驻弹窗 */
.school-join-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.school-join-modal.show {
    display: block;
}

.school-join-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.school-join-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 0.12rem;
    width: 5.5rem;
    max-width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.school-join-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    border-bottom: 1px solid #EEEEEE;
    background: #FF3333;
    border-radius: 0.12rem 0.12rem 0 0;
}

.school-join-modal .modal-header h3 {
    margin: 0;
    font-size: 0.2rem;
    color: #ffffff;
}

.school-join-modal .modal-close {
    font-size: 0.28rem;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.3s;
}

.school-join-modal .modal-close:hover {
    opacity: 0.8;
}

.school-join-modal .modal-body {
    padding: 0.25rem;
}

.school-join-modal .join-intro {
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #EEEEEE;
}

.school-join-modal .join-intro p {
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.school-join-modal .join-steps {
    margin-bottom: 0.2rem;
}

.school-join-modal .join-steps h4,
.school-join-modal .join-features h4 {
    font-size: 0.15rem;
    color: #333333;
    margin: 0 0 0.12rem 0;
}

.school-join-modal .step-item {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    padding: 0.1rem 0;
}

.school-join-modal .step-num {
    width: 0.24rem;
    height: 0.24rem;
    background: #FF3333;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    font-weight: bold;
    flex-shrink: 0;
}

.school-join-modal .step-info h5 {
    margin: 0 0 0.03rem 0;
    font-size: 0.14rem;
    color: #333333;
}

.school-join-modal .step-info p {
    margin: 0;
    font-size: 0.12rem;
    color: #999999;
}

.school-join-modal .join-qrcode {
    margin: 0.2rem 0;
    padding: 0.2rem;
    background-color: #f9f9f9;
    border-radius: 0.08rem;
    text-align: center;
}

.school-join-modal .join-qrcode img {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem;
}

.school-join-modal .join-qrcode p {
    font-size: 0.12rem;
    color: #666666;
    margin: 0;
}

.school-join-modal .join-features {
    margin-bottom: 0.15rem;
}

.school-join-modal .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.school-join-modal .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.08rem;
    padding: 0.08rem 0;
    font-size: 0.13rem;
    color: #666666;
}

.school-join-modal .feature-item::before {
    content: "✓";
    color: #FF3333;
    font-weight: bold;
    flex-shrink: 0;
}

.school-join-modal .join-contact {
    padding: 0.15rem;
    background-color: #fff5f5;
    border-radius: 0.08rem;
    border-left: 3px solid #FF3333;
}

.school-join-modal .join-contact p {
    font-size: 0.13rem;
    color: #333333;
    margin: 0.05rem 0;
    line-height: 1.6;
}

.school-join-modal .join-contact p strong {
    color: #FF3333;
}