/*-------------------------------编辑大屏页------------------------------*/
/*背景色*/
/*tab切换背景色*/
/*字体默认色*/
/*字体高亮色*/
/*边框颜色*/
/*--------左侧颜色---------*/
/*左侧颜色*/
/*左侧颜色*/
/*中间区域颜色*/
/*实线*/
/*实线内背景色*/
/*虚线*/
/*虚线内背景色*/
/*中间区域工具条颜色*/
/*右侧颜色*/
/*---==============================编辑大屏页==============================--*/
/*-------------------------------创建大屏页------------------------------*/
/*左侧导航栏背景颜色*/
/*右侧主区背景颜色*/
/*左侧边框颜色*/
/*-==============================创建大屏页==============================*/
/*----------------------我的大屏页-------------------------*/
/*======================我的大屏页=========================*/
/*---------------------------公共组件颜色控制---------------------------*/
/*滚动条颜色*/
/*单选框---radios*/
/*确定按钮---button*/
/*只有底边的输入框---textInput*/
/*带边框和上下按钮的输入框---borderInput*/
/*横向可拉动调整值组件---slider*/
/*复选框---checkBox*/
/*开关---switch*/
/*图片---backgroundImage*/
/*-===========================公共组件颜色控制===========================-*/
body {
  padding: 0 0 !important;
}
.previewScreen__root-ETT0t {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #162432;
  font-family: "微软雅黑";
}
.previewScreen__root-ETT0t.previewScreen__noBg-1CPde {
  background: none;
}
.previewScreen__root-ETT0t .previewScreen__previous-Oj3TZ,
.previewScreen__root-ETT0t .previewScreen__next-3Nsq- {
  width: 100px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background:black;*/
  z-index: 999;
  cursor: pointer;
  opacity: 0.1;
}
.previewScreen__root-ETT0t .previewScreen__previous-Oj3TZ .previewScreen__arrow-3_oaP,
.previewScreen__root-ETT0t .previewScreen__next-3Nsq- .previewScreen__arrow-3_oaP {
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  opacity: 0;
}
.previewScreen__root-ETT0t .previewScreen__previous-Oj3TZ:hover,
.previewScreen__root-ETT0t .previewScreen__next-3Nsq-:hover {
  opacity: 1;
}
.previewScreen__root-ETT0t .previewScreen__previous-Oj3TZ:hover .previewScreen__arrow-3_oaP,
.previewScreen__root-ETT0t .previewScreen__next-3Nsq-:hover .previewScreen__arrow-3_oaP {
  opacity: 1;
}
.previewScreen__root-ETT0t .previewScreen__previous-Oj3TZ {
  left: 60px;
}
.previewScreen__root-ETT0t .previewScreen__next-3Nsq- {
  right: 60px;
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N .previewScreen__content-2bN2Y {
  overflow: hidden;
  margin: auto;
  position: absolute;
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N .previewScreen__shuiyin-3tFfY {
  width: 100%;
  height: 100%;
  background: url(/images/shuiyin_4c019.png);
  pointer-events: none;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N .previewScreen__pageBox-3azgS {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N .previewScreen__toolBarBox-26wyo {
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.previewScreen__root-ETT0t .previewScreen__container-2h5_N .previewScreen__recordingBox-9OeGb {
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  height: 0.4rem;
}
.previewScreen__passwordBg-1clXi {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background-color: #f1f4f9;
}
.previewScreen__passwordBg-1clXi .previewScreen__passwordDiv-2G0E6 {
  padding: 30px 30px 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.previewScreen__passwordBg-1clXi .previewScreen__passwordDiv-2G0E6 .previewScreen__passwordTitle-3-ub6 {
  overflow: hidden;
  height: 30px;
  font-size: 14px;
  color: #000000;
  float: left;
}
.previewScreen__passwordBg-1clXi .previewScreen__passwordDiv-2G0E6 .previewScreen__passwordTitleIcon-195yb {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  color: #585858;
  font-weight: 600;
  cursor: pointer;
}
.previewScreen__passwordBg-1clXi .previewScreen__passwordDiv-2G0E6 .previewScreen__passwordBox-1i_6n {
  width: 310px;
  height: 110px;
  position: relative;
  margin-top: 30px;
}
.previewScreen__passwordBg-1clXi .previewScreen__passwordDiv-2G0E6 .previewScreen__passwordBox-1i_6n .previewScreen__unitTitle-3apIX {
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.previewScreen__previewStyle-1uNBk {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  box-sizing: border-box;
  background-color: #242424;
  color: #ffffff;
  z-index: 999;
}
.previewScreen__previewStyle-1uNBk .previewScreen__btnGroup-2VQqo {
  position: absolute;
  padding-left: 30px;
  padding-top: 27px;
  top: 0;
  left: 0;
}
.previewScreen__previewStyle-1uNBk .previewScreen__btnGroup-2VQqo button {
  color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  background-color: #1b1b1b;
  margin-right: 20px;
  outline-style: none;
  border: none;
  cursor: pointer;
}
.previewScreen__previewStyle-1uNBk .previewScreen__btnGroup-2VQqo button:hover {
  color: #fb452f;
  background-color: #141414;
}
.previewScreen__popPage-1cLqO {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.previewScreen__popPageMark-Dp4A- {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.previewScreen__closeBtn-rZxPQ {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px !important;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}

.tooltip__root-3Kr2F {
  font-size: 14px;
}
.tooltip__root-3Kr2F .tooltip__topBox-qplOM {
  width: 274px;
  height: 86px;
  position: relative;
  padding-top: 20px;
  background-color: #242424;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.tooltip__root-3Kr2F .tooltip__topBox-qplOM p {
  width: 100%;
  height: 14px;
  margin-bottom: 17px;
  color: #fff;
  line-height: 14px;
  text-align: center;
}
.tooltip__root-3Kr2F .tooltip__topBox-qplOM .tooltip__btn-3FjLc {
  width: 100px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.tooltip__root-3Kr2F .tooltip__topBox-qplOM .tooltip__btn-3FjLc:hover {
  color: #e94829;
}
.tooltip__root-3Kr2F .tooltip__bottomBox-1Ry7I {
  width: 120px;
  height: auto;
  background-color: #242424;
  padding: 5px 0;
  box-sizing: border-box;
}
.tooltip__root-3Kr2F .tooltip__bottomBox-1Ry7I p {
  color: #75777e;
  height: 33px;
  line-height: 33px;
  width: 100%;
  text-align: center;
}
.tooltip__root-3Kr2F .tooltip__bottomBox-1Ry7I .tooltip__returnPrev-3E8H7 {
  color: #e94829;
  background-color: #1b1b1b;
}

.contextMenu__mask-P9Yyr {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
.contextMenu__mask-P9Yyr.contextMenu__show-8a5bo {
  display: block;
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 {
  display: inline-block;
  width: 120px;
  position: absolute;
  background: #242424;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 .contextMenu__section-2R4Gs {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid 1px #1b1b1b;
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 .contextMenu__section-2R4Gs:last-child {
  border-top: none;
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 .contextMenu__section-2R4Gs .contextMenu__btn-2rfyF {
  width: 100%;
  height: 33px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 33px;
  color: #4d4f55;
  display: inline-block;
  text-align: left;
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 .contextMenu__section-2R4Gs .contextMenu__btn-2rfyF.contextMenu__active-1X_1B {
  color: #75777e;
  cursor: pointer;
}
.contextMenu__mask-P9Yyr .contextMenu__container-3J5I7 .contextMenu__section-2R4Gs .contextMenu__btn-2rfyF.contextMenu__active-1X_1B:hover {
  color: #fb452f;
  background: #1b1b1b;
}

