/* 2025-11-03 */

.brand-detail-box {
  background-image: url('../images/common/brand_detail.jpg');
  background-repeat: no-repeat;
  background-position: center 30%;
}

.brand-title {
  width: 6rem;
  text-align: center;
  font-size: 3.2rem;
  font-family: 'yan';
  line-height: 1.1;
  padding: 0 1.5rem;
  word-break: break-all;
}

.brand-img-box {
  margin-left: 4rem;
  margin-right: 3rem;
  position: relative;
  width: 47rem;
  flex: none;
}

.brand-img-box:before,
.brand-img-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.5rem;
  width: 2px;
  background: #eee;
}

.brand-img-box:after {
  left: -3.6rem;
  width: 4px;
  bottom: auto;
  height: 3.5rem;
  background: #af835e;
}

.brand-info {
  line-height: 2.2;
  font-size: 1.4rem;
  white-space: pre-line;
  height: 34.4rem;
  overflow-y: auto;
}

.brand-other-info {
  display: flex;
  padding: 2rem 0;
  border: 1px solid #dddddd;
  background-color: #fff;
}

.brand-other-info > div {
  flex: 1;
  /* height: 20rem; */
  border-left: 1px solid #e9e9e9;
  background-repeat: no-repeat;
  background-position: 4.5rem 1.8rem;
  padding-left: 12.7rem;
  padding-top: 2.8rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.brand-other-info > div:first-child {
  border-left: none;
}

.brand-other-info p {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  white-space: pre-line;
}

.brand-qrcode {
  width: 10.8rem;
  border: 1px solid #d8d6d3;
  position: relative;
  margin-top: 2.5rem;
}

.brand-qrcode:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 1.6rem;
  width: 1.6rem;
  height: 1.1rem;
  background-image: url('../images/icon/sj.svg');
}

.other-title {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'yan';
  margin: 5rem 0;
}

.brand-more {
  display: flex;
  align-items: center;
  padding-bottom: 6rem;
}

.brand-more a {
  position: relative;
  display: block;
  margin-left: 3rem;
  width: calc((100% - 12rem) / 5);
  padding-bottom: 12.49%;
  border: 1px solid #ddd;
  overflow: hidden;
}

.brand-more a:first-child {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .brand-detail-box .flex-height-100p {
    flex-direction: column;
  }

  .brand-title {
    width: 100%;
  }

  .brand-img-box {
    margin: 4rem auto;
  }

  .brand-img-box:before,
  .brand-img-box:after {
    content: none;
  }

  .brand-info {
    height: auto;
  }

  .brand-other-info {
    position: relative;
    flex-wrap: wrap;
  }

  .brand-other-info > div {
    width: 50%;
    flex: none;
  }
}

@media (max-width: 768px) {
  .brand-img-box {
    width: 100%;
  }

  .brand-other-info {
    border-left: none;
    border-right: none;
  }

  .brand-other-info > div {
    width: 100%;
    height: auto;
    border-left: none;
    margin-bottom: 2rem;
    background-size: 6rem;
  }

  .brand-more {
    flex-wrap: wrap;
  }

  .brand-more a {
    width: calc((100% - 3rem) / 2);
    padding-bottom: 32%;
    margin-bottom: 3rem;
  }

  .brand-more a:nth-child(odd) {
    margin-left: 0;
  }
}
