.reg-enterprise-modern {
    background: linear-gradient(180deg, #f4f8ff 0%, #f7fbff 260px, #ffffff 100%);
    padding-top: 34px;
    padding-bottom: 54px;
}

.reg-enterprise-list,
.reg-enterprise-detail {
    min-height: 680px;
}

.reg-enterprise-modern .container {
    max-width: 1200px;
}

.reg-enterprise-modern .banner {
    display: none;
}

.reg-enterprise-modern .materialTop {
    margin-bottom: 28px;
}

.reg-enterprise-modern .enterpriseTop {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(18, 120, 225, .12);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(17, 72, 139, .09);
}

.reg-enterprise-modern .enterpriseClassify {
    flex: 1;
    width: auto;
}

.reg-enterprise-modern .enterpriseClassify .swiper-wrapper {
    align-items: center;
}

.reg-enterprise-modern .enterpriseClassify .swiper-slide {
    width: auto !important;
}

.reg-enterprise-modern .enterpriseClassify p {
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #193b66;
    font-size: 15px;
    cursor: pointer;
    transition: all .2s ease;
}

.reg-enterprise-modern .enterpriseClassify p:hover,
.reg-enterprise-modern .enterpriseClassify p.on {
    color: #fff;
    background: linear-gradient(135deg, #126fe4 0%, #14b7e7 100%);
    box-shadow: 0 8px 18px rgba(18, 111, 228, .22);
}

.reg-enterprise-modern .enterpriseBtn,
.reg-enterprise-modern .articleRight_userBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #126fe4 0%, #15b8e6 100%);
    box-shadow: 0 10px 24px rgba(17, 119, 226, .24);
    font-size: 15px;
    font-weight: 600;
}

.reg-enterprise-modern .enterpriseBtn:hover,
.reg-enterprise-modern .articleRight_userBtn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.reg-enterprise-modern .enterpriseCon {
    padding: 0;
    background: transparent;
}

.reg-enterprise-modern .enterpriseList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
}

.reg-enterprise-modern .enterpriseList li {
    width: auto;
    min-height: 210px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(18, 120, 225, .10);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(25, 74, 125, .08);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.reg-enterprise-modern .enterpriseList li:hover {
    transform: translateY(-2px);
    border-color: rgba(18, 120, 225, .24);
    box-shadow: 0 18px 42px rgba(20, 91, 168, .14);
}

.reg-enterprise-modern .enterpriseList li > a {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 22px;
    height: 100%;
    padding: 24px;
    color: inherit;
}

.reg-enterprise-modern .enterpriseList_img {
    position: static !important;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #f6fbff 0%, #eef6ff 100%);
    overflow: hidden;
}

.reg-enterprise-modern .enterpriseList_imgBox {
    max-width: 86%;
    max-height: 86%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.reg-enterprise-modern .enterpriseList_txt {
    min-width: 0;
    width: auto !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

.reg-enterprise-modern .enterpriseList_txt h6 {
    width: auto !important;
    margin: 0 0 14px;
    color: #06244d;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.reg-enterprise-modern .enterpriseList_txt p {
    width: auto !important;
    min-height: 72px;
    color: #607086;
    font-size: 15px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reg-enterprise-modern .enterpriseList_bottom {
    width: auto !important;
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1274df;
}

.reg-enterprise-modern .enterpriseList_bottom span:first-child {
    padding: 5px 11px;
    border-radius: 999px;
    color: #1274df;
    background: #edf6ff;
}

.reg-enterprise-modern .materialList_more {
    width: 190px;
    height: 42px;
    line-height: 42px;
    margin: 32px auto 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #126fe4 0%, #15b8e6 100%);
    box-shadow: 0 10px 22px rgba(18, 111, 228, .20);
}

.reg-enterprise-modern .materialList_more.noColor {
    color: #8da0b8;
    background: transparent;
    box-shadow: none;
}

.reg-enterprise-modern .commentNav {
    margin: 0 0 18px;
    color: #6b7b90;
}

.reg-enterprise-modern .commentNav a {
    color: #315d91;
}

.reg-enterprise-modern .materialCon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.reg-enterprise-modern .materialLeft,
.reg-enterprise-modern .materialRight {
    width: auto;
    float: none;
}

.reg-enterprise-modern .enterpriseDetail_con,
.reg-enterprise-modern .articleRight_user,
.reg-enterprise-modern .articleRight_recommend {
    background: #fff;
    border: 1px solid rgba(18, 120, 225, .10);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(25, 74, 125, .08);
}

.reg-enterprise-modern .enterpriseDetail_con {
    padding: 28px;
    margin-bottom: 20px;
}

.reg-enterprise-modern .enterpriseDetail_info {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    align-items: center;
}

.reg-enterprise-modern .enterpriseDetail_infoImg {
    position: static !important;
    width: 220px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #f6fbff 0%, #edf6ff 100%);
    overflow: hidden;
}

.reg-enterprise-modern .enterpriseDetail_infoImg img {
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
}

.reg-enterprise-modern .enterpriseDetail_infoTxt {
    width: auto !important;
    min-width: 0;
}

.reg-enterprise-modern .enterpriseDetail_infoTxt h6,
.reg-enterprise-modern .enterpriseDetail_infoTxt h6 a {
    width: auto !important;
    color: #06244d;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

.reg-enterprise-modern .enterpriseDetail_infoTxt p {
    width: auto !important;
    margin-top: 14px;
    color: #607086;
    font-size: 16px;
    line-height: 1.85;
}

.reg-enterprise-modern .enterpriseDetail_infoLabel {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f5f9ff;
}

.reg-enterprise-modern .enterpriseDetail_infoLabel li {
    padding: 6px 0;
    color: #44566e;
    font-size: 15px;
}

.reg-enterprise-modern .enterpriseDetail_title {
    margin-bottom: 18px;
    color: #06244d;
    font-size: 21px;
    font-weight: 700;
}

.reg-enterprise-modern .enterpriseDetail_title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 10px;
    vertical-align: -3px;
    border-radius: 4px;
    background: linear-gradient(180deg, #126fe4 0%, #15b8e6 100%);
}

.reg-enterprise-modern .enterpriseDetail_photo,
.reg-enterprise-modern .enterpriseDetail_listImgBox {
    border-radius: 12px;
}

.reg-enterprise-modern .enterpriseDetail_list li {
    padding: 18px 0;
    border-bottom: 1px solid #edf2f8;
}

.reg-enterprise-modern .enterpriseMap {
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(18, 120, 225, .10);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(25, 74, 125, .08);
}

.reg-enterprise-modern #dituContent {
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
}

.reg-enterprise-modern .enterpriseMap_placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a7d94;
    font-size: 16px;
    background: linear-gradient(135deg, #f6fbff 0%, #edf6ff 100%);
}

.reg-enterprise-modern .materialRight {
    position: sticky;
    top: 110px;
}

.reg-enterprise-modern .articleRight_user,
.reg-enterprise-modern .articleRight_recommend {
    padding: 22px;
    margin-bottom: 18px;
}

.reg-enterprise-modern .articleRight_userTop p {
    color: #06244d;
    font-size: 18px;
    font-weight: 700;
}

.reg-enterprise-modern .articleRight_recommend h6 {
    margin-bottom: 12px;
    color: #06244d;
    font-size: 18px;
    font-weight: 700;
}

.reg-enterprise-modern .articleRight_recommendBox a {
    display: block;
    padding: 10px 0;
    color: #315d91;
    border-bottom: 1px solid #edf2f8;
}

@media (max-width: 1100px) {
    .reg-enterprise-modern .enterpriseList {
        grid-template-columns: 1fr;
    }

    .reg-enterprise-modern .materialCon {
        grid-template-columns: 1fr;
    }

    .reg-enterprise-modern .materialRight {
        position: static;
    }
}

@media (max-width: 768px) {
    .reg-enterprise-modern {
        padding-top: 18px;
        padding-bottom: 36px;
    }

    .reg-enterprise-modern .enterpriseTop,
    .reg-enterprise-modern .enterpriseList li > a,
    .reg-enterprise-modern .enterpriseDetail_info {
        display: block;
    }

    .reg-enterprise-modern .enterpriseBtn {
        margin-top: 14px;
        width: 100%;
    }

    .reg-enterprise-modern .enterpriseList li > a {
        padding: 18px;
    }

    .reg-enterprise-modern .enterpriseList_img,
    .reg-enterprise-modern .enterpriseDetail_infoImg {
        width: 100%;
        height: 140px;
        margin-bottom: 16px;
    }

    .reg-enterprise-modern .enterpriseList_txt h6 {
        font-size: 19px;
    }

    .reg-enterprise-modern .enterpriseDetail_con {
        padding: 20px;
    }

    .reg-enterprise-modern .enterpriseDetail_infoTxt h6,
    .reg-enterprise-modern .enterpriseDetail_infoTxt h6 a {
        font-size: 23px;
    }
}
