* {
  margin: 0;
  padding: 0;
}
.w,
.top-bar,
.banner,
.menu,
.course-lisst {
  width: 17.325rem;
  margin: 0 auto;
}
html {
  font-size: 5.33333333vw;
  background-color: #eff0f4;
}
body {
  background: url("/aizet-img/202501号跨年.png") no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #ffffff;
}
.top-bar {
  display: flex;
  height: 4.375rem;
  justify-content: space-around;
  align-items: center;
  line-height: 4.375rem;
  background-size: cover;
  width: 100%;
}
.top-bar a {
  color: #24253d;
  font-size: 1.25rem;
}
.top-bar a i {
  color: #999;
  font-size: 1rem;
}
.top-bar p {
  color: #000000;
  font-size: 1.25rem;
}
.banner img {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.banner a {
  text-decoration: none;
}
.menu {
  height: 8.225rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-evenly;
}
.menu a {
  box-shadow: inset 0.5rem 0rem 0.75rem 0.625rem rgba(255, 255, 255, 0.767);
  width: 8.175rem;
  height: 2.6rem;
  color: white;
  border-radius: 0.5rem;
  line-height: 2.6rem;
}
.menu a i {
  margin: 0 0.8rem 0 0.95rem;
}
.menu .course {
  background-color: #1bc4fb;
}
.menu .star {
  background-color: #cd6efe;
}
.menu .sub {
  background-color: #f97053;
}
.menu .download {
  background-color: #ff6700;
}
.course-lisst {
  height: 9.85rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 1.15rem;
}
.course-lisst .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-lisst .title h2 {
  font-size: 0.825rem;
  color: #24253d;
  border-left: 0.125rem solid #3a84ff;
  padding-left: 0.25rem;
}
.course-lisst .title a {
  font-size: 0.7rem;
  color: #656565;
}
.item-list {
  display: flex;
  width: 18rem;
}
.item {
  flex: none;
  box-sizing: border-box;
  width: 8rem;
  height: 8.1rem;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: 0.375rem 0.5rem 0.375rem rgba(0, 0, 0, 0.356);
  border-radius: 0.5rem;
  padding: 0 0.55rem;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  margin-right: 0.625rem;
}
.item a {
  color: #000000;
}
.item .cover p {
  font-size: 0.625rem;
}
.item .cover img {
  width: 100%;
  vertical-align: top;
}
.item .course-title {
  font-size: 0.8rem;
  color: #24253d;
}
.item .user-info {
  display: flex;
  align-items: center;
}
.item .avatar {
  width: 1.05rem;
  height: 1.05rem;
}
.item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.item .nickname {
  margin-left: 0.375rem;
  font-size: 0.6rem;
  color: #969393;
}
#wenzi-1 {
  background-color: rgba(255, 255, 255, 0.082);
}
#wenzi-1 .nickname {
  color: #000000;
}
#wenzi-2 {
  background-color: rgba(204, 255, 162, 0.336);
}
#wenzi-2 h3 {
  display: flex;
  flex-direction: row-reverse;
}
.icpba {
  background-color: rgba(51, 51, 51, 0.829);
  border-radius: 0.375rem;
  color: white;
}
.p-icp {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.p-icp a {
  text-decoration: none;
  color: #40c3ff;
}

/* 生日 */
iframe{
  /* float: right; */
  position: fixed;
  bottom: 15px;
  right: 50%;
  margin-right: -150px;
}
/*# sourceMappingURL=./style.css.map */