.collapse.in{
    display: block;
}

h4 {
    overflow: visible;
}
.Experiments section {
    padding-top: 5rem;
    margin-top: 3vw;
}
.hp section {
    padding-top: 0;
}
.no_top{
    padding-top: 0!important;
}
.accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}
.accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}
.accordion .panel-title a {
    display: block;
    padding: 12px 20px 12px 50px;
    background: skyblue;
    font-size: 21px;
    font-weight: 600;
    color: skyblue;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: left;
}
.accordion .panel-title a.collapsed {
    background: repeating-linear-gradient(45deg,lightblue, skyblue 2px, skyblue 2px, skyblue 3px);
    color: skyblue;
    border: 1px solid lightblue;}
/*打开*/
.accordion .panel-title a:after,
.accordion .panel-title a.collapsed:after {
    content: "";
    background: url("https://static.igem.wiki/teams/4195/wiki/web-picture/background/background/shrimp-open.png");
    background-size: 100%;
    font-family: Harding;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: skyblue;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
/**/
/*关闭*/
.accordion .panel-title a.collapsed:after {
    content: "";
    background: skyblue;
    color: skyblue;
    border: 1px solid lightblue;
    box-shadow: none;
}
.accordion .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    border-top: none;
    position: relative;
}
.accordion .panel-body p {
    padding-left: 25px;
}
.accordion .panel-body img{
    width: 100%;
    margin: 1vw auto;
}
.downloadpdf:after {
    font-family: Harding;
}
@media (min-width: 768px) {
    .col-md-6 {
        width: 90% !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto
}
@media screen and (max-width: 45rem) {
    .container {
        width: 90vw;
    }
    .accordion .panel-title a {
        padding: 8px 20px 8px 50px;
        font-size: 14px;
    }
    .accordion .panel-title a:after,
    .accordion .panel-title a.collapsed:after {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .accordion .panel-body {
        padding: 5px 0px 5px 9px;
    }
    .accordion .panel-body p {
        font-size: 12px;
    }
    table {
        margin: 8px 0;
    }
}
@media screen and (min-width: 45.0625rem) and (max-width: 769px) {
    .container {
        width: 85vw;
    }
}
@media screen and (min-width: 769px) {
    .container {
        width: 73vw;
    }
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.exp_name {
    font-size: 2rem;
    color: skyblue;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 10px;
}

.expstep_name {
    font-size: 28px;
    color: skyblue;
    line-height: 3rem;
    text-align: left;
    margin: 25px 0 5px;
    font-family: 'Optima';
    font-weight: bold;
}
@media screen and (max-width: 45rem) {
    .exp_name {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .expstep_name {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin: 35px 0 5px;
    }
    .row {
        margin-bottom: 15vw;
    }
}
@media screen and (min-width: 45.0625rem) and (max-width: 769px) {}
@media screen and (min-width: 769px) {}
.Quick-navigation {
    position: fixed;
    z-index: 1;
    margin: 0;
    top: 20%;
    left: 83vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Quick-navigation_word {
    float: left;
}
#Quick_A {
    top: 10vw;
    position: relative;
}
#Quick_B {
    top: 12.25vw;
    position: relative;
}
#Quick_C {
    top: 14.5vw;
    position: relative;
}
#Quick_D {
    top: 16.75vw;
    position: relative;
}
#Quick_F {
    top: 19vw;
    position: relative;
}
#Quick_A,
#Quick_B,
#Quick_C,
#Quick_D,
#Quick_F {
    text-align: left;
    padding-left: 1vw;
    color: skyblue !important;
    text-decoration: none;
    font-size: 1vw;
    line-height: 1vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}
#Quick_A:hover,
#Quick_B:hover,
#Quick_C:hover,
#Quick_D:hover,
#Quick_F:hover {
    font-weight: bolder;
}
.current+a {
    font-weight: bolder;
}
.Quick-navigation-item>img {
    display: none;
}
.Quick-navigation-item.current>img {
    display: block;
    position: absolute;
}

.Quick-navigation-item img {
    top: 10vw;
    height: 10vw;
    margin: 0;
    float: left;
    position: relative;
}
.Quick-navigation_word>img {
    top: 10vw;
    height: 10vw;
    margin: 0;
    float: left;
    position: relative;
}
@media screen and (max-width: 769px) {
    .Quick-navigation {
        display: none;
    }

}
@media screen and (min-width: 769px) and (max-width: 89.9375rem) {
    .Quick-navigation {
        left: 85vw;
    }
    #Quick_A,
    #Quick_B,
    #Quick_C,
    #Quick_D,
    #Quick_F {
        font-size: 0.8vw;
    }
}
@media screen and (min-width: 90rem) {}
#Overview  .accordion .panel-body p,
.com{
    padding-left: 0px!important;
    border-left: 0px!important;
    text-align: left;

}
.hp p{
    text-indent: 28px;
}
.hp .F1,
.hp .F2,
.hp .F25,
.hp .F3,
.hp .F4,
.hp .F5,
.hp .F6{
    text-align: center!important;
}
.hp .expstep_name{
    margin-top: 65px;
}
.share:after {
    content: "\f064";
    font-family: Harding;
    color: skyblue;
}
.hp h1{
    border-left: 1px dashed #8c8c8c!important;
    padding: 2vw 0 1vw!important;
    font-size: 25px!important;
    text-indent: 2rem;
    text-align: left!important;
}
.hp h1:nth-child(1){
    padding: 0.5vw 0 1vw!important;
}
.marginbottom{
    margin-bottom: 8vw;
}

.Experiments section {
    padding-top: 5rem;
    margin-top: 3vw;
}
.hp section {
    padding-top: 0;
}
.no_top{
    padding-top: 0!important;
}
.accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0px 0px 40px 0px;
}
.accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}
.accordion .panel-title a {
    display: block;
    padding: 12px 20px 12px 50px;
    background: azure;
    font-size: 25px;
    font-weight: 600;
    color: skyblue;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: left;
}
.accordion .panel-title a.collapsed {
    background: repeating-linear-gradient(45deg,lightblue, skyblue 2px, skyblue 2px, skyblue 3px);
    color: white;
    border: 1px solid lightblue;
}
/*打开*/
.prevention .panel-title a:after,
.prevention .panel-title a.collapsed:after {
    content: "";
    background: url("https://static.igem.wiki/teams/4195/wiki/background/prevent.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Harding;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: skyblue;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
/**/
/*关闭*/
.prevention .panel-title a.collapsed:after {
    background: url("https://static.igem.wiki/teams/4195/wiki/background/prevent-bb.png");
    background-size: 100% 100%;
    color: steelblue;
    border: 1px solid lightblue;
    box-shadow: none;
}
.accordion .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    border-top: none;
    position: relative;
}
.accordion .panel-body p {
    padding-left: 25px;
    border-left: 2px dashed skyblue;
    color: #045274;
}
.accordion .panel-body img{
    width: 100%;
    margin: 1vw auto;
}
.downloadpdf:after {
    content: url("https://static.igem.wiki/teams/4195/wiki/web-picture/background/background/shrimp-open.png");
    font-family: Harding;

}
@media (min-width: 768px) {
    .col-md-6 {
        width: 90% !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto
}
@media(max-width: 600px) {
    .container {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 45rem) {
    .container {
        width: 100%;
    }
    .accordion .panel-title a {
        padding: 8px 20px 8px 50px;
        font-size: 1.1rem;
    }
    .accordion .panel-title a:after,
    .accordion .panel-title a.collapsed:after {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .accordion .panel-body p {
        font-size: 12px;
    }
    table {
        margin: 8px 0;
    }
}
@media screen and (min-width: 45.0625rem) and (max-width: 769px) {
    .container {
        width: 85vw;
    }
}
@media screen and (min-width: 769px) {
    .container {
        width: 73vw;
    }
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.exp_name {
    font-size: 2rem;
    color: skyblue;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 10px;
}

.expstep_name {
    font-size: 30px;
    color: #ecae7d;
    text-align: left;
    margin: 50px 40px 40px 5px;
}
@media screen and (max-width: 45rem) {
    .exp_name {
        font-size: 21px;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .expstep_name {
        font-size: 21px !important;
        line-height: 1.5rem;
        margin: 25px 0 25px;
        text-align: left;
    }
    .title-fourth , .five-title{
        font-size: 18px !important;
        line-height: 1.5rem;
        text-align: left;
        margin: 25px 8px 25px 8px;
    }
    .row {
        margin-bottom: 15vw;
    }
}
@media screen and (min-width: 45.0625rem) and (max-width: 769px) {}
@media screen and (min-width: 769px) {}
.Quick-navigation {
    position: fixed;
    z-index: 1;
    margin: 0;
    top: 20%;
    left: 83vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Quick-navigation_word {
    float: left;
}
#Quick_A {
    top: 10vw;
    position: relative;
}
#Quick_B {
    top: 12.25vw;
    position: relative;
}
#Quick_C {
    top: 14.5vw;
    position: relative;
}
#Quick_D {
    top: 16.75vw;
    position: relative;
}
#Quick_F {
    top: 19vw;
    position: relative;
}
#Quick_A,
#Quick_B,
#Quick_C,
#Quick_D,
#Quick_F {
    text-align: left;
    padding-left: 1vw;
    color: skyblue !important;
    text-decoration: none;
    font-size: 1vw;
    line-height: 1vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}
#Quick_A:hover,
#Quick_B:hover,
#Quick_C:hover,
#Quick_D:hover,
#Quick_F:hover {
    font-weight: bolder;
}
.current+a {
    font-weight: bolder;
}
.Quick-navigation-item>img {
    display: none;
}
.Quick-navigation-item.current>img {
    display: block;
    position: absolute;
}

.Quick-navigation-item img {
    top: 10vw;
    height: 10vw;
    margin: 0;
    float: left;
    position: relative;
}
.Quick-navigation_word>img {
    top: 10vw;
    height: 10vw;
    margin: 0;
    float: left;
    position: relative;
}
@media screen and (max-width: 769px) {
    .Quick-navigation {
        display: none;
    }

}
@media screen and (min-width: 769px) and (max-width: 89.9375rem) {
    .Quick-navigation {
        left: 85vw;
    }
    #Quick_A,
    #Quick_B,
    #Quick_C,
    #Quick_D,
    #Quick_F {
        font-size: 0.8vw;
    }
}
@media screen and (min-width: 90rem) {}
#Overview  .accordion .panel-body p,
.com{
    padding-left: 0px!important;
    border-left: 0px!important;
    text-align: left;

}

.hp .expstep_name{
    margin-top: 65px;
}
.share:after {
    content: "\f064";
    font-family: Harding;
    color: skyblue;
}
.hp h1{
    border-left: 1px dashed #8c8c8c!important;
    padding: 2vw 0 1vw!important;
    font-size: 25px!important;
    text-indent: 2rem;
    text-align: left!important;
}
.hp h1:nth-child(1){
    padding: 0.5vw 0 1vw!important;
}
.marginbottom{
    margin-bottom: 8vw;
}

.panel-body p{
    font-size: 18px;
}

.expstep_name:before {
    display: inline-block;
    margin-right: 15px;
    content: ' ';
    background-image: url("https://static.igem.wiki/teams/4195/wiki/navbar-icon/sub-coral/pencil-square.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.table th, .table td{
    border-top:1px solid lightsalmon !important;
    border-bottom:1px solid lightsalmon !important;
    color: lightcoral;
    font-size: 17px;
}

.table {
    margin-top: 50px;
}

.exp_step {
    margin-top: 50px;
    font-family: Harding;
    color: #12548A;
    font-size: 17px;
}

.exp_detail{
    margin-top: 30px;
}

.title-fourth:before{
    display: inline-block;
    margin-right: 15px;
    content: ' ';
    background-image: url("https://static.igem.wiki/teams/4195/wiki/navbar-icon/sub-coral/book.svg");
    background-size: 25px 25px;
    height: 21px;
    width: 25px;
}

.illustration .pic-description{
    text-align: justify !important;
}



/*打开*/
.detection .panel-title a:after,
.detection .panel-title a.collapsed:after {
    content: "";
    background: url("https://static.igem.wiki/teams/4195/wiki/background/detect.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Harding;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: skyblue;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
/**/
/*关闭*/
.detection .panel-title a.collapsed:after {
    background: url("https://static.igem.wiki/teams/4195/wiki/background/detect-bb.png");
    background-size: 100% 100%;
    color: steelblue;
    border: 1px solid lightblue;
    box-shadow: none;
}


/*打开*/



.cure .panel-title a:after,
.cure .panel-title a.collapsed:after {
    content: "";
    background: url("https://static.igem.wiki/teams/4195/wiki/background/cure.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Harding;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: skyblue;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
/**/
/*关闭*/
.cure .panel-title a.collapsed:after {
    background: url("https://static.igem.wiki/teams/4195/wiki/background/cure-bb.png");
    background-size: 100% 100%;
    color: steelblue;
    border: 1px solid lightblue;
    box-shadow: none;
}


.prevention .panel-title a:after,
.prevention .panel-title a.collapsed:after {
    content: "";
    background: url("https://static.igem.wiki/teams/4195/wiki/background/prevent.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Harding;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    color: skyblue;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
/**/
/*关闭*/
.prevention .panel-title a.collapsed:after {
    background: url("https://static.igem.wiki/teams/4195/wiki/background/prevent-bb.png");
    background-size: 100% 100%;
    color: steelblue;
    border: 1px solid lightblue;
    box-shadow: none;
}

@media (max-width: 500px) {
    #accordion-det{
        margin:10px 10px 10px 10px;
    }
    .accordion .panel-heading{
        margin-left: 30px;
        max-width: 85%;
    }
    .expstep_name{
        margin-left: 10px;
    }
    .accordion .panel-body{
        padding: 10px;
    }
    .accordion{
        max-width: 100%;
    }
    .illustration .pic-description{
        margin-left: 20px;
        margin-right: 20px;
    }
}