@charset "UTF-8";
/**
 * 新点造价·生态开放平台
 * date: 2025-11-6
 * author: wuzhou;
 */
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff')
            format('woff'),
        url('./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf')
            format('truetype'),
        url('./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot')
            format('embedded-opentype');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #333; */
}
.loginbtn {
    margin: 4px 30px 10px 950px !important;
    float: right;
    width: 68px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-color: #30bbed;
    border-radius: 4px;
    text-align: center;
    display: block;
    font-size: 15px !important;
}

.wrap {
    margin: 0 auto;
    font-family: 'Source Han Sans CN';
}

.main {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.header-logo {
    height: 72px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    color: #333;
    font-family: 'Source Han Sans CN';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    background: url(../images/home/logo.png) no-repeat left center/48px 48px;
}

.header {
    overflow: hidden;
    width: 100%;
    height: 398px;
    background: url(../images/home/top_bg.png) no-repeat center center/100% 100%;
    font-family: 'Source Han Sans CN';
}
.header-title {
    margin-top: 92px;
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.header-desc {
    margin: 24px 0 60px;
    color: #435371;
    font-size: 20px;
    font-weight: 400;
}

.btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
    background: linear-gradient(85deg, #0161fe 0%, #0497fd 100%);
}

.work {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px auto;
}
.work-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 40px;
}
.work-panel {
    display: flex;
    width: 1280px;
    min-height: 551px;
    border-radius: 20px;
    background: url("../images/home/join_bg1.png") no-repeat center center/100%
        100%;
    transition: all 0.3s ease;
}

.work-panel:nth-child(2) {
     background-image: url('../images/home/join_bg2.png');
}

.work-panel:nth-child(3) {
     background-image: url('../images/home/join_bg3.png');
}

.work-panel:nth-child(4) {
     background-image: url('../images/home/join_bg4.png');
}


  .panel-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-right: 1px solid #dce5f6;
}

.panel-item {
    width: 100%;
    flex: 1;
    display: flex;
    padding: 0px 24px;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    border-left: 4px solid transparent;
    cursor: pointer;
}
 .panel-item img {
    width: 35px;
    height: 35px;
}
.panel-item:first-child {
    border-top-left-radius: 20px;
}
 .panel-item:last-child {
    border-bottom-left-radius: 20px;
}
 .panel-item.current {
    border-left: 4px solid #0d5efa;
    background: linear-gradient(90deg, #cee1ff 0%, rgba(243, 247, 255, 0) 100%);
    color: #0d5efa;
    font-weight: 700;
}
.work-panel .panel-content {
    width: calc(100% - 234px);
    padding: 30px;
}
.work-panel .panel-content .content-title {
    color: #2d343b;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
}
.work-panel .panel-content .content-desc {
    margin: 10px 0 30px;
    font-size: 24px;
    line-height: 36px;
}
.work-panel .panel-content .content-list {
    display: flex;
    flex-direction: column;
    gap: 33.5px;
    max-width: 600px;
}

.work-panel:first-child .panel-content .content-list {
    gap: 24.67px; 
}

.work-panel:nth-child(2) .panel-content .content-list {
    gap: 49px; 
}

.work-panel:nth-child(3) .panel-content .content-list {
    gap: 19.67px; 
    max-width: 651px;
}


.work-panel .panel-content .item-title {
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 20px;
    line-height: 30px;
    background: url(../images/home/join_icon.png) no-repeat left center/20px
        20px;
    margin-bottom: 8px;
}
.work-panel .panel-content .item-desc {
    color: #838383;
    font-size: 18px;
    line-height: 27px;
}

.case {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 50px 0;
    background: #f3f8ff;
}
.case-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 30px;
}
.case-content {
    position: relative;
    width: 1280px;
    height: 297px;
    box-sizing: border-box;
    z-index: 1;
}
.case-swiper {
    width: 100%;
    height: 100%;
}

.case-swiper .swiper-slide {
    padding: 10px 0;
}

.case-swiper .swiper-slide a {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(172, 202, 238, 0.43);
}
.case-swiper .swiper-slide a p {
    color: #222;
    font-size: 26px;
    line-height: 38px;
}

.case .case-next,
.case .case-prev {
    width: 46px !important;
    height: 46px !important;
    margin-top: 0;
    top: 50%;
    transform: translateX(103px) translateY(-50%);
    background: url(../images/home/arrow_r.png) no-repeat center center/60px
        60px !important;
}
.case .case-prev {
    transform: translateX(-103px) translateY(-50%);
    background-image: url(../images/home/arrow_l.png) !important;
}

.enter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    gap: 40px;
    background: url(../images/home/enter_bg.png) no-repeat center bottom;
    background-size: cover;
}
.enter-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
.enter-list {
    display: flex;
    gap: 30px;
}
.enter-item {
    width: 232px;
    height: 245px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    background: url(../images/home/enter_bg1.png) no-repeat center center/100%
        100%;
}

.enter-item:hover {
    transform: scale(1.05);
}

.enter-item:nth-child(2) {
    background-image: url(../images/home/enter_bg2.png);
}
.enter-item:nth-child(3) {
    background-image: url(../images/home/enter_bg3.png);
}
.enter-item:nth-child(4) {
    background-image: url(../images/home/enter_bg4.png);
}
.enter-item:nth-child(5) {
    background-image: url(../images/home/enter_bg5.png);
}
.enter-item .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}
.enter-item .item-content {
    color: #435371;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.preview-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    margin-bottom: 8px;
}
.preview-tab .tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.preview-tab .tab-item.current {
    color: #0d5efa;
    border-bottom: 2px solid #0d5efa;
}
.preview-content {
    overflow: hidden;
    padding-left: calc(50% + 80px);
    height: 343px;
    background: url(../images/home/preview_bg1.png) no-repeat center center;
    background-size: 100% 343px;
    transition: all 0.3s ease;
}
.preview .content-label {
    margin-top: 30px;
    color: #657494;
    font-size: 48px;
    font-weight: 700;
    height: 71px;
}
.preview .content-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.preview .content-desc {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.together {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    background: url(../images/home/together_bg.png) no-repeat center center/100%
        100%;
}
.together-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 248px;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) -0.03%,
        rgba(255, 255, 255, 0.85) 35.46%,
        rgba(255, 255, 255, 0.85) 64.91%,
        rgba(255, 255, 255, 0) 99.97%
    );
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.together-title {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}
.together-desc {
    color: #435371;
    font-size: 20px;
    margin: 16px 0 30px;
}

.layui-layer-content {
    display: flex;
    flex-direction: column;
    padding: 24px 40px;
}

.layui-form-item {
    display: flex;
}
.layui-form-item .layui-form-label {
    display: inline !important;
    width: calc(100% - 615px) !important;
    float: none !important;
    padding: 10px 10px 0 0 !important;
}
.layui-form-item .layui-form-label span {
    position: relative;
}
.layui-form-item .layui-form-label span::before {
    position: absolute;
    content: '';
    left: -10px;
    top: 0px;
    width: 7px;
    height: 7px;
    background: url(../images/home/required.png) no-repeat center center/100%
        100%;
}
.layui-form-item .layui-input-block {
    margin: 0;
    flex: 1;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #5ea7f9 !important;
}

.submit-btn {
    margin: 0 auto;
    width: 88px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #1f63d1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
} /*# sourceMappingURL=index.css.map */

.hidden {
    display: none !important;
}

/* 2025-11-5 */
.header-logo {
    background-image: url('../images/home/logo_v531.png');
}

.header {
    background-image: url('../images/home/top_banner_new.jpg');
}

.btn-link:hover {
    color: #fff;
    background: linear-gradient(89.07deg, #194cff 49.2%, #0385f6 162.94%);
}

.work-panel {
    position: relative;
    margin-top: 40px;
    display: block;
    height: auto;
    transition: all 0.3s ease;
}
  .panel-list {
    margin: 0 auto;
    width: 724px;
    padding: 0 12px;
    flex-direction: row;
    height: 69px;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 35px; 
    background-color: #f1f2f5;
}

 .panel-item {
    width: auto;
    box-sizing: border-box;
    gap: 0;
    padding: 0px 20px;
    border-left: 0;
    text-align: center;
    height: 49px;
    line-height: 49px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.panel-item + .panel-item {
    margin-left: 20px;
}

.panel-item:first-child {
    border-top-left-radius: 25px;
}

.panel-item.current {
    border-left: 0;
    background: #222;
    color: #fff;
    font-weight: normal;
}

.case-top {
    height: 47px;
    font-size: 18px;
    padding-left: 45px;
    padding-right: 60px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('../images/home/case_title_bg.png');
}

.case-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    border: 0.6px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(22.930768966674805px);
}

.case-bottom img {
    max-width: 100%;
    max-height: 100%;
}

/* 底部 */
.containerv3 {
    margin: 0 auto;
    width: 1280px;
}

/* 底部 */
.footerv3 {
    background-color: #1d1d20;
}
.footerv3-list {
    box-sizing: border-box;
    padding: 40px 0 24px; 
}
.footerv3-list-inner {
    display: flex;
    justify-content: space-between;
}
.footerv3-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footerv3-list-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.footerv3-list-link {
    color: #6c7176;
    font-size: 16px;
    line-height: 24px;
}
/* .footerv3-list-link:hover {
        color: #0d5efa;
    } */
.footerv3-list-link + .footerv3-list-link {
    margin-top: 12px;
}

.footerv3-qrcode-img + .footerv3-qrcode-img {
    margin-left: 16px;
}
.footerv3-link {
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f8fbff;
}
.footerv3-link-inner {
    display: flex;
    align-items: center;
    height: 55px;
}
.footerv3-link-item {
    color: #838383;
    font-size: 16px;
    line-height: 24px;
}
.footerv3-link-item:hover {
    color: #0d5efa;
}
.footerv3-link-item + .footerv3-link-item {
    margin-left: 50px;
}
.footerv3-text {
  border-top: 1px solid #2e2f33;
}
.footerv3-text-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.footerv3-text-item {
    color: #6c7176;
    font-size: 16px;
    line-height: 24px;
}
.footerv3-text-item + .footerv3-text-item {
    margin-left: 50px;
}
.footerv3-text-item a {
    color: inherit;
}
.footerv3-text-item a:hover {
    color: #fff;
}
.platform-selector {
    display: flex;
    margin-top: 8px;
}

.platform-selector div:hover,
.platform-selector div.active {
    background-color: #0d5efa;
    color: white;
}

.qrcode-switch {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
}

/* 统一二维码容器样式 */
.footerv3-list-item > div:first-child + div + div.footerv3-qrcode,
.footerv3-list-item > div:nth-child(3).footerv3-qrcode {
    align-self: flex-start;
}

/* 或者更简单的方案：为所有二维码容器设置一致的高度对齐 */
.footerv3-qrcode {
    position: relative;
    width: 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform-selector {
    display: flex;

    width: 100%;
}

.platform-selector div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0;

    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff; /* 添加背景色 */
}

/* 鼠标悬浮时的蓝色边框效果 */
.platform-selector div:hover {
    border-color: #0d5efa;
    box-shadow: 0 0 0 1px #0d5efa;
}

.platform-selector div.active {
    background-color: #0d5efa;
    color: white;
    border-color: #0d5efa;
}

/* 缩小div尺寸 */
.platform-selector div {
    padding: 2px 0; /* 减小内边距 */
    font-size: 12px; /* 减小字体 */
}

.platform-logo {
    width: 12px; /* 缩小logo尺寸 */
    height: 12px;
    margin-right: 2px;
}
.platform-selector {
    display: flex;
    margin-top: 8px;
    width: 100%;
    /* 移除默认的margin设置，使用更精确的控制 */
}

.platform-selector div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    box-sizing: border-box;
}

/* 为第一个元素设置左边距 */
.platform-selector div:first-child {
    margin-left: 4px;
    margin-right: 1px;
}

/* 为最后一个元素设置右边距，确保右侧对齐 */
.platform-selector div:last-child {
    margin-right: 4px;
    margin-left: 0px;
}

/* 为扫码关注和扫码下载添加样式 */
.footerv3-list-item > div:last-child:not(.platform-selector) {
    text-align: center;
    width: 120px;
    margin-top: 5px;
    color: #6c7176;
    font-size: 14px;
}
