/* 通用 */
* {
    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: 5801px;
    background: url(./images/index_bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.indexPage .login {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 410px;
}

.indexPage .login a {
    text-decoration: underline;
    color: #fff;
}

/* 头部 */
.indexPage .header {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 450px;
}

.indexPage .header a {
    display: inline-block;
    width: 272px;
    height: 152px;
    background: url(./images/logo.png) no-repeat;
}

/* 头部 end*/



/* 内容区 */
.indexPage .indexPage_container {
    width: 1600px;
    margin: 222px auto 0;
}

.active_time {
    margin-left: auto;

    width: 902px;
    height: 106px;
    background-image: url(./images/active_time_bg.png);
    background-size: 100% 100%;
}

.active_time p {
    font-size: 20px;
    background-image: linear-gradient(to bottom, #e7f0fd, #c0ecff);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 106px;
    text-align: center;
    font-weight: bold;
}



/* 每日签到 */
.partOne {
    width: 1199px;
    margin: 90px auto 0;
    height: 1279px;
    background-image: url(./images/partOne_bg.png);
    background-size: 100% 100%;
}

.subTitle{
    padding-top: 260px;
    text-align: center;

}
.subTitle p{
    font-size: 16px;
    color: #ededfe;
}
.partOne .btn {
    width: 1115px;
    margin: 310px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap:242px;
}
.partOne .btn a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/partOne_btn.png) no-repeat;
    margin: 0 10px;
}

.partOne .btn a.geted{
    background-position-y: -44px;
}
/* 每日签到 end */


/* 神秘礼盒 */
.partTwo {
    width: 1563px;
    margin: 270px auto 0;
    height: 1476px;
    background: url(./images/partTwo_bg.png) no-repeat;
    background-size: 100% 100%;
}
.recharge {
    margin-top: 230px;
}
.recharge .btn{
    width: 860px;
    margin: 0 auto;
    display: flex;
justify-content: space-between;
    align-items: center;
    gap: 105px;
}
.recharge .btn a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/partOne_btn.png) no-repeat;
}
.recharge .btn a:first-child{
    margin-top: 67px;
}
.recharge .btn a:nth-child(2){
    margin-top: -73px;
    margin-left: 12px;
}
.recharge .btn a:nth-child(3){
    margin-top: -118px;
}
.recharge .btn a:last-child{
    margin-top: 27px;
}
.recharge .btn a.geted{
    background-position-y: -44px;
}
.recharge p{
font-size: 23px;
color: #fff;
font-weight: bold;
text-align: center;

}
.recharge p span{
    color: #ff4b57;
}
.total{
    width: 1090px;
    margin: 460px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total .list:first-child{
    margin-left: 27px;
}
.total .list a{
    margin-top: 148px;
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/partOne_btn.png) no-repeat;
}
.total .list a.geted{
    background-position-y: -44px;
}
.total .list{
    width: 195px;
    text-align: center;
}
.total .list p:first-child{
    font-size: 20px;
    color: #2d2f5d;
    font-weight: bold;
}
.total .list p:last-child{
    font-size: 15px;
    color: #363576;
}



/* 神秘礼盒 */
.partThree {
    width: 1199px;
    margin: 300px auto 0;
    height: 811px;
    background: url(./images/partThree_bg.png?v=0.0.3) no-repeat;
}
.partThree .btn{
    width: 1093px;
    margin: 310px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partThree .btn a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/partOne_btn.png) no-repeat;
}
.partThree .btn a.geted{
    background-position-y: -44px;
}
.role{
    width: 500px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.role p{
    font-size: 20px;
    color: #e3f6ff;
    font-weight: bold;
}
.role a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/role_btn.png) no-repeat;
}
/* 角色列表弹框 */
.bindRolePage {
    background-image: url(./images/role_pop.png);
    background-size: 100% 100%;
}
.bindRolePage .lay_content{
    margin-top: 130px;
}
.bindRolePage ul{
    width: 560px;
    margin: 0 auto;
}
.bindRolePage ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #2c2d5d;
}
.bindRolePage ul li p{
    color: #e3f6ff;
    font-size: 20px;
}
.bindRolePage ul li input{
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    background: #2c2d5d;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bindRolePage ul li input[type="radio"]:checked {
    background: url(./images/ok.png) no-repeat center;
    background-size: contain;
    border-color: #4CAF50;
}

.bindRolePage .bind{
    margin-top: 30px;
}
.bindRolePage .bind a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./images/partThree_btn.png?v=0.0.1) no-repeat;
}

/* 角色列表弹框 end*/
.baSkin {
    background-image: url(./images/login-BG.png);
}

