@charset "utf-8";
.h2.st {
    font-size: 4rem;
    color: #333333;
    text-align: center;
}
.txt-green {
    color: #46b3a3;
    transition: all .3s ease;
}
.txt-orange {
    color: #e87e24;
}
body.openqrcode button.maximize {
    z-index: 0 !important;
}

.btn.btn-bg-white {
    font-size: 2.8rem;
    color: #333333;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    padding: 26px 68px;
    align-items: center;
    box-shadow: 0 18px 20px #becbf7;
    position: relative;
    border: none;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-animation-name: zoom6;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: zoom6;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
.btn.btn-bg-white .txt {
    position: relative;
}
.btn.btn-bg-white .triangle-pic {
    align-self: center;
    position: relative;
    display: flex;
    margin-left: 20px;
}
.btn.btn-bg-white .triangle-pic img {
    transition: all .1s ease;
}
.btn.btn-bg-white:before {
    position: absolute;
    content:"";
    display: block;
    width: 0;
    height: 100%;
    border-radius: 100px;
    background: #fff;
    transition: all .3s ease;
    transform:scale(0);
    transform-origin: left bottom;
    left:0;
    bottom:0;
}
.btn.btn-bg-white:hover,
.btn.btn-bg-white:hover .txt-green{
    color: #fff;
}
.btn.btn-bg-white:hover {
    animation-play-state: paused;
}
.btn.btn-bg-white:hover:before {
    width: 100%;
    background: #e87e24;
    transform: scale(1);
}
.btn.btn-bg-white:hover .triangle-pic img {
    transition-delay: .1s;
    filter: brightness(0) invert(1);
    -webkit-animation-name: icon-ani;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: icon-ani;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
}
.deco-item.gradian-circle {
    aspect-ratio: 1 /1;
    position: absolute;
}
.deco-item.gradian-circle.eshopping-circle-deco1 {
        width: 41%;
    top: -25%;
    left: -20%;
    z-index: 0;
    opacity: 0.8;
}
.deco-item.gradian-circle.eshopping-circle-deco2 {
    width: 50.6%;
    top: 40%;
    right: -25%;
    z-index: 0;
    opacity: 0.7;
}
.deco-item.gradian-circle.eshopping-circle-deco3 {
    width: 89%;
    bottom: -18%;
    right: -16%;
    z-index: 0;
    opacity: 0.6;
}
.deco-item.gradian-circle.eshopping-circle-deco4 {
    width: 200%;
    bottom: -47%;
    left: -33%;
    opacity: 0.6;
}
.deco-item.gradian-circle.eshopping-circle-deco5 {
    width: 39.8%;
    top: -11%;
    left: -23%;
    opacity: 0.25;
}

.deco-item.gradian-circle.eshopping-circle-deco6 {
    width: 68%;
    left: 70%;
    top: 50%;
}

.sec .container {
    max-width: 100%;
}

/** eshopping-banner **/
.sec.eshopping-banner-sec {
    padding-top: 100px;
    background: url(../../../wp-content/uploads/images/ebank/e05/banner_bg.png) no-repeat center center;
    background-size: cover;
}
.eshopping-banner-box {
    display: flex;
    align-items: flex-end;
}
.eshopping-banner-cont .banner-txt .mpic img {
    width: 450px;
}

.eshopping-banner-cont .banner-txt .spic img {
    width: 440px;
}
.eshopping-banner-cont {
    flex: 0 0 auto;
    width: 58%;
    text-align: center;
    padding-bottom: 6%;
}
.eshopping-banner-pic-cont {
    flex: 0 0 auto;
    width: 42%;
}
.eshopping-banner-cont .btn-box {
    margin: 43px 0 67px;
    display: inline-block;
}
.eshopping-banner-pic-cont-box {
    width: 87.5%;
    margin: 0 auto;
}


/** eshopping-pay **/
.sec.eshopping-pay-sec {
    padding: 113px 0 100px;
    position:relative;
}
.eshopping-pay-list {
    margin-top: 105px;
    margin: 105px 5.4%;
}
.eshopping-pay-list .ep-wrapper {
    position: relative;
}
.eshopping-pay-list .ep-item {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 5px 5px 20px #f3f5f6;
    position: relative;
    z-index:1;
}
.eshopping-pay-list .ep-item .pic {
    position: relative;
}
.eshopping-pay-list .ep-item .info {
    position: relative;
    font-size: 2.55rem;
    color: #333333;
    text-align: center;
    padding: 50px 50px 58px;
    background: #fff;
}

.eshopping-pay-list .ep-item .pic .title {
    font-size: 2.8rem;
    color: #46b3a3;
    position: absolute;
    border: solid 4px #46b3a3;
    border-radius: 100px;
    background: #fff;
    line-height: 1;
    padding: 22px 60px 24px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/** eshopping-method **/
.sec.eshopping-method-sec {
    padding: 165px 0 130px;
    background: #f5f9fc;
}

.switch-ms-box {
    display: flex;
    background: #fff;
    font-size: 3.4rem;
    color: #b3b3b3;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 0px #e6e6e6;
    position: relative;
}

.switch-indicator {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #e87e24;
    left: 0;
    top: 0;
    border-radius: 100px;
    transition: transform .3s ease;
}

.switch-ms-box.active-next .switch-indicator {
    transform: translateX(100%);
}

.switch-ms-box .switch-item {
    line-height: 1;
    padding: 33px 100px;
    position: relative;
    z-index: 1;
    transition: color .3s ease;
}

.switch-ms-box .switch-item .txt {
    position: relative;
}

.switch-ms-box .switch-item.swiper-button-disabled {
    color: #fff;
}

.eshopping-method-list {
    margin-top: 147px;
}
.eshopping-method-list .em-item {
    margin-bottom: 118px;
}
.eshopping-method-list .em-item .pic {
    position: relative;
    width: 77.6%;
    margin: 0 auto;
}

.eshopping-method-list .em-item .no {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #46b3a3;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    left: -13%;
    top: 0;
}

.eshopping-method-list .em-item .pic .point-box {
    position: absolute;
    width: 15.5%;
}

.eshopping-method-list .em-item .pic .point-box .point-pic {
    position: absolute;
    width: 85%;
    z-index: 0;
    left: -29%;
    top: -28%;
}
.eshopping-method-list .em-item .pic .point-box .point-pic:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(232, 126, 36, 0.5);
    border-radius: 50%;
    left: 0;
    top: 0;
    transform-origin: center center;
    transform: scale(0);
}

.eshopping-method-list .em-item .pic .point-box .hand-pic {
    position: relative;
    
}
.eshopping-method-list .em-item .pic .point-box.aos-animate .point-pic:before {
    animation-delay: .2s;
    animation-name: point-ani;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.eshopping-method-list .em-item .pic .point-box.aos-animate .hand-pic {
    transform-origin: center center;
    animation-name: hand-ani;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}
.eshopping-method-list .em-item.em-item-1 .pic .point-box {
    bottom: -2%;
    right: 22%;
}
.eshopping-method-list .em-item.em-item-2 .pic .point-box {
    top: 21%;
    right: 5%;
}
.eshopping-method-list .em-item.em-item-4 .pic .point-box {
    bottom: 17%;
    right: 5%;
}

.eshopping-method-list .em-item.em-item-5 .pic .point-box {
    bottom: 11%;
    right: 9%;
}
.eshopping-method-list .em-item.em-item-s1 .pic .point-box {
    bottom: -3%;
    right: 21%;
}

.eshopping-method-list .em-item.em-item-s2 .pic .point-box {
    top: 29%;
    right: 8%;
}

.eshopping-method-list .em-item.em-item-s3 .pic .point-box {
    top: 46%;
    right: 21%;
}

.eshopping-method-list .em-item.em-item-s5 .pic .point-box {
    top: 47%;
    left: 43%;
}

.eshopping-method-list .em-item .info {
    font-size: 2.7rem;
    color: #333;
    text-align: center;
    margin-top: 48px;
}
.swiper-pagination-bullet {
    width: 280px;
    border-radius: 10px;
    background: #c4c8c8;
    transition: all .3s ease;
    margin: 0 9px !important;
}
.swiper-pagination-bullet:hover {
    opacity: 0.6;
}

/** eshopping-store **/
.sec.eshopping-store-sec {
    padding-top: 170px;
    position: relative;
}

.eshopping-store-cont .h2 {
    text-align: left;
    padding-left: 56px;
    margin-bottom: 93px;
}

.eshopping-store-cont .scont {
    padding-right: 10%;
}



.eshopping-store-cont .scont .h4 {
    line-height: 1.5;
    font-size: 3.4rem;
}

.eshopping-store-cont .scont .h4:before {
    top: 30px;
}

.eshopping-store-pic .pic {
    box-shadow: 5px 5px 15px #f3f5f6;
    border-radius: 20px;
    width: 377px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.eshopping-store-footer .pic {
    padding-top: 10%;
    position:relative;
}
.eshopping-store-footer .pic .deco-claude {
    position: absolute;
    width: 7.7%;
    left: 31%;
    top: 12%;
    
}

.eshopping-store-footer .pic .deco-claude2 {
    position: absolute;
    width: 5.4%;
    left: 56%;
    top: -11%;
    
}
.eshopping-store-footer .pic .deco-claude img,
.eshopping-store-footer .pic .deco-claude2 img{
    -webkit-animation-name: claude-ani;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: claude-ani;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
.eshopping-store-footer .pic .deco-claude2 img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.eshopping-store-pic {
    position: relative;
}

@-webkit-keyframes icon-ani {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}

@keyframes icon-ani {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes point-ani {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes point-ani {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes hand-ani {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hand-ani {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes claude-ani {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes claude-ani {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/** qrcode-overlay **/
.qrcode-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}
.qrcode-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.qrcode-overlay.active {
    display: flex;
}

.qrcode-overlay .es-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.qrcode-overlay .es-qrcode img {
    max-width: 480px;
    width: 80vw;
    border-radius: 16px;
}

/* close button */

.qrcode-overlay .btn.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background: transparent none;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    transition: border-color .3s ease;
}

.qrcode-overlay .btn.btn-close:hover {
    border-color: #e87e24;
}

.qrcode-overlay .btn.btn-close .close {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.qrcode-overlay .btn.btn-close .close::before,
.qrcode-overlay .btn.btn-close .close::after {
    content: "";
    position: absolute;
    width: 54%;
    height: 4px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    transition: background .3s ease;
}

.qrcode-overlay .btn.btn-close .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.qrcode-overlay .btn.btn-close .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.qrcode-overlay .btn.btn-close:hover .close::before,
.qrcode-overlay .btn.btn-close:hover .close::after {
    background: #e87e24;
}