body {
  margin: 0;
}

a {
  text-decoration: none;
}

.main-wrapper {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.client-wrapper {
  width: 635px;
}

.client-wrapper:last-child {
  margin-right: 0;
}

/* 头部 START */
.client-wrapper .client-header {
  height: 100px;
  padding-top: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.client-wrapper .client-header .client-header-icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-right: 8px;
}

.client-header-icon-class {
  background-image: url(./logo-xiao-class.svg);
}

.client-header-icon-advance {
  background-image: url(./logo-xiao-advance.svg);
}

.client-header-icon-banke {
  background-image: url(./bankeLogo.png);
}

.client-header-icon-teaching-client {
  background-image: url(./logo-teaching-client.png);
}

.client-header-icon-interaction-app {
  background-image: url(./logo-interaction.png);
}

.client-wrapper .client-header .client-header-title {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 42px;
}
/* 头部 END */

/* 内容 START */
.client-wrapper .client-content-wrapper {
  display: flex;
}

.client-wrapper .client-content {
  width: 100%;
  box-sizing: border-box;
  height: 325px;
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  border: 1px solid #ededed;
}

.client-wrapper .client-content:nth-child(1) {
  border-right-color: rgba(0, 0, 0, 0);
}

.client-wrapper
  .client-content:nth-child(1):hover
  > .client-wrapper
  .client-content {
  border-left-color: rgba(0, 0, 0, 0);
}

.client-wrapper .client-content.f-border {
  border: 1px solid #ededed;
}

.client-wrapper .client-content:hover {
  border-color: #1dcc74;
}

.client-content .client-content-icon {
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.client-content-icon-win {
  background-image: url(./logo-win.svg);
}

.client-content-icon-mac {
  background-image: url(./logo-mac.svg);
}

.client-content-icon-android {
  background-image: url(./logo-android.svg);
}

.client-wrapper .client-content-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
  margin-bottom: 20px;
}

.client-content-btn-wrapper {
  display: flex;
  gap: 14px;
}

.client-wrapper .client-content-btn {
  position: relative;
  width: 88px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ccc;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 18px;
}

.client-wrapper .client-content-btn-active {
  background: #1dcc74;
}

.client-wrapper .client-content-btn-active:hover {
  background: #34d182;
}

.client-wrapper .client-content-btn-active:active {
  background: #03ad58;
}

.client-wrapper .client-content-tip {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 22px;
}

.qr-code-wrap {
  position: absolute;
  width: 202px;
  height: 202px;
  bottom: -202px;
  left: -54px;
  background-image: url(./qr-bg.png);
  background-size: contain;
  display: none;
  cursor: default;
}

.client-content-btn-active.qr-code-btn:hover .qr-code-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 内容 END */

/* 尾部 START */
.client-wrapper .client-footer {
  height: 230px;
  border: 1px solid #ededed;
  border-top: none;
  padding: 20px 30px;
  box-sizing: border-box;
}

.client-footer .client-footer-tip {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
}

.client-footer .client-footer-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 32px;
}

.client-footer .client-footer-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
}
