/* 通用 */
* {
    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('./image/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;
}



/* 页面部分 */


/* 首页 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 4806px;
    background: url(./image/index_bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.indexPage .login {
    margin-top: 635px;
    font-size: 18px;
    color: #333366;
    text-align: center;
}

.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: 191px;
    height: 69px;
    background: url(./image/logo.png) no-repeat;
}

.indexPage .header a:last-child {
    display: inline-block;
    width: 178px;
    height: 52px;
    background: url(./image/enter.png) no-repeat;
}

/* 头部 end*/



/* 内容区 */
.indexPage .indexPage_container {
    margin-top: 490px;
}





/* 每日签到 */
.partOne {
    width: 1179px;
    margin: 170px auto 0;
    height: 543px;
    background-image: url(./image/partOne_bg.png);
    background-size: 100% 100%;
}

.active_time {
    padding-top: 120px;
    width: 900px;
    margin: 0 auto;

}

.active_time p {
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #ffffcc;
    line-height: 28px;
    text-align: left;
}

.active_time p span {
    text-indent: 5em;
    display: block;
}


.partOne .everyday-sign {
    width: 100%;
    margin: 110px auto 0;
}

.partOne .everyday-sign p {
    width: 1135px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.partOne .everyday-sign .btn {
    width: 1040px;
    margin: 168px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partOne .everyday-sign .btn .get {
    width: 663px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partOne .everyday-sign .btn .get a {
    display: inline-block;
    width: 134px;
    height: 41px;
    background: url(./image/partOne_btn.png) no-repeat;
}

.partOne .everyday-sign .btn .get a.geted {
    background-position-y: -41px;
}

.partOne .everyday-sign .btn .sign-get {
    width: 230px;
    display: flex;
    justify-content: center;
    position: relative;
}

.partOne .everyday-sign .btn .sign-get .prop {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -150px;
}

.partOne .everyday-sign .btn .sign-get .prop img {
    display: none;
}

.partOne .everyday-sign .btn .sign-get .prop:hover img {
    display: block;
}

.partOne .everyday-sign .btn .sign-get a {
    display: inline-block;
    width: 134px;
    height: 41px;
    background: url(./image/partOne_signbtn.png) no-repeat;
}


/* 每日签到 end */


/* 神秘礼盒 */
.partTwo {
    width: 1176px;
    margin: 315px auto 0;
    height: 583px;
    background-image: url(./image/partTwo_bg.png);
    background-size: 100% 100%;
}

.partTwo .content {

    display: flex;
    justify-content: center;
    margin-top: 275px;

}

.partTwo .content a {
    display: inline-block;
    width: 195px;
    height: 96px;
    background: url(./image/partTwo_btn.png) no-repeat;
}


/* 神秘礼盒 end*/

/* 好礼相送 */
.partThree {
    width: 1159px;
    margin: 65px auto 0;
    height: 1103px;
    background-image: url(./image/partThree_bg.png);
    background-size: 100% 100%;
}

.text {
    width: 1055px;
    margin: 160px auto 0;
}

.text p {
    text-align: right;
    font-size: 14px;
    color: #333;
}

.partThree .dynamic {
    width: 1055px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 26px auto 0;
}

.partThree .dynamic .task {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0.8;
    align-items: flex-end;
    justify-content: space-between;
    height: 224px;
}

.partThree .dynamic .task a {
    display: inline-block;
    width: 134px;
    height: 41px;
    background: url(./image/partOne_btn.png) no-repeat;
}

.partThree .dynamic .task a.geted {
    background-position-y: -41px;
}

.partThree .dynamic .change {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 204px;
}

.partThree .dynamic .change a {
    display: inline-block;
    width: 90px;
    height: 32px;
    background: url(./image/partThree_btn.png) no-repeat;
}

.partThree .dynamic .change a.geted {
    background-position-y: -32px;
}


.partThree .total {
    width: 1035px;
    display: flex;
    justify-content: center;
    gap: 153px;
    margin: 222px auto 0;
}

.partThree .total .btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-end;
    justify-content: space-between;
    height: 168px;
}

.partThree .total .btn a {
    display: inline-block;
    width: 134px;
    height: 41px;
    background: url(./image/partOne_btn.png) no-repeat;
}

.partThree .total .btn a.geted {
    background-position-y: -41px;
}
/* 好礼相送 end*/



/* 神秘礼盒 */
.partFour {
    width: 1237px;
    margin: 240px auto 0;
    height: 864px;
    background-image: url(./image/partFour_bg.png);
    background-size: 100% 100%;
}

.partFour .content {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-left: 40px;
    margin-top: 125px;
	position:relative;
}
.partFour .content .gl{
	    position: absolute;
    left: 50%;
    top: 14%;
    transform: translateX(-50%);
}
.partFour .content .gl a{
	font-size:14px;
	color:333300;
}
/* 转盘 */
.partFour .lotter {
    position: relative;
    width: 475px;
    text-align: center;
}

.partFour .lotter .turntable {
         position: relative;
    width: 470px;
    text-align: center;
}

.partFour .lotter .rotate2400 {
    transition: all 4s;
}

.partFour .lotter .rotate0 {
    transition: all 0s;
}

.partFour .lotter .turntable .zhizhen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    clear: both;
    display: inline-block;
    width: 71px;
    height: 102px;
    background: url(./image/partTwo_turntable_btn.png) no-repeat;

    cursor: pointer;
}
.partFour .lotter .btn{
        width: 470px;
    display: flex
;
    justify-content: space-around;
    align-items: center;
}
.partFour .lotter  .btn a{
    display: inline-block;
    width: 158px;
    height: 48px;
    background: url(./image/partFour_turntable_btn.png) no-repeat;
}
.partFour .lotter  .btn a:last-child{
    background-position-y: -48px;
}
.partFour .jf{
   width: 400px;
    padding-top: 47px;
}
.partFour .jf p{
font-size: 14px;
color: #333300;
text-align: right;
}
.partFour .jf .btn{
    width: 266px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 182px;
}
.partFour .jf .btn a{
display: inline-block;
    width: 90px;
    height:32px;
    background: url(./image/partFour_btn.png) no-repeat;
}

.partFour .jf .btn_l{
    width: 340px;
}


/* 弹框 */
.twoOpenPage,.changePage {
    background-image: url(./image/open_bg.png);
    background-size: 100% 100%;
}

.twoOpenPage .lay_content ,.changePage .lay_content{
    margin-top: 130px;
}

.twoOpenPage .lay_content .twoOpenPage-con p,.changePage .lay_content .changePage-con p{
    color: #333399;
    text-align: center;
}

.twoOpenPage .lay_close,.changePage .lay_close {
    opacity: 0;
    font-size: 32px;
    top: 11px;
    right: 14px;
}


.lotterPage {
    background-image: url(./image/open_bg.png);
    background-size: 100% 100%;
}

.lotterPage .lay_content {
        margin-top: 153px;
}

.lotterPage .lay_content .lotterPage-con p {
    color: #333399;
    text-align: center;
        line-height: 30px;
}

.lotterPage .lay_close {
    opacity: 0;
    font-size: 44px;
    top: 27px;
    right: 33px;
}
.glvPage .lay_content{
	margin-top:0 !important;
}
.glvPage .lay_close {
    font-size: 32px;
	opacity:0;
}