[v-cloak] {
    display: none;
}

/*右侧悬浮bar*/
.fixed-app .fixed-bar {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 1.25rem;
    background: #fff;
    box-shadow: 0 0 .75rem 0 rgba(0, 0, 0, .1);
    border-radius: .625rem 0 0 .625rem;
    z-index: 41;
    opacity: 0.9;
    min-width: 60px;
    max-width: 65px;
}
.fixed-bar .hidden-transition {
    height: 0;
    opacity: 0;
    transition: height .2s, opacity .1s;
    position: relative;
    width: 100%;
}
.fixed-bar .show-transition {
    height: 3.5rem;
    opacity: 1;
    transition: height .1s, opacity .2s;
    position: relative;
    width: 100%;
}
.fixed-bar .tool-bar {
    flex-direction: column;
    display: flex;
    width: 100%;
    text-align: center;
    padding-top: .32rem;
    cursor: pointer;
}
.tool-bar .notify {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    right: 19px;
}
.tool-bar .img img {
    width: 1.5rem;
    height: 1.5rem;
}
.tool-bar .desc {
    padding-top: .32rem;
    transform: scale(0.8);
}
.fixed-app .left-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 41;
}

@keyframes arrow-animation {
    0% {
        fill: #ff8855;
        opacity: 0.5;
    }

    33.33% {
        fill: #ff8855;
        opacity: 0.75;
    }

    66.66% {
        fill: #ff8855;
        opacity: 1;
    }

    100% {
        fill: #ff8855;
        opacity: 0.75;
    }
}
.left-arrow path.arrow-1 {
    animation: arrow-animation 0.8s linear infinite;
}
.left-arrow path.arrow-2 {
    animation: arrow-animation 0.8s linear infinite 1.3s;
}
.left-arrow path.arrow-3 {
    animation: arrow-animation 0.8s linear infinite 2.5s;
}
/*右侧悬浮bar - end*/
@media (max-width: 576px) {
    .fixed-app .fixed-bar{
        right: -65px!important;
        transition: right 0.35s;
        bottom: 4.25rem;
    }
    .fixed-app .fixed-bar-show{
        right: 0!important;
        transition: right 0.35s;
    }
    .fixed-app .left-arrow-rotate {
        right: 0.9rem;
        top: -30px;
        transform: rotate(180deg);
    }
    .chat-popup-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .feedback-form .rating-selection {
        width: 95% !important;
    }

    .feedback-form .feedback-details {
        padding: 0 !important;
    }
}
.chat-popup-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 1.25rem;
    right: 4.5rem;
    background-color: white;
    border-radius: 0.8rem;
    width: 21.5rem;
    height: 34rem;
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, .1);
    z-index: 41;
}
.chat-popup-container .chat-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 41;
    box-sizing: border-box;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
}
.chat-container .contact-bar {
    flex-basis: 3rem;
    flex-shrink: 0;
    margin: .5rem;
    box-sizing: border-box;
}
.chat-container .messages-container {
    flex: 1;
    overscroll-behavior-y: contain;
    padding: .5rem 0;
    background: #F7F7F7;
    flex-shrink: 2;
    overflow-y: auto;
    box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
}
.chat-popup-container .close-button {
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 42;
}
.chat-container .contact-bar {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 3.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-bar .profile-pic {
    position: absolute;
    left: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.contact-bar .contact-name {
    font-weight: 500;
    margin-bottom: 0.125rem;
}
.contact-bar .message,
.contact-bar .last-seen {
    font-size: 12px;
    color: #999;
}
.contact-bar .badge {
    box-sizing: border-box;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.125rem;
    border-radius: 1rem;
    top: 0;
    left: 2.5rem;
    background: #333;
    color: white;
}

.messages-container .message-board {
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, .1);
    width: 90%;
    background-color: white;
    align-items: center;
    border-radius: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message-board .board-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.board-logo .board-logo-icon {
    display: flex;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    text-align: center;
    background-color: #fb5937;
    border-radius: 100%;
    padding: .1rem .31rem;
    font-size: 1.2rem
}

.board-box .board-box-header {
    padding: 2rem 1rem 0 1rem;
    font-weight: 600;
}

.board-box .board-box-form {
    padding: 1rem;
}

.board-box-form .submit {
    justify-content: flex-end;
    display: flex;
    margin-top: .625rem;
}

.required-field:after {
    content: "*";
    color: red;
    margin-left: .3rem;
}


.message-history .timestamp {
    font-size: 0.8rem;
    background: #EEE;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    color: #999;
    width: fit-content;
    margin: 0 auto;
}

.message-history .message {
    overflow-wrap: break-word;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin: 1rem;
    background: #FFF;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: fit-content;
    max-width: 66%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}

.message-history .message.from-parker {
    position: relative;
    margin: 1rem 1rem 1rem auto;
    border-radius: 1.125rem 1.125rem 0 1.125rem;
    background: #333;
    color: white;
}

.message-history .message .from-image {
    /*width: 80px; !* 设置父容器的宽度 *!*/
    height: 80px; /* 设置父容器的高度 */
    display: flex;
    justify-content: center;

}

.message-history .message .from-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down; /* 缩放图片以适应父容器，保持宽高比 */
}

.message-history .clear-bg {
    background: unset !important;
}

.from-parker-load {
    position: absolute;
    left: -2rem;
    top: .2rem
}

.from-parker-image-load {
    position: absolute;
    left: -2rem;
    top: 0;
}

.message-history .message .typing {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0rem;
    box-sizing: border-box;
    background: #ccc;
    border-radius: 50%;
}

.message-history .message .typing.typing-1 {
    -webkit-animation: typing 3s infinite;
    animation: typing 3s infinite;
}

.message-history .message .typing.typing-2 {
    -webkit-animation: typing 3s 250ms infinite;
    animation: typing 3s 250ms infinite;
}

.message-history .message .typing.typing-3 {
    -webkit-animation: typing 3s 500ms infinite;
    animation: typing 3s 500ms infinite;
}

.input-container {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    justify-content: space-between;
    background-color: #e9ecef;
    border-radius: 0 0 1rem 1rem;
}

.input-container button {
    font-size: 1rem;
    transition: color 200ms;
    border-radius: 5px;
}

.input-container button:nth-child(-n+3) {
    margin-right: .2rem;
    background-color: #d3d3d3;
    color: #23272b;
    border-color: #e6e6e6;
}

.input-container button:nth-child(-n+2):hover {
    background-color: #ababab
}

.input-container button:nth-child(-n+2):active {
    border: 1px solid #ababab;
}

.input-container button:last-child:hover {
    background-color: #e75d39;
}

.input-container textarea {
    border: none;
    background-image: none;
    background-color: white;
    padding: 0.5rem .3rem;
    margin-right: .5rem;
    border-radius: .1rem;
    flex-grow: 2;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
    font-family: Red hat Display, sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    resize: none;
    max-height: 60px;
    overflow: hidden;
}

.input-container textarea:disabled {
    background-color: #dadbdc;
}

.input-container textarea::placeholder {
    color: #999;
}

@-webkit-keyframes typing {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }
    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

@keyframes typing {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }
    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

.messages-container .send-success {
    padding: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messages-container .send-success p {
    font-size: 1rem;
}

.chat-popup-container .original-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    border-radius: 0.8rem;
}

.original-image-container .original-image {
    max-width: 80%;
    max-height: 80%;
}

.chat-popup-container .chat-popup-load {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(231,231,231);
    z-index: 43;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-loading {
    position: absolute;
    left: -2rem;
    top: .2rem;
    transform: scale(0.5);
}

/*订阅*/
.modal-body .modal-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.modal-content .modal-close {
    position: absolute;
    right: -2rem;
    top: -2rem;
    border-radius: 50%;
    border: 2px solid #e5e2e0;
    cursor: pointer;
}
.modal-content .modal-close i {
    color: #e5e2e0;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-body-content .content-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2rem;
    background-color: #fd560f1f;border-top-left-radius:.5rem;border-top-right-radius: .5rem
}
.modal-body-content .content-top .header-img div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.modal-body-content .content-top .header-img span{
    font-size: .9rem;
}
.modal-body-content .content-top .header-img{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.modal-body-content .content-bottom{
    width: 100%;
}
.modal-body-content .content-bottom .content-bottom-group{
    padding: 2.5rem 2.5rem;
}
.modal-body-content .content-bottom .content-bottom-group input{
    border-radius: .3rem 0 0 .3rem;
}
/*订阅end*/
/*反馈*/
.modal-body .feedback-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px 20px;
}
.feedback-form .feedback-title {
    font-size: 20px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
}
.feedback-form .feedback-description {
    margin-top: 12px;
    font-size: 14px;
    color: #888;
    line-height: 18px;
    font-weight: 400;
}
.feedback-form .feedback-question {
    margin-top: 36px;
    font-size: 16px;
    color: #222;
    line-height: 20px;
    font-weight: 500;
}
.feedback-form .rating-selection {
    flex-shrink: 0;
    height: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
}
.rating-selection .rating-option:first-child {
    margin-left: 0;
}
.rating-selection .rating-option {
    margin-top: 20px;
    width: 64px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.rating-option .option {
    width: 20px;
    height: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    border-radius: 50%;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    border: 1px solid #929292;
    background: #fff;
}
.rating-option .rating-option-text {
    height: 18px;
    font-size: 14px;
    color: #222;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
}
.rating-option .checked:hover {
    border: 1px solid #4e4e4e;
    background: #4e4e4e;
}
.rating-option .checked {
    border: 1px solid #222;
    background: #222;
}
.option .checked-bg {
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 50%;
}
.feedback-form .feedback-details {
    width: 100%;
    background: #fafafa;
    border-radius: 4px;
    padding: 0 24px;
    margin: 28px auto 0;
}
.feedback-details .feedback-cause-show {
    -webkit-animation: feedback-details-am .5s forwards;
    animation: feedback-details-am .5s forwards;
    overflow: hidden;
    height: auto ;
    display: block !important;
}
@keyframes feedback-details-am {
    0% {
        opacity: 0;
        max-height: 0
    }

    99% {
        opacity: 1;
        max-height: 160px
    }

    to {
        max-height: 100%
    }
}
.feedback-details .feedback-separator {
    height: 22px;
}
.feedback-cause .feedback-followup {
    font-size: 14px;
    color: #222;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}
.feedback-cause .feedback-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 14px -11px -10px 0;
}
.feedback-categories .category {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 33px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: auto;
    padding: 0 17px;
    display: flex;
    align-items: center;
    margin-right: 11px;
    margin-bottom: 12px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.category .cause-checked-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background: #222;
    border-radius: 2px 0 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category  .cause-checked {
    border: 1px solid #222;
}
.feedback-details .feedback-comment {
    position: relative;
    margin-top: 13px;
    height: 101px;
}
.feedback-comment .comment-box {
    font-size: 14px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.feedback-comment .comment-length {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #aaa;
    text-align: right;
    height: 17px;
    display: flex;
}
