/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}


html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* 页面部分 */
.indexPage {
    min-width: 1500px;
    display: block;
    height: 5672px;
    background: url(../../../img/activity/1269r4iu/index.jpg)top center no-repeat;
    position: relative;
}

.indexPage .main {
    width: 1200px;
    margin: auto;
    margin-top: 730px;
    position: relative;
}

.indexPage .active-time {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexPage .active-time .activeTime {
    font-size: 24px;
    color: #ffefef;
    width: 876px;
    height: 58px;
    background: url(../../../img/activity/1269r4iu/active-time.png);
    line-height: 58px;
    text-align: center;
}

.indexPage .login {
    width: 577px;
    height: 50px;
    line-height: 26px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.indexPage .login a {
    color: #ffb73b;
    text-decoration: underline;
}

a:hover {
    -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}

.indexPage a.geted {
    pointer-events: none;
}

/* 可修改 */
.indexPage .header {
    width: 1840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 0 30px;
}

.indexPage .header .header-left a {
    display: inline-block;
    width: 258px;
    height: 84px;
    background: url(../../../img/activity/1269r4iu/logo.png) no-repeat;
}

.indexPage .header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexPage .header .header-right a {
    display: inline-block;
    width: 307px;
    height: 85px;
    background: url(../../../img/activity/1269r4iu/recharge.png) no-repeat;

}

.indexPage .header .header-right a:last-child {
    background-position-x: -308px;
    margin-left: 5px;
}

/* 星战宝箱 */
.star-wars {
    margin-top: 70px;
    text-align: center;
}


.star-wars .key {
    width: 1200px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.star-wars .key a {
    display: inline-block;
    width: 295px;
    height: 119px;
    background: url(../../../img/activity/1269r4iu/key-btn.png) no-repeat;
}

.star-wars .key a:nth-child(2) {
    background-position-x: -296px;
}

.star-wars .key a:nth-child(3) {
    background-position-x: -592px;
}

.star-wars .key a:nth-child(4) {
    background-position-x: -888px;
}

/* 抽奖 */
.turntable {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1146px;
    height: 876px;
    margin: 45px auto 0;
    background: url(../../../img/activity/1269r4iu/star-wars-turntable.png)no-repeat center;
    background-size: 100% 100%;
}


.turntable .zhuanquan {
    position: relative;
    width: 1163px;
    height: 876px;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity: 0;
    width: 260px;
    height: 260px;
}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: 0px;
    top: 0px;
}

.turntable .zhuanquan img:nth-child(2) {
    top: 0px;
    left: 301px;
}

.turntable .zhuanquan img:nth-child(3) {
    top: 0px;
    right: 300px;
}

.turntable .zhuanquan img:nth-child(4) {
    right: 0px;
    top: 0px;
}

.turntable .zhuanquan img:nth-child(5) {
    top: 308px;
    right: 0px;
}

.turntable .zhuanquan img:nth-child(6) {
    top: 308px;
    right: 300px;
}

.turntable .zhuanquan img:nth-child(7) {
    top: 308px;
    left: 301px;
}

.turntable .zhuanquan img:nth-child(8) {
    top: 308px;
    left: 0px;
}

.turntable .zhuanquan img:nth-child(9) {
    left: 0px;
    bottom: 0px;
}

.turntable .zhuanquan img:nth-child(10) {
    left: 301px;
    bottom: 0px;
}

.turntable .zhuanquan img:nth-child(11) {
    right: 300px;
    bottom: 0px;
}

.turntable .zhuanquan img:nth-child(12) {
    right: 0px;
    bottom: 0px;
}


.tru_bnt {
    width: 632px;
    margin: auto;
    margin-top: 50px;
}

.turntable .tru_bnt p {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.tru_bnt .popbtn {
    width: 97%;
    margin: 0px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
}

.tru_bnt p {
    color: #fff7c7;
    font-size: 23px;
    text-decoration: underline;
}


.turnon {
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.turnon a {
    display: inline-block;
    width: 295px;
    height: 88px;
    background: url(../../../img/activity/1269r4iu/twy_open.png) no-repeat;
}

.turnon a:last-child {
    background-position-x: -336px;
}

/* 抽奖 end*/
.get-box {
    display: flex;
    margin-left: 45px;
    margin-top: 60px;
}

.get-box .box {
    width: 1052px;
    height: 570px;
    background: url(../../../img/activity/1269r4iu/get-box-bg.png) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.get-box .box p {
    width: 100%;
    color: #fff7c7;
    font-size: 23px;
    text-align: right;
    padding-top: 90px;
    padding-right: 45px;
    cursor: pointer;
    text-decoration: underline;
}

.get-box .box a {
    display: inline-block;
    width: 294px;
    height: 88px;
    margin-top: 148px;
    margin-left: 55px;
    background: url(../../../img/activity/1269r4iu/box-btn.png) no-repeat;
}



/* 星战宝箱 end*/


/* 武器兑换 */
.arms-exchange {
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.arms-exchange .title {

}

.arms-exchange .jf {
    width: 100%;
    padding-right: 20px;
    margin-top: 30px;
    color: #fff7c7;
    font-size: 23px;
    text-align: right;
    text-decoration: underline;
}

.arms-exchange-content {
    width: 1125px;
    margin: -10px auto 0;
    height: 1338px;
    background: url(../../../img/activity/1269r4iu/arms-exchange-bg.png) no-repeat top center;
    overflow: hidden;
}

.arms-exchange-content .list:nth-child(2) {
    height: 277px;
}

.arms-exchange-content .list {
    /* width: 1200px; */
    height: 277px;
    margin: 0 auto 58px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.arms-exchange-content .list.height {
    /* height: 254px; */
    width: 840px;
}

.arms-exchange-content .list:first-child {
    width: 840px;
    height: 307px;
    margin: 0 auto;
}

.arms-exchange-content a {
    display: inline-block;
    width: 277px;
    height: 62px;
    background: url(../../../img/activity/1269r4iu/arms-exchange-btn.png) no-repeat;

}

.arms-exchange-content a.getFiveNine {
    background-position-y: -61px;
}

.arms-exchange-content a.getFore {
    background-position-y: -78px;
}

.arms-exchange-content a.getTwo {
    background-position-y: -122px;
}

.arms-exchange-content a.getFifty {
    background-position-y: -183px;
}

.arms-exchange-content a.getFifteen {
    background-position-y: -244px;
}

.arms-exchange-content a.getFive {
    background-position-y: -305px;
}

.arms-exchange-content a.geted {
    background-position-y: -366px;
    filter: grayscale(80%);
}

/* 武器兑换 end*/

/* 活动规则 */
.activityRule {
    text-align: center;
    margin-top: 90px;
}

.activityRule .content {
    width: 1200px;
    margin: 40px 0 0 0px;
    text-align: left;
}

.activityRule .content p {
    line-height: 36px;
    font-size: 16px;
    color: #fff7c7;
    padding-left: 32px;
}

/* 活动规则 end*/
/* 弹框 */

/* 概率详情弹框 */
.probabilityDetailPage {
    background: url(../../../img/activity/1269r4iu/twy_pop_gv.png)no-repeat center !important;
    background-size: 100% 100%;
}

.probabilityDetailPage .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

/* 概率详情弹框 end*/

/* 分解表弹框 */
.resolvePage {
    background: url(../../../img/activity/1269r4iu/resolve-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}

.resolvePage .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

/* 分解表弹框 end*/

/* 抽一次 */
.drawOncePage {
    background: url(../../../img/activity/1269r4iu/drawOne.png)no-repeat center !important;
    background-size: 100% 100%;
}

.drawOncePage .lay_content {
    margin-top: 186px;
}

.drawOncePage .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

.drawOncePage .lay_content img {
    margin-right: 35px;
}

/* 抽一次end */
/* 抽十次 */
.drawTenPage {
    background: url(../../../img/activity/1269r4iu/drawOnce.png)no-repeat center;
    background-size: 100% 100%;
}

.drawTenPage .lay_content {
    margin-top: 135px;
    margin-right: 40px;
}

.drawTenPage .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

.drawTenPage .drawTenPage-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 950px;
    padding: 0 0px 0 0px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
}

.drawTenPage .drawTenPage-con li {
    width: 180px;
    height: 190px;
    margin: 12px 0;
}

.drawTenPage .drawTenPage-con img {
    width: 100%;
    height: 100%;
}

/* 抽十次end */

/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(../../../img/activity/1269r4iu/awardRecord.png);
    background-size: 100% 100%;
}

.awardRecord .lay_content {
    margin-top: 180px;
}

.awardRecord .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

.tablePages {
    width: 91%;
    margin: 0 auto;
    color: #fff6c2;
    font-size: 18px;
    height: 470px;
    line-height: 46px;
}

.tablePages .itemClass {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tablePages .itemClass span {
    width: 43%;
    padding-left: 95px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablePages .itemClass span:nth-child(2) {
    padding-left: 74px;
}

.recordings {
    font-size: 16px;
    color: #7c5940;
    line-height: 34px;
    display: inline-block;
}


#pagings {
    text-align: center;
    width: 508px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

#pagings .layui-laypage a {
    background-color: transparent;
    border: none;
    color: #fff6c2 !important;
}

#pagings .layui-disabled {
    color: #fff6c2 !important;
}

/* 抽奖记录弹框 end*/

/*钥匙记录弹框*/
.keyRecord {
    background-image: url(../../../img/activity/1269r4iu/keyRecord.png);
    background-size: 100% 100%;
}

.keyRecord .lay_content {
    margin-top: 180px;
}

.keyRecord .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

.tablePagesize {
    width: 91%;
    margin: 0 auto;
    color: #fff6c2;
    font-size: 18px;
    height: 470px;
    line-height: 46px;
}

.tablePagesize .itemClass {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tablePagesize .itemClass span {
    width: 43%;
    padding-left: 95px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablePagesize .itemClass span:nth-child(2) {
    padding-left: 74px;
}

.recordings {
    font-size: 16px;
    color: #2a1805;
    line-height: 34px;
    display: inline-block;
}


#pages {
    text-align: center;
    width: 508px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

#pages .layui-laypage a {
    background-color: transparent;
    border: none;
    color: #fff6c2 !important;
}

#pages .layui-disabled {
    color: #fff6c2 !important;
}

/* 钥匙记录弹框 end*/

/* 暂存箱 */
.openBoxPage {
    background: url(../../../img/activity/1269r4iu/temporary-box-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}

.openBoxPage .lay_content {
    margin-top: 150px !important;
}

.openBoxPage .lay_close {
    font-size: 24px;
    top: 86px;
    right: 0px;
    opacity: 0;
}

.openBoxPage .openBoxPage-con {
    /* width: 1050px; */
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.openBoxPage .openBoxPage-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 45px;
    height: 415px;
    width: 75%;
    overflow-x: hidden;
}

.openBoxPage .openBoxPage-content img {
    width: 190px;
    height: 200px;
    padding: 5px;
}

.openBoxPage .openBoxPage-content img.selected {
    background-image: url(../../../img/activity/1269r4iu/twy_trun.png);
    background-size: 190px 200px;
    z-index: 100;
    position: relative;
}

/* 修改垂直滚动条 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar {
    width: 8px;
    /* 修改宽度 */

}

/* 修改滚动条轨道背景色 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar-track {
    background-color: #fff2a2;
    border-radius: 5px;
}

/* 修改滚动条滑块颜色 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb {
    background-color: #f12105;
    border-radius: 5px;
}

/* 修改滚动条滑块悬停时的颜色 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb:hover {
    background-color: #f12105;
}

.openBoxPage .openBoxPage-btn {
    margin-top: 20px;
    width: 490px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.openBoxPage .openBoxPage-btn a {
    display: inline-block;
    width: 222px;
    height: 67px;
    background: url(../../../img/activity/1269r4iu/temporary-box-btn.png)no-repeat;
    background-position-x: -262px;
}

.openBoxPage .openBoxPage-btn a:first-child {
    background-position-x: 0px;
}

.getPropPage {
    background-color: #84bbf5;
    color: #fff;
    border-radius: 8px;
}

/* 暂存箱 end*/

/* 弹框 end*/
.skin_form .lay_content{
    margin: 0 !important;
}
