﻿.tabs-container {
  width: 100%;
  overflow: hidden;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;border-bottom: 2px solid #bd0100   ; 
}

.tabs li {
  flex: 1 1 auto;
  margin: 0;
}
.tabs li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #eee;
  color: #333;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
}

.tabs li.active a {
  background-color: #bd0100; color: #fff; font-weight: bold;
}

.tab-content {
  clear: both;
  border-radius: 0 5px 5px 5px;
  background-color: #fff;
}
.tab-content img{ width: 100%;  margin: 0 auto;padding-top: 20px;}
.tab-content div {
  display: none;
}

.tab-content div.active {
  display: block;
}
.xxk{ width: 100%; float: left; margin-top: 30px;}

.lmm{ width: 100%; float: left; text-align: center; font-size: 24px; margin-bottom: 35px;}





