.home-lingshou {
    width: 100%;
    /* max-width: 1300px; */
    height: 650px;
    background: linear-gradient(180deg,#264bf3, #3b5eff);
    /* padding: 0 30px; */
    padding-top: 100px;
}
.outer {
    padding-left: 50px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-lingshou .main_title {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.home-lingshou .sub_title {
    /* max-width: 450px; */
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}
.home-lingshou .sub_title2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    line-height: 1.4;
}
.home-lingshou .left-btn {
    margin-top: 50px;
    min-height: 50px;
}
.home-lingshou .home-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.home-lingshou .left-btn a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    padding: 13px 35px;
    font-size: 22px;
    border-radius: 25px;
}
.home-lingshou .left-btn a:hover {
    background: #ffffff;
    color: #1d79f8;
}

.home-lingshou .home-right-img img {
    margin-right: 110px;
    width: 437px;
    height: auto;
}

.section .line-title {
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 48px;
    text-align: center;
}
.section .line-title.tt {
    margin: 100px 0;
}
.section .line-title::after {
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 4px;
    background-color: #2f54eb;
    display: block;
    margin: 25px auto 0;
}
.section .block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 100px;
}
.section .block:nth-child(odd) {
    flex-direction: row;
}  
.section .block:last-child {
    margin-bottom: 20px;
} 

.section .block .img {
    position: relative;
    width: 660px;
    height: 450px;
    background: #f9fcff;
    border-radius: 20px;
    z-index: 1;
}
.section .block:nth-child(odd) .img {
    margin-right: 60px;
}
.section .block .img img {
    width: 100%;
    height: 100%;
}

.section .block .desc {
    width: 526px;
}

.section .block .desc > p {
    font-size: 20px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #666;
}

.section .block .desc > h4 {
    margin-top: 10px;
    font-size: 30px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #1d79f8;
}

.section .block .desc .item {
    display: flex;
    margin-top: 30px;
}

.section .block .desc .item img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    margin-top: 9px;
}
.section .desc .item .right span {
    font-size: 26px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #333;
}
.section .desc .item .right p {
    margin-top: 10px;
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 26px;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}
.block2 {
    background: #f9fcff;
    padding: 80px 0;
}
.block2 .section-title.m {
    display: none;
}
.block2 .section-title.pc {
    display: block;
}
.block2 .content {
    margin: 0 auto;
    /* padding: 0 30px; */
    width: 1300px;
}

.block2 .content ul {
    display: flex;
    justify-content: space-between;
}

.block2 .content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
}
.block2 .content ul li img {
    width: 180px;
    height: 140px;
}

.block2 .content ul li > div .title {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.block2 .content ul li > div .desc {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}

.block3 {
    padding: 80px 0;
    padding-bottom: 0;
}

.block3 .content {
    margin: 0 auto;
    width: 1300px;
}


.block3 .content ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.block3 .section-title.m {
    display: none;
}
.block3 .content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    width: 380px;
    height: 210px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(29 121 248 / 10%);
    border-radius: 20px;
}

.block3 .content ul li .title {
    margin-top: 60px;
    font-size: 22px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.block3 .content ul li .desc {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}
/* @media screen and (min-width: 769px) {
    .home-right-img {
        display: block;
    }
} */
.show_mobile {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .home-lingshou {
        height: 614px;
    }
    .block3 .content,
    .block2 .content {
        width: 100% !important;
    }
    .section-title {
        margin-bottom: 0px;
    }
    
}
/* @media screen and (max-width: 1200px) {
    .home-lingshou .left-btn {
        display: none;
    }
    .outer {
        display: flex;
        flex-direction: column;

    }
} */

@media screen and (max-width: 1200px) {
    .show_mobile {
        display: block !important;
    }
    .clue-components-form-list__item_g {
        display: none!important;
    }
    .outer {
        padding-left: 0 !important;
    }
    .section .block .img {
        width: 100% !important;
    }
    .section .line-title.tt {
        margin: 40px 0;
    }
    .section .line-title {
        /* margin: 40px 0; */
        line-height: 30px !important;
    }
    .outer {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .outer img {
        width: 230px !important;
        margin: 0 auto!important;
        margin-left: 10px!important;
    }
    
    
    .home-lingshou .main_title {
        /* display: none; */
        font-size: 22px;
    }
    .home-lingshou .home-content {
        margin: 0 auto;
    }

    .home-lingshou .sub_title {
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFF;
        /* line-height: 36px; */
        text-align: center;
    }

    .home-lingshou .sub_title2 {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFF;
        line-height: 28px;
        margin-bottom: 0px;
        margin: auto;
    }
    .section .line-title::after {
        margin-top: 10px !important;
    }
    
    .home-left-title > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-lingshou .left-btn a {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        display: inline-block;
        width: auto;
        box-sizing: border-box;
        line-height: 1;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        transition: all .3s;
        padding: 13px 35px;
        font-size: 12px;
        border-radius: 25px;
    }
    .home-right-img {
        margin-top: 50px;
    }
    .home-lingshou .sd-button-group {
        /* margin-top: 0; */
        margin: 0 auto;
        margin-top: 20px !important;
        text-align: center;
        
    }
    .section .line-title {
        font-size: 20px;
    }
    .section .block {
        display: flex;
        align-items: center;
        flex-direction: column !important;
        justify-content: center;
        margin-bottom: 50px;
    }
    .section .block:last-child {
        margin-bottom: 20px;
    }
    .section .block .img {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0 !important;
        margin-bottom: 50px;
    }
    .section .block .img img {
        width: 95%;
        height: auto;
        margin: 0 auto;
    } 
    .section .block .desc {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .section .block .desc>p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .section .block .desc h4 {
        font-size: 17px;
        margin: 0;
    }
    .section .block .desc .item {
        margin-top: 20px;
    }
    .section .block .desc .item span {
        font-size: 16px;
    }
    .section .block .desc .item p {
        font-size: 13px;
    }
    .section .block .desc .item p {
        margin: 0;
    }
    .block2 {
        padding: 40px 0;
    }
    .block2 .section-title {
        display: none;
    }
    .block2 .section-title.m {
        display: block;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 40px;
    }
    .block2 .section-title.pc {
        display: none;
    }
    .block2 ul {
        display: flex;
        flex-direction: column;
    }
    .block2 ul li {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%!important;
        flex-direction: row !important;
    }
    .block2 ul li img {
        width: 90px!important;
        height: 70px!important;
    }
    .block2 ul li > div {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .block2 ul li > div .title {
        font-size: 15px!important;
        margin: 10px 0!important;
    }
    .block2 ul li > div .desc {
        font-size: 14px!important;
        margin-top: 0!important;
        line-height: 24px!important;
    }
    .block3 {
        padding: 40px 20px;
        padding-bottom: 60px;
    }

    .block3 .section-title.pc {
        display: none;
    }

    .block3 .section-title.m {
        display: block;
        font-size: 22px;
    font-weight: 400;
    }
    .block3 ul {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .block3 .content ul li { 
        width: unset;
        height: unset;
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 0;
    }

    .block3 .content ul li .title {
        margin-top: 0;
        font-size: 16px;
    }

    .block3 .content ul li .desc {
        width: 100%;
        margin-top: 0;
        font-size: 14px;
        text-align-last: left;
    }
}