body {
  padding: 0 24px 24px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 24px;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  color: #1E2127;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.dropdown-toggle:hover {
  color: #105CF4;
}

.dropdown-toggle::after {
  width: 16px;
  height: 16px;
  background: url('../images/icon-arrow.svg') no-repeat 50% 50%;
  content: '';
}

.history-version--container {
  position: relative;
}

.history-versions {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  width: 266px;
  max-height: 148px;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 2px 13px 0 rgba(192,203,233,0.53);
  border-radius: 3px;
}

.history-versions__items {
  padding: 16px;
}

.history-versions__item:not(:last-child) {
  margin-bottom: 16px;
}

.history-versions__item a {
  display: flex;
  gap: 8px;
  color: #292D35;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-versions__item a:hover {
  color: #105CF4;
}

.logo {
  width: 165px;
  height: 48px;
}

.client--container {
  min-height: 800px;
}

.client__header {
  margin-bottom: 40px;
  color: #292D35;
  text-align: center;
}

.client__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 25px;
}

.client__desc {
  font-size: 14px;
  line-height: 20px;
}

.client__body-item {
  display: none;
  margin-bottom: 40px;
}

.client__body-type {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 24px;
}

.client__body-type::before,
.client__body-type::after {
  flex: 1;
  height: 2px;
  overflow: hidden;
  content: '';
  opacity: 0.4;
}

.client__body-type::before {
  background-image: linear-gradient(270deg, #67A8FD 0%, rgba(103,168,253,0.00) 100%);
}

.client__body-type::after {
  background-image: linear-gradient(270deg, rgba(103,168,253,0.00) 0%, #67A8FD 100%);
}

.client__body-title {
  color: #105CF4;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.client__list--container {
  padding-top: 24px;
}

.client__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.client__item {
  width: 259px;
  height: 258px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(105,168,253,0.23);
}

.client__item-header {
  position: relative;
  height: 126px;
  overflow: hidden;
  border: 1px solid #fff;
  background: #fff url(../images/client-item.png) no-repeat 50% 0%;
  background-size: cover;
  transition: transform 0.3s;
}

.client__item-header::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 3;
  left: -100%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.2) 30%,
      rgba(255,255,255,0.15) 50%,
      rgba(255,255,255,0) 70%
  );
  transform: skewX(-25deg);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.client__item:hover .client__item-header::before {
  left: 150%;
}

.client__item-icon {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1;
}

.client__item-icon.windows {
  width: 64px;
  height: 84px;
  background: url('../images/icon-windows.svg') no-repeat 50% 0;
}

.client__item-icon.centos,
.client__item-icon.ubuntu {
  width: 55px;
  height: 81px;
  background: url('../images/icon-liunx.svg') no-repeat 50% 0;
}

.client__item-icon.macos {
  width: 56px;
  height: 88px;
  background: url('../images/icon-mac.svg') no-repeat 50% 0;
}

.client__item-icon.hygon_kylin,
.client__item-icon.kx_kylin,
.client__item-icon.ft_kylin,
.client__item-icon.kunpeng_kylin {
  width: 91px;
  height: 94px;
  background: url('../images/icon-kylin.svg') no-repeat 50% 0;
}

.client__item-icon.ft_uos,
.client__item-icon.kunpeng_uos,
.client__item-icon.hygon_uos {
  width: 170px;
  height: 42px;
  bottom: 42px;
  background: url('../images/icon-uos.svg') no-repeat 50% 0;
}

.client__item-icon.ios {
  width: 92px;
  height: 61px;
  background: url('../images/icon-ios.svg') no-repeat 50% 0;
}

.client__item-icon.android {
  width: 59px;
  height: 87px;
  background: url('../images/icon-android.svg') no-repeat 50% 0;
}

.client__item-icon.harmonyos_next {
  width: 51px;
  height: 82px;
  background: url('../images/icon-harmonyos.svg') no-repeat 50% 0;
}

.client__item-field {
  display: flex;
  min-width: 0;
}

.client__item-label {
  white-space: nowrap;
}

.client__item-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.client__item-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #105CF4;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.client__item-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: #fff;
  color: #6D7585;
  font-size: 12px;
  line-height: 17px;
}

.client__item-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #F3F3F9;
}

.client__item-btn {
  width: 64px;
  height: 24px;
  border-radius: 3px;
  background-color: #105CF4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}

.empty-tips {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  padding: 8px;
  border-radius: 3px;
  background: #105CF4;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
