.video-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.video-box {
  padding: 20px 15%;
  display: flex;
  align-items: start;
}
.player {
  width: 80%;
  padding-right: 50px;
}
.recommend_box {
  width: 20%;
}
.recommend_box img {
  width: 100%;
}

.play-title {
  font-size: 2rem;
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
}
.play-data ul {
  display: flex;
  align-items: center;
}
.play-data ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 20px;
}
.play-data ul li img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  object-fit: cover;
}
.play-data ul li {
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
}

.play-label ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.play-label ul li {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #853326;
  border-radius: 5px;
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
  color: #fff;
  letter-spacing: 2px;
}
.play-video {
  width: 100%;
}

.play-video iframe {
  width: 100%;
  height: 500px;
}
.play-function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.play-function-right,
.play-function-left {
  width: 50%;
}
.play-function-left ul {
  display: flex;
  align-items: center;
}
.play-function-left ul li {
  margin-right: 50px;
}
.play-function-left ul li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.play-function-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-function-right {
  display: flex;
  justify-content: space-between;
}
.play-function-right input {
  width: 75%;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
  background-color: #c7c7c7;
  outline: none;
}
.play-function-right button {
  width: 25%;
  height: 40px;
  border: none;
  border-radius: 0px 5px 5px 0px;
  font-family: "Ma Shan Zheng";
  background-color: #a9a9a9;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
}

.play-comment {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.comment-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/plbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
  color: #595959;
  font-size: 2rem;
  font-family: "Ma Shan Zheng";
  padding-left: 30px;
}
.comment-upAndDown {
  margin-left: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 46px;
}
.comment-upAndDown input {
  width: 100%;
  height: 50px;
  border: 2px solid #0000006d;
  border-radius: 10px;
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
  background-color: #f2f2f200;
  outline: none;
  padding-left: 80px;
}
.comment-upAndDown button {
  width: 20%;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-family: "Ma Shan Zheng";
  background-color: #9b9b9b;
  cursor: pointer;
  color: #fff;
  margin-top: 15px;
  font-size: 1.2rem;
  box-shadow: 0px 0px 5px rgb(77, 77, 77);
}

.recommend_title {
  text-align: center;
  font-size: 2rem;
  font-family: "Ma Shan Zheng";
  color: rgba(0, 0, 0, 0.576);
  margin-bottom: 50px;
  background-image: url("../images/tjbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0px;
}
.recommend_box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend_box ul li {
  margin: 35px 0px;
}
