* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 750px;
  /* height: 6829px; */
  height: auto;
  margin: 0 auto;
}
.main {
  width: 750px;
  height: 1223px;
  margin: 0 auto;
}
.top {
  width: 750px;
  height: 1223px;
  background: url("../img/top-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  padding-top: 650px;
  box-sizing: border-box;
}
.bottom {
  width: 750px;
  /* height: 5606px; */
  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 20.002px;
  box-sizing: border-box;
  padding-top: 6.667vw;
  padding-bottom: 1.667vw;
}
.dy {
  width: 689px;
  height: 561px;
  background: url("../img/dy-bg.png") no-repeat center top;
  background-size: cover;
  margin: 0 auto;
  padding: 90px 20px 60px;
  box-sizing: border-box;
  color: #d72c0a;
  font-size: 30px;
  text-indent: 2em;
  line-height: 1.6;
  text-align: justify;
  font-weight: bold;
}
.a-box {
  display: block;
  width: 343px;
  height: 338px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.img-box {
  width: 100%;
  height: 206px;
  position: relative;
}
.pic {
  width: 100%;
  height: 100%;
}
.bf-icon {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 17.5px;
  bottom: 17.5px;
}
.name-box {
  width: 100%;
  height: 132px;
  /* background: url("../img/yy-bg.png") no-repeat left center;
  background-size: cover; */
  background-color: #393761;
  border-radius: 0 0 9.998px 9.998px;
  padding-top: 9.998px;
  box-sizing: border-box;
  padding-left: 20px;
}
.name {
  line-height: 2;
  font-weight: bold;
  font-size: 24px;
}
.xx {
  font-size: 18px;
  width: 232.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.first_a .img-box {
  height: 408.5px;
}

.like-box {
  position: absolute;
  right: 8.5px;
  bottom: 8.5px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7.5px 12px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 37.5px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

.like-icon {
  width: 25px;
  height: 25px;
  display: block;
}

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