@font-face {
    font-family: 'IconFont';
    src: url('iconfont.eot'); /* IE9兼容 */
    src: url('iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('iconfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('iconfont.woff') format('woff'), /* Modern Browsers */
         url('iconfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('iconfont.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

:root {
    font-size: var(--base-font-size, 16px);
}

@media (max-width: 1920px) {
    html {
      font-size: calc(16px * (100vw / 1920)); /* 根据当前宽度动态调整rem大小 */
    }
  }
  

input[type="radio"] {
    display: none; /* 隐藏原始的 radio 按钮 */
}

.button {
    padding: 0.625rem 0;
    border: 0.0625rem solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 1.3rem;
    width: 3.8rem; 
    box-sizing: border-box;
    margin: 0; 
    height: 3rem;
    color: #8b95a8;
}


input:checked + label {
    background-color: #1e78ff;
    color: white;
    width: 8rem; 
}

.period-time {
    margin-top: 0.625rem;
    font-size: 1.2rem;
    color: #666;
    text-align: center;
}


/* 正式样式开始 */

/* 顶部元素 */
.index-top{
    /* height: 5rem; */
    width: 100%;
}

.top-img{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 9.8125rem;
    background-size: cover;
    background-position: center;
    z-index: -7;
}

/* 选项卡 */
.tabs{
    height: 3.6rem;
    background-color: #8fcdbe;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    margin-top: 7rem;
}

.tabs-content{
    flex: 1;  
    height: 100%;  
    box-sizing: border-box; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative; 
    /* background-color: #8fcdbe; */
}

.tabs-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;  
    height: 100%; 
    text-decoration: none; 
    color: inherit; 
    cursor: pointer; 
    transition: background-color 0.3s; 
    color: #fff;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
}

.tabs-content a:hover  {
    background-color: #30b3ae; 
    color: #fff;
}

/* 顶部元素结束 */

/* 正文内容开始 */
.bigDiv{
    padding-left: 8.4375rem;
    padding-right: 8.4375rem;
    /* background: linear-gradient(45deg, #ffffff, #f0f9f6);  */
}


.breadcrumb{
    font-size: 1.16rem;
    padding-left: 10rem;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.7rem;
    letter-spacing: 0.1rem;
    background-color: #edf8f4;
}

.breadcrumb a{
    transition: font-weight 0.2s ease; 
}

.pt{
    width: 100%;
    background-color: #fff;
    padding-bottom: 2.625rem;
}

.title{
    padding-left: 2.4rem;
    font-size: 1.6rem;
    padding-bottom: 1.5rem;

}

.dividing-line{
    height: 1px;
    background-color: #ebebeb;
    width: 100%;
}

.pt-content{
    /* padding: 1.4rem; */
    padding-left: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.pt-content-son{
    margin-left: 1.75rem;
    margin-top: 1.625rem;
}

.pt-content-son {
    position: relative; /* 使内部的绝对定位元素以此为参考 */
}

.tooltip-trigger {
    position: relative;
    text-decoration: none;
}

.tooltip-text {
    visibility: hidden;
    font-size: 1rem;
    opacity: 0;
    width: 18.75rem;
    background-color:#4d79ff;
    color: #fff;
    text-align: center;
    border-radius: 0.3125rem;
    padding: 0.625rem;
    position: absolute;
    z-index: 10;
    top: 110%; /* 让提示框在a标签下方 */
    left: 50%;
    transform: translateX(-50%);
    transition: visibility 0s, opacity 0.2s ease-in-out;
    box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.2);
    pointer-events: none; /* 禁止鼠标事件 */
}

.tooltip-trigger:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


/* 三分之一图 */
.model1,
.model2,
.model3, 
.model5,
.model6,
.model7,
.model8,
.model9,
.model10,
.model11,
.model12,
.model13,
.model14,
.model15,
.model16,
.model17{
    width: 30.75rem;
    height: auto;
}

/* 三分之二图 */
.model4{
    width: 63.25rem;
    height: auto;
}

/* 全图 */
/* .model1{
    width: 95.625rem;
    height: auto;
} */

/* 定制pt-list样式 */
.pt-list-1{
    top: 60% !important;
    grid-template-rows: repeat(1, auto) !important;
}

.pt-list-2{
    top: 48% !important;
    grid-template-rows: repeat(2, auto) !important;
}

.pt-list-4{
    top: 35% !important;
    grid-template-rows: repeat(4, auto) !important;
}

.pt-list-5{
    top: 32% !important;
    grid-template-rows: repeat(5, auto) !important;
}

.pt-list-6{
    top: 29% !important;
    grid-template-rows: repeat(6, auto) !important;
}

.pt-list-7{
    top: 26% !important;
    grid-template-rows: repeat(7, auto) !important;
}

/* 无序列表样式 */
.pt-list {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 80%;

    /* 仅移除上下内边距，保留左侧内边距 */
    padding: 0rem 0 1rem 0.6rem; /* 上右下左 */
    margin-left: 2.8rem;

    /* 使用多列布局，基于列宽自动生成列 */
    /* 使用 CSS Grid 布局 */
    display: grid;
    grid-auto-flow: column; /* 项目按列填充 */
    grid-template-rows: repeat(8, auto); /* 每列最多4个li */
    column-width: 15rem; /* 每列的最小宽度，根据需要调整 */
    column-gap: 2.5rem; /* 列之间的水平间距 */

    /* 列填充方向为垂直 */
    column-fill: balance; /* 尝试平衡各列的内容 */

    /* 列表样式 */
    list-style-type: disc !important; 
    list-style-position: outside !important; 
    ;

    /* 文字颜色 */
    color: #000; /* 根据需要调整文字颜色 */

    /* 确保列表不被图片覆盖 */
    background: transparent; /* 根据需要调整背景 */
}

/* 列表项样式 */
.pt-list li {
    margin-bottom: 1.1rem; /* 列表项之间的垂直间距 */
    break-inside: avoid; /* 保持列表项在列内完整，不被分割 */
    font-size: 1.35rem; /* 字体大小 */
    letter-spacing: 0.08rem;
    font-weight: 400;
    list-style-type: disc !important; 
    list-style-position: outside !important; 
}



.pt-click{
    transition: color 0.2s ease; 
}

.pt-click:hover{
    color: #1e78ff;
}

.disabled-link {
    cursor: not-allowed;         /* 鼠标悬停时显示禁止的光标 */
    color: gray;                 /* 更改文字颜色以表示禁用状态 */
    transition: none;            /* 移除过渡效果 */
}








.footer {
    background: #523867;
    color: #fff;
    padding: 1.25rem;
    text-align: center;
    margin-top: 2.5rem;
}

.footer .footer-content{
    padding: 0 7%;
    margin-top: 1.25rem;
}

.footer .footer-content p{
    text-align: left;
}

.footer .qr-code img {
    height: 5rem;
    width: 5rem;
    margin-left: 0.8rem
}

.big-font{
    font-size: 1.4375rem;
    font-weight:400;
    letter-spacing: 2px;
}

.small-font{
    margin-top: 1.125rem;
    font-size: 1.25rem;
    font-weight:200;
    letter-spacing: 1px;
}

.qr-code{
    position: absolute;
    right: 7%;
    transform: translateY(-100%);
    width: 5rem;
}

.qr-code-text{
    font-size: 1rem;
    margin-top: 0.625rem;
    transform: translateX(-10%);
    width: 8rem;
}





















/* layui定制样式 */
.layui-tab-title{
    width: calc(100% / 6);
    font-size: 1.1875rem;
    color: #4678b6;
    margin-bottom: 1.5625rem;
}

.layui-tab-title li{
    width: calc(100%/6);
}

.layui-tab-title li.layui-this:after{
    border-style: none;
}

.layui-tab-title li.layui-this {
    border-color: transparent !important;
    border-bottom: 0.3125rem solid #4678b6 !important;
    color: #4678b6 !important; 
    font-size: 1.25rem;
    font-weight: bold;
}

.layui-tab-title li {
    transition: all 0.3s ease;
}

.layui-tab-title li:hover {
    color: #4678b6;
}

.layui-tab-content {
    border-top: none !important;
}

.layui-tab-content {
    padding: 1.25rem;
    position: relative;
    height: 100%;
}

.layui-show{
    display: flex !important;
    height: 100%;
}

.layui-timeline {
    width: 90%;
    position: relative;
    margin-top: 0.625rem;
}

.layui-timeline .layui-timeline-item {
    position: relative;

}

.layui-timeline .layui-timeline-item::after {
    display: none;
}


.layui-timeline-axis {
    color: #7e57c2;
    width: 0.4375rem !important;
    height: 0.4375rem !important;
    left: -0.0625rem !important;
    border: 0.125rem solid #7e57c2;
}


.layui-timeline-title {
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1.375rem !important;
}

.layui-timeline-title .title{
    font-size: 1.3125rem;
}

.layui-timeline-title .title:hover{
    color: #4678b6;
    cursor: pointer;
}


.layui-timeline-content .description{
    font-size: 1.0625rem;
}


.layui-timeline .layui-timeline-item {
    height: 25%;
}

.layui-table-item{
    display: flex;
    margin-top: 0.3125rem;
}

.description {
    font-size: 0.875rem;
    color: #666;
}
.news-list2 ul li{
    font-size: 1.5rem !important;
}


/* 展示企业全生命周期服务 */
.show-lifecycle-box {
    display: none;
  }
  
  .show-lifecycle-box .show-mask {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1000;
    height: 100%;
    background-color: transparent;
  }
  
  .show-lifecycle-box .show-modal-wrap {
    position: fixed;
    top: 0;
    inset: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  
  .show-lifecycle-box .show-modal-content {
    background: #ffffff;
    border: 0.13rem solid rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.38rem 0.75rem 0rem rgba(51, 59, 87, 0.16);
    border-radius: 0.38rem;
    width: 51.25rem;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 1.88rem;
    max-height: 80%;
    /*overflow-y: auto;*/
    display: flex;
    flex-direction: column;
  }
  .show-lifecycle-box .show-modal-content .show-modal-body{
    overflow-y: auto;
    height: 100%;
  }
  .show-lifecycle-box .close-modal {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .show-lifecycle-box .close-modal img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .show-lifecycle-box .show-modal-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.625rem;
  }
  
  .show-lifecycle-box .show-modal-title i {
    display: block;
    width: 1.6875rem;
    height: 1.0625rem;
    background: url(ornamental.png) no-repeat;
    background-size: 1.6875rem 1.0625rem;
    margin-right: 1rem;
  }
  
  .show-lifecycle-box .show-modal-title h2 {
    display: block;
    font-size: 1.25rem;
    color: var(--font-color-black);
    font-weight: var(--font-weight-bolder);
    line-height: 1.75rem;
  }
  
  .show-lifecycle-box .show-modal-item {
    margin-top: 1.25rem;
    background-image: linear-gradient(179deg, #e4efff 6%, #f6faff 100%);
    border-radius: 0.44rem;
    padding: 1.25rem 1.47rem;
  }
  
  .show-lifecycle-box .matter-stage {
    display: flex;
    align-items: center;
    padding-bottom: 0.37rem;
  }
  
  .show-lifecycle-box .matter-stage i {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--main-color);
    margin-right: 0.5rem;
    border-radius: 50%;
  }
  
  .show-lifecycle-box .matter-stage span {
    display: block;
    font-size: 1.13rem;
    color: var(--font-color-black);
    line-height: 1.5rem;
    font-weight: var(--font-weight-bold);
  }
  
  .show-lifecycle-box .matter-stage-list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .show-lifecycle-box .matter-stage-list a {
    display: block;
    background: #ffffff;
    box-shadow: 0rem 0.13rem 0.25rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 0.19rem;
    padding: 0 1.29rem;
    line-height: 2.88rem;
    font-size: var(--font-size-regular);
    color: var(--font-color-black);
    font-weight: var(--font-weight-bold);
    margin-top: 0.63rem;
    margin-right: 0.68rem;
  }
  
  .show-lifecycle-box .matter-stage-list a:last-child {
    margin-right: 0;
  }
  
  .show-lifecycle-box .matter-stage-list a.not-link {
    color: #8b95a8;
    cursor: not-allowed;
  }
  
  .show-lifecycle-box .matter-stage-list a:not(.not-link):hover {
    color: var(--main-color);
  }