/* 通用 */
* {
    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-ico {
    background: url('../../../img/activity/6apz0l22/close2.png')no-repeat !important;
    background-size: 120%;
}

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: 4630px;
    background: url(../../../img/activity/6apz0l22/index.jpg)top center no-repeat;
    position: relative;
}

.indexPage .main {
    margin-top: 420px;
    position: relative;
}

.indexPage .active-time {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 145px;
    /* align-items: center; */
}
.indexPage .active-time .activeTime{
    font-size: 24px;
    color: #2456a4;
    width: 818px;
    height: 70px;
    background: url(../../../img/activity/6apz0l22/active-time.png);
    line-height: 53px;
    text-align: center;
}
.indexPage .login {
    width: 700px;
    text-align: center;
    height: 50px;
    line-height: 26px;
    font-size: 22px;
    color: #123b6d;
    margin-top: 30px;
    padding-left: 155px;
}

.indexPage .login a {
    color: #ffd200;
}

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: 1740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 140px;
}

.indexPage .header .header-left a {
    display: inline-block;
    width: 236px;
    height: 76px;
    background: url(../../../img/activity/6apz0l22/logo.png) no-repeat;
}

.indexPage .header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 285px;
}

.indexPage .header .header-right a {
    display: inline-block;
    width: 132px;
    height: 41px;
    background: url(../../../img/activity/6apz0l22/recharge.png) no-repeat;
    background-position-x: -42px;
 
}
.indexPage .header .header-right a:last-child {
    background-position-x: -192px;
}

/* 星战宝箱 */
.star-wars {
    margin-top: 285px;
    text-align: center;
}


.star-wars .key {
    width: 1070px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.star-wars .key a{
    display: inline-block;
    width: 240px;
    height: 240px;
    background: url(../../../img/activity/6apz0l22/key-btn.png) no-repeat;
}
.star-wars .key a:nth-child(2){
    background-position-x: -275px;
}
.star-wars .key a:nth-child(3){
    background-position-x: -553px;
}
.star-wars .key a:nth-child(4){
    background-position-x: -826px;
}
/* 抽奖 */
.turntable {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1224px;
    height: 736px;
    margin: 30px auto 0;
    background: url(../../../img/activity/6apz0l22/star-wars-turntable.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 50px;
}


.turntable .zhuanquan {
    position: relative;
    width: 1224px;
    height: 535px;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity: 0;
    width: 304px;
    height: 196px;
}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: 17px;
    top: -40px;
}

.turntable .zhuanquan img:nth-child(2) {
    top: -40px;
    left: 312px;
}

.turntable .zhuanquan img:nth-child(3) {
    top: -40px;
    right: 312px;
}

.turntable .zhuanquan img:nth-child(4) {
    right: 17px;
    top: -40px;
}

.turntable .zhuanquan img:nth-child(5) {
    top: 151px;
    right: 17px;
}

.turntable .zhuanquan img:nth-child(6) {
    top: 151px;
    right: 312px;
}

.turntable .zhuanquan img:nth-child(7) {
    top: 151px;
    left: 312px;
}

.turntable .zhuanquan img:nth-child(8) {
    top: 151px;
    left: 17px;
}

.turntable .zhuanquan img:nth-child(9) {
    left: 17px;
    bottom: -3px;
}

.turntable .zhuanquan img:nth-child(10) {
    left: 312px;
    bottom: -3px;
}
.turntable .zhuanquan img:nth-child(11) {
    right: 312px;
    bottom: -3px;
}

.turntable .zhuanquan img:nth-child(12) {
    right: 17px;
    bottom: -3px;
}


.turntable .tru_bnt {
    width: 828px;
    /* width: 560px; */
}

.turntable .tru_bnt p {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.tru_bnt .popbtn {
    width: 100%;
    margin: 0px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
}
.tru_bnt p{
    color: #000000;
    font-size: 20px;
    
}


.turnon {
    margin: 15px auto;
    width: 407px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.turnon a {
    display: inline-block;
    width: 162px;
    height: 54px;
    background: url(../../../img/activity/6apz0l22/twy_open.png) no-repeat;
}

.turnon a:last-child {
    background-position-x: -253px;
}

/* 抽奖 end*/
.get-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.get-box .box{
    width: 380px;
    height: 801px;
    background-image: url(../../../img/activity/6apz0l22/get-box-bg.png);
    background-size: 100% 100%;
}
.get-box .box p{
    color: #000000;
    font-size: 16px;
    width: 575px;
    text-align: right;
    padding-top: 140px;
    cursor: pointer;
    
}

.get-box .box a {
    display: inline-block;
    width: 235px;
    height: 45px;
    margin-top: 215px;
    background: url(../../../img/activity/6apz0l22/box-btn.png) no-repeat;
}



/* 星战宝箱 end*/


/* 武器兑换 */
.arms-exchange {
    text-align: center;
    position: relative;
}
.arms-exchange .title{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    /* height: 282px; */
    top: 30px;
}
.arms-exchange .jf{
    color: #000000;
    font-size: 16px;
    text-align: right;
    margin: 0px auto;
    padding-top: 128px;
    width: 1164px;
    height: 157px;
}

.arms-exchange-content {
    width: 1467px;
    margin: 0px auto 0;
    height: 659px;
    background: url(../../../img/activity/6apz0l22/arms-exchange-bg.png) no-repeat;
    
}
.arms-exchange-content .list:nth-child(2){
    height: 181px;
}

.arms-exchange-content .list{
    width: 1444px;
    height: 183px;
    padding: 0 28px 0 46px;
    margin: 0 auto 58px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.arms-exchange-content .list:first-child{
    width: 1125px;
    height: 225px;
    margin: 0 auto;
    padding: 0 16px 0 41px;
}
.arms-exchange-content a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: url(../../../img/activity/6apz0l22/arms-exchange-btn.png) no-repeat;
    
}
.arms-exchange-content a.getFiveNine {
    background-position-y: -39px;
}
.arms-exchange-content a.getTwo {
    background-position-y: -79px;
}
.arms-exchange-content a.getFifty {
    background-position-y: -120px;
}
.arms-exchange-content a.getFifteen {
    background-position-y: -160px;
}
.arms-exchange-content a.getFive {
    background-position-y: -202px;
}
.arms-exchange-content a.geted {
    background-position-y: -242px;
}

/* 活动规则 */
.activityRule{
    text-align: center;
    margin-top: 220px;
}
.activityRule .content{
    width: 1400px;
    margin: 50px 0 0 443px;
    text-align: left;
}
.activityRule .content p{
    line-height: 30px;
    font-size: 18px;
    color: #134d83;
}
/* 活动规则 end*/
/* 弹框 */

/* 概率详情弹框 */
.probabilityDetailPage {
    background: url(../../../img/activity/6apz0l22/twy_pop_gv.png)no-repeat center !important;
    background-size: 100% 100%;
}
.probabilityDetailPage .lay_close {
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}
/* 概率详情弹框 end*/

/* 分解表弹框 */
.resolvePage {
    background: url(../../../img/activity/6apz0l22/resolve-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}
.resolvePage .lay_close {
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}
/* 分解表弹框 end*/

/* 抽一次 */
.drawOncePage {
    background: url(../../../img/activity/6apz0l22/drawOnce.png)no-repeat center !important;
    background-size: 100% 100%;
}
.drawOncePage .lay_content{
    margin-top: 210px;
    margin-right: 40px;
}
.drawOncePage .lay_close{
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}
/* 抽一次end */
/* 抽十次 */
.drawTenPage {
    background: url(../../../img/activity/6apz0l22/drawOnce.png)no-repeat center;
    background-size: 100% 100%;
}
.drawTenPage .lay_content{
    margin-top: 155px;
    margin-right: 40px;
}
.drawTenPage .lay_close{
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}
.drawTenPage .drawTenPage-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1080px;
    padding: 0 0px 0 15px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
}
.drawTenPage .drawTenPage-con li{
    width: 200px;
    height: 125px;
    margin: 20px 0;
}
.drawTenPage .drawTenPage-con img{
    width: 100%;
    height: 100%;
}
/* 抽十次end */

/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(../../../img/activity/6apz0l22/awardRecord.png);
    background-size: 100% 100%;
}
.awardRecord .lay_content{
    margin-top: 140px;
}
.awardRecord .lay_close {
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}

.tablePages {
    width: 77%;
    margin: 0 auto;
    color: #000;
    height:345px;
    line-height: 34px;
}
.tablePages .itemClass {
    display: flex;
    align-items: center;
    padding-left: 80px;
    font-size: 16px;
}

.tablePages .itemClass span {
    width: 48%;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    /*padding-left: 167px;*/
    display: block;
    text-align: center;

}

.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: #000 !important;
}
#pagings .layui-disabled{
    color: #000 !important;
}
/* 抽奖记录弹框 end*/

/*钥匙记录弹框*/
.keyRecord {
    background-image: url(../../../img/activity/6apz0l22/keyRecord.png);
    background-size: 100% 100%;
}
.keyRecord .lay_content{
    margin-top: 140px;
}
.keyRecord .lay_close {
    font-size: 32px;
    top: 38px;
    right: 43px;
    opacity: 0;
}

.tablePagesize {
    width: 77%;
    margin: 0 auto;
    color: #000;
    height:345px;
    line-height: 34px;
}
.tablePagesize .itemClass {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tablePagesize .itemClass span {
    width: 43%;
    padding-left: 167px;
    display: block;
    text-align: center;
}

.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: #000 !important;
}
#pages .layui-disabled{
    color: #000 !important;
}
/* 钥匙记录弹框 end*/

/* 暂存箱 */
.openBoxPage {
    background: url(../../../img/activity/6apz0l22/temporary-box-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}
.openBoxPage .lay_content{
    margin-top: 120px !important;
}
.openBoxPage .lay_close {
    font-size: 32px;
    top: 38px;
    right: 39px;
    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;
    height: 390px;
    width: 100%;
    padding: 0 63px;
    overflow-x: hidden;
}
.openBoxPage .openBoxPage-content img{
    width: 285px;
    height: 178px;
    padding: 10px;
}
.openBoxPage .openBoxPage-content img.selected{
  background-image: url(../../../img/activity/6apz0l22/twy_trun.png) ;
  background-size: 285px 178px;
  z-index: 100;
  position: relative;
}

/* 修改垂直滚动条 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar {
    width: 8px; /* 修改宽度 */

  }
   
  /* 修改滚动条轨道背景色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-track {
    background-color: #89a1b1;    border-radius: 5px;
  }
   
  /* 修改滚动条滑块颜色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb {
    background-color: #1f578c;    border-radius: 5px;
  }
   
  /* 修改滚动条滑块悬停时的颜色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb:hover {
    background-color: #1f578c;
  }

  .openBoxPage .openBoxPage-btn{
    margin-top: 30px;
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .openBoxPage .openBoxPage-btn a{
    display: inline-block;
    width: 191px;
    height: 46px;
    background: url(../../../img/activity/6apz0l22/temporary-box-btn.png)no-repeat;
    background-position-y: -49px;
  }
  .openBoxPage .openBoxPage-btn a:first-child{
    background-position-y: 0px;
  }

  .getPropPage{
    background-color:#84bbf5;
    color: #fff;
    border-radius: 8px;
  }
/* 暂存箱 end*/

/* 弹框 end*/
.skin_form .lay_content{
    margin: 0 !important;
}