/* tab切换 start */
.tab_total_box {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_title_box {
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.tab_active {
  font-weight: bold;
  color: #0F77ED;
  background: #EEF7FF;
  border-bottom: 2px solid #0F77ED;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .tab_total_box {
    padding: 0 10%;
  }
  .tab_title_box {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .tab_total_box {
    padding: 0 8%;
  }
  .tab_title_box {
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }
}
/* tab切换 end */


@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}


@media (max-width: 768px) {

}


@media (max-width: 500px) {

}
