html, body {
  height: auto;
}

/* Root
-------------------------------------------------- */
.root {
  position: relative;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #020306;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../img/common/common-page-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

/* Header
-------------------------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0.75rem 1.5rem 0.75rem 1.125rem;
  padding-left: calc(env(safe-area-inset-left) + 1.125rem);
  padding-right: calc(env(safe-area-inset-right) + 1.5rem);
  background-color: rgba(11, 25, 69, 0.8);
  background: linear-gradient(to bottom, rgb(8, 11, 22) 0%, rgba(8, 11, 22, 0.126) 73%, rgba(8, 11, 22, 0.075) 80.2%, rgba(8, 11, 22, 0.042) 86.1%, rgba(8, 11, 22, 0.021) 91%, rgba(8, 11, 22, 0.008) 95.2%, rgba(8, 11, 22, 0.002) 98.2%, transparent 100%);
  z-index: 20;
}
@supports (padding: max(0px)) {
  .header {
    padding-left: max(1.125rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}
.header .logo-wrapper {
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0rem 0rem 0rem 0.5rem;
}
.header .logo {
  width: 11.875rem;
  height: 2.875rem;
  overflow: hidden;
  cursor: pointer;
  transition-property: width;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.header .logo img {
  width: 100%;
  max-width: 11.875rem;
  min-width: 11.875rem;
}
.header .logo-cn {
  width: 14.125rem;
  height: 2.875rem;
  overflow: hidden;
  cursor: pointer;
  transition-property: width;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.header .logo-cn img {
  width: 100%;
  max-width: 14.125rem;
  min-width: 14.125rem;
}
.header .utils .util-btn {
  border: 0;
}
.header .utils .util-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .utils .util-btn:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.header .utils .util-btn.active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.header .utils .divide {
  opacity: 0.35;
}
.header .utils .no-avatar {
  background-color: #2a80eb;
}
.header .util-search-nas {
  transition-property: width, border-radius, background-color;
}
.header .util-search-nas .ic-search-nas {
  max-width: 2.5rem;
}
.header .util-search-nas.expand-search {
  background-color: #fff;
}
.header .util-search-nas.expand-search:hover {
  background-color: #fff;
}
.header .util-search-nas.expand-search:active {
  background-color: #fff !important;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group, .header .util-more .comp-dropdown-menu .m--section .m--selection-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group.m--location .section-items, .header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--location .section-items {
  width: 20%;
  min-width: 0;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group.m--lang .section-items, .header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
  width: 20%;
  min-width: 0;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group.m--service .section-items, .header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
  width: 33.33333%;
  min-width: 0;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group.m--service .section-items .service-logo, .header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
  flex: initial;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
}
.header .util-more .comp-dropdown-menu .section .m--selection-group.m--service .section-items .service-name, .header .util-more .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-name {
  flex: 1;
  min-width: 0;
  padding: 0rem 0rem 0rem 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header:after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .header {
    position: absolute;
    background-color: transparent;
  }
}

/* Wrap
-------------------------------------------------- */
.wrap {
  flex: 1;
  overflow: hidden;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap {
    flex: 1 1 auto;
    min-height: calc(100vh - 8.563rem);
  }
}
/* Main Content
-------------------------------------------------- */
.wrap .main-content {
  background-color: transparent;
}

.main-content {
  display: block;
  flex: none;
  overflow: hidden;
  height: 100%;
}

.content-section {
  width: 100%;
  max-width: 75rem;
  min-height: 21.875rem;
  margin: 8.375rem auto 8rem auto;
  padding: 0 2rem;
}
.content-section .section-head {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.063rem;
  color: #fff;
}
.content-section .section-body {
  position: relative;
  min-height: 21.875rem;
  padding: 2rem 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #cfd1d6;
  background-color: #fff;
  box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.content-section .section-body .tabbar, .content-section .section-body .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
.content-section .section-body .tabbar .col-left, .content-section .section-body .toolbar .col-left {
  flex: 1;
  flex-grow: 1;
  min-width: 0;
}
.content-section .section-body .tabbar .col-right, .content-section .section-body .toolbar .col-right {
  flex: initial;
}
.content-section .section-body .tabbar .col-right .util-btn, .content-section .section-body .toolbar .col-right .util-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  cursor: pointer;
}
.content-section .section-body .tabbar .col-right .util-btn:hover, .content-section .section-body .toolbar .col-right .util-btn:hover {
  background-color: #f1f1f4;
}
.content-section .section-body .tabbar .col-right .util-btn.active, .content-section .section-body .toolbar .col-right .util-btn.active {
  background-color: #e6e6ec;
}
.content-section .section-body .tabbar .col-right .util-btn:last-child, .content-section .section-body .toolbar .col-right .util-btn:last-child {
  margin-right: 0;
}
.content-section .section-body .tabbar .col-right .util-btn > img, .content-section .section-body .toolbar .col-right .util-btn > img {
  width: 100%;
}
.content-section .section-body .tabbar .col-right .util-btn .align-selft-center, .content-section .section-body .toolbar .col-right .util-btn .align-selft-center {
  position: relative;
  width: 1.125rem;
  max-width: 1.125rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.content-section .section-body .inner-head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0rem 0rem;
  padding: 0.5rem 0rem 1.5rem 0rem;
}
.content-section .section-body .inner-text {
  font-size: 1rem;
  line-height: 1.45;
  padding-bottom: 1rem;
}
.content-section .section-body .divide {
  border-top: 1px solid #dadce0;
  margin-bottom: 1rem;
}

/* Search Device
-------------------------------------------------- */
.content-section .section-body.search-nas-body {
  padding: 2rem 2rem;
  /* Media Query
  -------------------------------------------------- */
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body {
    background-color: transparent;
    padding: 0;
    border: 0;
  }
}
.content-section .section-body.search-nas-body .tabbar {
  border-bottom: 1px solid #d9dae3;
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.search-nas-body .tabbar .col-left ul {
  border-bottom: 0;
}
.content-section .section-body.search-nas-body .tabbar .col-left .comp-select {
  display: none;
}
.content-section .section-body.search-nas-body .tabbar .col-right {
  min-width: 5.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body .tabbar {
    border-bottom: 0;
    padding: 0rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
  }
  .content-section .section-body.search-nas-body .tabbar .col-left {
    padding-right: 0.5rem;
  }
  .content-section .section-body.search-nas-body .tabbar .col-left .tab-group {
    display: none;
  }
  .content-section .section-body.search-nas-body .tabbar .col-left .comp-select {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .content-section .section-body.search-nas-body .tabbar .col-right {
    padding-bottom: 0;
  }
  .content-section .section-body.search-nas-body .tabbar .col-right .util-btn {
    margin-right: 0;
  }
}
.content-section .section-body.search-nas-body .service-grid {
  position: relative;
  width: 100%;
  min-height: 30rem;
  padding: 3rem 0rem 0rem 0rem;
  overflow: hidden;
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.search-nas-body .service-grid .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
@media screen and (max-width: 500px) {
  .content-section .section-body.search-nas-body .service-grid .grid-wrap {
    margin-left: 0;
  }
}
.content-section .section-body.search-nas-body .service-grid .card {
  flex-basis: 14.2%;
  padding: 0rem 0rem 2.5rem 1rem;
  min-width: 0;
  cursor: pointer;
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.search-nas-body .service-grid .card .service-img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0rem auto 1.5rem auto;
  border-radius: 1.125rem;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.1s ease-out, transform 0.3s ease-out;
  transition: box-shadow 0.1s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.content-section .section-body.search-nas-body .service-grid .card .service-img img {
  width: 100%;
}
.content-section .section-body.search-nas-body .service-grid .card .service-name {
  text-align: center;
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-section .section-body.search-nas-body .service-grid .card:hover .service-img {
  box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content-section .section-body.search-nas-body .service-grid .card:hover .service-name {
  color: #004fe1;
}
.content-section .section-body.search-nas-body .service-grid .card:active {
  opacity: 0.95;
}
.content-section .section-body.search-nas-body .service-grid .card:active .service-img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.content-section .section-body.search-nas-body .service-grid .card:active .service-name {
  color: #0138a0;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.search-nas-body .service-grid .card {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body .service-grid .card {
    flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 500px) {
  .content-section .section-body.search-nas-body .service-grid .card {
    flex-basis: 100%;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e6ea;
  }
  .content-section .section-body.search-nas-body .service-grid .card:last-child {
    border-bottom: 0;
  }
  .content-section .section-body.search-nas-body .service-grid .card .service-img {
    flex: initial;
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .content-section .section-body.search-nas-body .service-grid .card .service-name {
    flex: 1;
    flex-grow: 1;
    text-align: left;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body .service-grid {
    padding-top: 2rem;
    border-radius: 0.5rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .content-section .section-body.search-nas-body .service-grid {
    padding: 0.5rem 1rem;
  }
}
.content-section .section-body.search-nas-body .content-empty-screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  align-items: center;
  justify-content: center;
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-screen-title {
  padding: 0 4rem 0.5rem 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  align-self: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-screen-title span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body .content-empty-screen .empty-illustration {
    margin-top: 5rem;
  }
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-note {
  padding: 0rem 4rem 0rem 4rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-desc {
  font-size: 0.875rem;
  text-align: center;
  color: #5F6368;
  padding: 0rem 12.5rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-desc .sub-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .empty-desc .sub-info {
  line-height: 1.45;
  text-align: center;
}
.content-section .section-body.search-nas-body .content-empty-screen .inner-login {
  position: relative;
  width: 25rem;
  padding: 2rem 2.5rem 2rem 2.5rem;
  margin: 3rem auto 1rem;
  background-color: #fff;
  border: 1px solid #cfd1d6;
  border-radius: 0.5rem;
  box-shadow: 0 0.063rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-out;
}
.content-section .section-body.search-nas-body .content-empty-screen .inner-login:hover {
  box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.content-section .section-body.search-nas-body .content-empty-screen .form {
  position: relative;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .form-body {
  position: relative;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .form-footer {
  margin: 3rem 0rem 1.5rem 0rem;
  position: relative;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .form-footer .q-btn {
  width: 100%;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap {
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap ol, .content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap ul {
  margin: 0;
  padding: 0;
  margin-left: 1.25rem;
  list-style-type: disc;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap ol li, .content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap ul li {
  padding-left: 0rem;
  padding-bottom: 0.5rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-wrap.required:after {
  content: " *";
  color: #db0606;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-input-wrap {
  position: relative;
  margin-bottom: 0.75rem;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-input-wrap input {
  width: 100%;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-input-wrap .pwd-strength {
  max-width: 100%;
}
.content-section .section-body.search-nas-body .content-empty-screen .form .text-error {
  padding: 0.5rem 0rem;
  color: #db0606;
}
@media screen and (max-width: 700px) {
  .content-section .section-body.search-nas-body .content-empty-screen {
    justify-content: flex-start;
    border-radius: 0.5rem;
    background-color: #fff;
  }
  .content-section .section-body.search-nas-body .content-empty-screen .empty-screen-illustration {
    margin-top: 2rem;
  }
  .content-section .section-body.search-nas-body .content-empty-screen .inner-login {
    margin: 0 auto;
    background-color: #fff;
    border: 0;
    box-shadow: none;
  }
  .content-section .section-body.search-nas-body .content-empty-screen .inner-login:hover {
    box-shadow: none;
  }
  .content-section .section-body.search-nas-body .content-empty-screen .inner-login .empty-screen-title {
    font-size: 1.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-section .section-body.search-nas-body .content-empty-screen .inner-login {
    width: 100%;
    max-width: 100%;
  }
}

/* Sharelink Download
-------------------------------------------------- */
.content-section .section-body.sharelink-body {
  padding: 2rem 2rem;
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.sharelink-body .toolbar {
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  margin-bottom: 0.5rem;
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.sharelink-body .toolbar .col-left {
  padding-right: 0.5rem;
}
.content-section .section-body.sharelink-body .toolbar .col-left .comp-path-breadcrumb .path-label {
  font-size: 1rem;
}
.content-section .section-body.sharelink-body .toolbar .col-right {
  min-width: 5.5rem;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload {
  position: relative;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload:hover .comp-tooltip {
  display: block;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body {
  max-width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status {
  display: flex;
  flex-wrap: nowrap;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col {
  flex-grow: 1;
  text-align: center;
  min-width: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-divide {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col.status-complete .col-num {
  color: #4ad021;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col.status-uploading .col-num {
  color: #fff;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col.status-failed .col-num {
  color: #ff0005;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col .col-num {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.content-section .section-body.sharelink-body .toolbar .col-right .tool-upload .comp-tooltip .tooltip-body .upload-status .status-col .col-label {
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  opacity: 0.8;
}
.content-section .section-body.sharelink-body .toolbar .m--col-right {
  display: none;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .toolbar {
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
  }
  .content-section .section-body.sharelink-body .toolbar .col-right {
    display: none;
  }
  .content-section .section-body.sharelink-body .toolbar .m--col-right {
    display: block;
  }
}
.content-section .section-body.sharelink-body .inline-progress-complex {
  position: fixed;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .inline-progress-complex {
    bottom: 0rem;
  }
}
.content-section .section-body.sharelink-body .flexbox-table {
  /* Media Query
  -------------------------------------------------- */
  /* Media Query
  -------------------------------------------------- */
}
.content-section .section-body.sharelink-body .flexbox-table .flexbox-thead .thead-cell:nth-child(4) {
  justify-content: flex-end;
}
.content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody {
  position: relative;
  min-height: 25rem;
  transition: height 0.5s ease-in-out;
}
.content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .q-loading-indicator {
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(4), .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(5) {
  text-align: right;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  align-items: center;
  justify-content: center;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-screen-title {
  padding: 0 4rem 0.5rem 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  align-self: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-screen-title span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-illustration {
    margin-top: 5rem;
    width: 6rem;
  }
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-note {
  padding: 0rem 4rem 0rem 4rem;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-desc {
  font-size: 0.875rem;
  text-align: center;
  color: #5F6368;
  padding: 0rem 12.5rem;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-desc .sub-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem;
}
.content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-desc .sub-info {
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .flexbox-table .content-empty-screen {
    justify-content: flex-start;
    border-radius: 0.5rem;
    background-color: #fff;
  }
  .content-section .section-body.sharelink-body .flexbox-table .content-empty-screen .empty-screen-illustration {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-thead {
    display: none;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow {
    flex-wrap: wrap;
    min-height: 0;
    padding: 0.5rem 1rem 0rem 1rem;
    margin-bottom: 2px;
    border: 0;
    border-radius: 0.25rem;
    background-color: #fff;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell {
    flex-grow: initial;
    width: auto !important;
    min-width: auto;
    padding: 0.5rem 1rem;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(1) {
    order: 0;
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 0.25rem;
    padding-bottom: 0.625rem;
    padding-right: 5.5rem;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(2) {
    order: 2;
    min-width: 0;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #d1d1d1;
    color: #6a6a6a;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(3) {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(4) {
    order: 3;
    min-width: 0;
    text-align: right;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6a6a;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(5) {
    order: 4;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(2) {
    display: none;
  }
  .content-section .section-body.sharelink-body .flexbox-table .flexbox-tbody .flexbox-trow .tbody-cell:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .content-section .section-body.sharelink-body {
    background-color: transparent;
    padding: 0;
    border: 0;
  }
}

/* Troubleshoot
-------------------------------------------------- */
.content-section .section-body.troubleshoot {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: transparent;
  border: 0;
  min-height: 25rem;
}
.content-section .section-body.troubleshoot .col-illustration {
  position: relative;
  flex: 0 0 20rem;
  padding: 30px 30px;
  background: linear-gradient(180deg, rgb(236, 241, 251) 40%, rgba(236, 241, 251, 0.6) 70%, rgba(236, 241, 251, 0.1) 100%);
  border-right: 1px solid #EBF1FB;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.content-section .section-body.troubleshoot .col-illustration .illustration-anonymous, .content-section .section-body.troubleshoot .col-illustration .illustration-permission-required, .content-section .section-body.troubleshoot .col-illustration .illustration-try-different-name {
  position: absolute;
  width: 12.5rem;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.content-section .section-body.troubleshoot .col-illustration .illustration-anonymous img, .content-section .section-body.troubleshoot .col-illustration .illustration-permission-required img, .content-section .section-body.troubleshoot .col-illustration .illustration-try-different-name img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .content-section .section-body.troubleshoot .col-illustration {
    display: none;
  }
}
.content-section .section-body.troubleshoot .col-content {
  flex-grow: 1;
  background-color: #fff;
  padding: 2rem 2.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.content-section .section-body.troubleshoot .col-content .comp-search {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 2.25rem;
}
.content-section .section-body.troubleshoot .col-content .comp-search img {
  flex: initial;
}
.content-section .section-body.troubleshoot .col-content .comp-search .comp-input {
  flex-grow: 1;
}
.content-section .section-body.troubleshoot .col-content .comp-search .comp-input input[type=text] {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .content-section .section-body.troubleshoot .col-content {
    border-radius: 0.5rem;
  }
}

/* Notification
-------------------------------------------------- */
.content-section .section-body.notification .screenshot-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
  padding: 0rem 1.5rem;
}
.content-section .section-body.notification .screenshot-content .inner-text {
  position: relative;
  padding: 3rem 3rem 3rem;
  text-align: center;
  background-color: #ebf0f5;
  border-radius: 0.5rem;
  border: 1px solid #d9e3ec;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.notification .screenshot-content {
    grid-template-columns: 1fr;
  }
  .content-section .section-body.notification .screenshot-content .inner-text {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }
}
.content-section .section-body.notification .screenshot-content .notification-screenshot {
  width: 100%;
  max-width: 24.188rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0 0.063rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.content-section .section-body.notification .screenshot-content .notification-screenshot img {
  width: 100%;
  max-width: 100%;
}
.content-section .section-body.notification .screenshot-content .chrome-logo {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/utils/chrome-logo.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center center;
}
.content-section .section-body.notification .screenshot-content .firefox-logo {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/utils/firefox-logo.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center center;
}
.content-section .section-body.notification .screenshot-content .edge-logo {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/utils/edge-logo.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center center;
}
.content-section .section-body.notification .screenshot-content .safari-logo {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/utils/safari-logo.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center center;
}

/* System Status
-------------------------------------------------- */
.content-section .section-body.system-status .info-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.content-section .section-body.system-status .info-bar .col-date {
  font-size: 0.875rem;
}
.content-section .section-body.system-status .info-bar .col-status {
  font-size: 0.875rem;
  color: #444;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #b1b1b1;
}
.content-section .section-body.system-status .system-list {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 0.063rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: 1.5rem;
}
.content-section .section-body.system-status .system-list .system-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid #ddd;
}
.content-section .section-body.system-status .system-list .system-row .name {
  flex: 1;
  min-width: 0;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-section .section-body.system-status .system-list .system-row .status {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #81a1ce;
}
.content-section .section-body.system-status .system-list .system-row .status.status-normal {
  background-color: #64c200;
}
.content-section .section-body.system-status .system-list .system-row .status.status-wraning {
  background-color: #ff9b00;
}
.content-section .section-body.system-status .system-list .system-row .status.status-error {
  background-color: #E02020;
}
.content-section .section-body.system-status .system-list .system-row:first-child {
  background-color: #f7f8f9;
}
.content-section .section-body.system-status .system-list .system-row:last-child {
  border-bottom: 0;
}

/* Report Abuse
-------------------------------------------------- */
.content-section .section-body.report-abuse {
  position: relative;
  max-width: 50rem;
  margin: -1.5rem auto 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.content-section .section-body.report-abuse .inner-head {
  color: #fff;
}
.content-section .section-body.report-abuse .form-report-abuse {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  color: #000;
  border-radius: 0.5rem;
  border: 1px solid #cfd1d6;
  background-color: #fff;
  box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.content-section .section-body.report-abuse .form-report-abuse .form-head {
  font-size: 1.125rem;
  font-weight: 500;
}
.content-section .section-body.report-abuse .form-report-abuse .inner-head {
  color: #000;
  font-size: 1.125rem;
}
.content-section .section-body.report-abuse .form-report-abuse .form form {
  margin: 0 0;
  padding: 0 0;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-row {
  margin-bottom: 1.5rem;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-label {
  margin-bottom: 0.625rem;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-label.required::after {
  content: " *";
  color: #db0606;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-desc {
  padding: 0rem 0rem 0.625rem;
  color: #2f2f2f;
  font-size: 0.875rem;
  line-height: 1.4;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-val .comp-input {
  width: 100%;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-val .comp-input input[type=text] {
  width: 100%;
  min-height: 2.5rem;
  font-size: 1rem;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-val textarea {
  min-height: 6rem;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-val .comp-select {
  width: 100%;
  max-width: 100%;
}
.content-section .section-body.report-abuse .form-report-abuse .form .form-val .comp-select .select-toggle {
  height: 2.5rem;
}
/* Page Not Found
-------------------------------------------------- */
.content-section .section-body.page-not-found {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 56.25rem;
  min-height: 25rem;
  margin: 0 auto;
  margin: 11.25rem auto 11.25rem auto;
}
.content-section .section-body.page-not-found .infographic {
  position: relative;
  flex-basis: 50%;
}
.content-section .section-body.page-not-found .infographic .illus-wrap {
  position: absolute;
  width: 33.5rem;
  top: -1rem;
  right: 0;
}
.content-section .section-body.page-not-found .infographic .illus-wrap img {
  width: 100%;
  max-width: 100%;
}
.content-section .section-body.page-not-found .info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.content-section .section-body.page-not-found .info-content .info-content-head {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.625rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.45;
}
.content-section .section-body.page-not-found .info-content .info-content-body {
  padding-left: 3rem;
  padding-right: 0rem;
}
.content-section .section-body.page-not-found .info-content .info-content-body .text-wrap {
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .content-section .section-body.page-not-found {
    flex-direction: column;
    margin: -3rem auto 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: transparent;
    border: 0;
  }
  .content-section .section-body.page-not-found .infographic {
    position: relative;
    text-align: center;
    flex: initial;
    z-index: 1;
  }
  .content-section .section-body.page-not-found .infographic .illus-wrap {
    position: relative;
    width: 65%;
    max-width: 65%;
    margin: 1rem auto 0;
  }
  .content-section .section-body.page-not-found .info-content {
    position: relative;
    margin-top: -14%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-top: 1px solid #293353;
  }
  .content-section .section-body.page-not-found .info-content .info-content-head {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
  .content-section .section-body.page-not-found .info-content .info-content-body {
    text-align: center;
    padding-left: 0;
  }
  .content-section .section-body.page-not-found .info-content .info-content-body .text-wrap {
    color: rgba(255, 255, 255, 0.7);
  }
  .content-section .section-body.page-not-found .info-content .info-content-body .q-btn {
    font-size: 1.125rem;
    padding: 0.75rem 2.125rem;
    border-radius: 1.875rem;
    min-width: 8rem;
    color: #2f2f2f;
    background-color: #fff;
    border-color: #b5b8bf;
  }
  .content-section .section-body.page-not-found .info-content .info-content-body .q-btn:hover {
    background-color: #fff;
    border-color: #aaa;
    box-shadow: none;
  }
  .content-section .section-body.page-not-found .info-content .info-content-body .q-btn:active {
    color: #2f2f2f;
    background-color: #f7f7f7;
    background-image: none;
    border-color: #0b1c4f;
  }
}
@media screen and (max-width: 600px) {
  .content-section .section-body.page-not-found .infographic .illus-wrap {
    width: 75%;
    max-width: 75%;
  }
  .content-section .section-body.page-not-found .info-content {
    position: relative;
    margin-top: -16%;
  }
}
@media screen and (max-width: 480px) {
  .content-section .section-body.page-not-found .infographic .illus-wrap {
    width: 80%;
    max-width: 80%;
  }
  .content-section .section-body.page-not-found .info-content .info-content-head {
    font-size: 1.375rem;
  }
}

/* Footer
-------------------------------------------------- */
.footer {
  position: relative;
  flex: initial;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 0.875rem;
  background-color: rgba(8, 11, 21, 0.5);
  background: linear-gradient(0deg, rgba(8, 11, 21, 0.5) 60%, rgba(8, 11, 21, 0) 100%);
}
.footer .footer-utils {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem;
}
.footer .footer-links .link-item {
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0.5rem 0rem;
  border-right: 1px solid #515871;
}
.footer .footer-links .link-item a {
  color: #97adce;
  text-decoration: none;
}
.footer .footer-links .link-item a:hover {
  color: #fff;
}
.footer .footer-links .link-item:last-child {
  border: 0;
}
.footer .footer-sns .sns-item {
  display: inline-block;
  padding: 0rem 0.5rem;
  margin: 0.5rem 0rem;
}
.footer .footer-sns .sns-item a {
  color: #777;
  text-decoration: none;
}
.footer .footer-sns .sns-item:first-child {
  padding-left: 1.125rem;
  border-left: 1px solid #515871;
}
.footer .footer-sns .sns-item.weibo a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.footer .footer-sns .sns-item.weibo a img {
  width: 100%;
  max-width: 100%;
}
.footer .footer-copyright {
  border-top: 1px solid #515871;
  padding: 1.5rem 0rem;
  color: #5a739d;
}
.footer .footer-copyright a.no-style {
  color: #5a739d;
  text-decoration: none;
}
.footer .footer-copyright .china_site {
  margin-top: 0.5rem;
}
.footer .footer-copyright .china_site img {
  margin: 0 0.25rem;
}
.footer .footer-copyright .china_site a {
  font-size: 0.875rem;
  color: #5a739d;
  text-decoration: none;
}

/* Media Query
-------------------------------------------------- */
@media screen and (max-width: 900px) {
  .header .logo-wrapper {
    padding-left: 1rem;
  }
  .header .logo, .header .logo-cn {
    width: 3rem;
  }
  .header .utils .util-more {
    margin: 0;
  }
  .header .utils .util-search-nas, .header .utils .util-service, .header .utils .util-notification, .header .utils .util-setting, .header .utils .util-account, .header .utils .divide {
    display: none !important;
  }
  .header .comp-dropdown-menu, .header .util-more .comp-dropdown-menu, .header .util-account .comp-dropdown-menu {
    position: fixed;
    font-size: 1rem;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
  }
  .header .comp-dropdown-menu .m--section, .header .comp-dropdown-menu .m--section-divide, .header .util-more .comp-dropdown-menu .m--section, .header .util-more .comp-dropdown-menu .m--section-divide, .header .util-account .comp-dropdown-menu .m--section, .header .util-account .comp-dropdown-menu .m--section-divide {
    display: block;
  }
  .header .comp-dropdown-menu.lang-dropdown {
    width: 90vw;
    height: 80vh;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border: 1px solid #e2e6ea;
    border-radius: 0.5rem;
    box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  }
  .content-section {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer-sns {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .content-section {
    margin-top: 6.25rem;
    margin-bottom: 2rem;
  }
  .footer .footer-utils {
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: start;
    padding-left: 1.5rem;
  }
  .footer .footer-links .link-item {
    display: block;
    border-right: 0;
    text-align: left;
  }
  .footer .footer-links .link-item a {
    text-decoration: underline;
  }
  .footer .footer-copyright {
    text-align: left;
    padding-left: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--location .section-items, .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
    min-width: 33.33333% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
    min-width: 50% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
  }
}
@media screen and (max-width: 900px) {
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--location, .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--lang .section-items {
    min-width: 50% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items {
    min-width: 100% !important;
  }
  .comp-dropdown .comp-dropdown-menu .m--section .m--selection-group.m--service .section-items .service-logo {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
  }
}
