.video-call-container[data-v-1618463d]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.status-bar[data-v-1618463d]{padding:16px 24px;background:rgba(30,41,59,.8);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.status-info[data-v-1618463d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.status-icon[data-v-1618463d]{position:relative;width:12px;height:12px}.recording-indicator[data-v-1618463d]{width:12px;height:12px;background:#ef4444;border-radius:50%;-webkit-animation:pulse-1618463d 1.5s infinite;animation:pulse-1618463d 1.5s infinite}@-webkit-keyframes pulse-1618463d{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes pulse-1618463d{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.status-text h2[data-v-1618463d]{margin:0;font-size:16px;font-weight:600;color:#f8fafc}.timer[data-v-1618463d]{font-size:14px;color:#94a3b8;margin-top:2px}.video-main-area[data-v-1618463d]{position:relative;padding:20px;gap:20px}.main-video-wrapper[data-v-1618463d],.video-main-area[data-v-1618463d]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.main-video-wrapper[data-v-1618463d]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(15,23,42,.6);border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1)}.video-header[data-v-1618463d]{padding:16px 24px;background:rgba(0,0,0,.3);border-bottom:1px solid hsla(0,0%,100%,.1)}.video-header h3[data-v-1618463d]{margin:0;font-size:14px;font-weight:500;color:#cbd5e1}.remote-video-container[data-v-1618463d]{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.main-video-display[data-v-1618463d]{width:100%;height:100%;background:#0f172a}.remote-video-item[data-v-1618463d]{width:100%;height:100%;position:relative}.video-overlay[data-v-1618463d]{position:absolute;bottom:16px;left:16px;right:16px;padding:8px 12px;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);border-radius:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-info[data-v-1618463d],.video-overlay[data-v-1618463d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-info[data-v-1618463d]{gap:8px}.user-name[data-v-1618463d]{font-weight:500;color:#fff}.user-status[data-v-1618463d]{font-size:12px;color:#10b981;padding:2px 8px;background:rgba(16,185,129,.2);border-radius:12px}.no-remote-placeholder[data-v-1618463d]{text-align:center;color:#94a3b8}.placeholder-icon[data-v-1618463d]{width:64px;height:64px;margin:0 auto 16px;color:#475569}.placeholder-icon svg[data-v-1618463d]{width:100%;height:100%}.pip-video-wrapper[data-v-1618463d]{position:absolute;bottom:100px;right:24px;width:240px;height:160px;background:rgba(15,23,42,.8);border-radius:12px;overflow:hidden;border:2px solid hsla(0,0%,100%,.1);-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.5);box-shadow:0 20px 25px -5px rgba(0,0,0,.5);z-index:10}.pip-header[data-v-1618463d]{padding:8px 12px;background:rgba(0,0,0,.6);border-bottom:1px solid hsla(0,0%,100%,.1)}.pip-header h4[data-v-1618463d]{margin:0;font-size:12px;font-weight:500;color:#cbd5e1}.pip-video-display[data-v-1618463d]{width:100%;height:calc(100% - 40px);background:#1e293b;position:relative}.local-placeholder[data-v-1618463d]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#64748b}.local-placeholder .placeholder-icon[data-v-1618463d]{width:48px;height:48px;margin-bottom:8px}.control-bar[data-v-1618463d]{padding:20px 24px;background:rgba(30,41,59,.8);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1)}.controls-center[data-v-1618463d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.control-btn[data-v-1618463d]{padding:12px 32px;border:none;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:transparent;color:#fff}.control-btn[data-v-1618463d]:disabled{opacity:.5;cursor:not-allowed}.hangup-btn[data-v-1618463d]{background:#ef4444;color:#fff}.hangup-btn[data-v-1618463d]:hover:not(:disabled){background:#dc2626;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.control-btn svg[data-v-1618463d]{width:20px;height:20px}@media (max-width:768px){.video-main-area[data-v-1618463d]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px}.pip-video-wrapper[data-v-1618463d]{position:relative;width:100%;height:200px;bottom:auto;right:auto;margin-top:20px}.status-bar[data-v-1618463d]{padding:12px 16px}.control-bar[data-v-1618463d]{padding:16px}}.waiting-state[data-v-1618463d]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;min-height:0}.waiting-content[data-v-1618463d]{background:rgba(30,41,59,.8);backdrop-filter:blur(10px);border-radius:20px;padding:40px;text-align:center;max-width:400px;border:1px solid hsla(0,0%,100%,.1);-ms-flex-negative:0;flex-shrink:0}.waiting-animation[data-v-1618463d]{position:relative;width:120px;height:120px;margin:0 auto 30px}.ring[data-v-1618463d]{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #3b82f6;border-radius:50%;-webkit-animation:ripple-1618463d 2s infinite;animation:ripple-1618463d 2s infinite;opacity:0}.ring-delay-1[data-v-1618463d]{-webkit-animation-delay:.66s;animation-delay:.66s}.ring-delay-2[data-v-1618463d]{-webkit-animation-delay:1.33s;animation-delay:1.33s}@-webkit-keyframes ripple-1618463d{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:1}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes ripple-1618463d{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:1}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.video-icon[data-v-1618463d]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-icon svg[data-v-1618463d]{width:30px;height:30px;color:#fff}.waiting-info[data-v-1618463d]{margin-bottom:30px}.waiting-title[data-v-1618463d]{font-size:20px;font-weight:600;color:#f8fafc;margin:0 0 10px 0;line-height:1.3}.waiting-desc[data-v-1618463d]{font-size:14px;color:#cbd5e1;margin:0 0 20px 0;line-height:1.5}.waiting-timer[data-v-1618463d]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 16px;background:rgba(15,23,42,.6);border-radius:20px;font-size:14px;font-weight:500;color:#60a5fa}.waiting-timer svg[data-v-1618463d]{width:16px;height:16px}.btn-cancel[data-v-1618463d]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:12px 32px;background:#ef4444;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.btn-cancel[data-v-1618463d]:hover{background:#dc2626;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 10px 25px rgba(239,68,68,.3);box-shadow:0 10px 25px rgba(239,68,68,.3)}.btn-cancel svg[data-v-1618463d]{width:20px;height:20px}.waiting-preview[data-v-1618463d]{background:rgba(30,41,59,.8);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;width:320px;height:240px;border:1px solid hsla(0,0%,100%,.1);-ms-flex-negative:0;flex-shrink:0}.preview-header[data-v-1618463d]{padding:12px 16px;background:rgba(15,23,42,.6);border-bottom:1px solid hsla(0,0%,100%,.1)}.preview-header h4[data-v-1618463d]{margin:0;font-size:14px;font-weight:500;color:#cbd5e1;line-height:1.2}.preview-video[data-v-1618463d]{height:188px;background:#0f172a;position:relative}.preview-video[data-v-1618463d],.video-placeholder[data-v-1618463d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-placeholder[data-v-1618463d]{height:100%;color:#475569}.video-placeholder svg[data-v-1618463d]{width:48px;height:48px}.call-active-state[data-v-1618463d]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;min-height:0}.max-width_con[data-v-5e63b51c]{max-width:600px}.max-width_advertisement[data-v-5e63b51c]{max-width:840px}.pc_customerServer_container[data-v-5e63b51c]{width:100%;height:100%;max-height:654px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:1px 1px 15px 0 rgba(0,0,0,.3);box-shadow:1px 1px 15px 0 rgba(0,0,0,.3);border-radius:8px;overflow:hidden}.pc_customerServer_container[data-v-5e63b51c],.pc_customerServer_container_header[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pc_customerServer_container_header[data-v-5e63b51c]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,right top,left top,from(#1890ff),to(#3875ea));background:linear-gradient(270deg,#1890ff,#3875ea);padding:14px 14px;-webkit-box-sizing:border-box;box-sizing:border-box;height:56px;font-size:16px;color:#fff}.pc_customerServer_container_header_title[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pc_customerServer_container_header_title img[data-v-5e63b51c]{width:30px;height:30px;border-radius:50%;margin-right:10px}.pc_customerServer_container_header_handle[data-v-5e63b51c]{cursor:pointer}.pc_customerServer_container_content[data-v-5e63b51c]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.pc_customerServer_container_content .scroll_content[data-v-5e63b51c]{width:100%;height:100%;overflow-y:auto;padding-bottom:20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.pc_customerServer_container_content .scroll_content .chart_list_item_content[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.pc_customerServer_container_content .scroll_content .chart_list_item_avatar[data-v-5e63b51c]{width:33px;height:33px;border-radius:50%;overflow:hidden;margin-right:10px;-ms-flex-item-align:start;align-self:flex-start}.pc_customerServer_container_content .scroll_content .chart_list_item_avatar img[data-v-5e63b51c]{width:100%;height:100%}.pc_customerServer_container_content .scroll_content .chart_list_item_text[data-v-5e63b51c]{max-width:60%;word-wrap:break-word;background:#f5f5f5;padding:7px 14px;font-size:15px;border-radius:4px}.pc_customerServer_container_content .scroll_content .chart_list_item_img[data-v-5e63b51c]{max-width:60%}.pc_customerServer_container_content .scroll_content .chart_list_item_img img[data-v-5e63b51c]{width:100%;height:auto}.pc_customerServer_container_content .scroll_content .chart_list_item .chart_list_item_imgOrText[data-v-5e63b51c]{background:#ccc;padding:4px 10px;border-radius:8px;width:226px;-webkit-box-sizing:border-box;box-sizing:border-box}.pc_customerServer_container_content .scroll_content .chart_list_item .chart_list_item_imgOrText .order-wrapper .img-box[data-v-5e63b51c]{width:100%}.pc_customerServer_container_content .scroll_content .chart_list_item .chart_list_item_imgOrText .order-wrapper .img-box img[data-v-5e63b51c]{width:100%;height:auto}.pc_customerServer_container_content .scroll_content .chart_list_item .chart_list_item_imgOrText .order-wrapper .order-info .price-box[data-v-5e63b51c]{color:red;font-size:18px}.pc_customerServer_container_content .scroll_content .chart_list_item .chart_list_item_imgOrText .order-wrapper .order-info .name[data-v-5e63b51c]{font-size:14px}.pc_customerServer_container_content .scroll_content .chart_list_item_time[data-v-5e63b51c]{text-align:center;margin:10px auto}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box[data-v-5e63b51c]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_avatar[data-v-5e63b51c]{margin-left:10px}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_text[data-v-5e63b51c]{text-align:left;background:#cde0ff;color:#000}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_img[data-v-5e63b51c]{text-align:right;background:#fff}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_img img[data-v-5e63b51c]{width:100%;height:auto}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_imgOrText[data-v-5e63b51c]{background:#fff;padding:10px;border-radius:8px;width:226px;-webkit-box-sizing:border-box;box-sizing:border-box}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_imgOrText .order-wrapper .img-box[data-v-5e63b51c]{width:100%}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_imgOrText .order-wrapper .img-box img[data-v-5e63b51c]{width:100%;height:auto}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_imgOrText .order-wrapper .order-info .price-box[data-v-5e63b51c]{color:red;font-size:18px}.pc_customerServer_container_content .scroll_content .chart_list_item .right-box .chart_list_item_imgOrText .order-wrapper .order-info .name[data-v-5e63b51c]{font-size:14px}.pc_customerServer_container_footer[data-v-5e63b51c]{background:#fff;padding:14px 18px;min-height:180px;border-top:1px solid #ececec}.pc_customerServer_container_footer_header[data-v-5e63b51c]{position:relative}.pc_customerServer_container_footer_header_handle[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex}.pc_customerServer_container_footer_header_handle>div[data-v-5e63b51c]{margin-right:19px;position:relative}.pc_customerServer_container_footer_header_handle>div img[data-v-5e63b51c]{width:18px;height:18px}.pc_customerServer_container_footer_header_handle>div .type_file[data-v-5e63b51c]{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}.pc_customerServer_container_footer_input-textarea[data-v-5e63b51c]{width:100%;height:100%;border:none;outline:none;padding-top:4px;font-size:14px;line-height:16px}.pc_customerServer_container_footer_input>div[data-v-5e63b51c]{height:90px;max-height:90px;overflow:auto}.pc_customerServer_container_footer_input .opacity0[data-v-5e63b51c]{opacity:0}.pc_customerServer_container_footer_input .readyEmojiHeight[data-v-5e63b51c]{height:90px}.pc_customerServer_container_footer_emoji[data-v-5e63b51c]{max-width:420px;display:grid;grid-template-columns:repeat(9,1fr);padding-top:10px;max-height:150px;overflow-y:auto;background:#fff;position:absolute;bottom:50px;left:0}.pc_customerServer_container_footer_emoji .emoji-item[data-v-5e63b51c]{padding:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pc_customerServer_container_footer_handle[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:10px}.pc_customerServer_container_footer_handle_send[data-v-5e63b51c]{width:56px;height:26px;background:#3875ea;border-radius:3px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;position:relative;z-index:100;margin:0 20px 20px 0}.pc_customerServer_container_footer_copyright[data-v-5e63b51c]{position:absolute;left:-8%;width:110%;display:block;text-align:center;bottom:0;color:#bbb;padding:5px 10px}.layout_content .layout_customerServer_content[data-v-5e63b51c],.layout_content[data-v-5e63b51c]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.layout_content .layout_customerServer_content[data-v-5e63b51c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-right:1px solid #ececec}.layout_content .pc_customerServer_container_advertisement[data-v-5e63b51c]{width:260px;background:#fff}.layout_content .pc_customerServer_container_advertisement .advertisement[data-v-5e63b51c]{padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:550px;overflow-y:auto}.layout_content .pc_customerServer_container_advertisement .advertisement img[data-v-5e63b51c]{max-width:100%!important}.layout_content .pc_customerServer_container_advertisement .copyright[data-v-5e63b51c]{position:fixed;bottom:20px;text-align:center;width:230px;-webkit-transition:.3s;transition:.3s;z-index:99;cursor:pointer}.layout_content .pc_customerServer_container_advertisement .copyright span[data-v-5e63b51c]{color:#ccc}.layout_content .pc_customerServer_container_advertisement .copyright span[data-v-5e63b51c]:hover{color:#007aff}.demo-spin-icon-load[data-v-5e63b51c]{-webkit-animation:ani-demo-spin-5e63b51c 1s linear infinite;animation:ani-demo-spin-5e63b51c 1s linear infinite}.productMessage_container[data-v-5e63b51c]{height:94px;width:100%;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.productMessage_container_image[data-v-5e63b51c]{margin-right:12px}.productMessage_container_image img[data-v-5e63b51c]{width:77px;height:77px}.productMessage_container_content[data-v-5e63b51c]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.productMessage_container_content_title[data-v-5e63b51c]{font-size:14px;color:#333;height:42px;font-weight:800;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left!important}.productMessage_container_content_priceOrHandle[data-v-5e63b51c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.productMessage_container_content_priceOrHandle>div[data-v-5e63b51c]:first-child{font-size:18px;color:#e93323;text-align:left}.productMessage_container_content_priceOrHandle>div[data-v-5e63b51c]:nth-child(2){width:65px;height:25px;background:#e83323;opacity:1;border-radius:62px;color:#fff;font-size:12px;text-align:center;line-height:25px;cursor:pointer}.fixed[data-v-5e63b51c]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.pt140[data-v-5e63b51c]{padding-bottom:140px!important}@-webkit-keyframes ani-demo-spin-5e63b51c{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ani-demo-spin-5e63b51c{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[data-v-5e63b51c] .happy-scroll-content{width:100%!important;-webkit-box-sizing:border-box;box-sizing:border-box}.advertisement div,.advertisement img,.advertisement p,.advertisement span{max-width:100%}.happy-scroll-container{width:100%!important}.advertisement{overflow:auto!important}.advertisement::-webkit-scrollbar{width:1px;height:1px}.advertisement::-webkit-scrollbar-thumb{border-radius:10px;background-color:#87ceeb;background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent)}.advertisement::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#ededed;border-radius:10px}