.top_banner {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #ffd450;
    float: left;
    z-index: 2;
    height: auto;
    text-align: center;
    font-size: 4vmin;
    padding: 5px;
}

.top_banner_parent {
    height: 0;
}

.top_banner_text1 {
    position: relative;
}

.top_banner_text2 {
    position: relative;
}
.hoverbutton1 {
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    background: url(../images/红包button.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    float: right;
    width: 11vw;
    height: 11vw;
    bottom: 35vw;
    right: 1%;
    z-index: 1;
}

.hoverbutton2 {
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    background: url(../images/战绩button.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    float: right;
    width: 11vw;
    height: 11vw;
    bottom: 20vw;
    right: 1%;
    z-index: 1;
}

.coupon {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-height: 60px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: fixed;
    text-align: center;
}

.coupon_left {
    background-color: #ffffff;
    width: 60%;
    float: left;
    left: 0;
    height: 14.17vw;
    line-height: 22px;
}

.coupon_left_text1 {
    color: #b49750;
    font-size: 6vmin;
}

.coupon_left_text2 {
    color: #ff2a00;
    font-weight: bold;
    font-size: 6vmin;
}

.coupon_left_text3 {
    color: #b49750;
    font-size: 4.5vmin;
}

.coupon_left_text4 {
    font-size: 3vmin;
    text-decoration: line-through;
    color: #b49750;
}

.coupon_down {
    margin: 0;
    padding: 0;
    line-height: 3vh;
}

.coupon_left_up {
    margin-top: 7px;
}

.coupon_right {
    background: linear-gradient(#ff2c00, #ff8221);
    width: 40%;
    float: right;
    height: 14.17vw;
    right: 0;
    color: white;
    text-align: center;
    font-size: 6vmin;
    position: relative;
}

.coupon_right_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.coupon_block {
    height: 14.17vw;
}

.img-fluid {
    width: 100%;
    height: auto
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

*,
 ::after,
 ::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

img {
    vertical-align: middle;
    border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h4,
h4 {
    font-size: 1.5rem;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0px 1px 0px #fff;
    opacity: 0.5;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.animated {
    animation-duration: 2.4s;
    -webkit-animation-duration: 2.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes swing {
    5% {
        transform: rotate3d(0, 0, 1, 15deg);
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
    }
    10% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    15% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes swing {
    5% {
        transform: rotate3d(0, 0, 1, 15deg);
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
    }
    10% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    15% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    -webkit-transform-origin: top center;
    animation-name: swing;
    -webkit-animation-name: swing;
}

.carouselbtn {
    float: left;
    width: 16.6%;
}

.countdown {
    position: relative;
}

.page1_block {
    position: relative;
}

.page1_text {
    position: absolute;
    color: white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #facd89;
    font-weight: bold;
}

.page1_text1 {
    font-size: 6.5vw;
    bottom: 20vw;
}

.page1_text2 {
    text-decoration: line-through;
    font-size: 5vw;
    bottom: 15vw;
    opacity: 0.5;
}

.modal_closebutton {
    width: 60%;
    margin-bottom: 10px;
}


body {
    padding-right: 0px !important
}

.modal-open {
    overflow-y: auto;
}

.none{display: none!important;}
.install_bar{display: none;}