.authority-box .dialog-footer[data-v-1dc09df4] {
  text-align: center;
}
.authority-box .authority-tips[data-v-1dc09df4] {
  padding: 10px;
  background-color: #fdf6ec;
  color: #E6A23C;
  margin-bottom: 20px;
}
.authority-box .authority-tips .el-icon-warning[data-v-1dc09df4] {
  margin-right: 20px;
}
.authority-box .error-tip[data-v-1dc09df4] {
  color: red;
  line-height: 20px;
  height: 20px;
}
.authority-box .authority-flex[data-v-1dc09df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authority-box .authority-flex .count[data-v-1dc09df4] {
  color: #409eff;
}

.nav-title[data-v-7df21944] {
  height: 35px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 16px 2px;
  margin: 0 0 16px;
}
.nav-title .content[data-v-7df21944] {
  padding-left: 12px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #22252A;
  font-weight: bold;
  border-left: 3px solid #1280F1;
}
.nav-title .tips[data-v-7df21944] {
  height: 27px;
  margin-left: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rcode[data-v-3c00ace7] {
  width: 100%;
}
.rcode .img[data-v-3c00ace7] {
  width: 100%;
}

.jw-img-view {
  overflow: auto;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.jw-img-view .my-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  border-radius: 100%;
  background: rgba(128, 128, 128, 0.8);
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.jw-img-view ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jw-img-view .image-viewer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jw-img-view .preview-img-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jw-img-view .preview-img-container .preview-img-inner {
  background: transparent;
  padding: 15px 15px 15px 15px;
}
.jw-img-view .preview-img-container .preview-img-inner .img-empty {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jw-img-view li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #f2f2f2;
  display: block;
}
.jw-img-view .left,
.jw-img-view .right {
  color: #fff;
  position: fixed;
  font-size: 24px;
  top: 50%;
  margin-top: -16px;
  background: rgba(136, 136, 136, 0.8);
  border-radius: 100%;
  padding: 13px;
  cursor: pointer;
  width: initial;
}
.jw-img-view .left {
  left: 50px;
}
.jw-img-view .right {
  right: 50px;
}


[data-v-826ae272] .el-dialog__body {
  padding-top: 30px !important;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.tips[data-v-826ae272] {
  position: relative;
  margin: -20px 0 0 0;
  text-align: center;
}
.tips .cms-icon[data-v-826ae272] {
  vertical-align: middle;
  font-size: 24px;
  margin: 0 5px 0 0;
}
.tips .be[data-v-826ae272] {
  color: #F59A23;
}
.tips .overdue[data-v-826ae272] {
  color: #D9001B;
}
.tips .success[data-v-826ae272] {
  color: #02830F;
}
.tips .success em[data-v-826ae272] {
  font-style: normal;
  color: #D9001B;
}
.process[data-v-826ae272] {
  position: relative;
  background: #f9f9f9;
  margin: 0 30px;
  padding: 10px;
}
.process dt[data-v-826ae272],
.process dd[data-v-826ae272] {
  font-size: 12px;
  line-height: 1.8;
}
.process dd[data-v-826ae272] {
  margin-left: 0.5em;
}
.uploader[data-v-826ae272] {
  padding: 10px 0;
}
.uploader dd[data-v-826ae272] {
  position: relative;
  padding: 0 0 0 160px;
  margin: 15px 0;
}
.uploader dd > span[data-v-826ae272] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  width: 160px;
  text-align: right;
  padding: 0 10px 0 0;
}
.uploader dd > span[data-v-826ae272]::before {
  content: '*';
  color: #D9001B;
  margin: 0 5px 0 0;
}
.uploader dd > label[data-v-826ae272] {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin: 0 0 0 10px;
  color: #02A7F0;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uploader dd .btn[data-v-826ae272] {
  position: relative;
  overflow: hidden;
}
.uploader dd .btn input[data-v-826ae272] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.tips[data-v-6e65ac63] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.tips .be[data-v-6e65ac63],
.tips .overdue[data-v-6e65ac63],
.tips .success[data-v-6e65ac63] {
  line-height: 24px;
  font-size: 12px;
}
.tips .be[data-v-6e65ac63] {
  display: inline-block;
  vertical-align: top;
  padding: 1px;
  border-radius: 30px;
  background: -webkit-linear-gradient(top, #db08c5, #7612db);
}
.tips .be[data-v-6e65ac63]:hover {
  background: -webkit-linear-gradient(left, #db08c5, #7612db);
}
.tips .be:hover a[data-v-6e65ac63] {
  background: none;
}
.tips .be:hover i[data-v-6e65ac63] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMApfLQlBQMy8Csop5ZTEgP/Ovf2MWohYJnKxsJBWgYaQYAAABsSURBVCjP7c1JDoAgDIXhijgLOM+9/zWFCGFB8QT8my6+NA9SX6Xca9aSdPU8H1DHQnv4hK46ZIm+jRjNPQsIK7wX8OczkGWWO1JbtB2x36YyfEZ0BaWdEdppzfRVCzYEM6OmW5QE9yOHlOsF8bMLki+529EAAAAASUVORK5CYII=);
}
.tips .be:hover span[data-v-6e65ac63] {
  color: #ffffff;
}
.tips .be a[data-v-6e65ac63] {
  display: block;
  background: #ffffff;
  color: #6a14df;
  border-radius: 30px;
  padding: 0 15px 0 10px;
  line-height: 0;
}
.tips .be i[data-v-6e65ac63] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../../static/img/ssl-1.gif?hash=799994e3) center center no-repeat;
  background-size: 34px;
}
.tips .be span[data-v-6e65ac63] {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
}
.tips .overdue[data-v-6e65ac63] {
  color: #D9001B;
}
.tips .overdue .cms-icon[data-v-6e65ac63] {
  color: #d9001b;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.tips .success[data-v-6e65ac63] {
  color: #333333;
}
.tips .success .cms-icon[data-v-6e65ac63] {
  color: #67c23a;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.dot[data-v-6625de6e] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.portal-button[data-v-6625de6e] {
  padding: 8px 24px;
  font-size: 14px;
}
.portal-button.portal-pc[data-v-6625de6e] {
  color: #3E38F7;
}
.portal-button.portal-h5[data-v-6625de6e] {
  color: #FB255A;
}
.portal-button.portal-micro[data-v-6625de6e] {
  color: #05A58E;
}
.portal-button.portal-baidu[data-v-6625de6e] {
  color: #02a7f0;
}
.portal-button.portal-douyin[data-v-6625de6e] {
  color: #0A84B6;
}
.portal-button.portal-h5web[data-v-6625de6e] {
  color: #FD5A55;
}
.left-content[data-v-6625de6e] {
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 983px;
}
.left-content .content-block[data-v-6625de6e] {
  padding: 24px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #E9ECF3;
  overflow: hidden;
}
.left-content .content-block .has-more[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-content .content-block .has-more .f20[data-v-6625de6e] {
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
}
.left-content .header[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-content .header .avatar[data-v-6625de6e] {
  color: #1280F1;
  font-size: 22px;
  margin-right: 12px;
  line-height: 43px;
}
.left-content .header .content .company-name[data-v-6625de6e] {
  font-size: 20px;
  font-weight: bold;
}
.left-content .header .content .details[data-v-6625de6e] {
  margin-top: 8px;
  font-size: 15px;
  color: #555;
}
.left-content .header .content .details span[data-v-6625de6e]:not(:last-child) {
  margin-right: 108px;
}
.left-content .portal-information .card-hidden[data-v-6625de6e] {
  overflow: hidden;
}
.left-content .portal-information .cards-block[data-v-6625de6e] {
  position: relative;
  white-space: nowrap;
  right: 0;
  -webkit-transition: right 1s ease;
  transition: right 1s ease;
}
.left-content .portal-information .cards-block .outer-box[data-v-6625de6e] {
  width: 25%;
  padding: 0 10px;
  display: inline-block;
}
.left-content .portal-information .cards-block .outer-container .block[data-v-6625de6e] {
  padding-bottom: 45.1%;
  background-size: 100% 100%;
  position: relative;
}
.left-content .portal-information .cards-block .outer-container .block .content[data-v-6625de6e] {
  padding: 12px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left-content .portal-information .cards-block .outer-container .block .content .content-title[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left-content .portal-information .cards-block .outer-container .block .content .content-title .icon-name[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-content .portal-information .cards-block .outer-container .block .content .content-title .icon-name img[data-v-6625de6e] {
  width: 24px;
}
.left-content .portal-information .cards-block .outer-container .block .content .content-title .icon-name .name[data-v-6625de6e] {
  margin-left: 15px;
  color: #fff;
  font-size: 17px;
}
.left-content .portal-information .cards-block .outer-container .block .content .content-title .status .text[data-v-6625de6e] {
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
}
.left-content .portal-information .cards-block .outer-container .block .content .separator[data-v-6625de6e] {
  border-top: 0.5px solid rgba(254, 254, 254, 0.2);
  margin-bottom: 8px;
}
@media screen and (max-width: 1680px) {
.left-content .portal-information .cards-block .outer-container .block[data-v-6625de6e] {
    padding-bottom: 53.1%;
}
}
.left-content .operational-data .details-block[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-content .operational-data .details-block .resource[data-v-6625de6e] {
  text-align: center;
  width: 16%;
  border-right: 1px solid #F2F2F2;
}
.left-content .operational-data .details-block .resource .resource-progress[data-v-6625de6e] .el-progress__text {
  font-size: 24px !important;
  font-weight: bold;
}
.left-content .operational-data .details-block .resource .resource-progress[data-v-6625de6e] .el-progress__text::after {
  margin-top: 10px;
  content: '资源空间';
  display: block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.left-content .operational-data .details-block .resource .percentage[data-v-6625de6e] {
  font-size: 14px;
  color: #888;
}
.left-content .operational-data .details-block ul.data-list[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.left-content .operational-data .details-block ul.data-list li.item[data-v-6625de6e] {
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-content .operational-data .details-block ul.data-list li.item .pic[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
  font-size: 16px;
}
.left-content .operational-data .details-block ul.data-list li.item .pic[data-v-6625de6e]:hover {
  -webkit-box-shadow: 0px 0px 12px 0px #E3E3E3;
          box-shadow: 0px 0px 12px 0px #E3E3E3;
}
.left-content .operational-data .details-block ul.data-list li.item .pic .name[data-v-6625de6e] {
  color: #666;
}
.left-content .operational-data .details-block ul.data-list li.item .pic .number[data-v-6625de6e] {
  font-size: 20px;
  font-weight: bold;
  color: #22252A;
}
.left-content .operational-data .details-block ul.data-list li.item .content[data-v-6625de6e] {
  margin-top: 9px;
  color: #888888;
  font-size: 14px;
}
.left-content .common-functions .function-list[data-v-6625de6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left-content .common-functions .function-list .item[data-v-6625de6e] {
  position: relative;
  width: 19%;
  margin-right: 1%;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(201, 204, 225, 0.77);
          box-shadow: 0px 0px 10px 0px rgba(201, 204, 225, 0.77);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 32px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.left-content .common-functions .function-list .item[data-v-6625de6e]:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.left-content .common-functions .function-list .item .img[data-v-6625de6e] {
  width: 44px;
  height: 44px;
}
.left-content .common-functions .function-list .item .title[data-v-6625de6e] {
  margin-left: 16px;
  font-size: 16px;
  color: #333;
  line-height: 56px;
}
.left-content .common-functions .function-list .item .el-badge__content[data-v-6625de6e] {
  height: 24px;
  line-height: 20px;
  right: 36%;
}
@media screen and (max-width: 1680px) {
.left-content .common-functions .function-list .item[data-v-6625de6e] {
    padding: 12px 15px;
}
}


[data-v-32770d85] .border-title {
  margin-top: 10vh !important;
}
[data-v-32770d85] .border-title .el-dialog__header {
  background-color: #EDF0F5;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
[data-v-32770d85] .border-title .el-dialog__header .title {
  font-size: 17px;
}
[data-v-32770d85] .border-title .el-dialog__header .title .cms-icon {
  color: #409EFF;
  margin-right: 10px;
  font-size: 22px;
}
[data-v-32770d85] .border-title .el-dialog__header .el-dialog__headerbtn {
  position: inherit;
}
[data-v-32770d85] .border-title .el-dialog__body .fz18 {
  font-size: 18px;
  color: #333;
}
[data-v-32770d85] .border-title .el-dialog__body .fz14 {
  font-size: 14px;
  padding: 10px 0;
  color: #888888;
  border-bottom: 1px solid #EDF0F5;
  margin-bottom: 16px;
}
[data-v-32770d85] .border-title .el-dialog__body .no-border {
  max-height: 65vh;
  min-height: 200px;
  overflow-y: auto;
}
[data-v-32770d85] .border-title .el-dialog__body .no-border /deep/ .el-textarea__inner {
  border: none !important;
  padding: 0 !important;
}

.right-content[data-v-0b9d35c2] {
  padding: 24px;
  width: 24%;
  background: #fff;
  border: 1px solid #E9ECF3;
}
.right-content .carousel-container[data-v-0b9d35c2] {
  position: relative;
  padding-bottom: 41.66666667%;
}
.right-content .carousel-container .carousel[data-v-0b9d35c2] {
  width: 100%;
  height: 100%;
  position: absolute;
}
.right-content .article-list[data-v-0b9d35c2] {
  margin-top: 25px;
  font-size: 14px;
}
.right-content .article-list .item[data-v-0b9d35c2] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 45px;
}
.right-content .article-list .item .title[data-v-0b9d35c2] {
  display: inline-block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 16px;
  position: relative;
}
.right-content .article-list .item .title .is-dot[data-v-0b9d35c2] {
  left: -8px;
  top: 23px;
}
.right-content .article-list .item .title:visited .is-dot[data-v-0b9d35c2] {
  background-color: #fff;
}
.right-content .article-list .item:hover .title[data-v-0b9d35c2] {
  color: #4ab1fe;
}
.right-content .article-list .item .date[data-v-0b9d35c2] {
  color: #999;
  white-space: nowrap;
}

.homepage .content[data-v-5dd4a729] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.update-list .content[data-v-08c2f91f] {
  margin: 15px;
  padding: 15px;
  background: #fff;
}
.update-list .content .title-item[data-v-08c2f91f] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 45px;
}
.update-list .content .title-item .title[data-v-08c2f91f] {
  display: inline-block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 16px;
  position: relative;
}
.update-list .content .title-item .title .is-dot[data-v-08c2f91f] {
  left: -8px;
  top: 23px;
}
.update-list .content .title-item .title:visited .is-dot[data-v-08c2f91f] {
  background-color: #fff;
}
.update-list .content .title-item:hover .title[data-v-08c2f91f] {
  color: #4ab1fe;
}

