/* logo */

body {
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

#logo {
    width: 5rem;
    /* height: 11vh; */
    z-index: 999999;
    margin-top: 0.2rem;
}

.logoclass li {
    list-style: none
}


/* logo环绕文字 */

.emblem {
    position: absolute;
    margin-top: -0.60rem;
    margin-left: -0.22rem;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    font-weight: bold;
    color: #FEF8D9;
    animation: spinZ 20s linear infinite;
    font-size: 0.85rem;
}

.emblem span {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    /* 改了这里 */
    font-size: 0.5vh;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    text-align: center;
}

@keyframes spinZ {
    0% {
        transform: rotateZ(360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

ul a {
    display: inline-block;
    /* 字母间距 */
    letter-spacing: 0.2px;
    margin: 2vh 1vh;
    outline: medium none;
    position: relative;
    text-decoration: none;
    /* text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); */
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}


/*回到顶部*/

.right-up {
    z-index: 99999;
    position: absolute;
}

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

#rocket-to-top .level-2 {
    background: url("https://static.igem.wiki/teams/4632/wiki/wiki/new-up.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}

#rocket-to-top {
    background: url("https://static.igem.wiki/teams/4632/wiki/wiki/new-up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 90%;
    width: 149px;
    z-index: 11;
}

.lab_cover {
    /* width: 20rem; */
    height: 400px;
    float: right;
    margin: 1.5rem;
}

.project_cover {
    /* width: 20rem; */
    /* height: 270px;
    float: right;
    margin: 6rem 0 0 1rem; */
}