* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100vw;
  max-width: 750px;
  /* height: 910.533vw; */
  height: auto;
  max-height: 6829px;
  margin: 0 auto;
}
.main {
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  background-color: #3071cf;
}
.top {
  width: 100vw;
  height: 163.067vw;
  background: url("../img/top-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  padding-top: 324.998px;
  box-sizing: border-box;
}
.bottom {
  width: 100vw;
  height: auto;
  background: url("../img/main-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2.667vw;
  box-sizing: border-box;
  padding-top: 6.667vw;
  padding-bottom: 14.667vw;
}
.dy {
  width: 91.867vw;
  height: 74.8vw;
  background: url("../img/dy-bg.png") no-repeat center top;
  background-size: cover;
  margin: 0 auto;
  padding: 12vw 2.667vw 2.667vw;
  box-sizing: border-box;
  color: #d72c0a;
  font-size: 4.4vw;
  text-indent: 2em;
  line-height: 1.6;
  text-align: justify;
  font-weight: bold;
}
.a-box {
  display: block;
  width: 45.733vw;
  height: 45.067vw;
  text-decoration: none;
  color: #fff;
  text-align: left;
  margin-bottom: 2.667vw;
  position: relative;
}
.img-box {
  width: 100%;
  height: 27.467vw;
  position: relative;
}
.pic {
  width: 100%;
  height: 100%;
}
.bf-icon {
  width: 7.6vw;
  height: 7.6vw;
  position: absolute;
  left: 1.333vw;
  bottom: 1.333vw;
}
.name-box {
  width: 100%;
  height: 17.6vw;
  /* background: url("../img/yy-bg.png") no-repeat left center;
  background-size: cover; */
  background-color: #393761;
  border-radius: 0 0 1.333vw 1.333vw;
  padding-top: 1.333vw;
  box-sizing: border-box;
  padding-left: 2vw;
}
.name {
  line-height: 2;
  font-weight: bold;
}
.xx {
  font-size: 3.467vw;
  width: 31vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first_a {
  width: 100%;
  height: auto;
}

.first_a .img-box {
  height: 54.467vw;
}

.like-box {
  position: absolute;
  right: 1.133vw;
  bottom: 1.133vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding: 1vw 1.6vw;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5vw;
  font-size: 3.733vw;
  line-height: 1;
  color: #fff;
}

.like-icon {
  width: 3.333vw;
  height: 3.333vw;
  display: block;
}

.like-box.liked {
  background: rgba(215, 44, 10, 0.8);
}

.bf-icon {
  position: absolute;
  bottom: 2.333vw;
  left: 2.333vw;
}
