.main {
    margin: 0 15vw 5rem;
    width: 70vw;
    text-align: left;
}

.headline {
    font-size: 2vw;
    color: #1c5a5a;
    margin-bottom: 1vw;
    padding-top: 5rem;
}

.main p {
    color: #000;
    font-size: 1.2rem;
    text-indent: 2.4rem;
    font-weight: normal;
    font-family: unset;
    line-height: 2rem;
    margin-bottom: 0.8vw;
}

.main h1,
.main h2,
.main h3 {
    font-family: "Microsoft YaHei";
}

.main h1 {
    margin: 0.8vw 0!important;
    font-size: 1.4rem !important;
}

.main h2 {
    font-size: 1.2rem !important;
    font-weight: bolder;
}

.main h3 {
    font-size: 1.1rem !important;
}

.main h4 {
    font-size: 1.05rem !important;
}
.F0>img{
    width: 70vw !important;
}
.F1>img {
    width: 60vw !important;
}

.F2>img {
    width: 50vw !important;
}

.F3>img {
    width: 40vw !important;
}

.F4>img {
    width: 30vw !important;
}

.F25>img {
    width: 25vw !important;
}

.F6>img {
    width: 40vw !important;
}

.F7>img {
    width: 15vw !important;
}

.F8>img {
    width: 10vw !important;
}
.F0,
.F1,
.F2,
.F25,
.F3,
.F4,
.F5,
.F6,
.F7,
.F8 {
    text-indent: 0 !important;
    margin-bottom: 0 !important;
    text-align:  center!important;
    
}

.Figure_word {
    font-size: 0.9rem !important;
    text-align: center !important;
    text-indent: 0 !important;
}

.reference {
    text-indent: 0 !important;
}

.main .indent {
    text-indent: 2.4rem !important;
}

tbody {
    width: auto;
    overflow: auto;
}

.table {
    margin: 0 auto !important;
}

.table th,
.table td,
.table {
    padding: 0.5vw 1vw !important;
    border-collapse: collapse !important;
    border: 2px solid #1c5a5a !important;
    color: #1c5a5a !important;
    background-color: white !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.table td:nth-child(6),
.table td:nth-child(7),
.table th {
    white-space: nowrap;
}

.table td:nth-child(4) {
    padding: 0.5vw 0.3vw !important;
}

.space {
    white-space: normal;
}

.slideBox p {
    text-indent: 0 !important;
    text-align: left !important;
}
.video{
    text-align: center!important;
}
video{
    width: 50vw;
}

@media screen and (max-width: 769px) {
    .headline {
        font-size: 1.4rem;
        margin: 1rem 0 2vw;
        padding: 0;
    }

    .main p {
        font-size: 0.9rem;
        text-indent: 1.8rem;
        line-height: 1.5rem;
        word-wrap: break-word;
        ;
    }
    .F0>img {
        width: 85vw !important;
    }

    .F1>img {
        width: 85vw !important;
    }

    .F2>img {
        width: 85vw !important;
    }

    .F3>img {
        width: 60vw !important;
    }

    .F4>img {
        width: 50vw !important;
        /*SPE*/
    }

    .F6>img {
        width: 85vw !important;
    }

    .F7>img {
        width: 40vw !important;
        margin-left: 15vw;
    }

    .F8>img {
        width: 20vw !important;
    }

    .F25>img {
        width: 40vw !important;
    }

    .main {
        width: 85vw !important;
        margin: 0 7.5vw 5rem;
    }

    .main h1 {
        font-size: 1.15rem!important;
        margin: 0.8vw 0 0;
        font-weight: bold;
        white-space: nowrap;
    }

    .main h2 {
        margin: 0;
        padding: 0;
        font-size: 1.1rem;
        font-weight: normal;
    }

    .table {
        zoom: 0.7;
        -webkit-transform-origin: top left;
        -webkit-transform: scale(1);
    }
    video{
    width: 70vw;
}
}

@media screen and (min-width: 769px) and (max-width: 89.9375rem) {
    .headline {
        font-size: 2rem;
        margin-bottom: 1vw;
    }

    .main p {}

    .table_container {
        overflow-x: scroll !important;
    }

    .table th,
    .table td,
    .table {
        padding: 2px 2px !important;
    }

    .table td:nth-child(4) {
        width: 20vw;
    }
}

@media screen and (max-width: 769px) {
    .table_container {
        overflow-x: scroll !important;
        width: 85vw;
    }

    .table th,
    .table td,
    .table {
        padding: 5px 5px !important;
    }
}

@media screen and (max-width: 45rem) {

    .table th,
    .table td,
    .table {
        padding: 9px 8px !important;
        white-space: nowrap;
    }
}

.click_here:after,
td a:after,
#Attributions a:after,
.judging p>a:after,
.notebook .slideBox p>a:after {
    content: "\f112";
    font-family: fontawesome;
    color: #1c5a5a !important;
}

.click_here span,
.click_here,
#Attributions a,
.judging p>a,
.downloadpdf,
.notebook .slideBox p>a{
    color: #1c5a5a!important;
}
#Attributions .headline{
    padding-top: 1rem;
}
#Attributions p:nth-child(1){
    padding-top: 1rem;
}
.downloadpdf:after {
    content: "\f1c1";
    font-family: fontawesome;
    color: #1c5a5a!important;
}
.center{
    text-align: center!important;
}