@media(min-width:960px) {
    .banner {
        background: url(../static2/img/mac_banner.png) no-repeat center 48px;
        padding: 84px 0 170px;
        margin-top: 68px;
    }
    .banner .content {
        padding-left: 97px;
        box-sizing: border-box;
    }
    .banner .title {
        font-size: 45px;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 600;
        color: #2a2a2a;
        line-height: 63px;
        text-align: left;
    }
    .banner .desc {
        font-size: 40px;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 500;
        color: #2a2a2a;
        line-height: 63px;
    }
    .banner .desc span {
        color: #fb9c00;
    }
    .banner .rate {
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: black;
        line-height: 25px;
        margin-top: 20px;
    }
    .banner .rate span {
        color: #fb9c00;
    }
    .banner ul {
        margin-top: 10px;
    }
    .banner ul li {
        font-size: 18px;
        font-family: HKGrotesk-Light, PingFang SC;
        font-weight: 300;
        color: black;
        line-height: 25px;
        margin-top: 13px;
        display: flex;
        width: 820px;
    }
    .banner ul li p {
        flex: 1;
    }
    .banner ul li:before {
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: url("../static2/img/banner_icon_choose.png") no-repeat;
        margin-top: 2px;
        background-size: 100% 100%;
    }
    .macBanner {
        background: url(../static2/img/mac_banner.png) no-repeat center 17px;
        padding: 90px 0 158px;
    }
    .btn_list {
        display: flex;
        margin-top: 40px;
        align-items: center;
    }
    .btn_list .COMING {
        width: 180px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #fb9c00;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #fb9c00;
        line-height: 22px;
        margin-right: 28px;
    }
    .btn_list .toWin {
        font-size: 16px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #436fff;
        line-height: 22px;
        display: flex;
        align-items: center;
    }
    .btn_list .toWin img {
        margin-left: 11px;
    }
    .btn_list .toWin:hover {
        text-decoration: underline;
    }
    .btn_list .Freebtn {
        width: 240px;
        height: 60px;
        background: #436fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 29px;
        margin-right: 40px;
        transition: 0.2s all;
        cursor: pointer;
        text-decoration: initial;
    }
    .btn_list .Freebtn .whiite_finder {
        margin-right: 12px;
    }
    .btn_list .Freebtn:hover {
        transform: translateY(-4px);
    }
    .btn_list .Buybtn {
        width: 240px;
        height: 60px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 29px;
        transition: 0.2s all;
        border: 2px solid #436fff;
        box-sizing: border-box;
        text-decoration: initial;
    }
    .btn_list .icon_shop {
        margin-right: 12px;
    }
    .btn_list .icon_shop2 {
        width: 26px;
        height: 25px;
        background: url("../static2/svg/icon_shop.svg") no-repeat;
        background-size: contain;
        margin-right: 12px;
    }
    .btn_list .Buybtn:hover {
        transform: translateY(-4px);
        background: #436fff;
        color: #fff;
    }
    .btn_list .Buybtn:hover .icon_shop2 {
        background: url("../static2/svg/icon_shop_hover.svg") no-repeat;
        background-size: contain;
    }
    .khd-two-Model .box ul {
        display: flex;
        justify-content: space-between;
    }
    .khd-two-Model {
        padding: 100px 0;
        background: #f6f9ff;
    }
    .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .khd-two-Model .desc {
        font-size: 18px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2d7cea;
        line-height: 25px;
        text-align: center;
        margin-top: 26px;
    }
    .khd-two-Model .box {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
    }
    .khd-two-Model .box .box_title {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 600;
        color: #2f2f2f;
        line-height: 25px;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .khd-two-Model .box .box_title .icon {
        margin-right: 20px;
    }
    .khd-two-Model .box ul {
        display: flex;
        justify-content: space-between;
    }
    .container {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .front, .back {
        background-size: cover;
        background-position: center;
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        min-height: 182px;
        height: auto;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
    }
    .back {
        background: linear-gradient(45deg, #436fff 0%, #809dff 100%);
        box-shadow: 0px 2px 12px 0px #d8e8ff;
        border-radius: 10px;
    }
    .front:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        opacity: 0.6;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 2px 12px 0px #d8e8ff;
    }
    .container:hover .front, .container:hover .back {
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    }
    .back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .inner {
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        top: 50%;
        position: absolute;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inner .icon {
        width: 65px;
        height: 65px;
        margin-top: 35px;
    }
    .container .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .container .front {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .container:hover .back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .container:hover .front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .front .inner span {
        margin-top: 26px;
        font-size: 16px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
    }
    .col {
        width: 182px;
        cursor: pointer;
        position: relative;
    }
    .Fully {
        font-size: 16px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: black;
        line-height: 22px;
        margin-top: 22px;
        display: flex;
    }
    .Fully .toMac, .Fully .toWin {
        color: #436fff;
        margin-left: 35px;
        display: flex;
        align-items: center;
    }
    .Fully .toMac img, .Fully .toWin img {
        margin-left: 11px;
    }
    .Fully .toWin:hover, .Fully .toMac:hover {
        text-decoration: underline;
    }
    .title2 {
        font-size: 36px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(47, 47, 47, 1);
        line-height: 47px;
        text-align: center;
    }
    .khd-four-Model {
        padding: 100px 0;
        background: #f6f9ff;
    }
    .khd-four-Model .content .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .khd-four-Model .content .title span {
        color: #436fff;
    }
    .khd-four-Model .content .box {
        display: flex;
        margin-top: 80px;
        justify-content: center;
    }
    .khd-four-Model .content .box .left {
        width: 428px;
        padding-top: 16px;
    }
    .khd-four-Model .content .box .left .item {
        padding: 44px 27px;
        width: 428px;
        height: 145px;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .khd-four-Model .content .box .left .item img {
        margin-right: 20px;
    }
    .khd-four-Model .content .box .left .item .item_title {
        font-size: 16px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 20px;
    }
    .khd-four-Model .content .box .left .item .item_desc {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 25px;
        margin-top: 10px;
    }
    .khd-four-Model .content .box .left .active {
        background: white;
        box-shadow: 0px 2px 9px 0px rgba(0, 23, 72, 0.12);
    }
    .khd-four-Model .content .box .right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 7px;
        margin-top: -6px;
    }
    .khd-three-Model {
        padding: 100px 0;
        /* background: #F8FAFE; */
    }
    .khd-three-Model .subtip {
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(39, 39, 39, 1);
        width: 830px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        margin-top: 38px;
    }
    .khd-three-Model .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .khd-three-Model .list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px 30px 0;
        padding-bottom: 20px;
        width: 270px;
    }
    .khd-three-Model .list li .subItem_header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .khd-three-Model .list li .icon {
        width: 68px;
        height: 68px;
        background-size: contain !important;
    }
    .khd-three-Model .list li .text {
        font-size: 18px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #2F2F2F;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .khd-three-Model .list li .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2F2F2F;
        line-height: 24px;
    }
    .khd-five-Model {
        padding: 100px 0 50px;
    }
    .khd-five-Model .content .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
        margin-bottom: 66px;
    }
    .khd-five-Model .content .list {
        display: Flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 978px;
        margin: 0 auto;
    }
    .khd-five-Model .content .list li {
        width: 468px;
        height: 167px;
        background: white;
        box-shadow: 0px 1px 14px 0px rgba(159, 159, 159, 0.27);
        border-radius: 12px;
        padding: 0 0px 0 111px;
        margin-bottom: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .khd-five-Model .content .list .info {
        position: relative;
    }
    .khd-five-Model .content .list .title_item {
        margin-bottom: 13px;
        font-size: 18px;
        font-family: HKGrotesk-SemiBold, HKGrotesk;
        font-weight: 600;
        color: #2f2f2f;
        line-height: 23px;
    }
    .khd-five-Model .content .list .list_desc {
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 21px;
    }
    .khd-five-Model .content .list .icon {
        position: absolute;
        top: -6px;
        left: -44px;
    }
}

@media (max-width:960px) {
    .banner {
        background: url(../static2/img/mac_banner_h5.png) no-repeat 0.3rem bottom;
        background-size: 8rem auto;
        padding: 0.56rem 0 1.2rem;
    }
    .banner .content {
        box-sizing: border-box;
        padding: 0 0.4rem 0 0.4rem;
    }
    .banner .title {
        font-size: 0.72rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #2f2f2f;
        line-height: 0.88rem;
        text-align: left;
    }
    .banner .desc {
        font-size: 0.48rem;
        font-family: ArialMT;
        color: #2f2f2f;
        line-height: 0.56rem;
        margin-top: 0.14rem;
        font-weight: 100;
    }
    .banner .desc span {
        color: #fb9c00;
    }
    .banner .rate {
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
        line-height: 0.44rem;
        margin-top: 0.36rem;
    }
    .banner .rate span {
        color: rgb(67, 111, 255);
    }
    .banner ul {
        margin-top: 10px;
    }
    .banner ul li {
        font-size: 0.36rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 100;
        color: rgba(76, 110, 156, 1);
        line-height: 0.5rem;
        margin-top: 13px;
        display: flex;
        margin-top: 0.14rem;
    }
    .banner ul li p {
        flex: 1;
    }
    .banner ul li:before {
        content: "";
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 0.16rem;
        background: url("../static2/img/banner_icon_choose.png") no-repeat;
        margin-top: 0.06rem;
        background-size: 100% 100%;
    }
    .macBanner {
        background: url(../static2/img/mac_banner.png) no-repeat center 17px;
        padding: 90px 0 158px;
    }
    .btn_list {
        margin-top: 0.82rem;
        display: Flex;
    }
    .btn_list .Freebtn {
        width: 3rem;
        height: 0.9rem;
        background: rgba(70, 127, 207, 1);
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
        margin-right: 40px;
        transition: 0.2s all;
        cursor: pointer;
        text-decoration: initial;
    }
    .btn_list .Freebtn .whiite_finder {
        margin-right: 12px;
    }
    .btn_list .Freebtn:hover {
        transform: translateY(-4px);
    }
    .btn_list .Buybtn {
        width: 3rem;
        height: 0.9rem;
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #fff;
        line-height: 29px;
        transition: 0.2s all;
        box-sizing: border-box;
        text-decoration: initial;
        background: #FB9C00;
    }
    .one-page {}
    .one-page .left {
        position: relative;
        padding: 0.58rem 0.2rem 0;
    }
    .one-page .banner_bg {
        margin-top: -0.8rem;
    }
    .one-page .banner_circle {
        display: none;
    }
    .one-page .title {
        font-size: 0.72rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(47, 47, 47, 1);
        line-height: 0.92rem;
        width: 6rem;
    }
    .one-page .title span {
        color: #FB9C00;
    }
    .one-page .desc {
        font-size: 0.36rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(39, 39, 39, 1);
        line-height: 0.6rem;
    }
    .one-page .btn_list {
        display: flex;
        margin-top: 0.42rem;
        align-items: center;
        flex-direction: column;
    }
    .one-page .btn_list .btn_436FFF {
        width: 4.28rem;
        height: 1rem;
        background: rgba(67, 111, 255, 1);
        box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(170, 170, 170, 0.5);
        border-radius: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-decoration: initial;
        font-family: HKGrotesk-Regular, HKGrotesk;
    }
    .one-page .btn_list .btn_436FFF img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.2rem;
    }
    .one-page .more {
        font-size: 0.36rem;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(67, 111, 255, 1);
        line-height: 0.46rem;
        margin-top: 0.32rem
    }
    .one-page .more img {
        width: 0.24rem;
        height: 0.22rem;
    }
    .one-page .more:hover {
        color: rgba(67, 111, 255, 1);
    }
    .one-page .box {
        display: Flex;
        flex-direction: column;
        position: relative;
    }
    .one-page .flay {
        width: 1.44rem;
        height: 0.46rem;
        border-radius: 0.1rem;
        border: 0.02rem solid rgba(251, 156, 0, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(251, 156, 0, 1);
        line-height: 0.4rem;
        position: absolute;
        left: 4.5rem;
        top: 1.2rem;
    }
    .title2 {
        font-size: 0.42rem;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: rgba(47, 47, 47, 1);
        line-height: 0.48rem;
        text-align: center;
    }
    .khd-four-Model {
        padding: 0;
        /* background: #f6f9ff; */
    }
    .khd-four-Model .content .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .khd-four-Model .content .title span {
        color: #436fff;
    }
    .khd-four-Model .content .box {
        display: flex;
        margin-top: 80px;
        justify-content: center;
    }
    .khd-four-Model .content .box .left {
        width: 428px;
        padding-top: 16px;
    }
    .khd-four-Model .content .box .left .item {
        padding: 44px 27px;
        width: 428px;
        height: 145px;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .khd-four-Model .content .box .left .item img {
        margin-right: 20px;
    }
    .khd-four-Model .content .box .left .item .item_title {
        font-size: 16px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 20px;
    }
    .khd-four-Model .content .box .left .item .item_desc {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 25px;
        margin-top: 10px;
    }
    .khd-four-Model .content .box .left .active {
        background: white;
        box-shadow: 0px 2px 9px 0px rgba(0, 23, 72, 0.12);
    }
    .khd-four-Model .content .box .right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 7px;
        margin-top: -6px;
    }
    .khd-three-Model {
        padding: 0.68rem 0.2rem;
        /* background: #F8FAFE; */
    }
    .khd-three-Model .subtip {
        font-size: 0.36rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(39, 39, 39, 1);
        line-height: 0.52rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 0.28rem;
    }
    .khd-three-Model .list {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(0, 0, 0, 0.14);
        border-radius: 0.1rem;
        border: 0.02rem solid rgba(226, 226, 226, 1);
        margin-top: 0.48rem;
    }
    .khd-three-Model .list li {
        padding: 0 0 0 0.94rem;
        height: 2.98rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: 1px solid #E2E2E2;
    }
    .khd-three-Model .list li:last-child {
        border-bottom: 0 none
    }
    .khd-three-Model .list li .subItem_header {
        display: flex;
        align-items: center;
        margin-bottom: 0.18rem;
    }
    .khd-three-Model .list li .icon {
        width: 0.4rem;
        height: 0.46rem;
        background-size: contain !important;
        margin-right: 0.36rem;
    }
    .khd-three-Model .list li .text {
        font-size: 0.36rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(47, 47, 47, 1);
        line-height: 0.5rem;
    }
    .khd-three-Model .list li .desc {
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(47, 47, 47, 1);
        line-height: 0.4rem;
    }
    .khd-five-Model {
        margin-top: 138px;
        padding: 100px 0 50px;
        background: #F6F9FF;
    }
    .khd-five-Model .content .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
        margin-bottom: 66px;
    }
    .khd-five-Model .content .list {
        display: Flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 978px;
        margin: 0 auto;
    }
    .khd-five-Model .content .list li {
        width: 468px;
        height: 167px;
        background: white;
        box-shadow: 0px 1px 14px 0px rgba(159, 159, 159, 0.27);
        border-radius: 12px;
        padding: 0 0px 0 111px;
        margin-bottom: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .khd-five-Model .content .list .info {
        position: relative;
    }
    .khd-five-Model .content .list .title_item {
        margin-bottom: 13px;
        font-size: 18px;
        font-family: HKGrotesk-SemiBold, HKGrotesk;
        font-weight: 600;
        color: #2f2f2f;
        line-height: 23px;
    }
    .khd-five-Model .content .list .list_desc {
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 21px;
    }
    .khd-five-Model .content .list .icon {
        position: absolute;
        top: -6px;
        left: -44px;
    }
    .home-step {
        background: #F6F9FF;
        padding: .7rem 0 2rem;
        /* margin-top: -2rem; */
    }
    .home-step .title {
        font-size: 0.42rem;
        font-family: Helvetica;
        color: #2F2F2F;
        line-height: 0.5rem;
        text-align: center;
    }
    .home-step .title span {
        color: #FE9E00;
    }
    .home-step .tip {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(47, 47, 47, 1);
        line-height: 0.34rem;
        margin-top: 0.2rem;
        text-align: center;
    }
    .step-line {
        margin-top: 0.56rem;
        display: flex;
        flex-direction: column;
        padding-left: 0.58rem;
        font-weight: 600;
    }
    .step-line .dian {
        width: 0.22rem;
        height: 0.22rem;
        background: rgba(4, 126, 231, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 50%;
    }
    .step-line .line {
        width: 0.04rem;
        height: 2.16rem;
        background: #047EE7;
        margin-left: 0.08rem;
    }
    .step-line .dian .sub_dian {
        width: 0.1rem;
        height: 0.1rem;
        background: #047EE7;
        border-radius: 50%;
    }
    .sub_dian {}
    .step-line .dian .text {
        position: absolute;
        left: 0.5rem;
        width: 4rem;
        font-size: 0.32rem;
        font-family: Helvetica;
        color: #2F2F2F;
        line-height: 0.38rem;
    }
    .step-line .dian .box {
        position: absolute;
        left: .5rem;
        width: 5rem;
        padding-left: 1rem;
        top: 0.6rem;
        font-size: 0.32rem;
        font-family: Helvetica;
        color: #2F2F2F;
        line-height: 0.38rem;
        font-weight: 100;
    }
    .step-line .dian .box .step_desc span, .step-line .dian .box .step_title {
        font-weight: bold;
    }
    .step-line .dian .box img {
        width: 0.8rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .home-recovery {
        padding: 0.9rem 0 0.7rem;
    }
    .home-recovery .title {
        margin-bottom: 0.52rem;
    }
    .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;
    }
    .khd-two-Model {
        background: #F6F9FF;
        padding: 0.44rem 0 0.44rem;
    }
    .khd-two-Model .title {
        font-size: 0.42rem;
        font-family: Arial-BoldMT, Arial;
        color: #2f2f2f;
        line-height: 0.48rem;
        text-align: center;
    }
    .khd-two-Model .desc {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(6, 47, 103, 1);
        line-height: 0.34rem;
        text-align: center;
        margin-top: 0.22rem;
    }
    .khd-two-Model .box:nth-child(4) {
        margin-top: 1.08rem;
    }
    .khd-two-Model .box_title {
        font-size: 0.28rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(76, 110, 156, 1);
        line-height: 0.4rem;
        display: flex;
        justify-content: center;
        margin: 0.46rem 0 0rem;
    }
    .khd-two-Model .box_title .icon {
        width: 0.3rem;
        margin-right: 0.24rem;
    }
    .khd-two-Model .col {
        background: #fff;
        width: 6.66rem;
        height: 3.2rem;
        box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(216, 232, 255, 1);
        border-radius: 0.2rem;
        margin: 0.4rem auto 0;
        box-sizing: border-box;
        padding: 0.5rem 0.5rem 0 0.74rem;
    }
    .khd-two-Model .col .inner {
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(6, 47, 103, 1);
        line-height: 0.44rem;
        margin-bottom: 0.2rem;
    }
    .khd-two-Model .container .icon {
        width: 0.48rem;
        height: 0.44rem;
        background-size: contain !important;
        margin-right: 0.28rem;
    }
    .title {
        font-size: 0.42rem;
        font-family: HKGrotesk-Bold, Arial;
        color: #2f2f2f;
        text-align: center;
        line-height: 0.48rem;
    }
}