@charset "UTF-8";
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.menu-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/menu-icons.png) no-repeat;
  vertical-align: middle;
  margin: -1px 6px 0 0; }

.refresh {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url(../images/menu-refresh.png) no-repeat center/100%;
  margin-right: 10px; }

/* 主题色 */
.main-color {
  color: #3393ff; }

/* 自定义select */
body .chosen-container.chosen-container-single .chosen-single {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  border-color: #E0E0E0; }
body .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #45A5FD; }
body .chosen-container .chosen-results {
  padding: 0; }
body .chosen-container.chosen-container-multi .chosen-choices {
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
  border-color: #E0E0E0; }
body .chosen-container-single.chosen-disabled .chosen-single {
    color: #8e979e;
}

/* 菜单icon */
a .icon-app {
  font-size: 18px; }

a .icon-trust {
  font-size: 14px; }

/* 一级菜单图标 */
.firt-menu-icon {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/first-menu.png) no-repeat;
  vertical-align: middle;
  margin: -1px 6px 0 0; }

.firt-menu-icon.firt-icon-1 {
  height: 18px;
  background-position: 0 -34px; }

.firt-menu-icon.firt-icon-2 {
  height: 18px;
  background-position: 0 -68px; }

.firt-menu-icon.firt-icon-3 {
  height: 18px;
  background-position: 0 -100px; }

.firt-menu-icon.firt-icon-4 {
  height: 19px;
  background-position: 0 -396px; }

.firt-menu-icon.firt-icon-5 {
  background-position: 0 -430px; }

.firt-menu-icon.firt-icon-6 {
  background-position: 0 -131px; }

.firt-menu-icon.firt-icon-7 {
  height: 18px;
  background-position: 0 -166px; }

.firt-menu-icon.firt-icon-8 {
  height: 19px;
  background-position: 0 -232px; }

.firt-menu-icon.firt-icon-9 {
  height: 18px;
  background-position: 0 -266px; }

.firt-menu-icon.firt-icon-10 {
  height: 20px;
  background-position: 0 -298px; }

.firt-menu-icon.firt-icon-11 {
  height: 19px;
  background-position: 0 -329px; }

.firt-menu-icon.firt-icon-12 {
  height: 20px;
  background-position: 0 -362px; }

/* icons */
.warn-ico {
  margin-right: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  background: url(../images/oranges.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

/* 顶部 */
.sys-top {
  height: 36px;
  line-height: 36px;
  background: #F6F6F6; }
  .sys-top .admin {
    height: 36px;
    position: relative; }
    .sys-top .admin .icon {
      color: #9BABBF; }
    .sys-top .admin .arrow-down {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #999;
      vertical-align: middle; }
    .sys-top .admin .admin-child-menu {
      display: none;
      position: absolute;
      right: 0;
      top: 35px;
      width: 120px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      z-index: 100;
      border-radius: 5px;
      overflow: hidden; }
      .sys-top .admin .admin-child-menu li {
        height: 36px;
        padding: 0 15px;
        line-height: 36px; }
        .sys-top .admin .admin-child-menu li a {
          font-size: 12px;
          color: #333;
          display: block; }
        .sys-top .admin .admin-child-menu li a:hover {
          color: #3393ff; }
        .sys-top .admin .admin-child-menu li .ri-arrow {
          float: right;
          display: inline-block;
          font-size: 14px; }

/* 侧边栏 */
.sys-header {
  height: 62px;
  background-image: linear-gradient(-269deg, #599BFF 0%, #2277DA 100%);
  z-index: 10; }
  .sys-header.testEnvir {
    background-image: linear-gradient(269deg, #DA2222 0%, #FF5959 100%); }
  .sys-header .sys-header-content {
    height: 62px; }
  .sys-header .sys-logo {
    font-size: 16px;
    color: #fff; }
  .sys-header .shc-right {
    margin-top: 15px; }
    .sys-header .shc-right .release-btn {
      font-size: 12px;
      width: 88px;
      height: 32px;
      padding: 0;
      text-align: center;
      background: #E0AF5B;
      line-height: 32px;
      color: #fff;
      border: none; }
      .sys-header .shc-right .release-btn b {
        display: inline-block;
        margin: -2px 4px 0 0;
        font-weight: normal;
        vertical-align: middle; }
      .sys-header .shc-right .release-btn i.icon-release {
        display: inline-block;
        vertical-align: middle;
        margin-top: -1px; }
    .sys-header .shc-right .release-btn:hover {
      background: #c49647; }

/* 主要内容 */
.sys-main {
  min-height: 100%;
  position: relative; }

.sys-menu {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0px;
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 21, 41, 0.06);
  /*border: 1px solid #E0E0E0;*/
  overflow: hidden; }

.sys-menu-ul {
  padding-top: 16px; }

.sys-menu-ul li {
  margin-bottom: 14px; }
  .sys-menu-ul li .menu-iconfont {
    display: inline-block;
    width: 30px;
    text-align: center; }
  .sys-menu-ul li .menu-arrow .icon {
    font-size: 14px;
    font-weight: normal; }

.sys-menu-ul li.open .menu-down {
  display: block; }

.sys-menu-ul .child-menu {
  padding-left: 15px;
  margin-top: 5px; }
  .sys-menu-ul .child-menu li {
    margin-bottom: 0; }
    .sys-menu-ul .child-menu li a {
      font-size: 12px;
      color: #333;
      height: 30px;
      line-height: 30px; }
      .sys-menu-ul .child-menu li a .menu-text {
        position: relative;
        display: inline-block;
        padding-left: 10px; }
        .sys-menu-ul .child-menu li a .menu-text:before {
          position: absolute;
          top: 13px;
          left: 0;
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #666; }

.sys-menu-ul .menu-handler {
  height: 36px;
  display: block;
  line-height: 36px;
  color: #151515;
  font-size: 14px;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sys-menu-ul .menu-handler:hover {
  color: #3393FF; }
  .sys-menu-ul .menu-handler:hover .menu-text:before {
    background: #3393FF; }

.sys-menu-ul .menu-handler.current {
  background-color: #2b2e37; }

.sys-menu.close .menu-handler .menu-text {
  display: none; }

.sys-menu.close .sys-menu-ul li.open .menu-handler:after {
  display: none; }

.sys-menu.close .sys-logo {
  padding: 9px 2px; }

.sys-menu.close .sys-logo span {
  display: none; }

.sys-menu.close .sys-menu-ul .menu-handler {
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.sys-menu.close .menu-icon {
  margin: -2px 0 0 1px; }

.sys-menu.close .menu-toggle {
  background-position: center 9px; }

.sys-menu-ul .child-menu li.open .menu-handler,
.child-flow-menu li.open .menu-handler {
  color: #2b93ed; }
  .sys-menu-ul .child-menu li.open .menu-handler .menu-text:before,
  .child-flow-menu li.open .menu-handler .menu-text:before {
    background: #3393FF; }

.sys-menu-ul > li.open > .menu-handler {
  color: #3393FF;
  font-weight: bold; }

.sys-menu-ul .has-child.open > .menu-handler {
  background: #2b93ed;
  color: #fff; }

.sys-menu-lists {
  overflow: auto; }

/* 右侧内容 */
.sys-main-area {
  /*min-height: 880px;*/
  min-height: calc(100vh - 210px);
  min-height: max(calc(100vh - 210px), 560px);
  margin-left: 204px;
  overflow: auto; }

.sys-menu-ul .child-menu .menu-handler {
  padding: 0 0 0 34px; }

/* footer */
.sys-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background: #F7F7F7;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center; }
  .sys-footer ul {
    display: inline-block;
    margin: 22px 0 8px 0; }
  .sys-footer li {
    float: left;
    font-size: 12px;
    color: #333;
    margin: 0 20px; }

/* 开关 */
.vir-chkb {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden; }
  .vir-chkb .vir-chkb-actions {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 20px; }
    .vir-chkb .vir-chkb-actions a {
      position: absolute;
      top: 0;
      display: block;
      width: 38px;
      height: 20px;
      line-height: 20px;
      color: #fff;
      font-size: 12px; }
      .vir-chkb .vir-chkb-actions a:hover {
        text-decoration: none; }
      .vir-chkb .vir-chkb-actions a.vir-chkb-enable {
        background: url(../images/switch-ico2.png) center no-repeat;
        left: -16px;
        z-index: 2; }
      .vir-chkb .vir-chkb-actions a.vir-chkb-disable {
        background: url(../images/switch-ico.png) center no-repeat;
        left: 0;
        z-index: 1; }
    .vir-chkb .vir-chkb-actions.enable {
      left: 16px; }
    .vir-chkb .vir-chkb-actions.disable {
      left: 0; }
  .vir-chkb .ip-checkbox {
    display: none; }

/* 后端人员新增样式 start*/
.number-page {
  float: left;
  margin-left: 162px; }

.layui-layer-btn button {
  height: 28px;
  line-height: 28px;
  margin: 6px 6px 0;
  padding: 0 15px;
  border: 1px #dedede solid;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none; }

input.error {
  border: 1px solid red; }

label.error {
  padding-bottom: 6px;
  font-weight: bold;
  color: #EA5200; }

.sys-bottom {
  height: 50px; }

.codeview-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.2);
  border-radius: 20px; }

.app-module-lists .appview-content:hover .codeview-mask {
  display: block; }

.app-module-lists .appview-content {
  position: relative;
  margin: 3px;
  width: 212px;
  height: 391px;
  overflow: hidden;
  border-radius: 20px; }

.appview-content a:hover .codeview-mask {
  display: block; }

.codeview-mask .codeview-con {
  width: 158px;
  height: 180px;
  background-color: #fff;
  border-radius: 4px;
  margin: 112px auto;
  text-align: center;
  padding: 16px 16px 0;
  box-sizing: border-box; }

.codeview-mask .codeview-con p {
  padding: 8px 0 11px; }

.hs-ui-form-item {
  width: 40%; }

.hs-ui-form-item .hs-ui-form-label {
  width: 120px; }

.js-select-color li {
  cursor: pointer; }

.switch-panel {
  width: 38px;
  height: 20px; }

/* end */
/* index */
.contxt {
  font-size: 12px;
  line-height: 32px;
  color: #333; }

.sys-layout {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #E0E0E0;
  min-height: calc(100vh - 210px);
  min-height: max(calc(100vh - 210px), 560px); }
  .sys-layout .sys-title {
    height: 30px;
    padding: 24px 0 12px;
    margin: 0 16px; }
    .sys-layout .sys-title span {
      font-size: 24px;
      line-height: 30px;
      color: #333;
      font-weight: bold; }
    .sys-layout .sys-title .title-label {
      margin: 4px 0 0 10px; }
      .sys-layout .sys-title .title-label span {
        display: inline-block;
        height: 20px;
        margin: 0 4px;
        padding: 0 8px;
        font-size: 12px;
        color: #748AA3;
        border: 1px solid #E3E9F0;
        font-weight: normal;
        line-height: 20px;
        background: #fff;
        border-radius: 10px; }
  .sys-layout .sys-tip-panel {
    padding: 2px 16px 18px; }
    .sys-layout .sys-tip-panel p {
      font-size: 12px;
      color: #666;
      line-height: 20px; }

.head-action {
  margin-top: 5px; }
  .head-action span {
    font-size: 14px;
    color: #5b95ed; }
  .head-action .head-btn {
    font-size: 14px;
    color: #5b95ed;
    margin-left: 10px; }
    .head-action .head-btn b {
      display: inline-block;
      vertical-align: top; }

.sys-breadcrumb-title {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 0 16px;
  margin-bottom: 14px; }
  .sys-breadcrumb-title a {
    font-size: 12px; }

.app-iframe-lists {
  padding: 8px 1px; }

.app-iframe-lists .app-panel {
  position: relative;
  float: left;
  width: 216px;
  margin: 0 15px 10px;
  background: #F0F3F6;
  border-radius: 4px;
  content-visibility: auto;
  contain-intrinsic-size: 468px;
  padding-bottom: 16px; }
  .app-iframe-lists .app-panel .appview-action {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2); }
  .app-iframe-lists .app-panel .appview-btn {
    float: left;
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-right: 1px solid #D7DCE2;
    box-sizing: border-box;
    background: #fff; }
  .app-iframe-lists .app-panel .appview-btn a {
    display: block;
    font-size: 12px; }
  .app-iframe-lists .app-panel .appview-btn a:hover {
    color: #3393ff; }
  .app-iframe-lists .app-panel .border-r-none {
    border-right: none; }

.app-iframe-lists .add-app-module {
  height: 381px;
  margin: 70px 7px 0;
  text-align: center;
  background: #FFFFFF;
  background: url("../images/shadow-bg2.png") no-repeat;
  border-radius: 20px;
  background-size: 100% 100%; }
  .app-iframe-lists .add-app-module:hover {
    box-shadow: 0 1px 8px rgba(0, 97, 189, 0.6);
    border-radius: 22px; }
  .app-iframe-lists .add-app-module em {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin-top: 155px; }
  .app-iframe-lists .add-app-module a {
    display: block;
    height: 100%; }
  .app-iframe-lists .add-app-module span {
    display: block;
    color: #333; }

.appview {
  content-visibility: auto;
  width: 200px;
  height: 381px;
  margin: 0 7px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/shadow-bg-menu.png") no-repeat;
  background-size: 100% 100%;
}
.appview-no-bottom {
  background: url("../images/shadow-bg-new.png") no-repeat;
  background-size: 100% 100%;
}
  .appview:hover {
    box-shadow: 0 1px 8px rgba(0, 97, 189, 0.6);
    border-radius: 22px;
  }
  .appview:hover .detaildeepView-mask {
    display: block;
  }
  .appview .appview-content {
    position: relative;
    margin: 3px;
    width: 194px;
    height: 381px;
    overflow: hidden;
    border-radius: 17px;
  }
  .appview .appview-content img {
    width: 100%;
    height: 334px;
  }
  .appview-no-bottom .appview-content img {
    height: 360px;
  }
  .appview .appview-content a:hover .codeview-mask {
    display: block;
  }
  .appview .appview-content a:hover .codeview-mask img {
    height: auto;
  }
  .appview .codeview-mask, .appview .detaildeepView-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.2);
    border-radius: 20px; }
    .appview .codeview-mask .codeview-con, .appview .detaildeepView-mask .codeview-con {
      width: 158px;
      background-color: #fff;
      border-radius: 4px;
      margin: 112px auto;
      text-align: center;
      padding: 16px 16px 0;
      box-sizing: border-box; }
      .appview .codeview-mask .codeview-con p, .appview .detaildeepView-mask .codeview-con p {
        padding: 8px 0 11px; }
  .appview .detaildeepView-mask {
    text-align: center;
    cursor: pointer; }
    .appview .detaildeepView-mask .detaildeepView-btn {
      display: inline-block;
      width: 152px;
      height: 38px;
      margin-top: 80%;
      text-align: center;
      line-height: 34px;
      font-size: 14px;
      color: #fff;
      background: #3393FF;
      border: 2px solid #97C8FF;
      border-radius: 4px;
      box-sizing: border-box; }
    .appview .detaildeepView-mask .page-edit-ico {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: -2px 4px 0 0;
      background: url("../images/page-edit-ico.png") no-repeat;
      vertical-align: middle; }

.app-iframe-lists .app-title {
  padding: 14px 0 15px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333; }
  .app-iframe-lists .app-title .app-title-info {
    display: table-cell;
    vertical-align: middle; }
  .app-iframe-lists .app-title .app-img {
    width: 42px;
    height: 42px;
    border-radius: 10px; }
  .app-iframe-lists .app-title .app-state {
    height: 16px;
    line-height: 16px;
    margin-top: 4px;
    color: #E8A521;
    font-size: 12px;
    background: #fff url("../images/oranges.png") no-repeat left -1px center;
    padding: 0 3px 0 18px;
    border-radius: 8px;
    border: 1px solid #E8A521; }
  .app-iframe-lists .app-title .del-appview {
    position: absolute;
    right: 0;
    top: 15px; }
    .app-iframe-lists .app-title .del-appview i {
      color: #888;
      font-weight: normal; }

.sys-appview-lists .app-iframe-lists {
  margin-top: 0;
  padding: 0 0 7px 7px; }
.sys-appview-lists .app-panel {
  height: 570px; }

/* 上传文件 btn */
.upload-file {
  position: relative;
  width: 200px;
  height: 32px; }
  .upload-file .upload-btn {
    width: 100%;
    padding: 0;
    color: #3393FF;
    border: 1px solid #3393FF;
    border-radius: 4px; }
    .upload-file .upload-btn img {
      margin-right: 4px; }
  .upload-file .myFileUpload {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 200px;
    height: 32px;
    opacity: 0;
    z-index: 2;
    cursor: pointer; }
  .upload-file .input-file-panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .upload-file .input-file-panel .hs-ui-input[readonly] {
      padding-left: 0;
      text-align: center;
      background-color: #d4e5f6 !important; }
  .upload-file .input-file-panel .file-ico {
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 4; }
  .upload-file .input-file-panel .close-ico {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 4;
    cursor: pointer; }

/* 上传图片 */
.upload-img-panel li {
  float: left;
  position: relative;
  width: 88px;
  height: 88px;
  margin-right: 10px;
  text-align: center;
  line-height: 88px;
  border: 1px solid #e6ebf3;
  overflow: hidden; }
  .upload-img-panel li img {
    width: 82%; }
.upload-img-panel .add-img-btn {
  --upload-opacity: 0;
  position: relative;
  background: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 4px; }
.upload-img-panel .add-img-btn::before{
  content: '重新上传';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:rgba(0,0,0,0.5);
  color: #fff;
  font-size:13px;
  padding:5px 10px;
  line-height: 16px;
  border-radius:16px;
  white-space:nowrap;
  cursor: pointer;
  transition: opacity .5s;
  opacity: var(--upload-opacity)}
.upload-img-panel .myimgUpload, .upload-img-panel .bgthemeMyimgUpload, .upload-img-panel .moreMyimgUpload {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  opacity: 0;
  z-index: 2; }
.upload-img-panel .reupload {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

/* 上传图片 btn */
.certificate-panel .upload-btn {
  width: 200px;
  font-size: 12px;
  color: #3393FF;
  border: 1px solid #3393FF; }

.certificate-panel .upload-file-new, .hs-ui-form-item {
  position: relative; }

.certificate-panel .upload-file-new .myFileUpload {
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  width: 100%;
  height: 32px;
  opacity: 0;
  cursor: pointer; }

.certificate-panel .upload-file-new .upload-btn {
  border-color: #3393ff;
  color: #3393ff; }

.certificate-panel .upload-file-new .upload-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  padding: 0 14px;
  background: #E9F3FF;
  border-radius: 4px;
  z-index: 10;
  box-sizing: border-box; }

.color-list-panel li {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 10px;
  background: #F4693A;
  border-radius: 4px; }
.color-list-panel li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  margin: -4px;
  border: 2px solid #3393FF;
  border-radius: 6px; }
.color-list-panel li.red {
  background: red; }
.color-list-panel li.blue {
  background: blue; }
.color-list-panel li.org {
  background: orange; }
.color-list-panel li.yellow {
  background: yellow; }
.color-list-panel li.gray {
  background: #ccc; }
.color-list-panel .has-sel-color {
  display: inline-block;
  line-height: 32px; }
.color-list-panel .add-custom-color {
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  cursor: pointer; }

.sys-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px; }

.sys-fixed-action {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 2; }

.app-module-lists .appmodule-view {
  margin: 10px 30px 0 0;
  overflow: hidden; }
  .app-module-lists .appmodule-view img {
    width: 100%; }
  .app-module-lists .appmodule-view .app-panel {
    margin: 0;
    margin-left: -8px;
    background: #fff; }
    .app-module-lists .appmodule-view .app-panel .add-app-module {
      margin-top: -7px;
      height: 391px; }
      .app-module-lists .appmodule-view .app-panel .add-app-module .empty-mob {
        padding: 180px 80px; }

.edit-app-name span {
  line-height: 32px; }

.message-panel .message-item-head {
  height: 30px;
  margin-bottom: 10px; }
.message-panel .message-title {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 30px; }
.message-panel .message-item {
  position: relative;
  margin: 0 15px;
  padding: 15px 0; }
.message-panel .message-item-content .item-info {
  margin: 5px 0;
  font-size: 12px;
  color: #666; }
.message-panel .message-edit {
  display: inline-block;
  width: 80px;
  height: 30px;
  margin-top: -5px;
  font-size: 12px;
  line-height: 30px;
  color: #3393FF;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #3393FF;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle; }
.message-panel .switch-panel {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  vertical-align: top; }
.message-panel .message-item-panel {
  padding-right: 190px; }
.message-panel .message-item-action {
  position: absolute;
  right: 0;
  top: 54px; }

/* 发布管理 */
.release-panel {
  margin: 0 15px; }
  .release-panel .release-item {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6ebf3; }
    .release-panel .release-item .release-img {
      width: 50px;
      height: 50px;
      border-radius: 5px; }
    .release-panel .release-item .change-time {
      border-radius: 5px;
      padding: 0 10px;
      border: 1px solid #f78c68;
      background: #FBA652;
      color: #ff0000; }
    .release-panel .release-item .release-btn-lists {
      margin-left: 60px; }
  .release-panel .progress {
    height: 10px;
    width: 400px;
    background: #ccc; }
    .release-panel .progress span {
      display: block;
      width: 0;
      height: 10px;
      background: red; }

.release-manage-box .hs-ui-tab-items {
  border-bottom: none; }

.release-manage-box .hs-ui-tab-items ul li a {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  border-top: none;
  border-bottom: 2px solid transparent;
  color: #fff;
  opacity: 0.5;
  font-size: 24px;
  line-height: 56px;
  height: 58px; }

.release-manage-box .hs-ui-tab-items ul li.ui-tab-on a {
  opacity: 1;
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.release-manage-box .hs-ui-tab-items ul li,
.release-manage-box .hs-ui-tab-items ul,
.release-manage-box .top-tabs-box {
  height: 60px;
  background: #3A87EA; }

.release-manage-box .hs-ui-tab-items ul {
  left: 16px; }

.release-manage-box .hs-ui-tab-items ul li {
  margin-right: 48px; }

.release-manage-box .panel-f2 .release-item {
  background: #373946;
  border-color: transparent; }

.release-manage-box .panel-f2 .hs-red-btn {
  border-color: transparent; }

.release-manage-box .release-panel .release-item .release-img {
  width: 42px;
  height: 42px; }

.release-manage-box .panel-f2 .linex-box .line-x {
  background: none;
  background-image: linear-gradient(to right, #FFB377, #FF4449); }

.release-manage-box .panel-f2 .c-red {
  color: #FF4449; }

.release-manage-box .panel-f2 .pecents {
  color: #fff;
  opacity: 0.8; }

.release-manage-box .release-panel .release-item {
  padding-top: 23px;
  height: 90px;
  box-sizing: border-box; }

.release-manage-box .release-panel .release-item .release-btn-lists {
  margin-left: 110px; }

.release-manage-box .pd-l-26 {
  padding-left: 26px; }

.release-manage-box .linex-box {
  width: 480px;
  height: 8px;
  border-radius: 100px;
  background: #F0F3F6;
  display: inline-block;
  margin-right: 5px; }

.release-manage-box .linex-box .line-x {
  width: 0;
  height: 8px;
  border-radius: 60px;
  background: #3393FF; }

.release-manage-box .c-blue {
  color: #3393FF; }

.release-manage-box .hs-border-blue-btn {
  background: #fff;
  border: 1px solid #E0E0E0;
  color: #333333; }

.release-manage-box .c-red {
  color: #E55E5E; }

.line60 {
  line-height: 60px; }

.line58 {
  line-height: 58px; }

.none {
  display: none; }

.mg-b-2 {
  margin-bottom: 2px; }

.opct-7 {
  opacity: 0.7; }

.release-manage-box .erweima-box {
  margin-bottom: 35px; }

.release-manage-box .erweima-box > img {
  width: 90px;
  margin-right: 13px; }

.mg-t-70 {
  margin-top: 70px; }

.release-manage-box .pop-lists-box .list {
  line-height: 30px;
  text-align: center;
  width: 170px;
  border: 1px solid #3393FF;
  border-radius: 4px;
  color: #3393FF;
  margin-right: 8px; }

.release-manage-box .prop-box .pop-lists-box .list:hover {
  background: #3393FF;
  color: #FFF; }

.release-manage-box .layui-layer-grey .pop-lists-box .list {
  line-height: 30px;
  text-align: center;
  width: 170px;
  border: 1px solid #FF4449;
  border-radius: 4px;
  color: #FF4449;
  margin-right: 8px; }

.release-manage-box .pop-lists-box .big-list {
  line-height: 30px;
  text-align: center;
  width: 170px;
  border: 1px solid #FFF;
  background: #3393FF;
  border-radius: 4px;
  color: #FFF;
  margin-right: 8px; }

.release-manage-box .layui-layer-grey .prop-box2 {
  background: #3F414F; }

.release-manage-box .layui-layer-grey .pop-lists-box .big-list {
  background: #FF4449; }

.release-manage-box .layui-layer-grey .pop-lists-box .big-list {
  line-height: 30px;
  text-align: center;
  width: 170px;
  border: 1px solid #FF4449;
  border-radius: 4px;
  color: #FFF;
  margin-right: 8px; }

.release-manage-box .pop-lists-box .list img {
  margin-bottom: 3px;
  margin-right: 5px; }

.release-manage-box .line-32 {
  line-height: 32px; }

.release-manage-box .my-btn, .release-manage-box .my-btn2 {
  margin-right: 8px;
  margin-top: 11px; }

.release-info {
  width: 210px; }

.release-manage-box .layui-layer-grey .layui-layer-ico {
  background: url(../images/tab-close.png) no-repeat; }

.release-panel .release-item {
  border-color: transparent; }

.release-manage-box .fail-ico, .release-manage-box .success-ico {
  width: 44px; }

.line44 {
  line-height: 44px; }

.release-manage-box .sys-layout {
  /*min-height: 750px;*/
  background: #F0F3F6; }

.release-manage-box .panel-f1 .release-item {
  background: #FFF; }

.mg-r-13 {
  margin-right: 13px; }

.mg-l-23 {
  margin-left: 23px; }

.release-manage-box .layui-layer-btn a {
  height: 32px;
  line-height: 32px;
  padding: 0 25px; }

.mg-t-13 {
  margin-top: 13px; }

.pd-l-25 {
  padding-left: 25px; }

textarea {
  resize: none; }

.mg-l-28 {
  margin-left: 28px; }

.release-btn-step ul li {
  float: left; }

.release-btn-step ul .step-two {
  position: relative;
  padding-left: 48px;
  background: url(../images/blue-arrow.png) no-repeat left 12px bottom 8px; }

.release-btn-step ul .step-three {
  position: relative;
  padding-left: 48px;
  background: url(../images/default-arrow.png) no-repeat left 12px bottom 8px; }

.release-btn-step ul .step-three.sure {
  background: url(../images/blue-arrow.png) no-repeat left 12px bottom 8px; }

/* 发布管理 end */
.editModule-dialog .hs-ui-form-content {
  width: 90%; }
.editModule-dialog .hs-ui-form-item .hs-ui-form-label {
  vertical-align: top;
  padding-top: 4px; }
.editModule-dialog .contxt {
  line-height: 24px; }

.dialog-bottom {
  position: relative;
  height: 52px; }
  .dialog-bottom .dialog-fixed-action {
    position: fixed;
    width: 100%;
    padding: 0 15px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    text-align: right;
    box-sizing: border-box;
    bottom: 0;
    z-index: 999; }

/* 组件库  start*/
.hs-ui-tab-items.group-tab {
  margin-bottom: 0; }

.market-group-blue {
  background: #F0F3F6;
  padding-top: 10px; }

.market-group-blue .screen-panel dd {
  background: #fff;
  border: 0;
  border-radius: 15px;
  min-width: 43px;
  text-align: center; }

.market-group-blue .screen-panel dt, .market-group-blue .screen-panel dd {
  height: 26px;
  line-height: 26px;
  font-size: 12px; }

.market-group-lists li {
  position: relative;
  background: #fff; }

.market-group-lists li .item-img {
  height: 212px;
  overflow: hidden;
  background: #efefef;
  line-height: 212px; }

.market-group-lists li .item-img img {
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.v-group-blue {
  width: 64px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  border-radius: 4px 0 4px 0;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(left, #3393FF, #63ACFF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #3393FF, #63ACFF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #3393FF, #63ACFF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #3393FF, #63ACFF);
  /* 标准的语法 */ }

.market-group-lists li .item-title span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }
  .market-group-lists li .item-title span img {
    width: auto;
    height: auto;
    margin-top: -4px; }

.market-group-lists {
  padding: 20px 0; }
  .market-group-lists ul {
    padding: 0 9px; }
  .market-group-lists li {
    float: left;
    margin: 0 6px 30px;
    width: 232px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px; }
    .market-group-lists li .item-title {
      height: 58px;
      line-height: 58px;
      padding: 0 10px; }
    .market-group-lists li img {
      width: 220px;
      height: 220px; }
    .market-group-lists li .item-action {
      height: 40px;
      padding: 0 10px 10px; }
      .market-group-lists li .item-action span {
        line-height: 40px; }

.screen-panel dl {
  margin: 10px 0; }
.screen-panel dt, .screen-panel dd {
  float: left;
  height: 30px;
  line-height: 30px; }
.screen-panel dd {
  padding: 0 15px;
  border: 1px solid #eaedf4;
  border-radius: 5px;
  margin-right: 10px; }
  .screen-panel dd a {
    display: block; }
  .screen-panel dd.active {
    background: #3393FF; }
    .screen-panel dd.active a {
      color: #fff; }

/* 组件库 end*/
/* 商城编辑模块 */
.diy-main {
  height: 100%;
  position: relative;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  background: #ECF0F4;
  /*.templet-manage-block{ width:300px;height: 41px;padding-top: 13px; background-color: #ffffff;border-bottom: 1px solid rgba(218,224,238,1);box-shadow: -2px 0px 1px rgba(218,224,238,1) inset;}*/
  /*.templet-manage-block a{ display: block;font-size: 12px; width: 58px;height: 26px;line-height: 26px;color: #2b93ed;border: 1px solid #2b93ed; border-radius: 2px;text-align: center; margin: 0 auto;}*/
  /*.interface-head{display: block;height:26px;background: url(../images/interface_head.png) no-repeat;}*/ }
  .diy-main .sys-action {
    margin: 14px 10px 0 0; }
    .diy-main .sys-action .hs-ui-btn.gold-btn {
      font-size: 12px;
      width: 88px;
      height: 32px;
      padding: 0;
      text-align: center;
      background: #E0AF5B;
      line-height: 32px;
      color: #fff;
      border: none; }
      .diy-main .sys-action .hs-ui-btn.gold-btn i {
        display: inline-block;
        margin: -2px 4px 0 0;
        font-weight: normal;
        vertical-align: middle; }
    .diy-main .sys-action .hs-ui-btn.savepage-btn i {
      display: inline-block;
      margin: -2px 4px 0 0;
      vertical-align: middle; }
    .diy-main .sys-action .hs-ui-btn.gold-btn:hover {
      background: #c49647; }
  .diy-main .diy-main-area {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    min-width: 1200px;
    overflow: auto; }
  .diy-main .sys-breadcrumb {
    position: fixed;
    left: 10px;
    top: 10px;
    right: 10px;
    z-index: 2;
    height: 58px;
    border-bottom: 1px solid #e7edf3;
    padding-left: 15px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
    .diy-main .sys-breadcrumb .sys-breadcrumb-content {
      height: 58px;
      line-height: 58px;
      color: #333; }
  .diy-main .appview-panel {
    position: absolute;
    top: 58px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .diy-main .appview-content {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .diy-main .left-content {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
    left: 320px;
    right: 398px;
    background: #ECF0F4; }
  .diy-main .right-content {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
    right: 0;
    width: 398px;
    background: #fff; }
  .diy-main .array-title {
    position: relative;
    text-align: center;
    padding: 10px 0;
    margin: 0 -20px; }
    .diy-main .array-title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #E6E6E6;
      z-index: -1; }
    .diy-main .array-title span {
      display: inline-block;
      padding: 0 13px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      background: #fff; }
  .diy-main .module-ctrl-panel > .hs-ui-form:first-child {
    border-bottom: none; }
  .diy-main .appview-content-tab {
    position: absolute;
    width: 320px;
    top: 0px;
    bottom: 36px;
    left: 0px;
    background: #fff;
    box-shadow: -2px 0px 1px #dae0ee inset;
    overflow: auto; }
    .diy-main .appview-content-tab > ul {
      padding-top: 20px; }
      .diy-main .appview-content-tab > ul li {
        position: relative;
        margin: 0 20px 20px;
        background-color: #F7F7F7;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #fff;
        z-index: 10; }
        .diy-main .appview-content-tab > ul li img {
          width: 100%; }
        .diy-main .appview-content-tab > ul li .viewmodule-panel {
          padding: 14px 14px 0;
          background-color: #F3F5F7;
          overflow: hidden; }
        .diy-main .appview-content-tab > ul li p {
          height: 44px;
          line-height: 44px;
          text-align: center;
          font-weight: bold; }
        .diy-main .appview-content-tab > ul li .templete-action {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 130px;
          height: 130px; }
          .diy-main .appview-content-tab > ul li .templete-action .templete-btn {
            margin-top: 40px; }
        .diy-main .appview-content-tab > ul li .edit-tips {
          position: absolute;
          top: 3px;
          right: 5px;
          z-index: 10; }
        .diy-main .appview-content-tab > ul li:hover .templete-action {
          display: block; }
        .diy-main .appview-content-tab > ul li:hover {
          border-color: #3393FF;
          box-shadow: 0 0 10px 0 rgba(110, 123, 138, 0.36); }
    .diy-main .appview-content-tab .search-panel {
      width: 271px; }
    .diy-main .appview-content-tab .appview-con-tab-head {
      height: 50px;
      line-height: 50px;
      padding: 0 20px; }
      .diy-main .appview-content-tab .appview-con-tab-head .tab-head-title {
        font-size: 16px;
        color: #333; }
      .diy-main .appview-content-tab .appview-con-tab-head a {
        font-size: 12px; }
    .diy-main .appview-content-tab .appview-con-select {
      text-align: left;
      padding-left: 16px; }
      .diy-main .appview-content-tab .appview-con-select .appview-select {
        display: inline-block;
        float: left;
        width: 85px;
        margin: 0 4px; }
        .diy-main .appview-content-tab .appview-con-select .appview-select select {
          width: 100%;
          box-sizing: border-box; }
        .diy-main .appview-content-tab .appview-con-select .appview-select .chosen-container.chosen-container-active {
          z-index: 11; }
  .diy-main .interface-body .diy-conitem.select {
    border: 1px solid #3393FF !important;
    z-index: 5; }
  .diy-main .interface-body .diy-conitem {
    cursor: pointer;
    border: 1px solid #fff; }
  .diy-main .interface-body .diy-conitem:hover {
    z-index: 999; }
  .diy-main .move-list:hover {
    cursor: pointer; }
  .diy-main .interface {
    margin: 25px auto 50px;
    background: #BEBEBE;
    min-height: 560px;
    width: 375px; }
  .diy-main .appview-content .interface, .diy-main .search .interface {
    background: #f5f5f5; }
  .diy-main #sortable2 {
    min-height: 400px; }
  .diy-main .move {
    position: absolute;
    right: -30px;
    top: -1px;
    background: #2b93ed;
    z-index: 2; }
    .diy-main .move.last {
      top: inherit;
      bottom: 35px;
    }
    .diy-main .move:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 30px;
      bottom: -7px;
      left: 0; }
  .diy-main .move > li {
    width: 30px;
    height: 31.3px;
    line-height: 31px; }
  .diy-main .move > li > i {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../images/gather-icons.png) no-repeat; }
  .diy-main .move > li:hover {
    background: #1c87e3;
    cursor: pointer; }
  .diy-main .move > li.move-up > i {
    background-position: 0px 10px; }
  .diy-main .move > li.move-down > i {
    background-position: 0px -34px; }
  .diy-main .move > li.move-delete > i {
    background-position: 0px -78px; }
  .diy-main .no-data-panel {
    padding: 40px 0;
    text-align: center; }

.ctrl-tab-head {
  position: sticky;
  top: 0;
  display: flex;
  background: #fff;
  z-index: 20;
  height: 40px; }
  .ctrl-tab-head .ctrl-hd-item {
    flex: 1;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
    background: #EEEEEE;
    box-sizing: border-box;
    cursor: pointer; }
  .ctrl-tab-head .ctrl-hd-item.active {
    position: relative;
    font-weight: bold;
    color: #3393FF;
    background: #fff; }

.color-ctrl-panel {
  /* 控制器组件 */ }
  .color-ctrl-panel span {
    display: inline-block;
    vertical-align: middle; }
  .color-ctrl-panel .color-select {
    width: 32px;
    height: 32px;
    background: #4990E2;
    border-radius: 4px; }

.add-ctrl-item {
  height: 30px;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #FAFAFA;
  border: 1px dashed #DDDDDD;
  border-radius: 4px; }
  .add-ctrl-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    margin-top: -2px; }

li.ui-draggable {
  position: relative;
  margin: 0 20px 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff; }
  li.ui-draggable img {
    width: 100%; }
  li.ui-draggable .viewmodule-panel {
    padding: 14px 14px 0;
    background-color: #F3F5F7;
    overflow: hidden; }
  li.ui-draggable p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold; }
  li.ui-draggable .templete-action {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px; }
    li.ui-draggable .templete-action .templete-btn {
      margin-top: 40px; }
  li.ui-draggable .edit-tips {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 10; }

.box-holdplace {
  position: relative;
  width: 375px;
  height: 80px;
  border: 1px dashed red;
  margin-top: 5px;
  z-index: 6; }

/* 商城编辑模块  end*/
/* table 样式 */
.table-panel {
  min-height: 300px;
  /*.datagrid-view{border:1px solid #e6e6e6;border-width: 1px 1px 0 1px;}*/ }
  .table-panel .panel.datagrid {
    border: none; }
  .table-panel .datagrid-row-alt {
    background: inherit; }
  .table-panel .panel-header, .table-panel .panel-body {
    border: none; }
  .table-panel .datagrid-header td, .table-panel .datagrid-header .datagrid-cell {
    height: 32px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
    background: #f4f4f4;
    border-bottom-color: #e6e6e6; }
  .table-panel .datagrid-body td {
    height: 48px;
    line-height: 48px;
    border-bottom-color: #e6e6e6;
    box-sizing: border-box; }
  .table-panel .datagrid .datagrid-pager {
    border: none; }
    .table-panel .datagrid .datagrid-pager table {
      float: right; }
  .table-panel .datagrid-header td.datagrid-header-over {
    background: #f4f4f4; }
  .table-panel .datagrid-row-over {
    background: #F1F5FD; }
  .table-panel .datagrid-row-selected {
    background: #fff; }
  .table-panel .datagrid-row-checked {
    background: #f6eee0; }
  .table-panel .tb-nodata {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff; }

.table-panel-action .tb-hd-btn {
  display: inline-block;
  border: 1px solid #fff;
  width: 60px;
  height: 32px;
  margin-right: 2px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  background: #F4F4F4;
  font-size: 12px;
  color: #333333; }
  .table-panel-action .tb-hd-btn:hover {
    background: #EAF3FD;
    border: 1px solid #3393FF;
    color: #3393FF; }

/* table end */
/* 组件详情 */
.view-detail-head .view-img {
  width: 140px;
  height: 140px;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }
  .view-detail-head .view-img img {
    width: 100%; }
.view-detail-head .view-info {
  margin-left: 16px; }
  .view-detail-head .view-info .view-text {
    font-size: 18px;
    color: #333; }
  .view-detail-head .view-info .view-type {
    border-radius: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #4d90f4;
    color: #fff; }
  .view-detail-head .view-info .view-info-tip {
    display: inline-block;
    padding: 0 4px;
    border-radius: 10px;
    border: 1px solid #4d90f4;
    color: #4d90f4;
    font-size: 12px; }

/* 组件视图轮播 */
.view-picScroll {
  overflow: hidden;
  position: relative;
  margin: 10px 0 40px 0; }

.view-picScroll .hd .prev, .view-picScroll .hd .next {
  position: absolute;
  display: block;
  width: 32px;
  height: 268px;
  background: #2b93ed;
  border-radius: 5px;
  cursor: pointer; }

.view-picScroll .hd .prev.prevStop, .view-picScroll .hd .next.nextStop {
  background: #dbe8fd; }

.view-picScroll .hd a {
  color: #fff;
  text-align: center;
  line-height: 268px; }

.view-picScroll .hd a b {
  font-size: 24px; }

.view-picScroll .hd .next {
  right: 0;
  top: 0; }

.view-picScroll .hd .prev {
  left: 0;
  top: 0; }

.view-picScroll .bd {
  padding: 0 40px; }

.view-picScroll .bd ul {
  overflow: hidden;
  zoom: 1; }

.view-picScroll .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center; }

.view-picScroll .bd ul li .pic {
  text-align: center;
  width: 282px;
  height: 266px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }

.view-picScroll .bd ul li .pic img {
  width: 284px;
  display: block; }

.view-picScroll .bd ul li .pic a:hover img {
  border-color: #999; }

.view-picScroll .bd ul li .title {
  line-height: 24px; }

.detail-sub-title {
  position: relative;
  font-size: 14px;
  color: #464646;
  font-weight: bold; }

.view-explain {
  margin-bottom: 40px; }
  .view-explain p {
    font-size: 12px;
    line-height: 26px; }

/* 奖品详情 */
.prize-detail-panel .view-img {
  width: 228px;
  height: 180px;
  padding: 0 6px;
  overflow: hidden;
  background: #EBEEF1;
  line-height: 180px;
  text-align: center;
  box-sizing: border-box; }

.fn-color-prize {
  color: #FF4449; }

.hs-newblue-btn {
  width: 212px;
  height: 38px;
  line-height: 38px;
  background: #3393FF;
  background-image: linear-gradient(-269deg, #599BFF 0%, #2277DA 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer; }
  .hs-newblue-btn:hover {
    background-image: inherit;
    background: #1871D5;
    box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.32); }
  .hs-newblue-btn .hs-newblue-btn.newgray {
    background: #ccc; }

/* 弹框 */
.layui-layer-content .dialog-content {
  padding: 20px 16px;
  overflow: auto; }
  .layui-layer-content .dialog-content .layer-tips {
    padding-left: 40px;
    position: relative; }
  .layui-layer-content .dialog-content .layui-layer-ico {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle; }
  .layui-layer-content .dialog-content p.txt {
    display: inline-block;
    vertical-align: middle; }
  .layui-layer-content .dialog-content .dialog-action {
    padding: 18px; }
.layui-layer-content .dialog-action {
  padding: 0 18px 18px;
  text-align: right;
  background-color: #fff; }

/* layerui 弹框 */
body .layui-layer-ui {
  border-radius: 2px; }
  body .layui-layer-ui .layui-layer-title {
    font-size: 16px;
    color: #333333;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box; }
  body .layui-layer-ui .layui-layer-btn {
    padding-right: 16px;
    padding-left: 16px; }
  body .layui-layer-ui .layui-layer-btn .layui-layer-btn0 {
    height: 32px;
    margin: 6px 4px 0;
    padding: 0 16px;
    line-height: 32px;
    background: #3393FF;
    border-radius: 4px; }
    body .layui-layer-ui .layui-layer-btn .layui-layer-btn0:hover {
      background: #1f76d8;
      border-color: #1f76d8; }
  body .layui-layer-ui .layui-layer-btn .layui-layer-btn1 {
    height: 32px;
    margin: 6px 4px 0;
    padding: 0 16px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px; }
    body .layui-layer-ui .layui-layer-btn .layui-layer-btn1:hover {
      background: #eef5ff;
      border-color: #1f76d8;
      color: #1f76d8; }
  body .layui-layer-ui .new-layui-layer-btn {
    text-align: right;
    padding: 15px 16px; }

.layui-layer-dialog .layui-layer-title {
  background: #fff; }
.layui-layer-dialog .layui-layer-btn a {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 16px; }

.upload-openImg-panel li {
  position: relative;
  width: 220px;
  min-height: 355px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px #ccc; }
  .upload-openImg-panel li .myimgUpload {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    opacity: 0;
    z-index: 2; }
  .upload-openImg-panel li img {
    width: 100%;
    height: 100%; }

.small-tab {
  position: absolute;
  right: -78px;
  top: 0; }

.small-tab i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-size: 100%;
  background-repeat: no-repeat; }

.edit i {
  background-image: url(../images/edit.png); }

.edit i:hover {
  background-image: url(../images/edit-hover.png); }

.delete i {
  background-image: url(../images/delete.png); }

.up i {
  background-image: url(../images/move-up.png); }

.down i {
  background-image: url(../images/move-down.png); }

.label-panel {
  width: 500px;
  overflow: auto; }
  .label-panel .label-lists li {
    float: left;
    width: 25%;
    line-height: 22px;
    margin-bottom: 15px; }
    .label-panel .label-lists li .icheckbox_base {
      vertical-align: middle;
      margin: -2px 2px 0 0; }
  .label-panel .add-label-action .add-label-item-btn {
    cursor: pointer; }
  .label-panel .add-label-action .item-panel span {
    line-height: 32px;
    margin-left: 13px;
    cursor: pointer; }
  .label-panel .layui-layer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff; }

/* 推广渠道*/
.channels-img-box {
  width: 180px;
  height: 120px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin: 10px 28px 10px 15px;
  box-sizing: border-box; }

/*.channels-img-box .titles {font-size:18px;color:black;line-height:20px;}*/
.channels-img-box .imgs {
  height: 50px;
  margin-top: 30px;
  vertical-align: middle; }

/*账户安全*/
.accounts-img-box {
  width: 128px;
  height: 128px;
  background: #F2F2F2;
  border-radius: 6px;
  margin: 10px 15px; }

.accounts-img-box .imgs {
  width: 128px;
  height: 128px; }

.accounts-h3 {
  margin-right: 50px;
  font-size: 14px; }

.accounts-wid-70 {
  width: 66%; }

.list-box .img-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 20px;
  opacity: 0;
  z-index: 2; }

/*短信额度*/
.message-detail .has-border {
  box-sizing: border-box;
  background: #F7FBFF;
  border-radius: 3%;
  padding: 15px 35px;
  margin-right: 1.5%; }

.short-wid-40 {
  width: 40%; }

.short-wid-60 {
  width: 55.5%; }

.short-wid-30 {
  width: 30%; }

.short-mg-l-2 {
  margin-left: 1.5%; }

.message-detail-btn {
  width: 74px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  background: #3393FF;
  margin-top: 12px; }

.msg-times {
  font-weight: 400;
  font-size: 28px; }

.hs-ui-border-all {
  border: 1px solid #E0E0E0; }

.message-shortbody .chosen-container-single .chosen-single {
  background: #F4F4F4;
  color: #333;
  font-size: 12px; }

.message-shortbody .date-type-chose {
  float: left;
  border-radius: 0;
  border-color: #E0E0E0; }

.message-shortbody .chose-week {
  border-left-color: transparent;
  border-right-color: transparent; }

.message-shortbody .chose-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.message-shortbody .chose-month {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.message-shortbody .date-box {
  width: 206px;
  height: 32px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  position: relative;
  padding-right: 25px; }

.message-shortbody .date-box > img {
  position: absolute;
  right: 8px;
  top: 8px; }

.message-shortbody .date-box > input.hs-ui-input {
  border: none;
  text-align: center; }

/*页面设计*/
.page-layout .hs-blue-btn {
  background: #1890FF; }

.page-layout .app-panel .appview-action {
  border: none; }

.page-layout .hs-blue-btn a {
  color: white;
  display: block; }

.page-layout .app-panel .appview-btn .icon {
  vertical-align: middle; }

.page-layout .app-panel .appview-btn.long {
  width: 129px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-right: 7px; }
  .page-layout .app-panel .appview-btn.long .icon-hidden {
    font-size: 20px; }

.page-layout .app-panel .appview-btn.small {
  width: 38px;
  height: 38px;
  border: 1px solid #E6E6E6;
  margin-right: -1px; }

.code-ma {
  display: none; }

.open-code:hover + .code-ma {
  display: block; }

/* 回收站 */
.recycle-bin-panel .app-iframe-lists {
  padding: 15px 6px; }
.recycle-bin-panel .app-panel {
  height: auto; }
.recycle-bin-panel .app-iframe-lists .appview:hover {
  border-radius: 4px; }

.layer-tips-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 8px;
  background: url(../images/tips-ico.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

.edit-tips-ico {
  position: absolute;
  top: 8px;
  right: 12px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/warn-tips.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

body .layui-layer-tips .layui-layer-content {
  border-radius: 4px;
  background: #333333;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); }
body .layui-layer-tips i.layui-layer-TipsT {
  border-width: 5px 5px 0;
  bottom: -5px;
  border-style: solid;
  border-color: #333 transparent transparent; }
body .layui-layer-tips i.layui-layer-TipsB {
  border-width: 0 5px 5px;
  top: -5px;
  border-style: solid;
  border-color: transparent transparent #333; }

/* 提示框 */
.layui-layer.layui-layer-green, .layui-layer.layui-layer-red {
  position: fixed !important;
  top: 0 !important;
  height: 40px !important; }

.layui-layer.layui-layer-green.layui-layer {
  min-width: 300px;
  background: #EBFFF0;
  border: 1px solid #6FE08A;
  box-shadow: 0 2px 4px 0 rgba(36, 107, 53, 0.1);
  border-radius: 2px; }

.layui-layer.layui-layer-green .layui-layer-content {
  padding: 7px 35px 7px 12px; }

.layui-layer.layui-layer-green .layui-layer-content i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/tips-icons.png) no-repeat 0px -82px;
  vertical-align: middle;
  margin-right: 10px; }

.layui-layer.layui-layer-dialog .layui-layer-content i.fn-right {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: url(../images/layer-closed.png) no-repeat; }

.layui-layer.layui-layer-red.layui-layer {
  min-width: 300px;
  background: #FFEEED;
  border: 1px solid #F08480;
  box-shadow: 0 2px 4px 0 rgba(36, 107, 53, 0.1);
  border-radius: 2px; }

.layui-layer.layui-layer-red .layui-layer-content {
  padding: 7px 35px 7px 12px;
  color: #333; }

.layui-layer.layui-layer-red .layui-layer-content i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/tips-icons.png) no-repeat -84px -82px;
  vertical-align: middle;
  margin-right: 10px; }

/**************/
.new-guide .go-back {
  display: inline-block;
  width: 11px;
  height: 19px;
  vertical-align: middle;
  background: url(../images/left-arrow2.png) no-repeat;
  margin-right: 10px;
  margin-bottom: 3px; }

.new-guide .hs-ui-btn.gold-btn {
  background: #BD9A5D;
  color: #fff; }

.diy-main .sys-breadcrumb {
  left: 0;
  top: 0;
  right: 0; }

.new-guide a.hs-ui-btn {
  height: 32px;
  line-height: 30px;
  padding: 0 10px; }

.notes {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  background: #FFF1F1;
  border-radius: 12px;
  border: 1px solid #FF9898; }

.new-guide .v-inherit {
  vertical-align: inherit; }

.new-guide .appview-content .contents {
  width: 100%; }

.new-guide .upload-openImg-panel li {
  box-shadow: 0 2px 8px 0 rgba(0, 21, 41, 0.1);
  background: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 44px;
  width: 375px;
  height: 667px;
  margin-right: 38px; }

.new-guide .appview-content .small-tab {
  bottom: -44px;
  top: unset;
  right: 92px; }

.new-guide .ul-box {
  position: relative;
  white-space: nowrap; }

.new-guide .ul-box ul {
  white-space: nowrap;
  display: inline-block; }

.new-guide ul span {
  padding: 11px;
  background: #fff;
  margin-left: -2px;
  border: 1px solid #E6E6E6; }

.new-guide ul span i {
  margin: 0;
  background-image: inherit; }

.new-guide li span:first-child {
  margin-right: -3px; }

.new-guide .bottom-btn-box {
  position: fixed;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0; }

.new-guide button.bottom-btn {
  padding: 0 20px;
  margin: 15px 0; }

.new-guide .notes img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px; }

.new-guide .label-for-box {
  text-align: center;
  margin-top: 275px; }

.new-guide .label-for {
  border-radius: 4px;
  display: inline-block;
  width: 86px;
  padding: 25px 0;
  color: #666;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  text-align: center; }

.new-guide .new-adds {
  vertical-align: top;
  display: inline-block;
  width: 375px;
  height: 667px;
  border: 1px dashed #3393FF;
  background: #FFFFFF; }

/**********/
.new-startpage .times-long {
  position: absolute;
  bottom: -69px;
  left: 122px;
  padding-bottom: 15px; }

.new-startpage .times-long p, .new-startpage .times-long label {
  line-height: 32px; }

.new-startpage .add-number, .reduce-number {
  width: 19px;
  height: 16px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  background: #fff;
  cursor: pointer; }

.new-startpage .add-number {
  margin-bottom: -1px; }

.new-startpage .times-input {
  width: 42px;
  height: 32px;
  outline: none;
  border: 1px solid #E0E0E0;
  margin-right: -1px;
  text-align: center; }

.new-startpage .fn-color-ccc {
  color: #CCCCCC; }

/* tab */
.sys-tab-panel {
  height: 48px;
  background: #F4F4F4; }
  .sys-tab-panel li {
    position: relative;
    float: left;
    height: 48px;
    line-height: 46px;
    padding: 0 16px;
    border-right: 1px solid #E0E0E0; }
    .sys-tab-panel li a {
      display: block;
      font-size: 14px;
      color: #333; }
    .sys-tab-panel li:last-child {
      border-right: none; }
    .sys-tab-panel li.active {
      background: #fff;
      border-right: none; }
    .sys-tab-panel li.active a {
      color: #428CF0; }
    .sys-tab-panel li.active:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      height: 2px;
      background: #3393FF; }

.sys-edit-tips {
  display: inline-block;
  height: 24px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #333;
  line-height: 24px;
  padding: 0 8px;
  background: #FFF1F1;
  border: 1px solid #FF9898;
  border-radius: 12px; }
  .sys-edit-tips p {
    padding: 0 0 0 18px;
    background: url(../images/warning.png) no-repeat left center; }

.sys-warn-tips {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 12px;
  color: #E8A521;
  background: #FFF2E0;
  border: 1px solid #F3D497;
  border-radius: 12px; }

.sys-warn-tips p {
  padding: 0 0 0 18px;
  background: url(../images/oranges.png) no-repeat left center;
  background-size: 14px 14px; }

/* 咨询 */
.red-sign {
  color: #FF1313; }

.radius-l {
  border-radius: 4px 0px 0px 4px; }

.radius-r {
  border-radius: 0px 4px 4px 0px; }

.datetime-box, .add-label-action {
  position: relative; }

.datetime-box .layui-input {
  padding-right: 30px; }

.datetime-box img {
  position: absolute;
  right: 8px;
  top: 8px; }

.del-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 106px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  background: #fff;
  z-index: 999999999; }

.del-panel:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1); }

.del-panel .tips-con {
  padding-left: 22px;
  background: url(../images/oranges.png) no-repeat top 2px left; }

.new-del-panel {
  width: 230px;
  height: 143px; }

.new-del-panel:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1); }

.layer-upload-panel .add-img-btn {
  position: relative;
  width: 86px;
  height: 86px;
  text-align: center;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden; }

.layer-upload-panel .add-img-btn img {
  max-width: 100%; }

.layer-upload-panel .add-img-btn i {
  display: inline-block;
  margin-top: 30px; }

.layer-upload-panel .myimgUpload {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  opacity: 0;
  z-index: 2;
  cursor: pointer; }

.info-frm-panel .label-tab span {
  float: left;
  width: 80px;
  height: 32px;
  margin-left: -1px;
  line-height: 30px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  color: #333; }

.info-frm-panel .label-tab span.active {
  position: relative;
  z-index: 1;
  border-color: #3393FF;
  background: #EAF4FF;
  color: #3393FF; }

.info-frm-panel {
  width: 80%;
  min-height: 900px; }
  .info-frm-panel .add-label-btn {
    height: 32px;
    line-height: 32px;
    cursor: pointer; }
  .info-frm-panel .add-label-input {
    margin-right: 16px; }

.add-label-input {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }
  .add-label-input li {
    display: inline-block;
    margin: 3px 4px 3px 0; }
  .add-label-input .sel-label {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
    background: #F4F4F4;
    border-radius: 2px; }
  .add-label-input .sel-label .icon-close {
    font-size: 12px;
    color: #666;
    cursor: pointer; }

.setlabel-dialog {
  width: 520px; }
  .setlabel-dialog li {
    float: left;
    width: 25%;
    margin-bottom: 8px;
    padding: 0 8px;
    box-sizing: border-box; }
    .setlabel-dialog li .sel-label {
      height: 24px;
      padding: 0 8px;
      background: #F4F4F4;
      border-radius: 4px; }
    .setlabel-dialog li:hover .sel-label {
      background: #F1F5FD; }
    .setlabel-dialog li:hover .close-mode {
      display: block; }
    .setlabel-dialog li .sel-label.current {
      background: #F1F5FD; }
      .setlabel-dialog li .sel-label.current .close-mode {
        display: block; }
  .setlabel-dialog .sel-label .close-mode {
    display: none;
    margin-top: 2px;
    cursor: pointer; }
    .setlabel-dialog .sel-label .close-mode b {
      font-size: 12px;
      color: #3393FF; }
  .setlabel-dialog .sel-label-lists {
    margin-bottom: 38px; }
  .setlabel-dialog .add-mode-lists {
    margin: 0 8px; }
  .setlabel-dialog .dialog-content {
    padding: 40px 8px 20px; }
  .setlabel-dialog .mode-action {
    line-height: 32px; }
    .setlabel-dialog .mode-action a {
      margin-left: 10px; }
  .setlabel-dialog .icheckbox_base.checked {
    background: url(../images/checked.png) no-repeat 3px 4px; }

.sys-ocr-ctrl .sys-ocr-switch {
  width: 38px;
  height: 20px;
  margin-left: 24px; }

.screenshots-lists {
  margin-right: -17px; }
  .screenshots-lists li {
    float: left;
    width: 227px;
    height: 384px;
    margin-right: 17px;
    background: #D8D8D8;
    border: 1px solid #979797;
    border-radius: 5px;
    box-sizing: border-box; }

.back-top {
  position: fixed;
  bottom: 102px;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-left: 604px;
  background: url(../images/backTop.png) no-repeat;
  cursor: pointer; }

/* 奖品中心 */
.prize-panel {
  margin: 0 16px; }
  .prize-panel .prize-group-lists {
    padding: 20px 0; }
    .prize-panel .prize-group-lists ul {
      margin-left: -8px;
      margin-right: -8px; }
    .prize-panel .prize-group-lists li {
      float: left;
      width: 228px;
      height: 244px;
      margin: 0 8px 24px;
      background: #FFFFFF;
      border: 1px solid #fff;
      box-shadow: 0 1px 2px 1px rgba(128, 135, 142, 0.1);
      border-radius: 4px;
      box-sizing: border-box; }
      .prize-panel .prize-group-lists li:hover {
        border: 1px solid #3393FF;
        box-shadow: 0 2px 10px 0 rgba(116, 127, 140, 0.22); }
    .prize-panel .prize-group-lists .prize-group-item .item-img {
      height: 180px;
      padding: 0 6px;
      overflow: hidden;
      background: #EBEEF1;
      line-height: 180px;
      text-align: center; }
      .prize-panel .prize-group-lists .prize-group-item .item-img img {
        height: auto;
        display: inline-block;
        vertical-align: middle; }
    .prize-panel .prize-group-lists .prize-group-item .item-info {
      height: 64px;
      padding: 0 14px; }
      .prize-panel .prize-group-lists .prize-group-item .item-info .item-title {
        padding: 12px 0 5px;
        font-size: 16px;
        color: #333333;
        font-weight: bold; }
      .prize-panel .prize-group-lists .prize-group-item .item-info .item-prize {
        color: #FF4449; }

.single-from-item {
  margin: 24px 0; }
  .single-from-item .single-form-label {
    padding-right: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 32px; }
  .single-from-item .s-input {
    width: 243px;
    margin-right: 8px; }

/* 活动页面 */
.active-list-panel .active-item-panel {
  width: 263px;
  height: 561px;
  margin: 0 8px; }
  .active-list-panel .active-item-panel .activeview {
    width: 263px;
    height: 561px;
    overflow: hidden;
    background: url(../images/shadow-bg1.png) no-repeat;
    background-size: 100% 100%; }
    .active-list-panel .active-item-panel .activeview .activeview-content {
      position: relative;
      margin: 3px;
      width: 257px;
      overflow: hidden;
      border-radius: 26px; }
  .active-list-panel .active-item-panel .active-label {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    height: 116px;
    background: #fff;
    border-radius: 0 0 26px 26px; }
  .active-list-panel .active-item-panel .act-label-lists {
    text-align: center; }
    .active-list-panel .active-item-panel .act-label-lists li {
      display: inline-block;
      height: 24px;
      margin: 0 5px;
      padding: 0 16px;
      line-height: 24px;
      background: #F0F6FB;
      border-radius: 4px; }
      .active-list-panel .active-item-panel .act-label-lists li a {
        display: block;
        font-size: 12px;
        color: #3393FF; }

.transverse-scroller {
  overflow: auto; }
  .transverse-scroller ul {
    margin-left: -6px;
    white-space: nowrap; }
  .transverse-scroller li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: top; }
  .transverse-scroller .activeview-item {
    width: 224px;
    height: 485px;
    border-radius: 0px;
    border: 1px solid #E6E6E6;
    overflow: hidden; }
    .transverse-scroller .activeview-item img {
      width: 100%; }

.act-detail-panel .detail-content {
  min-height: 300px;
  margin-bottom: 16px;
  border: 1px solid #D8D8D8; }

.rank-time input.hs-ui-input {
  width: 46%;
  padding-right: 30px;
  box-sizing: box-sizing;
  background: url(../images/time-ico.png) no-repeat right 8px center; }
.rank-time span {
  width: 8%;
  height: 32px;
  line-height: 32px;
  text-align: center; }

/* 活动编辑 */
.act-edit-view {
  background: #E8E8E8 url(../images/grey-bg.png); }
  .act-edit-view .act-edit-module {
    width: 469px;
    height: 848px; }
  .act-edit-view .act-ctrl-module {
    height: 848px;
    margin-left: 469px;
    background: #fff; }
    .act-edit-view .act-ctrl-module .ctrl-hd-item {
      width: 33.3%; }
    .act-edit-view .act-ctrl-module .act-ctrl-panel {
      height: 800px;
      overflow: auto; }
  .act-edit-view .act-ctrl-panel .hs-ui-form-label {
    width: 100px;
    text-align: left; }
  .act-edit-view .act-ctrl-panel .hs-ui-form-item {
    margin-bottom: 24px; }
    .act-edit-view .act-ctrl-panel .hs-ui-form-item.error .hs-ui-input {
      border-color: #F03A3A; }
    .act-edit-view .act-ctrl-panel .hs-ui-form-item .hs-frm-tips {
      position: absolute;
      bottom: -20px;
      left: 110px;
      font-size: 12px;
      color: #F03A3A; }
  .act-edit-view .act-ctrl-panel .hs-ui-tips {
    line-height: 24px;
    font-size: 12px;
    color: #F03A3A; }
  .act-edit-view .act-ctrl-panel .add-act-action {
    line-height: 32px; }
  .act-edit-view .act-ctrl-panel .add-act-btn {
    width: 358px;
    height: 32px;
    margin-right: 7px;
    line-height: 32px;
    font-size: 12px;
    color: #3393FF;
    text-align: center;
    cursor: pointer;
    background: #F2F8FF;
    border: 1px dashed #96C7FF;
    border-radius: 4px;
    box-sizing: border-box; }

.setPrize-dialog .w172 {
  width: 172px; }
.setPrize-dialog .hs-ui-form-label {
  width: 60px;
  text-align: left; }
.setPrize-dialog .hs-ui-form-item {
  margin-bottom: 24px; }
.setPrize-dialog .prize-name {
  width: 320px; }
.setPrize-dialog .upload-img-panel .myimgUpload {
  width: 64px;
  height: 64px; }
.setPrize-dialog .upload-img-panel li {
  width: 64px;
  height: 64px;
  line-height: 64px; }

.infotable-panel {
  width: 456px;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px; }
  .infotable-panel:before {
    position: absolute;
    display: inline-block;
    top: -6px;
    right: 50px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.05); }

.qrcode-panel {
  display: none;
  position: absolute;
  padding: 20px 0 0 0;
  z-index: 100; }
  .qrcode-panel .qrcode-content {
    padding: 15px 15px 0;
    width: 456px;
    height: 151px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px; }
    .qrcode-panel .qrcode-content:before {
      position: absolute;
      display: inline-block;
      top: -6px;
      right: 50px;
      width: 0;
      height: 0px;
      content: '';
      border-style: solid;
      border-width: 6px;
      border-color: #fff #fff transparent transparent;
      transform: rotate(-45deg);
      box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.05); }
  .qrcode-panel .qrcode-img {
    width: 105px; }
    .qrcode-panel .qrcode-img img {
      width: 100%; }

/* 新版首页 */
/*首页阴影，框架，banner文字*/
.sys-index-shadow {
  box-shadow: 0 0 8px 0 rgba(0, 21, 41, 0.06); }

.sys-index-left {
  float: left;
  width: 684px;
  min-height: 715px;
  position: relative; }

.sys-index-title {
  font-size: 34px;
  color: #333;
  position: absolute;
  top: 90px;
  left: 65px;
  font-weight: bold; }

.sys-index-info {
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 193px;
  left: 65px; }

.sys-index-text {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 245px;
  left: 65px;
  background: #3393FF;
  box-shadow: 0 2px 10px 0 rgba(51, 147, 255, 0.4);
  border-radius: 20px;
  width: 200px;
  height: 40px; }

.sys-index-text:hover {
  background: #1f76d8; }

.sys-index-text a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px; }

.sys-index-right {
  float: right;
  width: 292px; }

/*首页账号*/
.index-account {
  background: url(../images/bg-celendar.png) no-repeat top center;
  height: 130px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-account span {
  font-size: 12px;
  color: #FAFAFA;
  text-align: center;
  display: block; }

.index-acc-btn {
  background: #FFB53A;
  box-shadow: 0 0 6px 0 rgba(14, 66, 127, 0.34);
  border-radius: 4px;
  width: 126px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto; }

.index-acc-bottom {
  font-size: 12px;
  color: #FAFAFA;
  margin-top: 20px; }

.index-acc-bottom small {
  background: url(../images/index-acc-bottom.png) no-repeat top center;
  display: inline-block;
  width: 25px;
  height: 12px;
  vertical-align: middle;
  margin-right: 4px; }

/*首页活动*/
.index-activity {
  min-height: 264px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 10px; }

.index-h2 .more-service {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #3393FF; }

.index-h2:after {
  position: absolute;
  background: #3483E6;
  height: 12px;
  width: 2px;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  margin-top: -6px; }

.index-act-img {
  background: url(../images/index-act-img.png) no-repeat center center;
  width: 245px;
  height: 180px;
  margin: 0 auto; }

.index-act-btn {
  width: 126px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #3393FF;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(51, 147, 255, 0.19);
  border-radius: 4px;
  margin: 0 auto;
  font-weight: bold; }

/*首页联系方式*/
.index-contact {
  min-height: 174px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.index-contact .index-con-tel {
  background: url(../images/index-con-tel.png) no-repeat left top;
  padding-left: 22px;
  padding-left: 63px;
  position: relative; }

.index-contact .index-con-tel .index-con-txt {
  position: absolute;
  width: 60px;
  font-size: 12px;
  color: #333;
  left: 28px;
  top: 0; }

.index-contact .index-con-emall {
  background: url(../images/index-con-emall.png) no-repeat left top 3px; }

.underline {
  text-decoration: underline; }

.recently-used-list .used-item {
  float: left;
  margin: 14px 0;
  cursor: pointer;
  text-align: center;
  width: 33.33%;
  height: 73px;
  overflow: hidden; }

.recently-used-list .used-item .used-content {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(193, 204, 214, 0.46);
  border-radius: 12px; }

.recently-used-list .used-item p {
  margin-top: 9px; }

.recently-used-list {
  margin-top: 14px; }

.calendar-content {
  padding: 8px 18px 0 7px; }

.calendar-content .calendar-img {
  width: 82px;
  height: 82px;
  margin-right: 5px;
  text-align: center;
  line-height: 80px;
  background: url(../images/icon-celendar.png) no-repeat; }

.calendar-content .calendar-img b {
  font-size: 36px;
  color: #3393FF;
  font-weight: normal; }

.calendar-content .calendar-time p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left; }

.calendar-content .calendar-time {
  margin-top: 12px; }

.index-account .calendar-tips {
  padding: 0 18px;
  color: #FAFAFA;
  margin-top: 6px; }

.release-package-step ul li {
  float: left; }

.update-tips {
  position: absolute;
  left: -40px;
  top: -82px;
  width: 188px;
  height: 70px;
  box-sizing: border-box;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18); }

.update-tips .tips-content {
  padding: 14px 16px; }

.update-tips .tips-content:after {
  position: absolute;
  display: inline-block;
  top: 64px;
  left: 92px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 5px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.08); }

.update-tips .tips-txt {
  height: 24px; }

.update-tips .gotIt-btn {
  font-size: 12px;
  color: #3293FF; }

.dialog-common {
  position: relative; }
  .dialog-common .dialog-action-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 16px;
    text-align: right;
    box-sizing: border-box; }
  .dialog-common .app-opt-img {
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
  }
  .dialog-common .app-opt-img.weapp {
    background-image: url("../images/weapp-ico.png"); }
  .dialog-common .app-opt-img.ios {
    background-image: url("../images/ios-ico.png"); }
  .dialog-common .app-opt-img.harmony {
  background-image: url("../images/harmony-ico.png"); }
  .dialog-common .app-opt-img.h5 {
    background-image: url("../images/h5-ico.png"); }
  .dialog-common .app-opt-img.apk {
    background-image: url("../images/apk-ico.png"); }
  .dialog-common .app-opt-img.offline {
    background-image: url("../images/offline-ico.png"); }
  .dialog-common .app-opt-img.hot {
    background-image: url("../images/hot-ico.png"); }
  .dialog-common .possessed-checked {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/checked-ico.png") no-repeat;
    vertical-align: middle;
    margin-top: -2px; }

.conditionSetting-dialog li {
  display: inline-block;
  width: 154px;
  text-align: center;
  vertical-align: top; }
.conditionSetting-dialog .app-opt-pl {
  display: inline-block; }
.conditionSetting-dialog .app-opt-con {
  display: table-cell;
  width: 134px;
  height: 66px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #F0F5FC 100%);
  border-radius: 4px;
  vertical-align: middle; }
.conditionSetting-dialog .has-possessed {
  height: 32px;
  line-height: 32px; }
  .conditionSetting-dialog .has-possessed .possessed-edit {
    cursor: pointer;
    color: #3393FF;
    margin-left: 5px; }

.dataset-change .change-lists p {
  font-size: 14px;
  color: #333;
  line-height: 24px; }

.progress-linex-box, .progress-errorlinex-box {
  width: 440px;
  height: 8px;
  border-radius: 100px;
  background: #F0F3F6;
  display: inline-block;
  margin-right: 5px; }
  .progress-linex-box .line-x, .progress-linex-box .errorline-x, .progress-errorlinex-box .line-x, .progress-errorlinex-box .errorline-x {
    height: 8px;
    border-radius: 60px;
    background: none;
    background-image: linear-gradient(to right, #66CAFF, #3393FF);
    transition: width .6s ease-in-out; }

.deploy-file-width {
  margin-top: -2px; }

.deploy-shelves-package .deployment-lists {
  display: table-cell;
  vertical-align: middle; }
.deploy-shelves-package .deployment-item {
  height: 40px;
  padding: 20px 0; }
.deploy-shelves-package .app-ico {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: #F6F6F6;
  border-radius: 4px; }
.deploy-shelves-package .progress-linex-box {
  width: 360px; }
.deploy-shelves-package .progress-errorlinex-box {
  width: 396px; }
.deploy-shelves-package .deploy-success {
  position: relative;
  padding-bottom: 57px; }
  .deploy-shelves-package .deploy-success:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 44px;
    right: 0;
    width: 92%;
    height: 1px;
    background: #F2F2F2; }

.release-package-step .step-ri-arrow {
  position: absolute;
  right: 9px;
  top: 6px;
  width: 10px;
  height: 20px;
  background: url(../images/public-ri-arrow.png) no-repeat center center; }

.search-panel {
  position: relative;
  height: 32px;
  box-sizing: border-box;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px; }
  .search-panel .search-btn {
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer; }
  .search-panel input {
    width: 100%;
    height: 30px;
    padding: 0 32px 0 10px;
    font-size: 12px;
    line-height: 30px;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box; }

.envir-chosen {
  position: relative;
  margin-top: 17px; }

.envir-chosen-sel {
  position: relative;
  width: 132px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  padding: 0 14px;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 5px; }

.envir-chosen-sel:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 13px;
  width: 0;
  height: 0;
  border-width: 5px 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transition: transform .2s ease-in;
  transform: rotate(0deg);
  transform-origin: 50% 25%; }

.envir-chosen-sel:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 132px;
  right: 0;
  bottom: -8px; }

.envir-chosen-sel.hover:before {
  transform: rotate(180deg);
  transform-origin: 50% 15%;
  top: 14px; }

.envir-chosen-down {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 100;
  width: 132px;
  height: 32px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18); }

.envir-chosen-down a {
  display: block;
  padding: 0 14px;
  font-size: 12px;
  line-height: 32px;
  color: #333; }

.envir-chosen-down a:hover {
  color: #3393FF; }

.layui-laydate-main .layui-laydate-header i {
  width: 23px;
  text-indent: -46px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px; }

.layui-laydate-header i.laydate-next-y {
  background-image: url("../images/arrow-r-d.png"); }

.layui-laydate-header i.laydate-next-m {
  background-image: url("../images/arrow-r-s.png"); }

.layui-laydate-header i.laydate-prev-m {
  background-image: url("../images/arrow-l-s.png"); }

.layui-laydate-header i.laydate-prev-y {
  background-image: url("../images/arrow-l-d.png"); }

/* 链接配置说明 */
#url-desc .content-wrap {
  display: flex;
  height: 618px; }

#url-desc .page-name-wrap {
  width: 200px;
  overflow-y: auto; }

#url-desc .page-preview-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 492px;
  background: #ECF0F4; }

#url-desc .preview-page {
  width: 280px;
  height: 551px;
  overscroll-behavior: contain;
  overflow-y: auto; }

#url-desc .menu-ul {
  cursor: pointer; }

#url-desc .menu-ul > li > a {
  padding-left: 24px;
  padding-right: 40px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
  font-size: 14px; }

#url-desc .child-ul > li > a {
  padding: 8px 8px 8px 40px;
  font-size: 12px;
  color: #666; }

#url-desc .menu-ul > li a {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#url-desc .preview-page-img {
  width: 100%; }

/* 首页密码过期 */
.password-overdue-area {
  padding: 70px 282px 230px;
  height: calc(100vh - 230px);
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0,21,41,0.06);
  box-sizing: border-box;
}
.tip-img {
  margin-right: 16px;
  width: 44px;
  height: 44px;
}
.tip-box {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.password-text{
  margin-left: 60px;
  margin-bottom: 16px;
  width: 516px;
  height: 48px;
  padding: 8px 151px 8px 16px;
  box-sizing: border-box;
  background: #FFF9E9;
  color: #E8A521;
  line-height: 16px;
  font-size: 12px;
}
.form-box{
  margin-left: 60px;
  width: 516px;
}
input[type=range]:focus{
  outline: none;
}
.hs-ui-range-box{
  display: flex;
  align-items: center;
  height: 30px;
}
.hs-ui-range{
  flex: 1;
}
.range-value{
  margin-left: 8px;
  flex-shrink: 0;
  min-width: 25px;
}
/* 开通服务弹窗 */
.apply-open{
  position: absolute;
  top: 24px;
  right: 12px;
  width:68px;
  height:28px;
  text-align:center;
  line-height:28px;
  background: #3393FF;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
}
.apply-open-page{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.5);
}
.apply-open-wrap{
  padding:32px 22px 24px 24px;
  width: 402px;
  height: 152px;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
  border-radius: 2px;
  box-sizing: border-box;
}
.green-tick{
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}
.tip-text{
  width: 332px;
  height: 40px;
  font-size: 14px;
  color: #333;
}
/*# sourceMappingURL=layout.css.map */