@charset "UTF-8";
/**
 * 入口页
 * date: 2025-9-11
 * author:gl;
 */
body,
html {
  height: 100%;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.main .content {
  display: flex;
}
.main .content li {
  width: 356px;
  height: 410px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 47px 0 rgba(105, 175, 234, 0.51);
  backdrop-filter: blur(11.6499996185px);
}
.main .content li:nth-child(2) {
  margin-left: 190px;
}
.main .content li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  padding-top: 319px;
}
.main .content li a:hover {
  font-weight: 700;
  color: #1d6bd8;
}
.main .content li:nth-child(1) a {
  background: url(../images/icon1.png) no-repeat center 8px;
}
.main .content li:nth-child(2) a {
  background: url(../images/icon2.png) no-repeat center 8px;
}