@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; */
    padding-left: 20rem;
    padding-right: 20rem;
    /* background: linear-gradient(45deg, #ffffff, #f0f9f6);  */
}

.title{
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 0.2rem;
    text-align: center !important;
}

th, td {
    border: 1px solid #999;
    padding: 8px 12px;
    text-align: center;
}

.main-table{
    margin-top: 2rem;
}

.main-table table{
    width: 100%;
}

.main-table table tr td{
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.contentTr .contentHeader{
    font-size: 1.7rem;
}

.contentTr .content{
    font-size: 1.2rem;
}

.cent-text{
    text-align: center !important;
}

.contentHeader{
    width: 25%;
    font-weight: 600;
}

.contentTr{
    height: 10rem;
}

.titleTr{
    height: 5rem;
}




/* 正文结束 */

.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);
  }