/* .share {
    background-color: rgb(70, 121, 121);
} */

.share .title {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 10px;
    font-weight: bold;
    font-style: italic;
}

.share .codebox {
    /* background-color: rgb(255 255 255 / 65%); */
    border-radius: 10px;
    margin-top: 5rem;
    text-align: center;
    /* padding: 1rem 0; */
}

.share .codebox .text {
    font-size: 0.6rem;
    color: #fff;
}

.share .codebox .codenum {
    display: inline-block;
    line-height: 2rem;
    border-radius: 10px;
    padding: 0 0.8rem;
    color: #ffffff;
    background-color: rgb(255 255 255 / 10%);
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0.5rem auto;
}

.share .codebox .pic img {
    display: block;
    width: 100%;
}

.sharebtn {
    background: #fd7400;
    color: #fff;
}

.tips,
.copy {
    color: white;
}

.tips {
    display: flex;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    /* background-color: antiquewhite; */
}

.tips p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    border-radius: 5px;
    /* background-color: pink; */
}

.t_left {
    color: yellow;
    background-color: green;
}

.t_right {
    font-size: 0.5rem;
    color: blue;
    background: transparent;
}

.pic_h {
    width: 6rem;
    height: 6rem;
    margin: auto;
    background-color: bisque;
}

#invitationCode {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

#invitationCode canvas,
#invitationCode img {
    width: 100% !important;
    height: 100% !important;
}

.share .codebox .codenum {
    line-height: 1rem;
}

.share .codebox {
    /* background-color: aqua; */
    margin-top: 7rem;
}