.c-dialog{position:fixed;z-index:1001;top:50%;left:50%;color:#333440;max-width:calc(100vw - 100px);width:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.c-dialog-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.c-dialog__content{position:relative;background:#fff;border-radius:16px}.c-dialog__header{text-align:center;padding:24px 24px 0}.c-dialog__title{font-size:16px;font-weight:700;line-height:24px}.c-dialog__close{position:absolute;top:24px;right:24px;width:24px;height:24px;color:#17171b;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-dialog__body{text-align:center;font-size:15px;line-height:26px;padding:12px 24px 24px}.c-dialog__body:first-child{padding-top:24px}.c-dialog__footer{display:-webkit-flex;display:-ms-flexbox;display:flex;height:48px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-top:1px solid rgba(0,0,0,.08)}.c-dialog__button{position:relative;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;font-size:16px;text-align:center;cursor:pointer}.c-dialog__button--cancel{color:#a3a0ac}.c-dialog__button--confirm{color:#4c97f0}.c-dialog__button:nth-child(n+1):before{position:absolute;top:50%;left:-.5px;content:"";width:1px;height:16px;background-color:rgba(0,0,0,.08);margin-top:-8px}.c-dialog-tip.c-dialog .c-dialog__content{border-radius:8px}.c-dialog-tip.c-dialog .c-dialog__header--no-title{padding-bottom:24px}.c-dialog-tip.c-dialog .c-dialog__title{height:52px;font-size:20px;text-align:left;color:#17171b}.c-dialog-tip.c-dialog .c-dialog__body{padding:30px 70px 42px;line-height:22px;font-size:16px;color:#343440}.c-dialog-tip.c-dialog .c-dialog__body-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-dialog-tip.c-dialog .c-dialog__icon{width:20px;height:20px;margin-right:5px;background-position:50%;background-repeat:no-repeat;background-size:contain}.c-dialog-tip.c-dialog .c-dialog__footer{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-top:none;padding-bottom:24px;height:auto}.c-dialog-tip.c-dialog .c-dialog__button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:124px;height:36px;-webkit-flex:initial;-ms-flex:initial;flex:initial;font-size:14px;border-radius:36px}.c-dialog-tip.c-dialog .c-dialog__button--cancel{color:#343440;background-color:#ebebeb}.c-dialog-tip.c-dialog .c-dialog__button--confirm{color:#fff;background-color:#fa4a4a}.c-dialog-tip.c-dialog .c-dialog__button--confirm:hover{background-color:#fb6c6c}.c-dialog-tip.c-dialog .c-dialog__button--confirm:active{background-color:#dc4343}.c-dialog-tip.c-dialog .c-dialog__button:nth-child(n+1){margin-left:16px}.c-dialog-tip.c-dialog .c-dialog__button:nth-child(n+1):before{display:none}.c-game-side-bar{position:fixed;left:0;padding:0 9px;width:240px;height:calc(100vh - 65px);background-color:#fff;overflow:auto}.c-game-side-bar::-webkit-scrollbar{width:6px;height:6px}.c-game-side-bar::-webkit-scrollbar-thumb{background-color:#eee;border-radius:2px}.c-game-side-bar__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:56px;padding:12px 16px;margin:4px 0;font-size:14px;color:#333440;border-radius:8px}.c-game-side-bar__item.is-active{background-color:#fff2f2}.c-game-side-bar__item.is-active .c-game-side-bar__item-name{font-weight:500;color:#fa4a4a}.c-game-side-bar__item-icon{width:24px;height:24px;margin-right:16px;border-radius:4px;background-size:100% 100%;background-color:#e5e5e5;background-repeat:no-repeat;overflow:hidden}.c-game-side-bar__item-name{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1}.g-live{min-width:1440px;width:100%;height:100vh;background:transparent;overflow:hidden;display:grid;-webkit-align-items:start;-ms-flex-align:start;align-items:start;grid-template-columns:240px 1fr}.g-live__iframe{position:relative;top:0;left:0;width:100%;height:100%}.g-live__iframe iframe{width:100%;height:100%}.g-live__iframe-loading{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}