body {
  background-color: #f7f9fb;
}
.pro-list {
  margin-top: 4.55rem;
  height: 4.55rem;
}
.pro-list .pro-list-container {
  overflow: hidden;
  width: 100%;
  height: 4.55rem;
  padding: 0 7.1%;
  background-color: #ffffff;
}
.pro-list .pro-list-container .swiper-slide {
  position: relative;
  line-height: 4.55rem;
  font-size: 0.73rem;
  margin-right: 8.1%;
  width: auto;
  cursor: pointer;
}
.pro-list .pro-list-container .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1.05rem;
  transform: translateX(-50%);
  width: 0;
  height: 0.14rem;
  background-color: #3974bf;
}
.pro-list .pro-list-container .list-active {
  color: #3974bf;
  font-weight: 600;
}
.pro-list .pro-list-container .list-active::after {
  width: 2.73rem;
}
.m-tab {
  display: none;
  width: 100%;
  margin-top: 3.55rem;
}
.m-tab #m-container {
  overflow: hidden;
  width: 100%;
}
.m-tab #m-container .swiper-slide {
  padding: 20px;
  width: auto;
}
.m-tab #m-container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
.m-tab #m-container .active a {
  color: #3974bf;
}
.product-link {
  position: relative;
  top: -7.28rem;
}
.pro-floor {
  margin-bottom: 4.55rem;
}
.pro-floor .pro-item {
  padding-top: 2.73rem;
}
.pro-floor .pro-item .pro-t {
  position: relative;
  height: 2.73rem;
  padding: 0 0.91rem;
}
.pro-floor .pro-item .pro-t::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0.09rem;
}
.pro-floor .pro-item .pro-t .name {
  font-size: 1.09rem;
}
.pro-floor .pro-item .pro-t i {
  font-size: 1.55rem;
}
.pro-floor .pro-item .pro-info {
  position: relative;
}
.pro-floor .pro-item .pro-info .line1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background-color: #e7eef3;
}
.pro-floor .pro-item .pro-info .line2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e7eef3;
}
.pro-floor .pro-item .pro-info .line3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75%;
  width: 1px;
  height: 100%;
  background-color: #e7eef3;
}
.pro-floor .pro-item .pro-info ul {
  background-color: #ffffff;
}
.pro-floor .pro-item .pro-info ul li {
  width: 25%;
  height: 4.55rem;
  line-height: 4.55rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.82rem;
  color: #888;
  padding: 0 0.45rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e7eef3;
}
.pro-floor .pro-item .pro-info ul li a {
  line-height: 1.36rem;
}
.pro-floor .pro-item .pro-info ul li a:hover {
  color: #3974bf;
}
.pro-floor .pro-item .pro-info table {
  background-color: #ffffff;
  padding: 0.68rem;
  width: 100%;
}
.pro-floor .pro-item .pro-info table tr {
  border-bottom: 0.05rem solid #e7eef3;
}
.pro-floor .pro-item .pro-info table tr:last-child {
  border-bottom: 0;
}
.pro-floor .pro-item .pro-info table tr td {
  width: 25%;
  height: 4.55rem;
  line-height: 1.36rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.82rem;
  color: #888;
  box-sizing: border-box;
  border-right: 0.05rem solid #e7eef3;
}
.pro-floor .pro-item .pro-info table tr td:nth-child(4n) {
  border-right: 0;
}
.pro-floor .pro-item:nth-of-type(1) .pro-t {
  background-color: #f4fafe;
}
.pro-floor .pro-item:nth-of-type(1) .pro-t * {
  color: #3974bf;
}
.pro-floor .pro-item:nth-of-type(1) .pro-t::before {
  background-color: #3974bf;
}
.pro-floor .pro-item:nth-of-type(2) .pro-t {
  background-color: #f6fbf9;
}
.pro-floor .pro-item:nth-of-type(2) .pro-t * {
  color: #46c48e;
}
.pro-floor .pro-item:nth-of-type(2) .pro-t::before {
  background-color: #46c48e;
}
.pro-floor .pro-item:nth-of-type(3) .pro-t {
  background-color: #fffaf6;
}
.pro-floor .pro-item:nth-of-type(3) .pro-t * {
  color: #ff5b0d;
}
.pro-floor .pro-item:nth-of-type(3) .pro-t::before {
  background-color: #ff5b0d;
}
.pro-floor .pro-item:nth-of-type(4) .pro-t {
  background-color: #faf8ff;
}
.pro-floor .pro-item:nth-of-type(4) .pro-t * {
  color: #926dd5;
}
.pro-floor .pro-item:nth-of-type(4) .pro-t::before {
  background-color: #926dd5;
}
.pro-floor .pro-item:nth-of-type(5) .pro-t {
  background-color: #fdf4f4;
}
.pro-floor .pro-item:nth-of-type(5) .pro-t * {
  color: #f45b5f;
}
.pro-floor .pro-item:nth-of-type(5) .pro-t::before {
  background-color: #f45b5f;
}
@media only screen and (max-width: 768px) {
  .pro-list {
    display: none;
  }
  .m-tab {
    display: block;
  }
  .pro-floor .pro-item .pro-info .line1 {
    left: 50%;
  }
  .pro-floor .pro-item .pro-info .line2,
  .pro-floor .pro-item .pro-info .line3 {
    width: 0;
    height: 0;
  }
  .pro-floor .pro-item .pro-info ul li {
    width: 50%;
  }
}
