.code {
    min-height: 100vh;
    background-color: #000;
    width: 100%;
}
.imgcode-box{
    width: 600px;
    height: 618px;
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.imgCode {
    width: 600px;
    height: 618px;
}
.code-text{
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}
.code-text p{
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    background-image: linear-gradient(90deg, #c2a677 0%, #c1b39a 100%);
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.share {
    /* width: 310px; */
    height: 120px;
    border-radius: 5px;
    background-color: #1a1a1a;
    padding: 35px;
    padding-top: 20px;
    position: absolute;
    right: 20px;
    top: 75px;
}
.share p{
    text-align: left;
    margin-bottom: 15px;
}


