#brandPage {
  padding: 0;
  font-family: PingFangSC-Regular, PingFang SC;
}
#brandPage div {
  padding: 0;
}
#brandPage .nav {
  background: #F9F9F9;
  display: flex;
}
#brandPage .nav .active a {
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #E60012;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
#brandPage .nav li {
  box-sizing: border-box;
}
#brandPage .nav li a {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
  padding: 20px 25px;
  color: #010101;
}
#brandPage .nav li a:hover {
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  #brandPage .nav {
    display: flex;
    flex-direction: column;
  }
}
#brandPage #home11 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#brandPage #home11 .items {
  border: 1px solid #f2f2f2;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  #brandPage #home11 .items {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #brandPage #home11 .items {
    width: 100%;
  }
}
#brandPage #home11 .items .img {
  width: 114px;
  height: 114px;
}
#brandPage #home11 .items .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#brandPage #home11 .items .right {
  width: 236px;
  padding: 15px 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#brandPage #home11 .items .right .desc {
  font-size: 12px;
  color: #666666;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 16px;
}
#brandPage #home11 .items .right .seePeo {
  font-size: 12px;
  color: #999999;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 12px;
}
#brandPage #home11 .items .right .header {
  display: flex;
  align-items: center;
}
#brandPage #home11 .items .right .header .label1 {
  display: inline-block;
  color: #E60012;
  border-radius: 2px;
  border: 1px solid #E60012;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 12px;
  margin-left: 15px;
  padding: 2px 5px;
}
#brandPage #home11 .items .right .header .title {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  font-size: 18px;
}
@media (max-width: 480px) {
  #brandPage #home11 .items .right .header .title {
    font-size: 14px;
  }
}
#brandPage #home11 .see_more {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#brandPage #home11 .see_more a {
  display: block;
  width: 232px;
  height: 32px;
  margin: 0 auto;
  background: #E9E9E9;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
#brandPage #right_panl {
  box-sizing: border-box;
  margin-left: 60px;
}
/*# sourceMappingURL=index.css.map */