.popup_template_view {
    position: fixed;
    background-color: #000;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
}

.popup_template_home_btn {
    position: fixed;
    z-index: 5;
    width: 0.673rem;
    height: 0.566rem;
    right: 0.718rem;
    top: 0.587rem;
    background-image: url('../images/icon_home.png');
    -webkit-background-size: cover;background-size: cover;
}

.popup_template_left_btn {
    position: fixed;
    z-index: 5;
    width: 0.642rem;
    height: 0.642rem;
    left: 1.218rem;
    top: 2.139rem;
    background-image: url('../images/icon_left.png');
    -webkit-background-size: cover;background-size: cover;
}

.popup_template_right_btn {
    position: fixed;
    z-index: 5;
    width: 0.642rem;
    height: 0.642rem;
    right: 1.218rem;
    top: 2.139rem;
    background-image: url('../images/icon_right.png');
    -webkit-background-size: cover;background-size: cover;
}

.swiper-pagination-bullets {
    position: fixed;
    z-index: 4;
    top: 2.125rem;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullets .popup_template_bullet {
    margin:0 0.097rem;
}

.popup_template_bullet {
    width: 0.097rem;
    height: 0.097rem;
    display: inline-block;
    opacity: 1;
    background-image: url('../images/icon_bullet_off.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;background-size: 100%;
}

.popup_template_bullet_active {
    background-image: url('../images/icon_bullet_on.png')!important;
}