.advertising_right {
  width: 986px;
  height: 400px;
  margin: 20px 0 0 20px;
  float: left;
}
.advertising_navigation {
  display: flex;
  text-align: center;
  cursor: pointer;
}
.advertising_navigation :nth-child(1) {
  width: 96px;
  height: 28px;
  line-height: 28px;
  border: 1px solid rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px 0px 0px 4px;
  color: rgba(64, 158, 254, 1);
}
.advertising_navigation :nth-child(2) {
  width: 96px;
  height: 28px;
  line-height: 28px;
  border: 1px solid rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
  color: rgba(64, 158, 254, 1);
}
.advertising_data {
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.advertising_data span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.advertising_data button {
  width: 179px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.advertising_box {
  width: 986px;
  /* margin-left: 20px; */
}
.advertising_box thead tr {
  width: 986px;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
}
.advertising_box thead tr td {
  height: 40px;
  color: #fff;
}
.advertising_box {
  /*cursor: pointer;*/
}

.advertising_box tbody {
  width: 986px;
  height: 640px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.advertising_box tbody tr td {
  height: 40px;
}
.advertising_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}

.advertising_box .btn_a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(64, 158, 254, 1);
}
.advertising_box .btn_b {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(249, 150, 21, 1);
  opacity: 1;
  margin-left: 20px;
}
/* 切换的网红页面 */
.data_one select {
  width: 320px;
  height: 32px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px 4px 4px 4px;
  padding: 0 10px;
}
.item_one {
  display: none;
}
.active_color {
  color: #fff !important;
  background-color: rgba(64, 158, 254, 1) !important;
}
