.layui-msg {
    max-width: 340px;
}

.new-overview {
    color: var(--color-block-drak);
    background: var(--color-white);
}

.new-overview section {
    background: var(--color-white);
    padding-bottom: 140px;
}

.new-overview .animation-img-box {
    position: relative;
    overflow: hidden;
}

.new-overview .animation-img-box .animation-img {
    animation: scaleAndScroll 4s infinite;
    transform-origin: center bottom;
    transform: scale(0) translateY(0);
    position: absolute;
    max-width: 184px;
    left: 6%;
    top: 5%;
    height: 90%
}

@keyframes scaleAndScroll {
    0% {
        transform: scale(0) translateY(0);
    }
    30% {
        transform: scale(1) translateY(0);
    }
    70% {
        transform: scale(1) translateY(0);
    }
    100% {
        transform: scale(1) translateY(-150%);
    }
}

.new-overview .animation-text-box {
    position: relative;
    overflow: hidden;
}

.new-overview .animation-text-box .animation-text {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 480px;
    height: 50px;
    text-align: center;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    font-size: 20px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-overview .animation-text-box .animation-text p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-overview .animation-text-box .animation-text p::after {
    content: "|";
    margin-left: 2px;
    animation: blink 0.8s infinite;
}

.new-overview .animation-text-box .animation-text span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing 4s steps(40, end) 1s infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}

@keyframes typing {
    0% {
        width: 0; /* 每次循环都从0开始 */
    }
    60% {
        width: 100%; /* 打字完成 */
    }
    100% {
        width: 100%; /* 保持到最后 */
    }
}

.new-overview h2 {
    font-size: 44px;
    margin-bottom: 80px;
}

.new-overview .content-box .img img {
    border-radius: 24px;
}

.new-overview .content-box .img img.animation-img {
    border-radius: 0;
}

.new-overview .content-box .text h3 {
    font-size: 32px;
}

.new-overview .content-box .text .desc {
    color: rgba(42, 48, 72, 0.70);
    margin: 21px 0 32px;
}

.new-overview .content-box .base-download-button .download {
    height: 40px;
    font-size: 16px;
    padding: 10px 26px;
    background-size: 20px 20px;
}

.new-overview .most-powerful {
    padding-bottom: 160px;
}

.new-overview .guide-container .guide-item {
    text-align: center;
}

.new-overview .guide-container .guide-item .img img {
    border-radius: 0;
}

.new-overview .faq-container .base-maxwidth {
    background: #F3FAFF;
    max-width: 1400px;
}

.new-overview .faq-container .faq-item .faq-title {
    font-size: 22px;
}

.new-overview .faq-container .left h2 {
    font-size: 56px;
}

.new-overview .faq-container .left .desc {
    max-width: 264px;
}

.new-overview .more-tools {
    padding-bottom: 180px;
}

.new-overview .more-tools .tools-list li {
    font-size: 20px;
    height: 78px;
    width: calc(100% / 3 - 30px);
        margin-bottom: 40px;
}

.new-overview .more-tools .tools-list.four-column li {
    width: calc(100% / 4 - 30px);
}

.new-overview .facing-social {
    border-radius: 0;
    padding: 0;
}

.new-overview .facing-social .overlay-wrapper {
    border-radius: 0;
}

.new-overview .facing-social h2 {
    font-size: 90px;
    line-height: 1.4;
}

main .most-chat {
    padding-bottom: 180px;
}

main .most-chat h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.most-chat .desc {
    font-size: 18px;
    margin: 24px auto 32px;
    text-align: center;
}

.most-chat .base-switching-button {
    display: flex;
    justify-content: center;
}

.most-chat .base-switching-button .button {
    display: flex;
    height: 56px;
    padding: 16px 100px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
}

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

main .top-banner {
   background: linear-gradient(180deg, #E8E7FF 32%, #F9EDFF 60.89%, var(--color-white) 100%);
   color: var(--color-block-drak);
}

main .top-banner::before {
    content: none;
}

.top-banner .text {
    padding: 0 14px;
}

.top-banner h1 {
   max-width: 940px;
   margin: 0 auto;
   font-size: 56px;
   line-height: 68px;
}

.top-banner h1 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(105deg, #5CFFF5 6.9%, #685BFF 35.29%, #B124F3 69.41%);
}

.top-banner .desc {
    font-size: 18px;
    margin: 12px auto 40px;
    text-align: center;
    max-width: 100%;
    font-weight: 500;
}

.top-banner .base-maxwidth {
    padding: 0;
}

.chat-image-wrapper {
    max-width: 1280px;
    width: 100%;
    background: #FAFAFF;
    border-radius: 20px;
    box-shadow: 0 6px 20px 6px rgba(48, 44, 95, 0.04);
    padding: 32px 36px;
    color: var(--color-block-drak);
    margin: 0 auto;
    text-align: left;
}

.chat-image-wrapper img {
    height: auto;
}

.chat-image-wrapper .chat-image-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.chat-image-wrapper .header-logo {
    width: 40px;
}

.chat-image-wrapper .header-title {
    font-size: 16px;
    font-weight: 700;
}

.chat-image-wrapper .header-desc {
    font-size: 12px;
    color: rgba(42, 48, 72, 0.80);
}

.chat-image-wrapper .chat-image-content .right {
    width: 42%;
    padding-left: 32px;
}

.chat-image-wrapper .model-box {
    margin-bottom: 40px;
}

.chat-image-wrapper .model-box >p {
    font-weight: 500;
    margin-bottom: 14px;
}

.chat-image-wrapper .model-list {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.chat-image-wrapper .model-list a {
    display: flex;
    flex-direction: column;
    max-width: 140px;
    text-align: center;
    font-size: 14px;
}

.chat-image-wrapper .model-list img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 12px;
}

.chat-image-wrapper .use-box >p {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.chat-image-wrapper .use-box >p a {
    color: var(--color-primary);
    font-size: 12px;
}

.chat-image-wrapper .use-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 12px;
}

.chat-image-wrapper .use-list li {
    width: calc(50% - 6px);
}

.chat-image-wrapper .use-list a {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 12px;
}

.chat-image-wrapper .use-list span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9C93FF;
    padding: 6px;
}

.chat-image-wrapper .use-list svg {
    width: 100%;
    height: 100%;
    color: var(--color-white);
}

.chat-image-wrapper .chat-image-content .left {
    max-width: 720px;
    width: 58%;
    border-radius: 16px;
    background: var(--color-white);
    box-shadow: 0 6px 10px 6px rgba(48, 44, 95, 0.02);
}

.chat-image-wrapper .chat-box {
    padding: 24px;
    height: 390px;
    display: flex;
    flex-direction: column;
}

.chat-image-wrapper .chat-item {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}

.chat-image-wrapper .chat-item.chat-ask {
    justify-content: flex-end;
    padding-left: 20px;
}

.chat-image-wrapper .chat-content {
    display: flex;
}

.chat-image-wrapper .chat-item.chat-ask .chat-content {
    align-items: flex-end;
    flex-direction: column;
}

.chat-image-wrapper .chat-text {
    font-size: 14px;
    line-height: 1.4;
}

.chat-image-wrapper .chat-text * {
    font-size: 14px;
    line-height: 1.4;
}

.chat-image-wrapper .chat-item:first-child .chat-text {
    max-width: 500px;
}

.chat-image-wrapper .chat-item.chat-ask .image-group {
    justify-content: flex-end;
    margin: 0;
    grid-template-columns: none;
}

.chat-image-wrapper .chat-item.chat-ask .image-group img {
    max-height: 100px;
}

.chat-image-wrapper .chat-item.chat-ask .aie-content {
    background: #F2F3F7;
    padding: 6px 8px;
    border-radius: 6px;
}

.chat-image-wrapper .chat-item.chat-ask .image-group + .aie-content {
    margin-top: 10px;
}

.chat-image-wrapper .operate-box {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 4px;
}

.chat-image-wrapper .operate-box span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .2s;
    cursor: pointer;
}

.chat-image-wrapper .operate-box span:hover {
    background: #e5e8f1;
}

.chat-image-wrapper .chat-head {
    width: 18px;
    min-width: 18px;
    margin-right: 6px;
    margin-top: 2px;
    display: flex;
    align-items: flex-start;
}

.chat-image-wrapper .chat-head img {
    border-radius: 50%;
}

.chat-image-wrapper .chat-text-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.chat-image-wrapper .image-group {
    margin-top: 12px;
    z-index: 0;
    position: relative;
    display: grid;
    gap: 8px;
}

.chat-image-wrapper .image-group.two-columns {
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
}

.chat-image-wrapper .image-group.four-columns {
    grid-template-columns: repeat(4, calc((100% - 30px) / 4));
}

.chat-image-wrapper .image-group .image-container {
    border-radius: 6px;
}

.chat-image-wrapper .image-group .download-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    cursor: pointer;
    background: rgba(0, 0, 0, .3019607843);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 4px;
    color: var(--color-white);
    z-index: 1;
    opacity: 0;
}

.chat-image-wrapper .image-group .download-btn:hover {
    background: rgba(0, 0, 0, .2);
}

.chat-image-wrapper .image-group  .image-container.loaded:hover .download-btn {
    opacity: 1;
}

.chat-image-wrapper .image-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.chat-image-wrapper .chat-bottom {
    width: 100%;
    position: relative;
    padding: 0 20px 20px;
}

.chat-image-wrapper .operate-top {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
}

.chat-image-wrapper .operate-item {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(42, 48, 72, 0.90);
    position: relative;
    border: 1px solid #EDEDED;
    border-radius: 22px;
    cursor: pointer;
}

.chat-image-wrapper .current-model {
    border-radius: 22px;
    background: linear-gradient(90deg, #F8E1FF 0%, #DEE5FF 35.1%, #E4E6FE 63.11%, #FEE9FC 100%);
    padding: 2px 7px;
}

.chat-image-wrapper .current-model span {
    background: linear-gradient(108deg, #343BFF 0.58%, #D13AFF 47.5%, #FF368A 93.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chat-image-wrapper .operate-item .new-icon {
    position: absolute;
    top: -16px;
    right: 2px;
    width: 41px;
    height: 22px;
    background: url(https://images.chatartpro.com/chatartweben/assets/common/new-icon.svg) no-repeat center / 100% 100%;
}

.chat-image-wrapper .operate-item:hover {
    background: #f1f3f7;
}

.chat-image-wrapper .chat-editor {
    width: 100%;
    background: #F2F3F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 12px;
    position: relative;
    height: 130px;
}

.chat-image-wrapper .chat-editor::before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 45.53%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 80.77%);
}

.chat-image-wrapper .editor-textarea {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    flex: 1;
    background: transparent;
    margin-bottom: 6px;
    padding-right: 12px;
}

.chat-image-wrapper .editor-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 12px;
    gap: 10px;
}

.chat-image-wrapper .text-num {
    font-size: 12px;
    color: rgba(42, 48, 72, 0.8);
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.chat-image-wrapper .chat-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.chat-image-wrapper .chat-btn span {
    width: 22px;
    height: 22px;
    transition: all .2s;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chat-image-wrapper .chat-btn span:not(.is-disabled):hover {
    background: #e5e8f1;
}

.chat-image-wrapper .chat-btn span.is-disabled {
    cursor: not-allowed;
    color: rgb(42 48 72 / 50%) !important;
}

.chat-image-wrapper .chat-btn span:not(.is-disabled).send-btn {
    color: var(--color-primary);
}

.chat-image-wrapper .operate-bottom {
    display: flex;
    align-items: center;
    transition: all .2s;
    cursor: pointer;
    border-radius: 18px;
    border: 1px solid #D4D6DA;
    gap: 4px;
    padding: 4px 12px;
    font-size: 12px;
}

.chat-image-wrapper .operate-bottom:hover {
    background: rgb(212 214 218 / 1);
}

.chat-image-wrapper .dropdown-box {
    position: relative;
    font-size: 14px;
}

.chat-image-wrapper .dropdown-logo {
    width: 18px;
    border-radius: 50%;
}

.chat-image-wrapper .dropdown-desc {
    flex: 1;
    font-size: 12px;
    white-space: nowrap;
}

.chat-image-wrapper .dropdown-box.active .dropdown-text {
    color: var(--color-primary);
    background-color: #685bff33;
}

.chat-image-wrapper .dropdown-box .dropdown-icon {
    min-width: 12px;
    transition: all .2s;
}

.chat-image-wrapper .dropdown-box.active .dropdown-icon {
    transform: rotate(180deg);
    color: var(--color-primary);
}

.chat-image-wrapper .dropdown-list {
    position: absolute;
    top: -6px;
    left: -70px;
    transform: translateY(-100%);
    width: 320px;
    border-radius: 12px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    background: var(--color-white-lighter);
    padding: 10px;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
    height: 360px;
}

.chat-image-wrapper .dropdown-list::before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.chat-image-wrapper .dropdown-box.active .dropdown-list {
    opacity: 1;
    pointer-events: all;
}

.chat-image-wrapper .dropdown-list li {
    padding: 8px 10px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

.chat-image-wrapper .dropdown-list li::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.chat-image-wrapper .dropdown-list .model-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-image-wrapper .dropdown-list .model-logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.chat-image-wrapper .dropdown-list .model-title {
    font-size: 14px;
    font-weight: 700;
}

.chat-image-wrapper .dropdown-list .model-tips {
    background: #EBECEE;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: 500;
}

.chat-image-wrapper .dropdown-list .new-icon {
    background: linear-gradient(105deg, #5CFFF5 6.9%, #685BFF 35.29%, #B124F3 69.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 12px;
}

.chat-image-wrapper .dropdown-list .model-desc {
    font-size: 12px;
    color: rgba(42, 48, 72, 0.8);
    margin-top: 4px;
}

.chat-image-wrapper .dropdown-list li:hover {
    background: #F2F3F7;
}

.chat-image-wrapper .dropdown-list li:hover::before {
    border-color: var(--color-primary);
}

.chat-image-wrapper .dropdown-list li.active::before {
    width: 22px;
    height: 22px;
    right: 7px;
    top: 7px;
    border: none;
    border-radius: 100%;
    background: url(https://images.chatartpro.com/chatartweben/asset/overview/ai-chat-for-image/model-check.svg) no-repeat center/100% 100%;
}

.chat-image-wrapper .dropdown-list li.active .model-title {
    color: var(--color-primary);
}

.chat-image-wrapper .upload-box {
    position: relative;
}

.chat-image-wrapper .file-upload {
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.chat-image-wrapper .upload-input-img {
    border-radius: 12px;
    position: absolute;
    top: -10px;
    left: 12px;
    transform: translateY(-100%);
    z-index: 1;
    left: 12px;
    filter: drop-shadow(0 2px 30px rgba(0, 0, 0, .1));
    background: var(--color-white);
    padding: 4px;
    display: none;
}
.chat-image-wrapper .upload-input-img .image-container {
    border-radius: 12px;
}

.chat-image-wrapper .upload-input-img img {
    border-radius: inherit;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.chat-image-wrapper .upload-input-img::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 8px 8px;
    border-color: var(--color-white) transparent transparent transparent;
}

.chat-image-wrapper .upload-input-img .upload-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    right: -4px;
    cursor: pointer;
    transition: all .2s;
    z-index: 3;
    display: flex;
}

.chat-image-wrapper .upload-input-img .upload-close svg{
    width: 100%;
    height: 100%;
}

@keyframes loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.chat-image-wrapper .image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-image-wrapper .skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ccc 25%, #ddd 50%, #ccc 75%);
  background-size: 200% 100%;
  animation: loading 1.2s infinite;
  border-radius: inherit;
  z-index: 2;
}

.chat-image-wrapper .image-container.loaded .skeleton {
    display: none;
}

@media(max-width: 1366px) {
    .chat-image-wrapper .dropdown-list {
        left: 0;
    }
}

@media(max-width: 1100px) {
    .new-overview section {
        padding-bottom: 100px;
    }

    .chat-image-wrapper {
        padding: 20px 14px;
    }

    .chat-image-wrapper .chat-box {
        padding: 20px 8px 36px;
    }

    .chat-image-wrapper .chat-editor::before {
        height: 48px;
    }

    .chat-image-wrapper .chat-bottom {
        padding: 0 8px 20px;
    }

    .chat-image-wrapper .model-list {
        gap: 12px;
    }

    .chat-image-wrapper .chat-image-content .right {
        padding-left: 16px;
    }

    .new-overview .most-powerful,
    .new-overview .more-tools {
        padding-bottom: 120px;
    }

    .new-overview .faq-container .base-maxwidth {
        padding: 60px 30px;
    }

    .new-overview .more-tools .tools-list li {
        margin-bottom: 16px;
    }
    
    .new-overview .more-tools .tools-list.four-column li {
        width: calc(100% / 4 - 12px);
    }

    .new-overview .facing-social h2 {
        font-size: 72px;
    }
}

@media(max-width: 992px) {
    .new-overview section {
        padding-bottom: 60px;
    }

    .new-overview h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .new-overview .content-box .img img {
        border-radius: 12px;
    }

    .top-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .top-banner .desc {
        font-size: 14px;
        margin: 12px auto 24px;
        font-weight: 400;
    }

    .chat-image-wrapper {
        max-width: 680px;
    }

    .chat-image-wrapper .chat-image-content {
        flex-wrap: wrap;
        gap: 24px;
    }

    .chat-image-wrapper .chat-image-content .left {
        max-width: 100%;
        width: 100%;
    }

    .chat-image-wrapper .operate-top,
    .chat-image-wrapper .operate-box span.editor-btn {
        display: none;
    }

    .chat-image-wrapper .chat-image-header {
        margin-bottom: 12px;
    }

    .chat-image-wrapper .chat-image-content .right {
        width: 100%;
        padding-left: 6px;
    }

    .chat-image-wrapper .model-box {
        margin-bottom: 24px;
    }

    .chat-image-wrapper .model-list {
        justify-content: flex-start;
        gap: 18px;
    }

    .chat-image-wrapper .use-list {
        max-width: 600px;
    }

    .new-overview .content-box .text h3 {
        font-size: 20px;
    }

    .new-overview .content-box .text .desc {
        margin: 16px 0;
    }

    .new-overview .most-powerful,
    .new-overview .more-tools {
        padding-bottom: 60px;
    }

    .new-overview .animation-text-box .animation-text {
        height: 44px;
        font-size: 16px;
    }

    .new-overview .content-box .text {
        margin-bottom: 24px;
    }

    .new-overview .content-box .content-item {
        margin-bottom: 40px;
    }

    main .most-chat h2 {
        font-size: 28px;
    }

    .most-chat .desc {
        font-size: 14px;
        margin: 12px auto 24px;
    }

    .new-overview .guide-container h2 + p {
        font-size: 14px;
        margin: 14px auto 24px;
    }

    .new-overview .guide-container .guide-item:last-child {
        margin-bottom: 0;
    }

    .new-overview .guide-container .guide-item h3 {
        font-size: 20px;
    }

    .new-overview .guide-container .guide-item .desc {
        font-size: 14px;
    }

    .new-overview .faq-container .base-maxwidth {
        padding: 32px 24px;
    }

    .new-overview .faq-container .left h2 {
        font-size: 46px;
    }

    .new-overview .faq-container .left .desc {
        font-size: 14px;
        margin-top: 4px;
    }

    .new-overview .faq-container .download-box .download {
        height: 40px;
        font-size: 14px;
        padding: 4px 16px
    }

    .new-overview .faq-container .faq-item .faq-title {
        font-size: 16px;
        font-weight: 600
    }

    .new-overview .faq-container .faq-item .faq-title svg {
        margin-top: 0
    }

    .new-overview .faq-container .faq-item {
        padding: 12px 0
    }

    .new-overview .more-tools .tools-list.four-column li {
        width: calc(100% / 2 - 10px);
    }

    .new-overview .facing-social h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width: 576px) {
    .chat-image-wrapper textarea::placeholder {
        font-size: 13px;
        line-height: 1.2;
    }

    .chat-image-wrapper .image-group {
        gap: 6px;
    }

    .chat-image-wrapper .image-group.two-columns,
    .chat-image-wrapper .image-group.four-columns {
        grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    }

    .chat-image-wrapper .dropdown-list {
        height: 300px;
        width: 280px;
        padding: 8px;
    }
    .chat-image-wrapper .dropdown-list .model-header {
        gap: 6px;
    }

    .chat-image-wrapper .dropdown-list .model-logo {
        width: 20px;
        height: 20px;
    }

    .chat-image-wrapper .dropdown-list .model-tips {
        font-size: 10px;
        padding: 1px 6px;
    }

    .chat-image-wrapper .chat-editor {
        padding: 8px 0 8px 6px;
    }

    .chat-image-wrapper .editor-bottom {
        padding-right: 4px;
        gap: 4px;
    }

    .chat-image-wrapper .editor-textarea {
        padding-right: 8px;
    }

    .chat-image-wrapper .operate-bottom {
        gap: 2px;
        padding: 2px 4px;
        font-size: 12px;
    }

    .chat-image-wrapper svg.upload-box {
        width: 16px;
        height: 16px;
    }

    .chat-image-wrapper .dropdown-text img {
        width: 16px;
    }

    .chat-image-wrapper .chat-btn {
        gap: 2px;
    }

    .chat-image-wrapper .chat-box {
        padding-bottom: 12px;
    }

    .chat-image-wrapper .chat-editor::before {
        height: 24px;
    }

    .chat-image-wrapper .model-list {
        gap: 8px;
    }

    .chat-image-wrapper .model-list img {
        border-radius: 8px;
    }

    .chat-image-wrapper .model-list a {
        font-size: 12px;
        max-width: 100px;
        white-space: nowrap;
        line-height: 1.2;
    }

    .chat-image-wrapper .use-list span {
        min-width: 24px;
        width: 24px;
        height: 24px;
        padding: 0 4px;
    }

    .chat-image-wrapper .use-list {
        gap: 16px 8px;
    }

    .chat-image-wrapper .use-list a {
        font-size: 12px;
        gap: 4px;
        line-height: 1.2;
    }

    .new-overview .content-box .content-item,
    .new-overview .guide-container .guide-item {
        margin-bottom: 24px;
    }

    .new-overview .faq-container  {
        padding: 0 0 60px;
    }

    .new-overview .faq-container .base-maxwidth {
        flex-wrap: wrap;
        padding: 24px 14px;
        border-radius: 0;
    }

    .new-overview .faq-container .left {
        padding: 0;
        width: 100%;
    }

    .new-overview .faq-container .right {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
    }

    .new-overview .more-tools .tools-list.four-column li {
        font-size: 14px;
        height: 52px;
        margin-bottom: 12px;
        width: calc(100% / 2 - 5px);
    }

    .more-tools .tools-list li a {
        border-radius: 8px;
    }
}

@media(max-width: 360px) { 
    .chat-image-wrapper .model-list a {
        white-space: normal;
    }

    .chat-image-wrapper .use-list span {
        min-width: 20px;
        width: 20px;
        height: 20px;
        padding: 0 3px;
    }

    .chat-image-wrapper .dropdown-desc,
    .chat-image-wrapper .operate-bottom {
        font-size: 10px;
    }
}