.layout .picture {
  width: 100%;
}

.layout .picture_text {
  padding: 0.04rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout .picture_text img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

.layout .picture_text span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layout .picture_text_left {
  padding: 0.04rem 0rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout .picture_text_left img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

.layout .picture_text_left span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layout .picture_text_hint {
  display: flex;
  flex-direction: column;
  padding: 0.04rem 0rem;
  text-align: center;
}

.layout .picture_text_hint img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

.layout .picture_text_hint span {
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layout .picture_text_hint .picture_hint {
  font-size: 0.18rem;
  margin-top: 0.05rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.layout .headline {
  width: 15.8rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout .headline h1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.63rem;
}

.layout .headline img {
  width: 20%;
}

.layout .picture_3 {
  width: 15.8rem;
  margin: 0 auto;
  margin-bottom: 0.08rem;
}

.layout .picture_3 .picture_3_consult {
  width: 100%;
  display: flex;
  justify-content: right;
}

.layout .picture_3 .picture_3_consult p {
  cursor: pointer;
  background: #1c70e7;
  border-radius: 0.18rem;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  padding: 0 0.1rem;
}

.layout .picture_3 .picture_3_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.picture_3_item img {
  border-radius: 0.1rem;
}

.layout .picture_3 .picture_3_content .picture_3_item {
  margin-top: 0.05rem;
  cursor: pointer;
}