html,
body {
    position: relative;
    height: 100%;
}

:root {
    --blur: 2;
}

body {
    background: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

#wrap {
    position: relative;
    width: 750px;
    margin: 0 auto;
}

.content {
    width: 100%;
    height: 1922px;
    background: url('../images/bg.jpg') no-repeat top;
    background-size: cover;
    position: relative;
    min-height: 1624px;
}

.content .contens {
    width: 100%;
    height: 123px;
    position: absolute;
    top: 889px;
    left: 0;

}

.content .contens .input-wrapper {
    width: 705px;
    height: 100px;
    background: url('../images/input_wrapper_03.png') no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}

#dropdown {
    background: none;
    border: none;
    /* padding-left: 10px; */
    width: 222px;
    height: 100px;
    text-align: center;
    outline: none;
    color: #a79077;
    font-size: 26px;

}

.content .contens .input-wrapper input {
    width: 470px;
    height: 100px;
    line-height: 100px;
    color: #a79077;
    font-size: 26px;
    padding-left: 10px;
}

.content .contens #submit {
    display: block;
    width: 395px;
    height: 152px;
    background: url('../images/btn_07.png') no-repeat center;
    background-size: 100%;
    margin: 23px auto;
    text-align: center;
    animation: ripple 1.6s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.content .contens #submit span {
    position: absolute;
    overflow: hidden;
    width: 94%;
    height: 83%;
    top: 51%;
    left: 46%;
    transform: translate(-50%, -50%);

}

i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

option {
    font-size: 12px;
}

.content2 {
    width: 100%;
    height: 470px;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.content2 .carousel_wrapper {
    width: 100%;
    height: 100%;
}

.content2 .carousel_wrapper .carousel {
    width: 723px;
    height: 470px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.carousel .swiper-slide {
    width: 723px;
    height: 396px;
    margin: 0 auto;
    position: relative;
}



.carousel .swiper-slide img {
    width: 100%;
    height: 100%;
}

.carousel_wrapper .swiper-button-next,
.carousel_wrapper .swiper-button-prev {
    display: block;
    position: absolute;
    width: 36px;
    height: 47px;
    z-index: 2;
    font-size: 0;
    top: 95%;
    cursor: pointer;
}

.carousel_wrapper .swiper-button-next {
    background: url('../images/right_07.png') no-repeat center;
    background-size: 100% 100%;
    right: 87px;
}

.carousel_wrapper .swiper-button-prev {
    background: url('../images/left_07.png') no-repeat center;
    background-size: 100% 100%;
    left: 87px;
}

.carousel_wrapper .swiper-button-next:after,
.carousel_wrapper .swiper-button-prev:after {
    font-size: 0;
    color: none;
    content: '';
}

.carousel_wrapper .swiper-pagination {
    bottom: 10px;
    left: 32%;
}

.carousel_wrapper .swiper-container-vertical>.swiper-pagination-bullets {
    left: 0;
}

.carousel_wrapper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 0;
    margin: 0 15px;
    background: url('../images/dot_10.png') no-repeat center;
    background-size: 100%;
}

.carousel_wrapper .swiper-pagination-bullet-active {
    background: url('../images/dot_active_10.png') no-repeat center;
    background-size: 100%;
}

/* 彈框 */
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.modal .close {
    display: block;
    width: 47px;
    height: 48px;
    background: url('../images/close_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -20px;
    right: 48px;
}

.codeWrapper {
    width: 100%;
    height: 970px;
    background: url('../images/oneModal_02.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 200px;
}

.codeWrapper .copyWrapper {
    width: 600px;
    height: 44px;
    position: absolute;
    top: 238px;
    left: 50%;
    margin-left: -300px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.codeWrapper .copyWrapper #code {
    /* flex: 1; */
    color: #d0c296;
    font-size: 22px;
    height: 44px;
    line-height: 46px;

}

.codeWrapper .copyWrapper .copy {
    display: block;
    width: 51px;
    height: 31px;
    background: url('../images/copy_03.png') no-repeat center;
    background-size: 100%;
    margin-left: 20px;
}

.storeContent {
    width: 308px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -154px;
}

.storeWrapper {
    width: 308px;
    position: relative;
}

.storeWrapper a {
    display: block;
    width: 308px;
    height: 91px;
    margin-bottom: 52px;
}

.storeWrapper a.appstore {
    background: url('../images/appstore_03.png') no-repeat center;
    background-size: 100%;
}

.storeWrapper a.googleplay {
    background: url('../images/googleplay_03.png') no-repeat center;
    background-size: 100%;
}

.storeWrapper i {
    display: block;
    width: 86px;
    height: 90px;
    background: url('../images/shouzhi_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: -38px;
    right: -42px;
    animation: bounceScale 1.2s infinite alternate;
}

.footer {
    width: 100%;
    height: 186px;
    background: #000;
    font-size: 12px;
    color: #585858;
    text-align: center;
    overflow: hidden;

}


.footer-header {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;

}

.footerText {
    width: 420px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
}

.footer .img-wrapper img {
    margin: 20px 10px 15px;
}

.footer .footer_text {
    width: 100%;
    margin-left: 52px;
    display: flex;
}

.footer .footer_text .img-wrapper {
    width: 39px;
    margin: 0 12px 0 0;
}

.footer .footer_link a {
    color: #686868;
    text-decoration: underline;
    margin: 0 10px;
    font-size: 13px;
}

@keyframes ripple {
    0% {
        transform: scaleZ(1);

    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);

    }

    100% {
        transform: scaleZ(1);

    }
}

@keyframes bounceScale {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-12px) scale(1.1);
    }
}

@keyframes animate-wipes {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}