body {

    width: 98vw;
    margin: 2px;
    padding: 0;
    border: 2px solid #070707;
}

.account-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 25%;
    width: 97.5%;
    background-color: #e7f0f4;
    padding: 13px;
}

.avatar {
    height: 20vh;
    width: 20vh;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 4vh;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 15vh;
    color: #333;
    font-size: 22px;
    font-family: SimHei;
}

.info-text span {
    margin-bottom: 4vh;
}


.jump-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 20vh;
    position: absolute;
    top: 4vh;
    right: 10vh;

}

.jump-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    width: 100px;
    background-color: #93cbf0;
    margin-bottom: 3vh;
    text-align: center;
    border: 1.5px solid #070707;
}

.jump-btn:hover {
    background-color: #addeee;
    font-weight: bold;
}

.jump-btn span a {
    color: #333;
    font-size: 20px;
    text-align: center;
    font-family: SimHei;
    text-decoration: none;
}

#BtnContainer {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    align-items: center;
}

#BtnContainer button {
    flex: 1;
    /* margin-right: 5px; */
    flex: inherit;
    margin-right: auto;
    margin-left: auto;
}

#BtnContainer #Btn {
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    height: 12vh;
    width: 12vh;
    border-radius: 50%;
    background-color: #bce4fe;
    margin-bottom: 2vh;

    /* border: 1.5px solid #070707; */
}

#BtnContainer #Btn a {
    color: #333;
    font-size: 60px;
    text-align: center;
    font-family: SimHei;
    text-decoration: none;
    font-weight: bold;
}

#BtnContainer #Btn:hover {
    background-color: #e7f9ff;
    border: none;
    /* 取消边框 */
    outline: none;
    /* 取消外边框 */
    /* font-weight: bold; */
}

#BtnContainer #Btn a:hover {
    color: #b6ccd3;
}

.main {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 2vh - 20vh);
    width: 100vw;
    padding: 2vh;
}

.textbox {
    height: 73vh;
    width: 28vw;
    background-color: #fff;
    padding: 1vh;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 2vw;

    box-shadow: 2px 4px 4px rgba(92, 91, 91, 0.3);

}

.textbox span {
    font-family: SimHei;
    font-size: 1.5rem;
    font-weight: bold;
}

/* .textbox #text{
    height: 70vh;
    width: 25vw;
    font-family: SimSun;
    font-size: 1.4rem;
} */

.textbox textarea {
    height: 60vh;
    width: 27vw;
    font-family: SimSun;
    font-size: 1.4rem;
    resize: none;
 
    /* 添加上边距1px */
    border: none;
}

#saveBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 25px;
    width: 47px;
    position: relative;
    right: 0;
    background-color: #e7f9ff;
    margin-bottom: 1vh;
    text-align: center;
    border: 0.5px solid #070707;
    color: #333;
    font-size: 16px;
    font-family: SimHei;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 7px;
}

#saveBtn:hover {
    background-color: #e2e9eb;
}


.container {
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23vh;
    width: 63vw;
    background-color: #ffffff;
    padding: 1vh;
    border: 1px solid #ccc;
    color: #333;
    font-size: 23px;
    font-family: SimHei;
    margin: 2vh 0;
    font-weight: bold;
    box-shadow: 2px 4px 4px rgba(92, 91, 91, 0.3);
}

#columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* 可以使两个子元素分别位于行的两端 */
    height: 20vh;
    width: 63vw;
    background-color: #ffffff;
    padding: 1vh;
    border: 1px solid #ccc;
    color: #333;
    font-size: 23px;
    font-family: SimHei;
    font-weight: bold;
    box-shadow: 2px 4px 4px rgba(92, 91, 91, 0.3);
}

#columns #aaa {
    width: 30vw;
    height: 20vh;
}

#columns #bbb {
    width: 33vw;
    height: 20vh;
}


.column1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23vh;
    width: 63vw;
    background-color: #ffffff;
    padding: 1vh;
    border: 1px solid #ccc;
    color: #333;
    font-size: 23px;
    font-family: SimHei;
    margin: 2vh 0;
    font-weight: bold;
    box-shadow: 2px 4px 4px rgba(92, 91, 91, 0.3);
}

.column1 span {
    color: #333;
    font-size: 23px;
    font-family: SimHei;
    font-weight: bold;
}

.column1 #saveB {
    height: 25px;
    width: 47px;
    position: relative;
    right: 0;
    background-color: #e7f9ff;
    margin-bottom: 1vh;
    text-align: center;
    border: 0.5px solid #070707;
    color: #333;
    font-size: 16px;
    font-family: SimHei;
    text-decoration: none;
    border-radius: 5px;
}

.column1 textarea {
    height: 16vh;
    width: 58vw;
    font-family: SimSun;
    font-size: 1.4rem;
    margin-top: 8px;
    border: none;
}