.content {
    width: 100%;
    margin: 0px auto;
}
@media (min-width: 1025px) {
    .content {
        width: 100%;
        min-height: 500px;
    }
}
.contentL {
    display: block;
    width: 100%;
    height: 87px;
}
@media screen and (min-width: 769px) {
    .contentL {
        height: 123px;
    }
}
.modal-dialog-centered{
        min-height: auto !important;
}
@media screen and (min-width: 1025px) {
    .contentL {
        height: 139px;
    }
}
.gnnkKu-flair {
    position: relative !important;
    margin-top: 4em;
}
.contentR {
    position: fixed;
    z-index: 100;
    top: 113px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 641px) {
    .contentR {
        top: 145px;
    }
}
.content1 {
    position: relative;
    background-image: linear-gradient(transparent 134px, rgb(255, 255, 255) 72px, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 641px) {
    .content1 {
        padding: 0px;
        background-image: none;
    }
}
.content2{
        position: relative;
        width: 100%;    
}
.sectionT {
    position: relative;
    width: 100%;
    padding: 2.5rem 0px 0px;
    margin: 0px;
}
.sectionT:first-child {
    padding-top: 0px;
}
@media screen and (min-width: 641px) {
    .sectionT {
        padding: 2.5rem 0px 3rem;
        background-position: center center;
    }
}
@media screen and (min-width: 1025px) {
    .sectionT {
        padding: 2.5rem 0px 4rem;
    }
}



.sectionTc {
    width: 100%;
    margin: auto;
}


@media screen and (min-width: 641px) {
    .sectionTc {
        max-width: 425px;
    }
}
@media screen and (min-width: 769px) {
    .sectionTc {
        max-width: 642px;
    }
}
@media screen and (min-width: 1025px) {
    .sectionTc {
        max-width: 904px;
    }
}
.sectionTctit {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 0px 1rem 1.5rem;
    color: rgb(70, 70, 80);
}
@media screen and (min-width: 641px) {
    .sectionTctit {
        margin: 0px 0px 2.5rem;
        color: rgb(0, 0, 0);
    }
}
@media screen and (min-width: 1025px) {
    .sectionTctit {
        color: rgb(0, 0, 0);
    }
}

.sectionTctith {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}


.sectionTctith h1 {
    margin-right: 1.5rem;
    font-family: "VP Condensed Next", Impact, arial, sans-serif;
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 48px;
}
@media screen and (min-width: 641px) {
    .sectionTctith h1 {
        font-family: "VP Condensed Next", Impact, arial, sans-serif;
        font-weight: 400;
        font-size: 2.625rem;
        line-height: 50px;
    }
}

.sectionTctit h3 {
    font-family: "VP Next", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
}
@media screen and (min-width: 641px) {
    .sectionTctit h3 {
        font-family: "VP Next", arial, sans-serif;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 22px;
    }
}
.sectionTcl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    grid-auto-rows: auto;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (min-width: 641px) {
    .sectionTcl {
        gap: 1rem;
    }
}
@media screen and (min-width: 1025px) {
    .sectionTcl {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {
    grid-area: auto;
}
@media screen and (min-width: 769px) {
    .grid1{
        grid-area: 1 / 1 / span 1 / span 1;
    }
    .grid2{
        grid-area: 1 / 2 / span 1 / span 1;
    }
    .grid3{
        grid-area: 2 / 1 / span 1 / span 1;
    }
    .grid4{
        grid-area: 2 / 2 / span 1 / span 1;
    }
    .grid5{
        grid-area: 3 / 1 / span 1 / span 1;
    }
    .grid6{
        grid-area: 3 / 2 / span 1 / span 1;
    }
    .grid7{
        grid-area: 4 / 1 / span 1 / span 1;
    }
    .grid8{
        grid-area: 4 / 2 / span 1 / span 1;
    }
    .grid9{
        grid-area: 5 / 1 / span 1 / span 1;
    }
    .grid10{
        grid-area: 5 / 2 / span 1 / span 1;
    }
    .grid11{
        grid-area: 6 / 1 / span 1 / span 1;
    }
    .grid12{
        grid-area: 6 / 2 / span 1 / span 1;
    }
    
    .imagecon {
        position: relative;
        display: flex;
        overflow: hidden;
        box-sizing: border-box;
        transition: box-shadow 250ms ease-in-out;
    }
    .imagecon img {width:100%;display: block; height: auto;}
    @media screen and (min-width: 641px) {
        .imagecon {
            width: 425px;
            height: 144px;
            padding-bottom: inherit;
        }
    }
    @media screen and (min-width: 769px) {
        .imagecon {
            width: 442px;
            height: 182px;
            padding-bottom: inherit;
        }
    }
    @media screen and (max-width: calc(1024.98px)) {
        @media screen and (min-width: 641px) {
            .imagecon {
                width: 425px;
                height: 144px;
                padding-bottom: inherit;
            }
        }
    }
    @media screen and (max-width: calc(1024.98px)) {
        @media screen and (min-width: 769px) {
            .imagecon {
                width: 313px;
                height: 106px;
                padding-bottom: inherit;
            }
        }
    }
}
.dix {
    position: absolute;
    top: -67.76vw;
    width: 100%;
    height: 67.76vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.52) 14%, rgba(255, 255, 255, 0.74) 19%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.97) 36%, rgb(255, 255, 255) 58%);
}
@media screen and (min-width: 641px) {
    .dix {
        top: -352px;
        height: 352px;
    }
}
@media screen and (min-width: 769px) {
    .dix {
        top: -171px;
        height: 291px;
    }
}
/* 添加部分 */
.sc-jXbUNg:hover path{
    fill: rgb(236, 0, 140);
}
.buUnaC {
    position: relative;
    margin-left: -0.5rem;
}
.eOgAuE {
    flex: 1 1 0%;
    color: rgb(70, 70, 80);
    font-family: "VP Next", arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 23px;
}
.bOUZSQ {
    margin: 0.5rem;
}
@media(max-width: 769px) {
    .modal-dialog {
        margin: 6rem 1.5rem!important;
    }
    .slider {
       max-width: 400px!important;
    }
     .slider-index {
        height: 230px !important;
     }
}

.slider-index {
    height: 500px;
 }
 
.slider {
    position: relative;
    top: -19.88vw;
    overflow: hidden;
    max-width: 906px;
    margin: 0px auto -3.88vw;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .slider {
        top: -39px;
        margin-bottom: -50px;
    }
}




.dYQBPi button {
    width: 158px;
    margin: 0px 0.5rem;
}

.Hvypw {
    border-radius: 2px;
    border: 1px solid rgb(236, 0, 140);
    outline: 0px;
    overflow: hidden;
    padding: 0.25rem 1rem;
    font-family: "VP Next", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
    height: 3rem;
    white-space: nowrap;
    cursor: pointer;
    transition-property: background-color, border-color, color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    background-color: rgb(236, 0, 140);
    color: rgb(255, 255, 255);
}
@media (min-width: 641px) {
    .dYQBPi button {
        width: 234px;
        margin: 0px 0.75rem;
    }
}


.dbNhMj {
    width: 100%;
    height: 235px;
    background-position: center center;
    background-size: cover;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255)), url(./wbg.jpg);
}
@media screen and (min-width: 641px) {
    .dbNhMj {
        height: 285px;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255)), url(./wbg.jpg);
    }
}
@media screen and (min-width: 1025px) {
    .dbNhMj {
        height: 400px;
    }
}

.gdmDvY {
    position: relative;
    z-index: 1;
}
.ldxahg {
    display: block;
    border-bottom: 4px solid rgb(236, 0, 140);
    background-color: rgb(247, 247, 247);
}

.hZbknQ {
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    padding: 2.5rem 1.5rem;
    margin: 0px auto;
    background-color: rgb(247, 247, 247);
}
@media screen and (min-width: 1025px) {
    .hZbknQ {
        padding: 2rem 110px 1.5rem;
    }
}
.jRLBdx:nth-child(-n+2) {
    border-bottom: 1px solid rgb(225, 225, 228);
}

.jRLBdx:first-child {
    flex-wrap: wrap;
}

.jRLBdx {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gXRTud {
    display: flex;
}

.jRLBdx:first-child > div {
    width: auto;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 1025px) {
    .jRLBdx > :first-child {
        padding-left: 0px;
    }
}
@media screen and (min-width: 1025px) {
    .jRLBdx > * {
        width: 50%;
    }
}
@media screen and (min-width: 1025px) {
    .jRLBdx > :last-child {
        padding-right: 0px;
    }
}
.gKimCP {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.iyuszE {
    display: flex;
}
.cUTDUG {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.dKXpbl:not(:last-child) {
    margin-right: 1.5rem;
}
.dKXpbl {
    margin-bottom: 0.5rem;
    color: rgb(70, 70, 80);
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
}
.jwxSvn {
    color: rgb(236, 0, 140);
}
.PmICO {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(70, 70, 80);
    text-decoration: none;
}



.iPQggZ {
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
}
.PmICO svg {
    width: 24px;
    height: 24px;
    margin-right: 0.25rem;
}
.bNKXMA {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gXRTud {
    display: flex;
}

.fuQcEI {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
}
.cLChRc {
    max-width: 140px;
    height: 50px;
}
@media screen and (min-width: 1025px) {
    .fuQcEI {
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 1025px) {
    .bNKXMA > :first-child {
        padding-left: 0px;
    }
}
.enPYUs {
    width: 100% !important;
    margin-top: 0.5rem;
}
@media screen and (min-width: 1025px) {
    .enPYUs {
        width: 206px !important;
        margin-top: 2rem;
    }
}
.gXqatK {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
    display: none;
}
@media screen and (min-width: 1025px) {
    .gXqatK{
        display: block;
    }
}
.iqOjpd {
    display: inline-block;
    width: 100%;
    height: 3rem;
    border: 1px solid rgb(225, 225, 228);
    border-radius: 2px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    outline: none;
    user-select: none;
    cursor: pointer;
}
.eCIpEy {
    height: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    color: rgb(70, 70, 80);
}
.dtTCMc {
    margin-left: 1rem;
}
.hNkNOM {
    display: flex;
    padding-right: 0.75rem;
}
.kRPixU {
    display: flex;
    margin: 0px 0.5rem 0px 1rem;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    width: calc(100% - 4.5rem);
    overflow: hidden;
}
.eOcUYC {
    display: flex;
    flex-direction: column;
    width: calc(100% - 2.25rem);
}
.drJxFk {
    width: 100%;
    overflow: hidden;
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dddvMk svg {
    width: 24px;
    height: 24px;
}
.hCVbjA {
    transition: 0.125s ease-in-out;
}

.bDVFsG {
    width: 1.25rem;
    height: 1.25rem;
    float: right;
    margin: 0px 1rem;
}
.FYBYt {
    display: flex;
    background-color: rgb(255, 255, 255);
}

.glBvuf {
    display: inline-flex;
    flex-flow: row-reverse;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    padding: 0px;
    margin: 0.75rem auto;
}
@media screen and (min-width: 1025px) {
    .glBvuf {
        padding: 0px 110px;
    }
}

.pZQKN {
    align-self: center;
    width: 190px;
    height: 56px;
    margin-right: 2rem;
}
@media screen and (min-width: 1025px) {
    .pZQKN {
        height: 2rem;
        margin-right: 5.75rem;
    }
}
.ceFrSQ {
    display: inline-block;
    height: 50px;
}
.iZZnXB {
    width: 152px;
    height: 3rem;
    margin-right: 1.5rem;
}
@media screen and (min-width: 1025px) {
    .iZZnXB {
        width: 178px;
        height: 3.5rem;
    }
}

.iyuszE {
    display: flex;
}
.jRLBdx:first-child p {
    color: rgb(70, 70, 80);
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
}

.icZDTx {
    margin-top: 0px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(70, 70, 80);
    word-break: break-word;
    font-family: "VP Next", arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
}
@media screen and (min-width: 1025px) {
    .cRNGnC > :first-child {
        padding-left: 0px;
    }
}
@media screen and (min-width: 1025px) {
    .cRNGnC > * {
        width: 25%;
    }
}

.kLEGsL {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 1rem;
}
.iyuszE {
    display: flex;
}
.gfMpDu {
    margin-top: 0px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(70, 70, 80);
    word-break: break-word;
    font-family: "VP Next", arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
}
.cRSRjq {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.lddNBJ {
    margin-bottom: 0.5rem;
    color: rgb(70, 70, 80);
    font-family: "HK Grotesk", arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
}
.lddNBJ:not(:last-child) {
    margin-right: 0px;
}
@media screen and (min-width: 1025px) {
    .dhcECy {
        height: 0px;
    }
}

@media screen and (min-width: 1025px) {
    .dhcECy {
        height: 0px;
    }
}
.iabqxj {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 62.5rem;
    background-color: rgb(247, 247, 247);
    transition-duration: 0.2s;
    transition-property: border-color;
}
.etGTdq {
    display: flex;
     /*width: fit-content;*/
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    padding: 1rem;
    white-space: nowrap;
    list-style-type: none;
    scrollbar-width: none;

}
.geFTRL{  height:78px;  }
.geFTRL::-webkit-scrollbar{}
.eSxKSQ:first-child {
    margin-left: 0px;
}
.eSxKSQ {
    display: flex;
    flex-shrink: 0;
    margin: 0px 0.25rem;
}
@media screen and (min-width: 1025px) {
    .eSxKSQ {
        margin: 0px 0.5rem;
    }
}
.jyGOwN {
    display: flex;
    flex-shrink: 0;
    margin: 0px 0.25rem;
}
@media screen and (min-width: 1025px) {
    .jyGOwN {
        margin: 0px 0.5rem;
    }
}
.eSxKSQ > a {
    -webkit-box-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 62.5rem;
    background: rgb(255, 255, 255);
    color: inherit;
    box-shadow: 0px 0px 0px 2px inset;
    transition-duration: 0.3s;
    transition-property: background-color;
}
.jyGOwN > a {
    -webkit-box-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.7);
    color: inherit;
    border-radius: 62.5rem;
    box-shadow: rgb(225, 225, 228) 0px 0px 0px 1px inset;
    transition-duration: 0.3s;
    transition-property: background-color;
}

.bbrTNF {
    display: none;
}
@media screen and (min-width: 1025px) {
    .bbrTNF {
        position: relative;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 0px 1rem 0px 0px;
        text-align: center;
        transition: 50ms;
        color: rgb(70, 70, 80) !important;
    }

    .bbrTNF svg path {
        fill: rgb(70, 70, 80);
    }
    
}
.diynone{
    display: none;
}
.cNPizk{
    opacity:0;
}

.cRNGnC:nth-child(-n+2) {
    border-bottom: 1px solid rgb(225, 225, 228);
}


.cRNGnC:nth-child(2) {
    padding: 2.5rem 0px;
}
@media screen and (max-width: 1025px){

.cRNGnC {
    flex-direction: column;
}
}
.cRNGnC {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gSkBFS:first-child {
    padding-top: 1.5rem;
}

.gSkBFS {
    display: flex;
    padding: 0.5rem 0px;
    font-size: inherit;
    list-style: none;
}

@media screen and (min-width: 641px) {
    .geFTRL {
           height: 78px;
    }
    .cNfoqu { scrollbar-width:auto;}
    .cNfoqu::-webkit-scrollbar{height:8px; }
    .cNfoqu::-webkit-scrollbar-track{
        background-color: rgba(255, 255, 255, 0.01);
    }
    .cNfoqu::-webkit-scrollbar-thumb{
        background: rgba(0, 0, 0, 0.1);
    }
    .etGTdq{ scrollbar-width:auto;}
    .etGTdq::-webkit-scrollbar{height:8px; }
    .etGTdq::-webkit-scrollbar-track{
        border-radius: 1px;
        background-color: rgba(255, 255, 255, 0.01);
    }
    .etGTdq::-webkit-scrollbar-thumb{
        background: rgba(0, 0, 0, 0.1);
    }
}

