/* 通用 */
* {
    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/qd01fqxr/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;
}
@font-face{
    font-family: SourceHanSansCN;
    src: url(../../../fonts/SourceHanSansCN-Medium.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}
/* 页面部分 */
.indexPage {
    min-width: 1500px;
    display: block;
    height: 5846px;
    background: url('../../../img/activity/qd01fqxr/index.jpg')top center no-repeat;
    position: relative;
}

.indexPage .main {
    margin-top: 635px;
    position: relative;
}

.indexPage .active-time .activeTime{
    font-size: 16px;
    color: #fff;
    width: 555px;
    margin: 0 auto;
    height: 31px;
    line-height: 31px;
    background: url(../../../img/activity/qd01fqxr/active-time.png) no-repeat;
    text-align: center;
}
.indexPage .login {

    height: 120px;
    line-height: 120px;
    font-size: 16px;
    color: #fff1df;
    text-align: center;
}

.indexPage .login a {
    color: #ff0000;
}

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-top: 30px;
}

.indexPage .header .header-left a {
    display: inline-block;
    width: 250px;
    height: 90px;
    background: url(../../../img/activity/qd01fqxr/logo.png) no-repeat;
}

.indexPage .header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 365px;
}

.indexPage .header .header-right a {
    display: inline-block;
    width: 165px;
    height: 76px;
    background: url(../../../img/activity/qd01fqxr/recharge.png) no-repeat;

}
.indexPage .header .header-right a:last-child {
    background-position-y: -76px;
}

/* 跳转按钮 */
.skip-btn{
    width: 675px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skip-btn a{
    display: inline-block;
    width: 180px;
    height: 207px;
    background: url(../../../img/activity/qd01fqxr/page-btn.png) no-repeat;
}
.skip-btn a.active{
    -webkit-filter: brightness(180%);
    -ms-filter: brightness(180%);
    -o-filter: brightness(180%);
    -moz-filter: brightness(180%);
    opacity: 0.85\0;
}
.skip-btn a:nth-child(2){
    background-position-x: -180px;
}
.skip-btn a:nth-child(3){
    background-position-x: -360px;
}
/* 跳转按钮 end*/


/* 宝箱 */
.star-wars {
    margin-top: 25px;
    text-align: center;
}


.star-wars .key {
    width: 1210px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.star-wars .key a{
    display: inline-block;
    width: 291px;
    height: 105px;
    background: url(../../../img/activity/qd01fqxr/key-btn.png) no-repeat;
}
.star-wars .key a:nth-child(2){
    background-position-y: -105px;
}
.star-wars .key a:nth-child(3){
    background-position-y: -210px;
}
.star-wars .key a:nth-child(4){
    background-position-y: -315px;
}
/* 抽奖 */
.turntable {
    position: relative;
    width: 1201px;
    height: 647px;
    margin: 20px auto 0;
    background: url(../../../img/activity/qd01fqxr/star-wars-turntable.png)no-repeat center;
    background-size: 100% 100%;
}
.turntable .probability{
text-align: right;
line-height: 45px;
    padding: 2px 70px;
}
.turntable  p{
    font-family: 'SourceHanSansCN';
    font-size: 16px;
    color: #cc9966;
    cursor: pointer;
    text-decoration: underline;
}
.turntable .popbtn p{
    cursor: pointer;
}
.turntable .zhuanquan {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    height: 534px;
}
.turntable .popbtn {
    width: 330px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.turntable p.surplus{
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity:0;
    width: 270px;
    height: 170px;
}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: 0px;
    top: 0px;
}

.turntable .zhuanquan img:nth-child(2) {
    top: 0px;
    left: 284px;
}

.turntable .zhuanquan img:nth-child(3) {
    top: 0px;
    right: 280px;
}

.turntable .zhuanquan img:nth-child(4) {
    right: -6px;
    top: 0px;
}

.turntable .zhuanquan img:nth-child(5) {
    top: 183px;
    right: -6px;
}

.turntable .zhuanquan img:nth-child(6) {
    top: 183px;
    right: 280px;
}

.turntable .zhuanquan img:nth-child(7) {
    top: 183px;
    left: 284px;
}

.turntable .zhuanquan img:nth-child(8) {
    top: 183px;
    left:0px;
}

.turntable .zhuanquan img:nth-child(9) {
    left: 0px;
    bottom: 0px;
}

.turntable .zhuanquan img:nth-child(10) {
    left: 284px;
    bottom: 0px;
}
.turntable .zhuanquan img:nth-child(11) {
    right: 280px;
    bottom: 0px;
}

.turntable .zhuanquan img:nth-child(12) {
    right: -6px;
    bottom: 0px;
}






.tru_bnt {
    margin: 30px auto 0;
    width: 565px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tru_bnt a {
    display: inline-block;
    width:252px;
    height: 73px;
    background: url(../../../img/activity/qd01fqxr/twy_open.png) no-repeat;
}

.tru_bnt a:last-child {
    background-position-x: -252px;
}

/* 抽奖 end*/
.get-box {
    width: 1086px;
    height: 649px;
    margin: 45px auto 0;
    background-image: url(../../../img/activity/qd01fqxr/get-box-bg.png) ;
    background-size: 100% 100%;
}




.get-box .box{
    width: 1005px;
    margin: 0 auto;
    display: flex
;

    padding-top: 290px;
   justify-content: flex-end;
}
.get-box .box a {
    display: inline-block;
    width: 141px;
    height: 44px;
    background: url(../../../img/activity/qd01fqxr/resolve-btn.png) no-repeat;
}
.get-box .view{
    width: 1005px;
    margin: 0 auto;
    display: flex
;
    padding-top: 243px;
   justify-content: center;
}
.get-box .view a {
    display: inline-block;
    width: 252px;
    height: 73px;
    background: url(../../../img/activity/qd01fqxr/box-btn.png) no-repeat;
}

/* 星战宝箱 end*/


/* 武器兑换 */
.arms-exchange {
     width: 1488px;
    margin: 80px auto 0;
    height: 1597px;
    background-image: url(../../../img/activity/qd01fqxr/arms-exchange-bg.png);
    background-size: 100% 100%;
}

.arms-exchange .jf{
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin: 0px auto;
    width: 1070px;
    padding-top: 60px;
}




.arms-exchange-content .list{
    width: 1375px;
    height: 320px;
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}
.arms-exchange-content .list:first-child{
    width: 1083px;
        margin: 29px auto 0;
}
.arms-exchange-content .list:nth-child(5){
    width: 1085px;
}
.arms-exchange-content .list:nth-child(4){
   width: 1085px;
}
.arms-exchange-content a {
    display: inline-block;
    width: 204px;
    height: 54px;
    background: url(../../../img/activity/qd01fqxr/arms-exchange-btn.png) no-repeat;

}

.arms-exchange-content a.getFiveHundredNine {
    background-position-y: -54px;
}

.arms-exchange-content a.getFourHundred {
    background-position-y: -108px;
}
.arms-exchange-content a.getTwoHundred {
    background-position-y: -162px;
}
.arms-exchange-content a.getOneHundredFifty {
    background-position-y: -216px;
}
.arms-exchange-content a.getFifty {
    background-position-y: -270px;
}
.arms-exchange-content a.getFive {
    background-position-y: -324px;
}
.arms-exchange-content a.geted {
    background-position-y: -378px;
}

.cumulativeDraw {
    width: 1180px;
    height: 472px;
    margin: 125px auto 0;
    background-image: url(../../../img/activity/qd01fqxr/cumulativeDraw-bg.png);
    background-size: 100% 100%;
}
.cumulativeDraw p{
text-align: right;
    font-size: 16px;
    color: #fff;
    width: 1120px;
    margin: 0px auto;
    padding-top: 50px;
}

.cumulativeDraw .btn{
width: 1060px;
    margin: 0 auto;
    height: 350px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
.cumulativeDraw .btn a {
    display: inline-block;
    width: 159px;
    height: 42px;
    background: url(../../../img/activity/qd01fqxr/getBtn.png) no-repeat;
}
.cumulativeDraw .btn a.geted {
    background-position-y: -42px;
}
/* 武器兑换 end*/
.back{
    text-align: center;
    margin-top: 55px;
}
.back img{
    cursor: pointer;
}
/* 活动规则 */
.activityRule{
    text-align: center;
    margin-top: 20px;
}
.activityRule .content{
    width: 1145px;
    margin: 0 auto;
    text-align: left;
}
.activityRule .content p{
    line-height: 35px;
    font-size: 16px;
    color: #ffffcc;
}
/* 活动规则 end*/
/* 弹框 */

/* 概率详情弹框 */
.probabilityDetailPage {
    background: url(../../../img/activity/qd01fqxr/twy_pop_gv.png)no-repeat center !important;
    background-size: 100% 100%;
}
.probabilityDetailPage .lay_close {
font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}
/* 概率详情弹框 end*/

/* 分解表弹框 */
.resolvePage {
    background: url(../../../img/activity/qd01fqxr/resolve-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}
.resolvePage .lay_close {
font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}
/* 分解表弹框 end*/

/* 抽一次 */
.drawOncePage {
    background: url(../../../img/activity/qd01fqxr/drawOnce.png)no-repeat center !important;
    background-size: 100% 100%;
}
.drawOncePage .lay_content{
    margin-top: 120px;
}
.drawOncePage .lay_close{
font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}
/* 抽一次end */
/* 抽十次 */
.drawTenPage {
    background: url(../../../img/activity/qd01fqxr/drawTen.png)no-repeat center;
    background-size: 100% 100%;
}
.drawTenPage .lay_content{
    margin-top: 120px;
}
.drawTenPage .lay_close{
font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}
.drawTenPage .drawTenPage-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
}
.drawTenPage .drawTenPage-con li{
    width: 228px;
    height: 149px;
    margin: 20px 0;
}
.drawTenPage .drawTenPage-con img{
    width: 100%;
    height: 100%;
}
/* 抽十次end */

/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(../../../img/activity/qd01fqxr/awardRecord.png);
    background-size: 100% 100%;
}
.awardRecord .lay_content{
    margin-top: 130px;
}
.awardRecord .lay_close {
    font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}

.tablePages {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height:405px;
    line-height: 38px;
}
.tablePages .itemClass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablePages .itemClass span {
    width: 50%;
    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 ;
    font-size: 20px;
    color: #ff9966 !important;
     font-family: SourceHanSansCN;
}
#pagings .layui-disabled{
    color: #2a1805 !important;
}
/* 抽奖记录弹框 end*/

/*钥匙记录弹框*/
.keyRecord {
    background-image: url(../../../img/activity/qd01fqxr/keyRecord.png);
    background-size: 100% 100%;
}
.keyRecord .lay_content{
    margin-top: 130px;
}
.keyRecord .lay_close {
   font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}

.tablePagesize {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height:405px;
    line-height: 38px;
}
.tablePagesize .itemClass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablePagesize .itemClass span {
    width: 50%;
    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 ;
    font-size: 20px;
    color: #ff9966 !important;
     font-family: SourceHanSansCN;
}
#pages .layui-disabled{
    color: #2a1805 !important;
}
/* 钥匙记录弹框 end*/
.layui-laypage .layui-laypage-curr {
    font-size: 20px;
}
/* 暂存箱 */
.openBoxPage {
    background: url(../../../img/activity/qd01fqxr/temporary-box-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}
.openBoxPage .lay_content{
    margin-top: 130px !important;
}
.openBoxPage .lay_close {
  font-size: 38px;
    top: 10px;
    right: 35px;
    opacity: 0;
}
.openBoxPage .openBoxPage-con{
    width: 800px;
    margin: 0 auto;
}
.openBoxPage .openBoxPage-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 305px;
    overflow-x: hidden;
}
.openBoxPage .openBoxPage-content img{
    width: 244px;
    height: 157px;
  padding: 5px;
  margin: 0px 5px;
}
.openBoxPage .openBoxPage-content img.selected{
  background-image: url(../../../img/activity/qd01fqxr/twy_trun.png) ;
  background-size: 100% 100%;
}

/* 修改垂直滚动条 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar {
    width: 8px; /* 修改宽度 */

  }

  /* 修改滚动条轨道背景色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-track {
    background-color: #291c10;    border-radius: 5px;
  }

  /* 修改滚动条滑块颜色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb {
    background-color: #625435;    border-radius: 5px;
  }

  /* 修改滚动条滑块悬停时的颜色 */
  .openBoxPage .openBoxPage-content::-webkit-scrollbar-thumb:hover {
    background-color: #625435;
  }

  .openBoxPage .openBoxPage-btn{
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .openBoxPage .openBoxPage-btn a{
    display: inline-block;
    width: 178px;
    height:47px ;
    background: url(../../../img/activity/qd01fqxr/temporary-box-btn.png)no-repeat;
  }
  .openBoxPage .openBoxPage-btn a:first-child{
    background-position-y: -47px;
  }

  .getPropPage{
    background-color:#625435;
    color: #fff;
    border-radius: 8px;
  }
/* 暂存箱 end*/

/* 弹框 end*/
.skin_form .lay_content{
    margin: 0 !important;
}
