/* 通用 */
* {
    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('./images/close2.png')no-repeat !important;
    background-size: 115%;
}

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;
}

a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}

a.geted {
    pointer-events: none;
}

p{
    font-family: 'SourceHanSansCN';
}

/* 页面部分 */


/* 首页 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 4127px;
    background: url(./images/index_bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.indexPage .login {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.indexPage .login a {
    color: #fff;
    text-decoration: underline;
}

/* 头部 */
.indexPage .header {
    padding: 20px 0 0 20px            ;
    width: 1740px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.indexPage .header a{
    display: inline-block;
    width: 219px;
    height: 75px;
    background: url(./images/enter.png) no-repeat;
}

/* 头部 end*/



/* 内容区 */
.indexPage .indexPage_container {
       margin-top: 620px;
}





/* 每日签到 */
.partOne {
    width:1666px;
    margin: 165px auto 0;
    height:945px;
    background-image: url(./images/partOne_bg.png);
    background-size: 100% 100%;
}

.active_time {
    padding-top: 150px;
    width:1020px;
    margin: 0 auto;

}

.active_time p {
    height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: left;
}

.active_time p.indent{
    text-indent: 5.2em;
}


.partOne .everyday-sign {
       width: 1415px;
    margin: 80px auto 0;
    padding-right: 50px;

}
.partOne .everyday-sign .list{
    height: 280px;
    display: flex;
    justify-content: space-between;
        align-items: flex-end;
    padding-bottom: 10px;
}

.partOne .everyday-sign a{
    display: inline-block;
    width: 166px;
    height:56px;
    background: url(./images/partOne_btn.png) no-repeat;
}



.partOne .everyday-sign a.geted {
    background-position-y: -56px;
}

/* 每日签到 end */


.partTwo {
    width: 1666px;
    margin: 85px auto 0;
    height: 945px;
    background-image: url(./images/partTwo_bg.png);
    background-size: 100% 100%;
}

.partTwo .content a{
    display: inline-block;
    width: 166px;
    height:56px;
    background: url(./images/partOne_btn.png) no-repeat;
}
.partTwo .content{
    width: 920px;
    margin: 114px auto 0;
    flex-direction: column;
    display: flex;
    align-items: flex-end;

}
.partTwo .content .list{
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 255px;
    margin-bottom: 20px;
}
.partTwo .content p{
    font-size: 15px;
    color: #fff;
}
.partTwo .content a.geted {
    background-position-y: -56px;
}

/* 神秘礼盒 */
.partThree {
    width: 1666px;
    margin: 110px auto 0;
    height: 972px;
    background-image: url(./images/partThree_bg.png);
    background-size: 100% 100%;
}

.partThree .content {
width: 1378px;
    display: flex;
    justify-content: space-between;
    margin: 76px auto 0;
}

.partThree .content a {
    display: inline-block;
    width: 166px;
    height:56px;
    background: url(./images/partOne_btn.png) no-repeat;
}
.partThree .content a.geted{
    background-position-y: -56px;
}
.partThree .content .content-l{
width: 552px;
}

 .partThree .content .content-l .task .week-task{
    margin-top: 43px;
 }

.partThree .content .content-r{
        width: 160px;
    margin: 35px 100px 0 0;
}
.partThree .content .content-r .task{
    margin-top: 40px;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.partThree .content .content-r p{
    font-size: 14px;
    color: #fff;
}
.turntable {
    width: 552px;
    height: 548px;
    position: relative;
}


.turntable .zhuanquan{
    width: 100%;
    height: 100%;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity:0;

}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: -7px;
    top: -7px;
}

.turntable .zhuanquan img:nth-child(2) {
       left: 136px;
    top: -7px;
}

.turntable .zhuanquan img:nth-child(3) {
        left: 279px;
    top: -7px;
}

.turntable .zhuanquan img:nth-child(4) {
    right:-7px;
    top:-7px;
}

.turntable .zhuanquan img:nth-child(5) {
top: 135px;
    right: -7px;
}

.turntable .zhuanquan img:nth-child(6) {
top: 275px;
    right: -7px;
}

.turntable .zhuanquan img:nth-child(7) {
    bottom: -7px;
    right: -7px;
}

.turntable .zhuanquan img:nth-child(8) {
     bottom: -7px;
    left: 279px;
}
.turntable .zhuanquan img:nth-child(9) {
     bottom: -7px;
    left: 136px;
}
.turntable .zhuanquan img:nth-child(10) {
     bottom: -7px;
    left: -7px;
}
.turntable .zhuanquan img:nth-child(11) {
     left: -7px;
     top: 275px;

}
.turntable .zhuanquan img:nth-child(12) {
     left: -7px;
    top: 135px;
}


.turntable .turntable-content{
        width: 275px;
    height: 255px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.turntable .turntable-content .text p{
 font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}
.turntable .turntable-content .text{
display: flex;
    justify-content: space-between;
    align-items: center;
}

.turntable .turntable-content .draw-btn{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 225px;
}
.turntable .turntable-content p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.turntable .turntable-content  a{
    display: inline-block;
    width: 219px;
    height: 75px;
    background: url(./images/partTwo_draw_btn.png) no-repeat;
}





.drawOncePage{
    background-image: url(./images/draw_bg.png);
    background-size: 100% 100%;
}
.drawOncePage .lay_content {
    margin-top: 180px;
}
.drawOncePage .lay_close {
  opacity: 0;
    top: 36px;
    right: 68px;
}
.drawOncePage p{
    text-align: center;
      color: white; /* 文字颜色 */
  text-shadow: 0 0 5px #cd35f4, /* 阴影颜色和模糊半径 */
               0 0 10px #cd35f4,
               0 0 15px #cd35f4,
               0 0 20px #cd35f4;
               font-size: 24px;
}




/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(./images/awardRecord.png);
    background-size: 100% 100%;
}
.awardRecord .lay_content{
    width: 520px;
    margin: 117px auto 0;

}
.awardRecord .lay_close {
  opacity: 0;
    top: 36px;
    right: 68px;
}

.tablePages {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    height: 175px;
    line-height: 25px;
    font-size: 14px;
}
.tablePages .itemClass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablePages .itemClass span {

    display: block;
    text-align: center;
}
.tablePages .itemClass span.one{
    flex: 0.7;
}
.tablePages .itemClass span.two{
    flex: 0.3;
}
.tablePages .itemClass span.three{
    flex: 1;
}
.recordings {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: inline-block;
}
.probabilityDetailPage {
    background-image: url(./images/probabilityDetail.png);
    background-size: 100% 100%;
}

.probabilityDetailPage .lay_close {
    top: 35px;
    right: 55px;
}

#pagings {
text-align: center;
    width: 508px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 20px;
}
#pagings .layui-laypage{
    margin: 0;
}
#pagings .layui-laypage a{
    background-color:transparent;
    border: none ;
    font-size: 14px;
    color: #fff !important;
     font-family: SourceHanSansCN;
}

.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #ffea00;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: transparent !important;
}
.layui-laypage span{
    background-color: transparent !important;
    border: none !important;
}
/* 抽奖记录弹框 end*/

.baSkin {
    background-image: url(./images/login-BG.png);
}
