@media (min-width:960px) {
    .home-bananer {
        padding-top: 120px;
        padding-bottom: 198px;
        position: relative;
        overflow: hidden;
        margin-top: 68px;
    }
    .home-bananer .content {
        width: 1100px;
    }
    .home-bananer .banner-pic {
        position: absolute;
        top: 50%;
        right: 50%;
        margin-top: -250px;
        /* width: 556px; */
        margin-right: -729px;
        max-width: initial;
    }
    .home-bananer .left-view .title {
        font-size: 48px;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 600;
        color: #2a2a2a;
        line-height: 60px;
    }
    .home-bananer .left-view .desc {
        width: 629px;
        font-size: 18px;
        font-family: HKGrotesk-Light, PingFang SC;
        font-weight: 300;
        color: #000000;
        line-height: 40px;
        margin-top: 13px;
    }
    .home-bananer .left-view .tip {
        font-size: 24px;
        font-family: HKGrotesk-Medium, PingFang SC;
        color: #fb9c00;
        line-height: 33px;
        margin-top: 10px;
    }
    .home-bananer .left-view .btn-list {
        display: flex;
        margin-top: 24px;
    }
    .home-bananer .left-view .btn-list .btn {
        margin-right: 20px;
        width: 200px;
        height: 56px;
        background: white;
        box-shadow: 0px 2px 10px 0px rgba(69, 69, 69, 0.12);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #185eaf;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s all;
        box-sizing: border-box;
        border: 2px solid #436fff;
        color: #436fff;
        cursor: pointer;
        text-decoration: inherit;
    }
    .home-bananer .left-view .btn-list .btn .to-win-icon {
        width: 25px;
        height: 25px;
        background: url("./static2/svg/bg-win-blur.svg") no-repeat center;
        background-size: contain;
        margin-right: 10px;
    }
    .home-bananer .left-view .btn-list .btn .to-mac-icon {
        width: 25px;
        height: 25px;
        background: url("./static2/svg/finder.svg") no-repeat center;
        background-size: contain;
        margin-right: 10px;
    }
    .home-bananer .left-view .btn-list .btn img {
        margin-right: 10px;
    }
    .home-bananer .left-view .btn-list .win-btn {
        background: #436fff;
        border-radius: 10px;
        color: white;
    }
    .home-bananer .left-view .btn-list .win-btn .to-win-icon {
        background: url("./static2/svg/bg-win.svg") no-repeat center;
        background-size: contain;
    }
    .home-bananer .left-view .btn-list .btn:hover {
        transform: translateY(-4px);
        background: #436fff;
        border-radius: 10px;
        color: white;
    }
    .home-bananer .left-view .btn-list .btn:hover .to-mac-icon {
        background: url("./static2/svg/finder_hover.svg") no-repeat center;
        background-size: contain;
    }
    .home-bananer .btn-right {
        line-height: 56px;
        margin-right: 20px;
        font-size: 18px;

    }
    .home-bananer .btn-right img{
        vertical-align: middle;
        margin-right: 5px;
    }
    .home-requirement {
        background: #f6f9ff;
        padding: 100px 0 0;
    }
    .home-requirement .soouya-title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: normal;
        color: #fb9c00;
        text-align: center;
    }
    .home-requirement .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2a2a2a;
        line-height: 42px;
        text-align: center;
    }
    .home-requirement .tip {
        margin-top: 37px;
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 25px;
        text-align: center;
    }
    .home-requirement .list li:nth-child(1) {
        margin-bottom: 40px;
    }
    .home-requirement .list li:nth-child(1) .pic {
        margin: 44px 126px 0 159px;
    }
    .home-requirement .list li:nth-child(2) {
        margin-bottom: 110px;
    }
    .home-requirement .list li:nth-child(2) .info {
        margin-right: 147px;
    }
    .home-requirement .list li:nth-child(2) .pic {
        margin-right: 84px;
    }
    .home-requirement .list li:nth-child(3) .pic {
        margin: 0 127px 0 100px;
    }
    .home-requirement .list li:nth-child(4) .info {
        margin-right: 33px;
    }
    .home-requirement .list li:nth-child(4) .pic {
        margin-right: 124px;
    }
    .home-requirement .list li {
        display: flex;
        align-items: center;
    }
    .home-requirement .list li .info {
        background: #fff;
        width: 560px;
        box-sizing: border-box;
        padding: 47px 19px;
        border-radius: 10px;
    }
    .home-requirement .list li .tip {
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 25px;
    }
    .home-requirement .list li .list_title {
        font-size: 18px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
        line-height: 25px;
    }
    .home-requirement .list li .desc {
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #434343;
        line-height: 25px;
        margin-top: 14px;
    }
    .home-step {
        padding: 100px 0 129px;
    }
    .home-step .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .home-step .tip {
        margin-top: 37px;
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 25px;
        text-align: center;
    }
    .step-line {
        display: flex;
        align-items: center;
        width: 716px;
        margin: 50px auto 0;
        padding: 200px 0 40px;
    }
    .step-line .dian {
        width: 24px;
        height: 24px;
        background: rgba(4, 126, 231, 0.22);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .step-line .dian .sub_dian {
        width: 12px;
        height: 12px;
        background: #047ee7;
        border-radius: 50%;
    }
    .step-line .dian .text {
        position: absolute;
        bottom: -30px;
        width: 100px;
        text-align: center;
        left: -36px;
        font-size: 16px;
    }
    .step-line .dian .box {
        position: absolute;
        top: -200px;
        width: 190px;
        display: Flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: -86px;
    }
    .step-line .dian .box img {
        margin-bottom: 22px;
    }
    .step-line .dian .box .step_title {
        margin-bottom: 14px;
        font-size: 18px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
        line-height: 25px;
    }
    .step-line .dian .box .step_desc {
        font-size: 14px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
        line-height: 20px;
    }
    .step-line .line {
        flex: 1;
        height: 2px;
        background: #047ee7;
    }
    .home-recovery {
        background: #f6f9ff;
        padding: 100px 0 180px;
    }
    .home-recovery .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .home-recovery .list {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .home-recovery .list li {
        width: 194px;
        height: 220px;
        background: white;
        box-shadow: 0px 2px 14px 0px rgba(0, 56, 131, 0.23);
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .home-recovery .list li .icon {
        margin-top: 32px;
    }
    .home-recovery .list li .list_title {
        margin-top: 27px;
    }
    .home-recovery .list li .desc {
        margin-top: 8px;
        width: 173px;
        text-align: center;
    }
}

@media (max-width:959px) {
    .home-bananer {
        position: relative;
        overflow: hidden;
    }
    .home-bananer .left-view {
        background: url(../static2/img/banner_picbf@2x.png) no-repeat center bottom;
        background-size: 100% auto;
        padding: 0.3rem 0 2.1rem;
        /* padding:0.48rem 0 0 0.48rem; */
    }
    .home-bananer .left-view .title {
        font-size: 0.72rem;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 600;
        color: #2a2a2a;
        line-height: 1rem;
        padding-left: 0.4rem;
    }
    .home-bananer .left-view .title p:nth-child(2) {
        font-size: 0.46rem;
    }
    .home-bananer .row-resolve {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-bananer .left-view .desc {
        font-size: 0.43rem;
        font-family: HKGrotesk-Medium, PingFang SC;
        color: #000000;
        margin-top: 0.2rem;
        padding-left: 0.4rem;
        line-height: 0.6rem;
    }
    .home-bananer .left-view .tip {
        font-size: 0.42rem;
        font-family: HKGrotesk-Medium, PingFang SC;
        color: #fb9c00;
        line-height: 0.48rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .home-bananer .left-view .btn-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.48rem;
        justify-content: center;
    }
    .home-bananer .left-view .btn-right {
        text-align: center;
        width: 30%;
        margin-top: .4rem;
    }
    .home-bananer .left-view .btn-list .btn {
        width:80%;
        box-shadow: 0px 2px 11px 0px rgba(0, 70, 131, 0.24);
        height: 1rem;
        margin: 0 0.2rem;
        background: white;
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        font-size: 0.36rem;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #185eaf;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s all;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        background: #436fff;
        text-decoration: inherit;
    }
    .home-bananer .left-view .btn-list .btn .to-win-icon {
        width: 25px;
        display: none;
        height: 25px;
        background: url("./static2/svg/bg-win-blur.svg") no-repeat center;
        background-size: contain;
        margin-right: 10px;
    }
    .home-bananer .left-view .btn-list .btn .to-mac-icon {
        width: 25px;
        height: 25px;
        background: url("./static2/svg/finder.svg") no-repeat center;
        background-size: contain;
        margin-right: 10px;
        display: none;
    }
    .home-bananer .left-view .btn-list .btn img {
        margin-right: 10px;
    }
    .home-bananer .left-view .btn-list .win-btn {
        background: #436fff;
        border-radius: 10px;
        color: white;
    }
    .home-bananer .left-view .btn-list .win-btn .to-win-icon {
        background: url("./static2/svg/bg-win.svg") no-repeat center;
        background-size: contain;
    }
    .home-bananer .left-view .btn-list .btn:hover {
        transform: translateY(-4px);
        background: #436fff;
        border-radius: 10px;
        color: white;
    }
    .home-bananer .left-view .btn-list .btn:hover .to-mac-icon {
        background: url("./static2/svg/finder_hover.svg") no-repeat center;
        background-size: contain;
    }
    .home-recovery {
        padding: 0.9rem 0 0.7rem;
    }
    .home-recovery .title {
        margin-bottom: 0.52rem;
        text-align: center;
    }
    .home-recovery .list {
        display: flex;
        justify-content: initial;
        flex-direction: column;
        width: 6.9rem;
        height: 7.04rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.04rem 0.12rem 0rem rgba(0, 56, 131, 0.23);
        border-radius: 0.2rem;
        padding: 0.36rem 0 0 0.8rem;
        box-sizing: border-box;
        margin: 0.44rem auto 0;
    }
    .home-recovery .list li {
        background: white;
        box-shadow: none;
        border-radius: 20px;
        display: flex;
        /* align-items: center; */
        margin: 0;
        flex-direction: initial;
        padding-bottom: 0;
        margin-bottom: 0.52rem;
    }
    .home-recovery .list li .icon {
        margin-top: 0;
        width: 0.82rem;
        height: auto;
        /* position: absolute; */
        /* left: 0.8rem; */
        margin-right: 0.28rem;
    }
    .home-recovery .list li .list_title {
        margin-top: 0;
        font-size: 0.28rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #2F2F2F;
        line-height: 0.4rem;
    }
    .home-recovery .list li .desc {
        text-align: left;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2F2F2F;
        line-height: 0.34rem;
        margin-top: 0.04rem;
    }
    .home-requirement {
        padding: 0px 0 0;
    }
    .home-requirement .soouya-title {
        font-size: 0.48rem;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: normal;
        color: #fb9c00;
        text-align: center;
    }
    .home-requirement .title {
        font-size: 0.48rem;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2a2a2a;
        line-height: 0.5rem;
        text-align: center;
    }
    .home-requirement .tip {
        font-size: 0.26rem;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 0.4rem;
        width: 5rem;
        text-align: center;
        margin: 0.4rem auto 0;
    }
    .home-requirement .list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.8rem;
    }
    .home-requirement .list li:last-child {
        margin-top: 0;
    }
    .home-requirement .list li img {
        width: 3.6rem
    }
    .home-requirement .list li:nth-child(even) {
        flex-direction: column-reverse;
    }
    .home-requirement .list li .info {
        background: #fff;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .home-requirement .list li .tip {
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 25px;
    }
    .home-requirement .list li .list_title {
        font-size: 0.28rem;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: bold;
        color: #2f2f2f;
        text-align: center;
        line-height: 0.4rem;
        margin-top: 0.2rem;
    }
    .home-requirement .list li .desc {
        font-size: 0.28rem;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #434343;
        line-height: 0.4rem;
        padding: 0 0.4rem;
        margin-top: 0.2rem;
    }
    .home-step {
        background: #f6f9ff;
        padding: 0 0 2rem;
        margin-top: 0.8rem;
    }
    .home-step .title {
        font-size: 0.42rem;
        font-family: Helvetica;
        color: #2f2f2f;
        line-height: 0.5rem;
        text-align: center;
        padding-top: 0.5rem;
    }
    .home-step .tip {
        font-size: 0.36rem;
        font-family: Helvetica;
        color: #2f2f2f;
        line-height: 0.44rem;
        text-align: center;
        margin-top: 0.2rem;
    }
    .step-line {
        margin-top: 0.48rem;
        display: flex;
        flex-direction: column;
        padding-left: 0.58rem;
        /* font-weight: 600; */
    }
    .step-line .dian {
        width: 0.22rem;
        height: 0.22rem;
        background: rgba(100, 83, 175, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 50%;
    }
    .step-line .line {
        width: 0.04rem;
        height: 2.16rem;
        background: #6453AF;
        margin-left: 0.1rem;
    }
    .step-line .dian .sub_dian {
        width: 0.1rem;
        height: 0.1rem;
        background: rgba(100, 83, 175, 1);
        border-radius: 50%;
    }
    .sub_dian {}
    .step-line .dian .text {
        position: absolute;
        left: 0.5rem;
        width: 4rem;
        font-size: 0.32rem;
        font-family: Helvetica;
        color: rgba(87, 100, 158, 1);
        line-height: 0.38rem;
    }
    .step-line .dian .box {
        position: absolute;
        left: .5rem;
        width: 4rem;
        padding-left: 1.4rem;
        top: 0.6rem;
        font-size: 0.32rem;
        font-family: Helvetica;
        color: #2f2f2f;
        line-height: 0.38rem;
    }
    .step-line .dian .box img {
        width: 1.02rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .step-line .dian .box .step_title {
        font-weight: bold;
        margin-bottom: 0.1rem
    }
}