body {
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica ", "Arial ", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "sans-serif";
    font-size: 14px;
    color: #333b44;
    margin: 0;
    line-height: 22px
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    /* 隐藏滚动条 */
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.18);
    border: 3px solid transparent;
    border-radius: 6px
}

/* ::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.08)
} */

img {
    border: none
}

button,
select {
    text-transform: none
}

input[type='button'],
input[type='submit'] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    appearance: textfield;
    -webkit-appearance: textfield;
}

select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}

textarea {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.view-wz {
    position: relative;
}

.structure-lr {
    display: flex;
    flex-wrap: wrap
}

.structure-fw {
    display: flex;
    flex-wrap: nowrap
}

.structure-fb {
    display: flex;
    justify-content: space-between
}

.structure-fc {
    display: flex;
    justify-content: center
}

.level-center {
    align-items: center
}

ul {
    list-style-type: none;
}

.button-bg {
    background-color: #0c4ea3;
    color: #ffffff;
}

.unified-color {
    color: #ffffff;
}

/* robot */
a {
    color: #0a61d1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.imgsize {
    width: 100%;
    height: auto;
    margin: 6px 0;
}

.robot-chat {
    position: fixed;
    right: 30px;
    bottom: 180px;
    z-index: 99;
    cursor: pointer;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 18px 2px rgba(0, 80, 196, 0.15);
}

.robot-window {
    width: 100%;
    height: calc(100% - 0px);
    box-shadow: 0 0 10px rgba(0, 80, 196, 0.1);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 16px;
}

.logo-top {
    background-color: #ffffff;
    padding: 0 15px 30px;
}

.close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -32px;
    right: 15px;
    cursor: pointer;
}
.robot-box{
    height: calc(100% - 36px);
}
.robot-left-box {
    width: 100%;
    height: 100%;
    background-color: #f4f7fa;
    border-radius: 15px;
    background: linear-gradient(180deg, #ffffff, #f7f8f9, #f4f7fa);
    position: relative;
}
html:lang(ar) .robot-left-box{ 
    padding: 0 16px 0 0;
}

.robot-title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 6px;
}

.new-chat {
    background-color: #e4edf5;
    border-radius: 20px;
    display: inline-flex;
    padding: 5px 10px;
    color: #0a61d1;
    cursor: pointer;
}

.new-chat img {
    margin-right: 6px;
}

.new-chat-tips {
    font-size: 12px;
    text-align: center;
    color: #989aa1;
}

.robot-content-view {
    padding: 15px 8px 0 15px;
    font-size: 1.15em;
    height: calc(100% - 88px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.robot-msg {
    width: 100%;
    margin-bottom: 18px;
}

.robot-msg-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 4px;
    box-shadow: 1px 0 10px rgba(0, 80, 196, 0.1);
}

.robot-msg-content {
    width: calc(100% - 38px - 8px);
}

.robot-msg-content>p,
.user-msg-content>p {
    color: #989aa1;
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.robot-msg-content .msg-content-block {
    background-color: #ffffff;
    width: calc(100% - 38px - 8px);
}

.robot-msg-content .msg-content-block {
    font-size: 14px;
    color: #333b44;
}

.msg-content-block {
    padding: 10px 12px;
    box-shadow: 1px 0 10px rgba(0, 80, 196, 0.08);
    border-radius: 6px;
    margin-top: 4px;
    display: inline-block;
}

.user-msg {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 18px;
}

.user-msg-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 38px - 8px);
}

.user-msg-content div {
    background-color: #6ea1e5;
    max-width: calc(100% - 38px - 8px);
}

.msg-content-block.user p {
    color: #ffffff;
    font-size: 14px;
}

.robot-bottom {
    height: 72px;
    width: calc(100% - 24px);
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 5px 12px 12px;
}

.robot-button {
    padding: 4px 10px;
    min-width: 72px;
    border-radius: 4px;
    margin-top: 5px;
}

.robot-user-enter {
    width: calc(100% - 56px);
    resize: none;
    border: none;
}

.robot-user-enter:focus {
    outline: none;
}

.robot-bottom .robot-button {
    position: absolute;
    right: 10px;
    bottom: 24px;
    background-image: url(../images/send-msg.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    height: 38px;
    min-width: 38px;
    opacity: 0.4;
    pointer-events: none;
    border-radius: 50%;

}

.robot-bottom .robotsubmit {
    opacity: 1;
    pointer-events: auto;
}

.robot-tips {
    color: #989aa1;
    font-size: 12px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resolved-light span {
    color: #1271ef;
}

.dialog-robot {
    z-index: 100;
    position: relative;
    padding-top: 32px;
    height: 100%;
}

.dialog-robot-bg {
    display: none;
}

.word-limit {
    position: absolute;
    right: 24px;
    bottom: 13px;
    font-size: 13px;
}

.word-limit span {
    color: #989aa1;
}

.chatbot-beyond-Prompt {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.chatbot-beyond-Prompt p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}

@media (max-width: 900px) {
    .robot-window {
        display: block;
        padding: 15px 12px 12px;
        border-radius: 20px 20px 0 0;
        height: 100%;
    }
    .robot-top-box {
        display: block;
    }

    .robot-left-box {
        width: 100%;
        background: linear-gradient(180deg, #fafcff, #f4f7fa);
        margin-top: 15px;
        height: calc(100% - 15px);
    }

    .robot-content-view {
        padding: 12px 8px 0 12px;
        height: calc(100% - 92px);
    }

    .user-msg {
        flex-direction: column;
        align-items: flex-end;
        position: relative;
    }

    .user-msg-content {
        width: 100%;
        margin-top: 6px;
    }

    .user-msg-content>p {
        position: absolute;
        top: 9px;
        right: 46px;
    }

    .robot-msg {
        justify-content: initial;
        flex-wrap: wrap;
        position: relative;
    }

    .robot-msg-content {
        width: 100%;
        margin-top: 6px;
    }

    .robot-msg-content>p {
        position: absolute;
        top: 9px;
        left: 46px;
    }
    
    .logo-top {
        padding-bottom: 0;
    }

    .dialog-robot-bg {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .robot-chat {
        right: 0;
    }

    .robot-bottom {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .new-chat {
        margin-top: 10px;
    }

    .word-limit {
        right: 18px;
        bottom: 12px;
    }
    .robot-msg-content .msg-content-block {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .show {
        max-height: 320px;
    }
}

.inner-spacing-bottom {
    padding-bottom: 15px;
}
.ul-list-box i{
    width: 7px;
    height: 7px;
    background-color: #75a1d9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 6px;
}
.content-msg{
    margin-bottom: 8px;
}
.view-half-block-box{
    width: calc((100% - 15px) / 2);
    margin: 0 15px 10px 0;
}
.view-half-block-box:nth-child(2n){
    margin-right: 0;
}
.recommended-Tools li{
    background-color: #eef4fb;
    padding: 10px;
    border-radius: 6px;
    min-height: 60px;
    display: flex;
    align-items: center; 
}
.recommended-Tools li a{
    width: 100%;
}
.recommended-Tools li a:hover{
    color: #0e5bb3;
}
.recommended-Tools li img{
    margin-right: 8px;
}
@media (max-width: 900px) {
    .view-half-block-box:nth-child(n){
        width: 100%;
        margin: 0 0 10px;
    }
}

.content-loading-animation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 250px;
    z-index: 1;
}

.content-loading-animation:before {
    content: '';
    display: block;
    min-width: 160px;
    height: 100px;
    background-color: rgba(95, 101, 108, 0.85);
    position: absolute;
    top: -22px;
    z-index: 0;
    border-radius: 6px;
}

.content-loading-animation p {
    margin-top: 10px;
    color: #ffffff;
    position: relative;
}

.loading-animation {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #eee;
    border-top: 3px solid #71aaf6;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}