/* 信息 */
.details_box {
  width: 100%;
  /* padding-bottom: 1rem; */
  background-color: #fff;
  /* background-color: #F8F8F8 !important; */
  /* padding-top: 1rem; */
}

.pages_con {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.detailsItemLeft {
  width: 11%;
}

.detailsItemLeft .box {
  width: 4.59rem;
  height: 1.55rem;
  background: #f6f6f6;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: 100;
  box-sizing: border-box;
  padding-top: 0.3rem;
  cursor: pointer;
  border-radius: 10px;
}

.detailsItemLeft .box img {
  padding-bottom: 0.1rem;
}

.detailsItemLeft .box:hover {
  background: #e9ffe6 !important;
}
/* 每个盒子的特定样式 */
.detailsItemLeft .box.b1-active {
  background: #e9ffe6 !important;
}
.detailsItemLeft .box.b2-active {
  background: #fff6d5 !important;
}
.detailsItemLeft .box.b3-active {
  background: #fff6e6 !important;
}
.detailsItemLeft .box.b4-active {
  background: #e3f6ff !important;
}
.detailsItemLeft .box.b5-active {
  background: #ffe6d9 !important;
}
.detailsItemLeft .box.b6-active {
  background: #e6fffb !important;
}

.b1,
.b2,
.b3,
.b4,
.b5 {
  width: 2.54rem;
  height: 0.63rem;
}

/* .b2 {
  width: 1.38rem;
  height: 0.8rem;
}

.b3 {
  width: 1.86rem;
  height: 0.28rem;
  margin-top: 0.4rem;
}

.b4 {
  width: 1.26rem;
  height: 0.72rem;
}

.b5 {
  width: 0.54rem;
  height: 0.7rem;
} */

.b6 {
  width: 1.88rem;
  height: 0.59rem;
}

.tLeft {
  text-align: left !important;
  padding: 0 0.2rem;
}

.detailsItemRight {
  width: 9.5rem;
  position: relative;
  background-image: url(/static/img/superiority/da1.png);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(6, 39, 69, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.rightTitle {
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  padding-top: 0.4rem;
  /* height:1.8rem; */
  padding-top: 0.65rem;
  position: relative;
  z-index: 9;
}
.rightBottom {
  width: 100%;
  /* height: auto; */
  position: absolute;
  top: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  bottom: 0;
  z-index: 9;
}
.LCenter {
  padding-top: 4rem;
}
.bottomItem {
  width: 1.81rem;
  color: #fff;
}

.bottomItemT1 {
  font-size: 0.24rem;
  padding-top: 0.4rem;
  padding-bottom: 0.16rem;
}

.bottomItemT2 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 100;
}

.disNone {
  display: none;
}

@media screen and (min-width: 768px) {
  .detailsItem {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.4rem;
    display: flex;
    justify-content: space-between;
  }
  .detailsItemLeft .box:last-child {
    margin-bottom: 0;
  }
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .detailsItem {
    width: 100%;
    display: block;
  }
  .detailsItemLeft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .detailsItemLeft .box {
    width: 45%;
    margin-left: 10px;
  }
  .detailsItemRight {
    width: 100%;
    height: 400px;
  }
  .rightBottom {
    padding: 10px;
    /* height: 160px; */
  }
  .bottomItem {
    margin-right: 4px;
  }
}
