.article {
    --color-primary: #7049F9;
    --color-primary-dark: #5E3BF1;
    --color-orange: #FF9314;
    --color-orange-dark: #FF6000;
    --color-orange-light: #FFC61F;
    --color-orange-extra: #FFE6D6;
    --color-white: #fff;
    --color-white-lighter: #f2f2f2;
    --color-blue-light: #E9F2FF;
    --color-blue-lighter: #F6F8FC;
    --color-blue-extra: #EAF2FF;
    --color-blue-dark: #452B7D;
    --color-grey-light: #DEDEDE;
    --color-grey-darker: #666;
    --color-grey-dark: #999;
    --color-black: #333;
    --color-black-darker: #2E2E2E;
    --color-green: #00BB4B;
    --color-green-darker: #40C365;
    --color-green-darkest: #2CA14D;
    --color-green-light: #a8d738;
    --color-red: #E13D11;
    --color-brown: #754E14;
    --color-brown-extra: #FFF4E3;
    --color-purple-extra: #DFE5FD;
    --color-green-lighter: #EDFFF7;
    --color-green-extra: #F7FFF7;
    --color-green-dark: #E3FFE8;
    --color-white-light: #F5F5F5;
    --color-white-dark: #e8eef4;
    --color-black-light: #575757;
    --color-blue-extra: #DBEBFA;
    --color-yellow: #FC0;
    --color-yellow-light: #ffe500;
    --color-blueviolet-light-rgb: 104, 91, 255;
    --color-blueviolet-dark: #685BFF;
    
    --color-blueviolet-light: rgb(var(--color-blueviolet-light-rgb));
    --gradient-blue-light: linear-gradient(180deg,#F4F9FD 0%,#C0E3FF 100%);
    --gradient-blue-lighter: linear-gradient(180deg,#E0F5FF 0%,#D8EAFF 100%);
    --gradient-green-lighter: linear-gradient(180deg,#E1FFF9 0%,#FFF 100%);
    --gradient-multicolored-light: linear-gradient(102.67deg, #5CFFF5 2.47%, #685BFF 39.92%, #B124F3 90.82%);
    --gradient-blue-light: linear-gradient(180deg,#F4F9FD 0%,#C0E3FF 100%);
    --gradient-blue-lighter: linear-gradient(180deg,#E0F5FF 0%,#D8EAFF 100%);
    --gradient-green-lighter: linear-gradient(180deg,#E1FFF9 0%,#FFF 100%);
    --text-height: 1.8;
    --text-height-medium: 1.5;
    --text-height-small: 1.2;
    --spacing-headline: 30px;
    --spacing-module: 20px;
    --spacing-inside: 16px;
    --spacing-small: 12px;
    --text-size: 16px;
    --text-size-large: 20px;
    --text-size-medium: 18px;
    --text-size-small: 14px;
    --text-size-smallest: 12px;
    --text-weight: 400;
    --text-weight-bold: 700;
    --radius: 8px;
    --radius-medium: 18px;
    --radius-large: 30px
}

.article-copy {
    position: relative
}

.article-copy::after {
    content: 'copy';
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 0;
    padding: 2px 10px;
    color: var(--color-white);
    font-size: var(--text-size-small);
    cursor: pointer;
    opacity: 0;
    border-radius: var(--radius);
    background: var(--color-black-darker);
    transition: all .3s
}

.article-copy:hover::after {
    opacity: 1
}

.base-header {
    padding-top: 0;
}

.article {
    background-color: var(--color-blue-lighter);
    overflow: hidden;
    padding-top: 64px;
}

.article h3 {
    font-size: 20px;
}

.article h4 {
    font-size: 18px;
}

.article * {
    line-height: var(--text-height-medium);
    word-wrap: break-word
}

.article p {
    margin-bottom: var(--spacing-small);
}

.article p > a{
    color: var(--color-primary);
}

.article a {
    font-weight: 600;
}


.article .base-maxwidth {
    padding: 0 18px;
    max-width: 1036px;
    margin-top: var(--spacing-module)
}

.article #disqus_thread {
    margin-top: var(--spacing-module)
}

.article h1 {
    margin: auto;
    padding-top: 40px;
    max-width: 650px;
    color: var(--color-blue-dark);
    font-size: 36px;
    text-align: center;
    line-height: var(--text-height-small)
}

.article img {
    height: auto;
}

.article-banner+.base-maxwidth {
    margin-top: var(--spacing-module);
    margin-bottom: var(--spacing-module);
}

.article-banner {
    padding: 42px 0px;
    background: linear-gradient(90deg, #E7E4FF 0%, #FAF7FE 29.19%, #ECF0FF 82.73%, #E4E3FF 100%);
}

.article-banner > .base-maxwidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1236px;
    margin: 0 auto;
}

.article-banner .text {
    max-width: 560px;
}

.article-banner h2 {
    font-size: 36px;
    font-weight: 700;
}

.article-banner h2 .color {
    color: var(--color-primary);
}

.article-banner h2+p {
    font-size: 20px;
    color: var(--color-black-darker);
    margin-bottom: 0;
}

.article-banner .base-switching-button {
    margin-top: 24px;
}

.article-banner .base-switching-button >.base-flex {
    justify-content: flex-start;
}

.article-banner .base-switching-button .button {
    font-weight: 600;
}

.article-banner .banner-available-star {
    margin: 16px 0 0;
}

.article-banner .base-version-switching > p {
    color: var(--color-grey-dark);
}

.article-banner .base-version-switching .version-switching-icon {
    color: var(--color-grey-darker);
    transition: opacity .2s;
}

.article-banner .base-version-switching .version-switching-icon.active,
.article-banner .base-version-switching .version-switching-icon:hover {
    color: var(--color-primary);
}

.article-banner .base-switching-button .desc {
    font-size: 14px;
    color: var(--color-grey-dark);
    margin-bottom: 0;
}

.article-banner .img {
    max-width: 555px;
    width: 50%;
}

.base-switching-button {
    display: flex;
    flex-direction: column;
}

.base-switching-button >.base-flex {
    justify-content: center;
}

.base-switching-button .button {
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    background: var(--color-primary);
    min-width: 170px;
    height: 46px;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--color-white-lighter);
    white-space: nowrap;
}

.base-switching-button .button:hover {
    background: var(--color-primary-dark);
}

.base-version-switching .version-switching-icon {
    display: flex;
    margin-left: 8px;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s;
    opacity: 0.6;
    color: var(--color-white-lighter);
}

.base-switching-button .button svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 6px;
}

.base-version-switching {
    align-items: center;
}

.base-version-switching .version-switching-icon.active,
.base-version-switching .version-switching-icon:hover {
    opacity: 1;
}

.base-version-switching > p {
    opacity: 0.6;
    color: var(--color-white-lighter);
    margin-bottom: 0;
}

.base-version-switching .version-switching-icon svg {
    width: 20px;
    height: 20px;
    transition: all .2s;
}

.normal-btn .base-version-switching .version-switching-icon {
    color: var(--color-grey-dark);
    opacity: 1;
}

.normal-btn .base-version-switching .version-switching-icon.active,
.normal-btn .base-version-switching .version-switching-icon:hover {
    color: var(--color-primary);
}

@media(max-width: 992px) {
    .article-banner {
        padding: 30px 0px 36px;
        text-align: center;
    }

    .article-banner > .base-maxwidth {
        flex-wrap: wrap;
        justify-content: center;
    }

    .article-banner .text {
        width: 100%;
    }

    .article-banner .base-switching-button >.base-flex {
        justify-content: center;
    }

    .article-banner .base-version-switching {
        display: flex;
        justify-content: center;
    }

    .article-banner .img {
        width: 100%;
    }
}

@media(max-width:575px) {
    .article-banner h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .article-banner h2+p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .article-banner .base-switching-button .desc {
        font-size: 12px;
    }
}

.article.chatArt .article-sidebar {
    position: fixed;
    top: 150px;
    right: 30px;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
}

.article.chatArt .article-sidebar .banner-available-star {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.article.chatArt .article-sidebar .banner-available-star p {
    font-size: 14px;
    line-height: 21px;
    color: #FFF;
    opacity: 0.8;
}

.article.chatArt .article-sidebar .button {
    background: linear-gradient(90deg, #0830FF -19%, #4FD5FF 48.61%, #0830FF 125.5%);
    box-shadow: 0px -4px 9.7px 0px #0B0E2B80 inset;
    margin: 14px auto;
    font-size: 20px;
    height: 46px;
    font-weight: 700;
}

.article.chatArt .article-sidebar.fixed{
    opacity: 1;
    pointer-events: auto;
}

.article.chatArt .article-sidebar>ul {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
}

.chatArt-left-list {
    position: fixed;
    z-index: 9;
    width: 300px;
    top: auto;
    left: 40px;
    border-radius: 16px;
    border: 2px solid #D2E5FF;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(100,119,142,.16);
}

.article-banner + .base-maxwidth .chatArt-left-list {
    margin-top: 40px;
}

.article-banner + .base-maxwidth .chatArt-left-list.fixed {
    margin-top: 0;
}

.chatArt-left-list.fixed {
    top: 150px
}

.chatArt-left-list.closed {
    width: auto;
    border: 0;
    box-shadow: unset;
    left: 0;
}

.chatArt-left-list .tabBox-top .tabBox-title {
    position: relative;
}

.chatArt-left-list .tabBox-top .tabNav-side {
    padding: 16px;
    overflow: auto;
    max-height: calc(100vh - 260px);
}

.chatArt-left-list .tabBox-top .tabNav-side::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.chatArt-left-list .tabBox-top .tabNav-side::-webkit-scrollbar-track {
    background: transparent;
}

.chatArt-left-list .tabBox-top .tabNav-side::-webkit-scrollbar-thumb {
    background: #d3d1cb;
    border-radius: 10px;
}

.chatArt-left-list .tabBox-top .tabNav-side::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@-moz-document url-prefix() {
    .chatArt-left-list .tabBox-top .tabNav-side {
        scrollbar-width: thin;
        scrollbar-color: #d3d1cb transparent;
    }
}

.chatArt-left-list .tabBox-top .tabBox-title .show-tip svg {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer
}

.chatArt-left-list .tabBox-top .tabBox-title .hide-tip {
    display: none
}

.chatArt-left-list .tabBox-top svg #arrow,
.chatArt-left-list.closed svg #arrow {
    fill: #fff
}

.chatArt-left-list.closed .tabBox-top {
    padding: 0;
    margin: 0;
    background: 0
}

.chatArt-left-list.closed .tabBox-title {
    width: 36px;
    height: 36px;
    padding: 0
}

.chatArt-left-list.closed .tabBox-title {
    background: var(--color-primary);
    border-radius: 0 4px 4px 0
}

.chatArt-left-list.closed .tabBox-title .show-tip {
    display: none
}

.chatArt-left-list.closed .tabBox-title .hide-tip {
    display: block;
    cursor:pointer;
}

.chatArt-left-list.closed .tabBox-title .hide-tip svg {
    right: 1px;
    top: 0
}

.chatArt-left-list.closed .tabBox-top .tabBox-title b,.chatArt-left-list.closed .tabBox-top .tabNav-side,.pop-article {
    display: none
}

.chatArt-left-list .tabBox-top ul {
    list-style-type: none;
}

.chatArt-left-list .tabBox-top ul li:hover {
    background: #E3DBFF;
}

.chatArt-left-list .tabBox-top ul li {
    background: #F1ECFF;
    border-radius: var(--radius);
}

.chatArt-left-list .tabBox-top ul li:not(:last-child) {
    margin-bottom: 16px;
}

.chatArt-left-list .tabBox-top ul li.actived {
    border-radius: 10px;
    background: #F1ECFF;
    padding-bottom: 10px;
}

.chatArt-left-list .tabNav-side li .h3 {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 8px 8px 12px;
    margin: 0
}

.chatArt-left-list .tabNav-side li .h3:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/aside_arrow.svg) no-repeat;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.chatArt-left-list .tabNav-side li.actived .h3:after {
    background: url(https://images.chatartpro.com/chatartweben/article/component/aside_arrow.svg) no-repeat;
    transform: translateY(-50%) rotate(180deg);
}

.chatArt-left-list .tabBox-top li p {
    position: relative;
    padding: 14px 32px;
    color: #343A40;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 0
}

.chatArt-left-list .tabBox-top li p a{
    color: #343A40;
}

.chatArt-left-list .article-list {
    padding-left: 12px
}

.chatArt-left-list .article-list p {
    position: relative;
    padding: 0 16px!important;
}

.chatArt-left-list .article-list p::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background: var(--color-primary);
}


.chatArt-left-list .article-list p:not(:last-child) {
    margin-bottom: 16px;
}

.chatArt-left-list .tabBox-top li:hover a {
    color: unset;
    text-decoration: unset
}

.chatArt-left-list .tabBox-top li p:hover a {
    color: var(--color-primary);
}

.chatArt-left-list .tabBox-top li p:hover:before {
    background: var(--color-primary)
}

.article-sidebar {
    width: 300px;
    padding: 24px;
    background: linear-gradient(322.68deg, #261655 21.63%, #4D309E 66.89%);
    border-radius: var(--radius);
    text-align: center;
}

.article-sidebar::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 273px;
    height: 273px;
    border-radius: 50%;
    background: #3BFFFF;
    opacity: .4;
    filter: blur(100px);
    z-index: -1;
}

.article-sidebar .desc {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(180deg, #AAB3C2 13.83%, #FFFFFF 52.07%, #B5BFCE 106.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 200px;
    margin: 0 auto 6px;
}

.article-sidebar .name {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 28px;
    line-height: var(--text-height-small);
    background: linear-gradient(90deg, #0888FF -24.81%, #79DFFF 50.72%, #0888FF 148.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.article-sidebar img {
    width: 96px;
    position: relative;
    z-index: 1;
}

.article-sidebar ul li {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #FFF;
    opacity: .8;
    margin-bottom: 4px;
    padding-left: 14px;
}

.article-sidebar ul li::before {
    position: absolute;
    content: '';
    background: #60BCFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 8px;
    left: 5px;
}

.article-sidebar.wondersnap-sidebar {
    background: linear-gradient(173.75deg, #32285C 10.21%, #250939 98.9%);
}

.article-sidebar.wondersnap-sidebar::before {
    background: #BE3BFF;
}

.article-sidebar.wondersnap-sidebar .name {
    background-image: linear-gradient(108.91deg, #EA5929 -15.95%, #EF22F3 27.14%, #A22BFF 61.29%, #2A87FF 93.08%);
}

.article-sidebar.wondersnap-sidebar ul li {
    opacity: 1;
}

.article-sidebar.wondersnap-sidebar ul li::before {
    background: #FF60EC;
}

.article .article-sidebar.wondersnap-sidebar .button {
    background: linear-gradient(107.16deg, #CE3FD0 -34.25%, #A02DFF 85.61%);
    box-shadow: 0px 4px 5.9px 0px #FFFFFF40 inset, 0px -4px 9.7px 0px #0B0E2B80 inset;
    width: 221px;
}

.article .article-sidebar.wondersnap-sidebar .button svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.article .article-sidebar.wondersnap-sidebar .banner-available-star {
    flex-direction: row;
}

.article .article-sidebar.wondersnap-sidebar .banner-available-star p {
    margin: 0;
    line-height: 20px;
}

@media (max-width: 1680px) {
    .article.chatArt .article-sidebar {
        right: 45px;
    }

    .chatArt-left-list {
        left: 45px;
    }
}

@media (max-width: 1575px) {
    .chatArt-left-list {
        position:fixed;
        left: 0;
        top: 150px;
        width: auto;
        border: 0;
        box-shadow: unset
    }

    .chatArt-left-list.open {
        width: 300px;
        border: 2px solid #D2E5FF;
        background: #FFF;
        box-shadow: 0 4px 40px 0 rgba(100,119,142,.16)
    }

    .chatArt-left-list.fixed {
        left: 0%
    }

    .chatArt-left-list.open .tabBox-title .hide-tip,
    .chatArt-left-list .tabBox-top .tabBox-title b,.chatArt-left-list .tabBox-top .tabNav-side,.chatArt-left-list .tabBox-title .show-tip {
        display: none
    }

    .chatArt-left-list .tabBox-title .hide-tip,
    .chatArt-left-list.open .tabBox-top .tabBox-title b,.chatArt-left-list.open .tabBox-top .tabNav-side,.chatArt-left-list.open .tabBox-title .show-tip {
        display: block
    }
}

.article-content {
    position: relative;
    padding: 0 40px 50px;
    margin: 0 auto 40px;
    width: 100%;
    border-radius: var(--radius);
    background-color: var(--color-white);
    color: var(--color-black-darker);
}

.article-content img {
    margin-bottom: 30px
}

.article-author {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--spacing-module) 0;
    border-bottom: solid 1px var(--color-grey-light);
    border-top: solid 1px var(--color-grey-light);
    margin: 40px 0;
    position: relative;
}

.article-author .author {
    display: flex;
    align-items: flex-start;
}

.article-author .article-time {
    display: flex;
    align-items: center;
    color: #6a6e9a;
    margin-left: 10px;
    position: absolute;
    right: 0;
}

.article-author .article-time img {
    margin-bottom: 0;
}

.article-author .article-time p {
    display: flex;
    margin: 0 0 0 5px;
}

.article-author .article-time time {
    font-size: 14px;
}

.article-author .article-time .time-read {
    padding-left: 20px;
    font-size: 14px;
}

.author img {
    margin-right: 16px;
    border-radius: 50%;
    margin-bottom: 0;
}

.author .author-name {
    color: var(--color-black-darker);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.author .author-desc {
    color: #6a6e9a;
    margin-bottom: 0;
}

.article-bread-crumbs {
    margin-bottom: var(--spacing-module);
    color: #6a6e9a;
}

@media (max-width: 1680px) {
    .article-sidebar {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .article {
        padding-top: 48px;
    }
}

@media (max-width: 900px) {
    .article {
        background-color:var(--color-white);
    }

    .article-content {
        padding: 0
    }

    .article-banner+.base-maxwidth {
        margin-top: var(--spacing-small);
    }

    .article h1 {
        padding: var(--spacing-headline) 0;
        font-size: 26px;
        background-color: var(--color-blue-lighter);
        box-shadow: 18px 0 0 0 var(--color-blue-lighter),-18px 0 0 0 var(--color-blue-lighter)
    }

    .article-author .time-read,
    .article-category{
        font-size: var(--text-size-small)
    }

    .article-author {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .article-author .article-time {
        position: static;
        margin: 10px 0 0 10px;
    }

    .article-bread-crumbs {
        margin-bottom: var(--spacing-small);
    }
}

.chatart-one {
    position: relative;
    padding: 8px 0 8px 59px;
    background: linear-gradient(90deg, rgba(112, 73, 249, 0.2) 0%, rgba(112, 73, 249, 0) 100%);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0;
}

.chatart-one svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chatart-one svg:last-child {
    left: 20px;
}

.chatart-two {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    margin: 40px 0;
}
.chatart-two::before{
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
}

.chatart-two::after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
}

.chatart-three {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0;
}

.chatart-three span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 700;
    background: var(--color-primary);
    color: #FFF;
    margin-right: 6px;
    z-index: 1;
}

.chatart-three span::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: var(--color-primary);
    opacity: 0.5;
    border-radius: 50%;
    left: 3px;
    top: 1px;
    z-index: -1;
}

.chatart-four {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0;
}

.chatart-four span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: 700;
    color: #FFF;
    margin-right: 6px;
    padding-top: 4px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/star_bg.png) no-repeat center/cover;
}

.chatart-five {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0;
}

.chatart-five span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: 700;
    color: var(--color-primary);
    margin-right: 6px;
    padding-top: 1px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/square_bg.png) no-repeat center/cover;
}

.chatart-six {
    margin-bottom: 40px;
}

.chatart-six .top{
    display: flex;
    align-items: center;
    padding: 23px 20px 23px 38px;
    background: linear-gradient(97.64deg, #D1D4FF -0.53%, #FFFDEF 63.61%, #CFE8FD 101.36%);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    position: relative;
}

.chatart-six .top img {
    position: relative;
    max-width: 346px;
    margin-right: 36px;
    z-index: 1;
    margin-bottom: 0;
}

.chatart-six .six-content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.chatart-six .six-content .desc {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    color: var(--color-black);
}

.chatart-six .six-content .color {
    color: var(--color-primary);
}

.chatart-six .base-switching-button >.base-flex {
    justify-content: flex-start;
}

.chatart-six .base-switching-button .button {
    min-width: 168px;
    height: 46px;
    font-size: 20px;
    margin-bottom: 16px;
}

.chatart-six .base-version-switching p {
    color: rgba(51, 51, 51, 0.6);
}

.chatart-six .base-version-switching .version-switching-icon {
    color: var(--color-grey-dark);
    opacity: 1;
}

.chatart-six .base-version-switching .version-switching-icon.active,
.chatart-six .base-version-switching .version-switching-icon:hover {
    color: var(--color-primary);
}

.chatart-six .num {
    margin-top: 20px;
    color: rgba(51, 51, 51, 0.7);
}

.chatart-six .bottom{
    background: #F5F2FF;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    padding: 24px 40px;
}

.chatart-six .bottom ul li {
    position: relative;
    padding-left: 30px;
}

.chatart-six .bottom ul li:not(:last-child) {
    margin-bottom: 16px;
}

.chatart-six .bottom ul li::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 10px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/chatart_correct.svg) no-repeat center/cover;
    left: 0px;
    top: 7px;
} 

.chatart-seven {
    background: linear-gradient(93.89deg, #211444 -0.23%, #292777 100%);
    margin-bottom: 40px;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--radius);
}

.chatart-seven img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 0;
}

.chatart-seven .left>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.chatart-seven .left span {
    display: inline-block;
    background: linear-gradient(91.72deg, #FF508F -24.3%, #9350FF 19.37%, #61A8EA 80.6%, #44FFDD 125.64%);
    font-size: 14px;
    color: #FFF;
    padding: 0 8px;
    margin-bottom: 9px;
    border-radius: 4px;
}

.chatart-seven .left p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}


.chatart-seven .left>div + p {
    font-size: 16px;
    font-weight: 400;
}

.chatart-seven .base-switching-button >.base-flex {
    justify-content: flex-start;
}

.chatart-seven .base-switching-button .button {
    height: 46px;
    margin-bottom: 12px;
}

.chatart-seven .base-version-switching p {
    margin-bottom: 0;
    font-size: 14px;
}

.chatart-seven .base-version-switching p {
    color: var(--color-white-lighter);
}

.chatart-seven .base-version-switching .version-switching-icon {
    color: var(--color-white-lighter);
}

.chatart-eight {
    position: relative;
    border: 1px solid #E1DAF7;
    border-radius: var(--radius);
    padding: 40px;
    margin-bottom: 40px;
}

.chatart-eight a {
    display: block;
    color: var(--color-primary);
    width: fit-content;
}

.chatart-eight a:hover {
    text-decoration: underline;
}

.chatart-eight a:not(:last-child) {
    margin-bottom: 16px;
}

.chatart-eight::before {
    position: absolute;
    content: 'Related Posts';
    display: flex;
    align-items: center;
    justify-content: center;
    top: -16px;
    left: 20px;
    width: 124px;
    height: 32px;
    font-weight: 600;
    background-color: var(--color-primary);
    color: #FFF;
    border-radius: var(--radius);
}

.chatart-nine {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: #F5F2FF;
    border-radius: var(--radius);
    margin-bottom: 40px;
}

.chatart-nine.no-background {
    background: none;
    padding: 40px 20px;
}

.chatart-nine::before {
    position: absolute;
    content: '';
    top: -24px;
    left: 36px;
    width: 48px;
    height: 48px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/nine_start.png) no-repeat center/cover;
}

.chatart-nine.no-background::before {
    content: none;
}

.chatart-nine .left{
    max-width: 510px;
    margin-right: 30px;
}

.chatart-nine img {
    max-width: 393px;
    margin-bottom: 0;
}

.chatart-nine.no-background img {
    max-width: 330px;
}

.chatart-nine .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.chatart-nine .desc {
    margin-bottom: 0;
}

.chatart-nine.color-background {
    background: #FFF2F2;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    width: 100%;
}

.chatart-nine.purple {
    background: #F5F2FF;
}

.chatart-nine.color-background::before {
    content: none;
}

.chatart-nine.color-background .text{
    max-width: 510px;
}

.chatart-nine.color-background >div {
    margin-right: 30px;
}

.chatart-nine.color-background .title {
    font-weight: 700;
}

.chatart-nine.color-background img {
    border-radius: 12px;
}

.chatart-ten {
    border: 1px solid #E1DAF7;
    border-radius: var(--radius);
    margin-bottom: 40px;
}

.chatart-ten .note {
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    background: #F5F2FF;
    border-top-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
    margin-bottom: 0;
}

.chatart-ten .content {
    padding: 20px 40px;
    margin-bottom: 0;
}

.chatart-ten .content a {
    color: var(--color-primary);
    text-decoration: underline;
}

.chatart-eleven {
    display: inline-block;
    padding: 30px;
    border-radius: var(--radius);
    margin-bottom: 40px;
    width: 100%;
}
.chatart-eleven p {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.chatart-eleven ul li {
    position: relative;
    padding-left: 20px;
}

.chatart-eleven ul li::before {
    position: absolute;
    content: '';
    left: -6px;
}

.chatart-eleven ul li:not(:last-child) {
    margin-bottom: 20px;
}

.chatart-eleven.props {
    background: #F5F2FF;
}

.chatart-eleven.cons {
    background: #FFF2F2;
}

.chatart-eleven.props ul li::before {
    top: 7px;
    width: 16px;
    height: 10px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/chatart_correct.svg) no-repeat center/cover;
}

.chatart-eleven.cons ul li::before {
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/chatart_wrong.svg) no-repeat center/cover;
}

.normal-btn.base-switching-button .button {
    min-width: 168px;
    height: 46px;
    font-size: 20px;
}

.normal-btn.base-switching-button .banner-available-star {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.normal-btn.base-switching-button .banner-available-star p {
    font-size: 14px;
    color: #757575;
    margin-bottom: 4px;
    margin-top: 8px;
}
.normal-btn .base-version-switching .version-switching-icon:first-child {
    margin-left: 0;
}

.base-switching-button[data-avatype="all"] .button svg {
    display: block;
}

.base-switching-button .banner-available-star.flex-row {
    flex-direction: row;
}

.base-switching-button .banner-available-star.flex-row .version-switching-icon:first-child {
    margin-left: 8px;
}

.buy-button {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 26px;
    min-width: 168px;
    height: 46px;
    font-size: 20px;
    color: var(--color-black-light);
    font-weight: 700;
    background: var(--color-orange-light);
    border-radius: var(--radius);
}

.buy-button:hover {
    background: var(--color-orange);
}

.chatart-twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
    width: 500px;
    padding: 132px 0 24px;
    background: #211444 url(https://images.chatartpro.com/chatartweben/article/component/twelve_bg.png) no-repeat center/cover;
    border-radius: 16px;
}

.chatart-twelve .desc {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #AAB3C2 13.83%, #FFFFFF 52.07%, #B5BFCE 106.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.chatart-twelve .name {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    background: linear-gradient(90deg, #0830FF -19%, #79DFFF 37.71%, #0830FF 125.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chatart-twelve ul {
    max-width: 350px;
}

.chatart-twelve ul li {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    opacity: .8;
    margin-bottom: 16px;
}

.chatart-twelve .base-switching-button .button {
    height: 56px;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(90deg, #0830FF -19%, #4FD5FF 48.61%, #0830FF 125.5%);
    margin:30px auto 24px;
    box-shadow: 0px -4px 9.7px 0px #0B0E2B80 inset;
}

.chatart-twelve .banner-available-star {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.chatart-twelve .banner-available-star p,
.chatart-twelve .enjoy {
    font-size: 14px;
    color: #FFF;
    opacity: .8;
}

.chatart-twelve .enjoy {
    opacity: .6;
}

.chatart-twelve .enjoy + a {
    color: #5CBAFE;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}

.chatart-thirteen {
    border: 1px dashed #E1DAF7;
    padding: 30px 40px;
    border-radius: var(--radius);
    margin-bottom: 40px;
}

.chatart-thirteen h3 {
    font-size: 20px;   
}

.chatart-thirteen p {
    margin-top: 16px;
}

.chatart-thirteen p span {
    display: inline-block;
    color: var(--color-primary);
    margin-right: 8px;
    font-weight: 600;
}

.article-catalogue {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 40px;
    border-radius: var(--radius);
    background-color: #F5F2FF;
}

.article-catalogue .catalogue-title {
    font-weight: var(--text-weight-bold);
    font-size: 20px;
}

.article-catalogue .catalogue-list {
    transition: all .5s;
    overflow: hidden
}

.article-catalogue.catalogue-wrap .catalogue-list {
    display: flex;
    flex-wrap: wrap;
}

.article-catalogue .catalogue-list.child{
    margin-left: 20px;
}

.article-catalogue .catalogue-list.child li a{
    opacity: .8;
}

.article-catalogue .catalogue-list li {
    display: flex;
    margin-bottom: 8px;
}

.article-catalogue .catalogue-list li:last-child {
    margin-bottom: 0;
}

.article-catalogue .catalogue-list ul + li {
    margin-top: 8px;
}

.article-catalogue.catalogue-wrap .catalogue-list:not(.child) li {
    width: 50%;
    padding-right: 20px;
}

.article-catalogue .catalogue-list .icon-right-arrow {
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 12px;
    margin-top: 6px;
    margin-right: 5px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/category_arrow.svg) no-repeat center/cover;
}

.article-catalogue .catalogue-icon.active {
    transform: rotate(180deg)
}

.chatart-fourteen {
    margin: 20px 0;
    line-height: 40px;
}

.chatart-fourteen a {
    color: var(--color-primary);
}

.chatart-fourteen span {
    display: inline-block;
    padding: 6px 16px;
    border-radius: var(--radius);
    font-weight: 700;
    color: #fff;
    background: var(--color-primary);
    margin-right: 20px;
    box-shadow: 4px 4px 0px 0px #7049F94D;
}

.chatart-fifteen {
    margin-bottom: 40px;
    line-height: 40px;
}

.chatart-fifteen span {
    display: inline-block;
    padding: 6px 16px;
    font-weight: 700;
    color: var(--color-primary);
    background: #f2efff;
    margin-right: 20px;
    border: 1px solid var(--color-primary);
    border-top-left-radius: 24px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 20px;
}

.chatart-sixteen {
    padding: 30px 40px;
    border-radius: var(--radius);
    margin-bottom: 40px;
    background-color: #F5F2FF;
}

.chatart-sixteen h3 img {
    margin-right: 10px;
    margin-bottom: 0;
}

.chatart-sixteen h3 {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 20px;
}

.chatart-sixteen p {
    margin-bottom: 0;
    margin-top: 16px;
}

.chatart-seventeen {
    position: relative;
    padding: 30px 40px 16px;
    margin: 30px 0 40px;
    border-radius: var(--radius);
    border: 1px solid #E1DAF7
}

.chatart-seventeen div+p {
    margin-bottom: 0;
}

.chatart-seventeen div {
    position: absolute;
    top: -14px;
    left: 32px;
    padding: 3px 8px 1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #FFF;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    background: var(--color-primary);
}

.chatart-seventeen div img {
    margin-right: 4px;
    margin-bottom: 2px;
}

.chatart-seventeen a {
    color: var(--color-primary);
}

.p-deo {
    position: relative;
}

.chatart-p-one {
    padding-left: 12px;
}

.chatart-p-one::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-black-darker);
}

.chatart-p-two {
    padding-left: 14px;
}

.chatart-p-two::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary);
}

.chatart-p-three {
    padding-left: 16px;
}

.chatart-p-three::before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/p-triggle.svg) no-repeat center/cover;
}

.chatart-p-four {
    padding-left: 24px;
}

.chatart-p-four::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/p-wrong.svg) no-repeat center/cover;
}

.chatart-p-five {
    padding-left: 24px;
}

.chatart-p-five::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/p-correct.svg) no-repeat center/cover;
}

.chatart-p-six {
    padding-left: 24px;
}

.chatart-p-six::before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 15px;
    height: 16px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/p-gou.svg) no-repeat center/cover;
}

.chatart-p-seven {
    padding-left: 24px;
}

.chatart-p-seven::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(https://images.chatartpro.com/chatartweben/article/component/chatart_wrong.svg) no-repeat center/cover;
}

.article-table {
    margin: var(--spacing-module) 0;
    overflow: auto
}

.article-table .table-box {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.article-table tbody {
    border-right: solid 1px #E1DAF7;
    border-left: solid 1px #E1DAF7;
}

.article-table thead {
    border-right: solid 1px #E1DAF7;
    border-left: solid 1px #E1DAF7;
    border-top: solid 1px #E1DAF7;
}

.article-table tr th,.article-table tr td {
    text-align: center;
    padding: 12px 10px 10px;
    border-bottom: solid 1px #E1DAF7;
    border-left: solid 1px #E1DAF7;
}

.article-table th .table-link,.article-table th .table-link:hover {
    color: var(--color-white);
    text-decoration: underline
}

.article-table tr th:first-child,.article-table tr td:first-child {
    border-left: none
}

.article-table th {
    background-color: #F5F2FF;
}

.latest-article-box {
    max-width: 1080px;
    width: 100%;
    border-radius: 8px;
    padding: 24px;
    background-color: #F5F2FF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.latest-article-box .latest-article-item {
    width: calc(100%/3 - 16px);
    border: 1px solid #E1DAF7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

.latest-article-box .latest-article-item >img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
    flex: 1;
    background-color: #E4E0F2;
}

.latest-article-box .latest-article-item .title {
    width: 100%;
    padding: 24px 24px 0;
    margin-bottom: 0;
    border-top: 1px solid #E1DAF7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 72px;
    margin-bottom: 24px;
}

.generator-wrapper {
    border: 1px solid #DDDDDD;
    background: var(--color-white);
    width: 100%;
    border-radius: 8px;
    margin: 40px auto;
}

.generator-wrapper p {
    margin: 0;
}

.generator-wrapper .generator-header {
    background: #ECF0F5;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 40px;
    border-radius: 8px 8px 0 0;
}

.generator-wrapper .generator-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.generator-wrapper .generator-input {
    height: 160px;
}

.generator-wrapper .editor-textarea {
    padding: 18px 40px;
    border: none;
    resize: none;
    background-color: transparent;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
}

.generator-wrapper .editor-textarea:focus {
    outline: none;
}

.generator-wrapper .generator-footer {
    padding: 24px 20px 24px 40px;
    background: #ECF0F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 8px 8px;
}

.generator-wrapper .generator-option {
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.generator-wrapper .select-box {
    position: relative;
    white-space: nowrap;
}

.generator-wrapper .select-type {
    color: #6c6c6c;
    margin: 0 16px 0 0; 
}

.generator-wrapper .select-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 6px 8px 6px 16px;
    background: var(--color-white);
    min-width: 190px;
}

.generator-wrapper .select-box.active .select-text {
    color: var(--color-primary);
}

.generator-wrapper .select-box .arrow-icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 4px;
    transition: all .2s;
}

.generator-wrapper .select-box.active .arrow-icon {
    transform: rotate(180deg);
}

.generator-wrapper .select-list {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    border-radius: 4px;
    background: var(--color-white);
    border: 1px solid #DDDDDD;
    padding: 4px 0;
    opacity: 0;
    z-index: 1;
    transition: all .2s;
    max-height: 240px;
    pointer-events: none;
}

.generator-wrapper .select-box.active .select-list {
    opacity: 1;
    pointer-events: auto;
}

.generator-wrapper .select-list li {
    padding: 5px 11px;
    transition: all .2s;
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 32px;
    cursor: pointer;
}

.generator-wrapper .select-list li:hover {
    background: #ECF0F5;
}

.generator-wrapper .select-list li.active {
    color: var(--color-primary);
}

.generator-wrapper .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 100px;
    padding: 5px 20px;
    border-radius: 4px;
    background: var(--color-primary);
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
}

.generator-wrapper .button:not(.is-disabled):hover {
    background: var(--color-primary-dark);
}

.generator-wrapper .button.is-disabled {
    opacity: .55;
    cursor: not-allowed;
    background-color: #0e0057;
}

.article-sidebar .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"]::before,
.article-sidebar .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]::before {
    background-size: 120px;
    width: 128px;
    height: 128px;
}

.button-group {
    display: flex;
    margin: 30px 0;
}

.button-group.group-center {
    justify-content: center;
}

.button-group .button {
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    background: var(--color-primary);
    min-width: 168px;
    height: 46px;
    padding: 4px 14px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    white-space: nowrap;
}

.button-group .button:not(:first-child) {
    margin-left: 16px;
}

.button-group .online,
.button-group .buy {
    background: var(--color-orange-light);
    color: var(--color-black-light);
}

.button-group .buy {
    display: none;
}

.button-group .download:hover {
    background: var(--color-primary-dark);
}

.button-group .buy:hover,
.button-group .online:hover {
    background: var(--color-orange);
}

.button-group .button svg {
    margin-right: 8px;
}

.button-group.app-button > div:not(:first-child) {
    margin-left: 16px;
}

.button-group.app-button .download {
    position: relative;
}

.button-group.app-button .store-content {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-white);
    filter: drop-shadow(0 2px 30px rgba(0, 0, 0, 0.08));
    width: 168px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    padding: 8px;
    transition: all .2s;
    z-index: 1;
}

.button-group.app-button .store-content::before {
    content: '';
    position: absolute;
    top: -16px; 
    left: 0;
    height: 18px;
    width: 100%;
}

.button-group.app-button .store-content::after {
    content: '';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 12px 12px 14px 12px;
    border-color: transparent transparent #fff transparent;
    cursor: default;
    z-index: -1;
}

.button-group.app-button .store-content img {
    width: 100%;
    margin: 0;
}

.button-group.product-card-change .amt-utils .download {
    display: none;
}

.button-group.product-card-change .dropdown-box {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

@media(min-width: 1025px) {
    .button-group.app-button .download:hover .store-content {
        opacity: 1;
        pointer-events: all;
        top: 130%;
    }
}

@media(max-width: 1024px) {
    .chatart-six .six-content .desc {
        font-size: 24px;
        line-height: 32px;
    }
    .chatart-seven {
        padding: 30px;
    }
    .chatart-seven .left {
        flex: 1;
    }
    .chatart-nine {
        padding: 30px;
    }
    
    .chatart-nine.no-background {
        padding: 20px;
    }

    .latest-article-box {
        padding: 20px;
    }

    .latest-article-box .latest-article-item {
        width: calc(100% / 3 - 12px);
    }

    .latest-article-box .latest-article-item .title {
        padding: 12px 12px 0;
        height: 60px;
        margin-bottom: 12px;
    }
}

@media(max-width:768px) {
    .article-catalogue {
        padding: 15px 20px;
    }
    .chatart-one {
        font-size: 20px;
        line-height: 26px;
        padding: 12px 0 12px 12px;
    }
    .chatart-one svg {
        display: none;
    }
    .chatart-two,
    .chatart-three,
    .chatart-four,
    .chatart-five {
        font-size: 18px;
    }
    .chatart-six .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .chatart-six .six-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .chatart-six .top img {
        margin-right: 0;
        max-width: 260px;
    }
    .chatart-six .six-content .desc {
        max-width: 80%;
        margin-bottom: 16px;
    }
    .chatart-six .base-switching-button >.base-flex{
        justify-content: center;
    }
    .chatart-seven {
        padding: 20px;
    }
    .chatart-seven,
    .chatart-seven .left{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .chatart-seven .left {
        margin-bottom: 20px;
    }
    .chatart-seven .base-switching-button >.base-flex {
        justify-content: center;
    }
    .chatart-eight {
        padding: 30px 20px 20px;
    }
    .chatart-nine {
        flex-direction: column;
        padding: 30px 20px;
    }
    .chatart-nine .left {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .chatart-nine.color-background .text {
        order: -1;
        margin: 0 0 20px;
        text-align: center;
    }

    .chatart-nine.color-background .img {
        margin: 0 auto;
    }
    .chatart-nine img {
        width: 100%;
    }
    .chatart-ten .note {
        padding: 12px 20px;
    }
    .chatart-ten .content {
        padding: 20px;
    }
    .chatart-twelve {
        width: auto;
        text-align: center;
        max-width: 500px;
    }
    .chatart-twelve ul {
        max-width: unset;
    }
    .chatart-twelve .desc {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .chatart-twelve .name {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .chatart-twelve ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .chatart-twelve .base-switching-button .button {
        margin: 16px auto;
    }
    .chatart-twelve {
        padding: 60px 16px 24px;
    }
    .chatart-sixteen {
        padding: 20px;
    }
    .chatart-seventeen {
        padding: 30px 20px 12px;
    }

    .generator-wrapper .generator-header {
        padding: 12px;
    }

    .generator-wrapper .generator-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .generator-wrapper .generator-desc {
        font-size: 14px;
    }

    .generator-wrapper .editor-textarea {
        padding: 12px;
        font-size: 14px;
        line-height: 21px;
    }

    .generator-wrapper .generator-footer {
        padding: 0 12px 12px;
        flex-wrap: wrap;
    }

    .generator-wrapper .generator-option {
        margin-top: 12px;
    }

    .generator-wrapper .select-type {
        margin-right: 8px;
        font-size: 14px;
    }

    .generator-wrapper .select-text {
        padding: 4px 6px;
        font-size: 14px;
        min-width: 160px;
    }

    .generator-wrapper .select-desc {
        font-size: 14px;
    }

    .generator-wrapper .select-list {
        bottom: 36px;
        min-width: 140px;
    }

    .generator-wrapper .select-list li {
        padding: 4px 8px;
        height: 26px;
        font-size: 14px;
    }

    .generator-wrapper .select-box .arrow-icon {
        min-width: 12px;
        width: 12px;
        height: 12px;
        margin: -2px 0 0 4px;
    }

    .generator-wrapper .button {
        height: 36px;
        min-width: 100px;
        padding: 5px 14px;
        font-size: 14px;
        margin-top: 12px;
    }
    
    .article .amt-utils .banner-available-star {
        display: none !important;
    }

    .chatart-six .base-switching-button .button,
    .chatart-seven .base-switching-button .button {
        margin-bottom: 0;
    }

    .article .amt-utils[data-pid="100333"] .amt-btn-group {
        margin-bottom: 30px;
    }

    .article .amt-utils[data-pid="100333"] .download {
        position: relative;
    }
    
    .article .amt-utils[data-pid="100333"] .download::after {
        content: '100% Secure';
        position: absolute;
        bottom: -24px;
        font-size: 14px;
        color: rgba(51, 51, 51, .6);
        padding-left: 22px;
        background: url(https://images.chatartpro.com/chatartweben/assets/common/secure-icon.svg) no-repeat left center/20px;
        pointer-events: none;
        font-weight: 400;
    }

    .article .chatart-seven .base-switching-button .download::after,
    .article .chatart-twelve .base-switching-button .download::after {
        color: rgba(255, 255, 255, .6);
    }

    .button-group .button.download {
        margin-bottom: 30px;
    }
    
    .button-group .buy,
    .button-group.product-card-change .amt-utils .download {
        display: flex;
    }

    .button-group .online,
    .button-group.app-button > div:not(:first-child),
    .button-group.product-card-change .dropdown-btn {
        display: none;
    }

    .button-group.product-card-change .dropdown-group .product-button:last-child {
        margin-left: 0;
    }

    .button-group.product-card-change .amt-utils .download {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .article-catalogue.catalogue-wrap .catalogue-list:not(.child) li {
        width: 100%;
        padding-right: 0;
    }

    .chatart-six .six-content .desc {
        max-width: 100%;
        font-size: 20px;
        line-height: 26px;
    }
    .chatart-six .top img {
        max-width: 260px;
    }
    .chatart-six .num {
        font-size: 14px;
        margin-top: 10px;
    }
    .chatart-six .bottom{
        padding: 20px;
    }
    .chatart-six .bottom ul li,
    .chatart-six .base-version-switching p {
        font-size: 14px;
    }
    .chatart-seven .left {
        margin-bottom: 10px;
    }
    .chatart-seven img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .chatart-seven .left p {
        font-size: 16px;
    }
    .chatart-seventeen > div {
        left: 20px;
        font-size: 18px;
    }
    .chatart-twelve .desc {
        font-size: 22px;
    }
    .chatart-twelve .name {
        font-size: 26px;
    }
    .chatart-twelve ul li {
        font-size: 14px;
    }

    .latest-article-box {
        justify-content: center;
    }

    .latest-article-box .latest-article-item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 260px;
    }

    .latest-article-box .latest-article-item:last-child {
        margin-bottom: 0;
    }
    
    .button-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .button-group.group-center {
        align-items: center;
    }

    .button-group .button {
        min-width: 178px;
    }

    .button-group .button:not(:first-child) {
        margin-left: 0;
    }
}

/* gather demo start */
/* gather demo start */
.gather-wrapper {
    border-radius: 24px;
    background: #F5F7FF;
    display: flex;
    justify-content: space-between;
    color: var(--color-block-drak);
    position: relative;
    overflow-x: hidden;
    width: calc(100% - 50px);
    margin: 20px auto 40px;
    box-shadow: 0px 10px 16px 6px #281F4B26;
    padding: 4px;
}

.gather-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(108.22deg, #F4DA50 1.81%, #F59660 41.96%, #ED74F7 92.61%);
}

.gather-wrapper p,
.gather-wrapper img {
    margin-bottom: 0px;
}

.gather-wrapper .aside-nav {
    width: 86px;
    background: #F5F7FF;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
    position: relative;
    display: block !important;
}

.gather-wrapper .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.gather-wrapper .nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--color-block-drak);
    cursor: pointer;
    transition: all .2s;
    flex: 1;
    justify-content: center;
}

.gather-wrapper .nav-item:hover,
.gather-wrapper .nav-item:hover svg {
    color: var(--color-primary);
}

.gather-wrapper .nav-item.active {
    background: var(--color-white);
}

.gather-wrapper .nav-item:last-child {
    flex: 1;
}

.gather-wrapper .nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 4px;
    justify-content: center;
}

.gather-wrapper .nav-item svg {
    margin-bottom: 2px;
    color: rgba(42, 48, 72, 0.8);
    transition: all .2s;
}

.gather-wrapper .content-box {
    background: var(--color-white);
    width: calc(100% - 86px);
    border-radius: 0 24px 24px 0;
    position: relative;
}

.gather-wrapper .menu-box {
    display: none;
}

.gather-wrapper .hide {
    display: none !important;
}

.tips-box {
    position: relative;
    display: inline-block;
}

.tips-box .tips-content {
    position: absolute;
    background: var(--color-block-drak);
    border: 1px solid var(--color-block-drak);
    color: var(--color-white);
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 20px;
    min-width: 10px;
    overflow-wrap: break-word;
    padding: 5px 11px;
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    max-width: 200px;
    width: max-content;
}

.tips-box .tips-content::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: var(--color-block-drak) transparent transparent transparent;
}

.tips-box:hover .tips-content {
    z-index: 1;
    opacity: 1;
}

.article .gather-wrapper[data-type="bypass"] {
    width: 100%;
}

.article .gather-wrapper .bypass-wrapper {
    border-radius: 0 24px 24px 0;
}

.article .bypass-wrapper-card {
    margin: 24px auto 40px;
    width: 100%;
}

@media(max-width: 992px) {
    .gather-wrapper {
        border-radius: 12px;
        width: 100%;
    }

    .gather-wrapper .content-box {
        border-radius: 12px;
        width: 100%;
    }

    .gather-wrapper .menu-box {
        display: flex;
        align-items: center;
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 3;
        cursor: pointer;
    }

    .gather-wrapper .menu-box .menu-name {
        margin: 0 0 0 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .gather-wrapper .aside-nav {
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 0;
        z-index: 4;
        transform: translateX(-100%);
        transition: all .2s;
        border-radius: 12px 0 0 12px;
    }

    .gather-wrapper .aside-nav.is-open {
        left: 4px;
        transform: translateX(0%);
        box-shadow: 4px 0px 4.7px 0px #0000000D;
    }

    .article .gather-wrapper .bypass-wrapper {
        border-radius: 12px;
    }
}
/* gather demo end */

/* 活动弹窗 start */

.no-activity .base-header {
    padding-top: 0 !important;
}
.no-activity .activity-dialog,
.no-activity .header-banner,
.no-activity .subscriptions-dialog,
.no-activity .activity-login,
.no-activity .activity-header-icon {
    display: none !important;
}
@media(min-width: 1681px) {
    .activity-dialog.activity-type-zoom {
        bottom: 4% !important;
        right: 60px !important;
    }
}
/* 活动弹窗 end */

/* youtube start */
.youtube-video {
    position: relative;
    margin: 20px auto;
    text-align: center;
}
 
.youtube-video .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    cursor: pointer;
    background-size: 70px;
    background-image: url(https://images.chatartpro.com/chatartweben/assets/article/common/video-icon.svg);
}

.youtube-video img {
    margin: 0;
}

.youtube-video iframe {
    width: 100%;
}
/* youtube end */

/* 产品卡优化 start */
.product-card-change .amt-utils.base-switching-button {
    display: none;
}

.product-card-change .dropdown-group .product-button {
    position: relative;
}

.product-card-change .dropdown-group .product-button:last-child {
    margin-left: 16px;
}

.product-card-change .dropdown-group .button {
    margin-bottom: 0;
    font-size: 18px;
    padding: 6px 8px 6px 16px;
}

.product-card-change .dropdown-group .online {
    background: var(--color-orange-light);
    justify-content: flex-start;
    color: var(--color-black-light);
}

.product-card-change .dropdown-group .online:hover {
    background: var(--color-orange);
}

.product-card-change .dropdown-group .button svg:not(.arrow-icon) {
    margin: 0 8px 0 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.product-card-change .dropdown-group .button svg.arrow-icon {
    margin: -2px 0 0;
    transition: all .2s;
}

.product-card-change .dropdown-group .button .button-content>svg {
    margin-top: -2px;
}

.product-card-change .dropdown-group .button:hover svg.arrow-icon {
    transform: rotate(180deg);
}

.product-card-change .dropdown-box {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transition: transform .2s;
    background: #FFFFFF;
    border-radius: 8px;
    transform-origin: top;
    padding: 12px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.product-card-change .dropdown-box::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 16px;
}

.product-card-change .download:hover .dropdown-box {
    transform: scaleY(1);
}

.product-card-change .dropdown-box .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 16px;
    color: #6C6E7A;
    border-radius: 8px;
    transition: background .2s;
    position: relative;
    line-height: 1;
    min-height: 36px;
}

.product-card-change .dropdown-box .dropdown-item:not(:last-child) {
    margin-bottom: 2px;
}

.product-card-change .dropdown-box .dropdown-item.windows-content svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.product-card-change .dropdown-box .dropdown-item:hover {
    background: #F0ECFF;
}

.product-card-change .dropdown-box .store-content {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translateY(-50%);
    background: var(--color-white);
    filter: drop-shadow(0 2px 30px rgba(0, 0, 0, 0.08));
    width: 168px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    padding: 8px;
    transition: all .2s;
}

.product-card-change .dropdown-box .store-content::after {
    content: '';
    position: absolute;
    top: 28%;
    left: -34px;
    /* transform: translateY(-50%); */
    border-style: solid;
    border-width: 20px 25px 20px 20px;
    border-color: transparent #FFFFFF transparent transparent;
    cursor: default;
}

.product-card-change .dropdown-box .store-content img {
    width: 100%;
    margin: 0;
}

.product-card-change .num {
    margin-top: 40px;
}

@media(min-width: 1025px) {
    .product-card-change .dropdown-box .dropdown-item:hover .store-content {
        opacity: 1;
        pointer-events: all;
        left: 122%;
    }
}



@media(max-width: 768px) {
    .product-card-change .dropdown-group.base-switching-button {
        display: none;
    }

    .product-card-change .amt-utils.base-switching-button {
        display: block;
    }

    .product-card-change .num {
        margin-top: 10px;
    }
}

/* 产品卡优化 end */


/** 右侧边栏 start **/
.aside-popular-container{
    position: fixed;
    top: 150px;
    right: 24px;
    box-shadow: 0px 4px 16px 1px #CFCFCFCC;
    border-radius: 16px;
    background-color: #fff;
    z-index: 8;
    width: 360px;
}

.aside-popular-container .aside-popular-block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.aside-popular-container .aside-popular-block .popular-card{
    display: flex;
    gap: 14px;
    align-items: center;
    height: 116px;
}

.aside-popular-container .aside-popular-block .popular-card .video-wrapper {
  width: 154px;     /* 固定宽度 */
  height: 100%;    /* 固定高度 */
  overflow: hidden; /* 裁剪溢出的内容 */
  position: relative;
  border-radius: 10px;
}

.aside-popular-container .aside-popular-block .popular-card .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 视频居中剪裁填充 */
  object-position: center; /* 居中显示 */
}

.aside-popular-container .aside-popular-block .popular-card .popular-card-right{
    max-width: 152px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aside-popular-container .aside-popular-block .popular-card .popular-card-right > p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.aside-popular-container .aside-popular-block .popular-card .popular-card-right .type-link{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    opacity: .4;
    margin-top: auto;

}

.aside-popular-container .aside-popular-block .popular-card .popular-card-right .to-link{
    padding: 8px 16px;
    background: linear-gradient(90deg, #3859FF 0%, #FF3BEB 100%);
    backdrop-filter: blur(4.374649524688721px);
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    margin-top: auto;
}

.aside-popular-container .aside-popular-block .line{
    width: 100%;
    height: 1px;
    background-color: #F4F4F4;
}

.aside-popular-container .aside-close{
    position: absolute;
    color: #2A3048;
    top: 2px;
    right: 2px;
}


.aside-popular-mobile-container{
    touch-action: none;
    display: none;
    position: fixed;
    top: 150px;
    box-shadow: 0px 4px 16px 1px #CFCFCFCC;
    background-color: #fff;
    z-index: 96;
    width: 72px;
    right: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



.aside-popular-mobile-block{
    display: flex;
    align-items: center;
    height: 48px;
}

.aside-popular-mobile-block .arrow{
    height: 10px;
    flex: 1;
}

.aside-popular-mobile-block .video-wrapper {
    width: 56px;     /* 固定宽度 */
    height: 100%;    /* 固定高度 */
    overflow: hidden; /* 裁剪溢出的内容 */
    position: relative;
}

.aside-popular-mobile-block .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* 视频居中剪裁填充 */
    object-position: center; /* 居中显示 */
    border-radius: 0;
    }

@media(max-width: 1664px){


    .aside-popular-container{
        display: none;
        z-index: 96;
        right: 8px;
        box-shadow: 0px 4px 10px 1px #7049f9;
    }

    .aside-popular-mobile-container{
        display: block;
    }

    .aside-popular-container .aside-popular-block{
        max-height: calc(100vh - 260px);
        overflow-y: auto;
    }


}
/** 右侧边栏 end **/

/* 新增样式 */
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.button-box {
  display: flex;
  margin: 30px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.button-box.center {
  justify-content: center;
}
.button-box.end {
  justify-content: end;
}

.button-box .button {
  position: relative;
  min-width: 275px;
  height: 50px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--radius);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.button-box .button-gradient-fill {
  background: var(--gradient-multicolored-light);
  color: var(--color-white);
} 

.button-box .button-gradient-text {
  background: var(--gradient-multicolored-light);
  color: var(--color-white);
} 
.button-box .button-gradient-text span {
  position: relative;
  z-index: 1;
  background: var(--gradient-multicolored-light);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.button-box .button-gradient-text::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 0;
    bottom: 0;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background: var(--color-white);
    opacity: 1;
    border-radius: 6px;
}


.button-box .button-blueviolet-fill {
  color: var(--color-white);
  background: var(--color-blueviolet-light);
}
.button-box .button-blueviolet-text {
  color: var(--color-blueviolet-light);
  background: rgba(var(--color-blueviolet-light-rgb), .2);
}
.button-box .button-blueviolet-line {
  color: var(--color-blueviolet-light);
  border: solid 1px var(--color-blueviolet-light);
}


.highlight {
  background: var(--color-yellow-light);
  font-weight: 700;
}

.highlight.red { 
  color: #ff4800;
}

.highlight.green {
  color: #00b103;
}

.highlight.bule {
  color: #325eff;
}

.text-color {
  color: var(--color-primary);
  text-decoration: underline;
}

.ul-one {
  margin: 30px 0;
  padding: 16px;
  border: solid 1px var(--color-grey-light);
  border-radius: 18px;
}

.ul-one ul {
  margin-bottom: 20px;
}

.ul-one ul li {
  margin: 0 32px;
  list-style: disc;
}

.ul-one ol li {
  margin: 0 32px;
  list-style: auto;
}

.article .title-h3 {
  font-size: 16px;
  font-weight: normal;
}


.audio-block.generator {
  color: #fff;
  background: linear-gradient(90deg, #685BFF 0%, #955BFF 100%);
}



.audio-block:not(:is(.generator)) {
  box-shadow: 0px -3px 15px 2px #00000026;
  backdrop-filter: blur(49px);
  border: solid 1px rgba(0,0,0,.2);
  background: linear-gradient(113.79deg, rgba(237, 241, 243, 0.8) 25.8%, rgba(237, 241, 243, 0.9) 46.88%);
}

.audio-block {
  margin: 30px 0;
  cursor: pointer;
  display: flex;
  padding: 16px;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
}
.audio-block img {
  margin-bottom: 0;
  cursor: pointer;
}
.audio-block .audio-left {
  display: flex;
  align-items: center;
}
.audio-block .audio-text {
  margin-left: 20px;
}
.audio-block :is(.pause-icon, .play-icon) {
  width: 40px;
  height: 40px;
}

.audio-block .pause-icon,
.audio-block.playing .play-icon {
  display: none;
}
.audio-block.playing .pause-icon {
  display: block;
}

.audio-block .icon.pause-icon{
  background: url("https://images.chatartpro.com/chatartweben/assets/article/common/new-play-black.png") no-repeat center;
  background-size: cover;
}
.audio-block .icon.play-icon{
  background: url("https://images.chatartpro.com/chatartweben/assets/article/common/new-purchase-black.png") no-repeat center;
  background-size: cover;
}

.audio-block .icon.pause-icon:hover{
  background: url("https://images.chatartpro.com/chatartweben/assets/article/common/new-play-black-hover.png") no-repeat center;
  background-size: cover;
}
.audio-block .icon.play-icon:hover{
  background: url("https://images.chatartpro.com/chatartweben/assets/article/common/new-purchase-black-hover.png") no-repeat center;
  background-size: cover;
}


.audio-block.perpross {
  position: relative;
  max-width: 387px;
}

.audio-block.perpross.max-full {
  max-width: 670px;
}
.audio-block.perpross.center {
  margin: 30px auto;
}


.audio-block .audio-perpross {
  position: relative;
  width: 171px;
  height: 4px;
  background: #E2E5E6;
  border-radius: 19px;
}


.audio-block .time {
  font-size: 14px;
  min-width: 90px;
}

.audio-block .audio-perpross-active {
  position: relative;
  width: 0;
  height: 4px;
  background: #B3ADFF;
  border-radius: 19px;
}
.audio-block.perpross .audio-perpross-btn {
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -2px;
  background: var(--color-blueviolet-dark);
}



.audio-block .audio-img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}



.audio-block .audio-info {
  display: flex;
}

.audio-block .audio-info .audio-img {
  margin-right: 9px;
}

.audio-block .audio-info .audio-text {
  margin: 0;
}

.audio-block .audio-info .time {
  opacity: .4;
}

.audio-block .audio-perpross.absolute {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 3px;
  max-width: calc(100% - 24px);
}
.copy-content  {
  display: flex;
}
.copy-content .copy-content-copy {
  margin-right: 7px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("https://images.chatartpro.com/chatartweben/assets/article/common/copy.svg") no-repeat center;
}
.copy-content .copy-content-copy:hover {
   background: url("https://images.chatartpro.com/chatartweben/assets/article/common/copy-hover.svg") no-repeat center;
}

.copy-toast {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 30%;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 998px) {
    .button-box.amt-utils {
        margin-bottom: 36px;
    }
}

@media (max-width: 552px) {
  .audio-block .audio-perpross {
    width: 120px;
  }

  .audio-block.perpross .audio-perpross-btn::after {
    content: '';
    position: absolute;
    transform: translateY(-15px);
    width: 30px;
    height: 30px;
    background: transparent;
  }

    .button-box.amt-utils {
        gap: 36px;
    }
}
/* end 新增样式 */