/*!*******************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/help/help-detail.css ***!
  \*******************************************************************************************************/
.nav-menu-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-dl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-dl-btn {
    display: flex;
    align-items: center;
    border-radius: 18px;
    height: 36px;
    width: fit-content;
    justify-content: center;
    background: linear-gradient(93.22deg, #26A6FF 26.6%, #47EFAD 91.24%);
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 0 18px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

.nav-dl-btn:hover {
  background: linear-gradient(93.22deg, #0096FF 26.6%, #32ECA3 91.24%) !important;
}

.nav-dl-btn img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.help-content-root {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 253, 1);
}

.help-content {
    width: 1440px;
    display: flex;
    flex-direction: column;
    margin-bottom: 76px;
}


.help-nav {
    width: 100%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 32px;
}

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

.help-nav a:hover {
    text-decoration: underline;
}

.help-nav img {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

.help-content-row {
    display: flex;
    width: 100%;
}

.help-content-left {
    display: flex;
    flex-direction: column;
    width: 1050px;
    min-width: 1050px;
}

.help-content-detail {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 40px 28px;
    width: 100%;
}


.help-product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.help-product-header h2 {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 32px;
    font-weight: 700;
}

.help-product-header-row {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.help-product-info {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    white-space: nowrap;
}

.help-product-info-split {
    height: 14px;
    width: 1px;
    margin: 0 16px;
    background-color: rgba(0, 0, 0, 0.2);
}

.help-website-name {
    color: rgba(13, 153, 255, 1);
    text-decoration: none;
}

.help-website-name:hover {
    text-decoration: underline;
}






.editor-content {
    margin-top: 20px;
}

#editor-content-end {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: rgba(0, 0, 0, 0.1);
}

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

.help-tag-name {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 4px;
}

.tag-list {
    display: flex;
    flex: 1;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.tag-list a {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    height: 28px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.tag-list a:hover {
    border: 1px solid rgba(13, 153, 255, 0.8);
    color: rgba(13, 153, 255, 0.8);
}


.help-detail-ope-item {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    position: relative;
    cursor: pointer;
}

.like-count-float {
    position: absolute;
    opacity: 0;
    top: -8px;
    right: -14px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(250, 75, 75, 1);
    transition: opacity 0.5s ease-in-out;
}



.detail-ope-btn-like-read .img-like-unread {
    display: none ;
}

.detail-ope-btn-like .img-like-read {
    display: none !important;
}

.detail-ope-btn-like-read .img-like-read {
    display: flex !important;
}


.detail-ope-btn-like-read span {
    color: rgba(250, 75, 75, 1) !important;
}


.help-detail-ope-item img {
    height: 24px;
    width: 24px;
}

.help-detail-ope-item span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
}

.detail-page-nav {
    display: flex;
    margin-top: 32px;
    align-items: center;

}

.detail-page-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.detail-page-item-right {
    align-items: flex-end;
}


.detail-page-btn {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

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

.detail-page-pre img {
    margin-right: 4px;
}

.detail-page-next img {
    margin-left: 4px;
}


.a-link-page {
    margin-top: 8px;
    color: rgba(13, 153, 255, 1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.a-link-page:hover {
    text-decoration: underline;
}






.help-detail-bottom {
    display: flex;
    width: 100%;
    margin: 30px 0 0 0;
    align-items: center;
    height: 341px;
    min-height: 341px;
}


.help-bottom-card {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
}

.help-bottom-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
}

.help-card-content {
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 16px 20px;
}

.help-card-related {
    margin-right: 30px;
}


.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-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(13, 153, 255, 1);
    position: absolute;
    left: 0;
    top: 0;
}

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



.help-bottom-article-item {
    display: flex;
    align-items: center;
    height: 24px;
    margin-top: 8px;
}

.help-article-item-point {
    background: rgba(13, 153, 255, 1);
    height: 6px;
    width: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-right: 9px;
}

.help-bottom-article-item a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    width: fit-content;
    max-width: 352px;

    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.help-bottom-article-item a:hover {
    color: rgba(13, 153, 255, 1);
    font-weight: 400;
}

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




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


.help-right-card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    margin-bottom: 24px;
}

.help-right-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
}

.help-right-card-ad {
    width: 100%;
    margin-bottom: 24px;
    height: 314px;
    display: flex;
    position: relative;
    border-radius: 6px;
}


.help-right-card-ad img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.help-right-card-ad div {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 20px;
    width: 36px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


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




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

.help-card-item:hover span {
    font-weight: 700;
    text-decoration: underline;
}

.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;
    text-decoration: none;
    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-product-detail{
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    height: 108px;
    padding: 20px 24px;
    border-radius: 12px;
    background: rgba(248, 250, 253, 1);

}

.help-product-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    width: 60px;
    margin-right: 12px;
    text-decoration: none;
    cursor: pointer;
}

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

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


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

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

.help-product-detail-name{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin-right: 10px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}


.help-product-detail-tag{
    height: 22px;
    width: 60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.tag-blue{
    background: linear-gradient(90deg, #007AFF 100%, #568FFF 0%);
}

.tag-green{
    margin-left: 6px;
    margin-right: 10px;
    background: linear-gradient(90deg, #8FFFAE 0%, #3CD2A5 0.01%, #37B95B 100%);
}

.help-product-detail-star{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.help-product-detail-row img{
    height: 16px;
}

.help-product-detail-desc{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.product-detail-dl{
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    white-space: nowrap;
}

.product-detail-dl img{
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.dl-win{
    margin-left: 20px;
    background: rgba(70, 171, 255, 1);
}

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

}

.dl-mac{
    margin-left: 8px;
    background: rgba(116, 122, 255, 1);
}

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

}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/editor-content.css ***!
  \**********************************************************************************************************/
.editor-content {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
}

.editor-content p {
    display: block;
    white-space: normal;
    word-wrap: break-word;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: "#9b9b9b";
    padding-top: 2px;
    padding-bottom: 2px;
}

.editor-line{
    margin: 12px 0;
    height: 1px;
    width: 100%;
    background: rgba(232, 235, 242, 1);
  
  }

.editor-content h1 {
    margin: 24px 0 12px 0;
    font-size: 28px;
}

.editor-content h2 {
    margin: 16px 0;
    font-size: 20px;
}

.editor-content h3 {
    margin: 12px 0;
    font-size: 18px;
}

.editor-content h4 {
    margin: 12px 0;
    font-size: 18px;
}

.editor-content a {
    color: rgba(13, 153, 255, 1);
    text-decoration: none;
}

.editor-content img {
    border-style: none;
    cursor: pointer;
    height: auto;
    width: 100%;
    display: block;
}

.editor-img-root {
    margin-top: 16px;
    margin-bottom: 16px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.editor-img img {
    width: 100%;
    object-fit: contain;
}

.div-edit-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5cc9bb;
}

.edit-point-left-top {
    left: 0;
    top: 0;
    margin-left: -5px;
    margin-top: -5px;
}

.edit-point-right-top {
    right: 0;
    top: 0;
    margin-right: -5px;
    margin-top: -5px;
}

.edit-point-left-bottom {
    left: 0;
    bottom: 0;
    margin-left: -5px;
    margin-bottom: -5px;
}

.edit-point-right-bottom {
    right: 0;
    bottom: 0;
    margin-right: -5px;
    margin-bottom: -5px;
}

.p-empty-list {
    width: 1px;
    height: 1px;
}

.img-edit-border {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0px;
    top: 0px;
    visibility: hidden;
    box-sizing: border-box;
}

.img-center {
    clear: both;
    margin: 0 auto;
}

.img-left {
    float: left;
    margin-right: 12px;
}

.img-right {
    float: right;
    margin-left: 12px;
}

.img-delete {
    width: 50px;
    height: 28px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0px;
    margin-right: 12px;
    margin-top: 18px;
    color: #fff;
    content: "删除";
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    overflow: visible;
    /* 2 */
    border: 1px solid #eeeeee;
}



.ol {
    cursor: pointer;
    pointer-events: all;
    vertical-align: sub;
    position: static;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    /* text-indent: -9px; */
    padding-left: 30px !important;
  }
  
  .ol::before {
    content: attr(ol-index);
    min-width: 14px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    left: -4px;
    margin-left: -20px;
    margin-right: 6px;
  }
  
  .ul {
    cursor: pointer;
    pointer-events: all;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    position: static !important;
    padding-left: 30px !important;
  }
  
  .ul::before {
    content: "•";
    min-width: 14px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    left: -4px;
    margin-left: -20px;
    margin-right: 6px;
}

.p-indent {
    text-indent: 2em;
}

.jianlu-section-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.jianlu-dl-btn {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-size: 24px;
    height: 68px;
    width: 264px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}

.jianlu-dl-btn img {
    height: 32px;
    width: 32px;
    margin-right: 8px;
}

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

.jianlu-dl-btn-mac {
    margin-left: 28px;
    background: rgba(116, 122, 255, 1);
}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/img-preview/img-preview.css ***!
  \**************************************************************************************************************/
.img-preview-cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-root{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.img-preview-close{
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1000;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-close img{
    height: 100%;
    width: 100%;
}

.img-preview-content{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#img-preview{
   width: 970px;
   min-width: 970px;
   max-width: 970px;
}

.img-preview-btn{
    display: flex;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    transform: translate(0,-50%);
}

.img-preview-btn img{
    height: 100%;
    width: 100%;
}

.img-preview-btn-pre{
    left: 200px;
}


.img-preview-btn-next{
    right: 200px;
}


.img-preview-ope-row{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.img-preview-ope{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-ope img{
    height: 28px;
    width: 28px;
}

#img-preview-scale{
    width: 82px;
    min-width: 82px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 2px #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0 12px;
}

