@charset "UTF-8";

body {
    text-align: center;
    margin: 0;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    overflow-x: hidden;
}
.importtext {
    font-weight: initial;
}
strong {
    font-weight: bold;
}
.max_width {
    width: 1920px;
}

.title_info{
    font-size: 60px;
    font-weight: initial;
    margin-bottom: 32px;
}
.title_description span span{
    margin: 0 12px;
}

.section_text_left_td{
    width: 50%;
    text-align: left;
}
.section_text_right_td{
    width: 50%;
    text-align: left;
    position: absolute;
}
.section_text_left_title{
    margin: 10px;
}
.section_text_right_title{
    margin: 10px;
}
.section_text_left{
    padding-left: 32px;
    max-width: 670px;
}
.section_text_right{
    padding-left: 32px;
    padding-right: 32px;
    max-width: 670px;
}
.title_left_image{
    position: absolute;
    left: 0;
    bottom: 0;
}
.title_right_image{
    position: absolute;
    right: 0;
    bottom: 0;
}
.title_left_image img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.title_right_image img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section_text_right_item_flag{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    border-radius: 0;
}
.section_text_right_item{
    padding: 10px;
    display: inline-block;
}
.title_info_container{
    /*background-color: antiquewhite;*/
}

.section_container table {
    margin: 0 auto;
}
.section_container {
    text-align: center;
}
.header_info h3{
    font-size: 32px;
    font-weight: initial;
}

.footer_container{
    /*position: relative;*/
    padding-top: 160px;
}
.footer_container>div{
    /*position: absolute;*/
    /*bottom: 0;*/
}
@media screen and (max-width: 600px) {
    .title_info{
        font-size: 24px;
    }
    .contain-container {
        margin: 0;
        /*animation: contain-container-anim 0.5s ease-out;*/
    }
    .title_left_image{
        display: none;
    }
    .title_right_image{
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
    .title_info{
        font-size: 48px;
    }
}
