/*!****************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/search/search.css ***!
  \****************************************************************************************************/
.product-center-header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, #FFFFFF 0%, #BDF7FF 50.4%, #79AAFF 100%);
    width: 100%;
    height: 320px;
}

.product-center-header h1{
    margin: 0;
    background-image: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成透明*/
    background-clip: text;/*将设置的背景颜色限制在文字中*/
    font-size: 48px;
    font-weight: 700;
}


.product-center-header span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}

.product-search-input{
    width: 400px;
    height: 44px;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    margin-top: 36px;
    align-items: center;
}

#input-product-search{
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    background: none;
    padding: 0 16px;
}

.product-search-btn{
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(82, 153, 255, 1);
    border-radius: 6px;
    margin-right: 16px;
    cursor: pointer;
}

.product-search-btn img{
    height: 14px;
    width: 14px;
}

.product-search-result{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    margin-top: 12px;
    width: 400px;
    text-align: left;
    max-width: 400px;
}

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

.help-link-nav{
    margin: 40px 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    width: 1440px;
    min-width: 1440px;
}

.help-link-nav a{
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    text-decoration: none;
}

.help-link-nav img{
    height: 12px;
    width: 12px;
    margin: 0 8px;
}

.help-link-nav span{
    color: rgba(0, 0, 0, 0.4);
}


.help-content-row{
    display: flex;
    width: 1440;

}

.help-content-left{
    display: flex;
    width: 1040px;
    flex-direction: column;
    position: relative;
}

.search-loading{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 100px;
    height: 130px;
    width: 130px;
    transform: translate(-50%,0);
}

.help-left-tab{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.left-tab-item{
    height: 39px;
    display: flex;
    cursor: pointer;
    position: relative;
    margin-right: 60px;
    text-decoration: none;
}

.left-tab-item span{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.left-tab-item div{
    display: none;
    background-color: rgba(82, 153, 255, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 72px; */
    width: 100%;
    height: 2px;
}

.left-tab-item-select span{
    font-weight: 700;
    color: rgba(82, 153, 255, 1);
}

.left-tab-item-select div{
    display: flex;
}

.help-article-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    height: fit-content;
    padding: 8px 0;
}


.help-article-item{
    display: flex;
    margin-top: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    width: 100%;
    height: 200px;
}

.help-article-img{
    height: 144px;
    width: 256px;
    margin: 0 24px;
    cursor: pointer;
}

.help-article-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.help-article-col{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 28px 24px 28px 0; 
    flex-direction: column;
}

.help-article-link{
    margin: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.help-article-desc{
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    
}

.help-col-flex{
    flex: 1;
    width: 100%;
}

.help-article-row{
    display: flex;
    align-items: center;
}

.help-tag-row-list{
    display: flex;
    align-items: center;
}

.help-tag-row-list a{
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 6px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    margin-right: 8px;
}

.help-tag-row-list a:hover{
    text-decoration: underline;
    font-weight: 700;
}

.help-article-row span{
    flex: 1;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 13px;
}


.help-content-right{
    width: 360px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    min-width: 360px;
}

.help-right-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 16px 20px;
}

.help-card-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
}

.help-card-header span{
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    flex: 1;
    text-align: left;
}

.help-card-tab{
    display: flex;
    align-items: center;
}

.help-card-tab-item{
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    font-weight: 400;
    margin-left: 8px;
}

.help-card-tab-item-select{
    color: #fff;
    background: rgba(82, 153, 255, 1);
}

.help-card-line{
    width: 100%;
    height: 1px;
    margin-top: 8px;
    position: relative;
    display: flex;
    background: rgba(232, 235, 242, 1);

}

.help-card-line-light{
    height: 1px;
    width: 96px;
    background: rgba(82, 153, 255, 1);
    position: absolute;
    left: 0;
    top: 0;
}

.help-card-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.help-card-more{
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.help-card-more span{
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-weight: 400;
}

.help-card-more:hover span{
    font-weight: 700;
    text-decoration: underline;
}
.help-card-more img{
    height: 16px;
    width: 16px;
}

.help-card-item{
    margin-top: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    height: 24px;
    min-height: 24px;
}

.help-card-item span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.help-card-item-num{
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.2);
}

.help-card-item-num-1{
    background: rgba(255, 122, 122, 1);
}

.help-card-item-num-2{
    background: rgba(255, 154, 122, 1);
}

.help-card-item-num-3{
    background: rgba(255, 196, 126, 1);
}

.help-card-grid{
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.help-card-grid a{
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 6px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
}

.help-card-grid a:hover{
    text-decoration:underline;
    font-weight: 700;
}

.help-card-software-item{
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.help-card-software-item:hover{
    font-weight: 700;
}

.border-none{
    border-bottom:none;
}

.help-softwate-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    width: 48px;
    margin-right: 10px;
}

.help-softwate-logo img{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.help-softwate-logo div{
    position: absolute;
    border-radius: 12px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.help-software-col{
    display: flex;
    flex: 1;
    flex-direction: column;
}

.help-software-col a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.help-software-col a:hover{
    font-weight: 700;
    text-decoration: underline;
}

.help-software-name{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    cursor: pointer;
}

.help-software-name:hover{
    font-weight: 700;
    text-decoration: underline;
}

.help-software-date{
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.4);
}

.help-software-dl-btn{
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 82px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-decoration: none;
}

.help-software-dl-btn img{
    height: 16px;
    width: 16px;
    margin-right: 2px;
}


.help-article-empty-list{
    width: 100%;
    height: 420px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 400;
}

.help-article-empty-list img{
    height: 110px;
    width: 110px;
    margin-bottom: 12px;
}



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

.article-product-item-logo{
    display: flex;
    align-items: center;
    height: 36px;
    width: 36px;
    position: relative;
    
}

.article-product-item-logo img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

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


.article-product-name{
    margin-left: 8px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6) !important;
}

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

.article-product-dl .dl-btn{
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    
    margin-right: 12px;
    
    cursor: pointer;
    text-decoration: none;
}

.dl-btn span{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center;
    flex: inherit;
}

.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 img{
    margin-right: 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);
}
/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/page.css ***!
  \************************************************************************************************/

.pagination{
    height: 32px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.page-span-text{
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.page-btn{
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-btn:hover{
    background: rgba(65, 176, 255, 0.2);
}

.page-btn-disable img{
    transform: translateY(-480px); 
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 480px);
}

.page-btn-disable:hover{
    cursor: default !important;
    background: none !important;
}

.page-btn img{
    height: 16px;
    width: 16px;
}

.page-pre-btn{
    margin-left: 12px;
}

.page-next-btn{
    margin-right: 12px;
}

.page-num-row{
    display: flex;
    align-items: center;
}

.page-num-btn{
    height: 32px;
    width: 32px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    margin-left: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-num-btn:hover{
    background: rgba(65, 176, 255, 0.2);
    color: rgba(82, 153, 255, 1);
}

.page-num-btn-select{
    background: rgba(65, 176, 255, 0.2);
    color: rgba(82, 153, 255, 1);
}

.page-num-btn-more{
    background: none;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}

.page-num-btn-more:hover{
    background: none;
    color: rgba(0, 0, 0, 0.7);
}

.page-num-input{
    width: 36px;
    height: 32px;
    text-align: center;
    outline: none;
    border-radius: 5px;
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

/* 隐藏输入框上下箭头 */
.page-num-input::-webkit-inner-spin-button,
.page-num-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
/* 兼容Firefox */
.page-num-input[type=number] {
    -moz-appearance: textfield;
}


