body {
    background-color: #101010
}

.index-container>.index-banner {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    background: url('/static/common/index/img/banner4.png') no-repeat center center;
    background-size: cover;
    overflow: hidden
}

.index-container>.index-banner .index-banner-content {
    padding: 150px 0
}

.index-container>.index-banner .index-banner-content>div {
    max-width: 1440px;
    margin: 0 auto
}

.index-container>.index-banner .index-banner-content>.banner-content-score {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
    color: aliceblue;
    margin-top: 70px;

    div img {
        height: 19px
    }

    .line {
        height: 19px;
        width: 0;
        border-right: 1px solid #CCCCCC;
        display: block
    }
}

.index-container>.index-banner .index-banner-content>.index-banner-title {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.index-container>.index-banner .index-banner-content>.index-banner-title>.main-title {
    color: #FFFFFF;
    font-size: 56px;
    text-align: center;
    margin-top: 40px;
    line-height: 80px
}

.index-container>.index-banner .index-banner-content>.index-banner-title>.subheading {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    margin-top: 8px;
    margin-bottom: 45px
}

.index-container>.index-banner .index-banner-content>.banner-content-button {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    row-gap: 24px;
    align-items: center
}

.index-container>.index-banner .index-banner-content>.banner-content-button>a {
    display: block;
    min-width: 136px;
    height: 48px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    padding: 5px;
    background-clip: content-box;
    transition: all 0.3
}

.index-container>.index-banner .index-banner-content>.banner-content-button>.tryout:hover {
    padding: 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    border: 5px solid rgba(255, 255, 255, 0.4);
    background-clip: content-box
}

.index-container>.index-banner .index-banner-content>.banner-content-button>.tryout {
    color: #101010;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25)
}

.index-container>.index-banner .index-banner-content>.banner-content-button>.contact {
    color: #FFFFFF;
    background-color: #5329FC;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25)
}

.index-container>.index-banner .index-banner-content>.banner-content-button>.contact:hover {
    padding: 0px;
    border: 5px solid rgba(83, 41, 252, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #5329FC 0%, #311896 100%);
    background-clip: content-box
}

.index-container>.index-banner>.index-banner-content>.banner-content-iconlist {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 45px;

    &>.line {
        width: 450px;
        height: auto
    }

    &>.icon {
        width: 48px;
        height: 48px
    }
}

.index-container>.index-banner>.index-banner-content>.banner-content-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 45px
}

.index-container>.index-banner>.index-banner-content>.banner-content-bottom>div {
    padding: 5px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
    border-radius: 24px;
    font-size: 12px;
    color: #FFFFFF
}

.index-container>.index-banner>.index-banner-content>.banner-content-bottom>div>div>img {
    height: 16px;
    width: 16px
}

.index-container>.index-usagescenarios {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0F0F0
}

.index-container>.index-usagescenarios>div {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%
}

.index-container>.index-usagescenarios>.index-usagescenarios-titlebox>div>span {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 32px
}

.index-container>.index-usagescenarios>.index-usagescenarios-titlebox>h2 {
    font-size: 40px;
    line-height: 56px;
    color: #333333;
    margin-top: 16px
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios {
    border-bottom: 1px solid #D3D3D3;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    column-gap: 6px;
    row-gap: 6px;
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item {
    width: 277px;
    padding: 40px 0;
    padding-right: 6px;
    &>div {
        width: 48px;
        height: 48px;
        overflow: hidden;
        position: relative;

        img {
            position: absolute;
            left: -48px;
            top: 0
        }
    }
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item:hover {
    border-bottom: 1px solid #000000;
    padding-bottom: 39px;

    &>div {
        img {
            left: -0
        }
    }

    .avatar {
        background-color: #5329FC
    }
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item>.avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    background-color: #D9D9D9
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item>h5 {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #666666
}

.index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item>p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #666666
}

.index-container>.index-solution {
    max-width: 2560px;
    width: 100%;
    margin: auto;
    background-color: #FFFFFF
}

.index-container>.index-solution>div {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0
}

.index-container>.index-solution>div>.index-solution-title {
    text-align: center
}

.index-container>.index-solution>div>.index-solution-title>span {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 32px
}

.index-container>.index-solution>div>.index-solution-title>h2 {
    font-size: 40px;
    line-height: 56px;
    color: #333333;
    margin-top: 16px
}

.index-container>.index-solution>div>.index-solution-title>p {
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 10px
}

.index-container>.index-solution>div>.index-solution-show {
    height: 300px;
    background: linear-gradient(102deg, #101010 0%, #19234B 50%, #2E6A8A 100%);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.4);
    border-radius: 16px 16px 16px 16px;
    border: 7px solid #101010;
    margin-top: 30px;
    box-sizing: border-box;
    overflow: hidden
}

.index-container>.index-solution>div>.index-solution-show.rollback {
    background: linear-gradient(102deg, #2E6A8A 0%, #19234B 40%, #101010 100%)
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    padding-left: 68px;
    height: 100%
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-title>h5 {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-title>p {
    width: 320px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data {
    display: flex;
    align-items: center;
    color: #333333
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data>.data-right,
.data-left {
    padding: 20px 14px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    column-gap: 13px;
    row-gap: 13px
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data .data-title {
    width: 148px;
    height: 30px;
    border-radius: 48px;
    background: #E7E7E7
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data>.data-right>.data-logo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data .data-item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data .data-item>img {
    width: 22px;
    height: 22px
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data>.data-left {
    background-color: rgba(255, 255, 255, 0.6)
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data>.data-right {
    background-color: #FFFFFF
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-globedata>img {
    width: auto;
    height: 294px;
    position: relative;
    /* top: 24px */
}

.index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-globedata.top-none>img {
    position: relative;
    top: 0px
}

.index-container>.index-learnmore {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    background: #000;
    overflow: hidden
}

.index-container>.index-learnmore>.index-learnmore-box {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("/static/common/index/img/issueBG.png") no-repeat center center;
    background-size: 100%
}

.index-container>.index-learnmore>.index-learnmore-box>h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600px;
    color: #FFFFFF;
    margin: 10px 0
}

.index-container>.index-learnmore>.index-learnmore-box>p {
    font-size: 22px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px
}

.index-container>.index-learnmore>.index-learnmore-box>.index-learnmore-button>a {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 10px;
    background: #5329FC;
    padding: 5px;
    background-clip: content-box;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25)
}

.index-container>.index-learnmore>.index-learnmore-box>.index-learnmore-button>a:hover {
    padding: 0px;
    border: 5px solid rgba(83, 41, 252, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #5329FC 0%, #311896 100%);
    background-clip: content-box
}

.index-container>.index-globallocations {
    max-width: 2560px;
    width: 100%;
    margin: auto;
    background-color: #FFFFFF
}

.index-container>.index-globallocations>div {
    max-width: 1440px;
    width: 100%;
    padding: 100px 0px;
    margin: auto
}

.index-container>.index-globallocations>div>.index-globallocations-title {
    text-align: center
}

.index-container>.index-globallocations>div>.index-globallocations-title>span {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 32px
}

.index-container>.index-globallocations>div>.index-globallocations-title>h2 {
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
    margin-top: 16px
}

.index-container>.index-globallocations>div>.index-globallocations-locations {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 40px;
    justify-content: center
}

.index-container>.index-globallocations>div>.index-globallocations-locations>.locations-item {
    width: 460px;
    height: 140px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index-container>.index-globallocations>div>.index-globallocations-locations>.locations-item>.locations-item-message>img {
    width: 60px;
    height: 40px
}

.index-container>.index-globallocations>div>.index-globallocations-locations>.locations-item>.locations-item-message>h6 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-top: 14px
}

.index-container>.index-globallocations>div>.index-globallocations-locations>.locations-item>.locations-item-message>p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #707E8B
}

.index-container>.index-globallocations>div>.index-globallocations-locations>.locations-item>.locations-item-flag>img {
    width: auto;
    height: 140px
}

.index-container>.index-businessagent {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    background: #F0F0F0;
    overflow: hidden;
    padding: 100px 0
}

.index-container>.index-businessagent>.index-businessagent-content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-title>span {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 32px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-title>h2 {
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
    margin-top: 16px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-title>p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    margin-top: 16px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab {
    max-width: 1440px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    margin-top: 40px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box {
    border: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-around
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.tab-item {
    padding: 24px 0;
    width: 180px;
    text-align: center;
    cursor: pointer
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.active {
    border-bottom: 2px solid #1E0091;
    padding-bottom: 22px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.tab-item:nth-child(-n+2):hover {
    border-bottom: 2px solid #1E0091;
    padding-bottom: 22px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.tab-item>img {
    width: 40px;
    height: 40px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.tab-item>h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-top: 8px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.tab-box>.tab-item>p {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    margin-top: 4px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    column-gap: 30px;
    row-gap: 30px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message {
    text-align: left;
    max-width: 493px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>span {
    background: rgba(121, 26, 255, 0.08);
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #791AFF;
    line-height: 14px;
    padding: 8px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    margin-top: 16px;
    width: auto
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>p {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 16px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>div {
    margin-top: 16px;
    display: flex;
    column-gap: 12px;
    row-gap: 12px
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>div>p {
    max-width: 312px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 23px;
    text-align: left
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>a {
    display: block;
    max-width: 215px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 32px;
    border-radius: 10px;
    background: #5329FC;
    padding: 5px;
    background-clip: content-box
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>.flowrate-message>a:hover {
    padding: 0px;
    border: 5px solid rgba(83, 41, 252, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #5329FC 0%, #311896 100%);
    background-clip: content-box
}

.index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>div>img {
    width: 600px;
    height: 400px;
    border-radius: 8px
}

.index-container>.index-code {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    background: #000;
    padding: 100px 0;
    overflow: hidden
}

.index-container>.index-code>.index-code-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px
}

.index-container>.index-code>.index-code-content>.code-title {
    text-align: left;
    padding: 58px 0;
    max-width: 580px;

    &>span {
        border-radius: 32px;
        border: 1px solid #CCCCCC;
        padding: 8px 12px;
        font-weight: 500;
        font-size: 15px;
        color: #FFF3F3;
        line-height: 18px
    }

    &>h4 {
        font-weight: 600;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 45px;
        margin-top: 16px
    }

    &>div {
        display: flex;
        column-gap: 16px;
        row-gap: 16px;
        margin-top: 16px;

        &>span {
            padding: 6px 8px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.11);
            font-weight: 500;
            font-size: 14px;
            color: #9BFF89;
            line-height: 17px
        }
    }

    &>p {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 16px
    }

    &>div {
        display: flex;
        column-gap: 16px;
        row-gap: 16px;

        &>a {
            min-width: 142px;
            height: 48px;
            border-radius: 10px;
            color: #FFFFFF;
            line-height: 48px;
            text-align: center;
            background-clip: content-box
        }

        &>.usebtn {
            background: #5329FC;
            background-clip: content-box;
            padding: 5px
        }

        &>.usebtn:hover {
            padding: 0px;
            border: 5px solid rgba(83, 41, 252, 0.2);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
            background: linear-gradient(180deg, #5329FC 0%, #311896 100%);
            background-clip: content-box
        }

        &>.viewbtn {
            background-color: #FFFFFF;
            background-clip: content-box;
            color: #101010;
            padding: 5px
        }

        &>.viewbtn:hover {
            padding: 0px;
            background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
            border: 5px solid rgba(255, 255, 255, 0.4);
            background-clip: content-box
        }
    }
}

.index-container>.index-code>.index-code-content>.code-tab {
    width: 680px;
    min-height: 500px;
    height: 500px;
    max-height: 600px;
    background: #222222;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    padding: 24px;

    .code-tab-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;

        .code-tab-title-item {
            padding: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            row-gap: 8px;
            column-gap: 8px;
            border-radius: 10px;
            cursor: pointer;

            span {
                font-weight: 600;
                font-size: 15px;
                color: #FFFFFF
            }

            img {
                height: 24px;
                width: auto
            }
        }

        .code-tab-title-item.active {
            background-color: #5629FF
        }
    }

    .code-tab-content {
        width: 100%;
        height: calc(100% - 97px);
        margin-top: 16px;
        border-radius: 10px;
        background-color: #101010;
        overflow-x: scroll
    }

    .code-tab-content-item {
        background-color: #282b2e
    }
}

.index-container>.index-client {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    
    background: url('/static/common/index/img/appraiseBG.png') no-repeat center center;
    background-size: auto 100%;
    background-color: #FFFFFF;

    &>.index-client-content {
        margin: 0 auto;

        &>.client-title {
            text-align: center;

            &>span {
                border-radius: 32px;
                border: 1px solid #CCCCCC;
                padding: 8px 12px;
                color: #333333
            }

            &>h4 {
                font-weight: 600;
                font-size: 40px;
                color: #333333;
                line-height: 48px;
                margin-top: 16px
            }
        }

        #client-tablist {
            margin-top: 70px;
            max-width: 2560px;
            width: 100%;
            overflow: hidden
        }

        .client-tablist {
            margin-top: 70px;
            max-width: 2560px;
            width: 100%;
            display: flex;
            column-gap: 30px;
            row-gap: 30px;

            .client-tablist-item {
                width: 460px;
                height: 100%;
                border-radius: 12px 12px 12px 12px;
                border: 1px solid #E9E9E9;
                position: relative;
                box-sizing: border-box;
                padding: 32px 24px 16px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                background-color: #FFFFFF;

                &>.avatar {
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    left: 24px;
                    top: -20px
                }

                .appraise-star {
                    color: #FF5843;
                    font-size: 16px
                }

                &>p {
                    font-weight: 400;
                    font-size: 14px;
                    color: rgba(51, 51, 51, 0.5);
                    line-height: 20px;
                    margin-top: 16px;
                    height: 140px
                }

                .line {
                    width: 100%;
                    border-radius: 13px 13px 13px 13px;
                    border: 1px solid #E9E9E9;
                    margin-top: 16px
                }

                .client-information {
                    display: flex;
                    column-gap: 12px;
                    row-gap: 12px;
                    margin-top: 16px;

                    div {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between
                    }

                    &>.client-active {
                        width: 48px;
                        height: 48px
                    }

                    div>.client-occupation {
                        font-weight: 400;
                        font-size: 14px;
                        color: rgba(51, 51, 51, 0.8);
                        line-height: 20px
                    }

                    div>.client-name {
                        font-weight: 500;
                        font-size: 14px;
                        color: #333333;
                        line-height: 20px
                    }
                }
            }
        }
    }
}

@media screen and (max-width:740px) {
    .index-container>.index-code>.index-code-content>.code-tab {
        .code-tab-title {
            column-gap: 10px;
            row-gap: 10px
        }

        .code-tab-content {
            width: 100%;
            height: calc(100% - 97px - 98px)
        }
    }

    .index-container>.index-banner {
        box-sizing: border-box;
        padding: 0 20px
    }

    .index-container>.index-banner .index-banner-content>.banner-content-score {
        display: flex;
        flex-direction: column;

        &>div>img {
            height: 19px
        }

        &>.line {
            height: 19px;
            width: 0;
            border-right: 1px solid #CCCCCC;
            display: none
        }
    }

    .index-container>.index-banner .index-banner-content>.index-banner-title>.main-title {
        font-size: 36px;
        line-height: 50px
    }

    .index-container>.index-banner>.index-banner-content>.banner-content-bottom {
        flex-wrap: wrap
    }

    .index-container>.index-usagescenarios>.index-usagescenarios-scenarios {
        border: none;
        flex-wrap: wrap
    }

    .index-container>.index-usagescenarios>.index-usagescenarios-titlebox>h2 {
        font-size: 32px;
        line-height: 46px
    }

    .index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item {
        border-bottom: 1px solid #D3D3D3
    }

    .index-container>.index-usagescenarios>.index-usagescenarios-titlebox {
        text-align: center
    }

    .index-container>.index-usagescenarios>.index-usagescenarios-scenarios>.scenarios-item {
        width: 100%
    }

    .index-container>.index-solution>div>.index-solution-title>h2 {
        font-size: 32px;
        line-height: 46px
    }

    .index-container>.index-learnmore>.index-learnmore-box>h2 {
        font-size: 32px;
        line-height: 46px;
        font-weight: 600px;
        color: #FFFFFF
    }

    .index-container>.index-learnmore>.index-learnmore-box>p {
        font-size: 16px;
        line-height: 26px;
        color: rgba(255, 255, 255, 0.6);
        margin-top: 16px
    }

    .index-container>.index-globallocations>div>.index-globallocations-title>h2 {
        font-size: 32px;
        line-height: 46px;
        font-weight: 600px
    }

    .index-container>.index-businessagent>.index-businessagent-content>.businessagent-title>h2 {
        font-size: 32px;
        line-height: 46px
    }

    .index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>div>img {
        max-height: 240px
    }
}

@media screen and (max-width:1200px) {
    .index-container>.index-usagescenarios {
        padding: 60px 20px;
        box-sizing: border-box
    }

    .index-container>.index-solution {
        padding: 60px 20px;
        box-sizing: border-box
    }

    .index-container>.index-solution>div>.index-solution-show {
        height: auto
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item {
        padding: 20px
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-title {
        margin: 20px
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data {
        flex-direction: column;
        margin: 20px 0;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data>.data-right,
    .data-left {
        width: 280px
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-data .data-title {
        width: 100%
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-globedata {
        width: 100%;
        height: auto
    }

    .index-container>.index-solution>div>.index-solution-show>.index-solution-show-item>.index-solution-show-item-globedata>img {
        width: 100%;
        height: auto
    }

    .index-container>.index-learnmore>.index-learnmore-box {
        padding: 60px 20px;
        box-sizing: border-box
    }

    .index-container>.index-globallocations {
        padding: 60px 20px;
        box-sizing: border-box;
        margin: 30px auto
    }

    .index-container>.index-businessagent {
        padding: 60px 20px;
        box-sizing: border-box
    }

    .index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div {
        flex-wrap: wrap;
        text-align: left
    }

    .index-container>.index-businessagent>.index-businessagent-content>.businessagent-content-tab>.flowrate-tab>div>div>img {
        width: 100%
    }

    .index-container>.index-code {
        box-sizing: border-box;
        padding: 40px 20px
    }

    .index-container>.index-code>.index-code-content {
        flex-wrap: wrap;

        .code-tab {
            width: 100%
        }
    }

    .index-container>.index-client {
        box-sizing: border-box;
        padding: 40px 20px;

        &>.index-client-content {
            &>.content {
                &>.client-tablist {
                    flex-wrap: wrap;

                    &>.client-tablist-item {
                        width: 100%
                    }
                }
            }
        }
    }
}