/* 通用 */
* {
    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;
}

a:hover {
    -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}

.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;
}

a.geted {
    pointer-events: none;
}


html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* 页面部分 */
.index {
    min-width: 1500px;
    display: block;
    height: 3523px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 390px;
}

.index-fixed {
    position: fixed;
    top: 300px;
    right: 40px;
}

.index-fixed>img:nth-child(1) {
    position: absolute;
    right: -28px;
    top: -40px;
    z-index: 100;
}

.index-fixed>img:nth-child(2) {
    position: absolute;
    left: -55px;
    bottom: -7px;
    z-index: 100;
}

.fixed-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fixed-btn>a {
    display: inline-block;
    width: 258px;
    height: 71px;
    background: url(./image/nav-btn.png)center center no-repeat;
    text-align: center;
    line-height: 71px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: '宋体', SimSun, serif;
}

.fixed-btn>a.geted {
    background: url(./image/nav-btn-active.png);
}

.main {
    margin: auto;
    width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.login {
    font-size: 31px;
    color: #004d66;
    text-align: center;
    margin-top: 90px;
}

.login a {
    color: #c20101;
}

.active-time {
    margin-top: 115px;
    color: #c20101;
    font-size: 58px;
    font-weight: 700;
    font-family: '宋体', SimSun, serif;
}

.card-title {
    margin-bottom: 40px;
}

.index .card1 {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .card2 {
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .card2-view {
    background: url(./image/index-card2.png);
    width: 1208px;
    height: 482px;
    display: flex;
    padding: 84px 105px 0 35px;
    display: flex;
    justify-content: space-between;
}

.index .card2-view-left {
    color: #004d66;
    font-size: 23px;
    line-height: 1.8;
}

.index .card2-view-left p {
    color: #004d66;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 50px;
    font-family: '宋体', SimSun, serif;
}

.index .card2-view-btn {
    height: 308px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index .card2-view-btn a {
    display: inline-block;
    text-align: center;
    background: url(./image/index-btn-bg.png);
    width: 316px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    font-family: '宋体', SimSun, serif;
}


.first {
    min-width: 1500px;
    display: block;
    height: 8889px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.header {
    width: 1750px;
    margin: auto;
    text-align: right;
    margin-bottom: 243px;
}

.header a {
    display: inline-block;
    background: url(./image/btn-home.png);
    width: 240px;
    height: 71px;
}

.f-30 {
    font-size: 30px !important;
}


.first .card1 {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first .card1-view {
    background: url(./image/first-card1.png);
    width: 1208px;
    height: 2342px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 13px;
}

.first .card1-view>a {
    display: inline-block;
    background: url(./image/first-get.png);
    width: 181px;
    height: 54px;
    margin-top: 325px;
}

.first .card1-view>a.geted {
    background: url(./image/first-get-active.png);
}

.first .card2 {
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first .card2-view {
    background: url(./image/first-card2.png);
    background-size: 100% 100%;
    width: 1208px;
    height: 1302px;
    padding: 30px 106px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first .card2-btn {
    display: flex;
    justify-content: space-between;
    width: 490px;
    margin-top: 20px;
}

.first .card2-btn a {
    display: inline-block;
    background: url(./image/first-btn-bg.png);
    width: 208px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: '宋体', SimSun, serif;
}

.first .card2-p {
    margin-top: 35px;
    width: 100%;
    color: #165a70;
    font-size: 26px;
    text-decoration: underline;
    display: flex;
    justify-content: space-between;
}

.first .card2-p a {
    color: #165a70;
    font-size: 26px;
}



/* 抽奖 */
.first .zhuanquan {
    background: url(./image/index-card-box.png);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 991px;
    gap: 0px 3px;
    margin-top: 21px;
}

.first .zhuanquan img {
    opacity: 0;
    width: 198px;
    height: 198px;
}

.first .zhuanquan .brighten {
    opacity: 1;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.first .card3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 72px;
}

.first .card3-view {
    background: url(./image/first-card3.png);
    width: 1208px;
    height: 722px;
    padding: 48px 83px 0 77px;
}

.first .card3-view-p {
    color: #165a70;
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 40px;
}

.first .card3-view-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 37px;
}

.first .card3-view-top div {
    width: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 42px;
}

.first .card3-view-top a {
    display: inline-block;
    background: url(./image/first-btn.png);
    width: 194px;
    height: 57px;
    margin-top: 155px;
}

.first .card3-box p {
    height: 27px;
}

.first .card3-box .first-btn-one {
    background-position-y: 0px;
}

.first .card3-box .first-btn-two {
    background-position-y: -58px;
}

.first .card3-box .first-btn-three {
    background-position-y: -116px;
}

.first .card3-box .first-btn-four {
    background-position-y: -174px;
}

.first .card3-box .first-btn-five {
    background-position-y: -232px;
}

.first .card3-box .first-btn-six {
    background-position-y: -290px;
}

.first .card3-box a.geted {
    background-position-y: -348px;
}

.card-gz {
    margin-top: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-gz-view {
    width: 1231px;
    color: #165a70;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}

.card-gz-view p {
    font-weight: 400;
    padding-left: 30px;
}

/* 抽奖记录弹框*/
.awardRecord {
    background-image: url(./image/first-popup2.png);
    background-size: 100% 100%;
}

.awardRecord .lay_content {
    margin-top: 173px;
}

.awardRecord .lay_close {
    font-size: 25px;
    top: 79px;
    right: 0px;
    opacity: 0;
}


/* 抽奖记录弹框*/
.awardRecord2 {
    background-image: url(./image/first-popup.png);
    background-size: 100% 100%;
    padding-left: 60px;
}

.awardRecord2 .lay_content {
    margin-top: 125px;
}

.awardRecord2 .lay_close {
    font-size: 25px;
    top: 79px;
    right: 0px;
    opacity: 0;
}

/* 抽奖记录弹框*/
.awardRecord3 {
    background-image: url(./image/add-popup.png);
    background-size: 100% 100%;
}

.awardRecord3 .lay_close {
    font-size: 25px;
    top: 79px;
    right: 0px;
    opacity: 0;
}

.awardRecord-box {
    width: 850px;
    height: 570px;
    overflow-y: scroll;
}


/* 修改垂直滚动条 */
.awardRecord-box::-webkit-scrollbar {
    width: 8px;
    /* 修改宽度 */

}

/* 修改滚动条轨道背景色 */
.awardRecord-box::-webkit-scrollbar-track {
    background-color: #fff7c7;
    border-radius: 5px;
}

/* 修改滚动条滑块颜色 */
.awardRecord-box::-webkit-scrollbar-thumb {
    background-color: #084708;
    border-radius: 5px;
}

/* 修改滚动条滑块悬停时的颜色 */
.awardRecord-box::-webkit-scrollbar-thumb:hover {
    background-color: #084708;
}



.tablePages {
    width: 100%;
    margin: 0 auto;
    color: #246236;
    height: 481px;
    line-height: 46px;
}

.tablePages .itemClass {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 95px;
}

.tablePages .itemClass span {
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: block;
    text-align: center;
}

.tablePages .itemClass .one {
    width: 190px;
}

.tablePages .itemClass .two {
    width: 280px;
}

.tablePages .itemClass .three {
    width: 260px;
}





#pagings {
    text-align: center;
    width: 508px;
    position: absolute;
    left: 45%;
    transform: translate(-50%, 0)
}

#pagings .layui-laypage a {
    background-color: transparent;
    border: none;
    color: #000 !important;
}

#pagings .layui-disabled {
    color: #000 !important;
}




.add {
    min-width: 1500px;
    display: block;
    height: 4088px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.add .card1 {
    width: 1208px;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.add .card1-left {
    background: url(./image/add-card1.png);
    width: 578px;
    height: 462px;
    display: flex;
    justify-content: center;
    padding-top: 245px;
    color: #c20101;
    font-size: 17px;
}

.add .card1-right {
    background: url(./image/add-card2.png);
    width: 578px;
    height: 462px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 54px 50px 0;
}

.add .card1-right a {
    background: url(./image/add-lq.png);
    width: 150px;
    height: 45px;
}

.add .btn-left.geted {
    background-position-y: -48px;
}

.add .card1-right .btn-right {
    background: url(./image/add-lq2.png);
    margin-left: 90px;
}

.add .card1-right .btn-right.geted {
    background: url(./image/add-lq2-geted.png);
}

.add .card2 {
    margin-top: 92px;
}

.add .card2-view {
    padding-top: 85px;
}

.add .card2-view {
    background: url(./image/add-card3.png);
    width: 1208px;
    height: 932px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add .card2-view-p {
    color: #165a70;
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 25px;
}

/* 抽奖 */
.add .zhuanquan {
    background: url(./image/add-card4.png);
    width: 800px;
    height: 599px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 0px;
    justify-content: space-between;
}

.add .zhuanquan img {
    opacity: 0;
    width: 198px;
    height: 198px;
}

.add .zhuanquan .brighten {
    opacity: 1;
}

.add .card2-view-flex {
    display: flex;
    justify-content: space-between;
    width: 800px;
    align-items: flex-end;
    margin-top: 37px;
}

.add .card2-view-flex a:nth-child(2) {
    display: inline-block;
    background: url(./image/add-btn-one.png);
    width: 208px;
    height: 54px;
}

.add .card2-view-flex a {
    color: #165a70;
    font-size: 26px;
    text-decoration: underline;
}


.roll {
    min-width: 1500px;
    display: block;
    height: 3563px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.roll .card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

.roll .card1-view {
    background: url(./image/roll-card.png);
    width: 1208px;
    height: 722px;
    padding: 89px 180px 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 73px;
}

.roll .card1-box {
    width: 234px;
    height: 246px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.roll .card1-box p {
    font-size: 21px;
    color: #fffeee;
    width: 90%;
    text-align: right;
}

.roll .card1-box a {
    display: inline-block;
    background: url(./image/roll-btn.png);
    width: 208px;
    height: 54px;
}

.roll .card1-box:nth-child(2) a {
    background-position-y: -54px;
}

.roll .card1-box:nth-child(3) a {
    background-position-y: -108px;
}

.roll .card1-box:nth-child(4) a {
    background-position-y: -162px;
}

.roll .card1-box:nth-child(5) a {
    background-position-y: -270px;
}

.roll .card1-box:nth-child(6) a {
    background-position-y: -216px;
}

.roll .card1-box a.geted {
    background-position-y: -324px;
}

.ranking {
    min-width: 1500px;
    display: block;
    height: 3563px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.ranking .card1 {
    background: url(./image/ranking-card.png);
    width: 1208px;
    height: 722px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 45px 90px 0;
    margin-top: 55px;
}

.ranking .card1-view {
    width: 519px;
    height: 507px;
}

.ranking .card1-view table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
    color: #0b4852;
    font-size: 19px;
}

.ranking .card1-view table th {
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #0b4852;
    vertical-align: middle;
}

.ranking .card1-view table td {
    border: 1px solid #0b4852;
    vertical-align: middle;
}

.ranking .card1-view table td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-header {
    height: 46px;
}

.invite {
    min-width: 1500px;
    display: block;
    height: 4918px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.invite .card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

.invite .card1-view {
    background: url(./image/invite-card1.png);
    width: 1208px;
    height: 542px;
    padding: 87px 72px 0;
    color: #165a70;
    font-size: 20px;
    line-height: 1.7;
}

.invite .card1-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #114c76;
    font-size: 26px;
    margin-bottom: 30px;
}

.invite .card1-top input {
    flex: 1;
    padding-left: 20px;
    background: #1d91a4;
    color: #fff;
    height: 56px;
}

.invite .card1-top a {
    display: inline-block;
    background: url(./image/invite-btn-sc.png);
    width: 197px;
    height: 51px;
    margin-left: 18px;
}

.invite .card1-top:nth-child(2) a {
    display: inline-block;
    background: url(./image/invite-btn-bd.png);
    width: 197px;
    height: 51px;
    margin-left: 18px;
}

.invite .card1-view>p {
    font-weight: 700;
    margin-top: 80px;
}

.invite .card2 {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invite .card2-view {
    display: flex;
    justify-content: space-between;
    width: 1208px;
}

.invite .card2-left {
    background: url(./image/invite-card2.png);
    width: 578px;
    height: 635px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.invite .card2-right {
    background: url(./image/invite-card3.png);
    width: 578px;
    height: 635px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.invite .card2-left div {
    display: flex;
    justify-content: space-between;
    width: 312px;
    margin-top: 207px;
}

.invite .card2-right div {
    display: flex;
    justify-content: space-between;
    width: 312px;
    margin-top: 207px;
}

.invite .card2-right div:nth-child(2) {
    width: 464px;
}

.invite .card2-view a {
    display: inline-block;
    background: url(./image/invite-btn-lq.png);
    width: 112px;
    height: 41px;
    background-position-x: -119px;
}

.invite .card2-view a.geted {
    background-position-x: 0px;
}


.sign {
    min-width: 1500px;
    display: block;
    height: 4356px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.sign .card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

.sign .card1-view {
    background: url(./image/sign-card.png);
    width: 1208px;
    height: 1362px;
    padding: 54px 29px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #165a70;
    font-size: 23px;
}

.sign .card1-qd {
    margin-bottom: 10px;
    display: inline-block;
    background: url(./image/sign-btn-qd.png);
    width: 208px;
    height: 54px;
    background-position-x: -218px;
}

.sign .card1-qd.geted {
    background-position-x: 0px;
}

.sign .card1-view p {
    margin-bottom: 178px;
}

.sign .card1-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 172px 7px;
}

.sign .card1-btn a {
    display: inline-block;
    background: url(./image/sign-btn-lq.png);
    width: 158px;
    height: 41px;
    background-position-x: -165px;
}

.sign .card1-btn a.geted {
    background-position-x: 0;
}


.sign .card1-btn a:nth-child(n+29):nth-child(-n+32) {
    margin-top: 41px;
}


.name {
    min-width: 1500px;
    display: block;
    height: 2429px;
    background: url(./image/index.jpg)top center no-repeat;
    position: relative;
    padding-top: 73px;
}

.name .name-a {
    display: inline-block;
    background: url(./image/first-btn-bg.png);
    width: 208px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: '宋体', SimSun, serif;
    margin-top: 40px;
}

.name .name-a.geted {
    filter: grayscale(0%) brightness(70%);
}

.name .name-title {
    color: #004d66;
    font-size: 29px;
    margin-top: 94px;
}

.name .name-title span {
    color: #c20101;
}

.popup-box {
    text-align: center;
    color: #205267;
    font-size: 21px;
    line-height: 1.7;
}

.popup-box a {
    display: inline-block;
    background: url(./image/btn-confirm.png);
    width: 208px;
    height: 54px;
}

/* 抽奖记录弹框*/
.popupRecord {
    background-image: url(./image/popup-card.png);
    background-size: 100% 100%;
    padding-right: 34px;
}

.popupRecord .lay_close {
    font-size: 25px;
    top: 0px;
    right: 0px;
    opacity: 0;
}

.popupRecord .lay_content {
    margin-top: 50px !important;
}

.popup-box-content {
    height: 396px;
}