/*!********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/products/products.css ***!
  \********************************************************************************************************/
.product-center-header{
    position: relative;
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #F8FAFD 0%, #EAF6FD 100%);
    overflow: hidden;
}

.header-bg-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.shape-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(72, 198, 239, 0.05) 0%, rgba(72, 198, 239, 0.1) 100%);
    top: -200px;
    right: -100px;
    animation: float 6s ease-in-out infinite;
}

.shape-dots {
    position: absolute;
    width: 240px;
    height: 240px;
    background-image: radial-gradient(rgba(72, 198, 239, 0.2) 2px, transparent 2px);
    background-size: 24px 24px;
    top: 40px;
    left: 10%;
    opacity: 0.3;
    transform: rotate(-15deg);
}

.shape-line {
    position: absolute;
    width: 150px;
    height: 8px;
    background: linear-gradient(90deg, transparent, rgba(72, 198, 239, 0.2), transparent);
    transform: rotate(-45deg);
    bottom: 60px;
    left: 15%;
}

.header-content {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.header-text {
    text-align: center;
}

.header-text h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-desc {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.header-desc span {
    font-size: 24px;
    color: #666;
    position: relative;
    z-index: 1;
}

.desc-line {
    position: absolute;
    bottom: 2px;
    left: -10px;
    right: -10px;
    height: 8px;
    background: rgba(72, 198, 239, 0.1);
    z-index: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 768px) {
    .product-center-header {
        height: 260px;
    }
    
    .header-text h1 {
        font-size: 36px;
    }
    
    .header-desc span {
        font-size: 18px;
    }
}

.product-center-header img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dl-btn-win{
    background: rgba(70, 171, 255, 1);
}

.dl-btn-mac{
    background: rgba(116, 122, 255, 1);
}

.dl-btn-win:hover{
    background: rgba(63, 154, 230, 1);
}

.dl-btn-mac:hover{
    background: rgba(105, 110, 230, 1);
}

.dl-btn-disabled {
  background: #e0e0e0 !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  pointer-events: auto;
  opacity: 0.8;
}
.dl-btn-disabled:hover {
  background: #e0e0e0 !important;
  color: #aaa !important;
  box-shadow: none !important;
  text-decoration: none;
}

.product-center-desc{
    margin: 8px 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px; /* 2行文本的高度，每行24px */
    word-break: break-all;
}

.product-center-dl{
    display: flex;
    align-items: center;
}

.product-center-dl .dl-btn{
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    
    color: #fff;
    font-size: 14px;
    margin-right: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.product-center-content{
    background: rgba(244, 248, 255, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.product-center-content .product-center-menu{
    width: 990px;
    margin-left: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    height: fit-content;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    transition: all 0.3s ease;
}

.product-center-content .product-center-menu h2{
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
    border: none;
    position: relative;
}

.product-center-content .product-center-menu h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
}

.product-center-menu-list{
    display: flex;
    flex-direction: row;
    padding: 4px 1px 4px 12px;
    width: 100%;
    box-sizing: border-box;
    height: fit-content;
    flex-wrap: wrap;
    gap: 12px;
}

.product-center-content .product-center-menu .div{
    width: 100%;
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}


.product-center-content .product-center-menu .item-menu{
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 0;
    border: 1px solid rgba(82, 153, 255, 0.2);
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
}

.product-center-content .product-center-menu .item-menu:hover{
    background: rgba(82, 153, 255, 0.1);
    color: rgba(82, 153, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(82, 153, 255, 0.15);
}

.product-center-content .product-center-menu .item-menu-select{
    background: linear-gradient(135deg, #5076FF 0%, #2CA1FF 100%);
    color: #fff;
    font-weight: 700;
    border: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(82, 153, 255, 0.25);
}

.product-center-content .product-center-menu .item-menu-select:hover {
    background: linear-gradient(135deg, #5076FF 0%, #2CA1FF 100%);
    color: #fff;
}

/* 分类数量样式 */
.category-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #FF5A5A;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(255, 90, 90, 0.3);
}

.item-menu-select .category-count {
    background: white;
    color: #5076FF;
}

/* 产品项动画 */
.product-center-item-parent {
    width: 520px;
    height: 262px;
    padding: 14px 20px;
    transition: all 0.5s ease;
}

.product-center-item {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    padding: 24px 20px;
    border-radius: 12px;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.product-center-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-fade {
    opacity: 0.5;
    transform: scale(0.98);
}

.product-show {
    animation: productShowAnim 0.5s ease forwards;
}

@keyframes productShowAnim {
    0% {
        opacity: 0.5;
        transform: scale(0.98);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* 优化产品项样式 */
.product-center-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-center-item-top .logo {
    height: 48px;
    width: 48px;
    position: relative;
    display: flex;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.product-center-item:hover .logo {
    transform: scale(1.05);
}

.product-center-item-top .logo div {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-center-item-top .logo img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.product-center-item-top h3 {
    margin: 0;
    flex: 1;
    margin: 0;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
}

.product-center-item:hover .product-center-item-top h3 {
    color: #5076FF;
}

.product-center-item-top .product-link-more {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-link-more:hover {
    font-weight: 700;
    color: #5076FF;
    text-decoration: underline;
}

.product-center-item-top .product-link-more img {
    height: 16px;
    width: 16px;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.product-link-more:hover img {
    transform: translateX(3px);
}

/* 优化下载按钮 */
.product-center-dl {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.product-center-dl .dl-btn {
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-right: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dl-btn-win {
    background: linear-gradient(135deg, #46ABFF 0%, #2989E0 100%);
    box-shadow: 0 4px 8px rgba(70, 171, 255, 0.3);
}

.dl-btn-mac {
    background: linear-gradient(135deg, #747AFF 0%, #5A5DCF 100%);
    box-shadow: 0 4px 8px rgba(116, 122, 255, 0.3);
}

.dl-btn-win:hover {
    background: linear-gradient(135deg, #3F9AE6 0%, #1E7DCF 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(70, 171, 255, 0.4);
}

.dl-btn-mac:hover {
    background: linear-gradient(135deg, #696EE6 0%, #5052C0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(116, 122, 255, 0.4);
}

.product-center-right{
    display: flex;
    flex-direction: column;
    width: 1071px;
    margin-left: 40px;
    padding-left: 30px;
    min-width: 1071px;
    max-width: 1071px;
    border: none;
}

.product-center-right .product-center-grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-center-item-parent{
    width: 520px;
    height: 262px;
    padding: 14px 20px;
}

.product-center-item{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    padding: 24px 20px;
    border-radius: 12px;
    flex-direction: column;
}

.product-center-item-top{
    display: flex;
    align-items: center;
}

.product-center-item-top .logo{
    height: 48px;
    width: 48px;
    position: relative;
    display: flex;
    margin-right: 12px;
}

.product-center-item-top .logo div{
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.product-center-item-top .logo img{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.product-center-item-top h3{
    margin: 0;
    flex: 1;
    margin: 0;
}

.product-center-item-top .product-link-more{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.product-link-more:hover{
    font-weight: 700;
    text-decoration: underline;
}

.product-center-item-top .product-link-more img{
    height: 16px;
    width: 16px;
    margin-left: 2px;
}

.product-center-desc{
    margin: 8px 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px; /* 2行文本的高度，每行24px */
    word-break: break-all;
}

.product-center-dl{
    display: flex;
    align-items: center;
}

.product-center-dl .vip-btn{
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 12px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}


.vip-btn-more{
    color: rgba(255, 123, 118, 1);
    border: 1px solid rgba(255, 123, 118, 1);
}

.vip-btn-more img{
    overflow: hidden;
    transform: translateY(-480px); 
    filter: drop-shadow(rgba(255, 123, 118, 1) 0 480px);
}

.vip-btn-more:hover{
    background: rgba(255, 123, 118, 0.1);
}

.vip-btn-buy{
    color: #fff;
    background: linear-gradient(180deg, #FFA25F 0%, #FF588A 100%);
}

.vip-btn-buy:hover{
    background: linear-gradient(180deg, #FFB47F 0%, #FF7AA1 100%);

}

.vip-btn-buy img{
    overflow: hidden;
    transform: translateY(-480px); 
    filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    -moz-filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    -ms-filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    -o-filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    

}


.product-center-dl .vip-btn img{
    margin-left: 4px;
    height: 20px;
    width: 20px;
}


/*!*********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/login-dialog.css ***!
  \*********************************************************************************************************/

.dialog-login-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: 341px;
    display: flex;
    flex-direction: column;
}

.dialog-header {
    width: 100%;
    position: relative;
    height: 52px;
}

.dialog-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 32px;
    cursor: pointer;
}

.dialog-close img {
    width: 20px;
    height: 20px;
}

.dialog-login-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 38px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(238, 241, 245, 1);
}

.login-tab-item {
    display: flex;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.login-tab-item-select {
    color: rgba(82, 153, 255, 1) !important;
}

.tab-item div {
    background: rgba(65, 176, 255, 1);
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}





.dialog-login-wx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.dialog-login-wx-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.8);

}

.dialog-login-wx-code {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.wx-loading-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.wx-loading-cover-refresh {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-loading-btn {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-dialog-code img {
    height: 100%;
    width: 100%;
}

.wx-dialog-tip {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    z-index: 999;
    color: rgba(0, 0, 0, 0.8);
}

.dialog-login-wx-code img {
    width: 100%;
    height: 100%;
}




.dialog-login-email {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.dialog-login-input {
    flex: 1;
    height: 44px;
    min-height: 44px;
    width: calc(100% - 96px);
    font-size: 14px;
    margin: 0px 48px 20px 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dialog-login-input input {
    color: rgba(0, 0, 0, 0.8);
    flex: 1;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 400;
    background: rgba(244, 248, 255, 1);

    border: 1px solid rgba(244, 248, 255, 1);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 12px;
}

.dialog-login-input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    border: none;
    outline: none;
}

.dialog-login-get-code {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 16px;
    color: rgba(82, 153, 255, 1);

}

.dialog-login-get-code-disable {
    color: rgba(171, 183, 204, 1);
    background: rgba(242, 245, 249, 1);
}

.dialog-login-btn {
    margin: 0px 48px;

    background: linear-gradient(90deg, rgba(80, 118, 255, 0.2) 0%, rgba(44, 161, 255, 0.2) 100%);

    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: calc(100% - 96px);
    border-radius: 32px;
    cursor: pointer;
    opacity: 0.4;
}

.dialog-login-btn-enable {
    color: #fff;
    opacity: 1 !important;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
}

.dialog-login-btn-enable:hover {
    background: rgba(74, 138, 230, 1) !important;
}

.dialog-login-orther-type {
    display: flex;
    align-items: center;
    /* margin: 0px 56px 10px 56px; */
    width: calc(100% - 112px);
    position: absolute;
    min-height: 28px;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%, 0);
}

.dialog-login-line {
    height: 1px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.dialog-login-orther-type span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 400;
    margin-left: 14px;
    margin-right: 14px;
}

.dialog-login-btn-qq {
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}


/*!***************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/email-merge-dialog.css ***!
  \***************************************************************************************************************/

.dialog-merge-root {
    border-radius: 20px;
    background-color: #fff;
    width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }

  
.dialog-merge-msg{
    color: rgba(255, 54, 103, 1) !important;
}

.dialog-merge-item-col{
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;
    margin: 0 32px 20px 32px;
    padding: 4px 0;
}

.dialog-merge-item{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 12px 0px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.merge-none-border{
    border-bottom: none !important;
}
.dialog-merge-item p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 216px;
    margin: 0;
    max-width: 216px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;      /* 旧版本浏览器支持 */
    overflow-wrap: break-word;  /* 标准属性 */
}

.current-email{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.dialog-merge-btn{
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 28px;
    white-space: nowrap;
    background: rgba(82, 153, 255, 1);
}

.dialog-merge-btn:hover{
    background: rgba(74, 138, 230, 1);
}

.product-coming-soon-watermark {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: #e53935;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255,255,255,0.95);
    padding: 2px 16px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(229,57,53,0.08);
    pointer-events: none;
    letter-spacing: 2px;
}

.product-coming-soon-fullwatermark {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: rgba(229,57,53,0.12);
  font-weight: 900;
  background: none;
  z-index: 9;
  pointer-events: none;
  letter-spacing: 8px;
  opacity: 1;
  user-select: none;
  transform: rotate(-10deg);
  text-shadow: 0 2px 12px rgba(229,57,53,0.10), 0 1px 0 #fff;
}

.product-center-dl .dl-btn {
  position: relative;
  z-index: 10;
}

.vip-btn-disabled {
  background: #e0e0e0 !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  pointer-events: auto;
  opacity: 0.8;
  border: none !important;
}
.vip-btn-disabled:hover {
  background: #e0e0e0 !important;
  color: #aaa !important;
  box-shadow: none !important;
  text-decoration: none;
  border: none !important;
}
