* {
  font-family: Arial, Roboto;
}
.loading-btn {
  position: relative;
}
.radio-none {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 147px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-none img {
  width: 64px;
  height: 64px;
}
.radio-none p {
  font-size: 14px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.radio-none .mediaUpload {
  font-size: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.radio-none a {
  color: #FF6D18;
}
.loading-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  /* 居中显示 */
  margin-left: -8px;
  /* 居中显示 */
  width: 16px;
  height: 16px;
  border: 2px solid #F27125;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.layui-layer-tips {
  font-family: Arial, sans-serif;
  font-size: 30px;
  color: #333;
}
#container {
  min-width: 1440px;
}
.layui-laydate {
  border-radius: 16px !important;
}
.layui-layer {
  border-radius: 16px !important;
}
.layui-layer-content {
  border-radius: 16px !important;
}
.layui-laypage-em {
  border-radius: 8px !important;
}
#content-right #media-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 63px;
  border-top: 1px solid #F0F0F0;
  background: #FFFFFF;
  padding: 0 24px;
}
#content-right #media-select #media-left {
  display: flex;
  height: 64px;
  border-top: 1px solid #F0F0F0;
  background-color: #fff;
}
#content-right #media-select #media-left span {
  line-height: 64px;
  font-size: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #666666;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  /* 添加定位属性 */
}
#content-right #media-select #media-left span::after {
  /* 使用伪元素来创建模拟的border-bottom */
  content: '';
  position: absolute;
  left: 4px;
  /* 左侧偏移量 */
  right: 4px;
  /* 右侧偏移量 */
  bottom: 0;
  /* 位于元素底部 */
  height: 3px;
  /* 伪元素的高度，等同于border的粗细 */
  background-color: #FFFFFF;
  /* 伪元素的背景色，等同于border的颜色 */
  z-index: 1;
  /* 确保伪元素在其他元素之上 */
}
#content-right #media-select #media-left .active-span::after {
  background-color: #F27125;
}
#content-right #media-select #media-left .active-span {
  color: #F27125;
}
#content-right #media-select #media-right {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -128px -128px;
  cursor: pointer;
}
#content-right #media-content {
  padding: 24px 24px 0 24px;
  height: 761px;
}
#content-right #media-content #m-library #m-handle {
  height: 108px;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
}
#content-right #media-content #m-library #m-handle #mh-top {
  display: flex;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 24px;
}
#content-right #media-content #m-library #m-handle #mh-top .video-time {
  width: 350px;
  height: 44px;
  position: relative;
}
#content-right #media-content #m-library #m-handle #mh-top .video-time #videoTime {
  width: 350px;
  height: 44px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  border-radius: 8px;
}
#content-right #media-content #m-library #m-handle #mh-top .video-time #videoTime:hover {
  border: 1px solid #FF6D18 !important;
}
#content-right #media-content #m-library #m-handle #mh-top .video-time .time-icon {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -96px -64px;
}
#content-right #media-content #m-library #m-handle #mh-top .video-time .time-closeIcon {
  display: none;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../icon/interact-icon.png') no-repeat;
  background-position: -32px -64px;
  cursor: pointer;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword {
  display: flex;
  align-items: center;
  width: 350px;
  height: 44px;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword .fileName {
  width: 306px;
  height: 44px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  border-radius: 8px 0 0 8px;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword .fileName:hover {
  border: 1px solid #FF6D18 !important;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword .fileSearch {
  width: 44px;
  height: 44px;
  background: #FF6D18;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword .fileSearch:hover {
  background: #FF9252;
}
#content-right #media-content #m-library #m-handle #mh-top .video-keyword .fileSearch i {
  display: inline-flex;
  height: 24px;
  width: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -128px -64px;
  margin: 10px;
}
#content-right #media-content #m-library #m-handle #mh-bottom {
  display: flex;
  height: 40px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #check_all {
  line-height: 40px;
  vertical-align: top;
}
#content-right #media-content #m-library #m-handle #mh-bottom #check_all span {
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #media-content #m-library #m-handle #mh-bottom .select-num {
  min-width: 100px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  text-align: center;
  margin: 0 48px 0 0;
}
#content-right #media-content #m-library #m-handle #mh-bottom .mh-btn {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 38px;
  color: #666666;
  text-align: center;
  margin-right: 20px;
  padding: 0 12px 0 12px;
  cursor: pointer;
}
#content-right #media-content #m-library #m-handle #mh-bottom .mh-btn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #delete-video:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #delete-video:hover .delete-icon-o {
  background-position: -224px -96px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #delete-video .delete-icon-o {
  background-position: -224px -64px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #editing:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #editing:hover .editing-icon-o {
  background-position: -96px -192px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #editing .editing-icon-o {
  background-position: -96px -160px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #avatar:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #avatar:hover .avatar-icon-o {
  background-image: url('../icon/Avatar-auto.png');
  background-size: 100% 100%;
}
#content-right #media-content #m-library #m-handle #mh-bottom #avatar .avatar-icon-o {
  background-image: url('../icon/Avatar.png');
  background-size: 100% 100%;
}
#content-right #media-content #m-library #m-handle #mh-bottom #merge:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #merge:hover .merge-icon-o {
  background-position: -128px -192px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #merge .merge-icon-o {
  background-position: -128px -160px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #move-ts:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #move-ts:hover .move-ts-icon-o {
  background-position: -64px -192px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #move-ts .move-ts-icon-o {
  background-position: -64px -160px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #uploadVideo:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #uploadVideo:hover .uploadVideo-icon-o {
  background-position: -224px -160px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #uploadVideo .uploadVideo-icon-o {
  background-position: -224px -128px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediaRefresh:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediaRefresh:hover .mediaRefresh-icon-o {
  background-position: -192px -288px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediaRefresh .mediaRefresh-icon-o {
  background-position: -160px -288px;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediashare:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediashare:hover .mediashare-icon-o {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  background-size: cover;
  background: url('../icon/mediashareactive.png') no-repeat center center;
}
#content-right #media-content #m-library #m-handle #mh-bottom #mediashare .mediashare-icon-o {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  background-size: cover !important;
  background: url('../icon/mediashare.png') no-repeat center center;
}
#content-right #media-content #m-library .videoContent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(392px, 1fr));
  /* 每列宽度为426px */
  grid-gap: 0 16px;
  /* 行和列间距 */
  justify-content: center;
  /* 水平居中 */
  align-content: start;
  /* 从顶部开始排列 */
  padding: 24px 0;
  /* 顶部和底部的间距 */
}
#content-right #media-content #m-library #videoPage {
  text-align: center;
}
#content-right #media-content #ts-library #ts-handle {
  height: 108px;
  padding: 24px;
  background-color: #fff;
}
#content-right #media-content #ts-library #ts-handle #tsh-top {
  display: flex;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 24px;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-time {
  width: 350px;
  height: 44px;
  position: relative;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-time #ts_videoTime {
  width: 350px;
  height: 44px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  border-radius: 8px;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-time #ts_videoTime:hover {
  border: 1px solid #FF6D18 !important;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-time .ts_time-icon {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -96px -64px;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-time .ts_time-closeIcon {
  display: none;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../icon/interact-icon.png') no-repeat;
  background-position: -32px -64px;
  cursor: pointer;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword {
  display: flex;
  align-items: center;
  width: 350px;
  height: 44px;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword .ts_fileName {
  width: 306px;
  height: 44px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  border-radius: 8px 0 0 8px;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword .ts_fileName:hover {
  border: 1px solid #FF6D18 !important;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword .ts_fileSearch {
  width: 44px;
  height: 44px;
  background: #FF6D18;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword .ts_fileSearch:hover {
  background: #FF9252;
}
#content-right #media-content #ts-library #ts-handle #tsh-top .ts_video-keyword .ts_fileSearch i {
  display: inline-flex;
  height: 24px;
  width: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -128px -64px;
  margin: 10px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom {
  display: flex;
  height: 40px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-check_all {
  line-height: 40px;
  vertical-align: top;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-check_all span {
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom .ts-select-num {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  text-align: center;
  margin: 0 48px 0 0;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom .tsh-btn {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 38px;
  color: #666666;
  text-align: center;
  margin-right: 20px;
  padding: 0 12px 0 12px;
  cursor: pointer;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom .tsh-btn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-delete-video:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-delete-video:hover .ts-delete-icon-o {
  background-position: -224px -96px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-delete-video .ts-delete-icon-o {
  background-position: -224px -64px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-move-video:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-move-video:hover .ts-move-icon-o {
  background-position: -64px -192px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #ts-move-video .ts-move-icon-o {
  background-position: -64px -160px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #tsRefresh:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #tsRefresh:hover .tsRefresh-icon-o {
  background-position: -192px -288px;
}
#content-right #media-content #ts-library #ts-handle #tsh-bottom #tsRefresh .tsRefresh-icon-o {
  background-position: -160px -288px;
}
#content-right #media-content #ts-library .tsContent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(392px, 1fr));
  /* 每列宽度为426px */
  grid-gap: 0 24px;
  /* 行和列间距 */
  justify-content: center;
  /* 水平居中 */
  align-content: start;
  /* 从顶部开始排列 */
  padding: 24px 0;
  /* 顶部和底部的间距 */
}
#content-right #media-content #ts-library #tsPage {
  text-align: center;
}
#content-right #media-content .active-div {
  display: none;
}
#content-right #media-content .videoList {
  height: 188px;
  margin: 0 0 16px 0;
  padding: 34px 24px 24px;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
#content-right #media-content .videoList .videoTop {
  display: flex;
  height: 90px;
  margin-bottom: 16px;
}
#content-right #media-content .videoList .videoTop .videoBox {
  width: 160px;
  height: 90px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
#content-right #media-content .videoList .videoTop .videoBox:hover .videoShade {
  display: block;
}
#content-right #media-content .videoList .videoTop .videoBox .videoImg {
  width: 160px;
  height: 90px;
  border-radius: 8px;
}
#content-right #media-content .videoList .videoTop .videoBox .playIcon {
  width: 36px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#content-right #media-content .videoList .videoTop .videoBox .videoShade {
  display: none;
  width: 160px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 16px;
}
#content-right #media-content .videoList .videoTop .videoInfo {
  flex: 1;
  padding: 0 24px 0 16px;
}
#content-right #media-content .videoList .videoTop .videoInfo .videoDescribe {
  height: 48px;
  font-size: 16px;
  font-family: Arial, Roboto;
  letter-spacing: normal;
  font-weight: 400;
  color: #4E4E4E;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  word-break: break-word;
  /* 允许字符间换行 */
  overflow-wrap: break-word;
  /* 遇到长字符串换行 */
  white-space: normal;
}
#content-right #media-content .videoList .videoTop .videoInfo .downloadStatus {
  font-size: 0.9em;
  color: #4CAF50;
  /* Green color for ready status */
  margin-top: 5px;
}
#content-right #media-content .videoList .videoTop .videoInfo .downloadStatus.failed {
  color: #f44336;
  /* Red color for failed status */
}
#content-right #media-content .videoList .videoTop .videoInfo .downloadStatus.pending {
  color: #FFA726;
  /* Orange color for in-progress status */
}
#content-right #media-content .videoList .videoTop .videoInfo .uploadTime {
  height: 24px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content-right #media-content .videoList .videoBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #media-content .videoList .videoBottom .vbLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
#content-right #media-content .videoList .videoBottom .vbLeft .common {
  margin-right: 16px;
}
#content-right #media-content .videoList .videoBottom .vbRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
#content-right #media-content .videoList .videoBottom .vbRight > * {
  /* 选择 .vbRight 的所有直接子元素 */
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 16px;
  /* 在每个子元素右侧添加 24px 的间距 */
}
#content-right #media-content .videoList .videoBottom .vbRight > *:last-child {
  /* 选择最后一个子元素 */
  margin-right: 0;
  /* 将最后一个元素的右侧间距设置为 0 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-auto-edit {
  background: url('../icon/ai_icon.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-auto-edit:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-ai-edit {
  background: url('../icon/auto-edit.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-ai-edit:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-edit-video {
  background: url('../icon/clip_icon.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-edit-video:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-share-video {
  background: url('../icon/share_icon.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-share-video:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-more-video {
  background: url('../icon/s_icon.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-more-video:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-text-download {
  background: url('../icon/text-download.png') no-repeat;
  transition: background-color 0.3s;
  /* 平滑过渡效果 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-text-download:hover {
  background-color: rgba(255, 109, 24, 0.1);
  /* 鼠标悬停时的背景颜色 */
  background-blend-mode: multiply;
  /* 背景混合模式 */
}
#content-right #media-content .videoList .videoBottom .vbRight .video-edit {
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -192px -128px;
}
#content-right #media-content .videoList .videoBottom .vbRight .video-edit:hover {
  background-position: -192px -160px;
}
#content-right #media-content .videoList .videoBottom .vbRight .video-upload {
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -160px -128px;
}
#content-right #media-content .videoList .videoBottom .vbRight .video-upload:hover {
  background-position: -160px -160px;
}
#content-right #media-content .videoList .videoBottom .video-upload-wait {
  cursor: wait;
}
#content-right #media-content .videoList .video-radio {
  text-align: right;
  position: absolute;
  top: 24px;
  right: 16px;
}
/* 删除视频弹窗 */
#delete-video-dialog {
  display: none;
  width: 640px;
  height: 226px;
  background: #FFFFFF;
  padding: 32px;
  box-sizing: border-box;
}
#delete-video-dialog .title {
  height: 32px;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}
#delete-video-dialog .title img {
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 16px;
}
#delete-video-dialog .info {
  height: 20px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 20px;
  color: #7B7B7B;
  margin-top: 16px;
  padding-left: 48px;
}
#delete-video-dialog #delete-cancel {
  position: absolute;
  width: 82px;
  bottom: 32px;
  right: 122px;
}
#delete-video-dialog #delete-affirm {
  position: absolute;
  width: 82px;
  bottom: 32px;
  right: 32px;
}
/* 下载视频弹窗 */
#download-video-dialog {
  display: none;
  width: 648px;
  height: 434px;
  /* Action Buttons */
  /* Hints */
}
#download-video-dialog .download-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
#download-video-dialog .download-dialog-title #download-dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#download-video-dialog .download-dialog-title #download-dialog-close:hover {
  background-position: 0 -96px;
}
#download-video-dialog .action-button {
  display: inline-block;
  padding: 10px 16px;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  margin: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
#download-video-dialog #cancel {
  margin-right: 16px;
  color: #3D3D3D;
  border: 1px solid #E6E6E6;
}
#download-video-dialog #cancel:hover {
  color: #FF6D18;
  border: 1px solid #FF6D18;
}
#download-video-dialog #transcoding {
  color: #FFFFFF;
  background-color: #ff6d18;
  margin-right: 24px;
}
#download-video-dialog #transcoding:hover {
  background: #FF9252;
}
#download-video-dialog .transcoding_p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 24px;
}
#download-video-dialog #startEncoding {
  color: #FFFFFF;
  background-color: #ff6d18;
  margin-right: 24px;
}
#download-video-dialog #startEncoding:hover {
  background: #FF9252;
}
#download-video-dialog #retry {
  color: #FFFFFF;
  background-color: #ff6d18;
  margin-right: 24px;
}
#download-video-dialog #retry:hover {
  background: #FF9252;
}
#download-video-dialog .p_step {
  margin-top: 12px;
  margin-bottom: 8px;
}
#download-video-dialog .action-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#download-video-dialog .download-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#download-video-dialog .hint-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#download-video-dialog .hint-title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
#download-video-dialog .hint-ready {
  color: #4CAF50;
  /* Green */
}
#download-video-dialog .hint-failed {
  color: #f44336;
  /* Red */
}
#download-video-dialog .hint-pending {
  color: #2196F3;
  /* Blue */
}
#download-video-dialog .m3u8Box {
  display: flex;
  align-items: center;
  height: 40px;
  font-family: Arial,Roboto;
  font-weight: 400;
  margin: 16px 0 18px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#download-video-dialog .m3u8Box #m3u8Input {
  width: 352px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  outline: none;
  margin: 0 4px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #333333;
  padding: 0 10px;
}
#download-video-dialog .m3u8Box .copyBtn {
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #333333;
}
#download-video-dialog .m3u8Box .copyBtn:hover {
  border: 1px solid #FF6D18;
  color: #FF6D18;
}
#download-video-dialog .hint1 {
  height: 16px;
  line-height: 16px;
  padding-left: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
#download-video-dialog .hint2 {
  height: 48px;
  margin: 17px 0;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 300;
  color: #999999;
}
#download-video-dialog .hint2 span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -132px -132px;
  vertical-align: middle;
}
#download-video-dialog .step-description {
  color: #666666;
}
#download-video-dialog #download {
  background: #FF6D18;
  border-radius: 6px 6px 6px 6px;
  margin-right: 24px;
}
#download-video-dialog #download:hover {
  background: #FF9252;
}
#download-video-dialog .s_p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 24px;
}
#download-video-dialog .download-dialog-content {
  height: 304px;
  /* 固定高度为 304px */
  padding: 32px 48px 0 48px;
  /* 上 32px，左右 48px，下 74px */
  box-sizing: border-box;
  /* 确保 padding 不会影响总高度 */
}
#download-video-dialog .download-dialog-content .info {
  display: flex;
  flex-direction: row;
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#download-video-dialog .download-dialog-content .info-icon {
  width: 32px;
  height: 32px;
  margin-right: 2px;
}
#download-video-dialog .download-dialog-content .hint {
  margin-top: 32px;
  margin-left: 34px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: auto;
  /* 宽度自动调整 */
  max-width: 100%;
  /* 适应屏幕宽度 */
}
#download-video-dialog .download-dialog-content .hint a {
  color: #FF6D18;
  white-space: normal;
  /* 允许换行 */
  word-break: break-word;
  /* 强制长单词换行 */
}
#download-video-dialog #downloadFoot {
  height: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
/* 上传视频弹窗 */
#upload-video-dialog {
  display: none;
  width: 640px;
  height: 340px;
}
#upload-video-dialog .upload-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
#upload-video-dialog .upload-dialog-title #upload-dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#upload-video-dialog .upload-dialog-title #upload-dialog-close:hover {
  background-position: 0 -96px;
}
#upload-video-dialog .upload-dialog-item {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666;
  margin: 24px 0;
  padding-left: 64px;
}
#upload-video-dialog .upload-dialog-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  height: 85px;
  position: relative;
}
#upload-video-dialog .upload-dialog-footer #upload-dialog-affirm {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 122px;
  height: 40px;
  border-radius: 16px;
  background: #FF6D18;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
#upload-video-dialog .upload-dialog-footer #upload-dialog-affirm:hover {
  background: #FF9252;
}
/* 观看视频弹窗 */
#showVideoDialog {
  display: none;
  width: 800px;
  height: 698px;
  overflow: hidden;
}
#showVideoDialog .show-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
#showVideoDialog .show-dialog-title #show-dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#showVideoDialog .show-dialog-title #show-dialog-close:hover {
  background-position: 0 -96px;
}
#showVideoDialog #player-con {
  display: block;
  width: 752px;
  height: 282px;
  outline: none;
  margin: 24px;
}
#showVideoDialog .commentNum {
  height: 18px;
  padding: 0 24px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.65);
}
#showVideoDialog .commentBox {
  width: 750px;
  height: 230px;
  border: 1px solid #F0F0F0;
  margin: 18px 24px 0;
  overflow-y: auto;
}
#showVideoDialog .commentBox .chatList {
  width: 100%;
  min-height: 42px;
  margin-bottom: 10px;
  padding: 10px 0;
  display: flex;
  position: relative;
}
#showVideoDialog .commentBox .chatList:hover {
  background: #f0f0f0;
}
#showVideoDialog .commentBox .chatList:hover .deleteChat {
  display: block;
}
#showVideoDialog .commentBox .chatList .userImage {
  width: 42px;
  height: 42px;
  margin-left: 20px;
  border-radius: 50%;
}
#showVideoDialog .commentBox .chatList .chatRight {
  padding-left: 10px;
  flex: 1;
}
#showVideoDialog .commentBox .chatList .chatRight .userName {
  width: 600px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#showVideoDialog .commentBox .chatList .chatRight .chatMessage {
  width: 600px;
  line-height: 26px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  word-wrap: break-word;
}
#showVideoDialog .commentBox .chatList .deleteChat {
  display: none;
  width: 44px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #F0F0F0;
  border: 1px solid #FF914D;
  border-radius: 5px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #FF914D;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#showVideoDialog .commentBox .chatList .deleteChat:hover {
  color: #fff;
  background: #FF914D;
}
/* 编辑视频弹窗 */
#edit-video-dialog {
  display: none;
  width: 648px;
  height: 659px;
}
#edit-video-dialog .video-share-title {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#edit-video-dialog .video-share-form {
  width: 568px;
  margin-right: 0px;
  margin-left: 24px;
  margin-top: 32px;
}
#edit-video-dialog .video-share-label {
  width: auto;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 5px;
}
#edit-video-dialog .layui-form-radio {
  margin: 0px !important;
}
#edit-video-dialog .layui-form-radio:hover > *,
#edit-video-dialog .layui-form-radioed,
#edit-video-dialog .layui-form-radioed > i {
  color: #FF6D18 !important;
}
#edit-video-dialog .video-share-item {
  margin-bottom: 16px;
}
#edit-video-dialog .edit-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
#edit-video-dialog .edit-dialog-title #edit-dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#edit-video-dialog .edit-dialog-title #edit-dialog-close:hover {
  background-position: 0 -96px;
}
#edit-video-dialog .edit-title {
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  padding-left: 24px;
  margin: 32px 0 16px;
}
#edit-video-dialog #editBox {
  width: 184px;
  height: 107px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-left: 24px;
}
#edit-video-dialog #editBox #previewImg {
  display: none;
  border-radius: 8px;
}
#edit-video-dialog #editBox #editImage {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
}
#edit-video-dialog #editBox .edit-upload-image {
  position: absolute;
  width: 120px;
  height: 107px;
  background: rgba(0, 0, 0, 0.0392);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.149);
  bottom: 0;
  right: -136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#edit-video-dialog #editBox .edit-upload-image .edit-upload-image-icon {
  width: 24px;
  height: 24px;
}
#edit-video-dialog #editBox .edit-upload-image .edit-upload-image-p {
  width: 64px;
  height: 14px;
  font-size: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  text-align: center;
}
#edit-video-dialog #editBox #editName {
  height: 14px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#edit-video-dialog #editBox .hintUpload {
  height: 60px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  position: absolute;
  right: -336px;
  bottom: 0;
}
#edit-video-dialog .editDesName {
  font-size: 16px;
  padding-left: 24px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  margin-top: 32px;
}
#edit-video-dialog #editDesText {
  display: block;
  width: 568px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 16px;
  border-radius: 12px;
  resize: none;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 16px 0 13px 24px;
}
#edit-video-dialog #editTextLength {
  height: 16px;
  padding: 0 24px;
  text-align: right;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 16px;
  color: rgba(204, 204, 204, 0.85);
}
#edit-video-dialog .video_down {
  height: 24px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #585858;
  line-height: 20px;
  padding-left: 24px;
  margin-top: 5px;
}
#edit-video-dialog .video_down #show_dom_down {
  display: flex;
}
#edit-video-dialog .video_down #show_dom_down span {
  margin-right: 14px;
  width: 76px;
}
#edit-video-dialog .video_down .layui-form-switch {
  margin-top: 0 !important;
}
#edit-video-dialog .video_share {
  height: 24px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #585858;
  line-height: 20px;
  padding-left: 24px;
  margin-top: 32px;
  margin-bottom: 40px;
}
#edit-video-dialog .video_share #show_dom_share {
  display: flex;
}
#edit-video-dialog .video_share #show_dom_share span {
  margin-right: 14px;
  width: 76px;
}
#edit-video-dialog .video_share .layui-form-switch {
  margin-top: 0 !important;
}
#edit-video-dialog .edit-dialog-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  height: 64px;
  position: relative;
}
#edit-video-dialog .edit-dialog-footer #edit-dialog-cancel {
  position: absolute;
  width: 82px;
  bottom: 12px;
  right: 112px;
}
#edit-video-dialog .edit-dialog-footer #edit-dialog-affirm {
  position: absolute;
  width: 82px;
  bottom: 12px;
  right: 24px;
}
#share-video-dialog {
  display: none;
  width: 600px;
  height: 598px;
}
#share-video-dialog .share-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
#share-video-dialog .share-dialog-title #share-dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#share-video-dialog .share-dialog-title #share-dialog-close:hover {
  background-position: 0 -96px;
}
#share-video-dialog .share-dialog-content {
  width: 552px;
  height: 404px;
  background: #FFFFFF;
  opacity: 1;
  padding: 32px 24px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 22px;
}
#share-video-dialog .share-dialog-content .select-num {
  display: flex;
  justify-content: space-between;
}
#share-video-dialog .share-dialog-content .select-num .select-num-left {
  color: #333333;
}
#share-video-dialog .share-dialog-content .select-num .select-num-right {
  font-size: 14px;
  color: #999999;
}
#share-video-dialog .share-dialog-content .unsharable {
  background: #F0F0F0 !important;
}
#share-video-dialog .share-dialog-content .unsharable .sharevideoDescribe {
  color: #CCCCCC !important;
}
#share-video-dialog .share-dialog-content .unsharable .shareuploadTime {
  color: #CCCCCC !important;
}
#share-video-dialog .share-dialog-content .sharecontent {
  width: 552px;
  height: 366px;
  opacity: 1;
  margin-top: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  height: 96px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  position: relative;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .share-img {
  width: 112px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #D9D9D9;
  margin-left: 16px;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .playIcon {
  width: 36px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .videoshareinfo {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .videoItem_play_Disable {
  display: flex;
  font-size: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #FFFCFC;
  line-height: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 24px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 155px 155px 155px 155px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .share-item-info {
  flex: 1;
  height: 64px;
  margin: 0 16px 0 12px;
  width: 396px;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .share-item-info .sharevideoDescribe {
  width: 356px;
  height: 44px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  word-break: break-all;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#share-video-dialog .share-dialog-content .sharecontent .share-item .share-item-info .shareuploadTime {
  height: 14px;
  font-size: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#share-video-dialog .share-dialog-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  height: 64px;
  position: relative;
}
#share-video-dialog .share-dialog-footer #share-dialog-cancel {
  position: absolute;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 21px;
  bottom: 12px;
  right: 138px;
  width: 77px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #E6E6E6;
}
#share-video-dialog .share-dialog-footer #share-dialog-affirm {
  position: absolute;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  width: 90px;
  height: 40px;
  background: #FF6D18;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  bottom: 12px;
  right: 24px;
}
