
* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.mhypntopimg {
    background-repeat: no-repeat;
    position: fixed;
    top:-5%;
    width: 100%;
    height:100%;
    z-index: -1;
}
.mhycatimg {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
}

.mhypnmain {
    /* justify-content: center; */
    /* overflow: auto; */
    background-color: rgb(255, 255, 255);
    /* opacity: 0.2; */
    /* height:10000px; */
    font-size: 50px;
    padding:10% 6vw;
    padding-bottom: 150px;
    z-index:2;
}
.mhypnmain:after {
    content: "";
    display: block;
    clear: both;

}

.mhypnleft {
    position: -webkit-sticky;
    position: sticky;
    float: left;
    width: 25%;
    top: 20%;
    font-size: 30px;
    font-weight: 600;
    /* background-color: aqua; */
    opacity: 0.7;
    box-sizing: border-box;
    width: 20%;
    height: 350px;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    background: white;
    color: #056cda;
    border-radius: 8px;
    box-sizing: border-box;
    border-top: 2px solid rgb(4, 116, 187);
    border-right: 2px solid rgb(4, 116, 187);
    border-bottom: 2px solid rgb(4, 116, 187);
    box-shadow: 2px 2px rgb(4, 116, 187);
    line-height: 1.2em;
    z-index: 2;
}

.mhyDNAimg {
    position: absolute;
    width: 80%;
    height:90%;
    top: 25px;
    left: -40%;
    z-index: 2;
}


.mhypnright{
    background-color: rgb(246, 246, 246);
    float: right;
    position: relative;
    width: 72%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0 5% 5%;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%), 0 0 4px rgb(0 0 0 / 0%) inset;
    /* line-height: 1.3em; */
    font-size: 1.1em;
    font-family: Source-Sans-Pro-Bold;
    font-weight: lighter;
}

.mhyleftnavtitle {
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 10%;
    width: 60%;
    text-align: center;
    color: #202020;
    font-family: "MONTSERRAT-BLACK1";
    font-size:1.65vw;
    font-weight: 800;
    z-index: 3;
}

.mhyleftnav {
    position: absolute;
    /* padding-left: 9px; */
    padding-top: 5%;
    overflow: hidden;
    top: 60px;
    width: 90%;
    z-index: 3;
}

.mhyleftnav :hover{
    color:#056cda;
}

.mhyleftcatlog {
    /* font-size: 20px; */
    /* position: absolute; */
    padding:10% 0;
    overflow: hidden;
    top: 60px;
    width: 100%;
    z-index: 3;
}

/* 左侧目录列表 */
.mhyleftcatlog li {
    color: #605f5f;
    margin: 5% 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "CABIN-REGULAR";
    font-size: 20px;
    font-weight: 600;
    width: 85%;
    /* list-style: none; */
}

.mhyleftcatlog li a {
    color: #3d3d3d;
    list-style: none;
    text-decoration: none;
}

.current {
    color: #7a7a7b;
}

.mhyrightcontent {
    /* background-color: aqua; */
    text-align: center;
    width:100%;
    margin: 50px auto;
}

/* 正文中的图片格式 */
.mhyrightcontent img {
    display: flex; justify-content: center; align-items: center;
    /* float: center;
    align-items: center;
    justify-content: center;
    top:50%;
    left:50%;
    margin: 30px auto;
    object-fit:contain; */
    width: 100%;
}

.mhyrightcontent h1{
    margin: 10% auto;
    text-align: center;
    font-family: Rubik-Black;
    font-weight: 800;
    text-shadow: 2.5px;
    color: rgb(9, 98, 176);
    font-size:3.5rem;
    -webkit-transform: skew(-15deg, 0deg);
    opacity: 0.8;
}

.mhyrightcontent h2{
    margin: 10% auto;
    text-align: center;
    font-family: Rubik-Black;
    font-weight: 800;
    text-shadow: 2px;
    color: rgb(9, 98, 176);
    font-size: 50px;
    opacity: 0.8;
}

.mhyrightcontent h3{
    font-family: Source-Sans-Pro;
    margin: 20px 0;
    color: rgb(9, 98, 176);
    font-size:28px;
    text-shadow: 1px;
    opacity: 0.8;

}

.mhyrightcontent h4{
    font-family: Source-Sans-Pro;
    margin: 20px 0;
    color: rgb(9, 98, 176);
    font-size:25px;
    opacity: 0.8;

}
.mhyrightcontent h5{
    font-family: Source-Sans-Pro;
    margin: 20px 0;
    color: rgb(9, 98, 176);
    font-size:25px;
    opacity: 0.8;

}

.mhyrightcontent p{
    line-height: 1.6;
    text-align:justify;
    margin:20px 0px;
    font-family:SOURCESANSPRO-REGULAR;
    font-size: 22px;
    color: #38393a;
    text-shadow: 0.3px 0px;
    /* font-weight: 200; */
    opacity: 0.8;

}

.mhyrightcontent li {
    line-height: 1.6;
    text-align:justify;
    margin:20px 0px;
    font-family:SOURCESANSPRO-REGULAR;
    font-size: 22px;
    color: #38393a;
    /* text-shadow: 0.3px 0px; */
    opacity: 0.8;

}

/* 表格 */
.mhyrightcontent figure {
    margin: 5% 0;
    border-radius: 12px;
    overflow-x: auto;
}
.mhyrightcontent table {
    display: table;
    margin-bottom: 2%;
    width: 97%;
    border: none;
    border-radius: 12px;
    font-family: "CABIN-REGULAR";
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 30%), 0 0 4px rgb(0 0 0 / 0%) inset;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%), 0 0 4px rgb(0 0 0 / 0%) inset;
    -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0) inset;
}
.mhyrightcontent tr {
    height: 40px;
}
.mhyrightcontent td {
    font-size: 20px;
    padding: 5px;
    border: 0.5px solid #eaeaea;
    line-height: 1.2em;
}
.mhyrightcontent th {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    border: none;
    background: #0071fe;
    font-family: "MONTSERRAT-BLACK1";
   /*  font-size: large; */
    line-height: 1.5em;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    border: 0.5px solid #eaeaea;
    line-height: 1.2em;
}


/* 图片标注 */
.mhyrightcontent span{
    text-align: center;
    font-family: SOURCESANSPRO-REGULAR;
    color: #434444;
    font-size: 20px;
    margin:10px 0;
    font-weight:bolder;
    display: block;
}

/* 参考文献 */
.mhyref {
    margin:25px 0px;
    font-family:SOURCESANSPRO-REGULAR;
    font-size: 16px;
    color: #38393a;
    opacity: 0.8;
    font-style: italic;
}

.kipbutton {
    /* width: 60%;
    height: 60%; */
    /* padding: 4% 1%; */
    background-color: #1c69c6;
    border: none;
    border-radius: 50px;
    font-size: 1em;
    color: #FFFFFF;
    font-family: "MONTSERRAT-BLACK1";
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    display: block;
    margin: 5%;
    text-align: center;
    text-decoration: none;

}