#free-experience {
  width: 100%;
}

.free-experience-con {
  width: 100%;
  background-color: white;
  height: auto;
  overflow: hidden;
  padding: 0 0.32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.free-experience-con .main-title {
  width: 3.36rem;
  height: 0.78rem;
  font-weight: bold;
  font-size: 0.56rem;
  color: #1870ff;
  text-align: center;
  margin-top: 0.72rem;
}

.free-experience-con .sub-title {
  height: 0.4rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #90949e;
  text-align: center;
  margin-top: 0.08rem;
}

.free-experience-con .input-con {
  width: 100%;
  background-color: white;
  border: #ebeef5 1px solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 1.04rem;
  padding: 0 0.24rem;
  font-weight: 500;
  font-size: 0.32rem;
  color: #bfbfbf;
  text-align: left;
}

.free-experience-con .input-con:first-child {
  margin-top: 0.56rem;
}

.free-experience-con .input-con:not(:first-child) {
  margin-top: 0.32rem;
}

.free-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.72rem;
  width: 100%;
  height: 1.08rem;
  background: #1870ff;
  border-radius: 0.08rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
}

.app-con {
  position: relative;
  width: 100%;
  height: 12rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.app-con .img-tex {
  position: absolute;
  top: 0.72rem;
  height: 1.9rem;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}

.app-con .img-person {
  position: absolute;
  top: 1.8rem;
  height: 4.96rem;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}

.app-con .img-app {
  width: 3.9rem;
  height: 3.9rem;
  object-fit: contain;
  position: absolute;
  margin: auto;
  top: 5.48rem;
  left: 50%;
  transform: translateX(-50%);
  border: #fff 0.16rem solid;
  border-radius: 0.12rem;
}

.app-con .phone {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 9.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.app-con .phone p {
  height: 0.52rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #1d1d1f;
  line-height: 0.52rem;
  text-align: center;
}

.app-con .phone .phone-num {
  height: 0.64rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #1870ff;
  text-align: center;
}
