.wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.content {
  margin-top: 53px;
  margin-bottom: 50px;
}
.content .location {
  margin-bottom: 26px;
}
.content .location .location-img {
  width: 17px;
  height: 21px;
  margin-right: 16px;
  vertical-align: bottom;
}
.content .location a,
.content .location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.content .location span {
  margin: 0 5px;
}
.content .location a::first-child {
  pointer-events: none;
}
.content .video-cont {
  width: 100%;
  padding: 0 26px;
  box-sizing: border-box;
  overflow: hidden;
}
.content .video-cont .video-item {
  display: block;
  width: 220px;
  height: 360px;
  float: left;
  margin: 0 9px 20px 0;
  border: 1px solid #000;
  border-radius: 5%;
  position: relative;
}
.content .video-cont .video-item .video-pic-cont {
  width: 100%;
  height: 100%;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren8.png) no-repeat;
  background-size: cover;
}
.content .video-cont .video-item .video-pic-cont .video-pic {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}
.content .video-cont .video-item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .video-cont .video-item .watch-count {
  position: absolute;
  left: 12px;
  bottom: 9px;
}
.content .video-cont .video-item .watch-count .eye {
  width: 21px;
  height: 17px;
  margin-right: 8px;
}
.content .video-cont .video-item .watch-count .num {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.content .video-cont .video-item:nth-child(5n) {
  margin-right: 0;
}
.content .load-more {
  width: 100%;
  height: 46px;
  background: #F2F2F2;
  box-shadow: 2px 2px 7px 1px rgba(118, 118, 118, 0.2);
  border-radius: 2px;
  padding-top: 14px;
  box-sizing: border-box;
}
.content .load-more .info {
  text-align: center;
}
.content .load-more .info .load-pic {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.content .load-more .info span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #949494;
}
.short-video-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  overflow: hidden;
}
.short-video-detail .close-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 10%;
  top: 10%;
}
.short-video-detail .close-btn img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.short-video-detail .short-video-cont {
  width: 500px;
  height: 95%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.short-video-detail .short-video-cont video {
  width: 100%;
  height: 100%;
}
.short-video-detail .change-video {
  position: fixed;
  right: 29%;
  bottom: 10%;
}
.short-video-detail .change-video .prev,
.short-video-detail .change-video .next {
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.short-video-detail .change-video .prev img,
.short-video-detail .change-video .next img {
  width: 100%;
  height: 100%;
}
.short-video-detail .change-video .prev {
  margin-bottom: 40px;
}
.short-video-detail .comment {
  width: 426px;
  height: 100%;
  background: url(../img/comment-bg.png) no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  top: 0;
  transition: 1s;
  padding: 40px 24px 0 20px;
  box-sizing: border-box;
  overflow: scroll;
}
.short-video-detail .comment .hide {
  width: 28px;
  height: 65px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.short-video-detail .comment .hide img {
  width: 100%;
  height: 100%;
}
.short-video-detail .comment .video-item-info {
  margin-bottom: 31px;
}
.short-video-detail .comment .video-item-info .item-source {
  margin-bottom: 27px;
}
.short-video-detail .comment .video-item-info .item-source .item-pictrue {
  width: 45.5px;
  height: 45.5px;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren3.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.short-video-detail .comment .video-item-info .item-source .item-pictrue .item-logo {
  width: 45.5px;
  height: 45.5px;
  display: inline-block;
}
.short-video-detail .comment .video-item-info .item-source .item-name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 15px;
  display: inline-block;
}
.short-video-detail .comment .video-item-info .item-summary {
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.short-video-detail .comment .video-item-info .dzpl-count {
  text-align: right;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan {
  display: inline-block;
  margin-right: 31px;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
}
.short-video-detail .comment .video-item-info .dzpl-count .dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun {
  display: inline-block;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun .pinglun-pic {
  width: 14px;
  height: 13px;
}
.short-video-detail .comment .video-item-info .dzpl-count .pinglun .pinglun-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .list-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.short-video-detail .comment .comment-list .no-comment {
  margin-top: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.short-video-detail .comment .comment-list .member-item {
  margin-bottom: 31px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar {
  margin-bottom: 14px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .avatar-pic {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 17px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .item-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 33px;
}
.short-video-detail .comment .comment-list .member-item .item-avatar .item-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .item-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .dianzan {
  text-align: right;
}
.short-video-detail .comment .comment-list .member-item .dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}
.short-video-detail .comment .comment-list .member-item .dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .comment-arrow {
  text-align: center;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-arrow img {
  width: 12px;
  height: 11px;
  display: inline-block;
}
.short-video-detail .comment .comment-list .member-item .comment-reply {
  margin-left: 18px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar {
  margin-bottom: 14px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .avatar-pic {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .item-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 33px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-avatar .item-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan {
  text-align: right;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan .dianzan-pic {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}
.short-video-detail .comment .comment-list .member-item .comment-reply .reply-dianzan .dianzan-count {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.short-video-detail .comment::-webkit-scrollbar {
  display: none;
}
