*{
    margin: 0;
    padding: 0;
}
img{
    -webkit-tap-highlight-color: transparent;
}

@keyframes rotateBgMusic {
    100% {
        transform: rotate(360deg);
    }
}
.music-control {
    position: fixed;
    right: 2vw;
    top: 15vw;
    z-index: 120;
    width: 10vw;
    height: 10vw;
    background-image: url('https://cbgccdn.thecover.cn/@/images/20220828/1661675706334085187.png');
    background-position: center center;
    border-radius: 50%;
    background-size:100% 100%;
    animation: rotateBgMusic 5s linear infinite;
}

.music-control.close {
   background-image: url('https://cbgccdn.thecover.cn/@/images/20220828/1661675709540059564.png');
    animation: none;
}


.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
}

.loading.la-dark {
  color: #7970E5;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 32px;
  height: 32px;
}

.loading > div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background: #ECEAFF;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: ball-atom-shrink 4.5s infinite linear;
}

.loading > div:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
  animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}

.loading > div:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  /* background: #7970E5; */
  border-radius: 50%;
  opacity: 0.75;
  animation: ball-atom-position 1.5s 0s infinite ease,
    ball-atom-size 1.5s 0s infinite ease;
}

.loading > div:nth-child(2) {
  animation-delay: 0.75s;
}

.loading > div:nth-child(2):before {
  animation-delay: 0s, -1.125s;
  background: #FFD2B8;
}

.loading > div:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: -0.25s;
}

.loading > div:nth-child(3):before {
  animation-delay: -1s, -0.75s;
  background: #FF9B55;
}

.loading > div:nth-child(4) {
  transform: rotate(240deg);
  animation-delay: 0.25s;
}

.loading > div:nth-child(4):before {
  animation-delay: -0.5s, -0.125s;
  background: #7970E5;
}

@keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}

.gradient-bg {
    background: linear-gradient(-45deg, #FED791, #FFE2D0, #A7C0DE, #FFD8BE);
    background-size: 300% 300%;
    animation: gradientBG 6s ease-in-out infinite;
}



@keyframes gradientBG {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0%;
    }
}
.btn{
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    padding: 0px 40px  0 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    /* box-sizing: content-box; */
    font-size: 18px;
}
.btn.btn-start::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF9B55 url(https://cbgccdn.thecover.cn/@/images/20220826/1661495792679023274.png) center center  no-repeat; 
    background-size: 50% auto;
}
.btn.btn-submit::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF9B55 url(https://cbgccdn.thecover.cn/@/images/20220826/1661495815479057045.png) center center  no-repeat; 
    background-size: 50% auto;
}
.btn.btn-search::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF9B55 url(https://cbgccdn.thecover.cn/@/images/20220826/1661495831400032167.png) center center  no-repeat; 
    background-size: 50% auto;
}
.btn.btn-restart::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #7970E5 url(https://cbgccdn.thecover.cn/@/images/20220826/1661495836816030735.png) center center  no-repeat; 
    background-size: 50% auto;
}
.btn.btn-nft{
    margin-top: 10px;
}
.btn.btn-nft::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFECC2 url(https://cbgccdn.thecover.cn/@/images/20220829/1661777160202099103.png) center center  no-repeat; 
    background-size: 50% auto;
}

/* 加载页 */

.loading-logo{
    position: absolute;
    bottom: 5vw;
    width: 25vw;
    left: 37.5vw;
}


/* 首页 */
.cover{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #FEF9F3 url(https://cbgccdn.thecover.cn/@/images/20220826/1661495764952014606.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.cover-acs{
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.cover-bar{
    width: 100%;
    left: 0;
}

.cover-bar.top{
    top: 0;
}
.cover-bar.bottom{
    bottom: 0;
}

.cover-subtitle{
    position: absolute;
    width: 40vw;
    left: 20vw;
    top: 8%;
}
.cover-subtitle.rotate{
    transform-origin: 30% bottom;
    animation: subtitle-rotate 2s linear infinite 5s;
}


.cover-bigtitle{
    width: 80vw;
    left: 10vw;
    top: 12%;
    /* margin: 0 auto; */
}

.cover-left,.cover-right{
    width: 35vw;
    top: 30%;
}
.cover-left{
    left: 0;
}
.cover-right{
    right: 0;
}


.lottie-cover-wrap{
    width: 50vw;
    height: 50vw;
    top: 30%;
    left: 25vw;
    z-index: 80;
}
.cover-shadow{
    position: absolute;
    width: 30vw;
    bottom: -6vw;
    left: 10vw;
    z-index: 79;
}
.lottie-cover{
    width: 50vw;
    height: 50vw;
    position: absolute;
    z-index: 80;
}
.cover-word{
    width: 60vw;
    left: 20vw;
    top: 68%;
    z-index: 81;
}
.cover-btn{
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    z-index: 85;
}

.cover-dec{
    width: 10vw;
    position: absolute;
}
.cover-dec.cover-dec-rou{
   left: 5vw;
   top: 10vw;
}
.cover-dec.cover-dec-zi{
    bottom: 15%;
    left: 5vw;
}
.cover-dec.cover-dec-ju{
    bottom: 20%;
    right: 5vw;
}
.cover-dec.cover-dec-triangle-1{
    width: 2vw;
    top: 72%;
    left: 2vw;
}
.cover-dec.cover-dec-triangle-2{
    top: 72%;
    width: 2vw;
    right: 2vw;
}


.cover-logo{
    position: absolute;
    width: 25vw;
    left: 37.5vw;
    bottom: 2.5vw;
}


/* 选择页 */
.select{
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
}

.select .marterial{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cbgccdn.thecover.cn/@/images/20220829/1661777160274053485.png');
    background-size: 100% auto;
    /* opacity: 0.5; */
    z-index: 10;
}

/* .select .content{
    height: 3047.7vw;
    background-image: 
        url(https://cbgccdn.thecover.cn/@/images/20220826/1661505086376073096.png),
        url(https://cbgccdn.thecover.cn/@/images/20220826/1661495805097053068.png),
        url(https://cbgccdn.thecover.cn/@/images/20220826/1661495807903088830.png),
        url(https://cbgccdn.thecover.cn/@/images/20220826/1661495811467047729.png);
    background-size: 100% auto,100% auto,100% auto,100% auto;
    background-position: 0 0, 0  788.62vw,0 1596.45vw, 0 2390.92vw;   
    background-repeat: no-repeat; 
    position: relative;
    z-index: 15;
    padding-bottom: 50vw;
}  */


.select .content{
    /* height: 3047.7vw; */
    height: 1693.63vw;
    background-image: 
        url(https://cbgccdn.thecover.cn/@/images/20221014/1665762972246058356.png),
        url(https://cbgccdn.thecover.cn/@/images/20221014/1665762972216073826.png),
        url(https://cbgccdn.thecover.cn/@/images/20221014/1665762972213065257.png),
        url(https://cbgccdn.thecover.cn/@/images/20221014/1665762972206065060.png);
    background-size: 100% auto,100% auto,100% auto,100% auto;
    background-position: 0 0, 0 403.929vw, 0 788.617vw, 0 1206.91vw;   
    background-repeat: no-repeat; 
    position: relative;
    z-index: 15;
    padding-bottom: 70vw;
} 

.select-item{
    position: absolute;
    width: 35vw;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    transform: scale(0.5);
}
.select-item .select-item-lottie{
    position: absolute;
    /* left: ; */
    width: 30vw;
    height: 30vw;
    left: 2.5vw;
    top: -12.5vw;
}

.select .content .submit{
    position: fixed;
    bottom: 15vw;
    text-align: center;
    width: 100%;
}

.clicktip.select{
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 107vw;
    left: 15vw;
    pointer-events: none;
}

.select-word{
    width: 85vw;
    position: absolute;
    bottom: 10vw;
    left: 7.5vw;
}

/* 大事件页面 */
.record-wrap{
    width: 100vw;
    height: 100vh;
    background: #FEF9F3 url('https://cbgccdn.thecover.cn/@/images/20220826/1661495826307021404.jpg') center top no-repeat;
    background-size: 100% 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}



.record-content{
    padding-bottom: 30vw;
    position: relative;
}

.dec{
    position: absolute;
    width: 10vw;
}
.dec.re.deczi{
    top: 5vw;
    left: 7vw;
}
.dec.re.decju{
    bottom: 18vw;
    left: 5vw;
}
.dec.re.decrou{
    bottom: 77vw;
    right: 5vw;
}


.record-banner{
    position: relative;
    width: 100%;
    height: 60vw;
}
.record-title{
    position: absolute;
    width: 70vw;
    top: 12vw;
    left: 15vw;
    z-index: 2;
}

@keyframes subtitle-rotate {
    25%{
        transform: rotate(-5deg);
    }75%{
        transform: rotate(5deg);
    }
}
.record-subtitle{
    position: absolute;
    width: 56vw;
    right: 18vw;
    top: 33vw;
    z-index: 3;
    animation: subtitle-rotate 2s linear infinite;
    transform-origin: 60% bottom ;
}
.record-micro{
    position: absolute;
    width: 25vw;
    right: 3vw;
    top: 24vw;
    z-index: 1;

}

.thing-list{
    padding: 0 3.3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clicktip.record{
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 105vw;
    left: 35vw;
    pointer-events: none;
    z-index: 10;
}

.thing-item{
    padding: 3vw 0 6vw 0;
    width: 45vw;
    /* background-color: #7970E5; */
    min-height: 70vw;
    margin-top: -4vw;
}

.thing-item .card{
    width: 100%;
    height: 100%;
    position: relative;
    perspective: 1500;
    -webkit-perspective: 1500;
    -moz-perspective: 1500;
}

.thing-item .card .card-content{
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    box-sizing: border-box;
    padding: 3vw;
    border:1px solid #000;
    border-bottom: 4px solid #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff;
}


.thing-item .card .card-content::before{
    content: '';
    display: block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: -3vw;
    left: 20vw;
    background: url('https://cbgccdn.thecover.cn/@/images/20220827/1661570931580015337.png') center center no-repeat;
    background-size: 60% auto;
}

.thing-item .card .card-content::after{
    content: '';
    display: block;
    width: 10vw;
    height: 5vw;
    position: absolute;
    bottom: -5vw;
    left: 17.5vw;
    background: url('https://cbgccdn.thecover.cn/@/images/20220827/1661570940675080894.png') center center no-repeat;
    background-size: 100% 100%;
}


.thing-item .card .card-content.front{
    /* background-color: aquamarine; */
}
.thing-item .card .card-content.back{
    transform: rotateY(-180deg) translateZ(0);
    display: flex;
    flex-direction: column;
}

.thing-item .card.rotate .card-content.front{
    transform: rotateY(180deg)
}
.thing-item .card.rotate .card-content.back{
    transform: rotateY(0) translateZ(0)
}


.thing-icon{
    border: 1px solid #000;
    width: 100%;
    padding-bottom: 100%;
    /* background: #7970E5 url('https://cbgccdn.thecover.cn/@/images/20220826/1661495774665013238.png') top  center no-repeat; */
    background-size: auto 60%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}

.thing-item:nth-of-type(2n+1) .thing-icon{
    background-color: #FF9B55;
    background-image: url('https://cbgccdn.thecover.cn/@/images/20220826/1661495774665013238.png');
}
.thing-item:nth-of-type(2n) .thing-icon{
    background-color: #FFD0B6;
    background-image: url('https://cbgccdn.thecover.cn/@/images/20220826/1661495772112014467.png');
}


.thing-icon-img{
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.thing-name{
    margin-top: 3vw;
    font-size: 3.8vw;
    text-align: justify;
    /* font-size: 16px; */
}

.thing-history-title{
    /* width: ; */
    flex: 0 0 auto;
    text-align: center;
    padding: 3vw 3vw 3vw 6vw;
    background-color: #7970E5;
    color: #fff;
    background-image: url('https://cbgccdn.thecover.cn/@/images/20220827/1661571414476043818.png');
    background-position: 6vw 4vw;
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: -3vw -3vw 0 -3vw;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top:1px solid #000;
}

.thing-history-info{
    /* height: 100%; */
    flex: 1 1 auto;
    padding-top: 3vw;
    text-align: justify;
    font-size: 3.8vw;
}

.record-bottom{
    text-align: center;
    padding-bottom: 10px;
}
.record-bottom .end-tip{
    width: 80%;
}

/* 海报 */

.poster-wrap{
    position: fixed;
    width: 750px;
    height: 1624px;
    /* left: 0; */
    /* top: -300px; */
    left: -9999px;
    top: -9999px;
    /* z-index: 1000; */
}

.poster-wrap .poster-bg{
    width: 100%;
    height: 100%;
}

.poster-name{
    /* background-color: #FED791; */
    position: absolute;
    width: 275px;
    height: 80px;
    top: 113px;
    left: 69px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
}

.poster-things{
    position: absolute;
    top: 320px;
    left: 72px;
    width: 400px;
    height: 126px;
    /* background-color: #FED791; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.poster-thing-item{
    padding-left: 20px;
    flex: 0 0 30%;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    position: relative;
}
.poster-thing-item::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #7970E5;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.poster-icon-1{
    position: absolute;
    width: 180px;
    right: 63px;
    top: 268px;
}

.poster-icon-2{
    position: absolute;
    width: 150px;
    left: 80px;
    top: 1280px;
}


.poster-main{
    position: absolute;
    width: 400px;
    top: 612px;
    left: 185px;
}

.poster-main.dna{
    width: 400px;
    top: 612px;
    left: 185px;
}
.poster-main.dna{
    width: 400px;
    top: 612px;
    left: 185px;
}
.poster-main.sanxindui{
    width: 500px;
    top: 768px;
    left: 124px
}
.poster-main.paper{
    width: 400px;
    top: 655px;
    left: 182px;
}
.poster-main.scence{
    width: 500px;
    top: 804px;
    left: 120px;
}
.poster-main.ride{
    width: 400px;
    top: 682px;
    left: 160px;
}
.poster-main.beer{
    width: 400px;
    top: 735px;
    left: 185px;
}
.poster-main.rocket{
    width: 400px;
    top: 700px;
    left: 160px;
}

.poster-tag{
    /* background-color: #A7C0DE; */
    position: absolute;
    width: 251px;
    height: 60px;
    top: 1326px;
    left: 251px;
    z-index: 1;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #7970E5;
    letter-spacing: 2px;
}

.poster-qrcode{
    width: 145px;
    height: 145px;
    /* background-color: #7970E5; */
    position: absolute;
    top: 1285px;
    right: 74px;
}
.poster-qrcode img{
    width: 100%;
    height: 100%;
}

.modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3vw;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* display: none; */
}

.modal img{
    width: 75%;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
}

.modal .tip{
    margin-top: 5px;
    color: #fff;

}

.modal .close{
    width: 5vw;
    margin-top: 5px;
}
.modal .close svg{
    width: 100%;
    height: 100%;
}

.waiting{
    display: flex;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FEF9F3;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}
.waiting > .waiting-tip{
    text-align: center;
    margin-top: 50px;
    color: #7970E5;
    font-weight: bold;
    width: 90vw;
}