@charset "utf-8";

/* CSS Document */

/*公共样式*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "宋体", "Arial Narrow", HELVETICA;
    background: #21233b;
    /* -webkit-text-size-adjust: 100% */
    touch-action: pan-y;
}

body,
html {
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}


/* cursor: pointer 设置鼠标指针（光标）在悬停于该元素（这里是 <a> 链接）上时的样式。 */
a {
    color: #7b9feb;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

body>a {
    display: none !important;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/*清除漂浮*/

.line {
    width: 1px;
    height: 12px;
    overflow: hidden;
    background: #a2a2a2;
    float: left;
    margin: 0 26px;
    margin-top: 13px;
}

/*分隔线*/

.line2 {
    width: 1px;
    height: 12px;
    overflow: hidden;
    background: #a2a2a2;
    float: left;
    margin: 0 10px;
}

/*分隔线*/

.mid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#actcenterMain{
    height: 190vw !important;
    background-color: #232853 ;
}

.actGameType {
    padding-top: 1.6667vw;
    border-bottom: 1px dashed #6b6e73;
    color: blue;
    width: 100%;
}

/*.actGameType .inputText {*/
/*width: 90px;*/
/*text-align: right;*/
/*line-height: 32px;*/
/*height: 32px;*/
/*display: inline-block;*/
/*}*/
.actGameType .typeSelect {
    /*border: 1px solid #d4d4d4;*/
    /*height: 70px;*/
    /*width: 100px;*/
    text-align: center;
    /*background-color: #ffffff;*/
    position: relative;
    margin: 0 2.7778vw 1.3889vw;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.actGameType .selectList {
    width: 87.5vw;
}

.actGameType .typeSelect>.border {
    display: flex;
    /*width: 120px;*/
    /*height: 120px;*/
    /*background-color: red;*/
    /*background: url(./../images/select2.png) no-repeat 0 0;*/
    /*background-size: 100% 100%;*/
    /*width: -moz-calc(100% + 2px);*/
    /*width: -webkit-calc(100% + 2px);*/
    /*width: calc(100% + 2px);*/
    /*height: -moz-calc(100% + 2px);*/
    /*height: -webkit-calc(100% + 2px);*/
    /*height: calc(100% + 2px);*/
    /*position: absolute;*/
    left: -1px;
    top: -1px;
}

.actGameType .typeSelect.activeSelect {
    color: #fe8e00;
}

.actGameType .typeSelect.activeSelect>.border {
    display: block;
}

.actGameType .typeSelect:hover {
    color: #fe8e00;
}

.actGameType .typeSelect:hover>.border {
    display: block;
}

.actGameType .actGameTypeInfo {
    width: 19.4444vw;
    height: 19.4444vw;
}

.actGameType .actGameTypeInfo .actGameTypeIcon {
    width: 17vw;
    height: 17vw;
    position: absolute;
    /*background-color:yellow;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    justify-content: center;
    align-items: center;
}
/*剩余時間 圆角背景*/
.actGameTypeLeftDaysBg {
    position: absolute;  /* 必须添加这行 */
    top: 11.52778vw;
    left: 2.2222vw;
    width: 12.5vw;
    height: 3.4722vw;
    background: #444444;
    border-radius: 0px 0px 2.9167vw 2.9167vw;
    opacity: 0.83;
}
[v-cloak] {
    display: none !important;
}
/*剩余事件*/
.actGameTypeLeftDays {
    font-size: 2.2vw;
    margin-bottom: 1.3vw;
    margin-left: 0vw;
    /*margin-right: 6.94444vw;*/
    /*background-color: red;*/
    color: #e80703;
    text-align: center;
}
.actGameTypeLeftDays {
    color: #00ff00; /* 整体默认绿色 */
}

.actGameTypeLeftDays::before {
    content: "剩餘:";
    color: #ffffff; /* 仅"剩余:"变为白色 */
    display: inline;
}
/*.actGameType .actGameTypeInfo .actGameTypeName {*/
/*margin-top: 2%;*/
/*font-size: 14px;*/
/*line-height: 1.2;*/
/*}*/

.actcenterDefault {
    width: 59.3055vw;
    height: 75.9722vw;
    position: absolute;
    /*background-color: purple;*/
    position: absolute;
    top: 25vw;
    left: 25vw;
    background-image: url("./../images/actGameType/deault.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    /*height: -moz-calc(100% - 123px);*/
    /*height: -webkit-calc(100% - 123px);*/
    /*height: calc(100% - 123px);*/
}
.actcenterEnter {
    width: 100%;
    height: 19.4444vw;
    background-color: #232853 ;
    position: absolute;
    top: 13.8889vw;
    /*height: -moz-calc(100% - 123px);*/
    /*height: -webkit-calc(100% - 123px);*/
    /*height: calc(100% - 123px);*/
}
.actcenterEnterBg {
    width: 100%;
    height: 130.42vw;
    /*939px*/
    position: absolute;
    bottom: 0;
    top: 19.4444vw;
    /*background-color: red;*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
}

.actcenterEnterBg>img {
    width: 100%;
    border-radius: 10px;
}



.bottom-box {
    width: 100%;
    height: 16.25vw;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(0deg, #11182D 0%, #272C5D 52%, #272C5D 98%, #3C4490 100%);
    box-shadow: 0px -0.8333vw .6944vw 0px rgba(0, 0, 0, 0.29);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
}

.bottom-box-item {
    margin-top: 1.3889vw;
    width: 14.0278vw;
    height: 14.0278vw;
}

.bottom-box-item>img {
    width: 100%;
    height: 100%;
}

/* 默认所有 itempage2 隐藏 */
.bottom-box-item .itempage2 {
    display: none;
}

/* 默认所有 itempage1 显示 */
.bottom-box-item .itempage1 {
    display: block;
}

.bottom-box-item.active {
    & .itempage1 {
        display: none;
    }

    & .itempage2 {
        display: block;
    }
}

/*头部*/

/* .top {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 13.8889vw;
    z-index: 9999;
    padding: 0;
    background: linear-gradient(180deg, #11182D, #272C5D);
    box-shadow: 0px 2px 0px 0px rgba(40,52,120,0.5), 0px -0.2778vw 0px 0px #4857AD;
}

.top>div {
    width: 100%;
    height: 100%;
}

.login-button {
    float: right;
    width: 21.3889vw;
    height: 9.5833vw;
    background-image: url(./../images/home/loginBtn.png);
    background-size: cover;
    border: none;
    cursor: pointer;
    margin-top: 2.2222vw;
    margin-right: 2.5vw;
}


.top div>a {
    float: left;
    width: 25.8333vw;
    height: 9.5833vw;
    margin-top: 2.2222vw;
    margin-left: 3.3333vw;
}

.top div>a>img {
    width: 100%;
    height: 100%;
} */



/*banner*/

.banner {
    position: relative;
    width: 100%;
    padding-bottom: calc(770 / 720 * 100%);
    margin-top: 13.8889vw;
}

.banner .bannerbg {
    position: absolute;
    width: 100%;
    left: 0;
}

.banner .img-rocket {
    position: absolute;
    width: calc(420 / 720 * 100%);
    height: auto;
    aspect-ratio: 420/387;
    left: calc(168 / 720 * 100%);
    top: calc(205 / 770 * 100%);
}

.banner .img-qrcode {
    position: absolute;
    width: calc(134 / 720 * 100%);
    height: auto;
    aspect-ratio: 134 / 135;
    right: calc(29 / 720 * 100%);
    top: calc(387 / 770 * 100%);
}

.banner .banner-conts-text {
    position: absolute;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 3.0556vw;
    color: #FFFFFF;
    /* line-height: 34px; */
    line-height: 1.545;

    width: calc(681 / 720 * 100%);
    height: auto;
    aspect-ratio: 618 / 124;
    left: calc(22 / 720 * 100%);
    top: calc(539 / 770 * 100%)
}

.jumpios {
    position: absolute;
    aspect-ratio: 271 / 82;
    width: calc(271 / 720 * 100%);
    height: auto;
    right: calc(56 / 720 * 100%);
    top: calc(690 / 770 * 100%);
    background: url(./../images/home/appsotrebtn.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.jumpandroid {
    position: absolute;
    aspect-ratio: 271 / 82;
    width: calc(271 / 720 * 100%);
    height: auto;
    left: calc(78 / 720 * 100%);
    top: calc(690 / 770 * 100%);
    background: url(./../images/home/googleplaybtn.png) no-repeat 0 0;
    background-size: 100% 100%;
}

/* .mobile {
    position: absolute;
    top: 0;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
} */

/* .banner>img {
    width: 100%;
} */

/* .banner-cont {
    position: absolute;
    top: 0;
    width: 965px;
    height: 504px;
    left: 50%;
    transform: translateX(-50%);
} */


/* 
.download {
    position: absolute;
    top: 41%;
    left: 49%;
    width: 8%;
    height: 8%;
} */


/* .jumphuawei {
    position: absolute;
    top: 79%;
    left: 53.3%;
    width: 14%;
    height: 11.5%;
} */

.download>a,

.jumpios>a,

.jumpandroid>a,

.jumphuawei>a {

    display: block;



    width: 100%;

    height: 100%;

}