* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Microsoft YaHei', sans-serif, 'Arial Narrow', Arial, sans-serif;
}

a {
  text-decoration: none;
}

.product-container {
  background-color: #586692;
  border-radius: 15px;
  width: 931px;
  margin: 20px auto;
  padding: 8px;
  display: flex;
}

.product-list .product-item {
  background-color: #e9eced;
  min-height: 71px;
  display: flex;
  align-items: center;
}

.product-list .product-item .product-item-flex {
  padding: 15px 30px 15px 65px;
  width: 100%;
}

.product-list .product-item .product-item-title {
  font-size: 14px;
  color: #313131;
  line-height: 18px;
  font-weight: 600;
}

.product-list .product-item .product-item-info {
  font-size: 14px;
  color: #858d8f;
  line-height: 18px;
  margin-top: 5px;
}

.product-list .product-item:nth-child(odd) {
  background-color: #FFF;
}

.product-type-subtitle {
  background-color: #4198bc;
  height: 44px;
  color: #FFF;
  height: 44px;
  line-height: 44px;
  position: relative;
  margin: 0 -5px;
  text-align: center;
}

.product-type {
  width: calc(33.3333% - 14px);
  margin: 7px;
  background-color: #ffffff;
}

.product-type .title {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  height: 45px;
  line-height: 45px;
}

.product-type.one .title {
  background-color: #21a4db;
}

.product-type.two .title {
  background-color: #f99158;
}

.product-type.two .product-type-subtitle {
  background-color: #f8ad84;
}

.product-type.three .title {
  background-color: #4f9f5c;
}

.product-type.three .product-type-subtitle {
  background-color: #9ebea3;
}
