body {
    margin: 0;
}

.download-header-wrapper {
    width: 100%;
}

.download-header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 30px;
}

.download-header-back {
    display: flex;
    width: 33.33%;
}

.download-header-back i {
    font-size: 30px;
}

.download-header-logo {
    width: 33.33%;
    text-align: center;
}

.download-header-logo img {
    height: 40px;
}

.download-header-app-logo {
    width: 33.33%;
    text-align: right;
}

.download-header-app-logo img {
    height: 45px;
    border-radius: 5px;
}

.swiper-download-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 40px;
    width: 100%;
}

.swiper-download-btn button {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    padding: 7px 10px;
    white-space: nowrap;
    border-radius: 5px;
    border: none;
    background: rgb(232, 184, 110);
    background: linear-gradient(180deg, rgba(232, 184, 110, 1) 0%, rgba(254, 253, 248, 1) 35%, rgba(183, 133, 64, 1) 70%, rgba(215, 183, 130, 1) 100%);
    font-size: 20px;
}

.swiper-download-btn a {
    margin-right: 10px;
}

.swiper-download-btn a:last-child {
    margin-right: 0;
}

.swiper-download-btn button .swiper-btn-logo img {
    height: 25px;
    margin-right: 10px;
}

.swiper-slide {
    position: relative;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.8;
    background-color: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007aff;
}

/* .footerwrap {
    padding: 30px;
    margin: 0;
} */

.logoGroup {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 10px;
}

.bottomLogo {
    margin-right: 0;
    margin-bottom: 5px;
}

/* .footer {
    min-width: unset;
    max-width: unset;
} */

/* download container */

.download-content-wrapper {
    background-color: #303030;
}

.download-content-holder {
    padding: 30px;
}

.download-desc-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ios-swiper {
    background-color: transparent;
}

.android-swiper {
    background-color: transparent;
}

.download-desc-left {
    /* width: 30%; */
    text-align: center;
}

.download-desc-title {
    font-size: 25px;
    color: #fff000;
    margin-bottom: 15px;
    font-weight: 700;
}

.download-desc-info {
    font-size: 18px;
    color: #fff000;
    line-height: 22px;
    margin-bottom: 15px;
}

.download-desc-btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.download-desc-btn:last-child {
    margin-bottom: 0;
}

.download-desc-btn button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
}

.download-desc-btn-logo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.download-desc-btn-logo.active {
    background-color: #84803d;
}

.download-desc-btn-logo img {
    height: 30px;
}

.download-desc-btn-text {
    padding: 10px 10px 8px;
    border-radius: 5px;
    transform: translateX(-10px);
    width: 180px;
    background-color: #666666;
}

.download-desc-btn-text.active {
    color: #fff000;
    background-color: #84803d;
}

.ios-swiper {
    width: 30%;
    display: none;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.ios-swiper.active {
    display: block;
}

.android-swiper {
    width: 30%;
    display: none;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.android-swiper.active {
    display: block;
}

.ios-swiper .swiper-slide {
    text-align: center;
}

.android-swiper .swiper-slide {
    text-align: center;
}

.ios-swiper .swiper-wrapper {
    align-items: center;
    margin-bottom: 5px;
}

.android-swiper .swiper-wrapper {
    align-items: center;
    margin-bottom: 5px;
}

.download-swiper-img {
    margin-bottom: 15px;
}

.download-swiper-img img {
    height: 400px;
}

.download-swiper-img-auto img {
    height: unset;
    width: 100%;
}

.download-swiper-step-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff000;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.download-swiper-step {
    padding: 5px 10px;
    white-space: nowrap;
    background-color: #666666;
    border-radius: 5px;
    margin-right: 7px;
    font-size: 14px;
}

.download-swiper-step-desc {
    line-height: 22px;
}

.ios-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: unset;
    left: unset;
    position: relative;
}

.android-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: unset;
    left: unset;
    position: relative;
}

/* index */

.mobdescwrap a:hover i {
    color: #fff000;
}

@media only screen and (max-width:1024px) {
    .logoGroup {
        justify-content: flex-start;
    }
    .logoGroup img {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .swiper-download-btn {
        bottom: 20px;
    }
    .swiper-download-btn button {
        font-size: 14px;
        padding: 5px 10px;
    }
    .swiper-download-btn button .swiper-btn-logo img {
        height: 20px;
    }
    .download-swiper-img img {
        height: 350px;
    }
    .download-swiper-img-auto img {
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width:576px) {
    .download-header-holder {
        padding: 0 15px;
    }
    .download-header-logo img {
        height: unset;
        width: 100%;
    }
    .download-header-app-logo img {
        height: 35px;
    }
    .swiper-download-btn {
        bottom: 7px;
    }
    .swiper-download-btn button {
        font-size: 12px;
    }
    .swiper-download-btn button .swiper-btn-logo img {
        height: 15px;
    }
    .download-content-holder {
        padding: 15px 15px 35px 15px;
    }
    .download-desc-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .download-swiper-step {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .download-swiper-step-desc {
        width: 100%;
    }
    .ios-swiper {
        width: 100%;
    }
    .android-swiper {
        width: 100%;
    }
    .download-swiper-step-wrapper {
        margin-bottom: 5px;
        font-size: 14px;
    }
    /* .footer div.ftmenu {
        display: flex;
        justify-content: space-between;
        float: unset;
        margin-right: 0;
        margin-bottom: 20px;
    } */
    .ftmenu ul.ftmenu {
        margin-top: 0 !important;
    }
    /* .footer .ftbank {
        width: 100%;
    }
    .footerwrap {
        padding-bottom: 0;
        padding: 15px;
    } */
    .logoGroup {
        justify-content: space-between;
    }
    .logoGroup img {
        margin-right: 0;
    }
}