/* 通用 */
* {
    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;
}

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;
}



/* 页面部分 */


/* 首页 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 3147px;
    background: url(./images/index_bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.indexPage .login {
    font-size: 20px;
    color: #02090d;
    text-align: center;
    font-family: 'SourceHanSansSC';
}

.indexPage .login a {
    color: #ff0000;
}

/* 头部 */
.indexPage .header {
    padding-top: 30px;
    width: 1740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexPage .header a {
    display: inline-block;
    width: 250px;
    height: 117px;
    background: url(./images/logo.png) no-repeat;
}

.indexPage .header a:last-child {
    display: inline-block;
    width: 147px;
    height: 54px;
    background: url(./images/enter.png) no-repeat;
}

/* 头部 end*/



/* 内容区 */
.indexPage .indexPage_container {
       margin-top: 530px;
}





/* 每日签到 */
.partOne {
    width:1247px;
    margin: 210px auto 0;
    height:1042px;
    background-image: url(./images/partOne_bg.png);
    background-size: 100% 100%;
}

.active_time {
    padding-top: 222px;
    width: 850px;
    margin: 0 auto;

}

.active_time p {
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffe6a9;
    line-height: 26px;
    text-align: left;
}

.active_time p.indent{
    text-indent: 5em;
}


.partOne .everyday-sign {
    width: 1032px;
    margin: 212px auto 0;
        display: flex
;
    justify-content: space-between;
}

.partOne .everyday-sign .everyday-sign-l{
    display: flex;
    flex-wrap: wrap;
    width: 703px;
    row-gap: 133px;
    column-gap: 36px;
    margin-top: 10px;
}
.partOne .everyday-sign a{
    display: inline-block;
    width: 68px;
    height: 30px;
    background: url(./images/partOne_btn.png) no-repeat;
}



.partOne .everyday-sign a.geted {
    background-position-y: -30px;
}
.partOne .everyday-sign .everyday-sign-r{
width: 235px;
    display: flex;
    flex-wrap: wrap;
        row-gap: 130px;
}
.partOne .everyday-sign .everyday-sign-r .everyday-sign-rt{
    display: flex
;
    flex-wrap: wrap;
    row-gap: 144px;
    column-gap: 76px;
}
.partOne .everyday-sign .everyday-sign-r .everyday-sign-rb{
    display: flex
;
    justify-content: center;
    width: 220px;
}

/* 每日签到 end */


/* 神秘礼盒 */
.partTwo {
    width: 1247px;
    margin: 85px auto 0;
    height: 846px;
    background-image: url(./images/partTwo_bg.png?v=1.0.2);
    background-size: 100% 100%;
}

.partTwo .content {
    width: 1052px;
    display: flex
;
    justify-content: space-between;
    margin: 45px auto 0;

}

.partTwo .content a {
    display: inline-block;
    width: 149px;
    height: 43px;
    background: url(./images/partTwo_btn.png) no-repeat;
    margin-bottom: 12px;
}
.partTwo .content a.twice{
    background-position-y: -43px;
}
.partTwo .content .content-l{
    width: 545px;
    text-align: right;
}
.partTwo .content .content-l .task{
width: 149px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
    float: right;
    margin-top: 37px;
}
 .partTwo .content .content-l .task .week-task{
    margin-top: 43px;
 }
.partTwo .content .content-l p{
    color: #ffe6a9;
    font-size: 14px;
        margin-top: 3px;
}
.partTwo .content .content-r{
    width: 427px;
}

.turntable {
    width: 427px;
    height: 367px;
    position: relative;
}


.turntable .zhuanquan{
    width: 100%;
    height: 100%;
}

.turntable .zhuanquan img {
    position: absolute;
    opacity:0;
    width: 103px;
    height: 95px;
}

.turntable .zhuanquan .brighten {
    opacity: 1;
}

.turntable .zhuanquan img:nth-child(1) {
    left: 0px;
    top: 0px;
}

.turntable .zhuanquan img:nth-child(2) {
    top: 0px;
    left: 159px;
}

.turntable .zhuanquan img:nth-child(3) {
    top: 0px;
    right: 0px;
}

.turntable .zhuanquan img:nth-child(4) {
    right:0;
    top: 136px;
}

.turntable .zhuanquan img:nth-child(5) {
    bottom: 0;
    right:0;
}

.turntable .zhuanquan img:nth-child(6) {
    bottom: 0px;
    left: 159px;
}

.turntable .zhuanquan img:nth-child(7) {
    bottom: 0;
    left: 0;
}

.turntable .zhuanquan img:nth-child(8) {
    top: 136px;
    left:0px;
}



.turntable .turntable-content{
width: 180px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}
.turntable .turntable-content .text{
    position: absolute;
    z-index: 1;
    right: 0;
}
.turntable .turntable-content p{
font-family: 'SourceHanSansCN';
    font-size: 14px;
    color: #ffe6a9;
    cursor: pointer;
    text-decoration: underline;

    line-height: 30px;
}
.turntable .turntable-content  .draw-btn{
        text-align: center;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 0;
}
.turntable .turntable-content  .draw-btn a{
    display: inline-block;
    width: 149px;
    height: 111px;
    background: url(./images/partTwo_draw_btn.png) no-repeat;
    margin: 0;
}
.turntable .turntable-content  .draw-btn p{
    text-align: center;
        text-indent: 2em;
        text-decoration: none;
}

.drawOncePage{
    background-image: url(./images/draw_bg.png);
    background-size: 100% 100%;
}
.drawOncePage .lay_content {
    margin-top: 110px;
    margin-left: 50px;
}
.drawOncePage .lay_close {
  opacity: 0;
    top: 8px;
    right: 14px;
}


/* 概率详情弹框 */
.probabilityDetailPage {
    background: url(./images/twy_pop_gv.png)no-repeat center !important;
    background-size: 100% 100%;
}
.probabilityDetailPage .lay_close {
font-size: 23px;
    top: 7px;
    right: 14px;
    opacity: 0;
}
/* 概率详情弹框 end*/


/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(./images/awardRecord.png);
    background-size: 100% 100%;
}
.awardRecord .lay_content{
     margin-top: 90px;
    margin-left:40px;
}
.awardRecord .lay_close {
font-size: 23px;
    top: 7px;
    right: 14px;
    opacity: 0;
}

.tablePages {
    width: 100%;
    margin: 0 auto;
    color: #000000;
    height: 175px;
    line-height: 22px;
    font-size: 13px;
}
.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(-45%, 0)
}
#pagings .layui-laypage{
    margin: 0;
}
#pagings .layui-laypage a{
    background-color:transparent;
    border: none ;
    font-size: 13px;
    color: #000 !important;
     font-family: SourceHanSansCN;
}
#pagings .layui-disabled{
    color: #2a1805 !important;
}
/* 抽奖记录弹框 end*/

.baSkin {
    background-image: url(./images/login-BG.png);
}

.login-box_close {
    top: 30px !important;
}
