.guide_wrap .v-a {
    display: none;
}

.guide_wrap {
    position: relative;
}


.pc-guide {
    height: 100vh;
}

.pc-guide-swiper.swiper-container {
    height: 100%;
    transition: all .3s;
}

.pc-guide-item {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.pc-guide-swiper .swiper-slide {
    width: 50%;
    transition: all .3s;
}

.pc-guide-swiper .swiper-slide.active {
    width: 50%;
    transition: all .3s;
}

.pc-guide-item {
    position: relative;
}

.guide-link {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0%;
    transition: all .5s;
    opacity: 0;
    display: block;
    left: 0;
    z-index: 3;
}

.pc-guide-swiper .swiper-slide.active .guide-link {
    opacity: 1;
    transition: all .5s;
}


.guide-link .s36 {
    font-family: SourceHanSansCN-Bold;

    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}


.guide-link .s18 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Normal;

    color: #ffffff;
}

.guide-link .s18 img {
    margin-left: 10px;
}


.hover-item {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


.guide-logo {
    display: flex;
    align-items: center;
}


.guide-herader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    padding: .35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.guide-logo img {
    width: 1.33rem;
}


.guide-logo .s38 {
    font-family: SourceHanSansCN-Bold;

    color: #ffffff;
    font-weight: bold;
    margin-left: 15px;
}

.guide-btn img {
    width: 60px;

}

.guide-btn img.active {
    display: none;
}


.guide-btn.active img {
    display: none;
}


.guide-btn.active img.active {
    display: block;
}

.guide-list-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .5), rgba(0, 0, 0, .0));
    z-index: 5;
    padding-top: 1.5rem;
    display: none;
}


.glw-logo {
    display: flex;
    justify-content: center;
}


.glw-link-list {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.glw-link-list .gll-item {

    margin: 0 .25rem;
    position: relative;

}

.glw-link-list .gll-item .s24 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    transition: all .3s;
    display: block;
}

.gll-menu-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
    z-index: 3;
    display: none;
}

.gll-menu-list li {
    padding: 10px 5px;
    /* background-color: #fff; */
}

.gll-menu-list li:hover a {
    transition: all .3s;
    transform: scale(1.1);
}

.gll-menu-list li a {
    display: block;
    word-break: keep-all;

    white-space: nowrap;
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    transition: all .3s;
}

.glw-link-list .gll-item:hover .s24 {
    transform: scale(1.1);
    transition: all .3s;
}


.guide-footer {
    position: fixed;
    bottom: 0%;


    left: 0;
    width: 100%;
    z-index: 6;
    padding: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.guide-footer .s16 {
    font-family: SourceHanSansCN-Normal;

    color: #fff;
}


@media(max-width: 750px) {

    .guide-herader,
    .guide-list-wrap,
    .guide-footer,
    .pc-guide {
        display: none;
    }


    .guide_wrap .v-a {
        display: block;
    }
}


.h-i .h-j img {
    width: .25rem;
}


.slide-menu {
    position: fixed;
    width: 100vw;
    top: 1.15rem;
    left: 0;
    background-color: #f7f7f7;
    padding: .5rem 15%;
    display: none;
}

.slide-menu-list {
    display: flex;

}

.sml-img {
    width: 3rem;
}

.slide-menu-list a {
    margin-right: .25rem;
}

.slide-menu-list a:hover .s18 {
    color: #e6001f;

}

.slide-menu-list a .s18 {
    font-family: SourceHanSansCN-Normal;
    text-align: center;
    color: #222222;
    margin-top: .2rem;

}


@media(max-width: 1200px) {
    .slide-menu {
        display: none;
    }
}