@charset "UTF-8";
/**
* 修改eleUi文字提示框默认样式
*/
.el-tooltip__popper.is-dark {
  background-color: rgba(102, 102, 102, 0.7) !important;
}
.el-tooltip__popper.is-dark[x-placement^="top"] .popper__arrow,
.el-tooltip__popper.is-dark[x-placement^="top"] .popper__arrow::after {
  border-top-color: rgba(102, 102, 102, 0.4) !important;
}
.el-tooltip__popper.is-dark[x-placement^="bottom"] .popper__arrow,
.el-tooltip__popper.is-dark[x-placement^="bottom"] .popper__arrow::after {
  border-bottom-color: rgba(102, 102, 102, 0.4) !important;
}
.el-tooltip__popper.is-dark[x-placement^="right"]
  .popper__arrow
  .el-tooltip__popper.is-dark[x-placement^="right"]
  .popper__arrow::after {
  border-right-color: rgba(102, 102, 102, 0.4) !important;
}
.el-tooltip__popper.is-dark[x-placement^="left"] .popper__arrow,
.el-tooltip__popper.is-dark[x-placement^="left"] .popper__arrow::after {
  border-left-color: rgba(102, 102, 102, 0.4) !important;
}
.pw100 {
  width: 100%;
}
/* 通用table */
.table {
  width: 100%;
  max-width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /* border-top: 1px solid #ddd; */
}
.table > thead > tr > th {
  border-top: 1px solid #e4e7ed;
  vertical-align: bottom;
  border-bottom: 1px dashed #e4e7ed;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f8fe;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f8fe;
}
code {
  padding: 2px 6px;
  font-size: 90%;
  color: #ff502c;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.menlo {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.break-word {
  overflow-wrap: break-word;
  word-break: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
textarea.form-control {
  height: auto;
}
/**
* 修改eleUi文本输入框input和时间控件样式
*/
.el-input__inner {
  height: 34px !important;
  line-height: 34px !important;
  border-radius: 2px !important;
}
.el-input__icon {
  line-height: 34px !important;
}

/**
* 修改eleUi弹框插件样式
*/
.customer_message {
  top: 50% !important;
  min-width: 300px !important;
}
.customer_message_zindex {
  top: 50% !important;
  min-width: 300px !important;
  z-index: 9999 !important;
}

/**
* 修改app列表滚动区域样式
*/
.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll {
  height: 331px;
}

/**
* 弹框样式调整 位置
*/
.dialog-mask {
  z-index: 2000;
  left: 0;
  top: 0;
}

/**
* 学校维护下拉框样式
*/
.center-school-select {
  width: 100%;
}

/*
拒绝原因弹框的输入款样式
*/
.w330 {
  width: 330px !important;
}
.h300 {
  height: 300px;
}

/*输入框样式*/
.custom-input {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 34px 0 10px;
  border-radius: 2px;
  border: 1px solid #e4e7ed;
  font-size: 14px;
}

/*域名解析详情页*/
.domain-span {
  width: 200px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000000 !important;
  border-left: none !important;
}

.domain-container {
  width: 100% !important;
  border: none !important;
  background: none !important;
}

.domain-export-btn {
  float: right;
  margin-right: 100px;
}

.domain-box-content {
  width: 80%;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.h200 {
  height: 200px;
}

.app-list-page .app-list-wrap ul > li .info-item {
  width: 15%;
}

/*时间选择器样式*/
/* .date-item .el-date-editor.el-input{
  width: 150px;
} */

.input-span {
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/**
* 修改eleUI分页组件样式
*/
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  height: 26px !important;
  line-height: 24px !important;
  padding: 0 8px !important;
  font-weight: normal !important;
  color: #666 !important;
  font-size: 12px !important;
  border: 1px solid #e2e6e9 !important;
  background-color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #007bff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #f3f9ff !important;
  color: #007bff !important;
  border-color: #007bff !important;
}
/* 授权弹框样式 */
.pop-search {
}
.pop-search .search-item {
  display: inline-block;
}
.pop-search .search-item label {
  /* width: 100px; */
  line-height: 34px;
}
.searchpop-table {
  width: 100%;
  line-height: 35px;
}
.searchpop-table td {
  border-bottom: 1px solid #e4e7ed;
}
.searchpop-table th {
  border-bottom: 1px dashed #e4e7ed;
}
.searchpop-table tbody tr:hover {
  background-color: #f5f9ff;
}
.color-primary {
  color: #007bff;
}
.color-success {
  color: #68c24c;
}
.color-warning {
  color: #fe9228;
}
.color-error {
  color: #ff3e3e !important;
}
.color-333 {
  color: #333;
}

/*新学校图标*/
.my-new-school-icon {
  width: 31px;
  height: 19px;
  vertical-align: -19px;
  background: url(../images/new.png) no-repeat center center;
}

/*申请失败页面的css样式*/
.apply-error-div p.error-message-p {
  margin-top: 3%;
  margin-left: 5%;
}

.apply-error-div p.error-message-p span {
  font-size: 12px;
  color: #ff9966;
  text-align: left;
}

.error-apply-wrap p.color-primary {
  color: #007bff !important;
}
.error-apply-wrap p.color-success {
  color: #68c24c !important;
}
.error-apply-wrap p.color-warning {
  color: #fe9228 !important;
}
.error-apply-wrap p.color-error {
  color: #ff3e3e !important;
}
.error-apply-wrap p.color-333 {
  color: #333 !important;
}

.el-dropdown-menu .color-primary {
  color: #007bff !important;
}
.el-dropdown-menu .color-success {
  color: #68c24c !important;
}
.el-dropdown-menu .color-warning {
  color: #fe9228 !important;
}
.el-dropdown-menu .color-error {
  color: #ff3e3e !important;
}
.el-dropdown-menu .color-333 {
  color: #333 !important;
}

.show-color-div .color-primary {
  color: #007bff !important;
}
.show-color-div .color-success {
  color: #68c24c !important;
}
.show-color-div .color-warning {
  color: #fe9228 !important;
}
.show-color-div .color-error {
  color: #ff3e3e !important;
}
.show-color-div .color-333 {
  color: #333 !important;
}

/*带搜索的输入框*/
.my-search-select {
  border: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.doamin-account-edit-icon-active {
  background: url(../images/edit-active-icon.png) no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.doamin-account-edit-icon-default {
  background: url(../images/edit-default-icon.png) no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

/*应用上架审核页面*/
.app-detail .el-checkbox__inner {
  width: 15px !important;
  height: 15px !important;
}

.app-detail
  .el-checkbox__input.is-disabled.is-checked
  .el-checkbox__inner::after {
  border-color: #fff !important;
}

.app-detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #409eff !important;
  border-color: #409eff !important;
}

.app-detail
  .el-checkbox__input.is-disabled.is-checked
  + span.el-checkbox__label {
  color: #409eff !important;
}

.app-detail .el-radio__input.is-checked + .el-radio__label {
  color: #409eff !important;
}

.app-detail .el-radio__inner {
  width: 16px !important;
  height: 16px !important;
}

.app-detail .el-radio__input.is-disabled.is-checked .el-radio__inner {
  border-color: #409eff !important;
  background: #409eff !important;
}

.app-detail .el-radio__input.is-disabled.is-checked .el-radio__inner:after {
  background-color: #fff !important;
}

.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #edf2fc !important;
  border-color: #dcdfe6 !important;
}

.app-detail .check-label {
  position: relative;
  margin-right: 30px;
  padding-left: 22px;
}

.app-detail .td-logo {
  width: 95px !important;
  height: 95px !important;
}

/*.my-package-li .select-group .select-wrap > ul{
  position: initial !important;
}

.dialog-content .my-package-ul{
  position: absolute;
}*/
/* 增大el-checkbox的大小*/
.el-checkbox__inner {
  width: 16px !important;
  height: 16px !important;
}

.ml18 {
  margin-left: 18px;
}

.my-custom-uploader-btn div.upload-file-wrap {
  height: 0px !important;
  line-height: 0px !important;
  margin-top: 0px !important;
}

.my-uploader-btn-place div.textBtn div.upload-place-wrap {
  /*margin-left: 13px !important;*/
}

.app-info-wrap .app-info-main-wrap .app-list-wrap .app-list-item-wrap {
  width: 880px !important;
}

.allCheckBox .el-checkbox.is-bordered {
  padding: 0px !important;
}

.allCheckBox .el-checkbox.is-bordered span,
.allCheckBox .el-checkbox__label {
  padding: 0px !important;
}

.cloud-school-open .table-content tbody .el-checkbox__label {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
}

.cloud-school-open .table-content th.w100,
.cloud-school-open .table-content td.w100 {
  width: 100px !important;
  text-indent: 0px;
  text-align: center;
}

/*.table-hook thead tr th:nth-child(1){
  text-align: center;
}*/
.c999 {
  color: #999;
}
.c999I {
  color: #999 !important;
}
.w200 {
  width: 220px;
}

.pt-school-title span.step-tip {
  height: 55px;
  line-height: 55px;
  font-size: 10px;
  color: #fe9228;
  font-weight: lighter;
  margin-left: 20px;
}

.pt-school-detail .pt-school-infor-list li span sup i {
  font-size: 8px !important;
}

.display-inline-block {
  display: inline-block;
}

.top-30 {
  top: -30px;
}

.overflow-visible {
  overflow: visible !important;
}

.default-cursor {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select-group .select-wrap.default-cursor .placeholder::after {
  background: none !important;
}

.pt-school-detail .pt-school-infor-list li label {
  max-width: 180px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.package-div-list {
  max-height: 200px;
  overflow-y: auto;
}

.package-div-list .el-checkbox {
  position: relative;
  display: inline-block;
  width: 136px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-left: 30px;
  margin-right: 0px;
}
.w380 {
  width: 380px;
}

.h390 {
  height: 390px;
}

.maintain-school-div {
  margin-left: 35px;
  float: left;
}

.auto-p-breakWarp {
  word-break: normal;
  white-space: pre-wrap !important;
  word-wrap: break-word;
}

.height-line-height {
  line-height: 20px !important;
  height: 20px !important;
}

.myapply-platForm-list.app-list-page
  .app-list-wrap
  ul
  > li
  .school-info-wrap
  .school-pic {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: unset;
}

.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll
  .app-list-item
  ul.app-list
  > li
  .app-item-wrap
  > img {
  width: 113px;
  height: 113px;
}

.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll
  .app-list-item
  ul.app-list
  > li {
  float: left;
}

.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll
  .app-list-item
  ul.app-list
  > li
  .app-item-wrap
  .bushu-btm {
  background: rgba(0, 123, 255, 1);
}
.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll
  .app-list-item
  ul.app-list
  > li:nth-child(7n) {
  margin-right: 0px;
}

.app-info-wrap
  .app-info-main-wrap
  .app-list-wrap
  .app-list-item-wrap
  .app-list-scroll
  .app-list-item
  ul.app-list {
  float: left;
  margin-left: 20px;
}

.app-detail .textBtn {
  line-height: 0px;
}

.margin-auto {
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

.area-open-page.app-list-page .data-list-wrap {
  min-width: 900px !important;
}

.app-list-page .el-dropdown-link.color-primary {
  outline: none;
}

.el-dropdown-menu__item {
  min-width: 125px;
}

.add-jietu-box .add-img-edit .add-img-list-two {
  width: 730px;
  height: 112px;
}

.add-jietu-box .add-img-con .add-img-list-two {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.add-jietu-box .add-img-edit .add-img-list-two ul {
  height: 112px;
}

.add-jietu-box .add-img-con .add-img-list-two ul {
  position: absolute;
  width: 9999em;
}

.add-jietu-box .add-img-con .add-img-list-two ul li {
  float: left;
  margin: 0 10px;
}

.add-jietu-box .add-img-edit .add-img-list-two ul li {
  width: 345px;
  height: 112px;
}

.add-jietu-box .add-img-edit .add-img-list-two ul li img {
  width: 280px;
  height: 112px;
}

.file-upload-ext .upload-group .upload-file-wrap {
  display: inline;
}

.file-upload-ext .upload-group .upload-tips {
  display: inline;
}

.td-logo-add {
  width: 95px !important;
  height: 95px !important;
  border: 1px solid #ccc;
  padding: 10px 7px;
}

.operate-li-a {
  line-height: 35px;
  height: 35px;
  min-width: 105px;
  display: inline-block;
}

.cloud-school-open .el-checkbox__label {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
}

.margin-zero {
  margin: 0px !important;
}

.table-hook tbody tr td:nth-child(1),
.table-hook thead tr th:nth-child(1) {
  text-indent: unset;
  text-align: center;
}

.max-h390 {
  max-height: 390px;
}

.my-package.dialog-mask .dialog-wrap {
  bottom: unset;
  margin-top: 150px;
}

.app-detail .ach-i .ach-ta th,
.ach-i .ach-ta td {
  height: 20px;
  line-height: 20px;
}

.app-detail .audit-input-text {
  height: 30px;
  line-height: 30px;
}

.app-detail .select-group .select-wrap {
  height: 30px;
  line-height: 30px;
}
.w430 {
  width: 430px;
}

.h120 {
  height: 120px;
}

.impC999 {
  color: #999 !important;
}
.fs12 {
  font-size: 12px;
}

.pc-sidebar .cloud-school::before {
  background: url(../images/cloud-school.png) no-repeat center center;
}

.block-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.table-hook a {
  color: #333;
}
.domain-span-color {
  color: #333 !important;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.single-school-domain-info {
  /* display: flex; */
  display: inherit;
}
.single-school-domain-info .label {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.single-school-domain-info p.domain-span-color {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0%;
  line-height: 24px;
  height: 24px;
}
.single-school-domain-info p.domain-span-color a {
  color: #333;
}

.single-school-domain-info .my-new-school-icon {
  display: inline-block;
  position: relative;
  top: -10px;
}
.paddingRightZero {
  padding-right: 0px !important;
}
.w175 {
  width: 175px;
}
.paddingRight5 {
  padding-right: 5px;
}
.default-pointer {
  cursor: pointer !important;
}
.pt-school-detail .pt-school-name .pt-school-intro p a {
  color: #999;
}
.search-wrap .search-item-wrap .search-item {
  margin: 0 10px 20px 0;
}
.ellipsisURL {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

p.domain-span-color {
  height: 35px;
  line-height: 35px;
}
.platform-search-select {
  border: 1px solid #e4e7ed;
  height: 34px;
}
.platform-search-select input {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  width: 180px;
}
.platform-search-select ul {
  width: 180px;
  z-index: 999999999;
  border: 1px solid #e4e7ed;
  max-height: 214px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.platform-search-select ul li {
  padding-left: 10px;
  overflow: hidden;
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.table-hook tbody tr td.specified p {
  padding-top: 5px;
}
.select-group .select-wrap .placeholder.no-after-arrow::after {
  background: unset;
}
.wpr100 {
  width: 100%;
}
.wpr95 {
  width: 95%;
}

.domain-span-color.lh15 {
  height: 25px;
  line-height: 25px;
}

.is-required .is-danger {
  border-color: #dcdfe6 !important;
}
.mt60 {
  margin-top: 60px;
}

.pic-wrap .el-progress-bar__outer,
.pic-wrap .el-progress-bar__inner {
  border-radius: unset !important;
}

.pic-wrap .el-progress {
  position: absolute;
  width: 220px;
  left: 0;
  bottom: 10px;
}
.data-overview-page .middle-wrap .traffic-wrap .traffic-header-wrap ul > li {
  color: #000000;
}
.data-overview-page
  .middle-wrap
  .traffic-wrap
  .traffic-header-wrap
  ul
  > li.active {
  color: #007bff;
}

.padding10 {
  padding: 10px;
}
.text-center {
  text-align: center;
}

/* 开始：监控页面样式 2018-09-27*/
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}
.data-dashboard,
.charts-container .charts-section {
  widows: 100%;
}
.data-dashboard .data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*子元素沿主轴对齐方式居中*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*子元素沿侧轴对齐方式垂直居中*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.data-dashboard .pt-school-detail,
.charts-container.pt-school-detail {
  padding-top: 20px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.data-dashboard .data-info .data {
  padding-left: 20px;
}
.data-dashboard .data-info .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #ddd;
}
.data-dashboard .data-info .data .num {
  color: #007bff;
  font-size: 28px;
  display: block;
  padding-top: 2px;
}
.data-dashboard .data-info .data .name {
  font-size: 14px;
  color: #333;
}
.charts-container .title {
  height: 50px;
  line-height: 48px;
  border-bottom: 1px solid #e4e7ed;
}
.charts-container .charts-section .box {
  width: 100%;
  border: 1px solid #e4e7ed;
}
.charts-container .charts-section .box .sub-title {
  line-height: 49px;
  padding-left: 15px;
  border-bottom: 1px solid #e4e7ed;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.charts-container .charts-section .box .charts {
  padding: 10px;
}
.resources-monitoring {
  width: 99%;
}
/* 结束：监控页面样式 */

.data-overview-page
  .middle-wrap
  .traffic-wrap
  .traffic-content
  .access-list-wrap
  .access-list-content
  ul
  li.first
  i {
  color: #fff;
  background-color: #ff2828;
}
.data-overview-page
  .middle-wrap
  .traffic-wrap
  .traffic-content
  .access-list-wrap
  .access-list-content
  ul
  li.second
  i {
  color: #fff;
  background-color: #ff7e28;
}
.data-overview-page
  .middle-wrap
  .traffic-wrap
  .traffic-content
  .access-list-wrap
  .access-list-content
  ul
  li.third
  i {
  color: #fff;
  background-color: #ffca28;
}

.data-overview-page
  .middle-wrap
  .traffic-wrap
  .traffic-content
  .access-list-wrap
  .access-list-content
  ul
  li
  i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px;
  background-color: #f2f4f8;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.line-height40 {
  height: 40px;
  line-height: 40px;
}
.line-height34 {
  height: 34px;
  line-height: 34px;
}
.customer-table {
  table-layout: fixed;
  word-break: break-all;
}
.custom-table-td-ellipsis {
  color: #333 !important;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-disabled {
  background: unset !important;
  color: #333 !important;
}

.no-height {
  min-height: unset !important;
}

.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance
  > ul
  > li
  .select-group.showSelectList
  .select-wrap
  > ul {
  display: block;
}

.pwdDialog {
  padding: 5px;
}
.pwdDialog p {
  margin-top: 10px !important;
}
.pwdDialog p.tip {
  font-size: 10px;
  color: #fe9228;
  font-weight: lighter;
}

.fs16 {
  font-size: 16px;
}

.el-message-box__title {
  color: #ffffff !important;
}
.el-message-box__header {
  background-color: #007bff;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background-color: #007bff;
}
.el-message-box__headerbtn .el-message-box__close {
  color: #ffffff !important;
}
.el-message-box {
  border: unset !important;
}
.wPrecent60 {
  width: 65%;
}

.pwdDialog p span.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  top: 5px;
  font-size: 15px;
}
.el-message-box__btns {
  text-align: center !important;
}

.paddtb20 {
  padding: 20px 0;
}
.data-overview-page .data-wrap .data-content-wrap p.per-wrap.bottom {
  border-bottom: 1px dashed #e4e7ed;
}

.fs18 {
  font-size: 18px;
}

.padtl20 {
  padding: 20px 0 0 20px;
}
.padt20 {
  padding: 20px 0 0 0px;
}

.paddingLeft45 {
  padding-left: 45px;
}

.data-list-wrap.ellipsis-box td,
.data-list-wrap.ellipsis-box th {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.data-list-wrap.ellipsis-box .text-span-ellipsis {
  color: #333 !important;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 45px;
  line-height: 45px;
}
.wpr100 {
  width: 100%;
}

/* 自定义弹框css样式 start */
.customer-dialog-div.dialog-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2000;
  left: 0;
  top: 0;
  font-size: 14px;
}
.customer-dialog-div.dialog-mask .dialog-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
}
.customer-dialog-div.dialog-mask .dialog-wrap.wh {
  width: 600px;
  height: 300px;
}
.create-menu-dialog.customer-dialog-div.dialog-mask .dialog-wrap {
  height: 330px;
}
.menu-role-auth-dialog.customer-dialog-div.dialog-mask .dialog-wrap {
  height: 250px;
}
.customer-dialog-div.dialog-mask .dialog-wrap .dialog-title {
  height: 40px;
  background-color: #007bff;
  padding: 0 20px;
}
.customer-dialog-div.dialog-mask .dialog-wrap .dialog-title > h3 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  margin: 0;
}
.customer-dialog-div.dialog-mask .dialog-wrap .dialog-title .dialog-oper-wrap {
  float: right;
}
.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-title
  .dialog-oper-wrap
  .dialog-close {
  display: inline-block;
  width: 40px;
  height: 36px;
  background: url("../images/dialog-close-icon.png") no-repeat center center;
}
.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content {
  padding: 0 20px;
  max-height: 560px;
}
.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content.overflow-auto {
  overflow: auto;
}
.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 38px;
  font-size: 0;
}
.customer-dialog-div.dialog-mask .dialog-wrap .btn-wrap {
  margin-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}
.customer-dialog-div.dialog-mask .dialog-wrap .btn-wrap .btn-full-blue {
  line-height: 34px;
  background-color: #007bff;
  color: #fff;
  margin-right: 20px;
}
.customer-dialog-div.dialog-mask .dialog-wrap .btn-wrap .btn-common-style {
  display: inline-block;
  min-width: 90px;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.customer-dialog-div.dialog-mask .dialog-wrap .btn-wrap .btn-stroke-default {
  line-height: 32px;
  color: #333;
  border: 1px solid #bfc7cb;
}
/* customer-collapse 自定义弹框css样式 end */

.customer-senesitive-dialog {
  width: 450px;
  max-height: 400px;
}
.maxHeight350 {
  max-height: 350px;
}
.maxHeight360 {
  max-height: 360px;
}

.maxHeight300 {
  max-height: 300px;
}
.maxHeight450 {
  max-height: 450px;
}
.maxHeight400 {
  max-height: 400px;
}

.input-disabled {
  background-color: #ffffff !important;
  border: unset !important;
}
.pt-school-detail .pt-school-infor-list li {
  width: 16.66%;
}

.platform-search-select.w318 input {
  width: 318px !important;
  color: #606266;
}
.platform-search-select.w318 ul {
  width: 318px !important;
}
.platform-search-select.w318 ul li {
  width: 200px;
}
.apply-reason .apply-reason-textarea textarea {
  height: 100px;
}
.apply-reason.customer-dialog-div.dialog-mask .dialog-wrap.wh {
  height: 420px;
}
.customer-dialog-div.dialog-mask.apply-reason
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 10px;
}
.white-header-style.customer-dialog-div.dialog-mask .dialog-wrap .dialog-title {
  background-color: white;
}
.white-header-style.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-title
  > h3 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgb(51, 51, 51);
  /* font-weight: bold; */
  font-size: 16px;
  /* font-size: 100%; */
  margin: 0;
}
.ellipsis-common {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.table-hook tbody tr td.operation > a {
  vertical-align: middle;
}

.paddingX20 {
  padding: 0 20px;
}
.package-div-list.roleAuthList .el-checkbox {
  width: 120px !important;
  margin-left: 20px;
}

.customer-radio-list label.el-radio {
  width: 150px;
  margin-left: 8px;
  margin-bottom: 10px;
}

.customer-menu-div.customer-dialog-div.dialog-mask .dialog-wrap {
  height: 350px;
}

.customer-dialog-div.dialog-mask.list-check-box .dialog-wrap {
  height: 450px;
}

a.href {
  color: #1989fa;
}

.relative {
  position: relative;
}
.platform-operate-btns {
  position: absolute;
  top: 15px;
  right: 20px;
}
.platform-operate-btns .btn-full-blue {
  border-radius: 15px;
}
.platform-operate-btns .btn-stroke-default {
  border-radius: 15px;
  background-color: #bfc7cb;
  color: #ffffff;
}

.word-number-control {
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  font-size: 14px;
}

.mt8 {
  margin-top: 8px;
}

.w90 {
  width: 90px;
}
.select-group.account-system-select .select-wrap > ul li.select-item {
  text-indent: 0px !important;
}

.select-group.account-system-select .select-wrap {
  border: 0px;
  margin-right: 0px;
}
.w450h250 {
  width: 450px;
  height: 250px;
}

.w450h280 {
  width: 450px;
  height: 280px;
}
.w450 {
  width: 450px;
}
.customer-tip-box .el-message-box__btns {
  text-align: right !important;
}

/* 学校信息卡片 */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.school-card-list {
  width: 100%;
}

.school-card-item {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  height: 300px;
  margin-bottom: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  float: left;
}

.school-card-item.two {
  width: 48%;
  margin-right: 2%;
}

.school-card-item:nth-child(3n) {
  margin-right: 0;
}
.school-card-item.two:nth-child(3n) {
  margin-right: 2%;
}
.school-card-item.two:nth-child(2n) {
  margin-right: 0;
}

.school-card-item .card-top {
  width: 100%;
  height: 80px;
}
.school-card-item .card-bottom {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-top: 1px solid #e4e7ed;
}
.school-card-item .card-center {
  width: 100%;
  height: calc(100% - 130px);
  padding: 0 20px;
}

.school-card-item .card-top .school-name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  padding: 0 20px;
}

.school-card-item .card-top .school-ext-info {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #989898;
  font-size: 12px;
  padding: 0 20px;
}

.school-card-item .card-top .school-ext-info .proposer-info {
  width: 65%;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

.school-card-item .card-top .school-ext-info .time-info {
  width: 30%;
  height: 20px;
  line-height: 20px;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
}

.time-info .circle,
.proposer-info .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #989898;
  vertical-align: top;
  margin-top: 6px;
}
.time-info .info,
.proposer-info .info {
  display: inline-block;
  vertical-align: top;
  color: #989898;
  width: calc(95% - 15px);
  margin-left: 5px;
}

.card-bottom .proposer-info {
  width: 60%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}

.card-bottom .proposer-info.untreated .circle {
  background-color: #ff3e3e !important;
}

.card-bottom .proposer-info.untreated .info {
  color: #ff3e3e !important;
}

.card-bottom .circle {
  margin-top: 21px;
}
.back-color-error {
  background-color: #ff3e3e !important;
}
.card-bottom .time-info {
  width: 35%;
  height: 50px;
  line-height: 50px;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.fs25 {
  font-size: 25px !important;
}

.school-detail-info {
  width: 100%;
  height: 100%;
}

.school-detail-info .school-detail-info-item {
  width: 100%;
  height: 16.66%;
  font-size: 12px;
  color: #989898;
}

.school-detail-info .school-detail-info-item.beizhu {
  height: 50%;
}

.school-detail-info-item label {
  width: 65px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.school-detail-info-item p.info {
  width: calc(100% - 70px);
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
.text-line-ellipsis {
  word-wrap: break-word;
}
.text-line-ellipsis.show {
  position: relative;
  height: 95%;
  overflow: hidden;
}
.text-line-ellipsis.show:after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 45px;
  background: url(../images/ellipsis_bg.png) repeat-y;
}

.scool-feedback-info {
  width: 100%;
  height: calc(100% - 10px);
  font-size: 12px;
  color: #989898;
  line-height: 25px;
}

.scool-feedback-info p {
  word-wrap: break-word;
}

.customer-dialog-div.maxH300 .dialog-wrap {
  height: 320px !important;
}
.customer-dialog-div.maxH300 .dialog-wrap .btn-wrap {
  margin-top: 20px;
}
.w600h420 {
  width: 600px;
  height: 420px;
}

.customer-dialog-div.dialog-mask .dialog-wrap.w600h420 .btn-wrap {
  margin-top: 10px;
}

.app-cke.fixedWidth {
  width: calc(100% - 150px);
}

.app-cke.fixedWidth .el-checkbox + .el-checkbox {
  margin-left: 0px;
}

.app-cke.fixedWidth .el-checkbox {
  margin-right: 30px;
}
.w145 {
  width: 145px;
}
/* start: 申请平台新增学校弹框样式*/
.create-school-dialog.customer-dialog-div.dialog-mask .dialog-wrap.wh {
  height: 510px;
  width: 552px;
}
.create-school-dialog li {
  list-style: none;
}
.create-school-dialog.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 10px;
}
/* end: 申请平台新增学校弹框样式*/

/* start: 申请平台反馈重复校弹框样式 */
.feedback-repeat-school-dialog .apply-reason-textarea textarea {
  height: 140px;
  width: 512px;
}
.feedback-repeat-school-dialog.customer-dialog-div.dialog-mask .dialog-wrap.wh {
  height: 390px;
  width: 552px;
}
.customer-dialog-div.dialog-mask.feedback-repeat-school-dialog
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 10px;
}
.feedback-repeat-school-dialog li {
  list-style: none;
}
.feedback-repeat-school-dialog.customer-dialog-div.dialog-mask
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 10px;
}

.customer-dialog-div.dialog-mask.project-school-change-dialog
  .dialog-wrap
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 16px;
}

.customer-dialog-div.dialog-mask.project-school-change-dialog .dialog-wrap.wh {
  width: 433px;
  height: 305px;
}

.customer-dialog-div.dialog-mask.project-school-change-dialog
  .audit-input-textarea {
  height: 125px;
}

.customer-dialog-div.dialog-mask.project-school-change-dialog
  .audit-input-textarea.h160 {
  height: 160px;
}
/* end: 申请平台反馈重复校弹框样式 */

/* start: 反馈理由展示弹框样式 */
.feedback-process-reason-dialog .apply-reason-textarea textarea {
  height: 140px;
  width: 512px;
}
.feedback-process-reason-dialog.customer-dialog-div.dialog-mask
  .dialog-wrap.wh {
  height: 304px;
  width: 552px;
}
/* end: 反馈理由展示弹框样式 */
.w512 {
  width: 512px;
}
/* 显示处理信息容器大小 */
.showHandlerInfo {
  height: 140px;
  width: 100%;
  border: 1px solid #dcdfe6;
  padding: 5px 15px;
  line-height: 1.5;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  text-align: left;
  overflow: auto;
  font-size: 14px;
  word-wrap: break-word;
}

/* start: 选择应用页面样式调整 */
.combined-bag-wrap
  .combined-bag-content
  > ul
  > li
  .bag-item-wrap
  .bag-info-wrap
  .bag-info-detail {
  min-height: 34px;
  height: auto;
}
.combined-bag-wrap
  .combined-bag-content
  > ul
  > li
  .bag-item-wrap
  .bag-info-wrap
  .bag-info-detail
  > span {
  display: inline-block;
}
/* end: 选择应用页面样式调整 */
.w500h245 {
  width: 500px;
  height: 245px;
}
.h70 {
  height: 70px;
}
.customer-dialog-div.dialog-mask .dialog-wrap.w500h245 .btn-wrap {
  margin-top: 15px;
}

.customer-dialog-div.dialog-mask
  .dialog-wrap.w500h245
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 28px;
}

.wh80 {
  width: 80px !important;
  height: 80px !important;
}

.wh60 {
  width: 60px !important;
  height: 60px !important;
}
.w400h330 {
  width: 400px;
  height: 330px;
}
.text-left {
  text-align: left;
}
.w800h550 {
  width: 800px;
  height: 550px;
}
.w850h600 {
  width: 850px;
  height: 600px;
}
.w800 {
  width: 800px;
}

.text-input-p {
  float: left;
  width: 600px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 0;
  outline: none;
}
.text-textarea-p {
  float: left;
  width: 600px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 0;
  outline: none;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.row-right-content {
  float: left;
  width: 600px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 0;
  outline: none;
}
.w600h420 {
  width: 600px;
  height: 460px;
}
.mr5 {
  margin-right: 5px;
}

.file-main .app-basic-box.label165 .app-sort {
  width: 165px;
}
.w720 {
  width: 720px;
}
.w680 {
  width: 680px;
}
/* 对象配制 */
.object-config-form.type-area-wrap .steps-ul > li > label {
  width: 140px;
  padding-right: 10px;
  text-align: right;
}
.object-config-form.type-area-wrap .steps-ul > li > .item {
  display: inline-block;
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
}
.obj-table-wrapper {
  min-height: 410px;
}
.obj-table-wrapper .mw150 {
  max-width: 100px;
  margin: 0 auto;
}

.obj-table-wrapper .mw100 {
  max-width: 60px;
  margin: 0 auto;
}

.obj-table-wrapper .w80 {
  width: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1381px) and (max-width: 1520px) {
  .obj-table-wrapper .mw150 {
    max-width: 200px;
  }
  .obj-table-wrapper .mw100 {
    max-width: 150px;
  }
  .obj-table-wrapper .w80 {
    width: 60px;
  }
}
@media (min-width: 1521px) {
  .obj-table-wrapper .mw150 {
    max-width: 240px;
  }
  .obj-table-wrapper .mw100 {
    max-width: 190px;
  }
  .obj-table-wrapper .w80 {
    width: 80px;
  }
}
@media (min-width: 1920px) {
  .obj-table-wrapper .mw150 {
    max-width: 380px;
  }
  .obj-table-wrapper .mw100 {
    max-width: 300px;
  }
  .obj-table-wrapper .w80 {
    width: 100px;
  }
}
.pagination-wrap {
  padding-top: 40px;
}

.customer-dialog-div.dialog-mask
  .dialog-wrap.dmt15
  .dialog-content-wrap
  .dialog-content
  section.info-maintenance {
  margin-top: 15px;
}
.customer-dialog-div.dialog-mask .dialog-wrap.dmt15 .btn-wrap {
  margin-top: 15px;
}

.border-sizing *,
.border-sizing *::before,
.border-sizing *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mr25 {
  margin-right: 25px;
}

.el-message-box.w600 {
  width: 600px !important;
}
.el-message-box.w530 {
  width: 530px !important;
}

.project-school-change-head-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/project-school-change-head.png) no-repeat;
  margin-right: 12px;
}

.project-school-change-head-box .project-school-change-head-info {
  width: 28px;
  height: 32px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  margin: 8px 10px;
  display: inline-block;
  text-align: center;
}

.pt-school-detail.project-school-detail .pt-school-name .pt-school-intro h3 {
  margin-top: 5px;
  font-size: 16px;
}

.project-school-detail .project-school-change-state-result {
  display: inline-block;
  height: 48px;
  width: 180px;
  position: absolute;
  right: 0px;
  top: 15px;
}
.project-school-detail .project-school-change-state-result img {
  height: 78px;
  width: 128px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.project-school-detail .project-school-change-state-result span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 18px;
  font-weight: bold;
}

.project-school-handle-item {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  font-size: 0px;
}

.project-school-handle-item label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 8px;
}

.project-school-handle-item .el-radio-group {
  vertical-align: middle !important;
}

.pointer {
  cursor: pointer;
}
