* {
    padding: 0;
    margin: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

#weburl {
    flex: 7;
    border-radius: 12px 0 0 12px;
    background: #f0f0f0;
    padding-left: 1rem;
    color: #aaaaaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.urlCopy {
    flex: 2;
    text-align: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, #01dbff, #00a8ff);
}

.urlCopy:hover,
.urlCopy:active,
.urlCopy::after {
    background: linear-gradient(to left, #01dbff, #00a8ff);
}

#main {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 100vh;
    /* background: url("../images/bg0body.png") no-repeat center top; */
}

.top {
    background: -webkit-radial-gradient(circle, #d4982c, #231309);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(circle, #d4982c, #231309);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(circle, #d4982c, #231309);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(circle, #d4982c, #231309);
    /* 标准的语法 */
}

.divider {
    height: 2px;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
    /* 标准的语法 */
    background: linear-gradient(to right, #4b1f05, #f28d38, #4b1f05);
}

.download_line_game_bg {
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(bottom, #231309, #78370b, #231309);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(bottom, #231309, #78370b, #231309);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(bottom, #231309, #78370b, #231309);
    /* 标准的语法 */
    background: linear-gradient(to top, #231309, #78370b, #231309);
}

.line {
    display: flex;
    display: -webkit-flex;
    color: #ffd344;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    background: #341f11;
    border-radius: 70px;
    padding-left: 3.25rem;
    margin: 1rem 0;
    cursor: pointer;
}

.line_div {
    flex: 6;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.line:hover,
.line:active,
.line::after {
    color: #ffff9a;
}

.line_button {
    flex: 3;
    text-align: center;
    color: #ffffff;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(right, #6b1a00, #d03c00);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(right, #6b1a00, #d03c00);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(right, #6b1a00, #d03c00);
    /* 标准的语法 */
    background: linear-gradient(to left, #6b1a00, #d03c00);
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}

.line_button:hover,
.line_button:active,
.line_button::after {
    background: #d03c00;
}

.hotgame_bg {
    padding-top: 3rem;
    background: -webkit-radial-gradient(circle, #833823, #231309);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(circle, #833823, #231309);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(circle, #833823, #231309);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(circle, #833823, #231309);
    /* 标准的语法 */
}

.wg-swiper-container {
    max-width: 600px;
    height: 100%;
}

.wg-swiper-wrapper {
    width: 280px;
}

.wg-swiper-slide {
    text-align: center;
    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;
    transition: 300ms;
    transform: scale(0.8);
}

.wg-swiper-slide img {
    width: 280px;
}

.hg-swiper-container {
    width: 100%;
    height: 100%;
}

.hg-swiper-slide {
    background-position: center;
    background-size: cover;
    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;
}

.footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer_div {
    max-width: 750px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 19, 9, 0.9);
}

.footer_div:hover,
.footer_div:active,
.footer_div::after {
    background: rgba(75, 31, 5, 1);
}

.button {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 30;
}

.app_download {
    cursor: pointer;
}