.pva_brand_box,
.pva_brand_bread {
  width: 1676px;
  margin: 0 auto;
}

.pva_brand_container {
  width: 100%;
  height: 620px;
  margin: 60px auto 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pva_brand_bg_box {
  width: 100%;
  height: 326px;
  background: #d3daec;
  position: absolute;
  top: 294px;
  border-radius: 100px;
  z-index: 1;
}

.pva_brand_lists {
  width: 1554px;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.pva_brand_block {
  width: 297px;
  height: 526px;
  background: #f9f9f9;
  border-radius: 50px;
  transition: all ease-in-out 200ms;
  color: #4c4c4c;
}

.pva_brand_block:hover {
  background: #5a77b9;
  transition: all ease-in-out 200ms;
}

.pva_brand_block:hover > * {
  color: #fff;
}

.pva_brand_cover {
  width: 232px;
  height: 232px;
  background: #fff;
  border-radius: 33px;
  margin: 32.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pva_brand_cover img {
  width: 120px;
  height: 120px;
}

.pva_brand_list_title {
  width: 232px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.pva_brand_list_title a {
  color: inherit;
}

.pva_brand_list_box {
  width: 232px;
  margin: 0 auto;
}

.pva_brand_list_box ul {
  margin: 20px 0;
}

.pva_brand_list_box ul li {
  display: block;
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.pva_brand_list_box ul li a {
  width: 95%;
  color: inherit;
}

.pva_brand_list_box ul li span {
  width: 5%;
}

.pva_brand_list_more {
  margin-top: 35px;
  font-weight: bold;
}

.pva_brand_list_more a {
  color: inherit;
}
