.multiBrandMatrix .brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiBrandMatrix .brand .brand-item {
  display: flex;
  width: 590px;
  height: 200px;
  background: #ffffff;
}

.multiBrandMatrix .brand .item-left {
  width: 200px;
  height: 200px;
  background: linear-gradient(180deg, #0a6afa 0%, #5294ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiBrandMatrix .brand .item-left1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(180deg, #ff6600 0%, #ff9538 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiBrandMatrix .brand .item-right {
  flex: 1;
  padding: 40px;
}

.multiBrandMatrix .market {
  display: flex;
  flex-wrap: wrap;
}

.multiBrandMatrix .market .market-item {
  width: 150px;
  height: 130px;
  border: 1px solid #ebebeb;
  margin-left: -1px;
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.multiBrandMatrix .market .market-item:hover {
  width: 150px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.multiBrandMatrix .worth-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.multiBrandMatrix .worth-wrap .worth-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 226px;
  background: #ffffff;
  padding: 24px;
}

.multiBrandMatrix .worth-wrap .worth-content-item:hover {
    display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 226px;
  background: #ffffff;
  padding: 30px 24px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
  }

.multiBrandMatrix .worth-wrap .worth-item-icon {
  width: 94px;
  height: 94px;
  margin-bottom: 18px;
}

.multiBrandMatrix .worth-wrap .worth-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  text-align: center;
}
