header {
    width: 100vw;
}

header img {
    width: 100vw;
    height: auto;
}

body { 
    overflow-x: hidden;
}
@font-face{
    font-family: yese;
    src: url(https://static.igem.wiki/teams/5001/wiki/yese.ttf);
}
@font-face{
    font-family: harm;
    src: url(https://static.igem.wiki/teams/5001/wiki/harmonyos-sans-sc.ttf);
}
@font-face{
    font-family: passion;
    src: url(https://static.igem.wiki/teams/5001/wiki/passion.ttf);
}
@font-face{
    font-family: fre;
    src: url(https://static.igem.wiki/teams/5001/wiki/fre.ttf);
}
@font-face{
    font-family: sy;
    src: url(https://static.igem.wiki/teams/5001/wiki/sy.otf);
}
.myContainer{
    width: 100vw;
    /* height: 100vh; */
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
/* home style */
.homeBac{
    background-color: rgba(194, 217, 191, 1);
}
.smallContainer{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(194, 217, 191, 1);
}
#homeTit{
    width: 80vw;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 60px;
    font-family: 'yese';
}
.test{
    width: 0;
    height: 0;
    /* border-top: 306px solid rgba(194, 217, 191, 1);; */
 	border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 306px solid transparent;

}
.contentContainer{
    width: 100vw;
    height: 800vh;
    opacity: 1;
    /* background-color: #fff; */
    background: linear-gradient(180deg,    rgba(0, 0, 0, 1) 0%,rgba(105, 130, 101, 0.97) 30%,    rgba(105, 130, 101, 0.77) 45%,    rgba(144, 168, 141, 0.69) 50%,    rgba(193, 216, 190, 0.6) 60%,    rgba(238, 244, 237, 0.89) 65%,    rgba(255, 255, 255, 1) 70%,    rgba(238, 244, 237, 0.89) 75%,    rgba(193, 216, 190, 0.6) 80%,    rgba(144, 168, 141, 0.69) 100%    )
}
.conTit{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}
.yese{
    font-family: 'yese';
}
.cont{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
}
.textBox{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-content: center;
}
.textCen{
    text-align: center;
}
.speBox{
    width: 100vw;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.blBox{
    position: absolute;
    z-index: 10;
    width: 1076px;
    height: 500px;
    opacity: 1;
    border-radius: 100px;
    background: rgba(105, 130, 101, 0.85);
    filter: blur(30px);
}
.spinBox{
    width: 1076px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 20;
}
#imgBox{
    width: 1076px;
    height: 442px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#cir{
    position: absolute;
    z-index: 10;
    width: 372px;
    height: 372px;
    border-radius: 186px 186px;
    background: rgba(255, 255, 255, 1);
    filter: blur(30px);
}

/* team */
.black{
    color: #000;
}
.main {
    width: 681px;
    height: 100px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 0 50px 50px 0;
    background-image: linear-gradient(90deg, rgba(47, 61, 45, 0) 0%, rgba(47, 61, 45, 1) 99%);
}
.main_in {
    width: 100%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    background: rgba(221, 234, 219);
    display: flex;
    justify-content: center;
    align-items: center;
}
.teamBox{
    height: 400px;
    width: 670px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.relPhoto{
    width: 220px;
    /* height: 328px; */
}
.profileBox{
    width: 350px;
    /* height: 400px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.harm{
    font-family: 'harm';
}
.passion{
    font-family: 'passion';
}
.innerTeamBox{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.teamBac{
    background-color: rgba(221, 234, 219);
}

/* project */
.proBac{
    background-color: #000;
}
.innerProBox{
    position: relative;
    z-index: 20;
    width: 100vw;
    height: 400px;
    background: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(0, 0, 0, 1) 100%);
    margin-top: -400px;
}
.proTitle{
    width: 100vw;
    text-shadow: 2px 5px 6px  rgba(0, 0, 0, 0.38);
    /** 文本1 */
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 25px;
    line-height: 83.16px;
    color: rgba(16, 23, 2, 1);
    text-align: center;
    font-family: 'yese';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainProBox{
    width: 100vw;
    margin-top: 100px;
}
.navProBox{
    width: 30vw;
    position: sticky;
    top: 100px;
    display: flow;
    float: left;
    padding-left: 50px;
    overflow-y: auto;
    height: 85vh;
}

.navProBox::-webkit-scrollbar {
    width: 0;
}

.contentProBox{
    width: 70vw;
    /* height: 100vh; */
    display: flow;
    float: right;
}
.proNavTitle{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: 'yese';
}
.fre{
    font-family: 'fre';
}
.proNavTitleOne{
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 80%;
    
}
.proNavTitletwo{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 80%;
    margin-left: 12px;


}
.proNavTitleThree{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 80%;
    margin-left: 20px;

}
.proTextBox{
    width: 90%;
    display: flex;
}
.proMainTitBox{
    min-height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.contentTitOne{
    font-size: 36px;
    color: #fff;
    width: 80%;
}
.proContTitleTwo{
    font-family: 'fre';
    font-size: 20px;
    font-weight: 400;
    color: rgba(149, 189, 143, 1);
    width: 80%;
}
.proContTitleThree{
    font-family: 'fre';
    font-size: 18px;
    font-weight: 400;
    color: rgba(149, 189, 143, 0.751);
    width: 80%;
}

.sy{
    font-family: 'sy';
}
.proNomalCont{
    font-family: '思源黑体';
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-right: 100px;
}
.navAStyle{
    text-decoration: none;
    color: #fff;
}
.navAStyle:hover{
    color: #fff;
}
.contentImage{
    width: 100%;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 100px;
}

.proContImgDesc {
    color: #ffffff90;
    text-align: center;
    padding-right: 100px;
}