*{
    margin: 0;
    padding: 0;
    color: white;
    
}
html{
    background-color: #000000;
}
.bg{
    background-size: 100%;
    background-repeat: no-repeat;
}

.pa{
    position: absolute;
}

.box1{
   width: 1920rem;
   height: 1080rem;
   background-image: url('./img/box1.png');
   position: relative;
   padding-top: .1px;
}

.logoicon{
    width: 422rem;
    top: 24rem;
    left: 323rem;
}

.link{
    display: flex;
    align-items: center;
    top: 36rem;
    left: 1116rem;
    font-size: 24rem;
    cursor: pointer;
}
.linkk{
    left: 1358rem;
}
.r{
    width: 32rem;
    height: 32rem;
    background-image: url('./img/r.png');
    margin-left: 4rem;
}

.pic1{
    width: 355rem;
    left: 782rem;
    top: 204rem;
}
.pic2{
    width: 938rem;
    left: 491rem;
    top: 386rem;
}
.pic3{
    width: 918rem;
    left: 501rem;
    top: 667rem;
}


.gg{
    width: 300rem;
    left: 810rem;
    top: 498rem;
    cursor: pointer;
}

