@charset "utf-8";

[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #f7f7f7;
}

#sevenActivity {
    min-height: 60vh;

}

#sevenActivity .spbBox {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


#sevenActivity .tipsBox {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

#sevenActivity .noRecordImg {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}

#sevenActivity .noRecordImg1 {
    width: 36%;
    margin: 0 auto;
    display: block;
}

#sevenActivity .tips1 {
    font-size: 10px;
    color: #FF506B;
    line-height: 15px;
}

#sevenActivity .topBanner img {
    display: block;
    width: 100%;
}

#sevenActivity .bgFixed {
    padding-bottom: 80px;
    /* background-image: url("/static/v2/img/yearCelebrate/screenBg.png"); */
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

#sevenActivity .centerMain {
    width: 1200px;
    margin: 0 auto;
}

#sevenActivity .marT0 {
    margin-top: 0px !important;
}



#sevenActivity .marT10 {
    margin-top: 10px !important;
}

#sevenActivity .marT12 {
    margin-top: 12px !important;
}

#sevenActivity .marT15 {
    margin-top: 15px !important;
}

#sevenActivity .marT20 {
    margin-top: 20px !important;
}

#sevenActivity .marT30 {
    margin-top: 30px !important;
}

#sevenActivity .marT76 {
    padding-top: 76px !important;
}

#sevenActivity .marT80 {
    margin-top: 80px !important;
}

#sevenActivity .marT100 {
    margin-top: 100px !important;
}

#sevenActivity .padT76 {
    padding-top: 76px !important;
}

#sevenActivity .centerMain .cSubTitle {
    margin-top: 30px;
    width: 118px;
    height: 31px;
    background-size: 100% 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 31px;
    padding-left: 20px;
    /* text-align: center; */
    background: linear-gradient(180deg, #BE86F4 0%, #88BDFF 100%);
    box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.52);
    border: 1px solid #FFFFFF;

}

#sevenActivity .centerMain .cwidth {
    width: 377px;
}

#sevenActivity .centerMain .flexStart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



#sevenActivity .centerMain .flexStart .tips {
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 17px;
}



#sevenActivity .centerMain .titleBg {
    margin-left: -10px;
    width: 1220px;
    height: 90px;
    background: url("/static/v2/img/yearCelebrate/anniversary1.png") no-repeat;
    background-size: 100% 100%;
    font-family: Source Han Sans;
    font-weight: 600;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    color: #FFFFFF;
}

#sevenActivity .centerMain .titleBg>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sevenActivity .centerMain .titleBg>.time {
    font-size: 24px;
}

#sevenActivity .centerMain .titleBg>p {
    height: 33px;
    font-size: 24px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
}

#sevenActivity .centerMain .titleBg span {
    padding: 0 3px;
    height: 40px;
    font-size: 28px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #6878FF;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin-right: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sevenActivity .centerMain .titleBg a {
    display: inline-block;
    padding: 0 8px;
    height: 38px;
    font-size: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    background: #FF6B09;
    border-radius: 6px 6px 6px 6px;
    margin-left: 12px;
}

#sevenActivity .centerMain .subTitle {
    width: 369px;
    height: 35px;
    background-image: url("/static/v2/img/doubleEleven8.png");
    background-size: 369px 35px;
    line-height: 35px;
    padding-left: 17px;
    font-size: 20px;
    /* background: #FBFBFB; */
    color: #FFFFFF;

}

#sevenActivity .centerMain .titleLiner1 {
    width: 1200px;
    height: 69px;
    background: linear-gradient(120deg, #FF506B 0%, rgba(255, 111, 0, 0.28) 100%);
    border-radius: 10px;
    font-size: 28px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    padding: 16px 15px 13px 15px;
}




#sevenActivity .centerMain .activity {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 21px 15px;
    background: #FBFBFB;
    border-radius: 10px;

}


#sevenActivity .centerMain .share {
    margin-top: 30px;
    padding: 15px 15px 30px 15px;
    background: url("/static/v2/img/screenBgi3.png") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .spbImg {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#sevenActivity .centerMain .spbImg .imgc {
    width: 565px !important;
    height: 79px !important;
}



#sevenActivity .centerMain .spbImg .clickJp {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 105px;
    height: 105px;
    opacity: 0;
    border-radius: 200px;
    cursor: pointer;
}

#sevenActivity .centerMain .spbImg .clickBg1 {
    width: 102px;
    height: 102px;
    position: absolute;
    right: 23px;
    bottom: 22px;
    cursor: pointer;
}



#sevenActivity .centerMain .spbImg>img:nth-of-type(1) {
    display: block;
    width: 490px;
    height: 210px;
}

#sevenActivity .centerMain .spbImg>img:nth-of-type(2) {
    display: block;
    width: 640px;
    height: 210px;
}

#sevenActivity .centerMain .spbImg>.wth1 {
    width: 590px !important;
}

#sevenActivity .centerMain .spbImg>.wth2 {
    width: 540px !important;
}


#sevenActivity .centerMain .tImg1 {
    height: 180px;
    background: url("/static/v2/img/subTipBgi.png") no-repeat;
    background-size: 100% 100%;
}




#sevenActivity .centerMain .tImg3 {
    height: 174px;
    background: url("/static/v2/img/subTipBgi.png") no-repeat;
    background-size: 100% 100%;
}




#prizePopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}

#sevenActivity .centerMain .bgBox {
    /* margin-top: 16px; */
    /* padding: 15px 15px 30px 15px; */
    padding: 5px;
}

#sevenActivity .centerMain .bgframeOut {
    margin-top: 16px;
    padding: 20px;
    width: 1200px;
    background: rgba(134, 182, 244, 0.5);
    box-shadow: 0px 4px 10px 1px rgba(255, 255, 255, 0.89);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
}

#sevenActivity .centerMain .bgBoxbg1 {
    width: 100%;
    background: url("/static/v2/img/yearCelebrate/innerBg1.webp") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBoxbg2 {
    width: 100%;
    background: url("/static/v2/img/yearCelebrate/innerBg2.webp") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBoxbg3 {
    width: 100%;
    background: url("/static/v2/img/yearCelebrate/innerBg3.webp") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBoxbg4 {
    width: 100%;
    background: url("/static/v2/img/yearCelebrate/innerBg4.webp") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBoxbg6 {
    width: 100%;
    background: url("/static/v2/img/yearCelebrate/innerBg6.webp") no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBoxbg5 {
    background: #F0F2FF;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 15px 20px 15px;
}

#sevenActivity .centerMain .bgBox .tipsBox1 {
    width: 100%;
    padding: 12px 30px;
    background: #F5F5FF;
    border-radius: 6px;
    border: 1px solid #D4CBF8;
}

#sevenActivity .centerMain .bgBox .tipsBox1 .tTitle {
    font-size: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

#sevenActivity .centerMain .bgBox .tipsBox1 .zhu {
    margin-top: 10px;
    font-size: 14px;
    color: #B46ADC;
    line-height: 20px;
}



/* #sevenActivity .centerMain .bgBox .tipsBox1>p:nth-of-type(1) {
  height: 28px;
  font-size: 20px;
  font-family: Source Han sans-serif;    font-weight: 500;
  color: #333333;
  line-height: 28px;
} */

#sevenActivity .centerMain .bgBox .tipsBox1>p {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

#sevenActivity .centerMain .bgBox .tipsBox1>p>span {
    color: #FF2B09;
}

#sevenActivity .centerMain .bgBox .tipsBox1>p>a {
    color: #0099AD;
    text-decoration: underline !important;
}

#sevenActivity .centerMain .bgBox .cjump {
    margin-top: 30px;
    width: 430px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    padding: 0 8px;
}


#sevenActivity .centerMain .bgBox .giftList>img {
    display: block;
    margin-top: 8px;
    width: 1148px;
    height: 115px;
    cursor: pointer;
}

#sevenActivity .centerMain .bgBox .inviteImg>img {
    display: block;
    margin-top: 8px;
    width: 1148px;
    height: 281px;
}


#sevenActivity .centerMain .bgBox>.text {
    display: flex;
    justify-content: flex-start;
}

#sevenActivity .centerMain .bgBox>p {
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 8px;
}

#sevenActivity .centerMain .bgBox>.text>p {
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 8px;
}

#sevenActivity .centerMain .bgBox>.text>p:nth-of-type(2) {
    margin-left: 4px;
}

#sevenActivity .centerMain .bgBox>p>span {
    position: absolute;
    left: 10px;
    display: inline-block;
    text-align: -10px;
}

#sevenActivity .paging {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


#sevenActivity .centerMain .bgBox .rankBox {
    width: 100%;
    /* height: 760px; */
    background: #F5F5FF;
    border-radius: 8px;
    position: relative;
    margin-top: 42px;
    padding-top: 40px;
    padding-bottom: 12px;
}

#sevenActivity .centerMain .bgBox .rankBox .titleBox {
    width: 566px;
    height: 62px;
    background: linear-gradient(180deg, #D5FCFF 0%, #8CDCE9 100%);
    box-shadow: 0px 3px 6px 1px #B1ECF4;
    border-radius: 10px 0px 10px 0px;
    border: 2px solid #FFFFFF;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .rankBox .titleBox>img {
    width: 180px;
    height: 31px;
}

#sevenActivity .centerMain .bgBox .rankBox .headBox {
    height: 40px;
    background: #506DFF;
    border-radius: 33px 33px 33px 33px;
    padding: 0 30px;
}

#sevenActivity .centerMain .bgBox .size1>.headBox {
    margin: 20px 65px;
}

#sevenActivity .centerMain .bgBox .size1>.row {
    padding: 0px 95px;
}

#sevenActivity .centerMain .bgBox .size2>.headBox {
    margin: 20px 30px;
}



#sevenActivity .centerMain .bgBox .size2>.row {
    padding: 0px 60px;
}

#sevenActivity .centerMain .bgBox .headBox>li {
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .rankBox .row {
    height: 60px;
    background: #DDE4FC;
}

#sevenActivity .centerMain .bgBox .rankBox .row:nth-of-type(odd) {
    background: #F5F5FF;
}

#sevenActivity .centerMain .bgBox .rankBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .rankBox .row>li {
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #3A6194;
}

#sevenActivity .centerMain .bgBox .rankBox .row>li>p {
    width: 29px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .rankBox .row>li>.bg1 {
    width: 29px;
    height: 35px;
    background-image: url(/static/v2/img/sixOneEight/num1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .rankBox .row>li>.bg2 {
    width: 29px;
    height: 35px;
    background-image: url(/static/v2/img/sixOneEight/num2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .rankBox .row>li>.bg3 {
    width: 29px;
    height: 35px;
    background-image: url(/static/v2/img/sixOneEight/num3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .rankBox ul>li:nth-of-type(1) {
    text-align: left;
    width: 100px;
}

#sevenActivity .centerMain .bgBox .rankBox ul>li:nth-of-type(2) {
    text-align: center;
    width: 200px;
}

#sevenActivity .centerMain .bgBox .rankBox ul>li:nth-of-type(3) {
    text-align: right;
    width: 120px;
}

#sevenActivity .centerMain .bgBox .rankBox ul>li:nth-of-type(4) {
    text-align: right;
    width: 120px;
}

#sevenActivity .centerMain .bgBox .rankBox .btips {
    margin-top: 6px;
    margin-left: 10px;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #B46ADC;
    line-height: 22px;
}

#sevenActivity .centerMain .bgBox .redEnvelope {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard {
    width: 147px;
    height: 238px;
    background-image: url(/static/v2/img/sixOneEight/rcard.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard>.day {
    width: 83px;
    height: 23px;
    text-align: center;
    border-radius: 12px;
    line-height: 23px;
    margin: 31px auto 0 auto;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard>img {
    display: block;
    width: 129px;
    height: 99px;
    margin: 14px auto 0 auto;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard>p {
    display: block;
    width: 129px;
    margin: 23px auto 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #666666;
    line-height: 20px;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard>.sty1 {
    color: #53B4FC;
}

#sevenActivity .centerMain .bgBox .redEnvelope .rcard>.sty2 {
    margin: 16px auto 0 auto;
    font-size: 12px;
    color: #53B4FC;
    line-height: 17px;
}

#sevenActivity .centerMain .bgBox .readBox {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 8px 8px 8px 8px;
}

#sevenActivity .centerMain .bgBox .readLeft {
    width: 406px;
    height: 150px;
    background-image: url(/static/v2/img/sixOneEight/read1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sevenActivity .centerMain .bgBox .readLeft .txt {
    width: 198px;
    height: 118px;
    margin-top: 17px;
    margin-left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;

}

#sevenActivity .centerMain .bgBox .readRight {
    flex: 1;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 {
    width: 230px;
    height: 120px;
    background: #EEF8FF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    padding: 15px 25px;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2:nth-of-type(2) {
    background: #EEFFF9;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2:nth-of-type(3) {
    background: #FFFEEE;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 .tname {
    height: 32px;
    border-bottom: 1px dashed #D1D1D1;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 .conBoth {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 .conBoth>div {
    margin-top: 8px;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 .conBoth>p {
    font-size: 24px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

#sevenActivity .centerMain .bgBox .readRight .tcard2 .conBoth>p>span {
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

#sevenActivity .centerMain .bgBox .bShare {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    border-radius: 6px 6px 6px 6px;
    padding-left: 10px;
}

#sevenActivity .centerMain .bgBox .bShare>img {
    width: 468px;
    height: 20px;
}


#sevenActivity .centerMain .bgBox .bShare>.shareBtn {
    width: 162px;
    height: 62px;
    background-image: url(/static/v2/img/sixOneEight/btn1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
}

#sevenActivity .centerMain .bgBox .bShare .btnBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sevenActivity .centerMain .bgBox .bShare .btnBox .sbtn1 {
    width: 152px;
    height: 36px;
    background: linear-gradient(90deg, #FFDC74 0%, #FFF283 51%, #FFE67B 100%);
    border-radius: 7px 7px 7px 7px;
    border-width: 4px;
    border-color: #C6C6C6;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    font-family: '字魂35号-经典雅黑-Regular';
    font-weight: 400;
    color: #9E6D22;

}

#sevenActivity .centerMain .bgBox .bShare .btnBox .sbtn2 {
    width: 152px;
    height: 36px;
    background: linear-gradient(90deg, #62B4DD 0%, #80D7EC 51%, #6EC2E3 100%);
    border-radius: 7px 7px 7px 7px;
    border-width: 4px;
    border-color: #C6C6C6;
    border-style: solid;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: '字魂35号-经典雅黑-Regular';
    font-weight: 400;
    color: #FFFFFF;
}

#sevenActivity .fixedShare {
    position: fixed;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
}

#sevenActivity .fixedShare>img {
    width: 120px;
    height: 120px;
}