@charset "UTF-8";
body,
html {
    height: 100%;
    width: 100%;
}

body,
div,
header,
nav,
main,
img,
a,
ul,
li,
section,
h3,
p,
span {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: content-box;
}


/* 滚动栏 */

::-webkit-scrollbar {
    width: 4px;
    height: 0;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: .3125rem;
    width: 4px
}


/* 滚动栏 */

a {
    text-decoration: none;
    -webkit-user-select: none;
}

html {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body {
    background-color: #3a051c;
    color: #fff;
}

.main-box {
    width: 100%;
    height: 100%;
}


/*  header - start  */

header {
    /*background-image: linear-gradient(to right, #230213, #8a1437);*/
    background-color: #0898b9;
    height: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

nav {
    display: flex;
    position: relative;
}

.h-nav-left,
.h-nav-right {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.h-nav-right {
    list-style-type: none;
    gap: 3rem;
    margin-left: auto;
    font-size: 1.6rem;
}

.h-nav-right a {
    color: #fff;
}

.h-nav-left a,
.h-nav-right a {
    min-height: 8rem;
}

.game_logo {
    display: flex;
}

.game_logo img {
    align-self: center;
    width: 10rem;
}

.h-nav-l-hover:hover {
    color: #ed0147;
}

.h-nav-l-hover a:hover {
    color: #ed0147;
}


/*  header - end  */


/*  main - start  */

main {
    background-image: url(../images/bg2026.jpg);
    background-size: cover;
    background-position: center top;
}

.section1 {
    height: 600px;
    text-align: center;
    line-height: 0;
    background-image: url(../images/main_bg00.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.main-bg01 {
    margin: 0 -100%;
}

.section2 {
    width: 128rem;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 7rem;
}

.prop_bg {
    width: max-content;
    margin: 0 auto;
}

.lock_d {
    padding: 7px 0 0;
}

.gift_div {
    padding-bottom: 8px;
    text-align: center;
    width: 150px;
    border: 2px solid #fff;
    background-color: #ffffffcc;
}

.start {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 280px;
    height: 100px;
    background-color: #86ce2f;
}

.start .a1 {
    font-weight: bold;
    color: #fff;
    font-size: 44px;
}

.gift_bg {
    background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
}

.gift_div div {
    margin: 0 auto;
}

.gift_text {
    font-size: 16px;
    color: #fff;
}

.gift_text .red {
    color: #23ff5a;
}

.gift_div div img {
    width: 100px;
}

.gift_div .gift_name {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height: 18px;
    height: 18px;
}

.section2 .jcsj-gr {
    padding-top: 20px;
}

.section2 .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 2.5rem 0 2.5rem 4rem;
    background-image: url(../images/section02_img.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.section2 .section-con {
    padding-bottom: 3rem;
}

.section2 .section-con .fsf-back {
    color: #ed0147;
}

.section2 .section-con .text-attention {
    font-size: 1.2rem;
    color: #fff;
}

.section2 .section-bag {
    text-align: center;
    background: linear-gradient(#073062, #0073e9);
}

.section2 .section-bag .section-bag-div {
    width: 40rem;
    display: inline-block;
    vertical-align: middle;
}

.section2 .section-bag .section-bag-img img {
    margin: 1rem 0;
    background: #0000001f;
}

.section2 .section-bag .section-bag-details {
    text-align: left;
}

.section2 .section-bag .section-bag-form {
    text-align: left;
}

.section2 .section-bag .section-bag-form img {
    padding: 0.5rem;
    background: #2e063e;
}

.section2 .section-button {
    padding: 3rem;
    text-align: center;
}

.section2 .section-button a {
    margin: 0 10rem;
    color: #fff;
    width: 26rem;
    height: 6rem;
    display: inline-block;
    line-height: 6rem;
    font-weight: 600;
    background: linear-gradient(#891414, #b10000);
}

.section2 .section-button .bag_button_pd {
    background: linear-gradient(#850000ad, #782a2a91);
    color: #ffffffa6
}

.section2 .section-button a:hover {
    background: linear-gradient(#9c7917, #dba200);
}

.section2 .section-button .section-button-bag {
    padding: 1rem 0 8rem;
}

.section2 .section-ranking-box {
    text-align: center;
    background-color: #2d000fb5;
    display: none;
}

.section2 .section-ranking-box table {
    padding: 2rem 0;
    width: 100%;
    position: relative;
}

.section2 .section-ranking-box thead {
    flex-grow: 1;
    height: 40px;
    color: #0eb139;
}

.section2 .section-ranking-box th {
    background-color: #0000007d;
}

.section2 .section-ranking-box tr {
    flex-grow: 1;
    width: 100%;
}

.section2 .section-ranking-box td {
    flex-grow: 1;
    padding: 3px;
    font-size: 1.4rem;
    background-color: #ffffff0d;
}

.section2 .section-ranking-box td span {
    margin: 0 6px;
}

.section2 .section-ranking-box td img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 4px;
}

.section2 .section-ranking-box .width-mc {
    width: 12%;
}

.section2 .section-ranking-box .width-jlm {
    width: 52%;
}

.section2 .section-ranking-box .ranking-title1 {
    writing-mode: tb-rl;
    width: 16%;
    background-color: #5f0423;
}

.section2 .section-ranking-box .ranking-title2 {
    font-size: 1.6rem;
    font-weight: 400;
}

.section_ranking_box {
    width: 100%;
    margin-top: 8rem;
    background-color: #2d000fa3;
    padding-top: 7rem;
}

.section_ranking_box .s_r_c {
    width: 95rem;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.section_ranking_box .s_r_c .s_r_in {
    font-size: 2rem;
    text-align: center;
}

.section_ranking_box .s_r_c .s_r_in .s_r_time {
    font-weight: bold;
}

.section_ranking_box .s_r_c .s_r_form {
    background: linear-gradient(#144889, #001b58);
    text-align: center;
    margin-top: 1rem;
}

.section_ranking_box .s_r_c .s_r_form>div {
    vertical-align: middle;
}

.section_ranking_box .s_r_c .s_r_form img {
    width: 100%;
}

.section_ranking_box .s_r_c .s_r_form .s_r_f_d {
    padding: 4rem 2rem 3rem;
    width: 30rem;
    display: inline-block;
}

.section_ranking_box .s_r_c .s_r_form .s_r_f_d p {
    font-size: 1.8rem;
    padding-top: 1rem;
}

.section_ranking_box .s_r_c .s_r_form .s_r_f_vs {
    padding: 2rem;
    width: 10rem;
    display: inline-block;
    font-size: 5rem;
}

.section_ranking_box .s_r_c .s_r_but {
    padding: 2rem 0;
    margin: 0 auto;
    text-align: center;
}

.section_ranking_box .s_r_c .s_r_but span {
    width: 20rem;
    line-height: 5rem;
    color: #fff;
    background: linear-gradient(#9c1717, #db0000);
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 5%;
    cursor: pointer;
}

.section_ranking_box .s_r_c .s_r_but span:hover {
    background: linear-gradient(#745900, #e9da00);
}

footer {
    padding: 3rem 0;
    background-color: #20191c;
    color: #959595;
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: center;
}

footer a {
    color: #959595;
}

.tips {
    position: fixed;
    z-index: 999;
    top: 30%;
    margin-left: 50%;
    left: -18rem;
    width: 36rem;
    background: #fff;
    text-align: center;
    display: none;
}

.tips .tips_title {
    width: 100%;
    height: 4rem;
    background: #24040e;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4rem;
}

.tips .tips_text {
    padding: 3rem;
    color: #000;
    align-self: center;
    font-size: 1.8rem;
}

.tips a {
    width: 10rem;
    height: 3.5rem;
    line-height: 3.5rem;
    color: #fff;
    display: inline-block;
    background: #24040e;
    margin-bottom: 2rem;
}

.tips .tips_esc_s {
    display: none;
}

.tips .tips_esc_x {
    display: none;
}


/*  main - end  */


/* login - start */

.loginDIV {
    display: none;
    width: 56rem;
    height: 38rem;
    padding: 0;
    margin: 0 0 0 -27.5rem;
    position: fixed;
    z-index: 102;
    top: 20%;
    left: 50%;
    visibility: visible;
}

.loginDIV-bg {
    display: none;
    background-color: #00000080;
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.login-box {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}

.login-esc-h {
    width: 6rem;
    float: right;
    margin: 1px;
    text-align: center;
    border-left: 1px solid #cacaca;
}

.login-esc-h:hover {
    background-image: linear-gradient(#ee2222, #fff0f0);
}

.login-esc-h:hover>span {
    color: #fff;
}

.login-esc {
    color: #2d2d2d;
    font-size: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.login-title {
    width: 100%;
    height: 4rem;
    padding-top: 4rem;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #000;
}

.error-tips {
    width: 100%;
    height: 2rem;
    text-align: center;
    color: brown;
    font-size: 1.2rem;
}

.login-input {
    width: 30rem;
    margin: 0.5rem auto 0;
}

.login-input-li {
    height: 5.5rem;
    width: 100%;
    position: relative;
}

.login-input-yan {
    height: 5.5rem;
    width: 100%;
    position: relative;
}

.input-frame {
    width: 100%;
    height: 4rem;
    float: left;
    font-size: 1.6rem;
}

input::-webkit-input-placeholder {
    color: #979797;
}

input::-moz-input-placeholder {
    color: #979797;
}

input::-ms-input-placeholder {
    color: #979797;
}

.input-frame>input {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 100%;
    position: relative;
    height: 2rem;
    padding: 1rem 0;
    background: 0 0;
    color: #333;
    font-family: Verdana, Tahoma, Arial;
    font-size: 1.6rem;
    text-indent: 1rem
}

.input-frame>input:focus {
    border: 1px solid #00dcff99;
    box-shadow: 0 0 2px #00dcff99;
}

.login-input-yan>.input-frame {
    width: 15.5rem;
}

.login-input-yan>.input-frame>input {
    width: 13rem;
    float: left;
}

.login-input-yan>img {
    width: 11.5rem;
}

.login-submit {
    background-color: #86ce2f;
    position: relative;
    height: 4rem;
}

.login-button {
    position: absolute;
    left: 0;
    outline: 0;
    width: 100%;
}

.login-button .btn {
    color: #fff;
    width: 100%;
    height: 4rem;
    line-height: 3.5rem;
    font-size: 1.7rem;
    border: none;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
}

.bottom-link {
    float: right;
    margin: 4rem 1rem 0 0;
    font-size: 1.2rem;
    color: #000;
}

.bottom-link>a {
    padding: 0 0.5rem;
    color: #000;
}


/*  login - end  */

@media(max-width: 1300px) {
    header {
        height: 6rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .h-nav-left a,
    .h-nav-right a {
        min-height: 6rem;
    }
    .game_logo img {
        align-self: center;
        width: 8rem;
    }
    .section2 {
        width: 95rem;
    }
    .section2 .section-bag {
        padding: 3rem 0;
    }
    .section2 .section-bag .section-bag-div {
        width: auto;
        display: block;
        text-align: center;
    }
    .section2 .section-button a {
        margin: 0 3rem;
    }
}

@media(max-width: 960px) {
    header {
        height: 5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .h-nav-left a,
    .h-nav-right a {
        min-height: 5rem;
    }
    .game_logo img {
        align-self: center;
        width: 7rem;
    }
    .section1 {
        background-size: 200%;
    }
    .section1 .main-bg01 {
        width: 145%;
    }
    .section2 {
        width: 97%;
        text-align: center;
    }
    .section2 .section-title {
        display: inline-block;
    }
    .section2 .section-button a {
        margin: 0 4%;
        width: 40%;
    }
    .section_ranking_box .s_r_c {
        width: 90%;
        padding-bottom: 6rem;
    }
    .section_ranking_box .s_r_c .s_r_form .s_r_f_d {
        width: 30%;
        padding: 3rem 1rem 2rem;
    }
    .section_ranking_box .s_r_c .s_r_form .s_r_f_vs {
        padding: 2rem;
        width: 15%;
        display: inline-block;
        font-size: 4rem;
    }
    .section_ranking_box .s_r_c .s_r_but span {
        width: 26%;
        margin: 0 2%;
        line-height: 4rem;
    }
}

@media(max-width: 640px) {
    header {
        height: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .h-nav-right {
        font-size: 1.4rem;
    }
    .h-nav-right .h-nav-l-hover {
        display: none;
    }
    .h-nav-left a,
    .h-nav-right a {
        min-height: 4rem;
    }
    .game_logo img {
        align-self: center;
        width: 6rem;
    }
    .section1 {
        background-size: 215%;
    }
    .section1 .main-bg01 {
        width: 155%;
    }
    .section2 {
        width: 92%;
    }
    .section2 .section-ranking-box table {
        width: 90%;
    }
    .section_ranking_box .s_r_c {
        width: 96%;
    }
    .section_ranking_box .s_r_c .s_r_form .s_r_f_d {
        width: 30%;
        padding: 3rem 1rem 2rem;
    }
    .section_ranking_box .s_r_c .s_r_form .s_r_f_vs {
        padding: 0rem;
        width: 15%;
        display: inline-block;
        font-size: 3rem;
    }
    .foot_map {
        display: none;
    }
}