

/* Loading Wrap */
.loading-wrap {
  position: relative;
  width: 1200px;
  margin: auto;
  font-size: 14px;
}

.mb-8 {
  margin-bottom: 8px;
}

/* Box Card */
.box-card {
  margin-bottom: 10px;
  box-shadow: 0 0 5px 0 rgba(90, 129, 236, 0.15);
  border-color: rgba(90, 129, 236, 0.15);
  border-radius: 4px;
  background-color: #fff;
  /* padding: 16px; */
}

/* Title and Block */
.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.before-block:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/paihang.png);
  top: 8px;
  margin-right: 10px;
}

.title-content {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC, sans-serif;
  font-weight: 700;
}

/* Row and Columns */
.el-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-content {
  width: 377px;
  height: 100px;
  display: flex;
  align-items: center;
  background: rgba(247, 248, 250, 0.6);
  border-radius: 4px;
  border: 1px solid #ebecf0;
}

.grid-small {
  width: 180px;
  height: 100px;
  background: rgba(247, 248, 250, 0.6);
  border-radius: 4px;
  border: 1px solid #ebecf0;
  margin-top: 16px;
  text-align: center;
  align-items: center;
}

/* Site Icon and Info */
.site-icon {
  margin: 0 10px 0 58px;
  border-radius: 50%;
  background-color: rgb(0, 131, 255);
}

.site-info .value {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 6px;
}

.dd-theme-color {
  color: #0083ff;
}

.dd-weight-icon {
  width: 40px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.site-info .title .dd-weight-icon {
  margin-left: 8px;
}

.dd-weight-icon .left-icon {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dd-weight-icon .right-value {
  width: 50%;
  height: 18px;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
}

.bdPcColor {
  border: 1px solid #0083ff;
}

.bdPcColor .right-value {
  background: #0083ff;
}

.dd-weight-icon .right-value a {
  color: #fff;
}

.dd-weight-icon .left-icon .icon-img {
  width: 12px;
  height: 12px;
}

.dd-pointer {
  cursor: pointer;
}

.grid-small .value {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 23px auto 9px;
}

.grid-small > .title-down {
  text-align: center;
}

/* Table Styles */
.weight-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
}

.weight-table th,
.weight-table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ebeef5;
}

.weight-table th {
  background-color: #f7f8fa;
  font-weight: bold;
}

.weight-table .dd-switch-group {
  background: #f7f8fa;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  width: 90px;
}

.weight-table .dd-switch-item {
  width: 50%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 0;
}

.weight-table .dd-switch-item.active {
  color: #fff;
  background-color: #0083ff;
}

/* Other Styles */
.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-icon-s-data {
  font-size: 25px;
  margin: 0px;
  color: #fff;
  cursor: pointer;
}

.dd-switch-group {
  background: #f7f8fa;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  width: 90px;
}

.dd-switch-group .dd-switch-item {
  width: 50%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 0;
}

.dd-switch-group .dd-switch-item.active {
  color: #fff;
  background-color: #0083ff;
}

.pai{
    width: 1200px;
    background: white;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(90, 129, 236, 0.15);
}
.pai-header{
    height: 57px;
    /* line-height: 50px; */
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.pai-header span{
    font-size: 20px;
    font-weight: 700;
    font-family: PingFangSC-Semibold, PingFang SC, sans-serif;
}
.pai-content-top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.pai-content-top-left{
    width: 50%;
    height: 100%;
    display: flex;
}
.pai-content-top-left p{
   padding:20px 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
   background: #f7f8fa;
}
.pai-content-top-right{
       width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    
}
.pai-content-top-right p{
  padding:12px 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   /* background: #f7f8fa; */
   border: 1px solid #dcdfe6;
   border-radius: 4px;
   font-size: 14px;
   color: #111;
}
.pai-content-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pai-content-bottom-left{
    width: 50%;
    height: 400px;
}
.pai-content-bottom-right{
    width: 50%;
    height: 400px;
}
.lis{
    width: 1200px;
    background: white;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(90, 129, 236, 0.15);
}
.lis-header{
    height: 57px;
    /* line-height: 50px; */
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.lis-header span{
    font-size: 20px;
    font-weight: 700;
    font-family: PingFangSC-Semibold, PingFang SC, sans-serif;
}
.lis-content-top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.lis-content-top-left{
    width: 50%;
    /* height: 100%; */
    display: flex;
    /* background: #f7f8fa;
    border-radius: 20px; */
    /* padding:20px 30px; */
}
.lis-content-top-left p{
   padding:20px 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
   background: #f7f8fa;
}
.lis-content-top-right{
       width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    
}
.lis-content-top-right p{
  padding:12px 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   /* background: #f7f8fa; */
   border: 1px solid #dcdfe6;
   border-radius: 4px;
   font-size: 14px;
   color: #111;
}
.lis-content-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lis-content-bottom-left{
    width: 50%;
    height: 400px;
}
.lis-content-bottom-right{
    width: 50%;
    height: 400px;
}


    .pm-rank-change-container {
      width: 100%;
      border: 1px solid #ebeef5;
      border-radius: 4px;
      background-color: #fff;
      box-sizing: border-box;
    }

    /* 标题及切换按钮区域样式 */
    .pm-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      border-bottom: 1px solid #ebeef5;
    }

    .pm-title {
      font-size: 16px;
      font-weight: 500;
      color: #303133;
    }

    .pm-switch-buttons {
      display: flex;
    }

    .pm-switch-buttons button {
      border: 1px solid #dcdfe6;
      background-color: #fff;
      padding: 6px 12px;
      margin-left: 10px;
      cursor: pointer;
      color: #606266;
      border-radius: 4px;
      transition: all 0.3s ease;
      font-size: 14px;
    }

    .pm-switch-buttons button:hover {
      border-color: #c0c4cc;
    }

    .pm-switch-buttons button.active {
      border-color: #409eff;
      color: #409eff;
      background-color: #ecf5ff;
    }

    /* 内容区域样式 */
    .pm-content {
      display: flex;
      padding: 15px;
      box-sizing: border-box;
    }

    .pm-rank-change-box {
      flex: 1;
      margin-right: 15px;
      border: 1px solid #ebeef5;
      border-radius: 4px;
    }

    .pm-rank-change-box:last-child {
      margin-right: 0;
    }

    .pm-box-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      border-bottom: 1px solid #ebeef5;
      font-size: 14px;
      font-weight: 500;
      color: #303133;
    }

    .pm-sort-icon {
      color: #f56c6c;
      margin-left: 5px;
      font-size: 12px;
    }

    .pm-rank-table {
      width: 100%;
      border-collapse: collapse;
    }

    .pm-rank-table thead {
      background-color: #f8f9fa;
    }

    .pm-rank-table th,
    .pm-rank-table td {
      border: 1px solid #ebeef5;
      padding: 10px 15px;
      text-align: left;
      font-size: 14px;
      color: #606266;
    }


    .mu-directory-keyword-container {
      width: 100%;
      border: 1px solid #ebeef5;
      border-radius: 4px;
      background-color: #fff;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    /* 标题及切换按钮区域样式 */
    .mu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      border-bottom: 1px solid #ebeef5;
    }

    .mu-title {
      font-size: 16px;
      font-weight: 500;
      color: #303133;
    }

    .mu-switch-buttons {
      display: flex;
    }

    .mu-switch-buttons button {
      border: 1px solid #dcdfe6;
      background-color: #fff;
      padding: 6px 12px;
      margin-left: 10px;
      cursor: pointer;
      color: #606266;
      border-radius: 4px;
      transition: all 0.3s ease;
      font-size: 14px;
    }

    .mu-switch-buttons button:hover {
      border-color: #c0c4cc;
    }

    .mu-switch-buttons button.active {
      border-color: #409eff;
      color: #fff;
      background-color: #409eff;
    }

    /* 表格区域样式 */
    .mu-table-container {
      padding: 15px;
    }

    .mu-directory-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
    }

    .mu-directory-table thead {
      background-color: #f8f9fa;
    }

    .mu-directory-table th,
    .mu-directory-table td {
      border: 1px solid #ebeef5;
      padding: 10px 15px;
      font-size: 14px;
      color: #606266;
    }

    .mu-empty-tip {
      display: block;
      text-align: center;
      color: #909399;
      padding: 20px 0;
    }

    /* 分页区域样式 */
    .mu-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0;
    }

    .mu-pagination button {
      border: 1px solid #dcdfe6;
      background-color: #fff;
      padding: 4px 10px;
      margin: 0 5px;
      cursor: pointer;
      color: #606266;
      border-radius: 4px;
      transition: all 0.3s ease;
      font-size: 14px;
    }

    .mu-pagination button:hover {
      border-color: #c0c4cc;
    }

    .mu-pagination input {
      width: 50px;
      border: 1px solid #dcdfe6;
      border-radius: 4px;
      padding: 4px 6px;
      margin: 0 5px;
      font-size: 14px;
      color: #606266;
    }

    .mu-pagination span {
      font-size: 14px;
      color: #606266;
      margin: 0 5px;
    }