/*mixin混入*/
/*rem适配主流机型*/
@media screen and (min-width: 320px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 412px) {
  html {
    font-size: 20.6px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 20.7px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 21.2px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 37.5px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 51.2px;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 54px;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif;
}
html,
body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
}
html .content,
body .content {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #FAF6F4;
}
html .content .top_div,
body .content .top_div {
  height: 100%;
  position: relative;
}
html .content .top_div .img_right,
body .content .top_div .img_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.28rem;
  max-width: 99px;
}
html .content .top_div .img_left,
body .content .top_div .img_left {
  position: absolute;
  left: 0;
  top: 4.98666667rem;
  width: 2.18666667rem;
  max-width: 41px;
}
html .content .top_div .img_word,
body .content .top_div .img_word {
  width: 10.18666667rem;
  max-width: 191px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}
html .content .top_div .img_car,
body .content .top_div .img_car {
  width: 17.86666667rem;
  max-width: 335px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
html .content .top_div .img_background,
body .content .top_div .img_background {
  width: 100%;
  position: absolute;
  top: 15.30666667rem;
  left: 0;
}
html .content .top_div .quoted,
body .content .top_div .quoted {
  width: 18.72rem;
  max-width: 351px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
html .foot,
body .foot {
  width: 100%;
  max-width: 750px;
  height: 2.66666667rem;
  max-height: 50px;
  padding-top: 0.53333333rem;
  background-color: #ffffff;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  text-align: center;
  font-size: 0;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.06);
}
html .btn,
body .btn {
  display: none;
  margin: 0.48rem auto;
  margin: 0 auto;
  font-size: 19px;
  color: white;
  text-align: center;
  width: 16.53333333rem;
  max-width: 310px;
  line-height: 40px;
  height: 2.13333333rem;
  max-height: 40px;
  border-radius: 0.32rem;
  background-color: #FF7e01;
}
html .toast_download,
body .toast_download {
  width: 13.33333333rem;
  max-width: 250px;
  position: absolute;
  bottom: 55px;
  transform: translateX(-50%);
}
html .isShow,
body .isShow {
  display: block !important;
}
html .detaile_show,
body .detaile_show {
  display: none;
  position: relative;
}
html .detaile_show .detaile,
body .detaile_show .detaile {
  display: inline-block;
  width: 8.8rem;
  max-width: 165px;
  line-height: 39px;
  height: 39px;
  font-size: 18px;
  border-radius: 0.21333333rem;
  border: 1px solid #FF6700;
  color: #FF6700;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 0.8rem;
}
html .detaile_show .download,
body .detaile_show .download {
  display: inline-block;
  width: 8.8rem;
  max-width: 165px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 0.21333333rem;
  background-color: #FF6700;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
}
html .detaile_show .toast,
body .detaile_show .toast {
  width: 5.33333333rem;
  max-width: 100px;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}
