/* 系统技术 */
.system-technology-container{
    width: 100%;
    padding: 9rem 0;
    background: #e1e2e2;
}
.system-technology-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.system-technology-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.system-technology-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.5;
}
.system-technology-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.system-technology-container-header-sub-title{
    font-size: 1.875rem;
    font-weight: 100;
}
.system-technology-container-header-sub-title span{
    color: #fe791d;
}
.system-technology-desc-swiper-wrap{
    width: 100%;
    padding-top: 4.125rem;
}
.system-technology-desc-swiper{
    width: 100%;
}
.system-technology-desc-swiper .swiper-slide{
    width: 31.3125rem;
    height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.system-technology-desc{
    width: 31rem;
    height: 43.5rem;
    border-radius: 1.875rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.system-technology-desc-poster{
    width: 31rem;
    height: 43.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-poster-img{
    width: 31rem;
    height: 43.5rem;
    object-fit: cover;
}
.system-technology-desc-info{
    width: 31rem;
    height: 43.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}
.system-technology-desc-info-header{
    width: calc(100% - 7.5rem);
    padding: 4.875rem 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.system-technology-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.system-technology-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
    color: #FFFFFF;
}
.system-technology-desc-info-footer{
    width: calc(100% - 3.75rem);
    padding: 2.0625rem 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.system-technology-desc-info-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.system-technology-desc-info-action{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-info-action:hover{
    background: #fe791d;
}
.system-technology-desc-info-action-icon{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.system-technology-desc-info-action-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.system-technology-desc-info-action-icon-img:last-of-type{
    display: none;
}
.system-technology-desc-info-action:hover .system-technology-desc-info-action-icon-img:last-of-type{
    display: block;
}
.system-technology-desc-info-action:hover .system-technology-desc-info-action-icon-img:first-of-type{
    display: none;
}

/* 产品资料下载 */
.product-catalog-container{
    width: 100%;
    padding: 10.625rem 0;
}
.product-catalog-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-catalog-container-content-left{
    width: 50.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.5;
}
.product-catalog-menu{
    width: 100%;
    margin-top: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: #000000 solid 0.125rem;
}
.product-catalog-menu-item{
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #000000 solid 0.125rem;
    text-decoration: none;
}
.product-catalog-menu-item-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-catalog-menu-item-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.product-catalog-menu-item-title{
    flex: 1;
    padding-left: 1rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
}
.product-catalog-container-content-right{
    width: 36.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-poster{
    width: 36.4375rem;
    height: 39.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
}
.product-catalog-poster-img{
    width: 36.4375rem;
    height: 39.875rem;
    object-fit: cover;
}

/* 弹窗 */
.dialog{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(1.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.dialog-content{
    width: calc(62.5rem - 8.4375rem - 8.4375rem);
    padding: 6.875rem 8.4375rem;
    background: #FFFFFF;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
}
.dialog-header-actions{
    width: calc(100% - 3.75rem);
    padding: 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.dialog-header-action{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    background: #eb5c21;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dialog-header-action-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dialog-header-action-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.dialog-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.dialog-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.dialog-body{
    width: 100%;
    padding-top: 4.0625rem;
}

/* AI助手弹窗 */
.ai-assistant-dialog{
    width: calc(100% - 21.25rem);
    height: calc(100vh - 21.25rem);
    padding: 10.625rem;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.ai-assistant-dialog-content{
    width: calc(39.375rem - 8.75rem);
    padding: 3.125rem 4.375rem;
    border-radius: 1.875rem;
    background: #f1f1f1;
    position: relative;
}
.ai-assistant-dialog-close-btn{
    width: 2.875rem;
    height: 2.875rem;
    background: #000000;
    border-radius: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2.875rem;
    right: -2.875rem;
    cursor: pointer;
}
.ai-assistant-dialog-close-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ai-assistant-dialog-close-btn-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.ai-assistant-body{
    width: 100%;
}
.ai-assistant-dialog-iframe{
    width: 100%;
    height: 32.5rem;
    border: none;
    outline: none;
}