html,
body {
    background-color: #fff;
}

img {
    max-width: 100%;
}


/* CSS 方式隐藏滚动条（等同于 scrolling="no"） */
iframe {
    overflow: hidden;
}

/* 或者针对 Webkit 浏览器更精细的控制 */
iframe::-webkit-scrollbar {
    display: none;
}


select option:checked {
    background-color: #01A554 !important;
    color: #fff !important;
}

/* 
select option:hover {
    background-color: #01A554 !important;
    color: #fff !important;
} */

.topIframne {
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 999;
    /* min-width: 1100px; */
    overflow: auto;
    border-bottom: 1px solid #eee;
}

#bi_iframe {
    height: 60px;
    min-width: 1200px;
    /* max-width: 1200px; */
    /* min-width: 1100px;
    max-width: 1200px; */
}

.iframeFooter {
    width: 100%;
    /* height: 220px; */
    min-width: 1200px;
    background-color: #FBFBFB;
    /* 当底部固定时候 */
    /* position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999; */
}

.iframeMapMarket {
    width: 100%;
    height: 900px;
    background-color: #081C32;
}

.contentIndexCenter {
    min-width: 1100px;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.mainContent {
    width: 100%;
    min-width: 1200px;
    padding-top: 60px;
}

.img_banner_news {
    width: 100%;
    display: block;
    /* 去掉图片底部默认留白 */
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    letter-spacing: 5px;
    margin: 0 0 30px 0;
    /* 统一标题下边距 */
}

/* ========= 统一所有模块 上下边距 ========= */
.contentIndexOut {
    background-color: #fff;
    padding: 60px 0;
    /* 统一模块上下内边距 */
}

.contentColor {
    background-color: #F5FDFF;
    padding: 60px 0;
    /* 和上面保持一致 */
}

.contentIndexbgLast {
    background: url(../imageLast/img_bg_cooperation.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    /* 和上面保持一致 */
}


.rowforSaleTExtNew {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.colforSaleTExtNew {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 25%;
    margin-top: 20px;
    align-items: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 0 30px;
    height: 180px;
    line-height: 30px;
}

.colforSaleTExtNew img {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
}

.row_fundYjian {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 50%;
}

.row_fundYjian img {
    margin: 0 20px 0 0;
}

.row_fundYjian p {
    font-size: 20px;
}

.colforSaleTExtNew:hover,
.row_fundYjian:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
}

.colforSaleTExtNew:hover img,
.row_fundYjian:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.colforSaleTExtNew img,
.row_fundYjian img {
    transition: transform 0.3s ease;
}

.dealRow {
    flex-wrap: wrap;
    justify-content: space-between;
}


.dealRow .col:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.2);
}

.dealRow .col:hover .imgDeal {
    transform: scale(1.02);
    transition: transform 0.4s ease;
}

.dealRow .imgDeal {
    transition: transform 0.35s ease;
    width: 100%;
    display: block;
}

.dealRow .col:hover .contDeal .name span {
    letter-spacing: 2px;
    transition: letter-spacing 0.25s ease;
}

.dealRow .col:hover .contDeal .tip {
    opacity: 0.95;
    transform: translateY(0);
}

.dealRow .col {
    width: 49%;
    margin-top: 30px;
    border-radius: 6px;
    /* border: 1px solid red; */
    overflow: hidden;
}

.dealRow .imgDeal {
    width: 100%;
    display: block;
}

.contDeal {
    color: #fff;
    min-height: 160px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contDeal .tip {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
}

.contDeal .name {
    margin-top: 10px;
}

.contDeal .name span {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 50px 5px 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-left: none;
    border-radius: 0 5px 20px 0;
}

.rowMarket {
    flex-wrap: wrap;
    /* border: 1px solid red; */
    /* justify-content: space-between; */
}

.rowMarket .colMarket {
    width: 24%;
    margin-top: 20px;
    margin-right: 1.25%;
}

.rowMarket .colMarket:nth-child(4n) {
    margin-right: 0;
}

.rowMarket .doorCoverMarket {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;

}

.rowMarket .doorNameMarket {
    width: 100%;
    height: 190px;
    color: #fff;
    font-size: 20px;
    background-color: #0176BC;
    padding: 20px;
    line-height: 40px;
    opacity: .8;
}

.rowMarket .pMarket {
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
}

.colMarketAct {
    height: 240px;
    background-color: #01A554;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
}

.colMarketAct .name {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.colMarketAct .btnM {
    background: #FFFFFF;
    border-radius: 8px;
    color: #01A554;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.colMarketAct .contMark {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: .9;
}

/* ========= 超顺滑卡片切换过渡效果 ========= */
.market-card-wrapper {
    position: relative;
    width: 100%;
    min-height: 240px;
}

.card-fade-enter-active,
.card-fade-leave-active {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-fade-enter-from,
.card-fade-leave-to {
    opacity: 0;
    transform: scale(0.94) translateY(3px);
}

.card-fade-enter-to,
.card-fade-leave-from {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.colMarketAct,
.col {
    transition: all 0.2s ease;
}

.rowMoreB {
    justify-content: center;
    margin-top: 40px;
}

.rowMoreB .row img {
    width: 30px;
    margin-left: 20px;
}

.rowMoreB .row {
    background: url(../imageLast/button_bg_more.png) no-repeat;
    background-position: 100%;
    background-size: 100%;
    font-size: 24px;
    color: #00A54F;
    padding: 20px 30px;
}

.rowDemand {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.rowDemand .demandLi {
    width: 32%;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 15px;
    border-radius: 4px;
}

.rowDemand .demandLi input,
.rowDemand .demandLi select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 10px;
}

.rowDemand .rowWidth {
    width: 100%;
    align-items: flex-start;
    padding: 15px;
}

.rowDemand .rowWidth textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 0 10px;
}

.rBtn {
    width: 400px;
    height: 48px;
    background: #00A54F;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 40px;
}

.imgbannerPos {
    position: relative;
    line-height: 0;
    /* 去掉图片间隙 */
}

.imgbannerPos .row {
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.imgbannerPos .img_banner_bottom {
    min-width: 1100px;
    max-width: 1200px;
}

.fixRightTwo {
    width: 150px;
    height: 45px;
    background: url(https://oss.51zhaosha.cn/cattle/images/cowImg/imageGoods/icon_partnership.png) no-repeat;
    background-position: cover;
    background-size: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding-left: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.fixtop {
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

.fixRight {
    position: fixed;
    right: 30px;
    bottom: 230px;
    z-index: 999;
    align-items: flex-end;
}


.topTit .col {
    height: 600px;
    justify-content: center;
}

.topTit h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 80px;
}

.topTit h3 {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 40px;
}

/* ========== 手机端适配样式 ========== */
@media screen and (max-width: 768px) {

    /* 移除固定最小宽度，改为自适应 */
    .topIframne {
        min-width: auto !important;
        overflow-x: auto;
    }

    #bi_iframe {
        min-width: auto !important;
        width: 100%;
    }

    .mainContent {
        min-width: auto !important;
        padding-top: 50px;
    }

    .contentIndexCenter {
        min-width: auto !important;
        padding: 0 15px;
    }

    .iframeFooter {
        min-width: auto !important;
        /* height: auto;
        min-height: 360px; */
    }

    /* Banner 区域 */
    .topTit {
        background-position: center;
        height: 400px;
    }

    .topTit .col {
        height: auto;
        padding: 0 20px;
        height: 400px;
    }


    .topTit h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        text-align: left;
    }

    .topTit h3 {
        font-size: 24px !important;
        line-height: 1.4 !important;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: left;
    }

    .topTit h3 br {
        display: none;
    }

    /* 标题 */
    h1 {
        font-size: 20px !important;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    /* 模块内边距 */
    .contentIndexOut,
    .contentColor,
    .contentIndexbgLast {
        padding: 40px 0 !important;
    }

    /* 数字化软件/硬件 - 2列布局 */
    .colforSaleTExtNew {
        width: 50% !important;
        height: auto !important;
        padding: 0 10px !important;
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    .colforSaleTExtNew img {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 8px;
    }

    .row_fundYjian {
        width: 50% !important;
        font-size: 14px !important;
    }

    .row_fundYjian img {
        width: 45px !important;
        height: 45px !important;
        margin-right: 10px !important;
    }

    /* 解决方案 - 单列 */
    .dealRow .col {
        width: 100% !important;
        margin-top: 10px;
    }

    .contDeal {
        min-height: 120px;
        padding: 15px 0;
    }

    .contDeal .name span {
        font-size: 18px !important;
        padding: 5px 20px 5px 15px !important;
    }

    .contDeal .tip {
        font-size: 13px !important;
        line-height: 1.4;
        padding: 0 15px !important;
    }

    /* 合作交易市场 - 2列 */
    .rowMarket .colMarket {
        width: 49% !important;
        margin-right: 2%;
        margin-top: 10px;
    }

    .rowMarket .colMarket:nth-child(2n) {
        margin-right: 0;
    }

    .rowMarket .doorCoverMarket {
        height: 120px !important;
    }

    .rowMarket .doorNameMarket {
        height: 120px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        display: flex;
        align-items: center;
        text-align: center;
        word-break: break-all;
    }

    .rowMarket .pMarket {
        font-size: 13px !important;
        height: auto !important;
        min-height: 45px;
        line-height: 45px !important;
        padding: 0 10px !important;
        white-space: normal !important;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 激活卡片 */
    .colMarketAct {
        height: auto !important;
        min-height: 160px;
        padding: 15px !important;
    }

    .colMarketAct .name {
        font-size: 14px !important;
        line-height: 1.3;
    }

    .colMarketAct .contMark {
        font-size: 12px !important;
        line-height: 14px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .colMarketAct .btnM {
        width: 80px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 13px !important;
    }

    .market-card-wrapper {
        min-height: 150px;
        /* border: 1px solid red; */
    }

    /* 查看更多按钮 */
    .rowMoreB .row {
        font-size: 16px !important;
        padding: 10px 20px !important;
        background-size: 100% 100% !important;
    }

    .rowMoreB .row img {
        width: 20px !important;
        margin-left: 10px;
    }

    /* 需求表单 */
    .rowDemand .demandLi {
        width: 100% !important;
        margin-top: 15px;
        padding: 10px 12px !important;
    }

    .rowDemand .demandLi input,
    .rowDemand .demandLi select {
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .rowDemand .rowWidth textarea {
        height: 80px !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .rBtn {
        width: 90% !important;
        max-width: 300px;
        height: 44px !important;
        line-height: 44px !important;
        font-size: 15px !important;
        margin-top: 25px;
    }


    /* Banner 底部图片 */
    .imgbannerPos .row {
        /* position: relative; */
        margin-top: 20px;
        bottom: 0;
    }

    .imgbannerPos .img_banner_bottom {
        min-width: auto !important;
        width: 100%;
        max-width: 100%;
    }

    /* 右侧悬浮按钮 */
    .fixRight {
        right: 10px !important;
        bottom: 180px !important;
    }

    /* .fixRightTwo {
        width: 50px !important;
        height: 50px !important;
        background: #00A54F !important;
        background-image: none !important;
        padding-left: 0 !important;
        font-size: 0 !important;
        border-radius: 50%;
        position: relative;
    }

    .fixRightTwo::after {
        content: "合";
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 50px;
    } */

    .fixtop {
        width: 45px !important;
        height: 45px !important;
        margin-top: 10px;
    }

    /* 隐藏 PC 端的滚动条样式不影响手机 */
    iframe {
        overflow: auto;
    }
}

.secondIframe {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 60px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}

/* 小屏幕手机 */
@media screen and (max-width: 480px) {
    .colforSaleTExtNew {
        font-size: 13px !important;
        line-height: 20px;
    }

    .colforSaleTExtNew img {
        width: 50px !important;
        height: 50px !important;
    }

    .row_fundYjian {
        font-size: 13px !important;
    }

    .row_fundYjian img {
        width: 40px !important;
        height: 40px !important;
    }

    .row_fundYjian p {
        width: 70%;
        text-align: left;
        line-height: 20px;
        font-size: 13px !important;

    }

    .topTit h2 {
        font-size: 24px !important;
    }

    .topTit h3 {
        font-size: 14px !important;
    }

    h1 {
        font-size: 18px !important;
    }


}