.page-vssoinfo .site-header {
    background-color: white;
}
.page-vssoinfo {
    background-color: #f7f7f7;
}
.page-vssoinfo .site-header .container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.page-vssoinfo .site-footer {
    bottom: 0;
    width: 100%;
    padding: 30px 0;
}
.page-vssoinfo .site-footer .container {
    width: 100%;
    margin: 0 auto;
}
.page-vssoinfo-main {
    margin-top: -85px;
    background-color: white;
    box-shadow: 3px 0 5px rgba(229,229,229,.5);
    padding: 35px 50px;
    border-radius: 6px;
    margin-bottom: 70px;
}

.page-vssoinfo-main .intro {
    position: relative;
    margin-bottom: 55px;
}
.page-vssoinfo-main .info  {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #666;
}
.page-vssoinfo-main .info .copyright img {
    vertical-align: middle;
}
.page-vssoinfo-main .info .collection,
.page-vssoinfo-main .info .collectioned {
    background:  url(../../images/icon-heart-2.png) 0 center no-repeat;
    padding-left: 20px;
    cursor: pointer;
}
.page-vssoinfo-main .info>span {
    margin: 0 6px;
}
.page-vssoinfo-main .info>span:last-child {
    margin-right: 0;
}
.page-vssoinfo-main .info .collection:hover {
    background-image:  url(../../images/icon-heart-3.png);
    color: var(--blue);
}
.page-vssoinfo-main .info .collectioned {
    background-image:  url(../../images/icon-heart.png);
}
.page-vssoinfo-main .info > span:not(:last-child):not(:first-child)::after {
    content: '';
    border-right: 1px solid #bdbdbd;
}
.page-vssoinfo-main .info > span:not(:last-child)::after {
    content: '';
    height: 12px;
    padding-right: 0;
    margin-right: 0;
    display: inline-block;
}
.page-vssoinfo-main h1 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-right: 11em;
    line-height: 1.3em;
    text-align: justify;
}
.page-vssoinfo-main h2 {
    font-size: 18px;
    color: #666;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: justify;
}
.page-vssoinfo-main .info + div {
    display: flex;
    justify-content: space-between;
}
.page-vssoinfo-main .info + div > div {
    width: 84%;
    padding: 20px 0 0 8%;
}
.page-vssoinfo-main .infomation {
    font-size: 18px;
}
.page-vssoinfo-main .infomation span {
    margin-right: 1em;
}
.page-vssoinfo-main .infomation,
.page-vssoinfo-main .keywords {
    line-height: 28px;
    padding: 9px 0;
    position: relative;
    padding-left: 150px;
}
.page-vssoinfo-main .infomation span.date,
.page-vssoinfo-main .keywords > span {
    font-size: 18px;
    text-align: right;
    margin-right: 1em;
    position: absolute;
    left: 0;
    top: 10px;
    width: 120px;
}
.page-vssoinfo-main .keywords > span.en {
}
.page-vssoinfo-main .keywords-cn > span {
}
.page-vssoinfo-main .keywords-en > span {
}
.page-vssoinfo-main .keywords > p > a {
    font-size: 14px;
    border-radius: 6px;
    background-color: #eee;
    padding: 2px 5px;
    white-space: nowrap;
}
.page-vssoinfo-main .tags {
    display: flex;
    padding: 9px 0;
}
.page-vssoinfo-main .tag {
    display: flex;
    font-size: 12px;
}
.page-vssoinfo-main .tag:first-child {
    margin-right: 20px;
}
.page-vssoinfo-main .tag > span {
    border-radius: 6px 0 0 6px;
    background-color: #959595;;
    color: white;
    text-align: center;
    width: 53px;
    line-height: 30px;
}
.page-vssoinfo-main .tag > strong {
    border-radius: 0 6px 6px 0;
    border: 1px solid #ccc;
    line-height: 28px;
    padding: 0 9px;
}

.page-vssoinfo-main .other {
    display: flex;
    justify-content: space-between;
}
.page-vssoinfo-main .other .left {
    width: 693px;
}
.page-vssoinfo-main .other .right {
    width: 379px;
}
.page-vssoinfo-main .left .title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.page-vssoinfo-main .left .title:before {
    content: '';
    width: 3px;
    height: 11px;
    background-color: var(--blue);
    display: block;
    margin-right: 10px;
}
.page-vssoinfo-main .left .desc {
    border-bottom: 1px solid #eee;
    margin-bottom: 36px;
}
.page-vssoinfo-main .left .desc .content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-indent: 2em;
    text-align: justify;
}
.page-vssoinfo-main .left .source {
    background-color: #fcfcfc;
    border-radius: 6px;
    padding: 25px 48px;
    margin-bottom: 30px;
}
/* 基础提示样式 */
.page-vssoinfo-main .left .source .tips {
    position: relative;
    padding: 15px 20px;
    margin: 15px 0 40px 0;
    background-color: #f9f9f9;
    border-left: 4px solid #1683ce; /* 默认蓝色边框 */
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #959595;
    line-height: 1.5;
    display: none;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.page-vssoinfo-main .left .source .tips:hover {
    background-color: #f1f1f1;
}

.page-vssoinfo-main .left .source .items {
    display: flex;
    justify-content: space-between;
}
.page-vssoinfo-main .left .source a {
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666;
    width: 122px;
    padding-right: 20px;
    background:  url(../../images/icon-arrow.png) 98px center no-repeat;
}
.page-vssoinfo-main .left .source a:hover {
    color: var(--blue);
    border-color: var(--blue);
    background-image:  url(../../images/icon_arrow_2.png);
}
.page-vssoinfo-main .left .source > a {
    background: var(--blue);
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0 18px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 168px;
    margin-bottom: 20px;
}
.page-vssoinfo-main .left .source .button > a {
    background: var(--blue);
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0 18px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 168px;
    margin-bottom: 20px;
}
.page-vssoinfo-main .left .source > a:hover {
    color: white;
    text-decoration: underline;
    border-color: unset;
}
.page-vssoinfo-main .left .base-info {
    padding-bottom: 30px;
    background-color: #fcfcfc;
}
.page-vssoinfo-main .left .base-info li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #666;
    padding-left: 33%;
    position: relative;
}
.page-vssoinfo-main .left .base-info span {
    position: absolute;
    width: 30%;
    text-align: right;
    left: 0;
}
.page-vssoinfo-main .left .thanks {
    margin-top: 30px;
}
.page-vssoinfo-main .left .thanks p {
    color: #666;
    margin-bottom: 20px;
    text-indent: 2em;
}
.page-vssoinfo-main .left .thanks li {
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 6px;
    font-size: 16px;
    color: #707070;
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.page-vssoinfo-main .left .thanks li p {
    text-indent: unset;
    display: block;
    margin: 0;
    width: 80%;
}
.page-vssoinfo-main .left .thanks li span {
    width: 88%;
}
.page-vssoinfo-main .left .thanks li > button {
    border: 1px solid #bbb;
    background-color: white;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding-left: 30px;
    padding-right: 15px;
    background:  url(../../images/icon-add.png) 15px center no-repeat;
}
.page-vssoinfo-main .left .thanks li > button.line2 { margin-top:5px; }
.page-vssoinfo-main .left .thanks li > button.line3 { margin-top:15px; }
.page-vssoinfo-main .left .thanks li > button.line4 { margin-top:25px; }
.page-vssoinfo-main .left .thanks li > button:hover {
    border-color: var(--blue);
    color: var(--blue);
    background-image:  url(../../images/icon_add_2.png);
}
.page-vssoinfo-main .right > div {
    margin-bottom: 30px;
    background-color: #fbfbfb;
    border-radius: 0 0 6px 6px;
}
.page-vssoinfo-main .right .title {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 310px center;
    padding-left: 30px;
    line-height: 50px;
    color: #444;
    border-radius: 6px;
}
.page-vssoinfo-main .right ul {
    padding: 18px 0;
}
.page-vssoinfo-main .right li {
    padding: 10px 30px;
}
.page-vssoinfo-main .right li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.page-vssoinfo-main .right .other-version .title {
    background-image:  url(../../images/other-version.png);
}
.page-vssoinfo-main .right .visit-history .title {
    background-image:  url(../../images/visit-history.jpg);
}
.page-vssoinfo-main .right .declare .title {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #a40000;
}
.page-vssoinfo-main .right .declare {
    background-image:  url(../../images/declare.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.page-vssoinfo-main .right .declare li {
    border: 0 none;
    padding-left: 40px;
    background:  url(../../images/dot.png) 30px 20px no-repeat;
}

/*
*AI检索样式
*/
input[type="text"]:-ms-input-placeholder {
    color: transparent;
}



.aidiv{
    position: absolute;
    top: 0;
    right: 330px;
}

.search-input-wrap1 {
    border: 1px solid #DDDDDD;
    background-color: white;
    height: 52px;
    background-color: white;
    border-radius: 36px;
    line-height: 52px;
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
}

.search-input-wrap1 input {
    width: 680px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}
.search-input-wrap1 button {
    width: 80px;
    text-align: center;
}
.search-input-wrap1 button img {
    border: 0;
}

.checkbox-div {
    position:absolute;
    padding: 5px;
    text-align: left;
    margin-left: 30px;
    top: 15px;
    left: -15px;
    z-index:900;
}
.checkbox-div label {
    margin-left: 10px;
}

.checkbox-div input{
    border: none;

}
.float-div{
    padding: 20px;

}

.select-time{
    margin-left: 260px;
    margin-top: -110px;
}

.select-time input{
    border: 1px solid #DDDDDD;
    width: 90px;
    height: 25px;
    border-radius: 5px;
    margin-top: 15px;

}
.select-time p {
    width: 160px;
}

.time-input{
    display: flex;
    align-items: center;
    padding: 40px 10px 0px 0px;
    justify-content: space-around;
}

.keywords p a:hover {
    color: #000000 !important;
}

.items a, .source a {
    cursor: pointer;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #1683ce;
    height: 82px;
    /*background: linear-gradient(180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.6) 100%);*/
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 内容底部对齐 */
    box-sizing: border-box;
}

/****/

.page-vssoinfo-main .left .source .button {
    background-color: #fcfcfc;
    border-radius: 6px;
    padding: 25px 48px;
    margin-bottom: 30px;
}

/* 数据集按钮容器 */
.dataset-button-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.dataset-button-container .dataset-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    color: #565656;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    line-height: normal;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.dataset-button-container .dataset-btn img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.dataset-button-container .dataset-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
    background-color: white;
}

.dataset-button-container .dataset-btn:active {
    background-color: #f0f0f0;
}

/* 只显示一个按钮时隐藏另一个 */
.dataset-button-container .dataset-btn.hidden {
    display: none !important;
}


/* 引用与致谢新样式 - 右侧区域 */
.page-vssoinfo-main .right .thanks #infop {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    padding: 20px 20px 0px 20px;
}

.page-vssoinfo-main .right .thanks #infop p {
    color: #666;
    margin: 0;
    text-indent: 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.page-vssoinfo-main .right .thanks p {
    color: #666;
    margin-bottom: 20px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    padding: 0 20px;
}
.page-vssoinfo-main .right .thanks ul {
    padding: 15px 20px;
}
.page-vssoinfo-main .right .thanks li {
    background-color: #fcfcfc;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f0f0f0;
}
.page-vssoinfo-main .right .thanks li:last-child {
    margin-bottom: 0;
}
.page-vssoinfo-main .right .thanks li > span {
    flex: 1;
    word-break: break-word;
}
.page-vssoinfo-main .right .thanks li > button {
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    color: #565656;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 12px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    height: 28px;
    line-height: 18px;
    flex-shrink: 0;
}
.page-vssoinfo-main .right .thanks li > button:hover {
    border-color: var(--blue);
    color: var(--blue);
    background-color: white;
}

/* 文档链接样式 - 默认蓝色带下划线 */
.doc-link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}
.doc-link:hover {
    color: #004499;
    text-decoration: underline;
}
.doc-link:active {
    color: #003366;
}

/*订单详情页面中下载、离线订单按钮控制*/

.a .offline-btn.hidden {
    display: none !important;
}

.a .download-btn.hidden {
    display: none !important;
}


/* =========================================
   多图预览样式 - 基于pic-preview复制并重命名
   ========================================= */

/* 多图预览遮罩层 */
.pic-preview-gallery{
    background-color: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* 图片容器 */
.pic-preview-gallery .image-wrapper{
    position: relative;
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    top:10%;
}

/* 主图片 */
.pic-preview-gallery .image-wrapper img{
    max-width: calc(100% - 320px);
    /*min-width: calc(640px);*/
    object-fit: contain;
    display: block;
}

/* 导航按钮 */
.pic-preview-gallery .nav-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: rgba(22, 131, 206, 1);
    transition: all 0.3s ease;
    z-index: 1000;
}

.pic-preview-gallery .nav-btn:hover{
    background: rgba(255, 255, 255, 0.25);
    color: rgba(18, 110, 175, 1);
}

.pic-preview-gallery .nav-btn:active{
    background: rgba(255, 255, 255, 0.35);
}

.pic-preview-gallery .prev-btn{
    left: 30px;
}

.pic-preview-gallery .next-btn{
    right: 30px;
}

/* 下载链接 */
.pic-preview-gallery .download-link{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.pic-preview-gallery .download-link:hover{
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
}

/* 图片计数 */
.pic-preview-gallery .image-counter{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    pointer-events: none;
}

/* 响应式设计 */
@media (max-width: 768px){
    .pic-preview-gallery .nav-btn{
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .pic-preview-gallery .prev-btn{
        left: 16px;
    }

    .pic-preview-gallery .next-btn{
        right: 16px;
    }

    .pic-preview-gallery .image-wrapper img{
        max-width: 95%;
        max-height: 85%;
    }
}