/* 通用 */
* {
    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: 4650px;
    background: url(../../../img/activity/767rbh36/index.jpg)top center no-repeat;
    position: relative;
}

.indexPage .main {
    margin-top: 450px;
    position: relative;
}

.indexPage .active-time {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexPage .active-time .activeTime {
    font-size: 20px;
    color: #2456a4;
    width: 575px;
    height: 92px;
    background: url(../../../img/activity/767rbh36/active-time.png);
    line-height: 92px;
    text-align: center;
}

.indexPage .login {
    width: 577px;
    height: 50px;
    line-height: 26px;
    font-size: 22px;
    color: #123b6d;
    text-align: center;
    margin-top: 10px;
}

.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 0px;
}

.indexPage .header .header-left a {
    display: inline-block;
    width: 236px;
    height: 76px;
    background: url(../../../img/activity/767rbh36/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: 142px;
    height: 37px;
    background: url(../../../img/activity/767rbh36/recharge.png) no-repeat;

}

.indexPage .header .header-right a:last-child {
    background-position-x: -171px;
    margin-left: 30px;
}

/* 星战宝箱 */
.star-wars {
    margin-top: 70px;
    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/767rbh36/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: 1303px;
    height: 840px;
    margin: 5px auto 0;
    background: url(../../../img/activity/767rbh36/star-wars-turntable.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 50px;
}


.turntable .zhuanquan {
    position: relative;
    width: 1304px;
    height: 646px;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity: 0;
    width: 325px;
    height: 238px;
}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: 17px;
    top: -40px;
}

.turntable .zhuanquan img:nth-child(2) {
    top: -40px;
    left: 337px;
}

.turntable .zhuanquan img:nth-child(3) {
    top: -40px;
    right: 327px;
}

.turntable .zhuanquan img:nth-child(4) {
    right: 11px;
    top: -40px;
}

.turntable .zhuanquan img:nth-child(5) {
    top: 184px;
    right: 11px;
}

.turntable .zhuanquan img:nth-child(6) {
    top: 184px;
    right: 327px;
}

.turntable .zhuanquan img:nth-child(7) {
    top: 184px;
    left: 337px;
}

.turntable .zhuanquan img:nth-child(8) {
    top: 184px;
    left: 17px;
}

.turntable .zhuanquan img:nth-child(9) {
    left: 17px;
    bottom: -3px;
}

.turntable .zhuanquan img:nth-child(10) {
    left: 337px;
    bottom: -3px;
}

.turntable .zhuanquan img:nth-child(11) {
    right: 327px;
    bottom: -3px;
}

.turntable .zhuanquan img:nth-child(12) {
    right: 11px;
    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: 157px;
    height: 48px;
    background: url(../../../img/activity/767rbh36/twy_open.png) no-repeat;
}

.turnon a:last-child {
    background-position-x: -241px;
}

/* 抽奖 end*/
.get-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.get-box .box {
    width: 412px;
    height: 446px;
    background-image: url(../../../img/activity/767rbh36/get-box-bg.png);
    background-size: 100% 100%;
}

.get-box .box p {
    color: #000000;
    font-size: 16px;
    width: 600px;
    text-align: right;
    padding-top: 90px;
    cursor: pointer;

}

.get-box .box a {
    display: inline-block;
    width: 160px;
    height: 43px;
    margin-top: 148px;
    background: url(../../../img/activity/767rbh36/box-btn.png) no-repeat;
}



/* 星战宝箱 end*/


/* 武器兑换 */
.arms-exchange {
    text-align: center;
    position: relative;
    margin-top: -20px;
}

.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: 156px;
    width: 859px;
    height: 157px;
}

.arms-exchange-content {
    width: 1471px;
    margin: 25px auto 0;
    height: 1098px;
    background: url(../../../img/activity/767rbh36/arms-exchange-bg.png) no-repeat;

}

.arms-exchange-content .list:nth-child(2) {
    height: 233px;
}

.arms-exchange-content .list {
    width: 1444px;
    height: 237px;
    padding: 0 56px 0 49px;
    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: 1162px;
    padding: 0 62px 0 55px;
}

.arms-exchange-content .list:first-child {
    width: 876px;
    height: 260px;
    margin: 0 auto;
    padding: 0 49px 0 33px
}

.arms-exchange-content a {
    display: inline-block;
    width: 156px;
    height: 40px;
    background: url(../../../img/activity/767rbh36/arms-exchange-btn.png) no-repeat;

}

.arms-exchange-content a.getFiveNine {
    background-position-y: -39px;
}

.arms-exchange-content a.getFore {
    background-position-y: -78px;
}

.arms-exchange-content a.getTwo {
    background-position-y: -117px;
}

.arms-exchange-content a.getFifty {
    background-position-y: -156px;
}

.arms-exchange-content a.getFifteen {
    background-position-y: -195px;
}

.arms-exchange-content a.getFive {
    background-position-y: -234px;
}

.arms-exchange-content a.geted {
    background-position-y: -273px;
}

.arms-exchange-content-getBtn {
    width: 1097px;
    margin: 130px auto 0;
}

.arms-exchange-content-getBtn p {
    text-align: right;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.arms-exchange-content-getBtn .bg {
    width: 1115px;
    height: 212px;
    background-image: url(../../../img/activity/767rbh36/arms-exchange-bg2.png);
    background-size: 100% 100%;
}

.arms-exchange-content-getBtn .btn {
    width: 925px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.arms-exchange-content-getBtn .btn a {
    display: inline-block;
    width: 177px;
    height: 55px;
    background: url(../../../img/activity/767rbh36/getBtn.png) no-repeat;
}

.arms-exchange-content-getBtn .btn a.geted {
    background-position-y: -68px;
}

/* 武器兑换 end*/

/* 活动规则 */
.activityRule {
    text-align: center;
    margin-top: 120px;
}

.activityRule .content {
    width: 1400px;
    margin: 50px 0 0 376px;
    text-align: left;
}

.activityRule .content p {
    line-height: 30px;
    font-size: 18px;
    color: #032e57;
}

/* 活动规则 end*/
/* 弹框 */

/* 概率详情弹框 */
.probabilityDetailPage {
    background: url(../../../img/activity/767rbh36/twy_pop_gv.png)no-repeat center !important;
    background-size: 100% 100%;
}

.probabilityDetailPage .lay_close {
    font-size: 32px;
    top: 52px;
    right: 43px;
    opacity: 0;
}

/* 概率详情弹框 end*/

/* 分解表弹框 */
.resolvePage {
    background: url(../../../img/activity/767rbh36/resolve-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}

.resolvePage .lay_close {
    font-size: 32px;
    top: 52px;
    right: 43px;
    opacity: 0;
}

/* 分解表弹框 end*/

/* 抽一次 */
.drawOncePage {
    background: url(../../../img/activity/767rbh36/drawOnce.png)no-repeat center !important;
    background-size: 100% 100%;
}

.drawOncePage .lay_content {
    margin-top: 260px;
}

.drawOncePage .lay_close {
    font-size: 38px;
    top: 56px;
    right: 50px;
    opacity: 0
}

/* 抽一次end */
/* 抽十次 */
.drawTenPage {
    background: url(../../../img/activity/767rbh36/drawOnce.png)no-repeat center;
    background-size: 100% 100%;
}

.drawTenPage .lay_content {
    margin-top: 230px;
    margin-right: 40px;
}

.drawTenPage .lay_close {
    font-size: 39px;
    top: 55px;
    right: 49px;
    opacity: 0
}

.drawTenPage .drawTenPage-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    padding: 0 0px 0 45px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
}

.drawTenPage .drawTenPage-con li {
    width: 180px;
    height: 124px;
    margin: 12px 0;
}

.drawTenPage .drawTenPage-con img {
    width: 100%;
    height: 100%;
}

/* 抽十次end */

/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(../../../img/activity/767rbh36/awardRecord.png);
    background-size: 100% 100%;
}

.awardRecord .lay_content {
    margin-top: 160px;
}

.awardRecord .lay_close {
    font-size: 32px;
    top: 52px;
    right: 43px;
    opacity: 0;
}

.tablePages {
    width: 91%;
    margin: 0 auto;
    color: #000;
    height: 345px;
    line-height: 34px;
}

.tablePages .itemClass {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tablePages .itemClass span {
    width: 43%;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    padding-left: 155px;
    display: block;
    text-align: center;
}

.tablePages .itemClass span:nth-child(2) {
    padding-left: 155px;
}

.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/767rbh36/keyRecord.png);
    background-size: 100% 100%;
}

.keyRecord .lay_content {
    margin-top: 160px;
}

.keyRecord .lay_close {
    font-size: 32px;
    top: 52px;
    right: 43px;
    opacity: 0;
}

.tablePagesize {
    width: 91%;
    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: 157px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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/767rbh36/temporary-box-bg.png)no-repeat center !important;
    background-size: 100% 100%;
}

.openBoxPage .lay_content {
    margin-top: 168px !important;
}

.openBoxPage .lay_close {
    font-size: 39px;
    top: 54px;
    right: 49px;
    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: 415px;
    width: 90%;
    padding: 0 25px;
    overflow-x: hidden;
}

.openBoxPage .openBoxPage-content img {
    width: 290px;
    height: 206px;
    padding: 10px;
}

.openBoxPage .openBoxPage-content img.selected {
    background-image: url(../../../img/activity/767rbh36/twy_trun.png);
    background-size: 290px 206px;
    z-index: 100;
    position: relative;
}

/* 修改垂直滚动条 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar {
    width: 8px;
    /* 修改宽度 */

}

/* 修改滚动条轨道背景色 */
.openBoxPage .openBoxPage-content::-webkit-scrollbar-track {
    background-color: #afdcfb;
    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: 39px;
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.openBoxPage .openBoxPage-btn a {
    display: inline-block;
    width: 157px;
    height: 39px;
    background: url(../../../img/activity/767rbh36/temporary-box-btn.png)no-repeat;
    background-position-x: -292px;
}

.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;
}