.common-header {
  border-bottom-color: transparent;
}
.common-header .nr-nav ul .nr-nav-brand a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-brand a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand {
  background: #FF751A;
  position: relative;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand::before {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  left: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand::after {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand a {
  color: #FFF;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-brand a:hover {
  color: #FFF !important;
}
.brands-page * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.brands-page .loading-mask {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
}
.brands-page .loading-mask img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.brands-page .new-brands-main {
  background-color: #f5f5f5;
}
.brands-page .new-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 387px;
  min-width: 1200px;
  background: #376fbe;
  background-image: url('/public/img/brands/brandAd.png');
  background-size: 100% 100%;
}
.brands-page .new-banner .titleFirst {
  width: 592px;
  height: 74px;
  opacity: 1;
  font-size: 74px;
  font-family: FZZDHJW, FZZDHJW-Regular;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  line-height: 74px;
}
.brands-page .new-banner .second {
  margin-top: 25px;
  width: 612px;
  height: 36px;
  opacity: 1;
  font-size: 36px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: right;
  color: #ffffff;
  line-height: 36px;
}
.brands-page .new-banner .titleBtn {
  margin: 32px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  opacity: 1;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  border-radius: 4px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.brands-page .brand-ads {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brands-page .brand-ads-list {
  position: relative;
  top: -53px;
  width: 1200px;
  height: 98px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-page .brand-ads-list .topInput {
  width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.brands-page .brand-ads-list .topInput .inputFra {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffa200;
}
.brands-page .brand-ads-list .topInput .inputFra:hover {
  background-color: #ffca00;
}
.brands-page .brand-ads-list .topInput .inputFra input::placeholder {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #888888;
  line-height: 16px;
}
.brands-page .brand-ads-list .topInput .inputFra .inputClass {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 980px;
  height: 100%;
  padding: 24px 17px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #888888;
  line-height: 16px;
  caret-color: #ffa200;
}
.brands-page .brand-ads-list .topInput .inputFra .inputFind {
  width: 130px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
}
.brands-page .brand-ads-list .topInput .inputFra .inputFind img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.brands-page .brand-ads-list .topInput .backcChange {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffca00;
}
.brands-page .filter {
  width: 1200px;
  margin: 0 auto 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 17px 20px;
  border-top: 2px solid #1dbfda;
  position: relative;
}
.brands-page .filter-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.brands-page .filter-arrow:before,
.brands-page .filter-arrow:after {
  bottom: 100%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.brands-page .filter-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.brands-page .filter-arrow:before {
  border-color: rgba(29, 191, 218, 0);
  border-bottom-color: #1dbfda;
  border-width: 9px;
  margin-left: -9px;
}
.brands-page .filter-name {
  line-height: 28px;
  display: inline-block;
  margin-right: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.brands-page .filter-item {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
  margin-right: 20px;
}
.brands-page .filter-item.active {
  background: #1dbfda;
  color: #fff;
  border-color: #1dbfda;
}
.brands-page .brandProBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* 内容主体 */
  /* 链接 */
  /* 按拼音筛选 */
  /* 共多少个 */
  /* 列表数据 */
  /* 每行最后一个没有右边距 */
}
.brands-page .brandProBox .brandPro {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1200px;
  height: 40px;
  margin-top: -22px;
  margin-bottom: 43px;
}
.brands-page .brandProBox .brandPro .free-title-line {
  position: relative;
  bottom: -29px;
  left: -272px;
  display: flex;
}
.brands-page .brandProBox .brandPro .free-title-line img {
  width: 26px;
  height: 14px;
}
.brands-page .brandProBox .brandPro .free-title-line div:nth-child(1) {
  width: 35px;
  height: 4px;
  background: #ff6900;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}
.brands-page .brandProBox .brandPro .free-title-line div:nth-child(3) {
  width: 35px;
  height: 4px;
  background: #ff6900;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}
.brands-page .brandProBox .brandPro .free-title-line::after {
  position: absolute;
  content: '';
  width: 1106px;
  background: rgba(255, 105, 0, 0.3);
  bottom: 11px;
  height: 1px;
  left: 93px;
}
.brands-page .brandProBox .brandPro .free-title-line2 {
  position: relative;
  bottom: -29px;
  left: -135px;
  display: flex;
}
.brands-page .brandProBox .brandPro .free-title-line2 img {
  width: 26px;
  height: 14px;
}
.brands-page .brandProBox .brandPro .free-title-line2 div:nth-child(1) {
  width: 35px;
  height: 4px;
  background: #ff6900;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}
.brands-page .brandProBox .brandPro .free-title-line2 div:nth-child(3) {
  width: 35px;
  height: 4px;
  background: #ff6900;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}
.brands-page .brandProBox .brandPro .free-title-line2::after {
  position: absolute;
  content: '';
  width: 969px;
  background: rgba(255, 105, 0, 0.3);
  bottom: 11px;
  height: 1px;
  left: 93px;
}
.brands-page .brandProBox .brandPro .free-title-line2::before {
  position: absolute;
  content: '';
  width: 137px;
  background: #ff6900;
  bottom: 11px;
  height: 1px;
  left: -137px;
}
.brands-page .brandProBox .brandPro .BNP {
  margin-bottom: 11px;
  margin-right: 40px;
  width: 96px;
  height: 24px;
  opacity: 1;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ff6900;
  line-height: 24px;
}
.brands-page .brandProBox .brandPro .BP {
  margin-bottom: 11px;
  margin-right: 40px;
  width: 96px;
  height: 24px;
  opacity: 1;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #222222;
  line-height: 24px;
}
.brands-page .brandProBox .platform-sku {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.brands-page .brandProBox .platform-sku .brand-sku-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 230px;
  height: 266px;
  margin: 0 12px 20px 0px;
  padding: 20px 12px;
  box-sizing: border-box;
}
.brands-page .brandProBox .platform-sku .brand-sku-item img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
.brands-page .brandProBox .platform-sku .brand-sku-item .sku__name {
  width: 206px;
  height: 50px;
  font-size: 14px;
  color: #292929;
  padding: 13px 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brands-page .brandProBox .platform-sku .brand-sku-item .sku__action {
  width: 206px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}
.brands-page .brandProBox .platform-sku .brand-sku-item .sku__action .sku__price {
  overflow: hidden;
}
.brands-page .brandProBox .platform-sku .brand-sku-item .sku__action .sku__buy {
  float: right;
  height: 26px;
  background: linear-gradient(180deg, #ff7263 0%, #f2544a 100%);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  outline: none;
  text-align: center;
  padding: 0 15px;
  line-height: 26px;
  cursor: pointer;
}
.brands-page .brandProBox .platform-sku .brand-sku-item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.brands-page .brandProBox .platform-sku .brand-sku-item:nth-child(5n) {
  width: 230px;
  height: 266px;
  margin: 0 0px 20px 0px;
  padding: 20px 12px;
  box-sizing: border-box;
}
.brands-page .brandProBox .platform-sku .pagination {
  width: 1200px;
  height: 64px;
}
.brands-page .brandProBox .platform-sku .pagination .el-pagination {
  padding-right: 20px;
  box-sizing: border-box;
  background: none;
  border: none;
}
.brands-page .brandProBox .platform-sku .pagination .el-pagination.is-background .btn-next,
.brands-page .brandProBox .platform-sku .pagination .el-pagination.is-background .btn-prev,
.brands-page .brandProBox .platform-sku .pagination .el-pagination.is-background .el-pager li {
  background: #fff;
  border: #dcdee0 1px solid;
  font-size: 14px;
  font-weight: 500;
}
.brands-page .brandProBox .platform-sku .pagination .el-pagination.is-background .el-pager li:hover {
  border: #ff6900 1px solid;
  color: #ff6900;
}
.brands-page .brandProBox .platform-sku .pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #ff6900;
  color: #fff;
}
.brands-page .brandProBox .platform-sku .pagination .el-pagination__editor {
  margin: 0 10px;
}
.brands-page .brandProBox .new-brand-content {
  margin: auto;
  width: 1200px;
  position: relative;
}
.brands-page .brandProBox .new-back-linke {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 20px;
}
.brands-page .brandProBox .new-form-filter {
  margin-bottom: 20px;
  height: 62px;
  line-height: 62px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
}
.brands-page .brandProBox .new-form-filter label {
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 20px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  font-size: 12px;
  color: #6d6d6d;
  border: solid 1px #e8e8e8;
  text-align: center;
}
.brands-page .brandProBox .new-form-filter label:nth-child(1) {
  cursor: default;
  margin-left: 28px;
  margin-right: 30px;
  width: 48px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  border: none;
  text-align: left;
}
.brands-page .brandProBox .new-form-filter label.selected {
  color: #ffffff;
  background-color: #1dbeda;
  border: none;
}
.brands-page .brandProBox .new-list-length {
  margin-bottom: 16px;
  width: 1200px;
  line-height: 40px;
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  border-top: 2px solid #1dbeda;
}
.brands-page .brandProBox .new-list-length label {
  font-size: 16px;
  letter-spacing: 0px;
}
.brands-page .brandProBox .new-list-length label:nth-child(1) {
  margin-left: 28px;
  color: #000000;
}
.brands-page .brandProBox .new-list-length label:nth-child(2) {
  margin-left: 16px;
  color: #7c7c7c;
}
.brands-page .brandProBox .new-list-length label span {
  color: #fe2f2f;
}
.brands-page .brandProBox .new-list {
  width: 1200px;
  font-size: 0px;
  margin: 0 auto;
}
.brands-page .brandProBox .new-list img {
  width: 100%;
  height: 60px;
  opacity: 1;
}
.brands-page .brandProBox .new-list .new-list-item {
  padding: 10px 24px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 185px;
  height: 150px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #6d6d6d;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  margin-right: 18px;
  background-color: #fff;
}
.brands-page .brandProBox .new-list .new-list-item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.brands-page .brandProBox .new-list .new-list-item:nth-child(6n + 0) {
  margin-right: 0px;
}
.brands-page .brandProBox .new-list .new-list-item dl dt {
  width: 100%;
  height: 74px;
  border-bottom: 1px #e8e8e8 dashed;
}
.brands-page .brandProBox .new-list .new-list-item dl dd {
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #000000;
  line-height: 14px;
}
.brands-page .brandProBox .new-list .new-list-item dl dd span {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: right;
  line-height: 12px;
  color: #fe2f2f;
  margin-left: 5px;
}
.brands-page .brandProBox .not-content {
  width: 1200px;
  text-align: center;
  margin-bottom: 80px;
  padding-top: 58px;
}
.brands-page .brandProBox .not-content p {
  margin-top: 10px;
  font-size: 22px;
  color: #313131;
}
.brands-page .brandProBox .category {
  width: 1200px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.brands-page .brandProBox .category-inner {
  margin: -10px;
}
.brands-page .brandProBox .category-inner:after {
  clear: both;
  display: block;
}
.brands-page .brandProBox .category .all {
  width: 179px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 6px;
  background: #ff6900;
  border: 1px solid #ff6900;
  margin: 0 10px 20px;
  cursor: pointer;
}
.brands-page .brandProBox .category-item {
  float: left;
  width: 179px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e2e2e2;
  margin: 0 13px 20px 12px;
  cursor: pointer;
}
.brands-page .brandProBox .category-item:hover,
.brands-page .brandProBox .category-item.active {
  background-color: #ff6900;
  color: #fff;
  transition: 0.3s all;
}
.brands-page .brandProBox .category .rightBtm:nth-child(6n) {
  margin-right: 0;
}
