@media screen and (max-width: 1023px) {
  .core .core-main .yun-center .core-sidebar {
    flex-shrink: 0;
    width: 160px;
    height: auto;
    padding: 0 10px;
  }
  .container-right {
    width: 100%;
  }
  .container-right .container-right-com {
    flex: 1;
    height: auto;
    width: auto;
    overflow: hidden;
    padding: 0 10px;
  }
  .container-right .container-right-com .setup .interface-state {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border-radius: 10px;
  }
  .container-right .container-right-com .setup .interface-state .statetitle {
    font-size: 12px;
    line-height: 1.5px;
    height: auto;
  }
  .container-right .container-right-com .setup .interface-state .address-input {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  .container-right .openapi-sidebar {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .core .core-main {
    padding-top: 48px;
  }
  .core .core-main .yun-center {
    width: 100vw;
    margin-bottom: 0;
  }
  .core .core-main .yun-center .core-sidebar {
    display: none;
  }
  .container-right {
    width: 100%;
  }
  .container-right .container-right-com {
    flex: 1;
    height: auto;
    width: auto;
    overflow: hidden;
    padding: 0 1vw 0 2vw;
  }
  .container-right .container-right-com .setup .interface-state {
    overflow: hidden;
  }
  .container-right .container-right-com .setup .interface-state .state {
    display: none;
  }
  .container-right .container-right-com .setup hr {
    margin-top: 10px;
  }
  .container-right .openapi-sidebar {
    height: auto;
    padding: 0 2vw 20px;
    width: 30vw;
    border-radius: 0;
  }
  .container-right .openapi-sidebar-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
  }
  .container-right .openapi-sidebar .openapi-sidebar-item .openapi-ul li {
    margin-top: 10px;
    line-height: 1.5;
  }
  .container-right .markdown-body {
    margin-top: 10px;
  }
}
