.wrapper{
    background: #040b11;
}
.top{
    width: 100%;
    height: 0.75rem;
    box-sizing: border-box;
    padding: 0.22rem 0 0 0.15rem;
    position: relative;
}
.top img{
    width: 1.5rem;
    height: 0.32rem;
}
.tab{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.05rem;
    right: 0.05rem;
    background: url(../images/Operate.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.tabBox{
    position: absolute;
    top: 0.8;
    right: 0.1rem;
    width: 1rem;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9;
    display: none;
}
.tabBox p{
    text-align: center;
    line-height: 0.3rem;
}
.section{}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.bannerBox{
    position: absolute;
    width: calc(100% - 0.7rem);
    top: 50%;
    left: 0.35rem;
    z-index: 1;
    color: #fff;
}
.bannerBox h2{
    font-size: 0.26rem !important;
    margin-bottom: 0.16rem !important;
}
.bannerBox p{
    font-size: 0.1rem;
    line-height: 0.2rem;
}
.marquee{
    position: relative;
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    color: #fff;
    overflow-x: hidden;
    white-space: nowrap;
    background-image: linear-gradient(to right, #010101 , #222c63);
}
.marqueeBox{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.marquee1{
    position: relative;
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    color: #fff;
    overflow-x: hidden;
    white-space: nowrap;
    background-image: linear-gradient(to right, #222c63, #010101);
}
.marqueeBox1{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.content{
    padding: 0.5rem 0.35rem;
    box-sizing: border-box;
    color: #fff;
}
.content h3{
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}
.content>p{
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.3rem;
    position: relative;
    display: flex;
    align-items: center;
}
.content>p span{
    display: inline-block;
    width: 0.25rem;
    height: 0.21rem;
    background: url(../images/code.png) no-repeat;
    background-size: 100%;
}
.btn{
    width: 1.7rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    color: #010101;
    background-color: #64ff00;
    font-weight: bold;
    border-radius: 0.25rem;
    margin: 0.2rem 0 0.4rem;
    cursor: pointer;
}
.btn a{
    color: #010101 !important; 
}

.card{
    width: 100%;
    background-color: #141b22;
    padding: 0.15rem 0.2rem;
    border-radius: 0.2rem;
    margin-bottom: 0.15rem;
    font-size: 0.1rem;
}
.card p{
    display: flex;
    align-items: flex-end;
}
.card p:nth-child(2){
    margin-top: 0.1rem;
}
.card span{
    font-size: 0.2rem;
    display: inline-block;
    margin: 0 5px;
}
.card em{
    margin: 0 5px;
}
.card img{
    width: 1.6rem;
    height: 0.27rem;
}
.card i{
    font-size: 0.14rem;
    color: #0a7e1c;
}
h4{
    font-size: 0.16rem !important;
    margin: 0.4rem 0 0.2rem !important;
}
.participation{
    padding-left: 0.1rem;
}
.participation p{
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.16rem;
    position: relative;
}
.participation p::after{
    content: '';
    position: absolute;
    left: -8px;
    top: 8px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
}
.note{
    color: #6a87c0;
    font-size: 0.1rem;
    margin-top: 0.1rem;
}
.main{
    width: 100%;
    padding: 0 0.35rem;
    box-sizing: border-box;
    color: #fff;
}
.main p{
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.16rem;
    position: relative;
}
.main p span{
    color: #64ff00;
}
h5{
    color: #64ff00;
    margin: 0.15rem 0 !important;
}
.main img{
    width: 100%;
    margin: 0.2rem auto;
}
.main img:last-of-type{
    margin-bottom: 0 !important;
}
.enter{
    width: 2.2rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    font-size: 0.1rem;
    margin: 0.3rem 0;
}
.enter a{
    color: #000 !important;
}
h6{
    font-size: 0.1rem !important;
    margin-bottom: 0.15rem !important;
}
.footer{
    width: 100%;
    height: 0.6rem;
    border-top: 1px solid #1b232a;
    display: flex;
    align-items: center;
    padding-left: 0.15rem;
    box-sizing: border-box;
    color: #fff;
}
.footer img{
    width: 1.5rem;
    height: 0.32rem;
    margin-right: 0.5rem;
}