body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    color: #333333;
    background: url(./images/bg.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto;
    background-color: #12182e;
}
/* pop */
.popBox {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.show {
    display: block;
}

.close-btn {
    position: absolute;
    right: -0.7rem;
    top: 0.2rem;
    z-index: 100;
    width: .5rem;
    height: .5rem;
    background: url(./images/pop-close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.popBox-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    z-index: 200;
    color: #4a352f;
    
}
.popBox-main h3 {
    position: relative;
    background: url(./images/subscribe-title.png) no-repeat center top;
    background-size: contain;
    width: 6.25rem;
    height: 1.9rem;
    margin: auto;
}
.popBox-main .frame{
    position: relative;
    background: url(./images/frame.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
    padding: .55rem .5rem;
    width: 11.35rem;
    height: 7.5rem;
    max-width: 8.31rem;
    max-height: 5.16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pop-rule .popBox-main .frame{
    width: 7.5rem;
    height: 4.9rem;
}
.pop-pet .popBox-main .frame{
    max-width: 9.8rem;
    height: 8rem;
    max-height: initial;
    background-size: 100% 100%;
}
.popBox-main .team-num{
    font-size: .32rem;
}
.content {
    font-size: .16rem;
    line-height: .32rem;
    max-height: 3.2rem;
    overflow: auto;
}

.apply-for-result{}
.apply-for-result li{}
.a-red{ color: #cb2121;}
.a-ash{ color: #4a352f;}
.a-green{ color: #2eab4f;}

.pop-record .content{
    width: 100%;
}
.apply-for-result{
    width: 100%;
}
.apply-for-result li{
    display: flex;
    justify-content: space-between;
}

.pop-apply .content{
    width: 98%;
    padding: 0 .1rem;
}
.apply-for-list{}
.apply-for-list li{
    display: flex;
    background: #e6e2dd;
    padding: .04rem .16rem;
}
.apply-for-list li:not(:nth-child(1)){
    margin-top: .1rem;
}
.apply-for-list li span{
    margin-right: auto;
}
.apply-for-list li a{
    display: block;
    width: .7rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.apply-for-list li a.agree{
    background-image: linear-gradient(to bottom, #0e680b, #0ca51b);
    margin-right: .2rem;
}
.apply-for-list li a.reject{
    background-image: linear-gradient(to bottom, #680b0b, #a50c2d);
}
.team-num-input{
    height: .45rem;
    line-height: .45rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 .2rem;
    margin-bottom: .2rem;
}


.pop-pet{}
.pop-pet .content{
    line-height: initial;
    max-height: initial;
    width: 100%;
    overflow: initial;
}
.pet-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}
.pet-head i{
    font-weight: bold;
    font-size: .2rem;
}
.pet-head .pet-select{
    cursor: pointer;
    position: relative;
}
.pet-head .trigger{
    border: 1px solid #4a352f;
    width: 1rem;
    padding: .04rem .1rem;
    border-radius: 6px;
    position: relative;
}
.pet-head .trigger::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: .08rem solid #4a352f;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    position: absolute;
    right: .06rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pet-head .trigger span{}
.pet-head .children_fm{
    background: #fef9f6;
    width: 100%;
    padding: 0 .08rem;
    position: absolute;
    z-index: 100;
    top: .34rem;
    left: 0;
}
.pet-head .children_fm ul{}
.pet-head .children_fm ul li{
    padding: .02rem 0;
}
.pet-head .children_fm ul li:hover{
    color: #000;
}

.pet-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
}
.pet-main{
    width: 1.3rem;
    height: 2.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .3rem;
}
.pet-main h4{
    width: 100%;
    font-weight: bold;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
    background-image: linear-gradient(to left, #e4d8c900, #e4d8c9, #e4d8c900);
}
.pet-ico{
    width: 1.17rem;
    margin: .1rem 0;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pet-ico img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.pet-main p{
    /* margin-bottom: .04rem; */
}
.pet-main p i{
    color: #cb2121;
}
.pet-but{
    display: flex;
    justify-content: center;
    margin-top: .1rem;
}
.pet-but a{
    width: .6rem;
    height: .26rem;
    line-height: .26rem;
    display: block;
    font-size: .12rem;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 1px;
}
.pet-but a:nth-child(1){
    background-image: linear-gradient(to bottom, #680b0b, #a50c2d);
    margin-right: .1rem;
}
.pet-but a:nth-child(2){
    background-image: linear-gradient(to bottom, #0e680b, #0ca51b);
}
.pet-but a.on{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
    opacity: .8;
}


/* pop em */

.roll::-webkit-scrollbar {
    width: 8px;
}

.roll::-webkit-scrollbar-track {
    background-color: #e2e6eb;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.roll::-webkit-scrollbar-thumb {
    background-color: #cbb872;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}



.footer{
    position: initial;
}
.title{
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    height: .58rem;
    margin: 0 auto 0.5rem;
}
.wrap-body{
    overflow: hidden;
    /* margin-top: 1rem; */
}

.evt-head {
    width: 100%;
    height: 9.52rem;
    position: relative;
    background: url(./images/KV.png) center bottom no-repeat;
    background-size: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.pic-words {
    width: 8.08rem;
    height: 1.73rem;
    background: url(./images/slogen.png) center center no-repeat;
    background-size: contain;
}
.ope-list{
    display: flex;
    margin: .4rem 0 .2rem;
}
.ope-list li{
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    height: .61rem;
    width: 1.42rem;
}
.ope-list li:not(:nth-child(1)){
    margin-left: -0.34rem;
}
.ope-list li:nth-child(1){background-image: url(./images/ope1.png);}
.ope-list li:nth-child(2){background-image: url(./images/ope2.png); width: 2.92rem;}
.ope-list li:nth-child(3){background-image: url(./images/ope3.png); width: 2.92rem; margin-left: -0.54rem;}
.ope-list li:nth-child(4){background-image: url(./images/ope4.png);}
.team-itm{
    width: 11rem;
    height: 4.8rem;
    background: url(./images/team-itm.png) center center no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.team-itm::before{
    content: '';
    display: block;
    width: 2.41rem;
    height: 1.44rem;
    background: url(./images/role.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: fly 2s infinite alternate;
}
 
@keyframes fly {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10%, 10%);
  }
}
.team-num{
    display: flex;
    background: url(./images/team-num.png) no-repeat center;
    background-size: contain;
    width: 4.6rem;
    height: .5rem;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    color: #ffffff;
    margin-bottom: .2rem;
}
.team-num em{
    color: #ffe643;
}
.team-num span{
    display: flex;
    align-items: center;
}
.team-num span::after,
.team-num span::before{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
}
.team-num span::after{
    border-left: .14rem solid #f9eee2; 
    margin-left: .12rem;
}
.team-num span::before{
    border-right: .14rem solid #f9eee2; 
    margin-right: .12rem;
}
.team-list{
    display: flex;
    align-items: flex-start;
    margin: .4rem 0 .7rem;
}
.team-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .1rem;
    color: #4a352f;
}
.team-list li div{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #faf8f2;
    border: 1px dotted #785c46;
    margin-bottom: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.team-list li div::after{
    content: '';
    display: block;
    width: .26rem;
    height: .26rem;
    background: url(./images/add.png) no-repeat center;
    background-size: contain;
}
.team-list li.act div{
    background: url(./images/team.png) no-repeat center;
    background-size: contain;
    border: none;
    border-radius: 0;
}
.team-list li.act div::after{
    display: none;
}
.team-list li.act span{}
.team-but{
    display: flex;
}
.team-but a{
    width: 2.24rem;
    height: .64rem;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    margin: 0 .15rem;
}
.team-but a:nth-child(1){
    background-image: url(./images/team-but1.png);
}
.team-but a:nth-child(2){
    background-image: url(./images/team-but2.png);
}
.team-but a.act{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
    opacity: .8;
}
.vs-itm{
    width: 19.2rem;
    height: 16.73rem;
    background: url(./images/vs-itm.png) center center no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1rem;
    z-index: 1;
}
.boss-itm{width: 6rem;display: flex;flex-direction: column;color: #fff;margin-bottom: 4rem;align-items: flex-start;}
.b-img{
    max-width: 4rem;
    min-width: 3rem;
    cursor: url(./images/sword.ico),auto;
    position: relative;
}
.b-img img{
    max-width: 3rem;
    max-height: 4rem;
    object-fit: contain;
}
.b-img em{
    display: block;
    width: 3.15rem;
    height: 3.15rem;
    background: url(./images/boss-aim.png) no-repeat center;
    background-size: contain;
    position: absolute;
    animation: scaleAnimation 1s infinite alternate;
}
 
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.7);
    opacity: .7; /* 放大到原始大小的两倍 */
  }
}
.boss-pro{
    /* position: absolute;
    bottom: 0;
    right: 0;
    font-size: .3rem; */
    /* text-shadow: 0px 1px 0px #7b0f22, 0px -1px 0px #7b0f22, -1px 0px 0px #7b0f22; */
}
.boss-pro span{
    color: #ffe643;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
  }
.b-img span.sword{
}
.boss {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    left: 0;
    z-index: 2;
}
.boss.hite {
    animation: hite .5s forwards ease;
    -webkit-animation: hite .5s forwards ease;
}

@keyframes hite {
    0% {
        transform: matrix(1, .1, -.1, 1, 0, 0)
    }
    30% {
        transform: matrix(.9, -.1, .1, 1, 0, 0)
    }
    60% {
        transform: matrix(.9, .1, -.1, 1, 0, 0)
    }
    90% {
        transform: matrix(1, -.1, .1, 1, 0, 0)
    }
}

.boss:after {
    content: ' ';
    display: block;
    width: 200px;
    height: 200px;
    background: url(./images/hite.png) no-repeat center top;
    animation: tiger-anim2 .8s infinite steps(23);
    animation-play-state: paused;
    opacity: 0
}

.boss.hite:after {
    animation-play-state: running;
    opacity: 1;
}

@keyframes tiger-anim2 {
    100% {
        background-position: 0 -4600px;
    }
}

@-webkit-keyframes tiger-anim2 {
    100% {
        background-position: 0 -4600px;
    }
}

.boss.hite .boss-hite {
    animation: hitenumber 2s 2s ease;
    -webkit-animation: hitenumber 2s 2s ease;
    opacity: 0;
    display: flex;
    align-items: center;
}
.boss.hite .boss-hite::before{
    content: '';
    display: block;
    width: .34rem;
    height: .33rem;
    background: url(./images/blast.png) no-repeat center;
    background-size: contain;
    margin: .05rem .06rem 0 0;
}

@keyframes hitenumber {
    0% {
        transform: scale(.9);
        opacity: 0
    }
    100% {
        transform: scale(2);
        opacity: 1
    }
}

@-webkit-keyframes hitenumber {
    0% {
        -webkit-transform: scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 1
    }
}
.boss-hite {
    opacity: 0;
    font-size: 46px;
    position: absolute;
    top: 10%;
    left: 30%;
    color: #af2e2a;
    text-shadow: 2px 2px 0px #ff9818, 2px 2px 0px #ffbc16, -2px 0px 0px #ffbc16, 0px 1px 0px #ffbc16, -5px 0px 1px #120700;
    transform: translate(-50%, 0);
    letter-spacing: 3px;
}



.b-num{
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 1px;
    margin: .4rem 0 0 .4rem;
}
.progress-bar{
    width: 2.8rem;
    height: .3rem;
    background: url(./images/progress-num.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-bar span{
    width: 89%;
    height: .14rem;
    display: block;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #f6f1e9;
}
.progress-bar span em{
    width: 10%;
    height: 100%;
    display: block;
    background: #b20a1e;
    border-radius: 6px;
}
.progress-num{
}
.progress-num span{color: #ffe643;}
.progress-count{}
.progress-count span{
    color: #ffe643;
}

.pet-itm{
    width: 6rem;
    height: 5rem;
    /* background: #12182e; */
    margin: 3rem 0 0 0rem;
}
.pet-itm ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.pet-itm ul li{
    position: absolute;
    color: #ebdfd0;
    font-size: .14rem;
    width: 1.3rem;
    min-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.pet-itm ul li::after{
    content: '';
    display: block;
    width: 1.3rem;
    height: .27rem;
    position: absolute;
    bottom: .14rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 1;
}
.pet-itm ul li img{
    /* max-width: .83rem;
    max-height: 1rem; */
    height: auto;
    width: auto;
    /* max-width: 100%; */
    /* max-height: 100%; */
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.pet-itm ul li.c1{
    width: 2rem;
    left: 0;
    top: 0.1rem;
}
.pet-itm ul li.c1::after{
    width: 2rem;
    height: .41rem;
    background-image: url(./images/c1.png);
}
.pet-itm ul li.c1 img{
    width: 1.6rem;
    max-width: 1.6rem;
    max-height: 1.66rem;
}
.pet-itm ul li.c2{
    left: 3rem;
    top: -.6rem;
}
.pet-itm ul li.c2::after{
    background-image: url(./images/c2.png);
}
.pet-itm ul li.c3{
    top: 1.9rem;
    left: 1rem;
}
.pet-itm ul li.c3::after{
    background-image: url(./images/c3.png);
}
.pet-itm ul li.c4{
    left: 5rem;
    top: -0.2rem;
}
.pet-itm ul li.c4::after{
    background-image: url(./images/c4.png);
}
.pet-itm ul li.c5{
    left: 3rem;
    top: 2.7rem;
}
.pet-itm ul li.c5::after{
    background-image: url(./images/c5.png);
}
.pet-itm ul li.c6{
    left: 5.4rem;
    top: 1.8rem;
}
.pet-itm ul li.c6::after{
    background-image: url(./images/c6.png);
}
.pet-itm ul li.kong{
    height: 1rem;
}
.pet-itm ul li.kong::after{
    background-image: url(./images/kong.png);
}
.pet-itm ul li.kong img{
    display: none;
}
.pet-itm ul li span{margin-top: .16rem;position: relative;z-index: 2;}
.ranking-itm{
    position: absolute;
    top: 3.1rem;
    right: 4rem;
}
.r-title{
    display: flex;
    margin-bottom: .2rem;
}
.r-title span{ 
    display: block;   
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    cursor: pointer;
}
.r-title span:nth-child(1){
    width: 1.84rem;
    height: .43rem;
    background-image: url(./images/r-title1.png);
}
.r-title span:nth-child(2){
    width: 1.71rem;
    height: .41rem;
    background-image: url(./images/r-title2.png);
    margin-left: -0.2rem;
}
.r-list{}
.r-list li{
    background: #f7f4e8;
    color:#4a352f;
    margin: .1rem 0;
    padding: .08rem .06rem;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    font-size: .14rem;
    font-weight: bold;
}
.r-list li i{
    margin-right: .06rem;
}
.r-list li span{}
.r-list li em{
    color: #b20a1e;
    font-weight: bold;
}
.vs{
    width: 2.04rem;
    height: 3.23rem;
    background: url(./images/vs.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 6.3rem;
    left: 7.8rem;
}


.gift-itm{
    position: relative;
    z-index: 2;
    top: -3rem;
}
.t1{
    width: 3.36rem;
    background-image: url(./images/t1.png);
}
.banner{
    width: 7.2rem;
    height: 5.24rem;
    background: url(./images/banner.png) no-repeat center top;
    background-size: 100% 88%;
    margin: 0 auto .6rem;
    padding-bottom: .5rem;
}
.banner.swiper-container {
    /* height: 354px; */
}
.swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prize-t{
    font-size: .26rem;
    color: #4a352f;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: .5rem;
}
.prize-itm{
    display: flex;
    align-items: center;
    justify-content: center;
}
.prize-itm-l{
    width: 2.3rem;
    position: relative;
}
.prize-itm-l img{
    width: 100%;
    object-fit: contain;
    max-height: 2.4rem;
}
.prize-itm-l.act::before{
    display: block;
    content: '';
    width: 1.48rem;
    height: 1.2rem;
    background: url(./images/defeated.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    margin: auto;
}
.prize-itm-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: .6rem;
}
.prize-itm-img div{
    width: 1.1rem;
    height: 1rem;
    background: url(./images/prize-bg.png) no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prize-itm-img img{
    height: .62rem;
    width: .62rem;
    object-fit: contain;
}
.prize-itm-img p{

font-size: .14rem;

margin-top: .1rem;
}
.prize-itm-r{
    display: flex;
}
.prize-itm-r li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prize-itm-r li:not(:last-child){
    margin-left: .1rem;
}
.prize-itm-r li div{
    width: 1.1rem;
    height: 1rem;
    background: url(./images/prize-bg.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prize-itm-r li div img{
    width: .62rem;
    height: .62rem;
}
.prize-itm-r li p{
    font-size: .14rem;
    color: #4a352f;
}
.prize-but{
    display: block;
    width: 2.22rem;
    height: .51rem;
    line-height: .51rem;
    background: url(./images/prize-but.png) no-repeat center;
    background-size: contain;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.56rem;
    z-index: 100;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #301800;
}
.prize-but.act{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
    opacity: .8;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    background: url(./images/swiper-but.png) no-repeat center;
    background-size: contain;
}
.swiper-pagination-bullet-active{

}
.swiper-button-next,.swiper-button-prev{
    width: .25rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: initial;
}
.swiper-button-next{
    /* right: -0.6rem; */
    background-image: url(./images/swiper-button-next.png);
}
.swiper-button-prev{
    /* left: -0.6rem; */
    background-image: url(./images/swiper-button-prev.png);
}
.swiper-button-next, .swiper-button-prev{
    top: 40%;
}



.task-itm{
    position: relative;
    top: -2rem;
    z-index: 2;
}
.t2{
    width: 7.74rem;
    background-image: url(./images/t2.png);
}
.task-itm .main{
    width: 11rem;
    height: 3.6rem;
    margin: auto;
    display: flex;
}
.frame{
    display: flex;
}
.frame:not(:first-child){
    margin-left: .1rem;
}
.f-title{
    width: 1rem;
    height: 3.6rem;
    line-height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./images/02.png);
    cursor: pointer;
    font-size: .34rem;
    font-weight: bold;
    font-family: 'SimHei', sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.frame.act .f-title{
    background-image: url(./images/03.png);
}
.f-title em{
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
}
.frame.act .f-title em{
    
text-shadow: 0 1px 0 #000, /* æ°´å¹³åç§»ï¼Œåž‚ç›´åç§»ï¼Œæ¨¡ç³ŠåŠå¾„ï¼Œé¢œè‰² */
    0 2px 0 #000,
    0 3px 0 #000;
}
.f-title span{
    color: #886c64;
    writing-mode: vertical-lr;
    margin-top: .2rem;
}
.frame.act .f-title span{
    color: #cb2121;
}
.f-title::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: .07rem solid transparent;
    border-top: .07rem solid transparent;
    border-left: .14rem solid #886c64;
    position: absolute;
    bottom: .32rem;
    left: 0;
    right: 0;
    margin: auto;
}
.frame.act .f-title::after{
    border-left: .14rem solid #cb2121;
}
.f-itm{
    width: 7.2rem;
    height: 3rem;
    background: url(./images/f-itm.png) no-repeat center;
    background-size: contain;
    display: none;
    padding: .3rem;
}
.frame.act .f-itm{
    display: flex;
    align-items: center;
}
.f-itm ul{
    max-height: 3rem;
    overflow-y: auto;
    width: 4.8rem;
}




.f-itm ul li{
    display: flex;
    width: 4.5rem;
    height: .4rem;
    line-height: .4rem;
    border: 1px solid #4a352f;
    border-left: 3px solid #4a352f;
    margin: 0rem 0 .18rem;
    position: relative;
    cursor: pointer;
}
.f-itm ul li em{
    margin: 0 .16rem;
    font-weight: bold;
}
.f-itm ul li span{}
.f-itm ul li span i{
    color: #e21a38;
}
.f-itm ul li a{
    display: block;
    width: 1.1rem;
    height: .411rem;
    background: url(./images/f-itm-a.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -2px;
    top: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: .14rem;
}
.f-itm ul li a.act{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
}
.f-itm ul li a.not{    
    background: url(./images/not.png) no-repeat center;
    background-size: contain;
}
.f-award{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 4.8rem);
}
.f-award img{
    width: 1.4rem;
    height: 1.45rem;
    object-fit: contain;
}
.f-award a{
    display: block;
    width: 1.63rem;
    height: .41rem;
    background: url(./images/f-award-a.png) no-repeat center;
    background-size: contain;
    margin-top: .3rem;
}



@media (max-width: 450px) {
    html { font-size: calc(100 * 100vw / 750); }
    body { font-size: .20rem; }
    .footer{
        padding-bottom: 1.3rem;
    }
    .popBox-main .frame{
        width: 98%;
        background-image: linear-gradient(to bottom, #fdf8f3, #f8ebdd);
        border: 2px solid #cdab31;
        border-radius: 4px;
        box-shadow: inset 3px 3px 0px #1f2644, inset -3px -3px 0px #1f2644;
    }
    .pop-rule .popBox-main .frame{
        width: 100%;
        min-width: 7.3rem;
        max-width: 8rem;
    }
    .close-btn{
        left: 0;
        right: 0;
        bottom: -.7rem;
        top: auto;
        margin: auto;
    }
    .pic-words{
        width: 100%;
    }
    .team-itm,.banner{
        width: 96%;
        /* background-image: linear-gradient(to bottom, #fdf8f3, #f8ebdd); */
        /* border: 2px solid #cdab31; */
        /* border-radius: 4px; */
        /* box-shadow: inset 3px 3px 0px #1f2644, inset -3px -3px 0px #1f2644; */
    }
    .title{
        background-size: cover;
        height: 0.8rem;
    }
    .t1 {
        width: 5rem;
    }
    .vs-itm{
        width: 100%;
        background: url(./images/mobile/vs-itm.png) top center no-repeat;
        background-size: contain;
        height: 25rem;
        flex-direction: column;
        justify-content: flex-start;
        top: 1rem;
    }
    .boss-itm {
        margin-bottom: 0rem;
        margin: 1.6rem 0 0 1.6rem;
    }
    .vs {
        width: 2.04rem;
        height: 3.23rem;
        top: 7.3rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ranking-itm{
        position: initial;
        margin-top: 1.4rem;
    }
    .r-title span:nth-child(1){
        background-image: url(./images/mobile/r-title1.png);
        width: 2.39rem;
        height: .51rem;
    }
    .r-title span:nth-child(2){
        background-image: url(./images/mobile/r-title2.png);
        width: 2.37rem;
        height: .5rem;
        margin-left: -0.3rem;
    }
    .r-list{
        margin: auto;
        height: .5rem;
        line-height: .5rem;
    }
    .r-list li{
        font-size: .22rem;
    }

    .banner {
        height: 6rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        /* bottom: -.3rem; */
    }
    .swiper-slide {
        flex-direction: column;
    }
    .prize-itm{
        /* flex-direction: column; */
    }
    .prize-itm-img p{
        font-size: .2rem;
    }
    .prize-itm-img div{
        width: 1.3rem;
        height: 1.3rem;
    }
    .prize-itm-img img{
        width: .8rem;
        height: .8rem;
    }
    .prize-t{
        position: initial;
        font-size: .3rem;
    }
    .prize-but{
        position: initial;
    }
    .prize-itm-r{
        display: grid;  
        grid-template-columns: repeat(3, 1fr);  
        gap: 10px; /* 设定格子之间的间隔 */ 
    }
    .prize-itm-r li div{
        width: 1.3rem;
        height: 1.3rem;
    }
    .prize-itm-r li p{
        font-size: .16rem;
    }
    
    .task-itm .main{
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .frame{
        width: 6.9rem;
        flex-direction: column;
        margin: auto;
    }
    .f-title{
        width: 100%;
        height: .9rem;
        flex-direction: row;
        background-image: url(./images/mobile/02.png);
    }
    .frame.act .f-title {
        background-image: url(./images/mobile/03.png);
    }
    .f-award{
        font-size: .22rem;
    }
    .f-title span {
        writing-mode: initial;
        margin-top: 0rem;
        font-size: .46rem;
    }
    .f-title em {
        margin: 0 1.4rem 0 .6rem;
        font-size: .46rem;
    }
    .f-itm{
        width: calc(100% - 8px);
        margin: auto;
        flex-direction: column;
        padding: 0;
        background-image: linear-gradient(to bottom, #fdf8f3, #f8ebdd);
        border: 2px solid #f3db83;
        border-radius: 0 0 4px 4px;
        box-shadow: inset 2px 0px 0px #1f2644, inset -2px -2px 0px #1f2644;
        border-top:initial;
        height: auto;
        padding: .4rem 0;
    }
    .frame:not(:first-child){
        margin: auto;
    }
    .f-itm ul{
        height: auto;
        max-height: initial;
        width: 90%;
        overflow-y:initial
    }
    .f-itm ul li{
        height: .6rem;
        line-height: .6rem;
        width: 100%;
        font-size: .24rem;
        border-left: 4px solid #4a352f;
    }
    .f-itm ul li a{
        height: .61rem;
        background-size: 100% 100%;
        font-size: .24rem;
        right: 0;
        width: 1.5rem;
        letter-spacing: 2px;
    }
    .f-title::after{
        border-left: .13rem solid transparent;
        border-right: .13rem solid transparent;
        border-top: .18rem solid #886c64;
        left: auto;
        right: 1.7rem;
        bottom: .3rem;
    }
    .frame.act .f-title::after {
        border-left: .13rem solid transparent;
        border-top: .18rem solid #cb2121;
    }
}

