.system-detail{flex-direction:column;align-items:center;width:1280px}.system-detail,.system-detail__box{display:flex;justify-content:center;margin:0 auto}.system-detail__box{border:1px solid #ccc;border-radius:8px;width:1000px;height:580px}.system-detail .msgContent__text{padding:32px 40px 0 48px;text-align:left}.system-detail .msgContent__text::-webkit-scrollbar{width:8px;background:none}.system-detail .msgContent__text::-webkit-scrollbar-thumb{border-radius:8px;background:#aaa}.system-detail .msgContent__iframe-box{position:relative;width:100%;height:580px}.system-detail .msgContent__iframe-box__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.system-detail .slogan{display:block;width:1000px;height:14px;margin:0 auto;padding-top:6px;color:#e83e3e;font-size:14px;line-height:14px;text-align:left}@media screen and (max-width:1280px){.system-detail__box{height:480px}}@media screen and (min-width:1280px) and (max-width:1440px){.system-detail__box{height:calc((100vw - 1280px)/160*100 + 480px)}}@media screen and (min-width:1440px) and (max-width:1920px){.system-detail__box{height:calc((100vw - 1440px)/480*100 + 580px)}}@media screen and (min-width:1920px){.system-detail__box{height:680px}}.isMobile .system-detail{width:100vw}.isMobile .system-detail__box{width:100vw;height:calc(var(--vh) - 88px);border:none}.isMobile .system-detail__box .msgContent__iframe-box{height:100%}.isMobile .system-detail__box .msgContent__text{width:100%;padding:0 14px}.isMobile .system-detail__box .msgContent__text img{width:100%}.isMobile .slogan{display:none}