@media screen and (min-width: 1441px) {
  .app-p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .layui-input {
      text-align: center !important;
      /* 针对 Safari 居中 */
      line-height: normal !important;
    }
    .layui-input::placeholder {
      text-align: center !important;
      /* 针对 Safari 居中 */
    }
  }
}
.selected-cover {
  border: 1px solid #FF9252;
}
.default-cover {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 192px;
  height: 124px;
}
#image-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-y: hidden;
  /* Allows for vertical scrolling if necessary */
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
  width: 454px;
}
.arrow-icon {
  display: inline-block;
  transform-origin: 50% 50%;
  width: 8px;
  height: 8px;
  color: #FF6D18;
  margin-left: 8px;
  border-left: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(225deg);
  /* Initially arrow pointing down */
}
.expand-button,
.collapse-button {
  height: 18px !important;
  margin-top: 54px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  vertical-align: top;
  order: 999;
  /* 确保按钮显示在最后 */
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FF6D18 !important;
  line-height: 18px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
}
.expand-arrow {
  transform: rotate(225deg);
}
.collapse-arrow {
  transform: rotate(-45deg);
  /* Arrow pointing down */
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(382px, 1fr));
  /* 每列宽度为426px */
  grid-gap: 0 16px;
  /* 行和列间距 */
  justify-content: center;
  /* 水平居中 */
  align-content: start;
  /* 从顶部开始排列 */
  padding: 24px 0;
  /* 顶部和底部的间距 */
}
.live-room {
  margin: 0 0 16px 0;
  /* 仅在底部增加间距 */
}
.outer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 使 live-group 的子元素居左 */
  align-items: center;
  /* 使 live-group 的子元素垂直居中 */
}
#layui-laydate1 {
  border-radius: 10px !important;
}
.layui-layer {
  border-radius: 16px !important;
  /* 你可以根据需要调整圆角的大小 */
}
.collapsible {
  cursor: pointer;
  padding: 10px 10px 10px 24px;
  border: none;
  outline: none;
  width: 100%;
  height: 64px !important;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333333 !important;
  position: relative;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.collapsible:after {
  content: '';
  background-image: url('../icon/collapsible-close.png');
  /* 替换为加号图标的路径 */
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.collapsible:hover:after {
  background-image: url('../icon/collapsible-close-active.png') !important;
  /* 替换为悬停时加号图标的路径 */
}
.collapsible.active:after {
  background-image: url('../icon/collapsible-open.png') !important;
  /* 替换为减号图标的路径 */
}
.collapsible.active:hover:after {
  background-image: url('../icon/collapsible-open-active.png') !important;
  /* 替换为悬停时减号图标的路径 */
}
.content {
  padding: 8px 24px 24px;
  overflow: hidden;
  background-color: #ffffff;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 48px;
  text-align: center;
  width: 100%;
}
.step-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  min-width: 362px;
  max-width: 556px;
}
.step h3 {
  display: inline-block;
  font-family: Arial,Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #FF6D18;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 60px;
  margin: 0;
  padding: 0;
}
.step-img {
  background: #F5F7FA;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin: 2px;
}
.step p {
  font-family: Arial,Roboto;
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 100%;
}
.app-box {
  display: flex;
  justify-content: space-between;
  background: #F5F7FA;
  border-radius: 12px;
  width: 100%;
  max-width: 564px;
  height: auto;
  max-height: 317px;
}
.app-box .app-content {
  display: flex;
  align-items: center;
}
.app-box .app-content .app-p {
  margin-left: 0.25rem;
  margin-top: 4px;
}
.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  max-width: 279px;
  height: auto;
  max-height: 317px;
  border-radius: 13px;
  background: #FFFFFF;
  padding: 5%;
  margin: 2px;
}
.app-img {
  width: 100%;
  height: auto;
  max-height: 228px;
  object-fit: contain;
}
.app p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.arrow {
  width: 24px;
  height: auto;
  margin: 0 20px;
}
#content-right {
  width: 100%;
  margin: 0 auto;
}
#content-right #left-box {
  padding: 24px 24px 0 24px;
}
#content-right #left-box #helpVideo {
  display: none;
}
#content-right #left-box #helpVideo #video-course {
  display: flex;
  height: 228px;
  box-sizing: border-box;
  padding: 25px 30px;
  margin-right: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
}
#content-right #left-box #helpVideo #video-course:hover .course-img {
  background: url('../image/rec_active.png') no-repeat;
}
#content-right #left-box #helpVideo #video-course .course-img {
  width: 308px;
  height: 178px;
  background: url('../image/rec_default.png') no-repeat;
}
#content-right #left-box #helpVideo #video-course .course-info {
  flex: 1;
  margin: 0 24px 0 36px;
}
#content-right #left-box #helpVideo #video-course .course-info .course-title {
  height: 38px;
  font-size: 22px;
  font-family: Arial,Roboto;
  font-weight: 500;
  line-height: 38px;
  color: #333333;
}
#content-right #left-box #helpVideo #video-course .course-info .course-des {
  margin-top: 20px;
  height: 120px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}
#content-right #left-box #helpVideo #video-course #course-delete {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
}
#content-right #left-box #helpVideo #video-course #course-delete:hover {
  background-position: 0 -96px;
}
#content-right #left-box #live-filter {
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
  /* align vertically */
}
#content-right #left-box #live-filter .left-section {
  display: flex;
}
#content-right #left-box #live-filter .left-section #select-menu {
  position: relative;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order {
  width: 276px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  padding-left: 16px;
  background: #FFFFFF;
  cursor: pointer;
  user-select: none;
  /* To prevent text selection on click */
  display: flex;
  /* To align text and arrow */
  justify-content: space-between;
  /* To position arrow at the end */
  align-items: center;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order:hover {
  border: 1px solid #FF6D18;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order .arrow {
  width: 24px;
  height: 24px;
  border-radius: 0px 0px 0px 0px;
  margin-right: 16px;
  background: url('../icon/arrow.png') no-repeat;
  background-size: 100% 100%;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul {
  display: none;
  list-style: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li {
  width: 100%;
  height: 46px;
  padding: 3px 0;
  background: #FFFFFF;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li p {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #A1A1A1;
  padding-left: 16px;
  border-radius: 8px;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li p:hover {
  background: #F0F0F0;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li .select-this {
  color: #FFFFFF;
  background: #FF9252;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li .select-this:hover {
  background: #FF9252 !important;
}
#content-right #left-box #live-filter .left-section #select-menu #select-order-ul li:first-child {
  border-bottom: 1px solid #F0F0F0;
}
#content-right #left-box #live-filter .left-section #time-scope {
  height: 48px;
  width: 276px;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline {
  width: 100% !important;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline .layui-input-inline {
  height: 46px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline .layui-input-inline:hover {
  border: 1px solid #FF6D18;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline .layui-input-inline #select-time {
  width: 276px;
  height: 46px;
  line-height: 46px;
  font-size: 17px;
  padding-left: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
  border-radius: 8px;
  border: none;
  outline: none;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline .layui-input-inline .time-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -96px -64px;
}
#content-right #left-box #live-filter .left-section #time-scope .layui-inline .layui-input-inline .time-closeIcon {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url('../icon/interact-icon.png') no-repeat;
  background-position: -32px -64px;
  cursor: pointer;
}
#content-right #left-box #live-filter #search-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  width: 276px;
  background-color: #fff;
}
#content-right #left-box #live-filter #search-title #search-input {
  width: 100%;
  padding-left: 16px;
  height: 46px;
  border: 1px solid #F0F0F0;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #left-box #live-filter #search-title #search-input:hover {
  border: 1px solid #FF6D18;
}
#content-right #left-box #live-filter #search-title #search-btn {
  width: 44px;
  height: 48px;
  background: #FF6D18;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
#content-right #left-box #live-filter #search-title #search-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px 10px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -128px -64px;
}
#content-right #left-box #live-parent {
  width: 100%;
}
#content-right #left-box #live-parent .live-room {
  min-height: 196px;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
}
#content-right #left-box #live-parent .live-item {
  display: flex;
  padding: 48px 24px 40px;
  box-sizing: border-box;
  position: relative;
}
#content-right #left-box #live-parent .live-item:hover {
  box-shadow: 0px 3px 24px rgba(206, 218, 226, 0.5);
}
#content-right #left-box #live-parent .live-item .live-image {
  width: 182px;
  height: 108px;
  border-radius: 8px;
  margin-right: 16px;
  object-fit: cover;
}
#content-right #left-box #live-parent .live-item .live-info {
  flex: 1;
}
#content-right #left-box #live-parent .live-item .live-info .live-title {
  height: 48px;
  font-size: 16px;
  font-family: Arial,Roboto,Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  /* Prevents splitting words */
  overflow-wrap: break-word;
  /* Allows breaking at appropriate points */
  white-space: normal;
}
#content-right #left-box #live-parent .live-item .live-info .live-type {
  font-size: 14px;
  font-family: Arial,Roboto,Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#content-right #left-box #live-parent .live-item .live-info .live-type .span_div {
  width: 66px;
  height: 24px;
  background: rgba(75, 159, 255, 0.1);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #4B9FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content-right #left-box #live-parent .live-item .live-info .live-type .span_div .span_p {
  height: 22px;
  font-size: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 22px;
  -webkit-background-clip: text;
}
#content-right #left-box #live-parent .live-item .live-info .live-type .span_shu {
  width: 1px;
  height: 14px;
  background: #999999;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 8px 6px;
}
#content-right #left-box #live-parent .live-item .live-info .live-type .span_status {
  width: 100px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  -webkit-background-clip: text;
  margin-right: 4px;
}
#content-right #left-box #live-parent .live-item .live-info .live-type span {
  vertical-align: top;
}
#content-right #left-box #live-parent .live-item .live-info .live-time {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
#content-right #left-box #live-parent .live-item .live-start {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 104px;
  background: url('../icon/setting.png') no-repeat;
  background-position: -8px -8px;
}
#content-right #left-box #live-parent .live-item .live-start:hover {
  background-position: -8px -40px;
}
#content-right #left-box #live-parent .live-item .live-set {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 64px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -192px -64px;
}
#content-right #left-box #live-parent .live-item .live-set:hover {
  background-position: -192px -96px;
}
#content-right #left-box #live-parent .live-item .live-delete {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -224px -64px;
}
#content-right #left-box #live-parent .live-item .live-delete:hover {
  background-position: -224px -96px;
}
#content-right #left-box #live-parent #live-add {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content-right #left-box #live-parent #live-add .live-add-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 10px;
  background: url('../image/add_default.png') no-repeat;
  background-size: cover;
}
#content-right #left-box #live-parent #live-add .live-new-live {
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 500;
  line-height: 18px;
  color: #666666;
  text-align: center;
}
#content-right #left-box #live-parent #live-add:hover {
  box-shadow: 0px 3px 24px rgba(206, 218, 226, 0.5);
}
#content-right #left-box #live-parent #live-add:hover .live-add-icon {
  background: url('../image/add_active.png') no-repeat;
  background-size: cover;
}
#content-right #left-box #live-parent #live-add:hover .live-new-live {
  color: #FF6D18;
}
#delete-dialog {
  display: none;
  width: 560px;
  height: 220px;
  box-sizing: border-box;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  position: relative;
}
#delete-dialog .title {
  height: 32px;
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}
#delete-dialog .title img {
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 16px;
}
#delete-dialog .info {
  height: 20px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 20px;
  color: #7B7B7B;
  margin-top: 24px;
  padding-left: 48px;
}
#delete-dialog button {
  position: absolute;
  width: 82px;
}
#delete-dialog #delete-cancel {
  bottom: 32px;
  right: 122px;
}
#delete-dialog #delete-affirm {
  bottom: 32px;
  right: 32px;
}
.common-dialog {
  display: none;
  height: 640px;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}
.common-dialog .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;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 12px 12px 0px 0px;
}
.common-dialog .dialog-title .dialog-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
.common-dialog .dialog-title .dialog-close:hover {
  background-position: 0 -96px;
}
.common-dialog .dialog-context {
  box-sizing: border-box;
  height: 508px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 48px 56px 6px;
  /* Change the background color of checked radio buttons to yellow */
  /* Change the border color of radio buttons to yellow */
}
.common-dialog .dialog-context .dialog-select .selected {
  background: rgba(255, 109, 24, 0.1) !important;
  border: 1px solid #FF6D18 !important;
  color: #FF6D18 !important;
}
.common-dialog .dialog-context .dialog-select #category-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px 16px;
  margin-top: 16px;
}
.common-dialog .dialog-context .dialog-select #category-buttons .category-btn {
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border: 1px solid #D9D9D9;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}
.common-dialog .dialog-context .dialog-select #category-buttons .category-btn:hover {
  border: 1px solid #FF6D18 !important;
  color: #FF6D18 !important;
  /* White text */
}
.common-dialog .dialog-context #toggle-advanced-options {
  margin-left: 426px;
  font-size: 16px;
  font-family: Roboto, Arial;
  font-weight: 400;
  color: #FF6D18;
  line-height: 20px;
  margin-top: 24px;
  cursor: pointer;
}
.common-dialog .dialog-context #toggle-advanced-options .arrow-icon {
  display: inline-block;
  transform-origin: 50% 50%;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-left: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(225deg);
  /* Initially arrow pointing down */
}
.common-dialog .dialog-context #toggle-advanced-options:hover {
  /* This will add a translucent background color (overlay effect) when hovered */
  color: #e56216;
}
.common-dialog .dialog-context .dialog-label {
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #333333;
  margin-right: 12px;
  margin-bottom: 12px;
}
.common-dialog .dialog-context .layui-form-radio[lay-skin="primary"].layui-form-checked i {
  background-color: yellow !important;
}
.common-dialog .dialog-context .layui-form-radio[lay-skin="primary"] i {
  border-color: yellow !important;
}
.common-dialog .dialog-context .layui-form-radioed > i {
  color: #FF6D18 !important;
}
.common-dialog .dialog-context .layui-form-radioed > i {
  color: #FF6D18 !important;
}
.common-dialog .dialog-context .layui-form-radioed,
.common-dialog .dialog-context .layui-form-radioed > i {
  color: #FF6D18 !important;
}
.common-dialog .dialog-context .dialog-type {
  display: flex;
  height: 40px;
  justify-content: flex-first;
  align-items: center;
  margin-bottom: 18px;
  margin-right: 56px;
  margin-top: 29px;
}
.common-dialog .dialog-context .dialog-type .type-info {
  width: 422px;
  height: 40px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 40px;
  color: #999999;
}
.common-dialog .dialog-context .type-select {
  display: flex;
  align-items: center;
  padding-left: 220px;
  height: 40px;
  margin-bottom: 12px;
}
.common-dialog .dialog-context .type-select .videoLive {
  border-radius: 6px;
  margin-right: 24px;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  cursor: pointer;
}
.common-dialog .dialog-context .type-select .videoActive {
  width: 148px;
  height: 36px;
  line-height: 36px;
  background: url('../image/videoLive.png') no-repeat;
  background-size: 148px 36px;
  color: #FF6D18;
}
.common-dialog .dialog-context .type-select .videoDefault {
  width: 145px;
  height: 36px;
  border: 1px solid #D9D9D9;
  line-height: 36px;
  color: #666666;
}
.common-dialog .dialog-context .type-select .arLive {
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  cursor: pointer;
}
.common-dialog .dialog-context .type-select .arDefault {
  width: 145px;
  height: 36px;
  border: 1px solid #D9D9D9;
  color: #666666;
  line-height: 36px;
}
.common-dialog .dialog-context .type-select .arActive {
  width: 148px;
  height: 36px;
  line-height: 36px;
  background: url('../image/videoLive.png') no-repeat;
  background-size: 148px 36px;
  color: #FF6D18;
}
.common-dialog .dialog-context .dialog-tr {
  display: flex;
  flex-direction: column;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu {
  width: 422px;
  position: relative;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu .dialog-select {
  width: 382px;
  height: 38px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu .dialog-select:hover {
  border: 1px solid #FF6D18;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu .dialog-select .select-icon {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -64px -64px;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul {
  display: none;
  list-style: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.03);
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul li {
  width: 100%;
  height: 46px;
  padding: 3px 0;
  background: #FFFFFF;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul li p {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #A1A1A1;
  padding-left: 16px;
  border-radius: 8px;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul li p:hover {
  background: #F0F0F0;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul li .select-this {
  color: #FFFFFF;
  background: #FF9252;
}
.common-dialog .dialog-context .dialog-tr .dialog-menu #dialog-ul li .select-this:hover {
  background: #FF9252 !important;
}
.common-dialog .dialog-context .dialog-tr .dialog-input {
  height: 38px;
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.common-dialog .dialog-context .dialog-tr .dialog-input::placeholder {
  font-size: 14px;
  color: #cccccc;
}
.common-dialog .dialog-context .dialog-tr .dialog-input:hover {
  border: 1px solid #FF6D18;
}
.common-dialog .dialog-context .dialog-tr .box_form {
  width: 422px;
  align-items: center;
}
.common-dialog .dialog-context .dialog-tr .box_form .addLatency {
  display: flex;
  flex-direction: row;
}
.common-dialog .dialog-context .dialog-tr .box_form .addLatency .push_info {
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}
.common-dialog .dialog-context .dialog-tr .box_form .layui-form-radio * {
  font-family: Arial,Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.common-dialog .dialog-context .dialog-tr .ai_form {
  width: 422px;
  align-items: center;
}
.common-dialog .dialog-context .livePush {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  height: 85px !important;
  margin-right: 56px;
  margin-bottom: 24px;
}
.common-dialog .dialog-context .livePush .push_info {
  text-align: left;
  font-style: normal;
  text-transform: none;
  align-items: center;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin-top: 12px;
}
.common-dialog .dialog-context .livePush .push_form {
  display: flex;
  width: 422px;
  height: 18px;
}
.common-dialog .dialog-context .livePush .push_form .dialog-label {
  margin-right: 0px;
  margin-bottom: 0px;
}
.common-dialog .dialog-context .livePush .push_form .layui-form-switch {
  height: 16px;
  min-width: 28px;
  margin-left: 12px;
  margin-top: 0px !important;
}
.common-dialog .dialog-context .livePush .push_form .layui-form-switch > i {
  left: 2px;
  top: 1px !important;
  width: 12px !important;
  height: 12px !important;
}
.common-dialog .dialog-context .livePush .push_form .layui-form-onswitch > i {
  margin-left: 15px;
  background-color: #fff;
}
.common-dialog .dialog-context .dialog-describe {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
}
.common-dialog .dialog-context .dialog-describe textarea {
  height: 40px;
  resize: none;
  padding: 12px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 18px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.common-dialog .dialog-context .dialog-describe textarea::placeholder {
  font-size: 14px;
  color: #cccccc;
}
.common-dialog .dialog-context .dialog-describe textarea:hover {
  border: 1px solid #FF6D18;
}
.common-dialog .dialog-context .dialog-cover {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-right: 56px;
  margin-bottom: 32px;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top {
  display: flex;
  margin-bottom: 12px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top img {
  object-fit: cover;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .default-cover {
  width: 140px;
  height: 80px;
  border-radius: 6px;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload {
  width: 140px;
  height: 80px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  cursor: pointer;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload .dialog-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 23px auto 4px;
  background: url('../image/add_default.png') no-repeat;
  background-size: 100% 100%;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload .upload-title {
  display: block;
  font-size: 12px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload:hover {
  border: 1px dashed #FF6D18;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload:hover .upload-title {
  color: #FF6D18;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-top .dialog-upload:hover .dialog-icon {
  background: url('../image/add_active.png') no-repeat;
  background-size: 100% 100%;
}
.common-dialog .dialog-context .dialog-cover .dialog-img .dialog-img-info {
  width: 422px;
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 20px;
  color: #CCCCCC;
}
.common-dialog .dialog-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  height: 64px;
  position: relative;
}
.common-dialog .dialog-footer button {
  position: absolute;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
  font-size: 14px !important;
  color: #FFFFFF;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#add-dialog #add-dialog-cancel {
  bottom: 12px;
  right: 112px;
}
#add-dialog #add-aiBox {
  margin-top: 24px !important;
}
#add-dialog #add-liveBox {
  margin-top: 24px !important;
}
#add-dialog #addhighLatencyBox {
  margin-top: 24px !important;
}
#add-dialog #addqualityBox {
  margin-top: 24px !important;
}
#add-dialog #addquality1080pBox {
  margin-top: 24px !important;
}
#add-dialog #add-dialog-affirm {
  bottom: 12px;
  right: 24px;
}
#set-dialog #set-dialog-cancel {
  bottom: 12px;
  right: 112px;
}
#set-dialog #set-aiBox {
  margin-top: 24px !important;
}
#set-dialog #set-liveBox {
  margin-top: 24px !important;
}
#set-dialog #highLatencyBox {
  margin-top: 24px !important;
}
#set-dialog #qualityBox {
  margin-top: 24px !important;
}
#set-dialog #quality1080pBox {
  margin-top: 24px !important;
}
#set-dialog #set-dialog-affirm {
  bottom: 12px;
  right: 24px;
}
#set-dialog #toggle-set-options {
  margin-left: 426px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FF6D18;
  line-height: 20px;
  margin-top: 24px;
  cursor: pointer;
}
#set-dialog #toggle-set-options .arrow-icon {
  display: inline-block;
  transform-origin: 50% 50%;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-left: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(225deg);
  /* Initially arrow pointing down */
}
#set-dialog #toggle-set-options:hover {
  /* This will add a translucent background color (overlay effect) when hovered */
  color: #e56216;
}
