.content-wrap {
        background-color: #f6f8f9;
    }
    .doc-content {
        background-color: #fff;
        width: 100%;
        padding: 0 24px 24px 24px;
        border-radius: 12px;
    }
    .tabs-scroll-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        /* 隐藏滚动条 */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    .tabs-scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }


    .account-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 32px 0;
        width: max-content; /* 内容撑开 */
        min-width: 100%;
        flex-wrap: nowrap;
    }
    .account-tabs .tabs-item {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 16px 0px;
        cursor: pointer;
        flex-shrink: 0; /* 防止压缩 */
    }
    .account-tabs .tabs-item .step {
        width: 32px;
        height: 32px;
        /* 自动布局 */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: rgba(1, 27, 70, 0.08);
        font-size: 16px;
        /* 文字/secondary */
        color: #8D93A1;
        padding: 4px;
    }
    .account-tabs .tabs-item.active .step {
        border-radius: 16px;
        background: #F74054;
        border: 3px solid #FFBDBE;
        font-size: 16px;
        color: #FFFFFF;
    }
    .account-tabs .tabs-item .label {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #666666;
    }
    .account-tabs .tabs-item.active .label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: normal;
        /* 文字/标题 */
        /* 样式描述：一级标题-32px */
        color: #202229;
    }
    .account-tabs .arrow-right {
        height: 16px;
        width: 16px;
        flex-shrink: 0; /* 防止压缩 */
    }
    .account-tabs .arrow-right img {
        height: 100%;
        width: 100%;
        display: block;
    }

    .account-cot-box {
        height: calc(100vh - 160px - 90px - 128px);
        overflow-y: auto;
    }
    .account-cot-box::-webkit-scrollbar {
        width: 0;          /* 垂直滚动条宽度 */
        height: 0;         /* 水平滚动条高度 */
        display: none;     /* 兼容旧版 */
    }
    img {
        height: 100%;
        width: 100%;
        display: block;
    }

    .account-cot-box .step1 .title-col {
        display: flex;
        gap: 8px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }
    .account-cot-box .step1 .title-col .step { 
        color: #F74054;
    }
    .account-cot-box .step1 .title-col .text {
        color: #222222;
    }
    .account-cot-box .step1 .tips {
        margin: 24px 0 16px 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #222222;
    }
    .account-cot-box .step1 .img1 {
        width: 1392px;
        height: 100px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step1 .tips-2 {
        margin-top: 16px;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #222222;
    }
    .account-cot-box .step1 .img2 {
        margin-top: 16px;
        width: 1392px;
        height: 467px;
        border: 2px dashed #c3c1c1;
    }

    .account-cot-box .step2 {
        margin-top: 40px;
    }
    .account-cot-box .step2 .title-col {
        display: flex;
        gap: 8px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }
    .account-cot-box .step2 .title-col .step { 
        color: #F74054;
    }
    .account-cot-box .step2 .title-col .text {
        color: #222222;
    }
    .account-cot-box .step2 .tips {
        margin-top: 24px;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #222222;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .account-cot-box .step2 .img1 {
        margin-top: 24px;
        width: 1392px;
        height: 974px;
        border: 2px dashed #c3c1c1;
    }
    

    .account-cot-box .step3 {
        margin-top: 40px;
    }
    .account-cot-box .step3 .title-col {
        display: flex;
        gap: 8px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }
    .account-cot-box .step3 .title-col .step { 
        color: #F74054;
    }
    .account-cot-box .step3 .title-col .text {
        color: #222222;
    }
    .account-cot-box .step3 .tips {
        margin-top: 24px;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #222222;
    }
    .account-cot-box .step3 .action-step {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #F74054;
    }
    
    .account-cot-box .step3 .img1{
        width: 1392px;
        height: 260px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img2{
        width: 1392px;
        height: 170px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img3{
        width: 1392px;
        height: 230px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img4{
        margin-top: 12px;
        width: 1392px;
        height: 251px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img5{
        width: 1392px;
        height: 280px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img6{
        width: 1392px;
        height: 81px;
        border: 2px dashed #c3c1c1;
    }
    .account-cot-box .step3 .img7{
        width: 1392px;
        height: 435px;
        border: 2px dashed #c3c1c1;
    }

    .warning-col {
        margin-top: 24px;
        width: 1392px;
        display: flex;
        align-items: start;
        gap: 6px;
        padding: 16px;
        border-radius: 12px;
        background: rgba(255, 240, 240, 0.8);
    }
    .warning-col .icon {
        min-width: 22px;
        max-width: 22px;
        min-height: 22px;
        max-height: 22px;
    }
    .warning-col .warning {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #F74054;
    }

    @media (min-width: 1440px) and (max-width:1919px){
        .account-cot-box .step1 .img1 {
            width: 1104px;
            height: 80px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 1104px;
            height: 370px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 1104px;
            height: 772px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 1104px;
            height: 230px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 1104px;
            height: 134px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 1104px;
            height: 182px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 1104px;
            height: 198px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 1104px;
            height: 222px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 1104px;
            height: 64px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 1104px;
            height: 345px;
            border: none;
        }
        .warning-col {
            width: 1104px;
        }
    }

    @media (min-width: 1280px) and (max-width:1439px){
        .account-cot-box .step1 .img1 {
            width: 944px;
            height: 68px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 944px;
            height: 316px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 944px;
            height: 660px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 944px;
            height: 196px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 944px;
            height: 116px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 944px;
            height: 156px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 944px;
            height: 170px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 944px;
            height: 190px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 944px;
            height: 54px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 944px;
            height: 295px;
            border: none;
        }
        .warning-col {
            width: 944px;
        }

    }

    @media (min-width: 1024px) and (max-width:1279px){
        .account-cot-box .step1 .img1 {
            width: 928px;
            height: 66px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 928px;
            height: 312px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 928px;
            height: 650px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 928px;
            height: 194px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 928px;
            height: 114px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 928px;
            height: 154px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 928px;
            height: 166px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 928px;
            height: 186px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 928px;
            height: 54px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 928px;
            height: 290px;
            border: none;
        }
        .warning-col {
            width: 928px;
        }
    }

    @media (min-width: 960px) and (max-width:1023px){
        .account-cot-box .step1 .img1 {
            width: 864px;
            height: 62px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 864px;
            height: 290px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 864px;
            height: 604px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 864px;
            height: 180px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 864px;
            height: 106px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 864px;
            height: 142px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 864px;
            height: 156px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 864px;
            height: 174px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 864px;
            height: 50px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 864px;
            height: 270px;
            border: none;
        }
        .warning-col {
            width: 864px;
        }
    }

    @media (min-width: 840px) and (max-width:959px){
        .account-cot-box .step1 .img1 {
            width: 744px;
            height: 54px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 744px;
            height: 250px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 744px;
            height: 520px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 744px;
            height: 155px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 744px;
            height: 90px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 744px;
            height: 122px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 744px;
            height: 134px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 744px;
            height: 150px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 744px;
            height: 44px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 744px;
            height: 232px;
            border: none;
        }
        .warning-col {
            width: 744px;
        }
    }
    @media (min-width: 768px) and (max-width:839px){
        .tabs-scroll-wrapper {
            display: none;
        }
        .account-cot-box {
            height: auto;
        }
        .account-cot-box {
            margin-top: 24px;
        }
        .account-cot-box .step1 .img1 {
            width: 672px;
            height: 48px;
            border: none;
        }
        .account-cot-box .step1 .img2 {
            width: 672px;
            height: 226px;
            border: none;
        }
        .account-cot-box .step2 .img1 {
            width: 672px;
            height: 470px;
            border: none;
        }
       
        .account-cot-box .step3 .img1 {
            width: 672px;
            height: 140px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 672px;
            height: 82px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 672px;
            height: 111px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 672px;
            height: 120px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 672px;
            height: 135px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 672px;
            height: 39px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 672px;
            height: 210px;
            border: none;
        }
        .warning-col {
            width: 672px;
        }

    }

    @media (min-width: 600px) and (max-width:767px){
        .container {
            width: 568px;
        }
        .account-cot-box {
            height: auto;
        }
        .doc-content {
            padding: 0 16px 24px 16px;
        }
        .tabs-scroll-wrapper {
            display: none;
        }
        .account-cot-box {
            margin-top: 16px;
        }
        .account-cot-box .step1 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step1 .tips {
            margin: 16px 0;
        }
        .account-cot-box .step1 .img1 {
            width: 536px;
            height: 38px;
            border: none;
        }
        .account-cot-box .step1 .tips-2 {
            margin-top: 16px;
        }
        .account-cot-box .step1 .img2 {
            margin-top: 8px;
            width: 536px;
            height: 180px;
            border: none;
        }
        .account-cot-box .step2 {
            margin-top: 32px;
        }
        .account-cot-box .step2 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step2 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step2 .img1 {
            margin-top: 16px;
            border: none;
            width: 536px;
            height: 375px;
        }

        .account-cot-box .step3 {
            margin-top: 32px;
        }
        .account-cot-box .step3 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step3 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step3 .action-step {
            margin-top: 16px;
            margin-bottom: 12px;
        }
        .account-cot-box .step3 .img1 {
            width: 536px;
            height: 112px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 536px;
            height: 66px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 536px;
            height: 88px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 536px;
            height: 96px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 536px;
            height: 108px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 536px;
            height: 31px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 536px;
            height: 168px;
            border: none;
        }

        .warning-col {
            width: 536px;
        }
    }

    @media (min-width: 480px) and (max-width:599px){
        .account-cot-box {
            height: auto;
        }
        .doc-content {
            padding: 0 16px 16px 16px;
        }
        .tabs-scroll-wrapper {
            display: none;
        }
        .account-cot-box {
            margin-top: 16px;
        }
        .account-cot-box .step1 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step1 .tips {
            margin: 16px 0;
        }
        .account-cot-box .step1 .img1 {
            width: 416px;
            height: 30px;
            border: none;
        }
        .account-cot-box .step1 .tips-2 {
            margin-top: 16px;
        }
        .account-cot-box .step1 .img2 {
            margin-top: 8px;
            width: 416px;
            height: 140px;
            border: none;
        }
        .account-cot-box .step2 {
            margin-top: 32px;
        }
        .account-cot-box .step2 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step2 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step2 .img1 {
            margin-top: 16px;
            border: none;
            width: 416px;
            height: 291px;
        }

        .account-cot-box .step3 {
            margin-top: 32px;
        }
        .account-cot-box .step3 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step3 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step3 .action-step {
            margin-top: 16px;
            margin-bottom: 12px;
        }
        .account-cot-box .step3 .img1 {
            width: 416px;
            height: 86px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 416px;
            height: 50px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 416px;
            height: 68px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 416px;
            height: 74px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 416px;
            height: 84px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 416px;
            height: 24px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 416px;
            height: 130px;
            border: none;
        }

        .warning-col {
            width: 416px;
        }

    }

    @media (max-width:479px){
        .account-cot-box {
            height: auto;
        }
        .doc-content {
            padding: 0 16px 16px 16px;
        }
        .tabs-scroll-wrapper {
            display: none;
        }
        .account-cot-box {
            margin-top: 16px;
        }
        .account-cot-box .step1 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step1 .tips {
            margin: 16px 0;
        }
        .account-cot-box .step1 .img1 {
            width: 296px;
            height: 21px;
            border: none;
        }
        .account-cot-box .step1 .tips-2 {
            margin-top: 16px;
        }
        .account-cot-box .step1 .img2 {
            margin-top: 8px;
            width: 296px;
            height: 99px;
            border: none;
        }
        .account-cot-box .step2 {
            margin-top: 32px;
        }
        .account-cot-box .step2 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step2 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step2 .img1 {
            margin-top: 16px;
            border: none;
            width: 296px;
            height: 207px;
        }

        .account-cot-box .step3 {
            margin-top: 32px;
        }
        .account-cot-box .step3 .title-col {
            font-size: 16px;
            line-height: 22px;
        }
        .account-cot-box .step3 .tips {
            margin-top: 16px;
        }
        .account-cot-box .step3 .action-step {
            margin-top: 16px;
            margin-bottom: 12px;
        }
        .account-cot-box .step3 .img1 {
            width: 296px;
            height: 62px;
            border: none;
        }
        .account-cot-box .step3 .img2 {
            width: 296px;
            height: 36px;
            border: none;
        }
        .account-cot-box .step3 .img3 {
            width: 296px;
            height: 48px;
            border: none;
        }
        .account-cot-box .step3 .img4 {
            width: 296px;
            height: 53px;
            border: none;
        }
        .account-cot-box .step3 .img5 {
            width: 296px;
            height: 60px;
            border: none;
        }
        .account-cot-box .step3 .img6 {
            width: 296px;
            height: 17px;
            border: none;
        }
        .account-cot-box .step3 .img7 {
            width: 296px;
            height: 92px;
            border: none;
        }

        .warning-col {
            width: 296px;
        }
    }