/***********************/
.page_banner{
    width: 100%;
    max-width: 1920px;
    display: flex;
    margin: auto;
    align-items: center;
    background: black;
}
.page_banner img{
    background-repeat: no-repeat;
    width: 100%;
    object-fit: fill;
}
.page_banner p{
    color: white;
    font-size: 1.875em;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
    position: absolute;
    width: 50%;
    /* margin-top: 3em; */
    margin-left: 3em;

}
.page_banner p::after{
    content: "";
    height: 0.05em;
    background-color: #A5E43E;
    position: absolute;
    top: 105%;
    width: 4em;
    left: 0;
}
@media screen and (min-width: 1920px) {
    .page_banner p{
        font-size: 3em;
        width: 50%;
        margin: 0 7%;
    }
}
/*******rightBody*******/
#content-right{
    margin: 0 4%;
    text-align: justify;
}
#content-right h1{
    color: #343434;
    font-weight: 700;
    font-size: 2em;
}
#content-right h2{
    font-size: 1.2em;
    color: #343434;
    font-weight: 400;
    margin-top: 1.875em;
    margin-bottom: 1.25em;
}
#content-right .tinymce_content .table p{
    margin: 0.3em 0;
    line-height: 1.5em;
}

#content-right .tinymce_content ul ol li {
    margin: 10px 0;
    font-size: 1.125em;
    font-family: 'Microsoft YaHei', sans-serif;
}
#content-right .tinymce_content ul {
    margin-bottom: 1rem;
}
#content-right .tinymce_content ol{
    padding-left: 10%;
}
#content-right .tinymce_content a{
    text-decoration: none;
    font-size: 1em;
    line-height: 2em;
    margin-left: 5px;
}
#content-right .tinymce_content p strong{
    color: #1A74DB;
}
#content-right .tinymce_content tr p strong{
    color: #333333;
}
#content-right .tinymce_content p{
    font-size: 1.125em;
    line-height: 2.5em;
}
#mobileOnly #content-right .tinymce_content ul ol li{
    font-size: 1em;
}
/***************leftMeun***********/
#content-left{
    padding-right: 4%;
    
}
/*************participant***********/
#participant_index_container p::after{
    /* left: 10em; */
}
/*************search***********/
#search_index_container p::after{
    /* left: 3em; */
}
/*************appDownload***********/
.appDownload_info_box {
    width: 100%;
    display: inline-flex;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    border-radius: 10px;
    border: 1px solid #3333331a;
    overflow: hidden;
}
.appDownload_info_box h1{
    display: flex;
    align-items: center;
    padding: 24px 10px;
    font-size: 1.25em;
    width: 100%;
    background: #1A74DB;
    color: white;
}
.nav_padding {
    margin-top: 3.5em;
}
.app-download-content {
    font-size: 1.25em;
    padding-left: 15px;
}


.app-download-btn a{
    text-decoration: none;
    width: 200px;
    margin-right: 1.2em;
    margin-bottom: 10px;
    height: fit-content;
    display: inline-block;
}
.app-download-btn a img{
    width: 200px;
}
.appDownload_info_box #content {
    display: flex;
    justify-content: space-between;
}
.appdownload_img{
    width: 24.5vw;
    height: fit-content;
    float: right; 
    margin-right: 15px;
}
#mobileOnly .appDownload_info_box_mobile{
    background-image: url("../../images/appDownload/appdownload_Background.png");
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100%;
    background-size: cover;
}
#mobileOnly .appDownload_info_box_mobile {
    text-align: center;
}
#mobileOnly .appDownload_info_box_mobile h1 {
    padding: 15px 0;
    font-size: 1em;
}
#mobileOnly .app-download-content {
    padding: 5px;
    font-size: 0.9em;
}
#mobileOnly .appdownload_img{
    width: 480px;
    height: fit-content;
    float: unset;
}
#mobileOnly.appDownload_info_box #content {
    display: unset;
}