<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    font-family: sans-serif
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins,
a {
    text-decoration: none
}




body {
    margin: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.xiaoiceChatbot {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 620px;
    margin-top: -310px;
    margin-left: -360px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999999;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    background-color: #f9f9f9;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
}

.xiaoiceChatbot .emoji {
    font-family: apple color emoji, segoe ui emoji, noto color emoji,
        android emoji, emojisymbols, emojione mozilla, twemoji mozilla,
        segoe ui symbol;
}

.xiaoiceChatbot * {
    font-family: 'Microsoft Yahei', STHeiti, Arial;
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    box-sizing: border-box;
    text-shadow: none;
    background: initial;
    outline: none;
}

.xiaoiceChatbot .chatbotHeader {
    height: 100px;
    text-align: right;
    overflow: hidden;
    position: relative;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.xiaoiceChatbot .chatbotHeader::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.xiaoiceChatbot .chatbotLogo {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 32px;
}

.xiaoiceChatbot .chatbotClose {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 10px;
    width: 12px;
    height: 12px;
    opacity: 0.65;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAzklEQVR42qzWbQqDMAwG4Nxh1TNsw4Pthyd0h3A/dp3SNZhC6PqRtBFetB/4oNAQCCFAzCtmoWeruJgjZsPBHq7rawghcNJ73zixEmAFceCD47RgBf0BOM83LJNQEciRGagKlJARqAnUEA3UBVqIBOLAWQN6SAsSAxKkBD00gBTJIa8BNAjmzgBPXwSWyI39Iq89R1oA70/tgdUCbqTWjQDqojoKqKAZQAzNAqISZAF0ISugCaXFwwCoQmlhI8gZdSsc2sG418oh7OfgJ8AAtS7HiYM9xXYAAAAASUVORK5CYII=);
}

.xiaoiceChatbot .chatbotSlogan {
    position: absolute;
    color: #fff;
    left: 1em;
    right: 1em;
    bottom: 0.25em;
    text-align: center;
}

.xiaoiceChatbot .chatbotMain {
    overflow: hidden;
}

.xiaoiceChatbot .chatbotMain .chatbotSider {
    float: right;
    width: 200px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.xiaoiceChatbot .chatbotMain .chatbotBox {
    float: left;
    width: 520px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f9f9f9;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotAudio {
    display: none !important;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller {
    padding: 20px 10px;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading {
    width: 80px;
    height: 6px;
    margin: 0 auto;
    position: relative;
    display: none;
}

@-webkit-keyframes chatbotload {
    0% {
        opacity: 1;
        transform: translate(0px);
    }

    100% {
        opacity: 0.2;
        transform: translate(80px);
    }
}

@keyframes chatbotload {
    0% {
        opacity: 1;
        transform: translate(0px);
    }

    100% {
        opacity: 0.2;
        transform: translate(80px);
    }
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span {
    position: absolute;
    width: 6px;
    height: 100%;
    border-radius: 50%;
    background: #000;
    -webkit-animation: chatbotload 1.04s ease-in infinite alternate;
    animation: chatbotload 1.04s ease-in infinite alternate;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

.xiaoiceChatbot .chatbotMain .chatbotBox .chatbotScroller .chatbotLoading span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter {
    float: left;
    width: 520px;
    height: 120px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotSend {
    background: #000;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotSend:disabled {
    background: #cdcdcd;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotPCInput {
    height: 100%;
    display: block;
    position: relative;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotPCInput .chatbotBorder {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotPCInput .chatbotBorder .chatbotTextarea {
    width: 100%;
    height: 52%;
    border: 0;
    resize: none;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotPCInput .chatbotBorder .chatbotSend {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 80px;
}

.xiaoiceChatbot .chatbotMain .chatbotFooter .chatbotMobileInput {
    display: none;
}

.xiaoiceChatbot .chatbotShade {
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 620px;
    margin-top: -310px;
    margin-left: -360px;
}

.xiaoiceChatbot .chatbotForm {
    width: 360px;
    min-height: 410px;
    margin-top: -205px;
    margin-left: -180px;
    z-index: 99999999;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 50%;
    left: 50%;
    font-size: 15px;
    position: fixed;
}

.xiaoiceChatbot .chatbotForm h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 30px 0;
    line-height: 1.5;
}

.xiaoiceChatbot .chatbotForm ul,
.xiaoiceChatbot .chatbotForm li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xiaoiceChatbot .chatbotForm ul {
    padding: 0 30px;
}

.xiaoiceChatbot .chatbotForm .chatbotInputLi {
    margin: 5px 0;
}

.xiaoiceChatbot .chatbotForm .chatbotInputLi label {
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.xiaoiceChatbot .chatbotForm .chatbotInputLi label span,
.xiaoiceChatbot .chatbotForm .chatbotInputLi label u {
    color: #ff0000;
}

.xiaoiceChatbot .chatbotForm .chatbotInputLi label u {
    font-size: 12px;
    text-decoration: none;
}

.xiaoiceChatbot .chatbotForm .chatbotInputLi input {
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-indent: 0.5em;
    font-size: 15px;
}

.xiaoiceChatbot .chatbotForm .chatbotCheckboxLi {
    margin: 5px 0;
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}

.xiaoiceChatbot .chatbotForm .chatbotCheckboxLi input {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.xiaoiceChatbot .chatbotForm .chatbotCheckboxLi span {
    margin-left: 30px;
    display: block;
}

.xiaoiceChatbot .chatbotForm .chatbotCheckboxLi a {
    display: inline-block;
    margin: 0 5px;
    color: #222;
    text-decoration: underline;
    cursor: pointer;
}

.xiaoiceChatbot .chatbotForm .chatbotButtonLi {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 24px;
}

.xiaoiceChatbot .chatbotForm .chatbotButtonLi button {
    font-size: 13px;
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    margin: 0 15px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
}

.xiaoiceChatbot .chatbotForm .chatbotButtonLi button:disabled {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}

.xiaoiceChatbot.mobile,
.xiaoiceChatbot.frame,
.xiaoiceChatbot.history {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    /* å…¼å®¹ iOS &lt; 11.2 */
    padding-bottom: env(safe-area-inset-bottom);
    /* å…¼å®¹ iOS &gt;= 11.2 */
    bottom: 0;
}

.xiaoiceChatbot.mobile img,
.xiaoiceChatbot.frame img,
.xiaoiceChatbot.history img {
    pointer-events: none;
}

.xiaoiceChatbot.mobile .chatbotChatImage,
.xiaoiceChatbot.frame .chatbotChatImage,
.xiaoiceChatbot.history .chatbotChatImage {
    pointer-events: auto !important;
}

.xiaoiceChatbot.mobile .chatbotHeader,
.xiaoiceChatbot.frame .chatbotHeader,
.xiaoiceChatbot.history .chatbotHeader {
    height: 56px;
    text-align: center;
}

.xiaoiceChatbot.mobile .chatbotLogo,
.xiaoiceChatbot.frame .chatbotLogo,
.xiaoiceChatbot.history .chatbotLogo {
    height: 39.2px;
    width: 160px;
    margin: 0;
}

.xiaoiceChatbot.mobile .chatbotClose,
.xiaoiceChatbot.frame .chatbotClose,
.xiaoiceChatbot.history .chatbotClose {
    width: 20px;
    height: 20px;
}

.xiaoiceChatbot.mobile .chatbotSlogan,
.xiaoiceChatbot.frame .chatbotSlogan,
.xiaoiceChatbot.history .chatbotSlogan {
    display: none;
}

.xiaoiceChatbot.mobile .chatbotMain,
.xiaoiceChatbot.frame .chatbotMain,
.xiaoiceChatbot.history .chatbotMain {
    height: calc(100% - 46px);
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotSider,
.xiaoiceChatbot.frame .chatbotMain .chatbotSider,
.xiaoiceChatbot.history .chatbotMain .chatbotSider {
    display: none;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotBox,
.xiaoiceChatbot.frame .chatbotMain .chatbotBox,
.xiaoiceChatbot.history .chatbotMain .chatbotBox {
    width: 100%;
    height: calc(100% - 56px);
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter {
    height: 56px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    bottom: constant(safe-area-inset-bottom);
    /* å…¼å®¹ iOS &lt; 11.2 */
    bottom: env(safe-area-inset-bottom);
    /* å…¼å®¹ iOS &gt;= 11.2 */
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotPCInput,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotPCInput,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotPCInput {
    display: none;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput {
    width: 70%;
    -webkit-appearance: none;
    border: 1px solid #dddddd;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-indent: 0.5em;
    font-size: 15px;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput:focus,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput:focus,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotInput:focus {
    outline: none;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend {
    width: 20%;
    border: 0;
    border-radius: 3px;
    background-color: #ffffff;
    background: #000;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled {
    background-color: #cdcdcd;
}

.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:focus,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:focus,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:focus,
.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:hover,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:hover,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:hover,
.xiaoiceChatbot.mobile .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:active,
.xiaoiceChatbot.frame .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:active,
.xiaoiceChatbot.history .chatbotMain .chatbotFooter .chatbotMobileInput .chatbotSend:disabled:active {
    background-color: #cdcdcd;
}

.xiaoiceChatbot.mobile .chatbotPCInput,
.xiaoiceChatbot.frame .chatbotPCInput,
.xiaoiceChatbot.history .chatbotPCInput {
    display: none !important;
}

.xiaoiceChatbot.mobile .chatbotMobileInput,
.xiaoiceChatbot.frame .chatbotMobileInput,
.xiaoiceChatbot.history .chatbotMobileInput {
    display: flex;
}

.xiaoiceChatbot.frame {
    -webkit-animation: none !important;
    animation: none !important;
}

.xiaoiceChatbot.frame .chatbotHeader {
    display: none;
}

.xiaoiceChatbot.frame .chatbotClose {
    display: none;
}

.xiaoiceChatbot.frame .chatbotMain .chatbotBox {
    width: 100%;
    height: 100%;
}

.xiaoiceChatbot.history {
    -webkit-animation: none !important;
    animation: none !important;
}

.xiaoiceChatbot.history .chatbotHeader {
    display: none;
}

.xiaoiceChatbot.history .chatbotClose {
    display: none;
}

.xiaoiceChatbot.history .chatbotFooter {
    display: none;
}

.xiaoiceChatbot.history .chatbotMain {
    height: 100% !important;
}

.xiaoiceChatbot.history .chatbotMain .chatbotBox {
    width: 100%;
    height: 100%;
}

.xiaoiceChatbot .chatbotCommonQuestions {
    box-sizing: border-box;
    padding: 8px 6px;
    border-bottom: 1px solid #F0F1F5;
}

.xiaoiceChatbot .chatbotCommonQuestions div {
    display: flex;
    overflow-x: auto;
}

.xiaoiceChatbot .chatbotCommonQuestions div::-webkit-scrollbar {
    display: none;
}

.xiaoiceChatbot .chatbotCommonQuestions div span {
    margin: 0 6px;
    font-size: 14px;
    flex-shrink: 0;
    padding: 6px 12px;
    background: #F9F9F9;
    border-radius: 16px;
}

.xiaoiceChatbot .chatbotScroller .chatbotDatetimeLi {
    text-align: center;
    font-size: 12px;
    color: #c9c9c9;
    margin: -5px 0;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageLi {
    margin: 20px 0;
    overflow: hidden;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback {
    margin: 20px 0;
    overflow: hidden;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #35394D;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .header .left_line,
.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .header .right_line {
    color: #E1E2E6;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .mood_feedback {
    display: flex;
    margin-top: 12px;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .mood_feedback .btn_mood_feedback {
    width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 4px;
    color: #2E8AE5;
    font-size: 14px;
    text-align: center;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .mood_feedback .btn_mood_feedback.disable {
    pointer-events: none;
    opacity: 0.7;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessageMoodFeedback .container .mood_feedback .btn_mood_feedback.selected {
    background: #2E8AE5;
    color: #fff;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox {
    position: relative;
    overflow: hidden;
    min-height: 37px;
    width: 100%;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.right .chatbotAvatar {
    top: 0;
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1MjM1NkEwNENDOTExRUE5QjRDRTk5QkRFNDJDNEU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1MjM1NkExNENDOTExRUE5QjRDRTk5QkRFNDJDNEU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzUyMzU2OUU0Q0M5MTFFQTlCNENFOTlCREU0MkM0RTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzUyMzU2OUY0Q0M5MTFFQTlCNENFOTlCREU0MkM0RTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73Yg6EAAAH5klEQVR42txc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);
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.right .chatbotArrows {
    top: 8px;
    right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7px 11px 15px;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.right .chatbotMessage {
    float: right;
    margin-right: 52px;
    color: #fff;
    background: #505050;
    border: 1px solid #505050;
    background-color: #505050 !important;
    border-color: #505050 !important;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotAvatar {
    top: 0;
    left: 0;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotArrows {
    top: 8px;
    left: 35px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAbCAYAAACa9mScAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlCNTJEMDlCNENFMTExRUFCNDVBQkJBMTUzNDdFQ0Q2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlCNTJEMDlDNENFMTExRUFCNDVBQkJBMTUzNDdFQ0Q2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUI1MkQwOTk0Q0UxMTFFQUI0NUFCQkExNTM0N0VDRDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUI1MkQwOUE0Q0UxMTFFQUI0NUFCQkExNTM0N0VDRDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bnMGbAAABVklEQVR42syVPUvEQBCGd5LJx4IQCy1sDgQrrewsxcbazlJsPIsTFAtBsdBCERVB8G/42wKWQnzfc09CyOXrtnDgYZKFeTOzOzuRoijMIpbn+WlgPJgPEasLlLEMdwPOdEAwsz8Cj2CVa9pTYAfuA2xPg1VNmqbdRBC8BvcCDoEEQTANjqLItGaC4ATuElyBJRExcRybJEkMn2emDQIHcE9gg+/8Kr/OLKqmNcGbcK9gn+9hGP7WrfOT1sqR3YIJ15kug5l+m6k7smPwAFa4yEAKlOtuFAHP4Hy2wGBuXB8TXkC3iW9g1LaJc0Xcnli4C3DN+8BSmBFLaytLqqMAYiPX0rWN1UmkJLbrjvqvxa21tSVK01ByJ3cC7ppOTrpMNtdD92Bc10PSZzy6bn4He+VuliEz1rUEb/X64PGYZdkn3JabbF/iYdpPfAzq73/zy/Aj8iPAAKdcbJOxHQJCAAAAAElFTkSuQmCC);
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotMessage {
    float: left;
    margin-left: 52px;
    color: #333;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotMessage a.chatbotLink,
.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotMessage span.chatbotEvent {
    text-decoration: none;
    color: #4d74ff;
    cursor: pointer;
}

@-webkit-keyframes audioPlay2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes audioPlay2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes audioPlay3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes audioPlay3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .chatbotAudioButton {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    width: 50px;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .chatbotAudioButton.active .wifi-circle.second {
    -webkit-animation: 1s step-end infinite audioPlay2;
    animation: 1s step-end infinite audioPlay2;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .chatbotAudioButton.active .wifi-circle.third {
    -webkit-animation: 1s step-end infinite audioPlay3;
    animation: 1s step-end infinite audioPlay3;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .chatbotAudioButton .wifi-symbol {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    overflow: hidden;
    transform: rotate(-45deg);
    pointer-events: none;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .wifi-circle {
    border: 2px solid #777;
    border-radius: 50%;
    position: absolute;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .wifi-circle.first {
    width: 0px;
    height: 0px;
    border-width: 6px;
    top: -6px;
    left: -6px;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .wifi-circle.second {
    width: 22px;
    height: 22px;
    top: -11px;
    left: -11px;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox .wifi-circle.third {
    width: 32px;
    height: 32px;
    top: -16px;
    left: -16px;
}

.xiaoiceChatbot .chatbotScroller .chatbotAvatar {
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 10em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #c9c9c9;
    z-index: 1;
}

.xiaoiceChatbot .chatbotScroller .chatbotArrows {
    width: 22px;
    height: 22px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.xiaoiceChatbot .chatbotScroller .chatbotMessage {
    border-radius: 3px;
    max-width: 70.5%;
    min-width: 5%;
    display: inline-block;
    overflow: hidden;
}

.xiaoiceChatbot .chatbotScroller .chatbotBorder {
    padding: 8px 15px;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    min-height: 37px;
}

.xiaoiceChatbot .chatbotScroller .chatbotBorder img {
    display: inline-block;
    max-width: 100%;
}

.chatbotAnimate__backInUp {
    -webkit-animation-name: chatbotbackInUp;
    animation-name: chatbotbackInUp;
}

@-webkit-keyframes chatbotbackInUp {
    0% {
        transform: translateY(1200px) scale(0.7);
        opacity: 1;
    }

    80% {
        transform: translateY(0px) scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes chatbotbackInUp {
    0% {
        transform: translateY(1200px) scale(0.7);
        opacity: 1;
    }

    80% {
        transform: translateY(0px) scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.chatbotAnimate__backOutDown {
    -webkit-animation-name: chatbotbackOutDown;
    animation-name: chatbotbackOutDown;
}

@-webkit-keyframes chatbotbackOutDown {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateY(0px) scale(0.7);
        opacity: 1;
    }

    100% {
        transform: translateY(700px) scale(0.7);
        opacity: 1;
    }
}

@keyframes chatbotbackOutDown {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateY(0px) scale(0.7);
        opacity: 1;
    }

    100% {
        transform: translateY(700px) scale(0.7);
        opacity: 1;
    }
}

.formAnimate__bounceIn {
    -webkit-animation-name: formbounceIn;
    animation-name: formbounceIn;
}

@-webkit-keyframes formbounceIn {

    from,
    50%,
    55%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes formbounceIn {

    from,
    50%,
    55%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.formAnimate__bounceOut {
    -webkit-animation-name: formbounceOut;
    animation-name: formbounceOut;
}

@-webkit-keyframes formbounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes formbounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

/** é¢„è§ˆå›¾ç‰‡ */
.chatbotPreviewMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000aa;
    z-index: 100;
    text-align: center;
}

.chatbotPreviewMask::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.chatbotPreviewMask .chatbotPreviewImage {
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    vertical-align: middle;
    pointer-events: auto !important;
}

.xiaoice-card {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}

.xiaoice-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.xiaoice-card-share {
    display: flex;
    align-items: center;
    color: #1B718B;
}

.xiaoice-card-share .bg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF2SURBVHgB3ZWxTsMwEIbv0oqhA8pYKIN5A0bGMvAchSfAGVrElHSEIMVvQN6DgY4deQOCFBBjhKiQoK2x07hygwJxUhj6DY59Pv3nO8VngD8G9UWb+t0GgivMBwDczvlGT0F/Xzd0HP9BfEiBdurfVKtdeu0icm+x4t+8eYENV8+oQ5YZdOjVCSDepAYOwzeYsIR5CRjQpgFp4PQOtIxEBrjIALGXHcmJWZ+BIbq4yCoSWRG1Z2Xfrhwm0AzBkLz4nM+O9H1LXyTMqVwWJf7CLqLCAOsWlzShAr+JS1vlAGVO/hwMlvfFqERly6JjFMBUXGJUouw2lxY3DqDX9ieyHgUrvWjNEDWpfA/KsjkB0h5k08CGmpCchgpwL4cWflCoyRRnvWw6kkP6F8lHhiN0ESx3h14m77AVmnZWmX3L+jzjXL2KGKajctijvsfT97g+CPNhHJx7ct5Qxtfx7Wj78PhRbNvCg4A5ibjoY3Hi05gNQvgvvgC13r8Iii2fmgAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}

.xiaoice-card-content {
    display: flex;
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 16px;
}

.xiaoice-card-content img {
    width: 125px;
    height: 125px;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
}

.xiaoice-card-content .xiaoice-card-content-right {
    margin-left: 12px;
    position: relative;
    flex-grow: 1;
    width: 200px;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-goodName_zh {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-goodName_en {
    font-size: 13px;
    color: #999999;
    word-break: break-word;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle {
    display: flex;
    align-items: baseline;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle&gt;div {
    display: flex;
    align-items: flex-end;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-price {
    color: #333333;
    font-size: 15px;
    margin-right: 6px;
    line-height: 0;
    display: flex;
    align-items: baseline;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-price font {
    line-height: 0;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-specifications {
    font-size: 13px;
    line-height: 0;
    display: flex;
    align-items: baseline;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-specifications span {
    margin-right: 6px;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-specifications font {
    line-height: 0;
}

.xiaoice-card-content .xiaoice-card-content-right .xiaoice-middle .xiaoice-specifications-btn {
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #004E71;
    border-radius: 4px;
    margin-left: auto;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
}

.xiaoice-goods-desc {
    margin-top: 16px;
    margin-bottom: 8px;
}

.xiaoice-goods-guide,
.xiaoice-goods-desc {
    color: #333333;
    font-size: 13px;
}

.xiaoice-goods-guide span,
.xiaoice-goods-desc span {
    font-weight: 600;
}


.braft-output-content p {
    min-height: 1em
}

.braft-output-content .image-wrap img,
.braft-output-content .video-wrap video {
    max-width: 100%;
    height: auto
}

.braft-output-content .audio-wrap audio {
    max-width: 100%;
}

.braft-output-content ol,
.braft-output-content ul {
    margin: 16px 0;
    padding: 0
}

.braft-output-content blockquote {
    margin: 0 0 10px;
    padding: 15px 20px;
    background-color: #f1f2f3;
    border-left: 5px solid #ccc;
    color: #666;
    font-style: italic
}

.braft-output-content pre {
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0;
    padding: 15px;
    overflow: auto;
    background-color: #f1f2f3;
    border-radius: 3px;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    white-space: pre-wrap
}

.braft-output-content pre pre {
    margin: 0;
    padding: 0
}


/*!
* Viewer.js v1.11.1
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-11-06T05:18:17.414Z
*/

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
}

.viewer-zoom-in::before {
    background-position: 0 0;
    content: "Zoom In";
}

.viewer-zoom-out::before {
    background-position: -20px 0;
    content: "Zoom Out";
}

.viewer-one-to-one::before {
    background-position: -40px 0;
    content: "One to One";
}

.viewer-reset::before {
    background-position: -60px 0;
    content: "Reset";
}

.viewer-prev::before {
    background-position: -80px 0;
    content: "Previous";
}

.viewer-play::before {
    background-position: -100px 0;
    content: "Play";
}

.viewer-next::before {
    background-position: -120px 0;
    content: "Next";
}

.viewer-rotate-left::before {
    background-position: -140px 0;
    content: "Rotate Left";
}

.viewer-rotate-right::before {
    background-position: -160px 0;
    content: "Rotate Right";
}

.viewer-flip-horizontal::before {
    background-position: -180px 0;
    content: "Flip Horizontal";
}

.viewer-flip-vertical::before {
    background-position: -200px 0;
    content: "Flip Vertical";
}

.viewer-fullscreen::before {
    background-position: -220px 0;
    content: "Enter Full Screen";
}

.viewer-fullscreen-exit::before {
    background-position: -240px 0;
    content: "Exit Full Screen";
}

.viewer-close::before {
    background-position: -260px 0;
    content: "Close";
}

.viewer-container {
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
    background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
    background-color: transparent;
}

.viewer-container:focus {
    outline: 0;
}

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.viewer-canvas&gt;img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
}

.viewer-footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, 50%);
    overflow: hidden;
}

.viewer-list {
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0;
}

.viewer-list&gt;li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
}

.viewer-list&gt;li:focus,
.viewer-list&gt;li:hover {
    opacity: 0.75;
}

.viewer-list&gt;li:focus {
    outline: 0;
}

.viewer-list&gt;li+li {
    margin-left: 1px;
}

.viewer-list&gt;.viewer-loading {
    position: relative;
}

.viewer-list&gt;.viewer-loading::after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}

.viewer-list&gt;.viewer-active,
.viewer-list&gt;.viewer-active:focus,
.viewer-list&gt;.viewer-active:hover {
    opacity: 1;
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.viewer-player&gt;img {
    left: 0;
    position: absolute;
    top: 0;
}

.viewer-toolbar&gt;ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
}

.viewer-toolbar&gt;ul&gt;li {
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    transition: background-color 0.15s;
    width: 24px;
}

.viewer-toolbar&gt;ul&gt;li:focus,
.viewer-toolbar&gt;ul&gt;li:hover {
    background-color: rgba(0, 0, 0, 80%);
}

.viewer-toolbar&gt;ul&gt;li:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
    position: relative;
    z-index: 1;
}

.viewer-toolbar&gt;ul&gt;li::before {
    margin: 2px;
}

.viewer-toolbar&gt;ul&gt;li+li {
    margin-left: 1px;
}

.viewer-toolbar&gt;ul&gt;.viewer-small {
    height: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 18px;
}

.viewer-toolbar&gt;ul&gt;.viewer-small::before {
    margin: -1px;
}

.viewer-toolbar&gt;ul&gt;.viewer-large {
    height: 30px;
    margin-bottom: -3px;
    margin-top: -3px;
    width: 30px;
}

.viewer-toolbar&gt;ul&gt;.viewer-large::before {
    margin: 5px;
}

.viewer-tooltip {
    background-color: rgba(0, 0, 0, 80%);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.viewer-title {
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 5%;
    max-width: 90%;
    min-height: 14px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
}

.viewer-button {
    -webkit-app-region: no-drag;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    transition: background-color 0.15s;
    width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
    background-color: rgba(0, 0, 0, 80%);
}

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
}

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
}

.viewer-fixed {
    position: fixed;
}

.viewer-open {
    overflow: hidden;
}

.viewer-show {
    display: block;
}

.viewer-hide {
    display: none;
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, 50%);
}

.viewer-invisible {
    visibility: hidden;
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.viewer-fade {
    opacity: 0;
}

.viewer-in {
    opacity: 1;
}

.viewer-transition {
    transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes viewer-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 10%);
    border-left-color: rgba(255, 255, 255, 50%);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display: none;
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display: none;
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display: none;
    }
}

.xiaoiceChatbot .chatbotHeader {
    background-color: #000;
}

.xiaoiceChatbot .chatbotLogo {
    background-image: url(https://res.lancome.com.cn/resources/2022/9/20/16636593539092511.jpg);
}

.xiaoiceChatbot .chatbotSider {
    background-image: url(https://res.lancome.com.cn/resources/2022/6/28/16563993127711331.jpg);
}

.xiaoiceChatbot .chatbotChatbox.left .chatbotAvatar {
    background-image: url(https://res.lancome.com.cn/resources/2022/6/16/16553457684898580.png);
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotMessage a.chatbotLink,
.xiaoiceChatbot .chatbotScroller .chatbotChatbox.left .chatbotMessage span.chatbotEvent {
    color: #4d74ff;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.right .chatbotMessage {
    background-color: #505050 !important;
    border-color: #505050 !important;
}

.xiaoiceChatbot .chatbotScroller .chatbotChatbox.right .chatbotArrows {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 22px solid #EF8D92;
    border-color: transparent transparent transparent #505050;
}
</pre></body></html>