body,html {
    margin: 0;
    overflow: auto !important;
}
.left-nav{
    position: fixed  !important;
}
a {
    text-decoration: none;
    color: inherit;
}

.logo2 {
    width: 100%; /* 100% */
    margin-top: 1.38rem;
}

.nav2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 9.15rem; /* 343rem / 37.5 */
    height: 1.49rem; /* 56rem / 37.5 */
    opacity: 1;
    border-radius: 0.11rem; /* 4rem / 37.5 */
    background: radial-gradient(8.75% 53.57% at 50.14577259475219% 46.42857142857143%, rgba(255, 255, 255, 0) 0%, rgba(221, 234, 237, 0.32) 100%);
    backdrop-filter: blur(0.11rem); /* 4rem / 37.5 */
    box-shadow:inset 0px 0px 10px  #FFFFFF, 0px 2px 4px  #A19E9E;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0.16rem 0; /* 6rem / 37.5 */
}

.nav2 a {
    width: 20%; /* 20% */
    height: 87%; /* 87% */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 0.32rem; /* 12rem / 37.5 */
    color: #000;
    font-weight: bold;
}

.nav2 a img {
    width:40%; /* 40% */
    margin-bottom: 0.13rem; /* 5rem / 37.5 */
}

.content {
    width: 9.2rem; /* 345rem / 37.5 */
    margin: 0 auto;
}

.home-title {
    position: relative;
    padding-bottom: 0.45rem; /* 17rem / 37.5 */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title2 {
    position: relative;
    padding-bottom: 0.45rem; /* 17rem / 37.5 */
    display: flex;
    align-items: end;
    font-weight: 600;
    font-size: 0.48rem; /* 18rem / 37.5 */
}

.home-title span:first-child {
    font-size: 0.48rem; /* 18rem / 37.5 */
    font-weight: 600;
}

.home-title span:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(212, 48, 48, 1);
    font-size: 0.35rem; /* 13rem / 37.5 */
    margin-left: 0.13rem; /* 5rem / 37.5 */
}

.home-title span:last-child img {
    width: 0.64rem; /* 24rem / 37.5 */
    height: 0.35rem; /* 13rem / 37.5 */
}

.new {
    margin-left: 0.27rem; /* 10rem / 37.5 */
    font-weight: bold;
    background: linear-gradient(90deg, rgba(85, 107, 250, 1) 0%, rgba(123, 93, 248, 1) 51%, rgba(204, 65, 99, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.notice {
    border-bottom: 1px solid rgba(225, 212, 213, 1);
    padding: 0.4rem; /* 15rem / 37.5 */
    display: flex;
    align-items: center;
}

.circle {
    width: 0.13rem; /* 5rem / 37.5 */
    height: 0.13rem; /* 5rem / 37.5 */
    border-radius: 50%;
    background: rgba(186, 5, 0, 1);
}

.notice_text {
    color: #333;
    font-size: 0.35rem; /* 13rem / 37.5 */
    display: -webkit-box;
    margin-left: 0.27rem; /* 10rem / 37.5 */
    -webkit-line-clamp: 1; /* Limit to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Show ellipsis */
    font-weight: bold;
}

.title3 {
    display: flex;
    justify-content: center;
    padding: 0.4rem 0; /* 15rem / 37.5 */
}

.tabs {
    display: flex;
    cursor: pointer;
}

.tab-button {
    font-weight: bold;
    flex: 1;
    padding: 0.13rem; /* 5rem / 37.5 */
    border: none;
    margin-right: 0.13rem; /* 5rem / 37.5 */
    font-size: 0.43rem; /* 16rem / 37.5 */
    background: #fff;
    height: 1.28rem; /* 48rem / 37.5 */
}

.tab-button.active {
    opacity: 0.88;
    background: linear-gradient(231.61deg, rgba(242, 243, 248, 1) 0%, rgba(254, 254, 255, 1) 100%);
    font-size: 0.44rem; /* 16.5rem / 37.5 */
    color: rgba(204, 51, 50, 1) !important;
    position: relative;
}
.tab-button.active::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, rgba(51,89,255,0.33) 0%, #6D45FF 61%, #D62133 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tab-content {
    width: 9.2rem; /* 345rem / 37.5 */
    height: 6.89rem; /* 258rem / 37.5 */
    font-size: 0.43rem; /* 16rem / 37.5 */
    display: none;
    margin-top: 0.27rem; /* 10rem / 37.5 */
    background: #fff;
    background-size: cover;
    padding-top: 0.53rem; /* 20rem / 37.5 */
    position: relative;
}

.tab_text {
    text-shadow: 0rem 0.02rem 0.04rem #1E579C;
    line-height: 0.48rem; /* 18rem / 37.5 */
    color: rgba(255, 255, 255, 1);
    text-align: left;
    width: 8.29rem; /* 311rem / 37.5 */
    margin: 0 auto;
    font-size: 0.32rem; /* 12rem / 37.5 */
}

.cards {
    position: absolute;
    bottom: 0.27rem; /* 10rem / 37.5 */
    left: 50%;
    width: 94%; /* 94% */
    margin: auto;
    height: 2.37rem; /* 89rem / 37.5 */
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.card {
    position: relative;
    box-sizing: border-box;
    padding: 0.32rem 0.21rem; /* 12rem 8rem / 37.5 */
    width: 49%; /* 49% */
    height: 100%;
    border-radius: 0.17rem; /* 6.32rem / 37.5 */
    background: rgba(22, 22, 22, 0.45);
    box-shadow: 0.03rem 0.08rem 0.16rem rgba(161, 158, 158, 0.16);
}

.card_text {
    font-size: 0.37rem; /* 14rem / 37.5 */
    color: #fff;
    margin-bottom: 0.61rem; /* 23rem / 37.5 */
}

.card_text2 {
    font-size: 0.21rem; /* 8rem / 37.5 */
    color: #fff;
    margin-bottom: 0.08rem; /* 3rem / 37.5 */
}

.card_more {
    color: #fff;
    font-size: 0.29rem; /* 11rem / 37.5 */
    position: absolute;
    right: 0.21rem; /* 8rem / 37.5 */
    bottom: 0.32rem; /* 12rem / 37.5 */
    display: flex;
    align-items: center;
}

.card_more img {
    width: 0.28rem; /* 10.5rem / 37.5 */
    height: 0.28rem; /* 10.5rem / 37.5 */
    margin-left: 0.1rem;
}
	

.bg1 {
    background-image: url('/uiFramework/commonResource/image/2024092619244512052.png') !important;
}
.bg2 {
    background-image: url('/uiFramework/commonResource/image/2024092619245578405.png') !important;
}
.bg3 {
    background-image: url('/uiFramework/commonResource/image/2024092619250488438.png') !important;
}
.bg4 {
    background-image: url('/uiFramework/commonResource/image/2024092619251452885.png') !important;
}

.content_boxs {
    display: flex;
    justify-content: space-between;
}

.content_box {
    width: 4.59rem; /* 172rem / 37.5 */
    height: 4rem; /* 150rem / 37.5 */
    position: relative;
}
.content_box2 {
    width: 4.59rem;
    height: 3.8rem;
    position: relative;
    padding: 0.1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.2rem;
}
.content_box2 a{
    display: block;
}
.box_bg1 {
    background-image: url('bg1.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_bg1 img {
    margin-top: 0.69rem; /* 26rem / 37.5 */
    width: 1.6rem; /* 60rem / 37.5 */
    height: 1.6rem; /* 60rem / 37.5 */
}

.box_bg2 {
    position: relative;
    width: 100%;
    height: 46%; /* 50% */
    background: linear-gradient(180deg, rgba(229, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 1px 6px rgba(217, 222, 228, 0.5);
    border-radius: 0.4rem;
    background-size: cover;
    padding: 0.37rem 0.32rem; /* 14rem 12rem / 37.5 */
    box-sizing: border-box;
}

.box_bg2 img {
    position: absolute;
    width: 1.28rem; /* 48rem / 37.5 */
    height: 1.28rem; /* 48rem / 37.5 */
    right: 0.21rem; /* 8rem / 37.5 */
    top: 50%;
    transform: translateY(-50%);
}

.bg1_text {
    font-size: 0.43rem; /* 16rem / 37.5 */
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}

.bg1_text2 {
    font-size: 0.32rem; /* 12rem / 37.5 */
    color: #bdb8b8;
    margin-top: 0.21rem; /* 8rem / 37.5 */
}

.right_content {
    font-size: 0.35rem; /* 13rem / 37.5 */
    padding-bottom: 1rem; /* 100rem / 37.5 */
}

.right_content a {
    flex: 1;
}

.footer2 {
    padding: 0.43rem; /* 16rem / 37.5 */
    color: #fff !important;
    background-color: #757575;
}
.footer2 dl{
    color: #fff !important;
}
.footer2 dt {
    font-size: 0.45rem; /* 16.8rem / 37.5 */
    font-weight: 500;
}

.footer2 dd {
    font-size: 0.30rem; /* 11.2rem / 37.5 */
    font-weight: 400;
    margin: 0;
    margin-top: 0.32rem; /* 12rem / 37.5 */
}

.qr {
    padding-bottom: 12px;
    display: flex;
    border-bottom: 1px solid rgba(151, 151, 151, 1);
}

.qr-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-item img {
    width: 1.84rem; /* 69rem / 37.5 */
    height: 1.74rem; /* 65.2rem / 37.5 */
    margin-bottom: 7px;
}

.qr-item p {
    font-size: 0.27rem; /* 10rem / 37.5 */
}

.mr-t-12 {
    margin-top: 0.32rem; /* 12rem / 37.5 */
}

.mr-t-24 {
    margin-top: 0.64rem; /* 24rem / 37.5 */
}

.mr-t-36 {
    margin-top: 0.96rem; /* 36rem / 37.5 */
}

.bottom2 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.30rem; /* 11.2rem / 37.5 */
}

.wangbei {
    color: #fff;
    font-size: 0.30rem; /* 11.2rem / 37.5 */
    margin-top: 0.32rem; /* 12rem / 37.5 */
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel {
    width: 10rem; /* 375rem / 37.5 */
    overflow: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.13rem; /* 20rem / 37.5 */
    -ms-overflow-style: none;
    padding-bottom: 0.67rem; /* 25rem / 37.5 */
    scrollbar-width: none; /* 适用于 Firefox */
}

.carousel::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
    will-change: transform; /* 让浏览器知道动画效果优先处理 */
}

.carousel-slide {
    position: relative;
    flex-shrink: 0;
    width: 6.93rem; /* 260rem / 37.5 */
    height: 4.8rem; /* 180rem / 37.5 */
    margin: 0 0.21rem; /* 8rem / 37.5 */
}
.carousel-text{
    position: absolute;
    font-size: 0.4rem;
    top:0.5rem;
    left:0.5rem;
    color: #fff;
    font-weight: bold;
}
.carousel-slide img {
    width: 6.93rem; /* 260rem / 37.5 */
    height: 4.8rem; /* 180rem / 37.5 */
    border-radius: 0.27rem; /* 10rem / 37.5 */
}