@charset "utf-8";
a,blockquote,body,code,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,iframe,img,input,label,li,object,ol,p,q,small,span,strong,table,tbody,td,th,tr,ul {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: "Microsoft YaHei, Helvetica, Arial, sans-serif";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

a,
img {
    -webkit-touch-callout: none
}

li,
ol,
ul {
    list-style: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
textarea {font-family: "Microsoft YaHei"}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

body {
    font-family: "Microsoft YaHei, Helvetica";
}

body,
html a {
    color: #333
}

.hidden,
.none {
    display: none!important
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px
    }
    html .wap-wrap {
        width: 768px;
        margin: 0 auto
    }
}

body {
    font-family: "Microsoft YaHei, Helvetica";
}

.st {
    font-family: "simsun";
}
.fl {
    display: block;
    float: left;
}

.fr {
    display: block;
    float: right;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
/************************* 图库首页 *************************/
body {
    width: 100%;
    padding-bottom: 2.4rem;
    background: #000 url(https://u-static.lmjx.net/2025/catcba/images/bg.jpg) top center no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
}
.banner {
    position: relative;
    width: 100%;
  	height: 3.8rem;
    font-size: 0;
  	overflow: hidden;
}
.banner img {
    width: 100%;
    vertical-align: top;
}

.bandate {
    display: block;
  	position: relative;
    width: 100%;
  	margin: .2rem 0;
    font-size: .26rem;
    line-height: .32rem;
    text-align: center;
    color: #8596b1;
    z-index: 1;
}

.rulesbtn {
    display: block;
    position: absolute;
    width: .8rem;
    height: 1rem;
    top: 2.5rem;
    right: 0;
    background: url(https://u-static.lmjx.net/2025/catcba/images/rulesbtn.png) right center no-repeat;
    background-size: .96rem auto;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
}

.marquee-row {
    margin: .1rem 0;
    display: flex;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marquee 20s linear infinite;
}

.marquee-item {
    width: 3.6rem;
    height: .96rem;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 .08rem;
    flex-shrink: 0;
}

.marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.row-2 .marquee-track {
    animation: marquee 25s linear infinite;
    /*animation-direction: reverse;*/
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.checkmycardbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .62rem;
    font-size: .34rem;
    line-height: .62rem;
    color: #f5c945;
}
.checkmycardbtn i {
    display: block;
    width: .54rem;
    min-width: .54rem;
    height: .54rem;
    margin-right: .2rem;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/cardicon.png) center center no-repeat;
    background-size: auto 100%;
}
 .checkmycardbtn span {
    display: block;
    border-bottom: 1px solid #f5c945;
}

.task {
    display: block;
    width: 100%;
    height: 12.35rem;
    margin: 0 auto;
    padding: 1.76rem .42rem .34rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/taskbg.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.tasklist {}
.tasklist .item {
    display: block;
    position: relative;
    width: 6.48rem;
    height: 1.5rem;
    margin: 0 auto .2rem;
}
.tasklist .item .icon {
    display: block;
    width: 100%;
    height: 100%;
}
.tasklist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.tasklist .item .ibtn {
    display: block;
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: 1.85rem;
    height: .75rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .75rem;
    text-align: center;
    color: #d05e00;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/taskbtn1.png) center center no-repeat;
    background-size: 100% 100%;
}
.tasklist .itemed .ibtn {
    color: rgb(198, 119, 54,.5);
}

.mcmsgtabs {
    display: block;
    width: 7.1rem;
    margin: .36rem auto 0;
    padding: .2rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/mcmsgtabsbg.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.mcmsgtabs .mcmsgnav {
    display: flex;
}

.mcmsgtabs .mcmsgnav .item {
    display: block;
    flex: 1;
    font-size: .3rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}

.mcmsgtabs .mcmsgnav .item.cur {
    font-weight: bold;
    color: #4d4e53;
    background: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}


.mcmsgswiper {
    margin-top: -1px;
    height: 4.14rem;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.inviteflist {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    height: 4.14rem;
    padding: 1px 0 .2rem;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.inviteflist .item {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: .26rem;
    margin-top: .2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    overflow: hidden;
}

.inviteflist .item img {
    width: 100%;
    vertical-align: top;
}


.mygiftlist {
    display: flex;
    padding: .1rem 0 0;
}

.mygiftlist .item {
    display: block;
    width: 50%;
    font-size: 0;
}

.mygiftlist .item .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    font-size: 0;
}

.mygiftlist .item .icon img {
    width: 100%;
    vertical-align: top;
}

.mygiftlist .item .name {
    display: block;
    font-size: .26rem;
    line-height: .36rem;
    text-align: center;
    color: #161612;
}

.mygiftlist .item .ibtn {
    display: block;
    width: 1.62rem;
    height: .6rem;
    margin: .1rem auto 0;
    font-size: .28rem;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #ffce14;
}

.giftlist {
    display: flex;
    flex-wrap: wrap;
    height: 4.14rem;
    padding: .12rem .12rem .2rem;
    overflow-y: auto;
    box-sizing: border-box;
}
.giftlist .item {
    display: block;
    width: 1.48rem;
    margin: .2rem 0.32rem 0;
}
.giftlist .item .icon {
    display: block;
    width: 1.48rem;
    height: 1.48rem;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
}
.giftlist .item .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.giftlist .item .name {
    display: block;
    margin-top: .06rem;
    font-size: .26rem;
    line-height: .4rem;
    text-align: center;
    color: 494345;
}


.nothing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .28rem;
    color: #999;
    height: 3rem;
}

.nothing .icon {
    width: .94rem;
    height: .94rem;
    display: block;
    margin-bottom: 15px;
}

.nothing .icon img {
    width: 100%;
    vertical-align: top;
}


.integralbtn {
    display: block;
    position: fixed;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: .26rem;
    right: 2px;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    background: url(https://u-static.lmjx.net/2025/catcba/images/integralbg.png) center center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    z-index: 2;
}
.integralbtn .inum {
    display: block;
    font-size: .32rem;
    font-weight: bold;
    line-height: .44rem;
    text-align: center;
    color: #fff;
}
.integralbtn .text {
    display: block;
    position: relative;
    margin-top: .06rem;
    font-size: .22rem;
    line-height: .34rem;
    text-align: center;
    color: #625000;
}
.integralbtn .text span {
    display: block;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform-origin: center center;
}

.zrwbtn {
    display: block;
    position: fixed;
    width: 1.2rem;
    height: 1.2rem;
    right: 2px;
    top: calc(53% - 2rem);
    background: url(https://u-static.lmjx.net/2025/catcba/images/zrwbtn.png) center center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
  	animation: zoominout2 1s infinite linear;
    z-index: 2;
}
@keyframes zoominout2 {
  50%{transform:scale(0.85)}
	100%{transform:scale(1)}
}

.xuanta {
    position: relative;
    padding-top: 1rem;
}
.xuanta .xuantatit {
    position: absolute;
    left: 0;
    top: -0.8rem;
    z-index: 1;
    width: 100%;
    height: 4.35rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/xuantatitle.png) center center no-repeat;
    background-size: auto 100%;
}

.xuanta .xuantacon {
    width: 100%;
    height: 16.26rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/xuantabg.png) center center no-repeat;
    background-size: auto 100%;
}
.xuantalist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem .4rem 0;
}
.xuantalist .item {
    position: relative;
    width: 3.33rem;
    height: 4.22rem;
}
.xuantalist .item .icon {
    display: flex;
}
.xuantalist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.xuantalist .item .igiftbox {
    position: absolute;
    width: .86rem;
    height: .86rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/box.gif) top center no-repeat;
    background-size: 100% auto;
}
.xuantalist .item:nth-child(1) .igiftbox {
    top: 2.66rem;
    right: .2rem;
}
.xuantalist .item:nth-child(2) .igiftbox {
    top: 2.56rem;
    left: .4rem;
}
.xuantalist .item:nth-child(3) .igiftbox {
    width: .66rem;
    top: 2rem;
    left: .4rem;
}
.xuantalist .item:nth-child(4) .igiftbox {
    top: 1.86rem;
    left: .3rem;
}
.xuantalist .item:nth-child(5) .igiftbox {
    top: 2.56rem;
    right: .4rem;
}
.xuantalist .item:nth-child(6) .igiftbox {
    width: .66rem;
    top: 1.8rem;
    left: .4rem;
}

.lotterychances {
    margin-top: .3rem;
    font-size: .26rem;
    line-height: .48rem;
    text-align: center;
    color: #fff6ec;
}


.ffnav {
    display: flex;
    align-items: flex-end;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.36rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/ffnavbg.png) bottom center no-repeat;
    background-size: 100% auto;
    z-index: 10;
}
.ffnav .item {
    flex: 1;
    padding-bottom: .14rem;
}
.ffnav .item .icon {
    width: 100%;
    height: 2.11rem;
}
.ffnav .item1 .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem1.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item1.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem1_2.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item2 .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem2.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item2.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem2_2.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item3 .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem3.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item3.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem3_2.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item4 .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem4.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item4.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem4_2.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item5 .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem5.png) center center no-repeat;
    background-size: auto 100%;
}
.ffnav .item5.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/fnavitem5_2.png) center center no-repeat;
    background-size: auto 100%;
}



/*第二阶段*/
.pagestep2 {
    overflow: hidden;
}

.lotterybeatadrum {
    position: relative;
    padding-top: 1.2rem;
    margin-bottom: .8rem;
}
.lotterybeatadrum .beatadrumtit {
    position: absolute;
    width: 100%;
    left: 0;
    top: -0.6rem;
    z-index: 1;
    width: 100%;
    height: 3.91rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/beatadrumtit.png) center center no-repeat;
    background-size: auto 100%;
}
.lotterybeatadrum .beatadrumcon {
    width: 100%;
    height: 9.28rem;
    padding-top: 1.2rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/beatadrumbg.png) center center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
}
.beatadrum {
    width: 6rem;
    height: 5.47rem;
    margin: .7rem auto 0;
}
.beatadrum img {
    width: 100%;
    vertical-align: top;
}
.beatadrumbtn {
    display: block;
    width: 6.27rem;
    height: 1.35rem;
    margin: .1rem auto 0;
    background: url(https://u-static.lmjx.net/2025/catcba/images/beatadrumbtn.png) center center no-repeat;
    background-size: 100% auto;
}


.bestplayerbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 4.31rem;
    margin-top: -0.68rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/bestplayerbg.png) top center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.bestplayerbox .in {
    display: block;
    width: 6.67rem;
    height: 3.65rem;
    overflow: hidden;
}

.bestplayerbox img {
    width: 100%;
    vertical-align: top;
}
.bestplayerbox video {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.stips {
    display: block;
    margin-top: .2rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .4rem;
    text-align: center;
    color: #553007;
}
.stips span {
    padding: 0 2px;
    background: #fff;
}

.slinearrow {
    display: block;
    width: 6.88rem;
    height: .14rem;
    margin: .2rem auto 0;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/linearrow.png) center center no-repeat;
    background-size: 100% auto;
}

/* 第三阶段 */
.pagestep3 {
    padding-bottom: .5rem;
    overflow: hidden;
}
/* 老虎机 */
.slotmachine {
    position: relative;
}
.slotmachine .slotmachinetit {
    width: 100%;
    height: 2.83rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/slotmachinetit.png) center center no-repeat;
    background-size: auto 100%;
}
.slotmachinecon {
    width: 100%;
    height: 7.84rem;
    padding: .6rem 0 0;
    background: url(https://u-static.lmjx.net/2025/catcba/images/slotmachineconbg.png) top center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.slotmachinecon .slotmachinerulestxt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.02rem;
}
.slotmachinecon .slotmachinerulestxt img {
    height: 100%;
    vertical-align: top;
}
.slotmachinerow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.64rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/slotmachinebg.png) center center no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.slotmachinerow .items {
    display: flex;
    justify-content: center;
    height: 2.74rem;
    overflow: hidden;
}
.slotmachinerow .its {}
.slotmachinerow .its .it {
    width: 2.04rem;
    height: 2.74rem;
    margin: 0 .04rem;
    background: #fff;
}
.slotmachinerow .its .it img {
    width: 100%;
}

.slotmachinestart {
    display: block;
    width: 4.87rem;
    height: 1.35rem;
    margin: .16rem auto 0;
    font-size: .46rem;
    line-height: 1.25rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #ff9600,
    0 0 10px #ff9600,
    0 0 15px #ff9600,
    0 0 30px #ff9600,
    0 0 45px #ff9600;
    background: url(https://u-static.lmjx.net/2025/catcba/images/slotmachinestart.png) center center no-repeat;
    background-size: 100% auto;
}

.slotmachine .lotterychances {
    margin-top: .16rem;
}


.gotaskbtn {
    display: block;
    width: 100%;
    height: 1.38rem;
    margin: .52rem auto 0;
    background: url(https://u-static.lmjx.net/2025/catcba/images/gotaskbtn.png) center center no-repeat;
    background-size:  auto 100%;
  	animation:zoominout 1s infinite linear
}
@keyframes zoominout {
  50%{transform:scale(0.95)}
	100%{transform:scale(1)}
}

/* 第四阶段 */
.pagestep4 {
    padding-bottom: .5rem;
    overflow: hidden;
}

.yearsbest {
    width: 100%;
    height: 13.5rem;
    padding-top: 2.2rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/yearsbestbg.png) top center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.yearsbest .cliptips {
    font-size: .32rem;
    line-height: .44rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #ff9600,
    0 0 10px #ff9600,
    0 0 15px #ff9600,
    0 0 30px #ff9600,
    0 0 45px #ff9600;
}
.yblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .24rem;
    padding: 0 1rem;
}
.yblist .item {
    width: 2.72rem;
    height: 3.3rem;
    overflow: hidden;
}
.yblist .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.yblist .item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.yblist .item.cur .icon {
    background: url(https://u-static.lmjx.net/2025/catcba/images/cardbg.png) center center no-repeat;
    background-size: 100% 100%;
}

/* 往届回顾 */
.pastpeview {
    background: #000 url(https://u-static.lmjx.net/2025/catcba/images/pastpeviewbg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.previouslist {
    position: relative;
    margin-top: -0.6rem;
}

.previouslist .item {
    display: block;
    width: 100%;
    height: 6.45rem;
    padding-top: 1.6rem;
    box-sizing: border-box;
}

.previouslist .item19-21 {
    background: url(https://u-static.lmjx.net/2025/catcba/images/previousitembg19-21.png) top center no-repeat;
    background-size: 100% auto;
}

.previouslist .item21-22 {
    background: url(https://u-static.lmjx.net/2025/catcba/images/previousitembg21-22.png) top center no-repeat;
    background-size: 100% auto;
}

.previouslist .item22-23 {
    background: url(https://u-static.lmjx.net/2025/catcba/images/previousitembg22-23.png) top center no-repeat;
    background-size: 100% auto;
}

.previouslist .item23-24 {
    background: url(https://u-static.lmjx.net/2025/catcba/images/previousitembg23-24.png) top center no-repeat;
    background-size: 100% auto;
}

.previouslist .item24-25 {
    background: url(https://u-static.lmjx.net/2025/catcba/images/previousitembg24-25.png) top center no-repeat;
    background-size: 100% auto;
}

.previouslist .item .icon {
    display: block;
    position: relative;
    width: 6.58rem;
    height: 3.7rem;
    margin: 0 auto;
    background: #000;
}

.previouslist .item .icon video {
    display: block;
    width: 100%;
    height: 100%;
}

.previouslist .item .icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.55rem;
    margin-left: -0.55rem;
    width: 1.1rem;
    height: 1.1rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/nplay.png) center center no-repeat;
    background-size: 100% 100%;
}

.previouslist .item .itit {
    display: block;
    margin-top: .14rem;
    font-size: .3rem;
    line-height: .56rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #ff9600,
    0 0 10px #ff9600,
    0 0 15px #ff9600,
    0 0 30px #ff9600,
    0 0 45px #ff9600;
}


/*弹窗*/
.popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.popup .popupmask {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
}

.popupcon {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popupclose {
    display: block;
    width: .66rem;
    height: .66rem;
    margin: .42rem auto 0;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/popupclose.png) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.pastplayerpopup {
    display: block;
    width: 7.16rem;
    padding: .26rem .22rem;
    background: #f5cd37;
    box-shadow: inset 0 0 8px #fff;
    border-radius: .14rem;
    box-sizing: border-box;
    -webkit-border-radius: .14rem;
    -moz-border-radius: .14rem;
    -ms-border-radius: .14rem;
    -o-border-radius: .14rem;
}

.ppnav {
    display: flex;
    align-items: flex-end;
}
.ppnav .item {
    display: block;
    width: 3.38rem;
    font-size: .3rem;
    line-height: .65rem;
    text-align: center;
    color: #0d0d0d;
}
.ppnav .item.cur {
    font-weight: bold;
    background: #fff;
    border-radius: .2rem .2rem 0 0;
    -webkit-border-radius: .2rem .2rem 0 0;
    -moz-border-radius: .2rem .2rem 0 0;
    -ms-border-radius: .2rem .2rem 0 0;
    -o-border-radius: .2rem .2rem 0 0;
}

.ppcon {
    position: relative;
    margin-top: -1px;
    width: 100%;
    max-height: 7.66rem;
    background: #fff;
    overflow-y: auto;
    border-radius: 0 0 .12rem .12rem;
    -webkit-border-radius: 0 0 .12rem .12rem;
    -moz-border-radius: 0 0 .12rem .12rem;
    -ms-border-radius: 0 0 .12rem .12rem;
    -o-border-radius: 0 0 .12rem .12rem;
}

.pplist {
    display: flex;
    flex-wrap: wrap;
    padding-top: .6rem;
    padding-left: .08rem;
    padding-bottom: 1px;
}
.pplist .item {
    display: block;
    width: 3.03rem;
    margin-left: .26rem;
    margin-bottom: .4rem;
}
.pplist .item .icon {
    display: block;
    width: 2.73rem;
    height: 3.78rem;
}
.pplist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.pplist .item .text {
    display: block;
    margin-top: .26rem;
    font-size: .26rem;
    line-height: .36rem;
    text-align: center;
    color: #494345;
}
.pptips {
    display: block;
    margin-top: .28rem;
    padding: 0 .08rem;
    font-size: .2rem;
    line-height: .32rem;
    color: #292929;
}


.ppmycardlist {
    display: flex;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-left: .08rem;
    padding-bottom: 1px;
}
.ppmycardlist .item {
    display: block;
    position: relative;
    width: 1.83rem;
    margin-left: .26rem;
    margin-bottom: .4rem;
}
.ppmycardlist .item .icon {
    display: block;
    width: 1.83rem;
    height: 2.48rem;
}
.ppmycardlist .item .icon img {
    width: 100%;
    vertical-align: top;
}
.ppmycardlist .item .num {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    min-width: .3rem;
    height: .3rem;
    padding: 0 2px;
    font-size: .24rem;
    line-height: .3rem;
    text-align: center;
    color: #fff;
    background: #fb5d11;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    box-sizing: border-box;
}
.ppmycardlist .item.havenot {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.ppmycardlist .item.havenot .num {
    display: none;
}

/*第三阶段*/
.step3 {
    display: block;
    position: relative;
    width: 7.5rem;
    height: 20.41rem;
    margin-top: .76rem;
    padding-top: 3.52rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/stepbg3.png) center center no-repeat;
    background-size: 100% 100%; 
    box-sizing: border-box;
}

.calltogetherbtn {
    display: block;
    width: 4.68rem;
    height: 1.58rem;
    margin: .8rem auto 0;
}


.scardlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .68rem;
}
.scardlist .item {
    display: block;
    position: relative;
    margin-bottom: .32rem;
    box-shadow: 0 2px 10px rgba(148, 61, 0, 0);
    transform: box-shadow .3s ease-in-out;
    -webkit-transform: box-shadow .3s ease-in-out;
    -moz-transform: box-shadow .3s ease-in-out;
    -ms-transform: box-shadow .3s ease-in-out;
    -o-transform: box-shadow .3s ease-in-out;
}
.scardlist .item .ipic {
    display: block;
    width: 2.86rem;
    border: 4px solid #ffc600;
    box-sizing: border-box;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    overflow: hidden;
    transform: border-color .3s ease-in-out;
    -webkit-transform: border-color .3s ease-in-out;
    -moz-transform: border-color .3s ease-in-out;
    -ms-transform: border-color .3s ease-in-out;
    -o-transform: border-color .3s ease-in-out;
}
.scardlist .item .ipic img {
    width: 100%;
    vertical-align: top;
}
.scardlist .item .imask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://u-static.lmjx.net/2025/catcba/images/cardpicmask.png) center center no-repeat;
    background-size: 100% 100%;
}
.scardlist .item.cur {
    box-shadow: 0 2px 10px rgba(148, 61, 0, .31);
}
.scardlist .item.cur .ipic {
    border-color: #f3875f;
}

.scardstartbtn {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 1.56rem;
    padding-top: .6rem;
    left: 2.23rem;
    bottom: 1.86rem;
    font-size: .36rem;
    font-weight: bold;
    line-height: .4rem;
    text-align: center;
    color: #d73808;
    box-sizing: border-box;
}

/*底部按钮*/

.fbbtnwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 1.55rem;
    bottom: 0;
    left: 0;
  	z-index: 9;
}
.fbbtnwrap1 {
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/fbtnwrap1.png) bottom center no-repeat;
    background-size: 100% auto;
}
.fbbtnwrap2 {
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/fbtnwrap2.png) bottom center no-repeat;
    background-size: 100% auto;
}
.fbbtnwrap3 {
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/fbtnwrap3.png) bottom center no-repeat;
    background-size: 100% auto;
}
.fbbtnwrap .item {
    display: block;
    width: 33.33%;
    height: 100%;
    font-size: 0;
}



/* 分享 */
.share-con {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 3.2rem;
    box-sizing: border-box;
    z-index: 999;
}

.share-pic {
    display: block;
    position: absolute;
    width: 3.33rem;
    height: 2.06rem;
    top: .7rem;
    right: .8rem;
}

.share-pic img {
    width: 100%;
    vertical-align: top;
}

.share-text {
    display: block;
    font-size: .36rem;
    line-height: .48rem;
    text-align: center;
    color: #fdd813;
}

.share-btn {
    display: block;
    width: 3.12rem;
    height: .66rem;
    margin: .44rem auto 0;
    font-size: .36rem;
    line-height: .66rem;
    text-align: center;
    color: #1c1c20;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/share-btn.png) center center no-repeat;
    background-size: 100% auto;
}

.share-btn img {
    width: 100%;
    vertical-align: top;
}

.popupin {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: .3rem .4rem;
    /* background: url(https://u-static.lmjx.net/2022/sany202204/images/popupbg.png) top center no-repeat;
    background-size: 100% auto;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem; */
    box-sizing: border-box;
}

.popupzhuli .icon {
    display: block;
    width: 4.8rem;
    height: 3.64rem;
    margin: .1rem auto 0;
}

.popupzhuli .icon img {
    width: 100%;
    vertical-align: top;
}

.popupzhuli .text {
    display: block;
    margin-top: -0.2rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #000;
}

.popupzhuli .joinin {
    display: block;
    position: relative;
    width: 3.41rem;
    height: .77rem;
    margin: -0.16rem auto 0;
    font-size: .3rem;
    font-weight: bold;
    line-height: .72rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #df7326,
    0 0 10px #df7326,
    0 0 15px #df7326,
    0 0 30px #df7326,
    0 0 45px #df7326;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/gotaskbg.png) center center no-repeat;
    background-size: auto 100%;
}

/*中奖*/
.popupsucc {
    display: block;
    width: 5.27rem;
    height: 7.03rem;
    padding: .1rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.popupsucc .popupin {
    padding-top: .6rem;
}

.popupsucc .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.78rem;
    height: 3.78rem;
    margin: .1rem auto 0;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/giftstarbg.png) center center no-repeat;
    background-size: 100% auto;
}

.popupsucc .icon img {
    width: 2.78rem;
    vertical-align: top;
}

.popupsucc .text {
    display: block;
    margin-top: -0.1rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    color: #909090;
}

.popupsucc .text span {
    /* display: block; */
}

.popupsucc .joinin {
    display: block;
    width: 3.02rem;
    height: .85rem;
    margin: .4rem auto 0;
    font-size: .3rem;
    font-weight: bold;
    line-height: .85rem;
    text-align: center;
    color: #fff;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/popupbtn.png) center center no-repeat;
    background-size: 100% auto;
    border-radius: .64rem;
    text-shadow: 
    0 0 5px #f98700,
    0 0 10px #f98700,
    0 0 15px #f98700,
    0 0 30px #f98700,
    0 0 45px #f98700;
}

/*未中奖-获得卡片*/
.popupgetcard {
    display: block;
    width: 5.02rem;
    /*height: 8.35rem;*/
}
.popupgetcard .popupin {
    padding: .8rem 0 0;
}
.popupgetcard .icon {
    display: block;
    width: 3.78rem;
    height: 5.06rem;
    margin: 0 auto;
}
.popupgetcard .icon img {
    width: 100%;
    vertical-align: top;
}
.popupgetcard .text {
    display: block;
    margin-top: .34rem;
    font-size: .3rem;
    line-height: .4rem;
    text-align: center;
    color: #5b2e01;
}
.popupgetcard .joinin {
    display: block;
    width: 3.78rem;
    height: .85rem;
    margin: .32rem auto 0;
    font-size: .3rem;
    line-height: .85rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #df7326,
    0 0 10px #df7326,
    0 0 15px #df7326,
    0 0 30px #df7326,
    0 0 45px #df7326;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/getcardbtn.png) center center no-repeat;
    background-size: 100% 100%;
}

/*活动规则*/
.popuprules {
    display: block;
    width: 5.27rem;
    height: 7.03rem;
    padding: .1rem .1rem .2rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    
}

.popuprules .popupin {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    box-sizing: border-box;
    font-size: .24rem;
    line-height: .4rem;
    color: #333;
    padding: .4rem;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    -ms-border-radius: .16rem;
    -o-border-radius: .16rem;
}
.popuprules .popupin .tit {
    display: block;
    height: .6rem;
    min-height: .6rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #ffc900;
}
.popuprules .popupin .text {
    width: 100%;
    flex: 1;
    border-radius: .1rem;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: .24rem;
    line-height: .4rem;
    color: #fff;
    padding: .1rem .2rem;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    -ms-border-radius: .16rem;
    -o-border-radius: .16rem;
}
.popuprules .popupin img {
    width: 100%;
    vertical-align: top;
}
.rulestitle {
    display: block;
    margin: .1rem 0;
    font-size: .35rem;
    font-weight: bold;
    line-height: .46rem;
    text-align: center;
    color: #ffc900;
    text-shadow: 
    0 0 5px #df7326,
    0 0 10px #df7326,
    0 0 15px #df7326,
    0 0 30px #df7326,
    0 0 45px #df7326;
}

.rulescon {
    display: block;
    max-height: 6.5rem;
    margin-bottom: .1rem;
    padding: 0 0 .2rem;
    font-size: .28rem;
    line-height: .5rem;
    color: #333;
    overflow-y: auto;
    box-sizing: border-box;
}

.rulescon img {
    max-width: 100%;
    vertical-align: top;
}

/*取消确认*/
.pconfirm {
    display: block;
    width: 300px;

    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pconfirm .pctitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #909399;
}

.pconfirmcon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.pconfirmcon .input {
    flex: 1;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    color: #555;
}

.pconfirm .btngroup {
    display: flex;
    flex-direction: row;
    border-top-color: #f5f5f5;
    border-top-style: solid;
    border-top-width: 1px;
}

.pconfirm .btngroup .item {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-size: .28rem;
}

.pconfirm .btngroup .item.itemsure {
    border-left-color: #f0f0f0;
    border-left-style: solid;
    border-left-width: 1px;
    color: #007aff;
}


.popuppic-comingsoon {
    display: block;
    width: 4.16rem;
}

.popuppic-comingsoon img {
    width: 100%;
    vertical-align: top;
}

.popuppic-becomesgj {
    display: block;
    width: 4.08rem;
}

.popuppic-becomesgj img {
    width: 100%;
    vertical-align: top;
}

.clicktext {
    display: block;
    margin: -0.2rem auto .2rem;
    font-size: .22rem;
    line-height: .4rem;
    text-align: center;
    color: #010206;
}

/*注册*/
.popupform {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    justify-content: center;
    margin-top: .2rem;
    padding: .2rem 0;
}

.popupform .inps {position: relative;}

.popupform .inps input {
    display: block;
    height: .66rem;
    width: 100%;
    margin: .2rem auto 0;
    padding: 0 .2rem;
    font-size: .24rem;
    line-height: .66rem;
    color: #161612;
    background: #fafafa;
    border: 0 none;
    box-sizing: border-box;
}

.popupform .inpstel input {
    padding-left: 0.98rem;
}

.popupform .inpstel .text {
    display: block;
    position: absolute;
    width: 0.9rem;
    height: 0.66rem;
    top: .2rem;
    left: 0;
    padding-left: 0.14rem;
    font-size: .24rem;
    line-height: .65rem;
    color: #8b8b8b;
}

.popupform .inps textarea {
    display: block;
    width: 90%;
    height: 1.76rem;
    margin: .2rem auto 0;
    padding: .1rem .2rem;
    font-family: "Microsoft YaHei, Helvetica, Arial, sans-serif";
    font-size: .24rem;
    line-height: .46rem;
    color: #161612;
    background: #fafafa;
    border: 0 none;
    box-sizing: border-box;
}

.inpsselect {
    display: block;
    width: 100%;
    height: .66rem;
    margin: .2rem auto 0;
    padding: 0 0.2rem;
    font-size: .24rem;
    line-height: .66rem;
    color: #161612;
    background: #fafafa url(https://u-static.lmjx.net/2022/cat020221/images/selectarrow.png) right .26rem center no-repeat;
    background-size: .15rem auto;
    border: 0 none;
    box-sizing: border-box;
}

.popupform .inps .inpsselect input {
    background: none;
}


.aform-checkbox {
    position: relative;
    width: 100%;
    margin: 0.1rem auto 0;
}

.aform-checkbox label {
    position: relative;
    margin-bottom: .1rem;
    padding-left: .56rem;
    padding-right: .06rem;
    font-size: 0;
}

.aform-checkbox input {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    top: -0.05rem;
}

.aform-checkbox input::before {
    display: block;
    position: absolute;
    content: '';
    width: .3rem;
    height: .31rem;
    left: 0;
    top: .1rem;
    background: url(https://u-static.lmjx.net/2022/cat020221/images/check1.png) no-repeat;
    background-size: 100% 100%;
  	border: 1px solid #000;
  	box-sizing: border-box;
  	border-radius: 3px;
}

.aform-checkbox input:checked::before {
    background: url(https://u-static.lmjx.net/2022/cat020221/images/check2.png) no-repeat;
    background-size: 100% 100%;
}


.aform-checkbox label {
    display: block;
    float: left;
    font-size: .22rem;
    line-height: .4rem;
    color: #fff;
}
.aform-checkbox label span {
    /* color: #f5c725; */
}

.astate-text {
    margin-left: .1rem;
    text-decoration: underline;
}


.popupregister {
    display: block;
    width: 5.27rem;
    height: 7.03rem;
    padding: .1rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: 100% 100%;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.popupregister .popupin {
    width: 100%;
    height: 100%;
    padding: .44rem .64rem .72rem;
}

.popupregister .popupin .rulestitle {
    display: block;
    height: .6rem;
    min-height: .6rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    color: #ffc900;
    text-shadow: none;
}

.popupregister .joinin {
    display: block;
    width: 3.02rem;
    height: .85rem;
    margin: .1rem auto 0;
    font-size: .3rem;
    font-weight: bold;
    line-height: .85rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #df7326,
    0 0 10px #df7326,
    0 0 15px #df7326,
    0 0 30px #df7326,
    0 0 45px #df7326;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/popupbtn.png) center center no-repeat;
    background-size: 100% auto;
}
.popupregister .popupform {
    margin: 0;
    padding: 0 0 .2rem;
}

.popupfail {}
/*未中奖*/
.popupfail {
    display: block;
    width: 4.86rem;
    height: 5.66rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}

.popupfail .popupin {
    padding-top: .6rem;
}

.popupfail .icon {
    display: block;
    width: 2.98rem;
    height: 2.98rem;
    margin: .1rem auto 0;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/giftstarbg.png) center center no-repeat;
    background-size: 100% auto;
}

.popupfail .icon img {
    width: 100%;
    vertical-align: top;
}

.popupfail .text {
    display: block;
    margin-top: -0.1rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    color: #5b2e01;
}

.popupfail .text span {
    /* display: block; */
}

.popupfail .joinin {
    display: block;
    width: 3.77rem;
    height: .85rem;
    margin: .2rem auto .38rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .85rem;
    text-align: center;
    color: #000;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/gotaskbg.png) center center no-repeat;
    background-size: 100% auto;
    border-radius: .64rem;
}

canvas {background-size: 100% 100% !important;max-width: 100%;max-height: 100%;}


/*海报*/
.popupposter {
    width: 6.1rem;
    padding: 0;
    text-align: center;
    background: none;
}

.popupposter img {
    max-width: 6.1rem;
    max-height: 70vh;
}

.lotterytips {
    display: block;
    margin: .2rem auto;
    font-size: .26rem;
    line-height: .4rem;
    text-align: center;
    color: #fff;
}


.pvcode {
    padding: .6rem 0 .5rem;
}

.pvcode .text {
    display: block;
    font-size: .24rem;
    line-height: .44rem;
    text-align: center;
    color: #000;
}

.pvcode .pvcodecon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: .4rem;
    padding: 0 .1rem;
}

.pvcode .pvcodecon .it {
    display: block;
    width: .62rem;
    height: .62rem;
}

.pvcode .pvcodecon .it input {
    display: block;
    width: .62rem;
    height: .62rem;
    font-size: .28rem;
    line-height: .58rem;
    text-align: center;
    color: #000;
    background: #fafafa;
    border: 1px solid #fafafa;
    box-sizing: border-box;
}

.pvcode .pvcodecon .it input:focus {
    border: 1px solid #f5c725;
}


.popuprivacy {
  	/*background: url(https://u-static.lmjx.net/2023/catcba2023/images/rivacybg.png) center center no-repeat;
    background-size: 100% 100%;*/
  	width: 7.1rem;
  	height: 9.47rem;
  	padding: .8rem;
}

.popuprivacy .popupin {padding: 0;overflow-y: auto;font-size: .24rem;line-height: 2;color: #fff;}
.popuprivacy .popupin a {color: #fff;}

.popuprivacy h2 {line-height: 1.6;}
.popuprivacy h3 {margin: .1rem 0;font-size: .32rem;line-height: 2;}


.popupregister_phone {
  	height: 8.56rem;
  	background: url(https://u-static.lmjx.net/2023/catcba2023/images/registerbg_phone.png) center center no-repeat;
    background-size: 100% 100%;
}
.popupregister_pvcode {
  	height: 5.56rem;
  	background: url(https://u-static.lmjx.net/2023/catcba2023/images/registerbg_pvcode.png) center center no-repeat;
    background-size: 100% 100%;
}
.popupregister_reg {
  	height: 10.36rem;
  	background: url(https://u-static.lmjx.net/2023/catcba2023/images/registerbg_reg.png) center center no-repeat;
    background-size: 100% 100%;
}

/* 获得卡片 */
.popupgetplayercard {
    display: block;
    width: 5.27rem;
    height: 7.03rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: 100% 100%;
}
.popupgetplayercard .popupin {
    padding: .8rem 0 0;
}
.popupgetplayercard .icon {
    display: block;
    width: 3rem;
    margin: 0 auto;
}
.popupgetplayercard .icon img {
    width: 100%;
    vertical-align: top;
}
.popupgetplayercard .text {
    display: block;
    margin-top: .14rem;
    font-size: .3rem;
    line-height: .4rem;
    text-align: center;
    color: #5b2e01;
}
.popupgetplayercard .joinin {
    display: block;
    width: 3.78rem;
    height: .85rem;
    margin: .32rem auto 0;
    font-size: .3rem;
    line-height: .85rem;
    text-align: center;
    color: #fff;
    text-shadow: 
    0 0 5px #df7326,
    0 0 10px #df7326,
    0 0 15px #df7326,
    0 0 30px #df7326,
    0 0 45px #df7326;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/getcardbtn.png) center center no-repeat;
    background-size: 100% 100%;
}

/* 获得积分 */
.popupsucc_jifen {
    display: block;
    width: 5.27rem;
    height: 7.03rem;
    padding: .1rem;
    background: url(https://u-static.lmjx.net/2025/catcba/images/succbg.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.popupsucc_jifen .popupin {
    padding-top: .6rem;
}

.popupsucc_jifen .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.78rem;
    height: 3.78rem;
    margin: .1rem auto 0;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/giftstarbg.png) center center no-repeat;
    background-size: 100% auto;
}

.popupsucc_jifen .icon img {
    width: 2.78rem;
    vertical-align: top;
}

.popupsucc_jifen .text {
    display: block;
    margin-top: -0.1rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    color: #909090;
}

.popupsucc_jifen .text span {
    /* display: block; */
}

.popupsucc_jifen .joinin {
    display: block;
    width: 3.02rem;
    height: .85rem;
    margin: .2rem auto .38rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .85rem;
    text-align: center;
    color: #fff;
    background: url(https://u-static.lmjx.net/2023/catcba2023/images/popupbtn.png) center center no-repeat;
    background-size: 100% auto;
    border-radius: .64rem;
    text-shadow: 
    0 0 5px #ff9600,
    0 0 10px #ff9600,
    0 0 15px #ff9600,
    0 0 30px #ff9600,
    0 0 45px #ff9600;
}



.step3 .stepcon {
  	margin: .4rem auto;
}
.step3 .stepvideo {
  display: block;
  width: 7.34rem;
  height: 4.95rem;
  margin: -0.4rem auto;
  padding: .76rem .2rem .28rem;
  background: url(https://u-static.lmjx.net/2023/catcba2023/images/stepvideobg.png) top center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.step3 .stepvideo video {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background: #000;
}


.popupintegral {
    display: block;
    width: 6.1rem;
    height: 7.65rem;
    padding: .2rem;
    background: linear-gradient(#ffe67f, #ffb723);
    box-sizing: border-box;
    overflow: hidden;
}

.integraltabs {}

.integralnav {
    display: flex;
}

.integralnav .item {
    display: block;
    flex: 1;
    height: .78rem;
    font-size: .32rem;
    font-weight: bold;
    line-height: .78rem;
    text-align: center;
    color: #000;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}

.integralnav .item.cur {
    background: #fff;
    border-radius: .2rem .2rem 0 0;
    -webkit-border-radius: .2rem .2rem 0 0;
    -moz-border-radius: .2rem .2rem 0 0;
    -ms-border-radius: .2rem .2rem 0 0;
    -o-border-radius: .2rem .2rem 0 0;
}

.integralcon {
    height: 6.44rem;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    -webkit-border-radius: 0 0 .1rem .1rem;
    -moz-border-radius: 0 0 .1rem .1rem;
    -ms-border-radius: 0 0 .1rem .1rem;
    -o-border-radius: 0 0 .1rem .1rem;
    overflow: hidden;
}

/*积分*/
.lilclist {
    padding: 0 10px
}

.lilclist .lilcitem {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 6px 38px;
    border-top: 1px solid #f1f1f1;
    box-sizing: border-box
}

.lilclist .lilcitem .lilcno {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
    color: #9b9b9b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lilclist .lilcitem:nth-child(1) {
    border: 0
}

.lilclist .lilcitem:nth-child(1) .lilcno {
    font-size: 0;
    background: url(https://vip-static.lmjx.net/inmark/u/images/lilcno1.png) 50% no-repeat;
    background-size: 19px 22px
}

.lilclist .lilcitem:nth-child(2) .lilcno {
    font-size: 0;
    background: url(https://vip-static.lmjx.net/inmark/u/images/lilcno2.png) 50% no-repeat;
    background-size: 19px 22px
}

.lilclist .lilcitem:nth-child(3) .lilcno {
    font-size: 0;
    background: url(https://vip-static.lmjx.net/inmark/u/images/lilcno3.png) 50% no-repeat;
    background-size: 19px 22px
}

.lilclist .lilcitem .lilcusermsg {
    display: flex
}

.lilclist .lilcitem .lilcusermsg .lilcusermsg-icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.lilclist .lilcitem .lilcusermsg .lilcusermsg-icon img {
    width: 100%;
    vertical-align: top;
}

.lilclist .lilcitem .lilcusermsg .lilcusermsg-name {
    display: block;
    max-width: 6em;
    font-size: 12px;
    line-height: 25px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lilclist .lilcitem .lilc-nump {
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #9f9a9a
}

.lilclist .lilcitem .lilc-nump uni-text {
    display: inline-block;
    width: 3.4em;
    font-size: 15px;
    text-align: center;
    color: #e1250c
}

.moassistancetop .loadMoreBtn {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #333
}

/*新排行*/
.lilclist2 {
    padding: 0 6px
}

.lilclist2 .lilcitem {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
    padding: 6px 0 6px 38px;
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t4.png) 50% no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box
}

.lilclist2 .lilcitem .lilcno {
    display: block;
    position: absolute;
    width: 18px;
    height: 25px;
    top: 0;
    left: 0;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    color: #333
}

.lilclist2 .lilcitem:nth-child(1) {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t1.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilclist2 .lilcitem:nth-child(2) {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t2.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilclist2 .lilcitem:nth-child(3) {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t3.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilclist2 .lilcitem:nth-child(1) .lilcno,
.lilclist2 .lilcitem:nth-child(2) .lilcno,
.lilclist2 .lilcitem:nth-child(3) .lilcno {
    color: #fff
}

.lilclist2 .lilcitem .lilcusermsg {
    display: flex;
    align-items: center
}

.lilclist2 .lilcitem .lilcusermsg .lilcusermsg-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    overflow: hidden;
}

.lilclist2 .lilcitem .lilcusermsg .lilcusermsg-icon img {
    width: 100%;
    vertical-align: top;
}

.lilclist2 .lilcitem .lilcusermsg .lilcusermsg-name {
    display: block;
    max-width: 6em;
    font-size: 14px;
    line-height: 25px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lilclist2 .lilcitem:nth-child(1) .lilcusermsg .lilcusermsg-name,
.lilclist2 .lilcitem:nth-child(2) .lilcusermsg .lilcusermsg-name,
.lilclist2 .lilcitem:nth-child(3) .lilcusermsg .lilcusermsg-name {
    color: #c4001a
}

.lilclist2 .lilcitem .lilc-nump {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    color: #9f9a9a
}

.lilclist2 .lilcitem .lilc-nump uni-text {
    display: inline-block;
    width: 3.4em;
    font-size: 15px;
    text-align: right;
    color: #e1250c
}

.lilclist2 .lilcitemmy {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t4.png) 50% no-repeat !important;
    background-size: 100% 100% !important
}

.lilclist2 .lilcitemmy .lilcno {
    color: #333 !important
}

.lilclist2 .lilcitemmy .lilcusermsg .lilcusermsg-name {
    color: #555 !important
}

.lilcline {
    display: block;
    width: 257px;
    height: 1px;
    margin: 0 auto 10px;
    background: #f5f5f5
}

.lilclistbox {
    height: 6.44rem;
    padding: .1rem .2rem .1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.lilclistbox600 .lilclist2 {
    margin-top: 10px
}


.lilcitem_my {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 43px;
    margin-bottom: 14px;
    padding: 6px 0 6px 38px;
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t4.png) 50% no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box
}

.lilcitem_my .lilcno {
    display: block;
    position: absolute;
    width: 18px;
    height: 25px;
    top: 0;
    left: 0;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    color: #333
}

.lilcitem_my.lilcitem_no1 {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t1.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilcitem_my.lilcitem_no2 {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t2.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilcitem_my.lilcitem_no3 {
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/t3.png) 50% no-repeat;
    background-size: 100% 100%
}

.lilcitem_my.lilcitem_no1 .lilcno,
.lilcitem_my.lilcitem_no2 .lilcno,
.lilcitem_my.lilcitem_no3 .lilcno {
    color: #fff
}
.lilcitem_my::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -7px;
    background: #f3f3f3;
}

.lilcitem_my .lilcusermsg {
    display: flex;
    align-items: center
}

.lilcitem_my .lilcusermsg .lilcusermsg-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    overflow: hidden;
}

.lilcitem_my .lilcusermsg .lilcusermsg-icon img {
    width: 100%;
    vertical-align: top;
}

.lilcitem_my .lilcusermsg .lilcusermsg-name {
    display: block;
    max-width: 6em;
    font-size: 14px;
    line-height: 25px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lilcitem_my .lilc-nump {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    color: #9f9a9a
}

.lilcitem_my .lilc-nump uni-text {
    display: inline-block;
    width: 3.4em;
    font-size: 15px;
    text-align: right;
    color: #e1250c
}


.uintegral {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 82px;
    margin: 10px 10px 0;
    background: url(https://vip-static.lmjx.net/inmark/u/images/hd/integralbg.png) 50% no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}

.uintegral .num {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    color: #5d4b00;
}

.uintegral .text {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #5d4b00;
}

.uintegrallist {
    height: 205px;
    margin: 5px 0 0;
    padding: 0 10px;
    overflow-y: auto;
}

.uintegrallist .item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.uintegrallist .item .itemin .text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #4d4d4d;
}

.uintegrallist .item .itemin .date {
    display: flex;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #9d9d9d;
}

.uintegrallist .item .itemin .date uni-text {
    margin-left: 10px;
}

.uintegrallist .item .num {
    font-size: .34rem;
    margin-left: auto;
}

.uintegrallist .item .numplus {
    color: #ff3c41;
}