.main_content {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
#new_main {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
#new_main .main_content .video_pic {
  width: 630px;
  height: 355px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}
#new_main .main_content .video_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#new_main .main_content .breadcrumb {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #777777;
  padding-top: 17px;
  padding-bottom: 25px;
}
#new_main .main_content .detail_box {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: 42px;
}
#new_main .main_content .detail_box #playercontainer {
  border-radius: 8px !important;
  overflow: hidden;
}
#new_main .main_content .video_detail {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#new_main .main_content .video_detail .detail_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #121212;
  padding-bottom: 20px;
}
#new_main .main_content .video_detail .video_desc {
  flex: 1;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;
}
#new_main .main_content .video_detail .user_info {
  width: 100%;
  box-sizing: border-box;
}
#new_main .main_content .video_detail .user_info .article_info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
}
#new_main .main_content .video_detail .user_info .article_info .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
#new_main .main_content .video_detail .user_info .article_info .user .user_avatar {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 500px;
  overflow: hidden;
}
#new_main .main_content .video_detail .user_info .article_info .user .user_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#new_main .main_content .video_detail .user_info .article_info .user .user_name {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #46495A;
  display: flex;
  align-items: center;
}
#new_main .main_content .video_detail .user_info .article_info .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #B4B4B4;
}
