html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

main {
  padding-bottom: 200px;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 730px;
}

.right {
  position: relative;
  width: 330px;
}

.fixed-banner {
  overflow: hidden;
  width: 330px;
  height: 330px;
}
.fixed-banner img {
  width: 100%;
}

.video-main-item {
  height: 240px;
}
.video-main-item .video-main-item-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  background-color: #CCCCCC;
}
.video-main-item .video-main-item-banner img {
  width: 100%;
}
.video-main-item .video-main-item-banner .video-time {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 3px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  opacity: 0.5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-main-item h3 {
  overflow: hidden;
  margin-top: 10px;
  width: 338px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
}
.video-main-item .video-no-title {
  margin-top: 10px;
  width: 80%;
  height: 14px;
  background-color: #CCCCCC;
}
.video-main-item .video-no-content {
  margin-top: 10px;
  width: 60%;
  height: 14px;
  background-color: #CCCCCC;
}
.video-main-item .video-no-desc {
  margin-top: 10px;
  width: 40%;
  height: 14px;
  background-color: #CCCCCC;
}
.video-main-item .video-main-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-main-item .video-main-item-info .stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-main-item .video-main-item-info .stars .star {
  margin: 0 2px;
  width: 14px;
  height: 14px;
}
.video-main-item .video-main-item-info .score {
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
}
.video-main-item .video-main-item-info .rate-count {
  margin-left: 10px;
  color: #999999;
  font-size: 12px;
}
.video-main-item .video-main-item-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-main-item .video-main-item-desc .desc {
  overflow: hidden;
  width: 250px;
  color: #999999;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.video-main-item .video-main-item-desc .read-count {
  color: #999999;
  font-size: 12px;
}
.video-main-item .video-main-item-desc .read-count img {
  margin-right: 3px;
  width: 13px;
}

.not-found {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found .not-found-img {
  width: 350px;
  height: 136px;
  background-image: url("//qncdn.rela.me/src/img/404.png");
  background-size: 350px;
  background-repeat: no-repeat;
}
.not-found p {
  width: 100%;
  color: #4BBABC;
  text-align: center;
  line-height: 4;
}
.not-found .not-found-btn {
  margin-top: 90px;
  width: 330px;
  height: 35px;
  border: 1px solid #4BBABC;
  border-radius: 35px;
  color: #4BBABC;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .not-found .not-found-btn {
    display: none;
  }
  .not-found p {
    font-size: 32px;
  }
}
.recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-card {
  position: absolute;
  top: -130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 120px;
  border: 1px solid #4BBABC;
  background-color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-card .user-card-qrcode {
  margin-left: 14px;
  width: 95px;
  height: 95px;
}
.user-card .user-card-qrcode img {
  border-radius: 0 !important;
}
.user-card .user-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 14px;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-card .user-card-info .user-card-nickname {
  color: #333333;
  font-size: 18px;
}
.user-card .user-card-info .user-card-desc {
  color: #333333;
  font-size: 14px;
}
.user-card .user-card-info .user-card-qr {
  color: #4BBABC;
  font-size: 14px;
  line-height: 1.3;
}
