.ipo-container * {
    font-family: 'Source Han Sans';
}

.ipo-container .ipo-header-container {
    position: relative;
    width: 100%;
    /*padding-top: 70px;*/
    z-index: -1;
}

/* 默认透明背景 */
.page-header {
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.3s ease;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* 滚动后白色背景 */
.page-header.scrolled {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ipo-container .text-center {
    text-align: center;
}

.ipo-container .flex-center {
    display: flex;
    justify-content: center;
}

.ipo-container .flex-end {
    display: flex;
    justify-content: end;
}

.ipo-container .flex-container {
    display: flex;
}

.ipo-container .flex-between {
    display: flex;
    justify-content: space-between;
}

.ipo-container .flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ipo-container .flex-column {
    display: flex;
    flex-direction: column;
}

.ipo-container .flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ipo-container .flex-column-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ipo-container .mb-30 {
    margin-bottom: 30px;
}

.ipo-container .mb-15 {
    margin-bottom: 15px;
}

.ipo-container .mt-50 {
    margin-top: 80px;
    text-align: center;
}

.ipo-container .mt-20 {
    margin-top: 20px;
}

.ipo-container .width100 {
    width: 100%;
}

.ipo-container .width45 {
    width: 45vw;
}

.ipo-container .gap26 {
    width: 100%;
    gap: 26px;
}

.ipo-container .border-bot0 {
    border-bottom: 0;
}

.ipo-container .padding-bot2 {
    padding-bottom: 2px;
    text-align: center;
}

.ipo-header-container .ipo-header {
    height: 606px;
    background: url("../../../html/index/ipo/img/ipo-header-bg.png") no-repeat;
    background-size: 100% 100%;
}

.ipo-header-container .ipo-header-news-center {
    height: 350px;
    background: url("../../../html/index/ipo/img/news-center-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ipo-header-container .ipo-header-milestone {
    height: 350px;
    background: url("../../../html/index/ipo/img/milestone-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ipo-header-container .ipo-header-notice {
    height: 350px;
    background: url("../../../html/index/ipo/img/notice-header-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ipo-header-container .ipo-header-about-us {
    /*height: 85vh;*/
    background: url("../../../html/index/ipo/img/about-us-bg.png") no-repeat;
    background-size: 100% 100%;
}

.ipo-header-container .ipo-header-product-solution-bg {
    /*height: 100vh;*/
    background: url("../../../html/index/ipo/img/product-solution-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: auto 1201 / 746;
}

.ipo-header-container .ipo-header-product-solution-bg-en {
    /*height: 100vh;*/
    background: url("../../../html/index/ipo/img/product-solution-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: auto 1201 / 746;

}


.ipo-header-container .product-solution-detail-one-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-one-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-one-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-one-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-two-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-two-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-two-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-two-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-three-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-three-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-three-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-three-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-four-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-four-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-four-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-four-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-five-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-five-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-five-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-five-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-six-bg {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-six-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .product-solution-detail-six-bg-en {
    height: 100vh;
    background: url("../../../html/index/ipo/img/product-solution-detail-six-bg-en.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.ipo-header-container .ipo-about-us-content {
    padding: 130px 0 0 0;
    width: 74.9vw;
}

.ipo-header-container .header-title {
    font-size: calc(100vw * 50 / 1920);
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(270deg, #0963E0 0%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 降级处理 */
    margin-bottom: 10px;
}

.ipo-header-container .header-title-en {
    font-size: calc(100vw * 50 / 1920);
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(270deg, #0963E0 0%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 降级处理 */
    margin-bottom: 20px;
}

.ipo-header-container .header-text {
    letter-spacing: 2px;
    font-size: calc(100vw * 20 / 1920);
    padding: 0 80px 32px 80px;
    background: linear-gradient(270deg, #0963E0 0%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 20px;
    text-align: center;
    width: 82vw;
}

.ipo-header-container .ipo-header-text {
    padding: 80px 0 0 0;
    width: 74.9vw;
}

.ipo-header .ipo-header-yzsszh {
    color: #fff;
    width: 360px;
    height: 54px;
    line-height: 54px;
    background: linear-gradient(90deg,#4fa9ff 0%, #3c89f6 100%);
    text-align: center;
    margin: 33px 0;
    font-size: calc(100vw * 22 / 1920);
}

.ipo-container .ipo-header-title {
    font-size: calc(100vw * 48 / 1920);
    font-weight: bold;
    padding: 0 0 30px 0;
    /*margin-bottom: 50px;*/
    letter-spacing: 2px;
    background: linear-gradient(270deg, #0963E0 0%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 降级处理 */
}

.ipo-header .ipo-header-gpdm {
    color: #fff;
    width: 160px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(#1c7be7 0%, #3c89f6 100%);
    text-align: center;
    font-weight: bold;
    padding: 6px 12px;
    letter-spacing: 2px;
    font-size: calc(100vw * 20 / 1920);
    margin-right: 16px;
}

.ipo-header .ipo-header-gpdm-num {
    color: #387CF4;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    letter-spacing: 2px;
    text-align: left;
}

.ipo-header .ipo-header-label {
    letter-spacing: 2px;
    font-size: calc(100vw * 24 / 1920);
    padding: 0 0 32px 0;
    background: linear-gradient(270deg, #0963E0 0%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 降级处理 */
}

.ipo-container .ipo-about-us-title {
    color: #387CF4;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: calc(100vw * 40 / 1920);
}

.ipo-container .ipo-about-us-label {
    color: #387CF4;
    font-size: calc(100vw * 20 / 1920);
}

.ipo-container .enterprise-content {
    width: 74.9vw;
    margin-top: 30vh;
}

.ipo-container .enterprise-name {
    color: #222222;
    font-size: calc(100vw * 32 / 1920);
    text-align: center;
}

.ipo-container .enterprise-title {
    color: #222222;
    font-size: calc(100vw * 16 / 1920);
    text-align: center;
    margin: 20px 0;
}

.ipo-container .enterprise-info {
    color: #222222;
    text-align:left;
    line-height: 22px;
    font-size: calc(100vw * 16 / 1920);
    margin-bottom: 15px;
}

.ipo-container .honor-info {
    height: 95vh;
    background: #F6F9FD;
}

.ipo-container .connect-us-container {
    height: 72vh;
    background: #F6F9FD;
}

.ipo-container .connect-us {
    width: 75vw;
    height: 65vh;
    background: #F6F9FD;
}

.connect-us-text {
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    text-align: center;
}

.ipo-container .connect-us {

}

.ipo-container .connect-us > li:nth-child(1) {
    font-size: 36px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ipo-container .connect-us > li:nth-child(2) {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.ipo-container .connect-us > li:nth-child(2) .contact-map {
    width: 100%;
    height: 90%;
}

.ipo-container .connect-us > li .pop-up {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 240px;
    height: 160px;
    background: #ffffff;
    box-shadow: 1px 1px 15px 1px #ededed;
    padding: 20px;
}

.ipo-container.connect-us > li .pop-up > div:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.ipo-container .pop-up select {
    border: 0;
    font-size: 18px;
}

.ipo-container .pop-up > div {
    margin-bottom: 20px;
    display: flex;
}

.ipo-container.pop-up > div img {
    width: 20px !important;
    height: 20px !important;
}

.ipo-container .pop-up > div span {
    margin-left: 10px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
}


.ipo-footer-enterprise-line {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid;
    transform: translateY(-50%);
    z-index: 1;
    border-image: linear-gradient(270deg, #8000FF 0%, #00BFFF 100%) 1;
}

.ipo-container .enterprise-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 200px;
}

.ipo-container .enterprise-info-image {
    width: 270px;
    height: 188px;
}

.ipo-container .enterprise-info-images {
    width: 229px;
    height: 324px;
}

.ipo-container .enterprise-info-title {
    color: #222;
    margin-top: 20px;
    font-size: calc(100vw *16 / 1920);
}

.enterprise-dot-time {
    color: #222222;
    font-size: calc(100vw *26 / 1920);
    text-align: center;
    margin-top: 20px;
}

.enterprise-dot-times {
    color: #222222;
    font-size: calc(100vw *26 / 1920);
    text-align: center;
    margin-bottom: 20px;
}


.ipo-container .ipo-container-bottom {
    position: absolute;
    top: 38.8vh;
}

.ipo-container .stock-symbol {
    /*height: 430px;*/
    background: url("../../../html/index/ipo/img/stock-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 130px;
}

.ipo-container .stock-symbols {
    height: 300px;
    background: url("../../../html/index/ipo/img/stock-bg.png") no-repeat;
    background-size: 100% 100%;
}

.ipo-container .stock-symbol-header-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    text-align: center;
    padding: 60px 0 60px 0;
}

.ipo-container .stock-symbol-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(100vw * 48 / 1920);
}

.ipo-container .stock-symbol-text {
    color: #FFFFFF;
    font-size: calc(100vw * 20 / 1920);
}

.ipo-container .stock-symbol-btn {
    color: #ffffff;
    font-size: calc(100vw * 18 / 1920);
    padding: 10px 30px;
    border: 1px solid #ffffff;
}

.ipo-container .stock-symbol-icon {
    width: 18px;
    height: 22px;
    padding-left: 5px;
    vertical-align: bottom;
}

.news-grid-container {
    padding: 40px 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-grid-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.news-grid-item:hover {
    transform: translateY(-5px);
}

.news-grid-item-content {
    padding: 20px;
}

.news-grid-item .arrow-right-icon{
    width: 28px;
    height: 28px;
}

.news-grid-title {
    font-size: calc(100vw * 20 / 1920);
    font-weight: bold;
    color: #222222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-label {
    color: #666666;
    font-size: calc(100vw * 15 / 1920);
    margin: 20px 0 40px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-grid-date {
    font-size: 14px;
    color: #666666;
}

.ipo-container .news-center-grid {
    background: #F6F9FD;
}

.news-swiper-container {
    max-width: 75vw;
    /*margin: 40px 0;*/
    position: relative;
}

.news-content {
    margin: 30px 0;
    border: 2px solid #fff;
    background: #fff;
}

.news-grid-item {
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #FFFFFF;
}

.news-grid-content {
    background: #ffffff;
    border: 2px solid #FFFFFF;
    box-shadow: -4px 4px 20px 0 #F0F3F7;
    padding: 20px;
}

.news-grid-item:hover {
    transform: translateY(-5px);
}

.news-grid-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.ipo-container .notice-center {
    background: #F6F9FD;
}

.ipo-container .notice-center .notice-center-container{
    width: 74.9vw;
    background: url("../../../html/index/ipo/img/notice-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -12vh;
}

.ipo-container .notice-title{
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    margin: 60px 0 20px 0;
}

.ipo-container .notice-text{
    color: #FFFFFF;
    font-size: calc(100vw * 18 / 1920);
}

.notice-swiper-container {
    max-width: 74.9vw;
    margin: 40px 0;
    position: relative;
}

.notice-item-content {
    background: #ffffff;
    border: 2px solid #FFFFFF;
    box-shadow: -4px 4px 20px 0 #F0F3F7;
    padding: 20px;
}

.notice-item-content .notice-item-img {
    width: 100px;
    height: 94px;
}

.notice-item-title {
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 24 / 1920);
}

.notice-item-title:hover {
    color: #387CF4;
    cursor: pointer;
}

.notice-item-desc {
    color: #222222;
    font-size: 14px;
    /*font-size: calc(100vw * 16 / 1920);*/
    margin: 16px 0 30px 0;
}

.notice-item-date {
    color: #666666;
    font-size: 12px;
    margin-bottom: 20px;
}

.notice-item {
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #FFFFFF;
}

.notice-item:hover {
    transform: translateY(-5px);
}

.ipo-container .news-center {
    background: #F6F9FD;
}

.news-swiper-container {
    max-width: 75vw;
    /*margin: 0;*/
    position: relative;
    /*background: blue;*/
}

.news-center-carousel {
    position: relative;
    padding: 0 40px;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.news-center-content {
    width: 100%;
}

.news-center-carousel .swiper-slide {
    width: calc((100% - 100px) / 6);
    height: auto;
}

.news-item {
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #FFFFFF;
}

.news-item-content {
    background: #ffffff;
    border: 2px solid #FFFFFF;
    box-shadow: -4px 4px 20px 0 #F0F3F7;
    padding: 20px;
}

.news-title {
    font-weight: bold;
    color: #222222;
    font-size: calc(100vw * 20 / 1920);
    margin-bottom: 20px;
}

.news-date {
    font-size: 12px;
    color: #666;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.ipo-container .more-button {
    color: #387CF4;
    font-size: calc(100vw * 16 / 1920);
}

.ipo-container .ipo-container-footer {
    position: relative;
    padding: 40px 0;
    width: 74.9vw;
}

.ipo-container .ipo-footer-line {
    width: 100%;
    position: absolute;
    top: 13.5%;
    height: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid;
    transform: translateY(-50%);
    z-index: 1;
    border-image: linear-gradient(270deg, #8000FF 0%, #00BFFF 100%) 1;
}

.time-dots-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83%;
    margin: 0 auto;
    z-index: 2;
    height: 1px; /* 与线的高度一致 */
}

.time-dot-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-dot {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 3;
    /*border: 1px solid red;*/
}

.road-dot {
    width: 10px;
    height: 10px;
    /*border: 1px solid red;*/
}

.road-title {
    color: #666666;
    font-size: 12px;
    width: 100%;
}

.road-title span{
    color: #387CF4;
}

.ipo-footer-develop-line {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid;
    transform: translateY(-50%);
    z-index: 1;
    border-image: linear-gradient(270deg, #8000FF 0%, #00BFFF 100%) 1;
}

.develop-dots-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.about-us-dots-container {
    position: relative;
    display: flex;
    /*justify-content: center;*/
    justify-content: space-around;
    align-items: center;
    width: 100%;
    z-index: 2;
    height: 300px; /* 设置固定高度以确保布局稳定 */
}

.develop-dot-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 258px;
}

/* 第1,3,5个元素：图片在上，文字在下 */
.ipo-container .enterprise-info-content:nth-child(odd) {
    justify-content: flex-end;
}

/* 第2,4个元素：文字在上，图片在下 */
.ipo-container .enterprise-info-content:nth-child(even) {
    justify-content: flex-start;
}

.time-dot-about {
    width: 20px;
    height: 20px;
    position: absolute;
    /*top: 71%;*/
    left: 50%;
    bottom: 21.5%;
    transform: translateX(-50%);
    z-index: 3;
}

.time-dot-us {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

/* 第1,3,5个元素：圆点定位在顶部 */
.ipo-container .enterprise-info-content:nth-child(odd) .time-dot {
    top: 0;
}

/* 第2,4个元素：圆点定位在底部 */
.ipo-container .enterprise-info-content:nth-child(even) .time-dot {
    bottom: 0;
}

.develop-dot-title {
    color: #222222;
    font-size: calc(100vw * 24 / 1920);
    margin: 0 0 30px 0;
}

.develop-dot-time {
    color: #387CF4;
    font-size: calc(100vw *20 / 1920);
    margin-top: 10px;
}

.develop-dot-time span{
    color: #222222;
    font-size: calc(100vw *20 / 1920);
}

.develop-dot-label {
    color: #222222;
    font-size: calc(100vw * 20 / 1920);
    margin: 15px 0;
}

.develop-dot-wrapper:hover {
    background: linear-gradient(180deg, #F6F9FD 0%, #387CF4 100%);
    box-shadow: -4px 4px 20px 0 #F0F3F7;
    color: #ffffff;
    cursor: pointer;
}

.develop-dot-wrapper:hover .develop-dot-title {
    margin-top: 30px;
    color: #ffffff;
    font-weight: bold;
}

.develop-dot-wrapper:hover .time-dot {
    display: none;
}

.develop-dot-wrapper:hover .develop-dot-time {
    color: #ffffff;
}

.develop-dot-wrapper:hover .develop-dot-time span{
    color: #ffffff;
}

.develop-road-swiper-content {
    background: #F6F9FD;
}

.develop-road-swiper-container {
    width: 60vw;
    padding: 40px 0;
}

.develop-road-swiper {
    width: 100%;
    height: auto;
}

.develop-road-swiper .swiper-wrapper {
    /*align-items: center;*/
    /*border: 1px solid blue;*/
}

.develop-road-swiper .swiper-slide {
    box-sizing: border-box;
    height: 33vh;
}

.road-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 8px 12px 0 #185DC305;
    padding: 20px;
}

.dashed-line {
    width: 1px;
    flex-grow: 1;
    margin: 5px 0;
}

.time-dot-container {
    display: flex;
    flex-direction: column;
    position: relative;
    /*border: 1px solid red;*/
}

.time-dot-container .dashed-line-content {
    position: absolute;
    left: 9px;
    top: 15px;
}

.time-dot-container .dashed-line-content-two {
    position: absolute;
    left: 9px;
    top: 55px;
}

.time-dot-container .dashed-line-two-img {
    height: 40px;
}

.time-dot-container .height43 {
    height: 50px;
}

.develop-road-swiper .swiper-pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.develop-road-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #999999;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
}

.develop-road-swiper .swiper-pagination-bullet-active {
    background-color: #387CF4;
}


/* 限制只显示3个圆点 */
.develop-road-swiper .swiper-pagination-bullet:nth-child(n+4) {
    display: none;
}

.ipo-footer-content {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 26px auto 0;
    gap: 40px;
}

.ipo-footer-time {
    color: #ffffff;
    font-size: calc(100vw * 28 / 1920);
    margin-bottom: 12px;
}

.ipo-footer-desc {
    color: #222222;
    font-size: 14px;
    line-height: 24px;
}

.ipo-footer-content-detail {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.develop-road-container {
    background: #FFFFFF7F;
}

.ipo-container .notice-list {
    background: #F6F9FD;
    padding: 30px 0 60px 0;
}

.notice-empty-list {
    /*background: url("../../../html/index/ipo/img/empty-bg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*width: 60px;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.notice-empty-title {
    color: #666;
    font-size: 16px;
}

.notice-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D6DAE2;
}

.notice-item-container:hover .notice-content {
    color: #387CF4;
    cursor: pointer;
}

.notice-item-container:hover .notice-date {
    color: #387CF4;
    cursor: pointer;}

.notice-list .notice-list-content {
    width: 60vw;
    padding: 0 20px 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-content {
    color: #222222;
    font-size: calc(100vw * 16 / 1920);
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-content img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.notice-date {
    color: #666666;
    font-size: calc(100vw * 16 / 1920);
    white-space: nowrap;
    margin-left: 20px;
}


.solution-container {
    padding-top: 40px;
    background: #F6F9FD;
}

.solution-content-one {
    width: 75vw;
    background: url("../../../html/index/ipo/img/product-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 65px 40px 60px 50px;
    margin-bottom: 40px;
    position: relative;
}

.product-right-container {
    position: absolute;
    top: 0;
    right: 120px;
}
.product-right-container img{
    width: 180px;
    height: 200px;
}

.solution-content-ones {
    width: 75vw;
    background: url("../../../html/index/ipo/img/solution-one-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 65px 40px 60px 50px;
    margin-bottom: 40px;
    position: relative;
}

.solution-content-two {
    width: 75vw;
    background: url("../../../html/index/ipo/img/solution-two-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 65px 40px 60px 50px;
    margin-bottom: 40px;
    /*border: 1px solid red;*/
}

.solution-content-three {
    width: 75vw;
    background: url("../../../html/index/ipo/img/solution-three-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 65px 40px 60px 50px;
    margin-bottom: 40px;
    /*border: 1px solid red;*/
}

.ipo-container .solution-title {
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 28 / 1920);
}

.ipo-container .solution-text {
    color: #222222;
    font-size: 13px;
    line-height: 24px;
    margin: 30px 0 35px 0;
    width: 70%;
}

.ipo-container .solution-text-en {
    color: #222222;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 30px 0;
    width: 75%;
}

.solution-detail {
    width: 50%;
    height: 260px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: -4px 4px 20px 0 rgba(123, 143, 178, 0.1);
    padding: 0 30px 30px 30px;
    position: relative;
}

.solution-detail-en {
    width: 50%;
    height: 360px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: -4px 4px 20px 0 rgba(123, 143, 178, 0.1);
    padding: 0 30px 30px 30px;
    position: relative;
}

.solution-detail:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.solution-detail-en:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.ipo-container .solution-detail-title {
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 20 / 1920);
    position: relative;
    z-index: 99;
}

.solution-detail-title::before {
    content: " ";
    position: absolute;
    top: 12px;
    width: 120px;
    height: 13px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(56, 124, 244, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.ipo-container .solution-detail-text {
    color: #555555;
    font-size: calc(100vw * 16 / 1920);
    line-height: 22px;
}

.solution-detail img{
    width: 100px;
    height: 100px;
}

.solution-detail-en img{
    width: 100px;
    height: 100px;
}

.ipo-container .solution-btn-content {

}

.ipo-container .solution-btn {
    color: #666666;
    padding: 6px;
    font-size: calc(100vw * 13 / 1920);
    margin-right: 10px;
    border: 1px solid #D6DAE2;
}

.ipo-container .btn-mr0 {
    margin-right: 0;
}

.ipo-container .solution-detail-btn-container {
    padding: 8px 20px;
    border: 1px solid #185DC3;
    color: #185DC3;
    font-size: 12px;
    text-align: center;
}

.ipo-container .solution-detail-btn {
    color: #185DC3;
    font-size: 12px;
    text-align: center;
}

.solution-detail-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 30px;
}

.solution-detail-footer-en {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: absolute; /* 使用绝对定位 */
    bottom: 20px; /* 距离底部30px */
    right: 30px; /* 距离右侧30px，可根据需要调整 */
    left: 30px;
}

.ipo-container .product-title-en{
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    padding: 60px 0 0 0;
}

.ipo-container .product-title{
    color: #222222;
    font-weight: bold;
    font-size: calc(100vw * 36 / 1920);
    padding: 60px 0 20px 0;
}

.ipo-container .product-text{
    color: #666666;
    font-size: calc(100vw * 18 / 1920);
    line-height: 26px;
}

.product-solution-detail-container {
    background: #F6F9FD;
}

.product-solution-detail-content {
    width: 63vw;
    margin: 30px 0 80px 0;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: -4px 4px 20px 0 #F0F3F7;
    padding: 20px 40px 20px 40px;
}

.highlights-detail-content {
    display: flex;
}

.product-solution-highlight {
    width: 50%;
    border-right: 0.5px solid #D6DAE2;
    border-bottom: 0.5px solid #D6DAE2;
    padding: 40px 40px 0 0;
}

.highlights-title {
    color: #222222;
    font-size: calc(100vw * 20 / 1920);
    margin-bottom: 20px;
    font-weight: bold;
}

.highlights-text {
    opacity: 1;
    color: #222222;
    font-size: calc(100vw * 14 / 1920);
    line-height: 22px;
    padding-bottom: 20px;
}

.product-solution-highlights {
    width: 50%;
    border-bottom: 0.5px solid #D6DAE2;
    padding: 40px 0 40px 40px;
}

.product-solution-highlight img{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.product-solution-highlights img{
    width: 38px;
    height: 40px;
    margin-right: 30px;
}

.policy-information .policy-information-header{
    /*background: url("../img/policy-information/header.png");*/
    background-size: 100% 100%;
    width: 100%;
    height: 351px;
}
.policy-information .policy-information-header .header-title{
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}
.header-subtitle{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.policy-information-content{
    background: #f6f9fd;
}
.policy-information-content .hot-news{
    background: #ffffff;
    position: relative;
    /*top: -35px;*/
}
.tabs {
    font-size: 16px;
    color: rgb(34, 34, 34);
    padding-bottom: 20px;
    text-align: center;
    border-bottom: rgba(176, 185, 195, .3) solid 1px;
    /*margin-bottom: 30px;*/
    padding-top: 22px;
}
.tabs span {
    cursor: pointer;
    width: 240px;
    display: inline-block;
}
.tabs .active {
    position: relative;
    color: #185dc3;
}
.tabs .active:after {
    content: '';
    background-color: rgb(24, 93, 195);
    position: absolute;
    width: 163px;
    height: 3px;
    bottom: -20px;
    left: 37.5px;
}
#div>div{
    display: none;
}
.hot-news-content .delay-notice{
    margin: 20px 30px;
    display: flex;
}

.hot-news-content .delay-notice:hover {
    cursor: pointer;
}
.hot-news-content .delay-notice-two{
    margin: 0 30px;
}
.hot-news-content .delay-notice-two{
    padding-top: 30px;
}
.hot-news-content .delay-notice-two .delay-notice-left{
    float: left;
    margin-right: 25px;
}
.hot-news-content .delay-notice-two .delay-notice-right{
    margin-top: 15px;
}

.hot-news-content .delay-notice .delay-notice-left{
    float: left;
    margin-right: 25px;
    /*padding-top: 15px;*/
}
.hot-news-content .delay-notice .delay-notice-right{
    /*padding-top: 15px;*/
    width: 75%;
}
.delay-notice-right-top{
    display: flex;
    align-items: center;
    /*float: left;*/
}
.delay-notice-right-top .right-top-left{
    color: #222;
    font-size: calc(100vw * 20 / 1920);
    font-weight: bold;
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 90%;*/
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*float: left;*/
}
.delay-notice-right-top .right-top-left:hover{
    color: #387cf4;
}
.delay-notice-right-top .right-top-right {
    /*float: right;*/
    background: red;
    line-height: 20px;
    text-align: center;
    padding: 1px 10px;
    margin-left: 10px;
    margin-top: 15px;
    width: 55px;
}
.right-top-right span{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 60px;
}
.right-top-right img{
    vertical-align: middle;
}
.delay-notice-right-bottom{
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data{
    margin-top: 12px;
}
.data .data-left{
    float: left;
    color: #666;
    font-size: 12px;
}
.data .data-right{
    float: right;
    color: #a5a5a5;
    font-size: 12px;
}
.data .data-right img{
    vertical-align: middle;
}
.hot-news-content .line{
    height: 1px;
    width:100% ;
    background: #eef0f2;
    margin-top: 10px;
    /*margin-top: 91px;*/
}
.page{
    margin-top: 208px;
    margin-right: 30px;
}
.page .pagination{
    display: inline-block;
    list-style: none;
    float: right;
}
.pagination li{
    display: inline;
}
.pagination li a{
    color: #222222;
    padding: 5px 10px;
    text-decoration: none;
    background: #f6f9fa;
    text-align: center;
}
.pagination li{
    margin-right: 5px;
}
.pagination a:hover,.pagination a:focus{
    color: white;
    background: #185dc3;
}
/*.pagination-box{*/
/*    width: 98%;*/
/*    margin-top: -47px;*/
/*}*/
.selected-content{
    /*height: 1424px;*/
}

@media screen and (max-width: 1300px) {
    .ipo-container .enterprise-content {
         margin-top: 22vh;
     }
}

/*@media screen and (max-width: 1280px) {*/
/*    .policy-information .policy-information-header{*/
/*        height: 175px !important;*/
/*    }*/
/*    .policy-information .policy-information-header .header-title{*/
/*        font-size: 24px;*/
/*        padding-top: 33px;*/
/*    }*/
/*    .header-subtitle{*/
/*        font-size: 12px;*/
/*        margin-top: 10px;*/
/*    }*/
/*    .policy-information-content .hot-news{*/

/*    }*/
/*    .tabs {*/
/*        font-size: 12px;*/
/*        color: rgb(34, 34, 34);*/
/*        padding-bottom: 20px;*/
/*        text-align: center;*/
/*        border-bottom: rgba(176, 185, 195, .3) solid 1px;*/
/*        margin-bottom: 15px;*/
/*        padding-top: 22px;*/
/*    }*/
/*    .tabs span {*/
/*        cursor: pointer;*/
/*        width: 22%;*/
/*        display: inline-block;*/
/*    }*/
/*    .tabs .active {*/
/*        position: relative;*/
/*        color: #185dc3;*/
/*    }*/
/*    .tabs .active:after {*/
/*        content: '';*/
/*        background-color: rgb(24, 93, 195);*/
/*        position: absolute;*/
/*        width: 96%;*/
/*        height: 3px;*/
/*        bottom: -20px;*/
/*        left: 5.5px;*/
/*    }*/
/*    !*hot-news-content .delay-notice{*!*/
/*    !*    margin: 0 18px;*!*/
/*    !*}*!*/
/*    .hot-news-content .delay-notice-two{*/
/*        padding-top: 15px;*/
/*    }*/
/*    .delay-notice{*/
/*        margin: 20px 30px!important;*/
/*    }*/
/*    .delay-notice-left{*/
/*        float: left!important;*/
/*        margin-right: 25px!important;*/
/*        padding-top: 5px!important;*/
/*        !*margin-top: 3px!important;*!*/

/*    }*/
/*    .delay-notice-left img{*/
/*        width: 93px!important;*/
/*        height: 59px!important;*/
/*    }*/
/*    .hot-news-content .delay-notice-two .delay-notice-left img{*/
/*        width: 93px;*/
/*        height: 59px;*/
/*    }*/
/*    .hot-news-content .delay-notice-two .delay-notice-right{*/
/*        margin-top: 0px;*/
/*    }*/
/*    .hot-news-content .delay-notice .delay-notice-right{*/
/*        padding-top: 0px;*/
/*        width: 65%;*/
/*    }*/
/*    .delay-notice-right-top{*/
/*        !*float: left;*!*/
/*        min-height: 40px;*/
/*    }*/
/*    .delay-notice-right-top .right-top-left{*/
/*        font-size: 12px;*/
/*        font-weight: bold;*/
/*        padding-top: 8px;*/
/*        !* float: left; *!*/
/*        !*width: 55%;*!*/
/*        display: -webkit-box;*/
/*        -webkit-line-clamp: 1;*/
/*        -webkit-box-orient: vertical;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/
/*    .delay-notice-right-top .right-top-right {*/
/*        float: unset;*/
/*        background: red;*/
/*        line-height: 15px;*/
/*        text-align: center;*/
/*        padding: 1px 5px;*/
/*        width: 44px;*/
/*        margin-top: 2px;*/
/*        margin-right: 0;*/
/*        margin-left: 0;*/
/*        height: 14px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*    }*/
/*    .right-top-right span{*/
/*        font-size: 12px;*/
/*        color: #ffffff;*/
/*        text-align: center;*/
/*        width: 60px;*/
/*    }*/
/*    .right-top-right img{*/
/*        vertical-align: middle;*/
/*    }*/
/*    .delay-notice-right-bottom{*/
/*        display: none;*/
/*    }*/
/*    .data{*/
/*        margin-top: 5px;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*    }*/
/*    .data .data-left{*/
/*        color: #a5a5a5;*/
/*        font-size: 12px;*/
/*        width: 49%;*/
/*    }*/
/*    .data .data-right{*/
/*        color: #a5a5a5;*/
/*        font-size: 12px;*/
/*        width: 49%;*/
/*        !*width: 28%;*!*/
/*        margin-right: -38px;*/
/*    }*/

/*    .hot-news-content{*/
/*        padding: 0 20px;*/
/*        margin-top: 30px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        width: 75vw;*/
/*    }*/

/*    .hot-news-content .line{*/
/*        height: 1px;*/
/*        width:100% ;*/
/*        background: #eef0f2;*/
/*        !*margin-top: 40px;*!*/
/*    }*/
/*    .selected-content{*/
/*        height: unset;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .policy-information-content{*/
/*        background: #ffffff;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 375px){*/
/*    .delay-notice-right-top .right-top-right{*/
/*        margin-right: 2px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 360px){*/
/*    .delay-notice-right-top .right-top-right{*/
/*        margin-right: -26px;*/
/*    }*/
/*}*/





.ipo-container,
body,
html {
    overflow-x: hidden !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.ipo-container::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}







@media screen and (max-width: 1920px) and (min-width: 1561px) {
    .ipo-footer-develop-line {
        top: 52%;
    }

    .ipo-footer-enterprise-line {
        top: 70%
    }

    /* 添加针对特定元素的偏移样式 */
    .about-us-dots-container .enterprise-info-content:nth-child(2),
    .about-us-dots-container .enterprise-info-content:nth-child(4) {
        transform: translateY(22vh);
    }
}

@media screen and (max-width: 1560px) and (min-width: 1366px) {

    .ipo-header-container .ipo-header .ipo-header-text {
        padding: 40px 0 0 0;
    }

    .ipo-container .content-desc {
        font-size: 14px;
        line-height: 22px;
        color: #222222;
        padding: 0 30px;
        height: 25vh;
    }

    .ipo-footer-develop-line {
        top: 50%;
    }

    .develop-road-swiper .swiper-slide {
        box-sizing: border-box;
        height: 35vh;
    }

    .ipo-footer-enterprise-line {
        top: 70%
    }

    /* 添加针对特定元素的偏移样式 */
    .about-us-dots-container .enterprise-info-content:nth-child(2),
    .about-us-dots-container .enterprise-info-content:nth-child(4) {
        transform: translateY(21vh);
    }

}

@media screen and (max-width: 1560px) and (min-width: 1468px) {
    .time-dot-container .dashed-line-content-two {
        position: absolute;
        left: 9px;
        top: 60px;
    }

    .time-dot-container .dashed-line-two-img {
        height: 43px;
    }
}

@media screen and (max-width: 1468px) and (min-width: 1366px) {
    .time-dot-container .dashed-line-content-two {
        position: absolute;
        left: 9px;
        top: 70px;
    }

    .time-dot-container .dashed-line-two-img {
        height: 43px;
    }

}

@media screen and (max-width: 1366px) {
    .ipo-header-container .ipo-header .ipo-header-text {
        padding: 40px 0 0 0;
    }

    .ipo-container .content-desc {
        font-size: 14px;
        line-height: 22px;
        color: #222222;
        padding: 0 30px;
        height: 25vh;
    }

    .ipo-footer-develop-line {
        top: 49%;
    }

    .time-dot-container .dashed-line-content-two {
        position: absolute;
        left: 9px;
        top: 80px;
    }

    .time-dot-container .dashed-line-two-img {
        height: 36px;
    }


    .develop-road-swiper .swiper-slide {
        box-sizing: border-box;
        height: 35vh;
    }

    .ipo-footer-enterprise-line {
        top: 70%
    }

    /* 添加针对特定元素的偏移样式 */
    .about-us-dots-container .enterprise-info-content:nth-child(2),
    .about-us-dots-container .enterprise-info-content:nth-child(4) {
        transform: translateY(20.5vh);
    }

}
















