body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
body * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
}
body a {
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
body a:active {
  text-decoration: none;
  color: inherit;
}
body img {
  user-drag: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
}
body .content {
  width: 100%;
  height: 100%;
  position: relative;
}
body .content a {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}
body .content a .bgImage {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
}
body .content a .bgImage .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body .content a .card {
  left: 59.79vw;
  top: 29.54vh;
  position: absolute;
  height: 39.35vh;
  width: 31.2vw;
  z-index: 3;
}
body .content a .card .img {
  width: 100%;
  height: 100%;
  display: flex;
}
body .content a .card .textbox {
  position: absolute;
  bottom: 0;
  display: flex;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
body .content a .card .textbox .t {
  font-weight: 300;
  font-size: 16px;
  color: #5D513D;
  padding: 10px 22px;
  padding-right: 7px;
  height: 100%;
  width: 100%;
}
body .content a .card .textbox .b {
  font-weight: 600;
  font-size: 24px;
  color: #5D513D;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 100%;
}
body .content a .card .textbox .b .t {
  font-weight: 300;
  font-size: 14px;
  color: #5D513D;
  line-height: 22px;
  width: auto;
}
body .content a .time {
  width: 100vw;
  height: 40.09vh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}
body .content a .time .img {
  display: flex;
  width: 100%;
  height: 100%;
}