.news {
    /*width: 1050px;*/
    width: 1055px;
    overflow: hidden;
}

.news-item {
    margin-bottom: 40px;
    font-size: 14px;
    color: #333;
    list-style: none;
}

.news-item a {
    display: block;
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
    font-family: Gotham-Light;
}

.section2 .title {
    margin-top: 30px;
}

.show-more {
    text-align: left;
}

.show-btn {
    margin-left: 0;
}

.news p {
    width: 1050px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    /*word-spacing: 0.1em;*/
    line-height: 1.5;
}

.news img {
    max-width: 100%;
    margin: 10px 0 20px;
}
.news-item-span{
    font-family: GothamBook;
    font-size: 14px;
    text-align: justify;
    word-spacing: 0.1em;
}

.section-notitle::after {
    display: none;
}

.wrap-login {
    padding-top: 20px;
}

.wrap-login2 {
    padding-top: 60px;
}

.swiper-slide {
    width: 516px;
    overflow: hidden;
    margin-right: 18px !important;
}
/* 当只有一个slide时取消右边距 */
.swiper-slide:only-child {
    margin-right: 0 !important;
}

.swiper-slide img {
    width: 100%;
    width: 516px;
    height: 687px;
    /*margin-bottom: 54px;*/
    margin-bottom: 30px;
    object-fit: cover;
}

.swiper-pdf-item img,
.swiper-name {
    cursor: pointer;
}

.swiper-pdf-item {
    float: left;
    text-align: center;
    font-size: 20px;
}

.swiper-btn {
    width: 92px;
    height: 26px;
    margin: 0 auto;
    margin-top: 11px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    right: -40px !important;
    top: 40%;
}

.swiper-button-prev {
    position: absolute;
    left: -40px !important;
    top: 40%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #777;
}


/* .layout {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
*/

/*.layout-wrap {*/
/*    width: 1000px;*/
/*    height: 850px;*/
/*    background: #fff;*/
/*    padding: 20px;*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*}*/



#pdfContainer {
    width: 100%;
    height: 100%;
}

.form-item {
    font-size: 14px;
}
/* 默认左对齐（3个及以上PDF时） */
.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

/* 1个或2个PDF时强制居中 */
.swiper-wrapper.centered {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    transform: translate3d(0,0,0) !important; /* 覆盖 Swiper 的 transform */
}

.layout-wrap {
    display: flex;
    flex-flow: column nowrap; /* 垂直排列 */
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #fff;
    position: relative;

    overflow-y: auto;   /* 自动滚动条 */
    max-height: 100vh;  /* 限制高度 */
    box-sizing: border-box; /* 确保 padding 不增加总高度 */
}
#the-canvas{
    width: 90%;
    height: 100%;
    max-height: 830px;
    /*max-height: 750px;*/
    object-fit: cover;
}

.layout-wrap>div {
    /*display: flex;*/
    /*flex-flow: row nowrap;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    display: flex;
    flex-flow: column nowrap;  /* 改为竖向排列 */
    justify-content: center;
    align-items: center;       /* 水平居中 */
}
.image-info {
    text-align: center;
    margin-bottom: 20px;
    /*max-width: 600px; !* 限制宽度，防止文字过长 *!*/
    width: 80%;
}

.image-title {
    margin-bottom: 15px; /* 增加标题和描述的间距 */
    color: #333;
    white-space: normal; /* 允许换行 */
    font-size: 16px;
    font-family: Gotham-Bold;
}

.image-description {
    color: #666;
    line-height: 1.5; /* 增加行高，提升可读性 */
    white-space: normal; /* 允许换行 */
    font-family: GothamBook;
    font-size: 14px;
    word-spacing: 0.1em;
}
