.layout .banner {
  width: 98%;
  margin: 0 auto;
}

.layout .banner img {
  width: 100%;
}

.layout .banner video {
  width: 100%;
}

.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;
}

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

.layout .picture_3 .picture_3_title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.layout .picture_3 .picture_3_title .consult {
  border: none;
  display: flex;
  justify-content: space-between;
}

.layout .picture_3 .picture_3_title .consult span {
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  color: #33a5ff;
  cursor: pointer;
  margin-top: 0.1rem;
}

.layout .picture_3 .picture_3_title h1 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.5rem;
}

.layout .picture_3 .picture_3_title p {
  width: 100%;
  height: 0.02rem;
  background: #f4f4f4;
  position: relative;
}

.layout .picture_3 .picture_3_title p span {
  position: absolute;
  bottom: 0.02rem;
  display: flex;
  width: 6.5%;
  height: 0.03rem;
  background: #1675eb;
}

.layout .picture_3 .picture_3_introduce {
  width: 100%;
  margin-top: 0.1rem;
  justify-content: space-between;
  align-items: center;
}

.layout .picture_3 .picture_3_introduce span {
  color: #333333;
  line-height: 0.35rem;
}

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

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

.layout .picture_3 .picture_3_content .picture_3_item img {
  width: 100%;
}

.layout .picture_3 .picture_3_content .picture_3_item_text {
  margin-top: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout .picture_3 .picture_3_content .picture_3_item_text img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

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

.layout .picture_3 .picture_3_content .picture_3_item_text_left {
  margin-top: 0.03rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout .picture_3 .picture_3_content .picture_3_item_text_left img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

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

.layout .apply {
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem 0;
  background: url("/yanfa/imgs/bg.avif");
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout .apply i {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 0.35rem;
  color: #ffffff;
  line-height: 0.5rem;
}

.layout .apply .apply_content {
  margin-top: 0.1rem;
  width: 50%;
  display: flex;
  align-content: center;
  justify-content: space-around;
}

.layout .apply .apply_content input::placeholder {
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.17rem;
}

.layout .apply .apply_content input {
  display: flex;
  align-items: center;
  outline: none;
  height: 0.4rem;
  padding-left: 0.1rem;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.layout .apply .apply_content button {
  width: 2rem;
  background: #ffffff;
  border-radius: 0.25rem;
  font-size: 0.22rem;
  color: #1a66d1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}