* {
  margin: 0;
  padding: 0;
}

html,
body,
.wrapper {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
}
.gray {
  filter: grayscale(100);
}
header {
  display: flex;
  /*flex:1;*/
  width: 100%;
  height: 1.87rem;
  position: relative;
  background: white;
}
header .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
  right: 2.026667rem;
  top: 0.733333rem;
}
header .header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  position: relative;
  box-sizing: border-box;
}
header .header dt {
  margin-left: 0.48rem;
  width: 1.23rem;
  height: 1.23rem;
  border-radius: 50%;
  overflow: hidden;
}
header .header dt img {
  width: 100%;
  height: 100%;
}
header .header dd {
  flex: auto;
  margin-left: 0.2rem;
}
header .header dd h3 {
  font-size: 0.36rem;
  font-weight: bold;
}
header .header dd h5 {
  display: flex;
  font-weight: 400;
  font-size: 0.32rem;
  margin-top: 0.186667rem;
  justify-content: space-between;
}

header .header dd h5 .more {
  position: relative;
  width: 2.83rem;
  text-align: center;
  color: rgba(255, 92, 52, 1);
}
header .header dd h5 .more::after {
  position: absolute;
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  content: "";
  background-image: url(../images/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.3rem auto;
}
section {
  flex: 1;
  background: url("https://imgvip.meishubao.com/vip/codeMovie/superMan/static/report/top-bg.png")
    no-repeat #ffa146;
  background-size: 100%;
  /* overflow-y: scroll;  */
}
section .no-work {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  /* background: #fff; */
}
section .banner_box {
  margin: 0.96rem auto 0.43rem auto;
  width: 81.3%;
  border-radius: 0.27rem;
}
section .banner {
  width: 100%;
  /* height: 10rem; */
  box-sizing: border-box;
}
section .banner img {
  width: 100%;
  height: 100%;
  display: block;
}
section .ca_save {
  color: rgba(255, 255, 255, 1);
  font-size: 0.32rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.43rem;
}
section .praise {
  position: relative;
  z-index: 10;
  width: 91.5%;
  margin: 0 auto 0.2rem auto;
  /* height: 2.13333rem; */
  box-sizing: border-box;
  background: white;
  height: 1.33rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.37rem;
  box-shadow: 8px 0px 49px rgba(122, 117, 111, 0.3);
  padding: 0.27rem 0.27rem 0.27rem 0.43rem;
}
section .praise > h2 {
  color: gray;
  font-size: 0.32rem;
  text-align: center;
  margin-top: -0.4rem;
  margin-bottom: 0.1333rem;
}

section .praise .praise_dl {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
section .praise .praise_dl h2 {
  font-weight: 400;
}
section .praise .praise_dl dt {
  min-width: 1.31rem;
  height: 0.8rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 92, 52, 1);
  border-radius: 0.4rem;
}
section .praise .praise_dl dt img {
  position: relative;
  top: -0.02rem;
  width: 0.4rem;
  display: inline-block;
}
section .praise .praise_dl dd {
  display: flex;
  align-items: center;
}
section .praise .praise_dl #num {
  color: #fff;
  line-height: 1;
  font-size: 0.32rem;
  margin-left: 0.1rem;
}
section .praise .praise_dl dd h2 {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333;
}
section .praise .praise_dl dd h3 {
  margin-top: 0.133333rem;
  color: #333;
  font-size: 0.32rem;
}
section .personal_trainer {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  margin-top: 0.266667rem;
  background: white;
  position: relative;
}
section .personal_trainer .personal_trainer_dl {
  width: 3.33333rem;
  height: 1.33333rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0.426667rem 0 0 1.746667rem;
}
section .personal_trainer .personal_trainer_dl dt {
  width: 1.33333rem;
  height: 1.33333rem;
  position: absolute;
  left: 0;
  top: 0.426667rem;
  border-radius: 50%;
  overflow: hidden;
}
section .personal_trainer .personal_trainer_dl dt img {
  width: 100%;
  height: 100%;
}
section .personal_trainer .personal_trainer_dl dd {
  width: 100%;
  height: auto;
}
section .personal_trainer .personal_trainer_dl dd h3 {
  width: 1.49333rem;
  height: 0.46667rem;
  background: #ff3300;
  border-radius: 8px;
  color: white;
  line-height: 0.466667rem;
  text-align: center;
}
section .personal_trainer .personal_trainer_dl dd h2 {
  color: black;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  font-size: 0.36rem;
  white-space: nowrap;
}
section .personal_trainer .class_review {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
section .personal_trainer .class_review h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.32rem;
}
section .personal_trainer .class_review .comment {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 0.466667rem;
  color: #333333;
  line-height: 0.613333rem;
  font-size: 0.32rem;
}
section .personal_trainer .class_review .voice {
  width: 100%;
  height: 1.06667rem;
  box-sizing: border-box;
  margin: 0.466667rem 0 0.493333rem 0;
  padding: 0 0.453333rem;
}
section .personal_trainer .class_review .voice img {
  width: 100%;
  height: 100%;
}
section .personal_trainer .class_review .change {
  text-align: center;
  color: #ff3300;
  font-weight: 600;
}
section .personal_trainer .transverse_line {
  width: 9.09333rem;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 2.186667rem;
  left: 0.453333rem;
  right: 0.453333rem;
}
section iframe {
  width: 100%;
  margin: -0.6rem auto -1.4rem auto;
}
section .bg {
  width: 91.5%;
  margin: 0.2rem auto 0 auto;
  position: relative;
}
section .bg img {
  display: block;
  width: 100%;
}
section .bg .QRcode {
  width: 100%;
  padding: 0.85rem 0 2.11rem 0;
  text-align: center;
}
section .bg .QRcode img {
  width: 2.67rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

section .bg .QRcode p {
  margin-top: 0.27rem;
  text-align: center;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.32rem;
}
section .bg .form {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 0rem 0rem 0.37rem 0.37rem;
  padding: 0.64rem 0.45rem 0.43rem 0.45rem;
}
section .bg .form h3 {
  font-size: 0.36rem;
  text-align: center;
  font-weight: 400;
  color: #666;
  line-height: 0.56rem;
}

section .bg .form .form-phone {
  margin-top: 0.6rem;
}
section .bg .form h3 span {
  color: #ff3300;
}
section .bg .form p {
  width: 100%;
  height: 1.06667rem;
  position: relative;
  margin-top: 0.4rem;
}
section .bg .form p input {
  width: 8rem;
  height: 1.06667rem;
  background: #f7f7f7;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  padding-left: 0.386667rem;
  border-radius: 0.1rem;
  border: 1px solid #ccc;
}
section .bg .form p .btn {
  width: 8.1rem;
  height: 1.17rem;
  background: linear-gradient(
    39deg,
    rgba(255, 116, 47, 1) 0%,
    rgba(255, 51, 0, 1) 100%
  );
  border-radius: 0.67rem;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  right: 0;
  line-height: 1.17rem;
  font-size: 0.42rem;
  padding: 0;
  border: none;
  color: white;
  outline: none;
  margin: 0 auto;
}
section .bg .form p .btn:active,
section .bg .form p .btn:focus {
  box-shadow: none;
  background-image: linear-gradient(
    39deg,
    rgba(255, 116, 47, 1) 0%,
    rgba(255, 51, 0, 1) 100%
  );
}
section .bg .form h4 {
  margin-top: 0.43rem;
  width: 100%;
  height: auto;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular;
  color: gray;
  line-height: 0.533333rem;
  text-align: center;
}

.form-code .submit-btn2 {
  width: 34%;
  line-height: 0.91rem;
  height: 0.91rem;
  background: linear-gradient(
    39deg,
    rgba(255, 116, 47, 1) 0%,
    rgba(255, 51, 0, 1) 100%
  );
  border-radius: 0.67rem;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 0.35rem;
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  color: #fff !important;
  border: none;
  outline: none;
}
section .bg .form > div {
  width: 8.1rem;
  margin: 0 auto 0.28rem;
  position: relative;
  overflow: hidden;
  height: 1.17rem;
  background: rgba(246, 246, 246, 1);
  border-radius: 0.8rem;
}
section .bg .form > div .qh {
  line-height: 1.17rem;
}
section .bg .form .form-code input {
  text-indent: 0.58rem;
}
section .bg .form > div input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 0.36rem;
  background: none;
  text-indent: 0.3rem;
}
