html,
body,
.body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: \30e1\30a4\30ea\30aa, \6e38\30b4\30b7\30c3\30af, Yu Gothic, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f4f4f4;
  font-size: 12px;
}
.body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  text-align: center;
  margin: 16px 0 10px 0;
  display: flex;
}
.logo {
  width: auto;
  height: 52px;
}
h1 {
  font-size: 30px;
  font-weight: 500;
  color: #004898;
  margin: 14px 0 0 10px;
}
h1 a {
  color: #004898;
}

.main {
  background-color: #eeeded;
  flex: 1;
  width: 1290px;
  padding: 0 20px 20px 20px;
  border-radius: 8px;
}
.main .web-list {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(auto-fill, 200px);
  column-gap: 10px;
  row-gap: 16px;
}
.main .web-item {
  width: 200px;
  height: 204px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(192, 192, 192, 0.5);
  position: relative;
  text-align: center;
  color: white;
  text-decoration: none;
}
.main .web-item:hover > img {
  opacity: 0.8;
}
.main .web-item:hover > h2 {
  opacity: 0.8;
}
.main .web-item .label {
  position: absolute;
  top: 0;
  left: 0;
  color:#004898;
  background: #edf6ff;
  padding: 6px;
  border-radius: 0 0 10px 0;
  max-width: 74%;
}
.main .web-item .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.main .web-item .qrcode.img {
  display: none;
}
.main .web-item .qrcode img {
  width: 136px;
  height: 136px;
  display: block;
  margin: 0 auto;
}
.main .web-item .qrcode p {
  color: #000;
  margin-top: 5px;
  font-weight: bold;
}
/*.main .app .img:hover {
  display: none;
}*/
.main .app .icon:hover + .qrcode {
  display: block;
  width: 100%;
  height: calc(100% - 34px);
  position: absolute;
  top: 0;
  background: white;
  z-index: 9;
  margin-top: 0;
  padding-top: 28px;
  border-radius: 10px;
}
.main .web-item .icon img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.main .web-item .img {
  margin: 38px auto 12px auto;
  width: 80px;
  height: 80px;
  display: block;
}
.main .web-item .tips {
  color: #333;
  font-size: 11px;
  padding: 0 6px;
  line-height: 16px;
  text-align: left;
}
.main .web-item h2 {
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--bg-color);
  display: inline-block;
  margin: 6px 0 0 0;
  width: 160px;
}
.main .web-item .large {
  width: 180px;
  font-size: 14px;
}
.web-item .lc-button {
  display: flex;
  justify-content: center;
}
.web-item .lc-button img {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 10px;
}

.app-title {
  display: flex;
  align-items: baseline;
}
.app-title span {
  margin-left: 12px;
  color: #666;
}
.section-title {
  margin: 20px 0 6px 8px;
  font-size: 16px;
  color: #004898;
  font-weight: bold;
}

.main .app-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main .app-item {
  flex-basis: 364px;
  height: 168px;
  background-color: var(--bg-color);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(192, 192, 192, 0.5);
  position: relative;
  overflow: hidden;
}

.app-item-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
.app-item-content .app-item-logo {
  text-align: center;
  width: 118px;
}
.app-item-content h2 {
  color: white;
  margin: 6px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.app-item-content h2.app-item-title-family {
  font-size: 15px;
  margin-left: 2px;
}
.platform .qrcode {
  display: none;
  width: 122px;
  background: var(--bg-color);
  position: relative;
  z-index: 9;
  margin-left: -6px;
}
.platform .qrcode img {
  width: 122px;
  height: 122px;
  display: block;
  margin: 0 auto;
  padding-bottom: 4px;
}
.platform .qrcode p {
  color: white;
  text-align: center;
  padding: 0 6px;
}
.app-item-content .platform {
  width: 122px;
}
.app-item-content .platform-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-item-content .platform-icon p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}
.app-item-content .platform-icon img {
  display: block;
}
.app-item-content .platform:hover .platform-icon {
  display: none;
}
.app-item-content .platform:hover .qrcode {
  display: block;
}

.app-item .tips {
  position: absolute;
  bottom:4px;
  left: 6px;
  color: rgba(255, 255, 255, 0.7);
}

.app-item .app-icon {
  position: absolute;
  top: -20px;
  right: -24px;
  background-color: white;
  width: 45px;
  height: 45px;
  transform: rotateZ(48deg);
}
.app-item .app-icon span {
  color: var(--bg-color);
  font-size: 14px;
  display: block;
  position: relative;
  top: 31px;
  left: 7px;
}

.footer {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer p {
  margin-bottom: 10px;
}
.footer span,
.footer a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  margin: 0 8px;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
