
/**公共部分**/
.product-market-gg .modelgg {
    max-width: 1440px;
    margin: 0 auto;
    color: #000;
    position: relative;
}

.product-market-gg .modelgg .item7 {
    display: flex;
    justify-content: space-between;
}


.product-market-gg .modelgg .item7 .div {
    width: 171px;
    height: 375px;
    /* box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13); */
    border-radius: 20px;
}
.product-market-gg .modelgg .item7 .div:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-market-gg .modelgg .item7 .div p {
    text-align: center;
    margin-top: 20px;
}


.product-market-gg .modelgg .item7 .div p span {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: bold;
    font-size: 24px;
    color: #586EF6;
}

.product-market-gg .modelgg .item7 .div ul {
    text-align: center;
}
.product-market-gg .modelgg .item7 .div ul li {
    width: 131px;
    height: 40px;
    border-radius: 12px;
    font-size: 19px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    margin: 11px auto;
}

.product-market-gg .modelgg .item7 .div .div1 ul li  {
    width: 131px;
    height: 44px;
    background: #586EF6;
    border-radius: 12px;
    font-size: 20px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    margin: 11px auto 38px;
}

.product-market-gg .modelgg .item7 .div .div2 ul li{
    background: #FBE7DF;
}
.product-market-gg .modelgg .item7 .div .div3 ul li{
    background: #F3F5DE;
}
.product-market-gg .modelgg .item7 .div .div4 ul li{
    background: #E2E2F0;
}
.product-market-gg .modelgg .item7 .div .div5 ul li{
    background: #FBE7DF;
    margin: 9px auto;
    width: 131px;
    height: 29px !important;
    line-height: 29px !important;
}
.product-market-gg .modelgg .item7 .div .div6 ul li{
    background: #FDF0DB;
}
/**底部**/
.product-market-gg .modelgg .bottom {
    background: #EEF0FE;
    border-radius: 12px;
    height: 64px;
    width: 973px;
    position: absolute;
    top: 388px;
    left: 199px;
}
.product-market-gg .modelgg .bottom:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-market-gg .modelgg .bottom .div ul li {
    width: 131px;
    height: 44px;
    background: #586EF6;
    border-radius: 12px;
    font-size: 19px;
    float: left;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    margin:0 5px;
}
/**第一部分**/
.product-market-model1 .model1 ul {
    display: flex;
    justify-content: space-around;
    margin: 53px 0 0 0;
}
.product-market-model1 .model1 ul li {
    text-align: center;
    width: 257px;
    height: 406px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding-bottom: 10px;
}
.product-market-model1 .model1 ul li .item-titles {
    width: 257px;
    height: 60px;
    background: #E5EFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
}
.product-market-model1 .model1 ul li .img {
    height: 152px;
    margin-bottom: 10px;
}
.product-market-model1 .model1 ul li:hover .item-titles {
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    width: 257px;
    height: 60px;
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98), rgba(1,115,255,0.98), rgba(190,219,255,0.98));
    box-shadow: 0px 6px 10px 0px rgba(1,115,255,0.27);
    border-radius: 6px;
   
    cursor: pointer;
}
.product-market-model1 .model1 ul li:hover {
    border: 1px solid #1F59FE;
    cursor: pointer;
}
.product-market-model1 .model1 ul li:hover .items-p {
    color: #1F59FE;
}
.product-market-model1 .model1 ul li .items-p {
    height: 160px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    padding: 0px 17px;
    /* margin-top: 20px; */
}
/* 选中状态的样式 */
.product-market-model1 .model1 ul li.activeed {
    border: 1px solid #005BFF;       /* 蓝色边框 */
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);  /* 蓝色阴影 */
    border-radius: 4px;              /* 可选：圆角 */
    transition: all 0.3s ease;       /* 平滑过渡效果 */
}

/* item-titles（标题）选中样式 */
.product-market-model1 .model1 ul li.activeed .item-titles {
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98), rgba(1,115,255,0.98), rgba(190,219,255,0.98));      /* 蓝色背景 */
    color: white;                    /* 白色文字 */
    border-radius: 6px;      /* 顶部圆角 */
}

/* items-p（描述文字）选中样式 */
.product-market-model1 .model1 ul li.activeed .items-p {
    color: #005BFF;               /* 蓝色文字 */
    font-weight: 500;                /* 可选：加粗 */
}


.product-market-model1 .model1 ul li.activeed {
    /* 添加选中状态的样式，例如背景色变化 */
    background-color: #f5f5f5;
    border-bottom: 2px solid #005BFF;
}
/**营销获客**/
.product-market-yx1 {
    background: #F4F6FC;
    padding-top: 50px;
    margin-top: 50px;
}
.product-market-yx1 .tu {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.product-market-yx1 .ul1 li:first-child {
    text-align: center;
    position: absolute;
    top: 126px;
    left: 234px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}
.product-market-yx1 .ul1 li:nth-child(2) {
    text-align: center;
    position: absolute;
    top: 129px;
    left: 403px;
    /* height: 116px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 47px;
}
.product-market-yx1 .ul1 li:nth-child(3) {
    text-align: center;
    position: absolute;
    top: 161px;
    left: 575px;
    /* height: 116px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 47px;
}
.product-market-yx1 .ul1 li:nth-child(4) {
    text-align: center;
    position: absolute;
    top: 129px;
    left: 780px;
    /* height: 116px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 47px;
}
.product-market-yx1 .ul1 li:last-child {
    text-align: center;
    position: absolute;
    top: 126px;
    right: 173px;
    /* height: 88px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}
.product-market-yx1 .ul2 li {
    height: 23px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #005BFF;
    line-height: 17px;
}
/**产品靓点**/
.product-market-yx2 {
    padding: 80px 0;
    background: #F4F6FC;
}
.product-market-yx2 .item-div .ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product-market-yx2 .item-div .ul ul li {
    margin: 20px 0;
} 
.product-market-yx2 .item-div .ul .li:hover {
    background-color: #176de6;
}
.product-market-yx2 .item-div .ul .li:hover p {
    color: #ffffff;
}
.product-market-yx2 .item-div .ul .li {
    width: 364px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #546CFF;
    font-family: Alibaba PuHuiTi 2.0;
    padding: 20px;
}
.product-market-yx2 .item-div .ul .li .title {
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 18px;
    color: #010101;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-market-yx2 .item-div .ul .li .content {
    height: 38px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.product-market-yx2 .item-div .ul div p {
    position:absolute; 
    top: 143px;
    left: 141px;
    font-size:22px;
    color: #ffffff;
    text-align: center;
}
/**高效获客**/
.product-market-yx3 {
    background: #F4F6FC;
    padding: 100px 0;
}
.product-market-yx3 .youshi {
    position: relative;
}
.product-market-yx3 .youshi div:hover .content {
    background-color: #176de6;
    color: #ffffff;
    cursor: pointer;
}

.product-market-yx3 .youshi .p1 .content {
    position: absolute;
    top: 33px;
    left: 88px;
}
.product-market-yx3 .youshi .p1 .title {
    position: absolute;
    top: 201px;
    left: 298px;
}
.product-market-yx3 .youshi .p2 .content {
    position: absolute;
    top: 286px;
    left: -22px;
}
.product-market-yx3 .youshi .p2 .title {
    position: absolute;
    top: 462px;
    left: 200px;
}
.product-market-yx3 .youshi .p3 .content {
    position: absolute;
    top: -64px;
    left: 461px;
}
.product-market-yx3 .youshi .p3 .title {
    position: absolute;
    top: 109px;
    left: 553px;
}
.product-market-yx3 .youshi .p4 .content {
    position: absolute;
    top: 281px;
    right: -14px;
}
.product-market-yx3 .youshi .p4 .title {
    position: absolute;
    top: 442px;
    right: 208px;
}
.product-market-yx3 .youshi .p5 .content {
    position: absolute;
    top: 35px;
    right: 88px;
}
.product-market-yx3 .youshi .p5 .title {
    position: absolute;
    top: 197px;
    right: 302px;
}
.product-market-yx3 .youshi div .title {
    height: 43px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}
.product-market-yx3 .youshi div .content {
    width: 253px;
    height: 111px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #546CFF;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding: 10px 15px;
}
.product-market-yx3 .youshi .gxhk {
    /* width: 125px; */
    height: 31px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 32px;
    color: #005BFF;
    line-height: 24px;
    text-align: center;
    margin-top: -61px;
}

/**客户运营**/
.product-market-kh1 {
    background: #F4F6FC;
    padding: 50px 0;
}
.product-market-kh1 .youshi {
    position: relative;
}
.product-market-kh1 .youshi .p1 .title {
    position: absolute;
    top: 111px;
    left: 217px;
}

.product-market-kh1 .youshi .p2 .title {
    position: absolute;
    top: 440px;
    left: 238px;
}

.product-market-kh1 .youshi .p3 .title {
    position: absolute;
    top: 109px;
    left: 703px;
}

.product-market-kh1 .youshi .p4 .title {
    position: absolute;
    top: 442px;
    right: 208px;
}

.product-market-kh1 .youshi .p5 .title {
    position: absolute;
    top: 273px;
    right: 143px;
}
.product-market-kh1 .youshi .p6 .title {
    position: absolute;
    top: 273px;
    left: 161px;
}
.product-market-kh1 .youshi div .title {
    height: 24px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.product-market-kh1 .youshi div .title span {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-family: Oswald;
    font-weight: bold;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 25px;
    margin: 0 72px;
}
.product-market-kh1 .youshi div .content {
    width: 253px;
    height: 111px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding: 10px 15px;
}
.product-market-kh1 .youshi .middle {
    position: absolute;
    top: 208px;
    left: 551px;
}
.product-market-kh1 .youshi .middle .text {
    /* width: 118px; */
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 24px;
}
/**客户运营**/
.product-market-kh2 {
    background: #F4F6FC;
    /* padding: 50px 0; */
}
.product-market-kh2 .hexin {
    position: relative;
}
.product-market-kh2 .hexin .p1 {
    position: absolute;
    top: 32px;
    left: 88px;
}

.product-market-kh2 .hexin .p2 {
    position: absolute;
    top: 359px;
    left: 22px;
}

.product-market-kh2 .hexin .p3 {
    position: absolute;
    top: 307px;
    left: 830px;
}


.product-market-kh2 .hexin div .title {
    /* width: 196px; */
    height: 24px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 19px;
    color: #005BFF;
    line-height: 24px;
    text-align: left;
    /* padding: 10px 15px; */
    padding-left: 15px;
}
.product-market-kh2 .hexin div .content {
    display: flex;
    padding-left: 10px;
    
}
.product-market-kh2 .hexin div .content p:last-child {
    width: 315px;
    /* height: 86px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    margin: 0;
    /* padding: 10px 15px; */
}
.product-market-kh2 .hexin div .content p:first-child {
    width: 20px;
    line-height: 24px;
    margin: 0;
}

/**销售管理**/
.product-market-xs1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F4F6FC;
}
.product-market-xs1 .ul2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.product-market-xs1 .ul2 li {
    width: 183px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}
.product-market-xs1 .ul2 li .img {
    margin-top: -54px;
    margin-bottom: 29px;
    transition: transform 1s;
}
.product-market-xs1 .ul2 li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
}
.product-market-xs1 .ul2 li:hover .img {
    transform: rotateY(180deg); /* 向右旋转 */
}
.product-market-xs1 .ul2 li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 0 15px;
    text-align: left;
}

.product-market-xs1 .ul2 li .model4-p {
    font-size: 20px;
    color: #005BFF;
    line-height: 24px;
}
.product-market-xs1 .jx {
    text-align: center;
    margin-top: 60px;
}


/**风险管控**/
.product-market-fx {
    background: #F4F6FC;
}
.product-market-fx .fx {
    display: flex;
    background: url(../images/20250430/product/market/fx.png) no-repeat;
    height:539px;
    background-position:center;
    background-size: 100%;
}
.product-market-fx div ul li {
    margin-bottom: 77px;
}

.product-market-fx div ul li p:first-child {
    height: 17px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #176DE6;
    line-height: 17px;
    padding-left: 10px;
}

.product-market-fx div ul li p:last-child {
    width: 241px;
    height: 62px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding-left: 10px;
}
.product-market-fx div ul .li1 {
    position: relative;
    left: 128px;
    top: 9px;
    text-align: left;
}
.product-market-fx div ul .li2 {
    position: relative;
    left: 92px;
    top: 14px;
    text-align: left;
}
.product-market-fx div ul .li3 {
    position: relative;
    left: 128px;
    top: 38px;
    text-align: left;
}
.product-market-fx div ul .li4 {
    position: relative;
    left: 547px;
    top: 9px;
    text-align: right;
}
.product-market-fx div ul .li5 {
    position: relative;
    left: 590px;
    top: 14px;
    text-align: right;
}
.product-market-fx div ul .li6 {
    position: relative;
    left: 547px;
    top: 28px;
    text-align: right;
}


.product-market-fx div ul:first-child,
.product-market-fx div ul:last-child {
    position: relative;
    top: 40px;
}


@media (max-width: 1200px) {

    .case-bendi-model1 ul li .right p:nth-last-child(1) {
        font-size: 14px;
    }

    .product-market-fx ul li {
        width: calc(100% / 3 - 10px);
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .product-market-fx ul li .p1 {
        font-size: 15.5px;
    }

    .product-market-fx ul li .p2 {
        font-size: 14px;
    }
}
