/* 全局设置 */
body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    background-image: url(../../img/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(11, 11, 46);
}

/* 以下是顶部导航栏的相关设置 */
.navbar {
    background-color: rgba(0, 153, 255, 0.589);
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
}

.nav-logo {
    padding-left: 40px;
    padding-top: 5px;
}

.login_rec_box {
    position: absolute;
    right: 1%;
    display: flex;
    /* background-color: blanchedalmond; */
    line-height: 50px;
}

.login_rec_box div {
    background-color: rgba(240, 248, 255, 0.284);
    border: 2px aliceblue;
    border-radius: 10px;
    width: 50px;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.login_rec_box a {
    position: fixed;

    text-decoration: none;
    margin: 0;
    top: 10px;
    margin-left: 13px;
    color: azure;
    line-height: 30px;
    font-size: 5px;
}

.login_rec_box div:hover {
    background-color: aliceblue;
}

.login_rec_box a:hover {
    color: black;
}

.nav-button {
    margin-left: 50px;
    display: flex;
}

.nav-button div {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
}

.nav-button a {
    text-decoration: none;
    color: aliceblue;
}

.nav-button div:hover {
    background-color: blue;
}

/* 导航栏占位符 */
.nav-fir {
    /* display: inline; */
    height: 50px;
    width: 100%;
}

/* 一个标签 */
.onetep{
    background-color: rgba(217, 235, 251, 0.853);
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100vw;
    border: 2px rgb(93, 165, 227);
    border-radius: 10px;
}
.onetep a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    line-height: 50px;
    margin: 0 auto;
}
/* 主标题 */
.maintitle{
    font-size: 5vw;
    margin-bottom: 2vh;
    color: rgb(0, 0, 0);
}
/* 主文本 */
.maintext{
    font-size: 2vw;
    margin-bottom: 2vh;
    color: rgb(0, 0, 0);
}
/* 大按钮 */
.bigbutton{
    line-height: 50px;
    height: 50px;
    width: 130px;
    background-color: rgba(0, 0, 0, 0.202);
    border: 2px aliceblue;
    border-radius: 10px;
    text-align: center;
}
.bigbutton:hover{
    background-color: rgba(0, 0, 0, 0.589);
    color: azure;
}
.imgmain{
    margin-left: 0.5vw;
    width: 30vw;
    border-radius: 10px;
}
.last{
    width: 90vw;
    height: 20px;
}