.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;  
    background-image: url(../images/BG/PC_BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.loading>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pc_offer_control {
    background-color: rgb(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.pc_offer_control-active {
    opacity: 1;
    visibility: visible;
}

.x-mark {
    font-size: 3rem;
    position: fixed;
    top: 3%;
    right: 4%;
    z-index: 2;
    cursor: pointer;
}

.offer_show {
    position: absolute;
    right: 2%;
    width: 40%;
    transition: all .3s;
}

.offer_show-ms-auto {
    margin: 0 0 0 auto;
}

/* 收合 */
.close_img {
    width: 100%;
    max-height: 0;
    transition: max-height .8s cubic-bezier(1, 0.2, 0.2, 1);
    overflow: hidden;
}

.show {
    max-height: 5000px;
}

/* swiper */
.mySwiper1 img {
    margin: 0 auto;
}

/* 更改按鈕圖案 */
.swiperControl {
    position: absolute;
    left: 5.5%;
    top: 27%;
    width: 90%;
}

.swiperControl2 {
    position: absolute;
    left: 1%;
    top: 4%;
    width: 98%;
}

.swiperBtnR,
.swiperBtnL {
    width: 80px;
    height: 80px;
}

.swiperBtnR {
    right: -2.5%;
}

.swiperBtnL {
    left: -2.5%;
}

.swiperControl2 .swiperBtnR {
    right: 0.5%;
}

.swiperControl2 .swiperBtnL {
    left: 0.5%;
}

@media (max-width: 768px) {

    .swiperBtnR,
    .swiperBtnL {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 568px) {

    .swiperBtnR,
    .swiperBtnL {
        width: 32.5px;
        height: 32.5px;
    }

    .swiperBtnR {
        right: -5%;
    }

    .swiperBtnL {
        left: -5%;
    }

}

.swiperBtnR:after {
    content: "";
    background-image: url(../images/swiper/text-Right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100px;
    height: 100%;
}

.swiperBtnL:after {
    content: "";
    background-image: url(../images/swiper/text-Left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}



.swiper-pagination-bullet {
    background-color: rgb(123, 122, 122);
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-pagination {
    /* bottom: -2% !important; */
    scale: 2;
}



@media (max-width:768px) {
    .swiper-pagination {
        scale: 1.5;
    }
}
