/* 通用 */
* {
    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;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

/* 隐藏body的滚动条但保留滚动功能 */
body::-webkit-scrollbar {
    display: none;
}

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: 'SourceHanSerifCN';
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 6217px;
    background: url(../images/bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

/* 头部 */
.indexPage .header {
    padding: 50px 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.indexPage .header a {
    display: inline-block;
    width: 223px;
    height: 71px;
    background: url(../images/gw-btn.png) no-repeat;
}



/* 侧导航 */
.indexPage .lift-nav {
    position: fixed;
    width: 200px;
    height: 442px;
    right: 80px;
    top: 400px;
    /* background-image: url(../images/ce_bg.png); */

}

.indexPage .lift-nav .lift {
    position: relative;
    z-index: 1;
}

.indexPage .lift-nav img {
    position: absolute;
    right: -2px;
    top: -27px;
    z-index: 0;

}

.indexPage .lift-nav a {
    display: inline-block;
    width: 183px;
    height: 42px;
    background: url(../images/ce_btn.png) no-repeat;
    margin-top: 35px;
}

.indexPage .lift-nav a.current {
    background-position-x: -183px;
}

.indexPage .lift-nav a:hover {
    background-position-x: -183px;
}

.indexPage .lift-nav .two {
    background-position-y: -42px;
}

.indexPage .lift-nav .three {
    background-position-y: -84px;
}

.indexPage .lift-nav .four {
    background-position-y: -126px;
}

.indexPage .lift-nav .five {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/ce_top_btn.png) no-repeat;
}

.indexPage .lift-nav a:last-child.current {
    background-position-y: -42px;
}

.indexPage .main {
    width: 1400px;
    margin: 535px auto 0;
}



.indexPage .active-time {
    width: 788px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/activeTime-bg.png) center !important;
    background-size: cover;

}

.indexPage .active-time p {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #993210;
}

.indexPage .login {
    margin-top: 20px;
}

.indexPage .login p {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.indexPage .login p a {
    color: #ffd000;
}

/* partOne */
.partOne {
    width: 1367px;
    height: 927px;
    background-image: url(../images/partOne-bg.png);
    background-size: 100% 100%;
    margin: 85px auto 0;
}

.activeRule {
    padding: 105px 55px 0;
}


.activeRule p {
    color: #fff0ae;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
}

.activeRule p.tit {
    font-weight: bold;
}


.partOne-content {
    margin: 82px auto 0;
}

.partOne-content .list {
    width: 1185px;
    height: 281px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}

.partOne-content .list .list-l {
    width: 915px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partOne-content .list .list-r {
    width: 209px;
}

.partOne-content a {
    display: inline-block;
    width: 99px;
    height: 28px;
    background: url(../images/get-btn.png) no-repeat;
}

.partOne-content a.geted {
    background-position-y: -28px;
}

/* partOne end*/


/* partTwo */
.partTwo {
    width: 1367px;
    height: 663px;
    background-image: url(../images/partTwo-bg.png);
    background-size: 100% 100%;
    margin: 100px auto 0;

}


/* .partTwo .activeRule p {
    color: #590e00;
} */

.partTwo-content {

    margin-top: 75px;

}

.partTwo-content .text {
    width: 1035px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partTwo-content .text p {
    font-size: 14px;
    color: #251404;
}

.partTwo-content .btn {
    width: 1095px;
    margin: 230px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partTwo-content .btn a {
    display: inline-block;
    width: 99px;
    height: 28px;
    background: url(../images/get-btn.png) no-repeat;
}

.partTwo-content .btn a.geted {
    background-position-y: -28px;
}

/* partTwo  end*/


/* partThree */

.partThree {
    width: 1399px;
    height: 994px;
    background-image: url(../images/partThree-bg.png);
    background-size: 100% 100%;
    margin: 90px auto 0;

}



.partThree .partThree-content {
    width: 1290px;
    margin: 193px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partThree .gm,
.partThree .fn {
    width: 398px;
    display: flex;
    justify-content: center;
}

.partThree .fn {
    margin-right: 10px;
}

.partThree .rank-board {
    width: 100%;

}

.board-table {
    height: 350px;
}

.board-row {
    display: flex;
    align-items: center;
    line-height: 35px;
}

.board-row span {
    text-align: center;
    color: #6d2005;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-row .name {
    flex: 1.8;
    margin-left: 35px;
}

.board-row .score {
    flex: 1;
}

.board-row .rank {
    flex: 0.25;
    padding-left: 28px;

}


.rank-board .board-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    gap: 30px;
}

.rank-board .board-current {
    font-size: 16px;
    color: #6d2005;
    letter-spacing: 1px;
}

.page-btn {
    background: transparent;
    color: #6d2005;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .2s ease;
}

.page-btn:hover:not(.is-disabled) {
    /* background: #ffd58a; */
    color: #5f1c00;
}

.page-btn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.table-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.table-foot p {
    font-size: 18px;
    color: #6d2005;
    margin-top: 20px;
}

.table-foot p:first-child {
    text-align: left;
}

.table-foot p:last-child {
    text-align: right;
}

/* partThree  end*/

/* partFour */
.partFour {
    width: 1401px;
    height: 591px;
    background-image: url(../images/partFour-bg.png);
    background-size: 100% 100%;
    margin: 110px auto 0;
}

.partFour .content {
    width: 1100px;
    margin: 0 auto;
    padding-top: 225px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.partFour .btn {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 60px;
}

.partFour .btn a {
    display: inline-block;
    width: 99px;
    height: 28px;
    background: url(../images/get-btn.png) no-repeat;
}

.partFour .btn a.geted {
    background-position-y: -28px;
}

/* partFour  end*/

/* partFive */
.partFive {
    width: 1401px;
    height: 1500px;
    background-image: url(../images/partFive-bg1.png);
    background-size: 100% 100%;
    margin: 110px auto 0;
}

.partFive .content {
    width: 1230px;
    margin: 165px auto 0;
    text-align: right;
}

.partFive .content p {
    color: #6d171e;
    font-size: 14px;
}

.partFive .content .btn {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partFive .content .btn .btn-l,
.partFive .content .btn .btn-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.partFive .content .btn .btn-l {
    height: 380px;
    margin-left: 200px;
    margin-bottom: 20px;
}

.partFive .content .btn .btn-r {
    height: 515px;
    margin-right: 30px;
}

.partFive .btn a {
    display: inline-block;
    width: 99px;
    height: 28px;
    background: url(../images/get-btn.png) no-repeat;
}

.partFive .btn a.geted {
    background-position-y: -28px;
}

.partFive .gif {
    width: 745px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 205px auto 0;
}