.consultation-suggestions-box {
  width: 1200px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
  border-radius: 10px;
  padding: 16px 24px 34px;
  margin: auto;
  position: relative;
}

.consultation-suggestions-header {
  height: 59px;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
}

.consultation-suggestions-header .header-title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  border-bottom: 4px solid #5068CB;
  /* padding-bottom: 23px; */
  margin-top: 10px;
}

.consultation-suggestions-header .header-right {
  width: 160px;
  height: 44px;
  background: #FF9000;
  border-radius: 4px;
}

.consultation-suggestions-header .header-right a {
  width: 160px;
  height: 44px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.consultation-suggestions-header .header-right a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.consultation-suggestions-box-line {
  width: 1200px;
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
}

.consultation-suggestions-item {
  margin-top: 25px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}


.consultation-suggestions-item .consultation-suggestions-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.consultation-suggestions-item .consultation-suggestions-item-header img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
}

.consultation-suggestions-item .consultation-suggestions-item-header .item-header-name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5068CB;
  margin-right: 20px;
}

.consultation-suggestions-item .consultation-suggestions-item-header .item-header-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.consultation-suggestions-item .consultation-suggestions-item-content {
  margin-left: 55px;
}

.consultation-suggestions-item .consultation-suggestions-item-content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.consultation-suggestions-item .consultation-suggestions-item-content .item-content-recommendation {
  width: 1088px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 17px 16px;
  margin-top: 24px;
}

.item-content-recommendation .item-content-recommendation-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-content-recommendation .item-content-recommendation-header img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
}

.item-content-recommendation .item-content-recommendation-header .recommendation-header-name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4499FF;
  margin-right: 15px;
}

.item-content-recommendation .item-content-recommendation-header .recommendation-header-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.item-content-recommendation p {
  margin-left: 56px;
}

/* mobile */
.suggestions-content-mobile {
  width: 100vw;
  background: #FFFFFF;
  padding: 4.5vw 4vw 7vw;
  position: relative;
}

.suggestions-content-mobile .suggestions-content-mobile-header {
  border-bottom: 0.1vw solid #EEEEEE;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.suggestions-content-mobile .suggestions-content-mobile-header h2 {
  font-size: 4.3vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  border-bottom: 0.5vw solid #5068CB;
  display: inline-block;
  padding-bottom: 3vw;
}

.suggestions-content-mobile .suggestions-content-mobile-header .consulation-button-mobile {
  width: 37.3vw;
  height: 9.3vw;
  background: #FF9000;
  border-radius: 4.7vw;
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.6vw;
  right: 4vw;
}

.suggestions-content-mobile .suggestions-content-mobile-header .consulation-button-mobile img {
  width: 4vw;
  height: 4vw;
  margin-right: 2vw;
}


.suggestions-content-mobile-item .suggestions-content-mobile-item-header {
  display: flex;
  flex-direction: row;
  margin-top: 2.7vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-header img {
  width: 10.7vw;
  height: 10.7vw;
  margin-right: 1.5vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-header .item-header-name {
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-header .item-header-time {
  font-size: 3.5vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content {
  margin-left: 12.3vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content p {
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 6.5vw;
  margin-top: 1.5vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation {
  width: 79.9vw;
  background: #F8F8F8;
  border-radius: 1.1vw;
  padding: 4vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation .item-content-recommendation-header {
  display: flex;
  flex-direction: row;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation .item-content-recommendation-header img {
  width: 10.7vw;
  height: 10.7vw;
  margin-right: 1.5vw;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation .item-content-recommendation-header .recommendation-header-name {
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation .item-content-recommendation-header .recommendation-header-time {
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}

.suggestions-content-mobile-item .suggestions-content-mobile-item-content .suggestions-content-recommendation p {
  margin-left: 12vw;
}
