:root {
  --jl-bg: #f5f7fb;
  --jl-surface: #ffffff;
  --jl-line: #e6ebf2;
  --jl-text: #172033;
  --jl-muted: #667085;
  --jl-blue: #1769e0;
  --jl-blue-dark: #1157b8;
  --jl-teal: #10a6a6;
  --jl-amber: #f5a524;
  --jl-shadow: 0 12px 32px rgba(17, 31, 52, .08);
}

html,
body {
  background: var(--jl-bg);
  color: var(--jl-text);
}

a {
  color: var(--jl-blue);
}

a:hover,
.color-hover:hover {
  color: var(--jl-blue-dark) !important;
}

header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--jl-line);
  box-shadow: 0 8px 24px rgba(17, 31, 52, .04);
}

.header {
  min-height: 72px;
}

.header .header-left img.hidden-xs {
  max-height: 42px;
  object-fit: contain;
}

.header .ms-nav > li > a {
  color: #344054;
  font-weight: 600;
}

.header .ms-nav > li.active > a,
.header .ms-nav > li:hover > a {
  color: var(--jl-blue);
}

.ms-badge,
.ms-badge12 {
  border-radius: 999px !important;
  background: #eef6ff !important;
  color: var(--jl-blue) !important;
  border: 1px solid #cfe4ff;
}

.ms-btn,
.btn {
  border-radius: 6px;
  font-weight: 600;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ms-btn:hover,
.btn:hover {
  transform: translateY(-1px);
}

.ms-btn-primary,
.btn-primary {
  background: var(--jl-blue) !important;
  border-color: var(--jl-blue) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(23, 105, 224, .18);
}

.ms-btn-primary:hover,
.btn-primary:hover,
.ms-btn-primary:focus,
.btn-primary:focus {
  background: var(--jl-blue-dark) !important;
  border-color: var(--jl-blue-dark) !important;
  color: #fff !important;
}

.ms-btn-default,
.ms-btn-secondary,
.btn-default {
  background: #fff !important;
  border-color: #cfd8e3 !important;
  color: #344054 !important;
}

.ms-btn-default:hover,
.ms-btn-secondary:hover,
.btn-default:hover {
  border-color: var(--jl-blue) !important;
  color: var(--jl-blue) !important;
  box-shadow: 0 8px 18px rgba(17, 31, 52, .08);
}

.form-control,
.ms-form-control,
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
  border-color: #d7dee8;
  border-radius: 6px !important;
  color: var(--jl-text);
  box-shadow: none;
}

.form-control:focus,
.ms-form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: var(--jl-blue) !important;
  box-shadow: 0 0 0 3px rgba(23, 105, 224, .12) !important;
}

.login-common {
  width: min(420px, calc(100% - 32px));
  margin: 76px auto 96px;
  padding: 34px 34px 30px;
  background: var(--jl-surface);
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: var(--jl-shadow);
}

.login-common .tit {
  height: auto;
  line-height: 1.3;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  color: var(--jl-text);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.login-common .form-group {
  margin-bottom: 16px;
}

.login-common .form-group label.iconfont {
  color: var(--jl-muted);
}

.login-common .form-group .form-control {
  height: 46px;
  padding-left: 44px;
  font-size: 14px;
}

.login-common .checkbox {
  color: var(--jl-muted);
}

.login-common .ms-btn-primary {
  width: 100%;
  height: 46px;
  line-height: 44px;
  font-size: 15px;
}

.release-app-wrap,
.user-center1 {
  background: var(--jl-bg);
}

.release-app-wrap .container,
.user-center1 .container {
  max-width: 1220px;
}

.crumbs {
  color: var(--jl-muted);
  font-size: 13px;
}

.crumbs a {
  color: #344054;
  font-weight: 600;
}

.aside-left {
  background: var(--jl-surface);
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 31, 52, .05);
  overflow: hidden;
}

.aside-left ul li a {
  color: #475467;
  font-weight: 600;
}

.aside-left ul li.active a,
.aside-left ul li a:hover {
  background: #eef6ff;
  color: var(--jl-blue);
}

.aside-right,
.account-management,
.table-list-wrap,
.download-details,
.app-details,
.release-app,
.price-pay,
.real-name {
  background: var(--jl-surface);
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 31, 52, .05);
}

.release-app2 .aside-right {
  padding: 20px;
}

.table-list-wrap,
.download-details {
  padding: 18px;
}

.release-app2 .aside-right .a-top,
.details-top,
.app-details .downloads {
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: none !important;
}

.release-app2 .aside-right .app-table,
.download-details .table,
.user-center1 .aside-right .user-table .table {
  border: 1px solid var(--jl-line) !important;
  border-radius: 8px;
  overflow: hidden;
}

.release-app2 .aside-right .app-table tr th,
.download-details .table tr th,
.user-center1 .aside-right .user-table .table th {
  background: #f8fafc !important;
  color: #344054 !important;
  font-weight: 700 !important;
}

.release-app2 .aside-right .app-table tr td,
.download-details .table tr td,
.user-center1 .aside-right .user-table .table td {
  color: #475467 !important;
  border-color: var(--jl-line) !important;
}

.release-app2 .aside-right .app-table tr:hover td,
.download-details .table tr:hover,
.user-center1 .aside-right .user-table .table tr:hover td {
  background: #f2f7ff !important;
}

.release-app2 .aside-right .search input {
  border-color: #d7dee8;
}

.release-app2 .aside-right .search .btn-search,
.big-bag .aside-right .search .btn-search {
  background: var(--jl-blue);
}

#container,
.upload-file .tag-box,
.qq-uploader {
  border-radius: 8px !important;
}

.upload-file #container {
  background: #f8fafc;
  border: 1px dashed #b8c7da !important;
}

.upload-btn {
  box-shadow: 0 12px 24px rgba(23, 105, 224, .18);
}

.warn-prompt,
.warn-prompt-wrap,
.warn-prompt-wrap1ass .warn-prompt-cont {
  background: #fff8eb !important;
  border: 1px solid #ffe0a3 !important;
  border-radius: 8px !important;
  color: #8a5a10 !important;
}

.signature1 .step {
  display: flex;
  gap: 8px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
}

.signature1 .step li {
  flex: 1;
  min-width: 0;
  border-radius: 6px;
}

.signature1 .step li.active {
  background: #eef6ff;
  color: var(--jl-blue);
}

.plugin-list .con,
.period li,
.upload-icon,
.t-checked-wrap {
  border-radius: 8px !important;
  border-color: var(--jl-line) !important;
}

.plugin-list .con:hover,
.plugin-list .con.active,
.period li.active {
  border-color: var(--jl-blue) !important;
  box-shadow: 0 10px 22px rgba(23, 105, 224, .10);
}

.color-danger,
.color-dangerr,
.dangerr {
  color: #d92d20 !important;
}

.modal-content {
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: var(--jl-shadow);
}

.modal-header {
  border-bottom-color: var(--jl-line);
}

.empty-merge-state {
  margin: 18px 10px 28px;
  padding: 42px 24px;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #b8c7da;
  border-radius: 8px;
}

.empty-merge-title {
  margin-bottom: 8px;
  color: #182230;
  font-size: 18px;
  font-weight: 700;
}

.empty-merge-text {
  max-width: 460px;
  margin: 0 auto 18px;
  color: #667085;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .login-common {
    margin-top: 34px;
    padding: 26px 22px;
  }

  .release-app2 .aside-right {
    padding: 14px;
  }

  .signature1 .step {
    display: block;
  }

  .signature1 .step li {
    margin-bottom: 8px;
  }
}

/* broader front-office polish */
.ms-btn,
.btn,
button,
input[type="button"],
input[type="submit"] {
  letter-spacing: 0;
}

.account-management h1,
.release-app h1,
.aside-right h1,
.app-details h1,
.download-details h1 {
  color: var(--jl-text);
  font-weight: 800;
}

.table-list .app-table,
.release-app2 .aside-right .app-table,
.download-details .table,
.user-center1 .aside-right .user-table .table {
  background: #fff;
}

.table-list .app-table th,
.table-list-wrap .app-table th {
  background: #f8fafc !important;
  color: #344054 !important;
  font-weight: 800 !important;
}

.table-list .app-table td,
.table-list-wrap .app-table td {
  color: #475467 !important;
  border-color: var(--jl-line) !important;
}

.app-info,
.app-set,
.plugin-list .con,
.certificate,
.webview-page,
.packaging,
.profile-form,
.user-center1 .aside-right {
  border-radius: 8px !important;
}

.release-app .upload-file {
  background: #fff;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 31, 52, .06);
}

.release-app .upload-file .upload-btn,
.qq-upload-button,
.btn-upload {
  border-radius: 6px !important;
  background: var(--jl-blue) !important;
  color: #fff !important;
}

.release-app .upload-file .upload-btn:hover,
.qq-upload-button:hover,
.btn-upload:hover {
  background: var(--jl-blue-dark) !important;
}

.template-footer,
footer {
  border-top: 1px solid var(--jl-line);
}

@media (max-width: 767px) {
  .aside-left {
    margin-bottom: 16px;
  }

  .aside-right,
  .account-management,
  .table-list-wrap,
  .download-details,
  .app-details,
  .release-app,
  .price-pay,
  .real-name {
    border-radius: 8px;
  }
}

/* shared public header and footer */
.jl-public-notice {
  background: #fff;
  border-bottom: 1px solid var(--jl-line);
}

.jl-public-notice .container {
  min-height: 34px;
  display: flex;
  align-items: center;
}

.jl-public-notice a {
  width: 100%;
  color: var(--jl-muted);
  font-size: 13px;
}

.jl-public-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(229, 234, 242, .92);
  box-shadow: 0 8px 24px rgba(17, 31, 52, .04);
}

.jl-public-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
}

.jl-public-brand {
  width: 184px;
  min-width: 184px;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
  color: var(--jl-text);
  font-size: 18px;
  font-weight: 900;
}

.jl-public-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.jl-public-brand span {
  color: var(--jl-text);
  line-height: 1.1;
}

.jl-public-menu-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.jl-public-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.jl-public-menu > li {
  margin: 0 !important;
}

.jl-public-menu > li > a {
  height: 74px;
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
  color: #475467 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.jl-public-menu > li.active > a,
.jl-public-menu > li:hover > a {
  color: var(--jl-blue) !important;
}

.jl-public-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.jl-public-auth li {
  margin: 0 !important;
}

.jl-public-auth .ms-btn,
.jl-public-user .name-certified {
  min-width: 82px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
}

.jl-public-user {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}

.jl-public-user .name-certified {
  background: #eef6ff;
  color: var(--jl-blue) !important;
  border: 1px solid #cfe4ff;
}

.jl-public-user .login-user {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--jl-line);
  border-radius: 6px;
  background: #fff;
  color: var(--jl-text);
}

.jl-public-user .jl-public-username {
  max-width: 150px;
  overflow: hidden;
  color: var(--jl-text);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-public-user .certified {
  margin-left: 6px;
  color: var(--jl-teal);
  font-size: 12px;
}

.jl-public-user .login-user dl {
  top: 44px;
  right: 0;
  left: auto;
  min-width: 180px;
  padding: 8px;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--jl-shadow);
}

.jl-public-user .login-user dl dd,
.jl-public-user .login-user dl dt {
  margin: 0;
  border: 0;
}

.jl-public-user .login-user dl a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: #475467 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.jl-public-user .login-user dl a:hover {
  background: #eef6ff;
  color: var(--jl-blue) !important;
}

.jl-public-footer {
  padding: 46px 0;
  background: #111827;
  color: #d0d5dd;
}

.jl-public-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: 28px;
}

.jl-public-footer strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.jl-public-footer p,
.jl-public-footer dd {
  margin: 7px 0 0;
  color: #98a2b3;
}

.jl-public-footer dl {
  margin: 0;
}

.jl-public-footer dt {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.jl-public-footer a {
  color: #d0d5dd;
  font-weight: 700;
}

.jl-public-footer a:hover {
  color: #fff !important;
}

.jl-public-float {
  right: 22px !important;
  bottom: 84px !important;
  width: 54px;
  display: none;
  padding: 0;
  list-style: none;
  z-index: 90;
}

.jl-public-float li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 31, 52, .08);
}

.jl-public-float a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #344054;
}

.jl-public-float .iconfont {
  font-size: 20px;
  color: var(--jl-blue);
}

.jl-public-float em {
  color: var(--jl-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.jl-public-float .wechat {
  position: absolute;
  right: 62px;
  bottom: 0;
  display: none;
  padding: 10px;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--jl-shadow);
}

.jl-public-float li:hover .wechat {
  display: block;
}

.jl-public-float .wechat img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}

@media (max-width: 1190px) {
  .jl-public-menu {
    gap: 14px;
  }

  .jl-public-brand {
    width: 150px;
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .jl-public-nav {
    min-height: 64px;
  }

  .jl-public-brand {
    width: auto;
    min-width: 0;
  }

  .jl-public-brand img {
    width: 38px;
    height: 38px;
  }

  .jl-public-menu-wrap {
    display: block;
  }

  .jl-public-menu {
    display: block;
  }

  .jl-public-menu > li > a {
    height: auto;
    display: block !important;
    padding: 13px 22px !important;
  }

  .jl-public-auth,
  .jl-public-user {
    padding: 14px 22px 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .jl-public-user .login-user {
    width: 100%;
    justify-content: space-between;
  }

  .jl-public-user .login-user dl {
    position: static !important;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }

  .jl-public-footer {
    padding: 34px 0;
  }

  .jl-public-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jl-public-float {
    right: 12px !important;
    bottom: 68px !important;
  }
}
