.con {
  background-color: #F5F6F8;
}
.con .f1 {
  padding: 80px 0;
}
.con .f1 .f1l {
  width: 522px;
}
.con .f1 .f1l .proswiper {
  width: 100%;
}
.con .f1 .f1l .proswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 10px;
}
.con .f1 .f1r {
  width: 698px;
}
.con .f1 .f1r .title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.con .f1 .f1r .tags {
  margin-bottom: 12px;
}
.con .f1 .f1r .tags .tag {
  height: 24px;
  border-radius: 3px;
  background: #E6F7F6;
  padding: 0 8px;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.con .f1 .f1r .des {
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.28px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 22px;
}
.con .f1 .f1r .bot {
  margin-bottom: 35px;
}
.con .f1 .f1r .bot .pri {
  margin-right: 32px;
  position: relative;
  padding-right: 52px;
}
.con .f1 .f1r .bot .pri::after {
  position: absolute;
  content: "元起/人";
  font-weight: normal;
  font-size: 14px;
  color: #303133;
  bottom: 6px;
  right: 0;
}
.con .f1 .f1r .bot .span {
  border-radius: 8px;
  background: #F5F6F8;
  height: 32px;
}
.con .f1 .f1r .bot .span span {
  font-size: 16px;
  color: #606266;
  position: relative;
  padding: 0 16px;
}
.con .f1 .f1r .bot .span span::after {
  content: "";
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #EBEEF5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.con .f1 .f1r .bot .span span:nth-last-child(1)::after {
  display: none;
}
.con .f1 .f1r .btn a {
  width: 168px;
  height: 50px;
  border-radius: 25px;
  margin-right: 16px;
  cursor: pointer;
}
.con .f1 .f1r .btn a.sub {
  border: 1px solid #00A99D;
}
.con .f2 {
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: -88px;
}
.con .f2 .f2l {
  width: 847px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 36px 24px;
  line-height: 1.8em;
}
.con .f2 .f2l img {
  max-width: 100%;
}
.con .f2 .f2r {
  width: 413px;
}
.con .f2 .f2r .formdata {
  padding: 48px 36px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.con .f2 .f2r .formdata h2 {
  display: flex;
  justify-content: center;
}
.con .f2 .f2r .formdata h2 span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.con .f2 .f2r .formdata h2 span::before {
  position: absolute;
  left: -50px;
  top: 50%;
  height: 1px;
  content: "";
  width: 36px;
  background-color: #00A99D;
}
.con .f2 .f2r .formdata h2 span::after {
  position: absolute;
  right: -50px;
  top: 50%;
  height: 1px;
  content: "";
  width: 36px;
  background-color: #00A99D;
}
.con .f2 .f2r .formdata .form {
  padding-top: 36px;
  padding-bottom: 10px;
}
.con .f2 .f2r .formdata .form form .item {
  display: flex;
  align-items: center;
  border: 1px solid #E4E7ED;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 0 16px;
  height: 44px;
}
.con .f2 .f2r .formdata .form form .item.bdn {
  border: none;
  margin-top: 40px;
}
.con .f2 .f2r .formdata .form form .item .iteml {
  font-size: 16px;
  width: 86px;
}
.con .f2 .f2r .formdata .form form .item .itemr {
  flex: 1;
  height: 100%;
}
.con .f2 .f2r .formdata .form form .item .itemr select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #909399;
}
.con .f2 .f2r .formdata .form form .item .itemr input {
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #909399;
  width: 100%;
}
.con .f2 .f2r .formdata .form form .item .itemr input::placeholder {
  font-size: 16px;
  color: #909399;
}
.con .f2 .f2r .formdata .form form .item button {
  cursor: pointer;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 44px;
  border-radius: 22px;
  border: none;
}
.con .f2 .f2r .formdata .relationarticle {
  padding-top: 36px;
  padding-bottom: 40px;
}
.con .f2 .f2r .formdata .relationarticle a {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background-color: #F5F6F8;
  border-radius: 0 0 10px 10px;
}
.con .f2 .f2r .formdata .relationarticle a .pic {
  overflow: hidden;
}
.con .f2 .f2r .formdata .relationarticle a .pic img {
  transition: all ease-in-out 0.2s;
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.con .f2 .f2r .formdata .relationarticle a p {
  padding: 16px 20px;
  text-align: left;
  transition: all ease-in-out 0.2s;
}
.con .f2 .f2r .formdata .relationarticle a:hover .pic img {
  transform: scale(1.1);
}
.con .f2 .f2r .formdata .relationarticle a:hover p {
  color: #00A99D;
}
@media (max-width: 750px) {
  .con .f1 {
    padding: 20px 0;
  }
  .con .f1 .w {
    padding: 0 12px;
    box-sizing: border-box;
    display: block;
  }
  .con .f1 .w .f1l {
    width: 100%;
  }
  .con .f1 .w .f1l .proswiper .swiper-slide img {
    height: 210px;
  }
  .con .f1 .w .f1r {
    margin-top: 20px;
    width: 100%;
  }
  .con .f1 .w .f1r .title {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
  .con .f1 .w .f1r .des {
    height: 50px;
    margin-bottom: 12px;
  }
  .con .f1 .w .f1r .bot {
    margin-bottom: 20px;
  }
  .con .f1 .w .f1r .bot .pri {
    font-size: 20px;
  }
  .con .f1 .w .f1r .bot .pri::after {
    font-size: 12px;
    right: 7px;
    bottom: 3px;
  }
  .con .f1 .w .f1r .bot .span {
    height: 30px;
  }
  .con .f1 .w .f1r .bot .span span {
    font-size: 14px;
    padding: 0 10px;
  }
  .con .f1 .w .f1r .btn {
    justify-content: space-between;
  }
  .con .f1 .w .f1r .btn a {
    margin: 0;
    font-size: 16px;
    height: 40px;
    width: 48%;
  }
  .con .f2 {
    box-sizing: border-box;
    display: block;
    padding: 20px 12px 40px;
  }
  .con .f2 .f2l {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 12px;
    margin-bottom: 20px;
  }
  .con .f2 .f2r {
    width: 100%;
  }
  .con .f2 .f2r .formdata {
    padding: 36px 20px 0;
  }
}
