.production {
  padding: 0.95rem 0 0;
  background-color: #fff;
}
.production .bmi_bg {
  max-width: 14rem;
  margin: 0 auto;
  background-size: cover;
  padding-bottom: 0.5rem;
  background-position: center;
}
.production .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.production .title p {
  font-size: 0.4rem;
  color: #1CB0F7;
  font-weight: bold;
}
.production .title span {
  display: block;
  width: 0.41rem;
  height: 0.07rem;
  background: #1CB0F7;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.production .production_txt {
  width: 7.16rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
  text-align: center;
  margin: 0 auto 0.44rem auto;
}
.production .bmi_title {
  color: #333333;
  font-size: 0.24rem;
  margin-top: 1.11rem;
  text-align: center;
  margin-bottom: 0.35rem;
}
.production .bmi_txt {
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  width: 9.28rem;
  margin: 0 auto;
}
.production .bmi_check {
  color: #333333;
  font-size: 0.24rem;
  margin-top: 0.61rem;
  text-align: center;
  margin-bottom: 0.37rem;
}
.production .line-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.56rem;
}
.production .line-msg input {
  background: none;
  outline: none;
  border: none;
}
.production .line-msg input[type="number"] {
  -moz-appearance: textfield;
}
.production .line-msg input::-webkit-outer-spin-button,
.production .line-msg input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.production .line-msg .age,
.production .line-msg .weight,
.production .line-msg .mobile,
.production .line-msg .height {
  border-radius: 0.16rem;
  background-color: #D8D8D8;
  padding: 0.06rem 0.18rem;
  margin-right: 0.32rem;
}
.production .line-msg .ret {
  border-radius: 0.16rem;
  background-color: #D8D8D8;
  padding: 0.06rem 0.18rem;
  margin-right: 0.62rem;
}
.production .line-msg .mobile {
  width: 1.5rem;
}
.production .line-msg .mobile input {
  width: 0.7rem;
}
.production .line-msg .age input,
.production .line-msg .weight input,
.production .line-msg .height input {
  padding-left: 0.05rem;
  width: 0.55rem;
}
.production .line-msg .bim-input {
  padding-left: 0.05rem;
  width: 0.8rem;
}
.production .line-msg .weight {
  margin-right: 0.32rem;
}
.production .line-msg .sex {
  margin-right: 0.62rem;
}
.production .line-msg .sex  label:last-child {
  margin-left: .08rem;
}
.production .line-msg .submit {
  border-radius: 0.16rem;
  /* background-color: #D8D8D8; */
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  padding: 0.06rem 0.18rem;
  color: #fff;
}
.production .line-msg button {
  border: none !important;
  cursor: pointer;
  outline: none !important;
}
.production .show_line {
  width: 7.23rem;
  height: 0.08rem;
  background: linear-gradient(90deg, #F9DB00 0%, #7AA703 18%, #E89004 47%, #E90101 100%);
  opacity: 1;
  border-radius: 0.04rem;
  margin: 0 auto;
  position: relative;
}
.production .show_line .tri-up {
  width: 0;
  height: 0;
  border-left: 0.075rem solid transparent;
  border-right: 0.075rem solid transparent;
  border-bottom: 0.08rem solid #8FB003;
  position: absolute;
  top: 0.1rem;
  left: 1.2rem;
}
.production .top_content {
  display: flex;
  justify-content: space-between;
  width: calc(7.23rem - 0.56rem);
  padding: 0 0.28rem;
  margin: 0 auto;
}
.production .bottom_content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0.36rem 0 0.31rem;
  width: calc(7.23rem - 0.67rem);
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.production .top_content {
  padding-bottom: 0.06rem;
}
.production .bottom_content {
  padding-top: 0.04rem;
}
.bg-banner {
  position: relative;
}
.bg-banner p {
  position: absolute;
  top: 2.7rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.46rem;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 2.57rem;
  }
  .production {
    width: calc(100% - 0.5rem);
    padding: 0.25rem;
  }
  .production .title p {
    font-size: 0.3rem;
    line-height: 0.36rem;
    margin-bottom: 0;
  }
  .production .title span {
    margin-top: 0.15rem;
  }
  .production .production_txt {
    width: 100% !important;
  }
  .production .bmi_title {
    margin-top: 0.5rem;
  }
  .production .bmi_txt {
    width: 100% !important;
    line-height: 0.3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .header {
    margin: 0 !important;
  }
  .header .logo {
    width: 2.57rem;
  }
  .header .header-module {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100vw;
    z-index: 21;
    display: block !important;
  }
  .production {
    width: 100%;
    /* width: calc(100% - 0.6rem); */
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .production .title {
    padding-top: 0.4rem;
  }
  .production .bmi_bg {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    /* background-image: none !important; */
  }
  .production .bim-line-msg {
    margin-bottom: 0.2rem !important;
  }
  .production .line-msg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .production .line-msg .weight,
  .production .line-msg .height,
  .production .line-msg .submit,
  .production .line-msg .sex,
  .production .line-msg .mobile
   {
    margin-top: 0.1rem;
  }
  .production .show_line {
    margin: 0 0.2rem;
    width: calc(100% - 0.4rem);
  }
  .production .show_line .tri-up {
    left: 0.6rem;
  }
  .production .top_content {
    width: calc(100% - 0.6rem);
  }
  .production .bottom_content {
    margin-top: 0.1rem;
    width: calc(100% - 0.7rem);
    padding-bottom: 0.2rem;
  }
  .pc-concat-right {
    display: none;
  }
  .mb-concat-right {
    display: block;
  }
}
