
.apply-view-wrap {
                    padding-top: 0.3rem;
                    padding-bottom: 1rem;
                    background-color: #f1f5fa;
                }

                .apply-view-wrap .apply-view {
                    display: flex;
                }

                .apply-view-wrap .av-content {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    flex: 1 0 0;
                    padding-right: 1.3rem;
                }

                .apply-view-wrap .pic-box {
                    max-width: 8rem;
                    width: 100%;
                    height: 6rem;
                    flex-shrink: 0;
                }

                .apply-view-wrap .avc-info {
                    margin-top: 0.43rem;
                    line-height: 2.25;
                }

                @media (max-width: 750px) {
                    .apply-view-wrap .apply-view {
                        flex-direction: column;
                    }

                    .apply-view-wrap .av-content {
                        padding-right: 0;
                    }

                    .apply-view-wrap .av-view {
                        margin-top: 0.6rem;
                    }
                }
                  
                .apply-swp-wrap {
                    padding-top: 1rem;
                    padding-bottom: 1rem;
                }

                .apply-swp-wrap .module-header {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .apply-swp-wrap .as-main {
                    display: flex;
                    align-items: center;
                    margin-top: 0.5rem;
                }

                .apply-swp-wrap .swp-prev,
                .apply-swp-wrap .swp-next {
                    width: 0.54rem;
                    height: 0.54rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 0px 0px 25px 0px rgba(15, 91, 162, 0.2);
                    padding: 0.19rem;
                    z-index: 5;
                    transition: 0.3s;
                }

                .apply-swp-wrap .swp-prev:hover,
                .apply-swp-wrap .swp-next:hover {
                    background-color: var(--theme-color);
                }

                .apply-swp-wrap .swp-prev:hover img,
                .apply-swp-wrap .swp-next:hover img {
                    filter: grayscale(1) brightness(10);
                }

                .apply-swp-wrap .swp-prev img {
                    transform: rotateZ(180deg);
                }

                .apply-swp-wrap .swiper-slide {
                    position: relative;
                    border-radius: 0.1rem;
                    height: 3.6rem;
                    overflow: hidden;
                }

                .apply-swp-wrap .swp-cover {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    background: linear-gradient(to top, rgba(0, 0, 0, 0.0666666667), rgba(0, 0, 0, 0) 50%);
                }

                .apply-swp-wrap .swp-cover::after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 0.05rem;
                    background-color: var(--theme-color);
                }

                .apply-swp-wrap .swiper-slide:nth-child(even) .swp-cover::after {
                    background-color: var(--theme-sub-color);
                }

                .apply-swp-wrap .swp-content {
                    line-height: 1.5;
                    margin: auto 0.3rem 0.3rem;
                    color: #fff;
                }

                .apply-swp-wrap .swp-content * {
                    line-height: unset;
                }


             .window {
                position: relative;
            }

            .share-side {
                position: absolute;
                top: 0;
                right: 0.1rem;
                display: flex;
                flex-direction: column;
                width: 2em;
                height: 100%;
                pointer-events: none;
                z-index: 50;
            }

            .share-side .share-list {
                position: sticky;
                top: 2.5rem;
                margin: 0.1rem 0;
            }

            
.share-side .share-item {position: relative;display: flex;align-items: center;justify-content: center;width: 2em;height: 2em;padding: 0.15rem;border-radius: 0.04rem;background-color: #fff;pointer-events: auto;}
.share-side .share-item:nth-child(n+2) {margin-top: 0.04rem;}
.share-side .share-item:hover .popup {transform: translateY(-50%) scaleX(1);opacity: 1;pointer-events: auto;}
