/* @font-face {
    font-family: "灵动体";
    src: url("/font/灵动体/AlimamaAgileVF-Thin.woff2") format("woff2"),
        url("/font/灵动体/AlimamaAgileVF-Thin.woff") format("woff");
    font-display: swap;
} */


/* @font-face {
    font-family: "东方大楷";
    src: url("/font/东方大楷/AlimamaDongFangDaKai-Regular.woff2") format("woff2"),
    url("/font/东方大楷/AlimamaDongFangDaKai-Regular.woff") format("woff");
    font-display: swap;
} */


.home {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.9); */
}


.menu {
    width: 100%;
    height: 5%;
    background-color: rgb(219, 245, 244);
}

.web_name {
    width: 20%;
    height: 100%;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    color: rgba(255, 0, 85, 0.9);
    font-size: 30px;
    font-weight: 500;
    font-family: "东方大楷";
}

.logo {
    height: 80%;
}

.domain {
    width: 60%;
    height: 100%;
    display: flex;
    float: left;
}

.but {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 600;
    /* font-family: "东方大楷"; */
}

.tip_num {
    padding: 2px;
    border: 1px solid rgba(119, 0, 255, 0.5);
    border-radius: 100%;
    font-size: 10px;
    font-weight: 900;
    color: rgba(255, 0, 106, 0.9);
    display: none;
}

.but.active {
    background-color: rgba(188, 247, 223, 0.9);
    color: rgba(255, 72, 0, 0.9);
}

.but:hover {
    background-color: rgba(188, 247, 223, 0.9);
}

.login_sign {
    width: 20%;
    height: 100%;
    display: flex;
}

.login_sign>button:hover {
    background-color: rgba(188, 247, 223, 0.9);
}

.divide {
    width: 1%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.2);
}

.login {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
}

.sign {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
}

.user {
    width: 0%;
    height: 100%;
    display: none;
    /* justify-content: center; */
    align-items: center;
}

.menu_head {
    height: 80%;
    display: flex;
    float: left;
    border-radius: 30%
}

.nickname {
    height: 50%;
    display: flex;
    float: left;
    align-items: center;
    margin-left: 10px;
    font-family: "东方大楷";
}

.user_menu {
    position: absolute;
    width: 20%;
    top: 5%;
    background-color: rgba(236, 252, 249, 0.99);
    z-index: 2;
    display: none;
    /* display: block; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); */
}

.user:hover .user_menu {
    display: block;
}

.user_menu_button {
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    /* margin: 5% 15%; */
    padding: 10% 3%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: rgba(20, 100, 36, 0.9);
    box-sizing: border-box;
}

.user_menu_button:hover {
    background-color: rgba(224, 243, 229, 0.9);
    color: rgba(16, 29, 18, 0.9);
}

.content {
    width: 100%;
    height: 90%;
    margin-top: 0%;
    margin-left: 50%;
    transform: translate(-50%, 0%);
}

.container {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    scrollbar-width: none;
}

.container::-webkit-scrollbar {
    display: none;
}

.no_page {
    display: flex;
    justify-content: center;
    margin-top: 50%;
    margin-left: 0%;
    transform: translate(0%, -50%);
    color: rgba(255, 0, 0, 0.9);
}

.about {
    display: flex;
    width: 100%;
    height: 5%;
    align-items: center;
    background-color: rgb(54, 54, 102);
}

.filings1 {
    height: 30px;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
}

.filings1>img {
    width: 20px;
    margin: 0px 10px;
}

.filings2 {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.about>a {
    color: rgba(255, 255, 255, 0.6);
}

.about>a:hover {
    color: rgba(55, 84, 248, 0.9);
}

.about>a>span {
    font-size: 10px;
}

.contact {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0);
}
