.banner {
    position: relative;
    width: 100%;
}

.banner .video {
    width: 100%;
}

.banner__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(75, 122, 250, 0.25);
}

.banner__text:before {
    content: '';
    position: absolute;
    top: 150px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: url('../images/banner_pattern_1.svg') center no-repeat;
    background-size: 50px auto;
}

.banner__text:after {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 100px;
    height: 100px;
    background: url('../images/banner_pattern_2.svg') center no-repeat;
    background-size: 100px auto;
}

.ml3 {
    font-weight: 900;
    font-size: 3.5em;
    text-shadow: 0 0 10px rgba(255,255,255,.5);
}

.stickyScrollDown {
    position: sticky;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 0;
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
    text-decoration: auto;
}

.stickyScrollDown img {
    height: 35px;
    margin: 15px 0 50px;
}

.indexTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: #e98383 1px solid;
}

.indexTitle--white {
    color: white;
}

.indexTitle .title__head {
    font-size: 23px;
    font-weight: 700;
}

.indexTitle .title__en {
    font-weight: 100;
    letter-spacing: 1px;
}

.brandList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.brandList li {
    width: calc( 100%/6 - 125px/6 );
}

.brandList li + li {
    margin-left: 25px;
}

.brand__img {
    position: relative;
}

.brand__img img {
    width: 100%;
}

.brand__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 20px;
    color: white;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
}

.brand__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.brand__logo img {
    height: 50px;
}




.indexAbout {
    color: white;
    background: #333;
}

.indexAbout .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.indexAbout__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px;
}

.indexAbout__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('../images/about_pattern_1.svg') center no-repeat;
    background-size: 50px auto;
}

.indexAbout__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url('../images/about_pattern_2.svg') center no-repeat;
    background-size: 25px auto;
}

.indexAbout__text,
.indexAbout__video {
    width: calc( 50% - 25px );
}

.indexAbout__text {
    padding: 50px 75px;
    background: url('../images/about_logo.svg') left bottom no-repeat;
    background-size: 200px auto;
}


.indexAbout__text h3 {
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 23px;
}

.indexAbout__text p {
    line-height: 35px;
}

.indexAbout__video iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

.indexNews .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.indexNews__section {
    width: calc( 50% - 25px );
}

.newsTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}

.newsTitle__head {
    font-size: 23px;
    color: #a9312f;
}

.newsTitle__more {
    color: #333;
}

.indexNews__section ul {
    display: flex;
    flex-direction: column;
}

.indexNews__section ul li {
    padding: 10px 50px 10px 0;
    background: url('../images/more.svg') center right no-repeat;
    background-size: 10px;
}

.indexNews__section ul li + li {
    border-top: #aaa 1px solid;
}

.indexNews__section ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.indexNews__section ul li a .date {
    margin-right: 25px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: #f2f2f2;
}

.indexNews__section ul li a p {
    overflow: hidden;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bannerLink {
    position: sticky;
    top: 140px;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 0;
    padding: 0 20px;
    z-index: 99;
}

.bannerLink a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    color: white;
    background: rgba(0,0,0,0.75);
    opacity: .5;
    transition: .3s;
}

.bannerLink a:hover {
    opacity: 1;
}

.bannerLink a img {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    margin-right: 10px; 
}

/*2024新增*/
.indexverify {
    margin: 100px 500px 150px 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexverify img {
    width: 100px;
    height: 100px;
    margin: 50px;
}

.indexverify .advisory__title {
    font-size: 32px;
    background: none;
    padding-left: 0px;
}

.indexverify .advisory__content p {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}

.loginindex {
    /*max-width: 768px;
    margin: 100px 500px 150px 500px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginindex .wrapper {
    width: calc(100% - 100px);
    max-width: 468px;
    margin: 50px 0px;
}

.loginindex .table__section {
    display: flex;
    flex-direction: column;
}

.loginindex .table__section > * {
    margin-bottom: 20px;
    line-height: 35px;
}

.loginindex .table__section > * + * {
    margin-left: 0px;
}

.loginindex .table__section .sendButton {
    padding: 7.5px 35px;
}

.loginindex .title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding: 25px 0px;
}

@media screen and (max-width: 1200px) {
    .brand__text {
        font-size: 16px;
    }

    .brand__logo img {
        height: 35px;
    }
    
}


@media screen and (max-width: 978px) {


    .banner__text:before {
        top: 25px;
        left: 25px;
        width: 25px;
        height: 25px;
        background-size: 25px auto;
    }
    
    .banner__text:after {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        background-size: 50px auto;
    }

    .ml3 {
        font-size: 1.5em;
    }

    .stickyScrollDown {
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    .stickyScrollDown img {
        height: 15px;
        margin: 10px 0 15px;
    }

    .brandList {
        flex-wrap: wrap;
    }

    .brandList li {
        width: calc( 100%/2 - 12.5px );
    }

    .brandList li:nth-child(n+3) {
        margin-top: 25px;
    }

    .brandList li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .brand__text {
        font-size: 20px;
    }
    
    .brand__logo img {
        height: 50px;
    }
    


    .indexAbout__content {
        flex-direction: column;
        padding: 0;
    }
    

    .indexAbout__content:before {
        width: 25px;
        height: 25px;
        background-size: 25px auto;
    }
    
    .indexAbout__content:after {
        width: 25px;
        height: 25px;
        background-size: 12.5px auto;
    }
    
    .indexAbout__text,
    .indexAbout__video {
        width: 100%;
    }
    
    .indexAbout__text {
        padding: 25px;
        background-size: 100px auto;
    }

    .indexAbout__video {
        margin-top: 25px;
    }
    
    .indexNews .container {
        flex-direction: column;
    }

    .indexNews__section {
        width: 100%;
    }

    .indexNews__section + .indexNews__section {
        margin-top: 50px;
    }

    .indexNews__section ul li a {
        flex-wrap: wrap;
    }
    
    .indexNews__section ul li a .date {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .bannerLink {
        position: absolute;
        top: 40px;
        right: 0px;
        padding: 0 10px;
    }

    .bannerLink a {
        padding: 5px 10px;
        font-size: 12px;
    }

    /*2024新增*/
    .indexverify {
        margin: 0px 75px 0px 75px;
    }

    .indexverify img {
        width: 75px;
        height: 75px;
        margin: 50px;
    }

    .indexverify .advisory__title {
        font-size: 24px;
    }

    .indexverify .advisory__content {
        margin: 10px 0 50px 0;
    }

    .indexverify .advisory__content p {
        font-size: 16px;
        line-height: 28px;
    }
    
    
}

@media screen and (max-width: 480px) {
    .brandList {
        flex-direction: column;
    }

    .brandList li {
        width: 100%;
    }

    .brandList li + li {
        margin-left: 0;
        margin-top: 25px;
    }
}