@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);
}

.customer-services{
    width: 6.6rem !important;
}

.customer-list a{
    font-size: 1.2rem !important;
}

@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: 16.5rem;
    width: 100%;
}

.top-img{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 23.25rem;
    background-size: cover;
    background-position: center;
}

.index-top-context{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.index-top-button1,.index-top-button2{
    display: grid;
    position: absolute;
    height: 2.4rem;
    width: 7.375rem;
    font-size: 1.125rem;
    color: #000;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 0.1rem solid black;
    text-align: center;
    place-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.zjhz-header-top-right{
    display: flex;
    position: relative;
}

.index-top-button1{
    top: 2.5rem;
    right: 10.8125rem;  
}

.index-top-button2{
    top: 2.5rem;
    right: 2.375rem;
}

.user{
    position: absolute;
    top: 2.5rem;
    right: 5rem;
}

.user-name{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
}

.user-center{
    position: absolute;
    top: 2.38rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.75rem 0 rgb(0 0 0 / 10%);
    border-radius: 0.375rem;
    min-width: 7.875rem;
    height: 5rem;
}

.user-name i {
    display: block;
    width: 1.74rem;
    height: 1.56rem;
    background: url(./xlk.png) no-repeat;
    background-size: 1.74rem 1.56rem;
    transition: all 0.3s ease;
}

.user-center p:last-child {
    margin-bottom: 0.5rem;
}

.user-center a:first-child {
    margin-top: 0.5rem;
}

.user-center p,a{
    display: block;
    font-size: 1rem;
    color: #333b57;
    line-height: 2rem;
    cursor: pointer;
    padding: 0 0.8rem;
    text-align: center;
}


.index-top-button1:hover,.index-top-button2:hover{
    background: linear-gradient(45deg, #10a393, #0d7097); 
    color: white; 
    font-weight: 500; 
    border: 0rem;
}

.index-top-search{
    position: absolute;
    left: 11.5rem;
    top: 13.5rem;
    width: 25.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 100px;
}

.index-top-search-input{
    width: 73%;
    height: 2.5625rem;
    top: 50%;
    border: none;
    outline: none;
    border-radius: 100px;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    background-color: #fff;
}

.index-top-search-button{
    position: absolute;
    border: none;
    outline: none;
    border-radius: 100px;
    cursor: pointer;
}

.index-top-search-icon{
    height: 2.5625rem;
}

/* 顶部元素结束 */

/* 正文内容开始 */
.bigDiv{
    padding-left: 8.4375rem;
    padding-right: 8.4375rem;
    background: linear-gradient(45deg, #ffffff, #f0f9f6); 
}


/* 数据分析模块 */
.sjtj{
    padding-top: 2rem;
    position: relative;
    width: 100%;
    /* height: 12rem; */
}

.sjtj_top_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 103.3125rem;
    height: auto;
}

.sjtj_top_time{
    position: absolute;
    left: 2.7%;
    top: 300%;
    font-size: 0.8rem;

}

.sjtj_content{
    position: absolute;
    left: 11%;
    top: 75%;
    height: 7rem;
    width: 89%;
    /* background-color: #10a393; */
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.sjtj_content_child{
    position: relative;
}

.sjtj_content_num{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23%;
    white-space: nowrap;
}

.sjtj_content_val{
    font-size: 1.8rem;
    color: #117998;
    display: inline;
}

.sjtj_content_unit{
    font-size: 1.3rem;
    color: #117998;
    display: inline;
}

.sjtj_content_title{
    position: absolute;
    font-size: 1.3rem;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 15rem; */
}


/* 服务板块 */
.service-sector{
    position: relative;
    width: 100%;
    height: 25rem;
    margin-top: 10rem;
}

.service-top-img{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 24.375rem;
    height: auto;
}

.service-context{
    position: absolute;
    width: 100%;
    top: 20%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
}

.service-context-son{
    position: relative;
    width: 18rem;
    height: 8.5rem;
    background-color: #fff;
    border-radius: 1rem;
    transition: box-shadow 0.3s, transform 0.3s;
}

.service-context-son img{
    width: 5.375rem;
    height: 5.375rem;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    
}

.service-context-son p{
    position: absolute;
    left: 39%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 400;
}

.service-context-son:hover{
    box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
    border-radius: 0.4rem;
}

.service-context-son:hover p{
    font-weight: 400;
    color: #000;
}

.cqbxf-sector{
    display: flex;
    gap: 0.3rem;
    width: 100%;
    height: 19.75rem;
}

.cqb{
    position: relative;
    flex: 1;
    height: 28.75rem;
    width: 51.25rem;
}

.cqb_background{
    height: 22rem;
    width: 51.25rem;
}

.cqb_question{
    position: absolute;
    top: 17%;
    left: 4%;
}

.cqb_question img{
    height: 4.3125rem;
    width: auto;
}

.cqb_question p{
    position: absolute;
    top: 50%;
    left: 36%;
    font-size: 1.8rem;
    color: #fff;
    transform: translateY(-50%);
}

.cqb .text1{
    position: absolute;
    top: 2.6%;
    left: 20%;
    font-size: 2.3rem;
    font-weight: 300;
}

.cqb .text2{
    position: absolute;
    top: 36%;
    left: 6%;
    font-size: 1.6rem;
    color: #786580;
    /* text-decoration: underline; */
}

.cqb .text3{
    position: absolute;
    top: 48%;
    left: 5%;
    font-size: 1.4rem;
}

.cqb .text4{
    position: absolute;
    top: 57%;
    left: 5%;
    font-size: 1.4rem;
}

.cqb .text5{
    position: absolute;
    top: 66%;
    left: 5%;
    font-size: 1.4rem;
}

.cqb .text6{
    position: absolute;
    top: 38%;
    left: 45%;
    font-size: 1.2rem;
}

.cqbxf-sector .right{
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 0.8rem; 
}

.cqx,.cqf{
    flex: 1;
    position: relative;
}

.cqx_background,.cqf_background{
    width: 51.375rem;
    height: auto;
}


.cqx_context{
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    top: 42%;
    left: 0%;
    padding-left: 1rem;
}

.cqx_a{
    position: relative;
    width: 9.6rem;
}

.cqx_a img{
    width: 11.25rem;
    height: auto;
}

.cqx_a p{
    position: absolute;
    left: 17%;
    top: 14%;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
    transition: font-size 0.2s ease;
}

.cqx_a:hover p{
    font-size: 1.35rem; 
}

.cqf_context{
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7rem;
    top: 43%;
    left: 1%;
    padding-left: 1rem;
}


.cqf_a{
    position: relative;

}

.cqf_a img{
    width: 14.25rem;
    height: auto;
}

.cqf_a p{
    position: absolute;
    left: 16%;
    top: 30%;
    font-size: 1.45rem;
    color: #269fa8;
    font-weight: 400;
    transition: font-size 0.2s ease;
}

.cqf_a:hover p{
    font-size: 1.5rem;
}

.life_health_section{
    position: relative;
    margin-top: 6rem;
}

.life_health_background{
    width: 103.4375rem;
    height: auto;
}


#life_health_circle_list{
    position: absolute;
    top: 31.5%;
    left: 1%;
    /* display: flex; */
    justify-content: space-around;
    list-style: none;
    padding: 0;
    max-width: 100%;
    flex-shrink: 0;
    width: 100%;
}

.life_health_circle {
    position: absolute; 
    width: 12.6875rem;
    height: 12.875rem;
    /* transition: all 0.5s ease-in-out; */
    cursor: pointer;
}

.life_health_circle img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out; 
}

.life_health_number, .life_health_title {
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.life_health_number {
    top: 23%;
    left: 20%;
    color: #9ccdd6; 
    font-size: 1.15rem;
}

.life_health_title{
    top: 41%;
    left: 20%;
    color: #000;
    font-size: 1.35rem;
    font-weight: 400;
}

.life_health_circle.selected .life_health_number{
    font-size: 1.3rem;
    color: #ffffff; 
    font-weight: 300;
}

.life_health_circle.selected .life_health_title{
    font-size: 1.5rem;
    color: #ffffff; 
    font-weight: 400;
}

.zxfw{
    margin-top: 5rem;
    height: 28rem;
}

.zxfw_top_img{
    position: absolute;
    width: 24.8125rem;
    left: 50%;
    transform: translateX(-50%);
}

.zxfw_context{
    padding-top: 5rem;
    position: relative;
}

.information_content_more{
    position: absolute;
    left: 90%;
    top: 10%;
    font-size: 1.3rem;
    z-index: 55;
}

.qyyjs_section{
    position: relative;
    margin-top: 4rem;
    height: 58rem;
}

.qyyjs_title{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2.3rem;
}

.qyyjs_header{
    position: absolute;
    top: 8%;
    height: 8.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.qyyjs_header_rect{
    height: 100%;
    flex: 1;
    margin: 0 0.5rem;
    background-color: #b8d7d2;
    border-radius: 0.5rem;
    position: relative;
    border: 0.25rem solid #fff;
    z-index: 2;
    transition: background-color 0.3s, transform 0.3s;
}

.qyyjs_header_rect.selected {
    background-color: #4a2659; 
    /* transform: scale(1.05);  */
}

.qyyjs_header_rect.selected .qyyjs_header_rect_tri {
    background-color: #4a2659; 
    transform: rotate(45deg) translateY(-50%) translateX(-130%);
}

.qyyjs_header_rect img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 3.75rem;
    height: 3.125rem;
    z-index: 101;
}

.qyyjs_header_rect span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    font-size: 1.8rem;
    color: #fff;
    z-index: 101;
    user-select: none;
}

.qyyjs_header_rect_tri{
    position: absolute;
    left: 100%;
    top: 70%;
    background-color: #b8d7d2;
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    transform: rotate(45deg) translateY(-50%) translateX(-130%);
    border: 0.25rem solid #fff;
    z-index: 1;
}

.qyyjs_header_rect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.3rem;
    background-color: #b8d7d2; 
    z-index: 100; 
}

.qyyjs_header_rect.selected::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.3rem;
    background-color: #4a2659; 
    z-index: 100; 
}

.qyyjs_left{
    width: 29.125rem;
    height: 32rem;
    background-color: #fff;
    position: absolute;
    border-radius: 0.75rem;
    top: 26%;
    margin-left: 0.5rem;
    overflow-y: auto;
    padding-top: 1.5rem;
}

.qyyjs_left_context{
    font-size: 1.2rem;
    margin-left: 2rem;
    margin-bottom: 1.25rem;
    /* color: #737373; */
    user-select: none;
}

.qyyjs_left_context.selected {
    color: #4a2659; 
    user-select: none;
    font-weight: 600;
}

.qyyjs_right{
    width: 71.4rem;
    height: 33.4rem;
    position: absolute;
    left: 30%;
    top: 26%;
    background-color: #fff;
}

.qyyjs_right_title{
    width: 94.4%;
    height: 3.25rem;
    background-color: #b8d7d2;
    padding-left: 4rem;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    color: #fff;
}

.qyyjs_right_content{
    width: 94.4%;
    height: 92%;
    padding-left: 4rem;
}

.qyyjs_right_content_div{
    position: absolute;
    left: 0%;
    top: 43%;
    width: 100%;
    height: 15rem;
}

.qyyjs_right_content_div_top{
    top: 13% !important;
}

.qyyjs_right_content_div_swap{
    position: relative;
    width: 100%;
    height: 100%;
}

.qyyjs_right_content_title1{
    position: absolute;
    font-size: 1.4rem;
    top: 12%;
    /* color: #4c285b; */
}

.qyyjs_right_content1{
    position: absolute;
    top: 18%;
    width: 88%;
    height: 18%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    overflow-y: auto;
    padding: 1rem;
    list-style: none;
}

.qyyjs_right_content1_zw {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: #f0f0f0; 
    border-radius: 0.5rem;
    flex: 1 1 auto;  
    box-sizing: border-box; 
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 10rem; 
    font-size: 1.3rem;
}

.qyyjs_right_content_title2{
    position: absolute;
    top: 0%;
    padding-left: 4rem;
    font-size: 1.6rem;
    /* color: #4c285b; */
}

.qyyjs_right_left_square{
    position: absolute;
    top: 2.3%;
    left: 70%;
    height: 1.6rem;
    width: 1.6rem;
    background-color: #dcefeb;
}

.qyyjs_right_left_text{
    position: absolute;
    top: 0%;
    left: 73%;  
    font-size: 1.5rem;
}

.qyyjs_right_right_square{
    position: absolute;
    top: 2.3%;
    left: 81%;
    height: 1.6rem;
    width: 1.6rem;
    background-color: #b8d7d2;
}

.qyyjs_right_right_text{
    position: absolute;
    top: 0%;
    left: 84%;  
    font-size: 1.5rem;
}

.qyyjs_right .container{
    position: absolute;
    width: 94%;
    height: 13rem;
    top: 15%;
    margin-left: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.qyyjs_container_context1{
    width: 45%;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 7rem;
}

.qyyjs_container_context2{
    width: 45%;
    position: absolute;
    top: 0%;
    left: 50%;
    height: 7rem;
}
.qyyjs_container_context3{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 0%;
    height: 7rem;
}
.qyyjs_container_context4{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 7rem;
}

.qyyjs_container_context_title{
    margin-top: 0.5rem;
    /* color: #4c285b; */
    font-size: 1.25rem;
}

.qyyjs_container_context_zzt1{
    margin-top: 0.5rem;
    height: 1.8rem;
    width: 90%;
    background-color: #dcefeb;
}

.qyyjs_container_context_text1{
    position: absolute;
    left: 93%;
    top: 39%;
    width: 10rem;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.qyyjs_container_context_2{
    height: 1.8rem;
    width: 100%;
    display: flex;
}

.qyyjs_container_context_zzt2{
    min-width: 10%;
    max-width: 90%;
    height: 100%;
    background-color: #b8d7d2;
}

.qyyjs_container_context_text2{
    margin-left: 0.9rem;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.qyyjs_bottom{
    width: 9.5rem;
    height: 2.5rem;
    background-color: #523867;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s;
}

.qyyjs_bottom:hover{
    color: #fff;
    box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
}

.qyyjs_bottom_1{
    top: 90%;
}

.qyyjs_bottom_2{
    top: 50%;
}

.qyyjs_bottom_3{
    top: 63%;
}

.qyyjs_bottom_4{
    top: 16%;
}




/* 滚动条轨道 */
.qyyjs_right_content1::-webkit-scrollbar {
    width: 1rem; /* 设置垂直滚动条宽度 */
}

/* 滚动条轨道的背景 */
.qyyjs_right_content1::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 0.625rem; /* 上下圆角 */
}

/* 滚动条的滑块 */
.qyyjs_right_content1::-webkit-scrollbar-thumb {
    background-color: #b8d7d2;
    border-radius: 0.625rem; /* 上下圆角 */
    border: 0.1875rem solid #f4f4f4; /* 滚动条和轨道之间的间隙 */
}

/* 滚动条的滑块（悬停时） */
.qyyjs_right_content1::-webkit-scrollbar-thumb:hover {
    background-color: #9cc5be; /* 悬停时稍微变暗 */
}


/* 滚动条轨道 */
.qyyjs_left::-webkit-scrollbar {
    width: 1rem; /* 设置垂直滚动条宽度 */
}

/* 滚动条轨道的背景 */
.qyyjs_left::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 0.625rem; /* 上下圆角 */
}

/* 滚动条的滑块 */
.qyyjs_left::-webkit-scrollbar-thumb {
    background-color: #b8d7d2;
    border-radius: 0.625rem; /* 上下圆角 */
    border: 0.1875rem solid #f4f4f4; /* 滚动条和轨道之间的间隙 */
}

/* 滚动条的滑块（悬停时） */
.qyyjs_left::-webkit-scrollbar-thumb:hover {
    background-color: #9cc5be; /* 悬停时稍微变暗 */
}

.zzfw_section{
    position: relative;
    height: 36rem;
    margin-top: -5rem;
    
}

.zzfw_top_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25rem;
    height: 2.125rem;
}

.zzfw_context{
    background-color: #f6fbfa;
    /* background-color: #117998; */
    height: 36rem;
    width: 100%;
    position: absolute;
    top: 8%;
    border-radius: 1rem;
}

.zzfw_href{
    position: absolute;
    left: 89%;
    top: -5%;
    font-size: 1.5rem;
    font-weight: 600;
}

.zzfw_left{
    position: absolute;
    left: 2%;
    top: 4%;
}

.zzfw_left img{
    width: 18.875rem;
    height: 33.125rem;
}

.zzfw_left a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 91%;
    font-size: 1.6rem;
    width: 100%;
    font-weight: 600;
}

.zzfw_right{
    position: absolute;
    left: 20%;
    top: 4%;
}

.zzfw-right-top{
    height: 4.5rem;
    width: 78rem;
    background-color: #0d7097;
    margin-left: 2rem;
    display: flex;
    justify-content: flex-start;
    /* gap: 0.4rem; */
    /* gap: 10px;
    padding: 10px; */
    background-color: #fff;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
}

.zzfw-right-top-button {
    padding: 0.5rem 1rem;
    border: none;
    width: 13.2rem;
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}

.zzfw-right-top-button.selected {
    background-color: #523867; /* 紫色背景 */
    color: #fff; /* 白色字体 */
    font-weight: bold; /* 加粗 */
}

.zzfw-right-top-button.selected::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #fff; /* 白色小三角 */
}

.zzfw-right-top-button:hover {
    background-color: #e0e0e0; /* 鼠标悬停效果 */
}

.zzfw-right-top-button.selected:hover {
    background-color: #523867; /* 选中状态下的悬停效果 */
}

.zzfw_right_content{
    position: relative;
}

.zzfw_right_content img{
    width: 77.9375rem;
    height: 6.3125rem;
    margin-left: 2rem;
    margin-bottom: 0.8rem;
}

.zzfw_right_content_title{
    position: absolute;
    left: 5%;
    top: 15%;
    font-size: 1.4rem;
    font-weight: 600;
    /* color: #553c6a; */
}

.zzfw_right_content_time{
    position: absolute;
    left: 7%;
    top: 50%;
    font-size: 1.3rem;
    color: #808080;
}

.zzfw_right_content_unit{
    position: absolute;
    left: 33%;
    top: 50%;
    font-size: 1.3rem;
    color: #808080;
}

.zzfw_right_content_counter_time{
    position: absolute;
    left: 67%;
    top: 50%;
    font-size: 1.3rem;
    color: #808080;
}

.warning_section{
    position: relative;
    height: 24rem;
    margin-top: 7rem;
    
}

.warning_top_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 44.5rem;
    height: 2.125rem;
}

.warning_content{
    position: absolute;
    width: 95%;
    top: 18%;
    display: grid;
    background-color: #fff;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 5rem;

}
    
.warning_content_unit{
    position: relative;
    width: 46rem;
    height: 8.75rem;
    /* background-color: #0d7097; */
    /* border-radius: 1rem; */
    border-bottom: 1px solid #e5e5e5;
}

.warning_icon{
    position: absolute;
    left: 6%;
    top: 50%;
    height: 5.625rem;
    width: 5.1875rem;
    transform: translateY(-50%);
}

.warning_text_prefix{
    position: absolute;
    left: 18%;
    top: 20%;
    color: red;
    font-size: 1.5rem;
}

.warning_text_title{
    position: absolute;
    left: 35%;
    top: 21%;
    font-size: 1.5rem;
    font-weight: 600;
}

.warning_text_time{
    position: absolute;
    left: 20%;
    top: 56%;
    font-size: 1.2rem;
}

.warning_content_more{
    position: absolute;
    left: 90%;
    top: 20%;
    font-size: 1.3rem;
    z-index: 55;
}

#tabs_container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

#tabs_list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 4.375rem;
}

.tab_item {
    flex: 1;
    padding: 0.5rem 0rem;
    cursor: pointer;
    background-color: #f6faf9;
    color: #333;
    font-size: 1.6rem;
    transition: all 0.2s ease-in-out;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_item.active {
    background-color: #523867;
    color: #fff;
    position: relative;
}

.tab_item.active::after {
    content: "";
    position: absolute;
    bottom: -0.25rem; 
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-top: 0.9rem solid #fff; 
}

#tabs_content_container {
    overflow: hidden;
    width: 100%;
    margin-top: 1rem;
    height: 18rem;
}

#tabs_content_wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}

.tab_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto; 
    row-gap: 0.5rem;
    column-gap: 1.5rem;
    min-width: 100%; 
    margin: 0 auto;
    height: 10rem;
}

.grid-item {
    /* background-color: #f9f9f9;
    border: 1px solid #ddd; */
    text-align: left;
    position: relative;
    height: 8rem;
}

.date{
    position: absolute;
    font-size: 2rem;
    color: #523867;
    left: 6.5%;
    top: 23%;
    font-weight: 500;
}

.month{
    position: absolute;
    font-size: 1rem;
    color: #523867;
    left: 6.5%;
    top: 63%;
    font-weight: 500;
}

.vertical{
    position: absolute;
    left: 14%;
    top: 25%;
    height: 4.6rem;
    width: 0.1rem;
    background-color: #d9d9d9;
}

.title{
    position: absolute;
    font-size: 1.6rem;
    /* color: #523867; */
    left: 19%;
    top: 20%;
    font-weight: 600;
}

.details{
    position: absolute;
    font-size: 1.6rem;
    left: 19%;
    top: 53%;
    color: #979b9a;
    font-weight: 400;
}

.buttom_line{
    position: absolute;
    top: 99%;
    left: 5%;
    width: 94%;
    height: 0.1rem;
    background-color: #d9d9d9;
}

.tab_content_child{
    position: relative;
    /* height: 9.375rem; */
    height: 10.5rem;
}

.zxfw_year{
    position: absolute;
    top: 20%;
    font-size: 1.3rem;
    color: #533a67;
}

.zxfw_month{
    position: absolute;
    top: 44%;
    font-size: 3.8rem;
    color: #533a67;
}

.zxfw_day{
    position: absolute;
    top: 44%;
    left: 6%;
    font-size: 3.8rem;
    color: #b8d7d2;
}

.zxfw_line_top{
    position: absolute;
    width: 7%; 
    top: 27%;
    left: 10%;
    height: 0.2rem; 
    background-color: #cbcad4; 
}

.zxfw_title{
    position: absolute;
    font-size: 1.55rem;
    top: 16%;
    left: 18.5%;
    color: #533867;
    letter-spacing: 0.15rem;
    font-weight: 600;
}

.zxfw_text{
    position: absolute;
    font-size: 1rem;
    left: 18%;
    top: 50%;
    color: #abafae;
    letter-spacing: 0.1rem;
}

.zxfw_content_img{
    position: absolute;
    left: 86%;
    top: 15%;
    width: 12.1875rem;
    height: auto;
}

.zxfw_line_bottom{
    position: absolute;
    width: 100%; 
    top: 90%;
    left: 0%;
    height: 0.14rem; 
    background-color: #e7e9fe; 
}

.fwcj{
    position: relative;
    margin-top: 5rem;
    width: 100%;
    height: 20rem;
}

.fwcj_top_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24.375rem;
    height: auto;
}

.fwcj_content{
    position: relative;
    height: 300px;
    width: 100%;
}

.fwcj_content_child{
    position: absolute;
    width: 21.875rem;
    height: auto;
    margin-top: 5rem;
    /* top: 30%;    */
}

.fwcj_content_child img{
    height: auto;
    width: 21.875rem;
    transition: box-shadow 0.3s, transform 0.3s;
}

.fwcj_content_child p{
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    font-size: 1.4rem;
}

.fwcj_content_child:hover img{
    box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
    border-radius: 0.6rem;
}

.fwcj_content_child:hover p{
    font-weight: 400;
    color: #000;
}

.tsfw_button{
    position: absolute;
    top: 60%;
    left: 7%;
    width: 7rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #523867;
    border-radius: 10rem;
    color: #fff;
    display: flex; 
    align-items: center;
    justify-content: center;
    transition:font-weight 0.3s;
}

/* .fwcj_content_child:hover .tsfw_button{
    font-weight: 500;
} */











.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);
  }



#floating-qr {
    position: absolute;
    width: 9rem;
    height: 11rem;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
}

#floating-qr img {
    width: 8rem;
    height: 8rem;
    margin-left: 0.1rem;
    margin-top: 0.3rem;
}

#floating-qr span{
    font-size: 0.8rem;
    /* margin-left: 0.4rem; */
}