
.twt-main-box {
    margin: 0 auto 120px;
    max-width: 1440px;
    width: calc(100% - 96px);
}

/*------------------------模块1------------------------*/
.twt-main-box-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 92px;
    padding-top: 89px;
    padding-bottom: 123px;
}

.twt-main-box-flex-left {
    max-width: 880px;
}

.twt-main-box-flex-left-title {
    font-size: 68px;
    font-weight: 500;
    color: #222222;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.twt-main-box-flex-left-title-hover {
    border-radius: 50px;
    padding: 0 30px;
    transition: 0.5s ease;
}

.twt-main-box-flex-left-title:hover .twt-main-box-flex-left-title-hover {
    color: #ffffff;
    background-color: #222222;
}

.twt-main-box-flex-left-text {
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-weight: 400;
    margin-top: 28px;
}

.twt-main-box-flex-left-btn {
    width: 164px;
    height: 52px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #105EFF;
    border-radius: 72px 72px 72px 72px;
    margin-top: 42px;
    cursor: pointer;
}

.twt-main-box-flex-left-btn-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    font-weight: 500;
}

.twt-main-box-flex-left-btn-text-badge {
    display: block;
    background: linear-gradient(90deg, #FF3D2D 0%, #FB8941 74%, #FFBA37 100%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 4px 4px 4px 0;
    position: absolute;
    left: 122px;
    bottom: 38px;
    white-space: nowrap;
    z-index: 2;
}

.twt-main-box-flex-left-btn-text-badge:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -2px;
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    z-index: 1;
    border-left: 8px solid #FE4831;
    border-top: 8px solid transparent;
    border-bottom: 4px solid transparent;
}

.twt-main-box-flex-left-counter {
    margin-top: 153px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.twt-main-box-flex-left-counter-left {
    display: flex;
    justify-content: flex-start;
}

.twt-main-box-flex-left-counter-left-border {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.twt-main-box-flex-left-counter-left-border:not(:first-child) {
    margin-left: -14px;
}

.twt-main-box-flex-left-counter-left-border-avatar {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-color: #FF3D2D;
}

.twt-main-box-flex-left-counter-right {
    max-width: 328px;
    font-size: 15px;
    margin-left: 11px;
    line-height: 16px;
}

.twt-main-box-flex-left-counter-right-number {
    color: #222222;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    text-align: right;
}

.twt-main-box-flex-left-counter-right-text {
    color: #818999;
    line-height: 16px;
    margin-top: 8px;
}

.twt-main-box-flex-right {
    position: relative;
    width: 308px;
    height: 628px;
    min-width: 308px;
    min-height: 628px;
    overflow: hidden;
}

.twt-main-box-flex-right-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.twt-main-box-flex-right-img {
    width: 92%;
    height: 97%;
    margin-top: 3%;
    border-radius: 35px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 4%;
    top: 0;
}

.twt-main-box-flex-right-border-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*------------------------模块1 End------------------------*/

/*------------------------模块2------------------------*/

.twt-main-box-flex-how-use-tw-section {
    margin-top: 120px;
}

.twt-main-box-flex-how-use-tw-section-title {
    max-width: 680px;
    font-size: 52px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin: 0 auto 0;
}

.twt-main-box-flex-how-use-tw-section-text {
    max-width: 680px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin: 24px auto 0;
}

.twt-main-box-flex-how-use-tw-section-box {
    margin-top: 75px;
    background-color: #F6F8FA;
    border-radius: 24px;
    padding: 12px;
}

.twt-main-box-flex-how-use-tw-section-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    transform: scale(0.90);
    border-radius: 24px;
    position: sticky;
    top: 150px;
}

.twt-main-box-flex-how-use-tw-section-box-flex-left {
    padding: 64px 40px;
    flex: 1;
}

.twt-main-box-flex-how-use-tw-section-box-flex-left-subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    text-align: left;
}

.twt-main-box-flex-how-use-tw-section-box-flex-left-title {
    font-weight: 500;
    font-size: 32px;
    color: #222222;
    text-align: left;
    margin-top: 16px;
}

.twt-main-box-flex-how-use-tw-section-box-flex-left-desc {
    font-weight: 400;
    font-size: 16px;
    color: #818999;
    text-align: left;
    margin-top: 16px;
}

.twt-main-box-flex-how-use-tw-section-box-flex-right {
    width: 680px;
    height: 430px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    vertical-align: middle;
}

.twt-tw-one {
    top: 102px;
}

.twt-tw-two {
    top: 130px;
}

.twt-tw-three {
    top: 152px;
}

.twt-tw-four {
    top: 182px;
}

.twt-tw-five {
    top: 212px;
}

.twt-tw-six {
    top: 242px;
}

/*------------------------模块2 End------------------------*/

/*------------------------模块3------------------------*/
.twt-main-box-flex-particularity {
    width: 100%;
    text-align: center;
}

.twt-main-box-flex-particularity-title {
    max-width: 680px;
    font-size: 52px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin: 0 auto;
}

.twt-main-box-flex-particularity-text {
    max-width: 680px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin: 24px auto 0;
}

.twt-main-box-flex-particularity-flex {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.twt-main-box-flex-particularity-flex-box {
    border-radius: 32px;
    padding: 106px 24px;
}

.twt-main-box-flex-particularity-flex-box:nth-child(1) {
    flex: 1;
    background-color: #F0FBF5;
}

.twt-main-box-flex-particularity-flex-box:nth-child(2) {
    flex: 1;
    background-color: #FCFAF8;
}

.twt-main-box-flex-particularity-flex-box:nth-child(3) {
    flex: 1;
    background-color: #F7F9FB;
}

.twt-main-box-flex-particularity-flex-box-icon {
    width: 56px;
}

.twt-main-box-flex-particularity-flex-box-title {
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    margin-top: 28px;
}

.twt-main-box-flex-particularity-flex-box-text {
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-top: 46px;
    line-height: 1.6; /* 建议设置具体行高 */
    height: calc(1.6em * 5); /* 强制高度为5行 */
    font-size: clamp(16px, 18px, 40px);
    font-style: normal;
}

/*------------------------模块3 End------------------------*/


/*响应式*/
@media (min-width: 1440px) {
    /* 样式 for 大屏 */
}

@media (min-width: 1208px) and (max-width: 1439px) {
    /* 样式 for 大屏 */
    .twt-main-box-flex-how-use-tw-section-box-flex-left {
        padding: 48px 40px 58px 40px;
        line-height: 35px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left-desc {
        line-height: 22px;
    }
}

@media (min-width: 990px) and (max-width: 1207px) {
    /* 样式 for 中等屏 */
    .twt-main-box-flex {
        padding-bottom: 0;
    }

    .twt-main-box-flex {
        flex-direction: column;
        justify-content: center;
    }

    .twt-main-box-flex-left-btn {
        width: 343px;
    }

    .twt-main-box-flex-left-btn-text-badge {
        left: 292px;
    }

    .twt-main-box-flex-left-counter-right-text {
        text-align: center;
    }

    .twt-main-box-flex-left {
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .twt-main-box-flex-left-title {
        font-size: 52px;
        text-align: center;
    }

    .twt-main-box-flex-left-counter {
        margin-top: 32px;
        flex-direction: column;
    }

    .twt-main-box-flex-left-counter-right {
        margin-top: 16px;
    }

    .twt-main-box-flex-right {
        margin: 0 auto 70px;
    }

    .twt-main-box-flex {
        gap: 84px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex {
        flex-direction: column;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-right {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }

    .twt-tw-one {
        top: 102px;
    }

    .twt-tw-two {
        top: 102px;
    }

    .twt-tw-three {
        top: 102px;
    }

    .twt-tw-four {
        top: 102px;
    }

    .twt-tw-five {
        top: 102px;
    }

    .twt-tw-six {
        top: 102px;
    }

    .twt-main-box-flex-particularity-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .twt-main-box-flex-particularity-flex-box {
        flex: 0 1 calc(50% - 60px) !important;
    }

    .twt-main-box-flex-particularity-flex-box:nth-child(3) {
        flex: 0 1 calc(50% - 60px) !important;
    }

    .twt-main-box-flex-left-counter-right-number {
        text-align: center;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    /* 样式 for 平板 */
    .twt-main-box-flex {
        padding-bottom: 0;
    }

    .twt-main-box-flex {
        flex-direction: column;
        justify-content: center;
        padding-top: 41px;
    }

    .twt-main-box-flex-left-btn {
        width: 343px;
    }

    .twt-main-box-flex-left-btn-text-badge {
        left: 292px;
    }

    .twt-main-box-flex-left-counter-right-text {
        text-align: center;
    }

    .twt-main-box-flex-left {
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .twt-main-box-flex-left-title {
        max-width: 430px;
        font-size: 52px;
        text-align: center;
    }

    .twt-main-box-flex-left-counter {
        margin-top: 32px;
        flex-direction: column;
    }

    .twt-main-box-flex-left-counter-right {
        margin-top: 16px;
    }

    .twt-main-box-flex-right {
        margin: 0 auto 70px;
    }

    .twt-main-box-flex {
        gap: 84px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex {
        flex-direction: column;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-right {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }

    .twt-tw-one {
        top: 102px;
    }

    .twt-tw-two {
        top: 102px;
    }

    .twt-tw-three {
        top: 102px;
    }

    .twt-tw-four {
        top: 102px;
    }

    .twt-tw-five {
        top: 102px;
    }

    .twt-tw-six {
        top: 102px;
    }

    .twt-main-box-flex-particularity-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .twt-main-box-flex-particularity-flex-box {
        flex: 0 1 100% !important;
    }

    .twt-main-box-flex-left-counter-right-number {
        text-align: center;
    }
    .twt-main-box {
        width: calc(100% - 64px);
    }
}

@media (min-width: 520px) and (max-width: 749px) {
    /* 样式 for 小屏 */
    .twt-main-box-flex {
        flex-direction: column;
        justify-content: center;
        padding-top: 41px;
        padding-bottom: 0;
        gap: 84px;
    }


    .twt-main-box-flex-left-btn {
        width: 80%;
    }

    .twt-main-box-flex-left-btn-text-badge {
        left: 80%;
    }

    .twt-main-box-flex-left-counter-right-text {
        text-align: center;
    }

    .twt-main-box-flex-left {
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .twt-main-box-flex-left-title {
        max-width: 430px;
        font-size: 34px;
        text-align: center;
    }

    .twt-main-box-flex-left-counter {
        margin-top: 32px;
        flex-direction: column;
    }

    .twt-main-box-flex-left-counter-right {
        margin-top: 16px;
    }

    .twt-main-box-flex-right {
        width: 308px;
        height: 628px;
        min-width: 308px;
        min-height: 628px;
        margin: 0 auto 70px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex {
        flex-direction: column;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-right {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }

    .twt-tw-one {
        top: 102px;
    }

    .twt-tw-two {
        top: 102px;
    }

    .twt-tw-three {
        top: 102px;
    }

    .twt-tw-four {
        top: 102px;
    }

    .twt-tw-five {
        top: 102px;
    }

    .twt-tw-six {
        top: 102px;
    }

    .twt-main-box-flex-particularity-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .twt-main-box-flex-particularity-flex-box {
        flex: 0 1 100% !important;
    }

    .twt-main-box-flex-left-counter-right-number {
        text-align: center;
    }

    .twt-main-box-flex-how-use-tw-section-title {
        font-size: 28px;
    }

    .twt-main-box-flex-how-use-tw-section {
        margin-top: 60px;
    }

    .twt-main-box {
        margin-bottom: 60px;
        width: calc(100% - 64px);
    }

    .twt-main-box-flex-how-use-tw-section-box {
        margin-top: 40px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left {
        padding: 16px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left-title {
        font-size: 18px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left-subtitle {
        font-size: 14px;
    }

    .twt-main-box-flex-particularity-title {
        font-size: 28px;
    }

    .twt-main-box-flex-particularity-flex-box {
        padding: 56px 24px;
    }

    .twt-main-box-flex-particularity-flex-box-title {
        font-size: 18px;
        margin-top: 40px;
    }

    .twt-main-box-flex-particularity-flex-box-text {
        font-size: 14px;
        margin-top: 24px;
    }
}

@media (max-width: 519px) {
    /* 样式 for 超小屏（手机） */
    .twt-main-box-flex {
        flex-direction: column;
        justify-content: center;
        padding-top: 41px;
        padding-bottom: 0;
        gap: 38px;
    }

    .twt-main-box-flex-left-btn {
        width: 80%;
    }

    .twt-main-box-flex-left-btn-text-badge {
        left: 80%;
    }

    .twt-main-box-flex-left-counter-right-text {
        text-align: center;
    }

    .twt-main-box-flex-left {
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .twt-main-box-flex-left-title {
        max-width: 430px;
        font-size: 34px;
        text-align: center;
    }

    .twt-main-box-flex-left-counter {
        margin-top: 32px;
        flex-direction: column;
    }

    .twt-main-box-flex-left-counter-right {
        margin-top: 16px;
    }

    .twt-main-box-flex-right {
        width: 190px;
        height: 388px;
        min-width: 190px;
        min-height: 388px;
        margin: 0 auto 70px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex {
        flex-direction: column;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-right {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }

    .twt-tw-one {
        top: 102px;
    }

    .twt-tw-two {
        top: 102px;
    }

    .twt-tw-three {
        top: 102px;
    }

    .twt-tw-four {
        top: 102px;
    }

    .twt-tw-five {
        top: 102px;
    }

    .twt-tw-six {
        top: 102px;
    }

    .twt-main-box-flex-particularity-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .twt-main-box-flex-particularity-flex-box {
        flex: 0 1 100% !important;
    }

    .twt-main-box-flex-left-counter-right-number {
        text-align: center;
    }

    .twt-main-box-flex-how-use-tw-section-title {
        font-size: 28px;
    }

    .twt-main-box-flex-how-use-tw-section {
        margin-top: 60px;
    }

    .twt-main-box {
        margin-bottom: 60px;
        width: calc(100% - 32px);
    }

    .twt-main-box-flex-how-use-tw-section-box {
        margin-top: 40px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left {
        padding: 16px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left-title {
        font-size: 18px;
    }

    .twt-main-box-flex-how-use-tw-section-box-flex-left-subtitle {
        font-size: 14px;
    }

    .twt-main-box-flex-particularity-title {
        font-size: 28px;
    }

    .twt-main-box-flex-particularity-flex-box {
        padding: 56px 24px;
    }

    .twt-main-box-flex-particularity-flex-box-title {
        font-size: 18px;
        margin-top: 40px;
    }

    .twt-main-box-flex-particularity-flex-box-text {
        font-size: 14px;
        margin-top: 24px;
    }
}