.Container_T2gts {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
}
.SiteHead {
  min-width: 768px;
}

.SiteRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.fr_sidb {
  display: none;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.fr_left {
  display: flex;
  color: #ffffff;
  cursor: pointer;
}
.fr_mid {
  display: flex;
  margin-left: 32px;
  color: #ffffff;
  cursor: pointer;
}
.fr_rig {
  padding: 8px 16px;
  background-color: #ffffff;
  display: flex;
  margin-left: 32px;
  color: #ed4a43;
  border-radius: 9999px;
  cursor: pointer;
}

.fr_left img {
  margin-right:5px;
}

.SiteNav {
  margin-bottom:5px;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}

.SiteNav_menuItem {
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 22px;
  flex-shrink: 0;
}

.SiteNav_menuItem a {
  color: #333;
  display: block;
  text-decoration: none;
}
.SiteNav_menuItemInner {
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
}

.SiteNav_menuItemInner:hover {
  background-color: hsla(2, 83%, 68%, 0.13);
  border-radius: 1000px;
  color: #f23340;
}

.SiteNav_menuItemInner img {
  width: 16px;
  margin-right: 4px;
}

.SiteNav_menuText {
  font-size: 16px;
  line-height: 22px;
  flex-shrink: 0;
  margin-left: 4px;
}

.SiteNav_line {
  background: #f16f69;
  height: 2px;
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.SiteFoot_foot-hd {
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1fr 5fr;
  border-bottom: 1px solid #ddd;
}
.SiteFoot_ctgo {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #333;
  line-height: 40px;
}

.SiteFoot_cLogos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.SiteFoot_foot-bd {
  padding: 48px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid #ddd;
  grid-gap: 16px;
  gap: 16px;
}
.SiteFoot_h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #333;
}
.SiteFoot_foot-bd a {
  display: block;
  text-decoration: none;
  margin-top: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #777;
}

.text-cpr {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;

  --un-text-opacity: 1;
  color: rgba(119, 119, 119, var(--un-text-opacity));
  text-align: center;

  padding: 24px;  
}

.adm-nav-bar {
  --height: 50px;
  --border-bottom: none;
  display: flex;
  align-items: center;
  height: var(--height);
  border-bottom: var(--border-bottom);
  padding: 0 12px;
  white-space: nowrap;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color:#FFF;
  margin-top: -1px;
  margin-left: -1px;
}
.adm-nav-bar-left {
    cursor: pointer;
}
.adm-nav-bar-back {
    width: 24px;
    margin-right: 4px;
}
.adm-nav-bar-back > img {
    max-width: 100%;
    height: auto;
}
.adm-nav-bar-title {
  flex: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px;
}

.adm-nav-bar-left {
  font-size: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
