@font-face {
    font-family: 'title1';
    src: url(\sjtu-biox-shanghai\static\fonts\FontsFree-Net-Poppins-Bold.ttf);
}

.top {
    height: 60px;
    width: 100%;
    background-color: #8aba97;
    position: absolute;
    left: 0;
    top: 0;
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.topbar {
    display: flex;
    /* justify-content: space-between; */
    height: 0px;
    line-height: 30px;
    margin: 0 auto;
    padding-left: 340px;
}

.topbar .list {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.topbar .list .item1 {
    font-size: 20px;
    font-family: 'title1';
    color: #ffffff;
    padding: 0 18px;
    display: block;
    right: relative;
}

.topbar .list .item2 {
    right: relative;

    font-size: 18px;
    font-family: 'title1';
    color: #ffffff;

    background-position-x: right;
    background-position-y: 11px;
    background-image: url(https://static.igem.wiki/teams/4760/wiki/pic-css/triangle.png);
    background-repeat: no-repeat;
    background-attachment: scroll;

    padding: 0 20px;
    display: block;
}

.logo {
    display: flex;
    background-position-x: 37px;
    background-position-y: 5px;
    background-image: url(https://static.igem.wiki/teams/4760/wiki/pic-css/teamlogo.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
}