@import "common.m.css";
#pc{
    display: none;
}
main{
    padding: 1rem 1rem 1.5rem;
    background-color: #FBFBFD;
}
main .name{
    text-align: center;
    color: #000;
    font-size: 0.94rem;
    z-index: 1;
}
main .name strong{
    color: #002DB0;
}
.category{
    display: flex;
    justify-content: center;
    margin:1rem 0;
}
.category ul li{
    display: table-cell;
    padding: 0.35rem 0.75rem;
    border: 1px solid #002DB0;
    border-left: 0;
}
.teacher-category ul li{
    padding: 0.25rem 0.5rem;
}
.category ul li a{
    color: #002DB0;
    font-size: 0.75rem;
}
.category ul li:first-child{
    border-left: 1px solid #002DB0;
}
.category ul li.active{
    background-color: #002DB0;
}
.category ul li.active a{
    color: #fff;
}
.title-english{
    color: #e5edff;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.grid-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
}
.grid-menu a{
    font-size: 0.88rem;
    font-weight: 600;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.grid-menu img{
    width: 36px;
    height: 36px;
}
.list{
    margin-top: 1rem;
    min-height: calc(100vh - 25.05rem);
}
.list .empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.2rem 0;
}

.list .list-item{
    padding: 1rem 0.5rem;
    border-bottom: 1px dashed #E5E5E5;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.list .list-item .tag{
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0.35rem;
    margin-right: 0.5rem;
}

.list .list-item .tag-success{
    background-color: #11C778;
}
.list .list-item .tag-info{
    background-color: #0054FF;
}
.list .list-item .tag-warning{
    background-color: #FFAC26;
}
.list .list-item .tag-default{
    background-color: #5D2CF1
}

.list .list-item .title{
    display: flex;
    gap: 1rem;
}

.list .list-item .title h4{
    font-size: 1rem;
    line-height: 1.6rem;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .list-item .title-3 h4{
    -webkit-line-clamp: 3;
}

.list .list-item .title .pic{
    width: 8rem;
    height: 4.5rem;
    border-radius: 0.25rem;
}
.list .list-item .info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}
.list .list-item .info .intro{
    color: #7D7D7D;
    font-size: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 15.8rem
}
.list .list-item .info .date{
    font-size: 0.75rem;
    color: #002DB0;
}

.list .list-teacher{
    display: flex;
    padding: 1rem 0;
    gap: 1.5rem;
}

.list .list-teacher .avator{
    width: 5.23rem;
    height: 6.21rem;
}

.list .list-teacher .avator img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}
.list .list-teacher .avator::after{
    content: "";
    background-image: url("/gggl/assets/images/mobile/backgrounds/avator-bg.png");
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 85px;
    height: 98px;
}

.list .list-teacher .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 14.5rem;
    justify-content: flex-end;
}
.list .list-teacher .content .name{
    color: #000;
    font-weight: 600;
}

.list .list-teacher .content .contact{
    font-size: 0.75rem;
    color: #615D5D;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.list .list-teacher .content .contact span:last-child{
    width: 8.6rem;
}
.list .list-teacher .content .more{
    font-size: 0.75rem;
    color: #002DB0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #F4F7FF;
    padding: 0.25rem 1rem;
}
.list .list-teacher .content .more img{
    width: 20px;
    height: 20px;
}
.list-grid{
    padding: 1rem 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}
.list-grid .item{
    width: 5.8rem;
    height: 5.8rem;
    background-color: #F5F5F5;
}
.list-grid .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail .content-title{
    font-size: 1.13rem;
    text-align: center;
    line-height: 1.8;
    color: #333;
    z-index: 1;
}
.detail .content-info{
    font-size: 0.75rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin: 1rem;
}
.detail .teacher-blue{
    color: #002DB0;
}
.detail .teacher-avator{
    width: 7.571rem;
    height: 11.329rem;
    margin: 1rem auto;
}
.detail .teacher-avator img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.detail .title-english{
    top: 0.5rem;
}
.detail .content-detail{
    margin-bottom: 1rem;
}
.detail .content-detail a {
    display: inline;
}
.contact-us-img{
    height: 13.81rem;
    width: 21.44rem;
    border-radius: 0.5rem;
    margin: 0 auto;
}
.contact-us-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us h3{
    font-size: 0.94rem;
    text-align: center;
    margin: 1rem 0;
    z-index: 1;
}
.contact-us h3 strong{
    color: #002DB0;
}
.contact-us ul{
    text-align: center;
    padding-top: 1rem;
}
.contact-us ul li{
    margin-bottom: 1rem;
    color: #121F25;
}
.contact-us .title-english{
    top: 0.25rem;
}
.contact-us p{
    color: #615D5D;
    font-size: 0.88rem;
    line-height: 180%;
    margin-top: 1.5rem;
}
.contact-us strong{
    color: #002DB0;
}
.yanjiusheng::after{
    content: 'SHUO SHI YAN JIU SHENG PEI YANG';
    position: absolute;
    top: 25px;
    left: 10%;
    color: #e5edff;
    font-size: 1rem;
    transform: translate(0, -100%);
    z-index: -1;
}
.alphabet{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 1rem;
}
.alphabet a{
    padding: 0 0.5rem;
    width: fit-content;
    height: 1.525rem;
    font-size: 0.88rem;
    color: #615D5D;
    text-align: center;
    border: 1px solid #DCD9D9;
    line-height: 1.525rem;
}
.alphabet a.active {
    background-color: #DCD9D9;
    color: #FFFFFF;
}
 .classify .header{
    display: flex;
}
.classify .header .label{
    padding: 0.193rem 0.47rem;
    background-color: #002DB0;
    color: #fff;
    font-size: 0.88rem;
    flex-shrink: 0;
}
.classify .header .line{
    width: 100%;
    border-bottom: 1px dashed #D9D9D9;
}
.classify{
    padding-top: 1.5rem;
}
.classify ul{
    padding: 1rem 1rem 0;
}
.classify ul li{
    width: 33.33%;
    float: left;
    padding-bottom: 0.75rem;
}
.classify ul li a{
    color: #000000;
    text-align: center;
    font-size: 1rem;
}
.classify .clear::after{
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}
.scenery-container{
    padding: 0 1rem;
}
.scenery-container i.camera{
    background-image: url('/gggl/assets/images/mobile/icons/camera.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 1rem auto;
}
.scenery-container i.video-icon{
    background-image: url('/gggl/assets/images/mobile/icons/video.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 1rem auto;
}
.scenery-container h4{
    color: #000;
    font-size: 0.82rem;
    text-align: center;
    margin-bottom: 1rem;
}
.scenery-container h4 strong{
    color: #002DB0;
}
.scenery-container .album{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    margin: 1rem 0;
    min-height: calc(100vh - 41.66rem);
}
.scenery-container .album img{
    width: 10.2rem;
    height: 6.88rem;
    object-fit: cover;
}
.scenery-container .album-bottom{
    width: 100%;
    height: 14.5rem;
}
.scenery-container .album-bottom img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ÂÖ²¥Í¼ */
.scenery-swiper-container .scenery-swiper{
    width: 100%;
    padding: 1rem 0;
}
.scenery-swiper-container .scenery-swiper a {
    width: 100%;
    margin: 0 auto;
}
.scenery-swiper-container .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}
.scenery-swiper-container .scenery-swiper .swiper-slide{
    background-position: center;
    background-size: cover;
    width: 340px;
    height: 200px;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 11px rgba(0,0,0,.5);
}

.scenery-swiper-container .scenery-swiper .swiper-slide img,.scenery-swiper-container .scenery-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: sca 30s linear infinite;
}
.scenery-swiper-container .scenery-swiper .swiper-slide .video-cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.scenery-swiper-container .scenery-swiper .swiper-slide .video{
    height: 100%;
}
.scenery-swiper-container .scenery-swiper .swiper-slide .video::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/gggl/assets/images/mobile/icons/play.svg") no-repeat center center;
    background-size: 2.5rem 2.5rem;
    z-index: 2;
}
@keyframes sca{
    0%{transform:scale(1.1);}
    50%{transform:scale(1);}
    100%{transform:scale(1.1);}
  }
.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{
    background-image: none;
    background-color: rgba(255,255,255,.3);
}
.video-model{
    display: none;
}
.video-model .video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: #000000aa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease-in-out;
}
.video-box{
    padding: 1rem 0;
    background-color: #000000;
}
.video-model .close-btn{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 16%;
    background: url("/gggl/assets/images/mobile/icons/close.svg") no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
}
.video-box video{
    border: none;
    border: none;
    max-width: 100%;
    height: auto;
}
.dzfj-main{
    background-color: #fff;
}
.list .list-dzfj{
    display: flex;
    padding: 10px;
    background-color: #F9FAFF;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.list .list-dzfj .avator{
    width: 5.447rem;
    height: 6.536rem;
}

.list .list-dzfj .avator img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}

.list .list-dzfj .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 13rem;
    justify-content: center;
    gap: 1rem;
}
.list .list-dzfj .content .name{
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 2px solid #002DB0;
    padding-bottom: 10px;
}

.list .list-dzfj .content .abstract{
    font-size: 0.75rem;
    color: #615D5D;
    white-space: pre-line;
    line-height: 1.5;
}