
.el-dialog{
    border-radius: 10px;
}
@media screen and (min-width: 1201px) {
    .ipa-banner {
        position: relative;
    }
    .ipa-banner-title{
        z-index: 99;
        position: absolute;
        bottom: 57%;
        left: 15.5%;
        color: #fff;
        font-weight: 600;

        font-family: Douyin Sans;
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
    }
    .ipa-banner-info{
        z-index: 99;
        position: absolute;
        bottom: 46.5%;
        left: 15.5%;
        color: #fff;

        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
    }
    .ipa-banner-phone {
        z-index: 99;
        position: absolute;
        bottom: 38%;
        left: 15.5%;
        color: #fff;
        font-weight: 600;
    }

    .ipa-banner-btn {
        z-index: 99;
        position: absolute;
        bottom: 22%;
        left: 15.5%;

        background: linear-gradient(90deg, #0089FF, #00A1FF);
        border-radius: 6px;
    }

    .ipa-type-area {
        width: 1200px;
        margin: 0 auto;
    }

    .ipa-flx {
        display: flex;
    }

    .ipa-flx-wrap {
        flex-wrap: wrap;
    }

    .ipa-flx-around {
        justify-content: space-around;
    }

    .ipa-flx-between {
        justify-content: space-between;
    }

    .ipa-flx-evenly {
        justify-content: space-evenly;
    }

    .ipa-title {
        width: 260px;
        margin: 92px auto 69px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 36px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-tag {
        width: 100%;
        height: 72px;
        background: #EDF3FA;
    }

    .ipa-tag-item {
        width: 100px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #707070;
        line-height: 66px;
        cursor: pointer;
    }

    .ipa-tag-item-active {
        color: #008BFF;
        border-bottom: 2px solid #008BFF;
    }

    .ipa-market-prospect-item {
        width: 384px;
        height: 451px;
        background: #a1a1a1;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;
    }

    .ipa-market-prospect-item {
        position: relative;
        /* 使遮罩层定位基于它 */
        overflow: hidden;
        /* 遮罩超出时不外漏 */
    }

    .ipa-market-prospect-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        /* 半透明黑色背景 */

        font-family: Microsoft YaHei;
        font-size: 16px;
        padding: 249px 20px 5px;
        box-sizing: border-box;
        text-align: left;
        line-height: 24px;
        transition: bottom 0.4s ease-in-out;



        color: #E7E7E8;
        line-height: 28px;

        z-index: 5;
        /* 确保覆盖图片内容 */
    }

    .ipa-market-prospect-item:hover .ipa-market-prospect-overlay {
        bottom: 0;
        /* 鼠标悬停时上滑显示 */
    }


    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
    }

    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
        transition: transform 0.3s ease;
        /* 添加动画过渡 */
    }

    /* 悬浮时图标区域上移 */
    .ipa-market-prospect-item:hover .ipa-market-prospect-item-icon {
        transform: translateY(-50px);
        /* 向上移动10px */
    }

    .ipa-market-prospect-item-img1 {
        background-image: url(../img/20.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img2 {
        background-image: url(../img/21.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img3 {
        background-image: url(../img/22.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-text {
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 66px;
    }

    .ipa-agent {
        margin-top: 100px;
        background-image: url(../img/05.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-agent-box {
        width: 1200px;
        margin: 0 auto 100px;

        display: flex;
        justify-content: space-between;
    }

    .ipa-agent-box-item {
        width: 384px;
        height: 336px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px #EDEFF3;
        border-radius: 12px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ipa-agent-box-item-item {
        width: 62%;

        /* display: flex;
        justify-content: center;
        align-items: center; */
        text-align: center;
        
    }


    .ipa-agent-box-item:hover img {
        transform: translateY(-10px); /* 向上移动10px */
        transition: transform 0.3s ease; /* 添加动画过渡 */
    }

    .ipa-agent-box-item-item img {
        text-align: center;

         transition: transform 0.4s ease; /* 平滑过渡 */
        display: inline-block; /* 确保 transform 生效 */
    }

    .ipa-agent-box-item-item-text {
        text-align: left;
    }

    .ipa-cooperate1 {
        width: 1200px;
        height: 255px;
        background: linear-gradient(0deg, #FFFFFF, #EFF5FF);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 34px;
    }

    .ipa-cooperate2 {
        width: 1200px;
        height: 385px;
        background: linear-gradient(0deg, #FFFFFF, #EDFBFB);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
    }

    .ipa-cooperate-top {
        height: 126px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D9E1EE;
    }

    .ipa-cooperate-top-left {
        margin-left: 35px;
        display: flex;
        line-height: 120px;
    }

    .ipa-cooperate-top-left img {
        width: 60px;
        height: 60px;
        margin-top: 28px;
    }

    .ipa-cooperate-top-left-title {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 28px;
        color: #1C1F23;
        margin-left: 23px;
    }

    .ipa-cooperate-top-right {}

    .ipa-cooperate-feet {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #484C4F;
    }

    .ipa-cooperate-feet-text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #484C4F;
        margin: 17px 37px;
    }

    .ipa-product-advantages-box {
        background: #F0F4FF;
        padding: 0px 0px 93px;
    }

    .ipa-product-advantages-item {
        width: 462px;
        /* height: 112px; */
        padding: 37px 40px;
        background: linear-gradient(0deg, #FFFFFF, #F6F9FF);
        box-shadow: 0px 9px 15px 0px #E9EBEE;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 24px;
        /* line-height: 66px; */
        transition: transform 0.4s ease; /* 平滑过渡 */
        display: inline-block; /* 确保 transform 生效 */
    }

    .ipa-product-advantages-item:hover {
        transform: translateY(-10px);
        transition: transform 0.3s ease;
    }

    .ipa-product-advantages-item img {
        margin-bottom: -22px;
        margin-right: 18px;
    }

    .ipa-product-advantages-item-text {
        font-size: 22px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-cooperative-partner {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 119px;
    }

    .ipa-cooperative-partner-item {
        background: #FFFFFF;
        box-shadow: 0px 5px 10px 0px #EFF0F2;
        border-radius: 10px;
        border: 1px solid #EFF0F1;
        padding: 21px 65px;
    }

    .ipa-invite {
        width: 100%;
        height: 300px;
        background-image: url(../img/19.png);
        text-align: center;
    }

    .ipa-invite-text {
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 66px;
        margin: 47px 0px 49px;
    }

    .ipa-invite-btn {
        background: #EDF6FF;
        color: #0171EC;
    }

    .ipa-dialog {
        display: flex;
        justify-content: space-evenly;
    }

    .ipa-dialog-line {
        margin-top: 34px;
    }

    .ipa-form {}

    .ipa-form .el-form-item {
        margin-bottom: 10px;
    }

    .ipa-form .el-form-item .el-form-item__label {
        padding: 0px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 751px) {
    .ipa-banner {
        position: relative;
    }
    .ipa-banner-title{
        z-index: 99;
        position: absolute;
        bottom: 57%;
        left: 15.5%;
        color: #fff;
        font-weight: 600;

        font-family: Douyin Sans;
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
    }
    .ipa-banner-info{
        z-index: 99;
        position: absolute;
        bottom: 46.5%;
        left: 15.5%;
        color: #fff;

        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
    }
    .ipa-banner-phone {
        z-index: 99;
        position: absolute;
        bottom: 38%;
        left: 15.5%;
        color: #fff;
        font-weight: 600;
    }

    .ipa-banner-btn {
        z-index: 99;
        position: absolute;
        bottom: 22%;
        left: 15.5%;

        background: linear-gradient(90deg, #0089FF, #00A1FF);
        border-radius: 6px;
    }

    .ipa-type-area {
        width: 100%;
        margin: 0 auto;
    }

    .ipa-flx {
        display: flex;
        flex-wrap: wrap;
    }

    .ipa-flx-wrap {
        flex-wrap: wrap;
    }

    .ipa-flx-around {
        justify-content: space-around;
    }

    .ipa-flx-between {
        justify-content: space-between;
    }

    .ipa-flx-evenly {
        justify-content: space-evenly;
    }

    .ipa-title {
        width: 260px;
        margin: 92px auto 69px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 36px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-tag {
        width: 100%;
        height: 72px;
        background: #EDF3FA;
    }

    .ipa-tag-item {
        width: 100px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #707070;
        line-height: 66px;
        cursor: pointer;
    }

    .ipa-tag-item-active {
        color: #008BFF;
        border-bottom: 2px solid #008BFF;
    }

    .ipa-market-prospect-item {
        width: 384px;
        height: 451px;
        background: #a1a1a1;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;
    }

    .ipa-market-prospect-item {
        position: relative;
        /* 使遮罩层定位基于它 */
        overflow: hidden;
        /* 遮罩超出时不外漏 */
        margin: 10px auto;
    }

    .ipa-market-prospect-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        /* 半透明黑色背景 */

        font-family: Microsoft YaHei;
        font-size: 16px;
        padding: 249px 20px 5px;
        box-sizing: border-box;
        text-align: left;
        line-height: 24px;
        transition: bottom 0.4s ease-in-out;



        color: #E7E7E8;
        line-height: 28px;

        z-index: 5;
        /* 确保覆盖图片内容 */
    }

    .ipa-market-prospect-item:hover .ipa-market-prospect-overlay {
        bottom: 0;
        /* 鼠标悬停时上滑显示 */
    }


    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
    }

    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
        transition: transform 0.3s ease;
        /* 添加动画过渡 */
    }

    /* 悬浮时图标区域上移 */
    .ipa-market-prospect-item:hover .ipa-market-prospect-item-icon {
        transform: translateY(-50px);
        /* 向上移动10px */
    }

    .ipa-market-prospect-item-img1 {
        background-image: url(../img/20.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img2 {
        background-image: url(../img/21.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img3 {
        background-image: url(../img/22.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-text {
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 66px;
    }

    .ipa-agent {
        margin-top: 100px;
        background-image: url(../img/05.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-agent-box {
        width: 100%;
        margin: 0 auto 100px;

        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: space-around;
        margin: 20px auto;
    }

    .ipa-agent-box-item {
        width: 60%;
        height: 336px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px #EDEFF3;
        border-radius: 12px;

        display: flex;
        justify-content: center;
        align-items: center;

        margin: 10px auto;
    }

    .ipa-agent-box-item-item {
        width: 62%;

        /* display: flex;
        justify-content: center;
        align-items: center; */
        text-align: center;
        transition: transform 0.4s ease; /* 平滑过渡 */
        display: inline-block; /* 确保 transform 生效 */
    }

    .ipa-agent-box-item:hover img {
        transform: translateY(-20px); /* 向上移动10px */
        transition: transform 0.3s ease; /* 添加动画过渡 */
    }

    .ipa-agent-box-item-item img {
        text-align: center;

        transition: transform 0.4s ease; /* 平滑过渡 */
        display: inline-block; /* 确保 transform 生效 */
    }

    .ipa-agent-box-item-item-text {
        text-align: left;
    }

    .ipa-cooperate1 {
        width: 100%;
        height: 255px;
        background: linear-gradient(0deg, #FFFFFF, #EFF5FF);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 34px;
    }

    .ipa-cooperate2 {
        width: 100%;
        height: 385px;
        background: linear-gradient(0deg, #FFFFFF, #EDFBFB);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
    }

    .ipa-cooperate-top {
        height: 126px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D9E1EE;
    }

    .ipa-cooperate-top-left {
        margin-left: 35px;
        display: flex;
        line-height: 120px;
    }

    .ipa-cooperate-top-left img {
        width: 60px;
        height: 60px;
        margin-top: 28px;
    }

    .ipa-cooperate-top-left-title {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 28px;
        color: #1C1F23;
        margin-left: 23px;
    }

    .ipa-cooperate-top-right {}

    .ipa-cooperate-feet {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #484C4F;
    }

    .ipa-cooperate-feet-text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #484C4F;
        margin: 17px 37px;
    }

    .ipa-product-advantages-box {
        background: #F0F4FF;
        padding: 0px 0px 93px;
    }

    .ipa-product-advantages-item {
        width: 462px;
        /* height: 112px; */
        padding: 37px 40px;
        background: linear-gradient(0deg, #FFFFFF, #F6F9FF);
        box-shadow: 0px 9px 15px 0px #E9EBEE;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 24px;
        /* line-height: 66px; */
        transition: transform 0.4s ease; /* 平滑过渡 */
        display: inline-block; /* 确保 transform 生效 */
    }

    .ipa-product-advantages-item:hover {
        transform: translateY(-10px);
        transition: transform 0.3s ease;
    }

    .ipa-product-advantages-item img {
        margin-bottom: -22px;
        margin-right: 18px;
    }

    .ipa-product-advantages-item-text {
        font-size: 22px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-cooperative-partner {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 119px;
    }

    .ipa-cooperative-partner-item {
        background: #FFFFFF;
        box-shadow: 0px 5px 10px 0px #EFF0F2;
        border-radius: 10px;
        border: 1px solid #EFF0F1;
        padding: 21px 65px;
    }

    .ipa-invite {
        width: 100%;
        height: 300px;
        background-image: url(../img/19.png);
        text-align: center;
    }

    .ipa-invite-text {
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 66px;
        margin: 47px 0px 49px;
    }

    .ipa-invite-btn {
        background: #EDF6FF;
        color: #0171EC;
    }

    .ipa-dialog {
        display: flex;
        justify-content: space-evenly;
    }

    .ipa-dialog-line {
        margin-top: 34px;
    }

    .ipa-form {}

    .ipa-form .el-form-item {
        margin-bottom: 10px;
    }

    .ipa-form .el-form-item .el-form-item__label {
        padding: 0px;
        line-height: 35px;
    }
}

@media screen and (max-width: 750px) {
    .ipa-banner {
        position: relative;
    }
    .ipa-banner-title{
        z-index: 99;
        position: absolute;
        bottom: 57%;
        left: 5.5%;
        color: #fff;
        font-weight: 600;

        font-family: Douyin Sans;
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
    }
    .ipa-banner-info{
        z-index: 99;
        position: absolute;
        bottom: 46.5%;
        left: 5.5%;
        color: #fff;

        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .ipa-banner-phone {
        z-index: 99;
        position: absolute;
        bottom: 38%;
        left: 5.5%;
        color: #fff;
        font-weight: 600;
    }

    .ipa-banner-btn {
        z-index: 99;
        position: absolute;
        bottom: 22%;
        left: 5.5%;

        background: linear-gradient(90deg, #0089FF, #00A1FF);
        border-radius: 6px;
    }

    .ipa-type-area {
        width: 100% !important;
        margin: 0 auto;
    }

    .ipa-flx {
        display: flex;
        flex-wrap: wrap;
    }

    .ipa-flx-wrap {
        flex-wrap: wrap;
    }

    .ipa-flx-around {
        justify-content: space-around;
    }

    .ipa-flx-between {
        justify-content: space-between;
    }

    .ipa-flx-evenly {
        justify-content: space-evenly;
    }

    .ipa-title {
        width: 260px;
        margin: 30px auto 30px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 36px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-tag {
        width: 100%;
        height: 72px;
        background: #EDF3FA;
    }

    .ipa-tag-item {
        width: 20%;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #707070;
        line-height: 66px;
        cursor: pointer;
    }

    .ipa-tag-item-active {
        color: #008BFF;
        border-bottom: 2px solid #008BFF;
    }

    .ipa-market-prospect-item {
        width: 384px;
        height: 451px;
        background: #a1a1a1;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;
    }

    .ipa-market-prospect-item {
        position: relative;
        /* 使遮罩层定位基于它 */
        overflow: hidden;
        /* 遮罩超出时不外漏 */
        margin: 10px auto;
    }

    .ipa-market-prospect-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        /* 半透明黑色背景 */

        font-family: Microsoft YaHei;
        font-size: 16px;
        padding: 249px 20px 5px;
        box-sizing: border-box;
        text-align: left;
        line-height: 24px;
        transition: bottom 0.4s ease-in-out;



        color: #E7E7E8;
        line-height: 28px;

        z-index: 5;
        /* 确保覆盖图片内容 */
    }

    .ipa-market-prospect-item:hover .ipa-market-prospect-overlay {
        bottom: 0;
        /* 鼠标悬停时上滑显示 */
    }


    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
    }

    .ipa-market-prospect-item-icon {
        text-align: center;
        z-index: 99;
        transition: transform 0.3s ease;
        /* 添加动画过渡 */
    }

    /* 悬浮时图标区域上移 */
    .ipa-market-prospect-item:hover .ipa-market-prospect-item-icon {
        transform: translateY(-50px);
        /* 向上移动10px */
    }

    .ipa-market-prospect-item-img1 {
        background-image: url(../img/20.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img2 {
        background-image: url(../img/21.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-img3 {
        background-image: url(../img/22.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-market-prospect-item-text {
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 66px;
    }

    .ipa-agent {
        margin-top: 100px;
        background-image: url(../img/05.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ipa-agent-box {
        width: 100%;
        margin: 0 auto 100px;

        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: space-around;
        margin: 20px auto;
    }

    .ipa-agent-box-item {
        width: 90%;
        height: 336px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px #EDEFF3;
        border-radius: 12px;

        display: flex;
        justify-content: center;
        align-items: center;

        margin: 10px auto;
    }

    .ipa-agent-box-item-item {
        width: 62%;

        /* display: flex;
    justify-content: center;
    align-items: center; */
        text-align: center;
    }

    .ipa-agent-box-item-item img {
        text-align: center;
    }

    .ipa-agent-box-item-item-text {
        text-align: left;
    }

    .ipa-cooperate1 {
        width: 100%;
        /* height: 265px; */
        background: linear-gradient(0deg, #FFFFFF, #EFF5FF);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 34px;
    }

    .ipa-cooperate2 {
        width: 100%;
        /* height: 424px; */
        background: linear-gradient(0deg, #FFFFFF, #EDFBFB);
        box-shadow: 0px 0px 30px 0px #E7EAED;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
    }

    .ipa-cooperate-top {
        height: 126px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D9E1EE;
    }

    .ipa-cooperate-top-left {
        margin-left: 35px;
        display: flex;
        line-height: 120px;
    }

    .ipa-cooperate-top-left img {
        width: 60px;
        height: 60px;
        margin-top: 28px;
    }

    .ipa-cooperate-top-left-title {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 28px;
        color: #1C1F23;
        margin-left: 23px;
    }

    .ipa-cooperate-top-right {}

    .ipa-cooperate-feet {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 12px;
        color: #484C4F;
    }

    .ipa-cooperate-feet-text {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #484C4F;
        margin: 17px 37px;
    }

    .ipa-product-advantages-box {
        background: #F0F4FF;
        padding: 0px 0px 30px;
    }

    .ipa-product-advantages-item {
        width: 90%;
        /* height: 112px; */
        padding: 37px 14px;
        background: linear-gradient(0deg, #FFFFFF, #F6F9FF);
        box-shadow: 0px 9px 15px 0px #E9EBEE;
        border-radius: 18px;
        border: 2px solid #FFFFFF;
        margin-bottom: 24px;
        /* line-height: 66px; */
    }

    .ipa-product-advantages-item img {
        margin-bottom: -22px;
        margin-right: 18px;
    }

    .ipa-product-advantages-item-text {
        font-size: 16px;
        color: #1C1F23;
        line-height: 66px;
    }

    .ipa-cooperative-partner {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }

    .ipa-cooperative-partner-item {
        background: #FFFFFF;
        box-shadow: 0px 5px 10px 0px #EFF0F2;
        border-radius: 10px;
        border: 1px solid #EFF0F1;
        padding: 21px 65px;

        margin: 10px auto;
    }

    .ipa-invite {
        width: 100%;
        height: 260px;
        background-image: url(../img/19.png);
        text-align: center;
    }

    .ipa-invite-text {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 66px;
        margin: 47px 0px 49px;
    }

    .ipa-invite-btn {
        background: #EDF6FF;
        color: #0171EC;
    }

    .ipa-dialog {
        display: flex;
        justify-content: space-evenly;
    }

    .ipa-dialog-line {
        margin-top: 34px;
    }

    .ipa-form {}

    .ipa-form .el-form-item {
        margin-bottom: 10px;
    }

    .ipa-form .el-form-item .el-form-item__label {
        padding: 0px;
        line-height: 35px;
    }
    .el-dialog{
        width: 90% !important;
    }
}