body{
    background-image: none;
    background-color: #d2fff3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainbox{
    width: 100%;
    max-width: 85vh;
    display: flex;
    flex-direction: column;
}
.channel{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactMe{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2{
    font-size: 1.15rem;
    width: 60%;
    text-align: left;
    padding-top: 1.1rem;
    display: block;
    margin-bottom: 0.4rem;
}
#bclx{
    margin-top: 0.3rem;
}
h2>span{
    margin-left: 0.2rem;
    color: rgb(0, 62, 177);
    background-color: rgb(176, 255, 205);
    border-style: solid;
    border-width: 1px;
    border-color: darkgreen;
    font-size: 0.9rem;
}
.item{
    width: 70%;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(241, 255, 242);
    margin: 0.3rem;
    border-radius:0.5rem;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(105, 105, 105, 0.4);
}
.item>div{
    display: flex;
    align-items: center;
    flex-direction: row;
}
img{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem;
}
h3{
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 0.5rem;
    color: rgb(42, 42, 42);
}
.bilibili>span{
    font-size: 0.9rem;
}
.bilibili>pre{
    font-size: 0.9rem;
}
#jiaqq{
    justify-content: center;
}
#jiaqq>div>span{
    color: rgb(50, 50, 50);
    font-size: 0.95rem;
}
#jiaqq>div>pre{
    color: rgb(50, 50, 50);
    font-size: 1.15rem;
}