.title {
  padding: 0.2667rem 0.4rem 0;
  color: #333;
  text-align: justify;
}

html,
body {
  height: 100%;
}

body {
  background-color: #F5F5F5;
  overflow: auto;
  margin-bottom: 0;
}

.ad {
  height: 5.2rem;
  width: 9.2rem;
  margin: 0.4rem auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.publisher-container {
  padding: 0.4rem 0.32rem;
}

.publisher-container .publisher-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.publisher-container .publisher-title .left {
  display: flex;
  align-items: center;
}

.publisher-container .publisher-title .left .header {
  height: 0.8267rem;
  width: 0.8267rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  border-radius: 50%;
  margin-right: 0.2667rem;
  flex-shrink: 0;
}

.publisher-container .publisher-title .left .info {
  display: flex;
  flex-direction: column;
  width: 5.3333rem;
}

.publisher-container .publisher-title .left .info .name {
  color: #333;
  margin-bottom: 0.1333rem;
}

.publisher-container .publisher-title .left .info .desc {
  color: #666;
}

.publisher-container .publisher-title .gaze-button {
  width: 2.3067rem;
  height: 0.76rem;
  background-color: #F01C1B;
  color: #FFF;
  font-size: 0.4267rem;
  border-radius: 0.4rem;
  border: none;
  flex-shrink: 0;
}

.publisher-container .contact-video {
  margin: 0.7467rem 0 0.3467rem;
  font-size: 0;
}

.publisher-container .contact-video .contact-video-item {
  margin-right: 0.2667rem;
}

.publisher-container .contact-video .contact-video-item:last-of-type {
  margin-right: 0;
}

.hot-video-title {
  color: #000;
  line-height: 1.44rem;
  font-weight: 500;
  text-align: center;
  font-size: .45333333rem;
}

.hot-video-item {
  border-top: 1px solid #efefef;
}

.ad-img {
  height: 100%;
  width: 100%;
}
