html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, PingFangSC-Regular, sans-serif;
  /** 刘海屏底部操作区域处理 */
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
	line-height: 1;
}
p{
  margin: 0;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** 图片未加载完成时展示骨架 */
img[data-status='load']{
  border: none;
  outline: none;
  display: inline-block;
  animation: skeleton-loading 1.4s ease infinite;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-loading{
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

header{
  width: 100vw;
  height: 12vw;
  padding: 0 3vw;
  box-sizing: border-box;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/mobile/header_bg.png) no-repeat center / cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(205, 167, 108, 0.23);
  z-index: 99;
}
.content{
  padding-top: 12vw;
}
#logo{
  width: 30vw;
  height: 9.8vw;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/logo.png) no-repeat center / contain;
}
.navigators{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 3vw;
}
.navigators a{
  text-decoration: none;
}
.navigator-item{
  padding: 1vw 2vw;
  color: #cda76c;
}
.navigator-item.selected{
  font-weight: bold;
  color: #F3DCB2;
}
#withMenu{
  position: relative;
  font-size: 3vw;
}
#withMenu svg{
  vertical-align: middle;
}
#withMenu .down-selector {
  display: none;
  position: absolute;
  left: 50%;
  top: 8.5vw;
  z-index: 999;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
}
#withMenu .down-selector-item {
  height: 7.8vw;
  line-height: 7.8vw;
  text-align: center;
  white-space: nowrap;
  padding: 0 1.4vw;
  display: block;
  color: #cda76c;
  font-size: 3vw;
}
.down-selector-item:not(:last-child) {
  border-bottom: 1px solid rgba(205, 167, 108, 0.23);
}
#topBanner{
  width: 100%;
  height: 62vw;
}
.summary{
  width: 100%;
  height: 128vw;
  background-color: #fff;
  position: relative;
}
.brand, .sale{
  position: absolute;
  left: 6.4vw;
  top: 10vw;
  font-size: 3vw;
  color: #A8731E;
  font-family: 'HYYakuHei-HEW';
}
#brand-num, #sale-count{
  font-size: 8vw;
  font-weight: bold;
}
.sale{
  left: 6.4vw;
  top: 18vw;
}
#bikeFeature{
  width: 87.24vw;
  height: 66.329333vw;
  position: absolute;
  left: 6.4vw;
  top: 18.533333vw;
}
#features{
  width: calc(100% - 6vw);
  position: absolute;
  left: 3vw;
  bottom: 8vw;
}
.report{
  width: 100%;
  height: 133.333333vw;
  padding: 4vw 4.45vw;
  box-sizing: border-box;
  background-color: #F5F3EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.switcher{
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  position: absolute;
  top: 45vw;
  z-index: 9;
  background: transparent no-repeat center / contain;
}
div.switcher-left{
  left: 2vw;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/switcher-left.png);
}
div.switcher-right{
  right: 2vw;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/switcher-right.png);
}
.report-navis-wrapper{
  width: 95.55vw;
  height: 6.8vw;
  margin: 0 0 4vw;
  align-self: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}
.report-navis-wrapper::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  display: none;
}
.report-navis{
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.report-navis-item{
  width: 14vw;
  height: 4.4vw;
  background-color: #fff;
  margin-right: 1.333333vw;
  color: #A2A2A2;
  font-size: 2.5vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 安卓手机行内文案垂直居中必设置 */
  line-height: normal;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
div.selected-navi{
  color: #fff;
  background: linear-gradient(180deg, #F2D8AC, #E2A645);
}
.report-sub-title{
  text-align: center;
  font-size: 2.5vw;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.133333vw;
}
#report-chart{
  width: 80.31vw;
  height: 47.381333vw;
  overflow: hidden;
  margin: 2.4vw 0 6vw;
  position: relative;
}
#report-chart img{
  height: 100%;
}
#report-chart>div{
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
  opacity: 0;
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity ease-out 0.2s;
}
#report-chart>div.leftHide{
  animation: hideLeft 0.2s ease-out;
}
#report-chart>div.rightHide{
  animation: hideRight 0.2s ease-out;
}
#report-chart>div:first-child{
  opacity: 1;
  /* display: block; */
}
.report-conclusion{
  width: 91.09vw;
  height: 55.725333vw;
  padding: 10.2vw 6vw 11.5vw;
  box-sizing: border-box;
  position: relative;
  display: table;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/mobile/conclusion.png) no-repeat center / contain;
}
.report-conclusion p{
  font-size: 2.4vw;
  line-height: 4.5vw;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #909090;
  letter-spacing: 0.066667vw;
  display: table-cell;
  vertical-align: middle;
  text-indent: 2em;
}
#viewDetails{
  width: 31.87vw;
  height: 8.93vw;
  line-height: 8.93vw;
  position: absolute;
  left: calc(50% - 15.935vw);
  bottom: 3vw;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/mobile/view_conclusion.png) no-repeat center / contain;
}
.evaluation-os{
  width: 100%;
  height: 160vw;
  padding: 5vw 0 8vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#evaluationOsTitle{
  width: 53vw;
  height: 8vw;
  margin-bottom: 3.5vw;
}
.evaluation-os-desc{
  margin-bottom: 8.6vw;
  text-align: center;
  font-size: 2.5vw;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 2.5vw;
  color: #000000;
}
#aiBannerBg{
  width: 100%;
  height: 112.908vw;
  position: absolute;
  bottom: 10.4vw;
}
#aiBanner{
  width: 80.21vw;
  height: 112.908vw;
  position: absolute;
  left: 9.895vw;
  bottom: 10.4vw;
  z-index: 2;
}
#viewScoreBtn{
  width: 28.184vw;
  height: 31.08vw;
  position: absolute;
  left: 58.266667vw;
  bottom: 54.266667vw;
  z-index: 3;
}
#next{
  width: 15.037333vw;
  height: 10.873333vw;
  position: absolute;
  left: 42.487vw;
  bottom: -5.436667vw;
  z-index: 9;
}
.feature-details{
  width: 100%;
  height: 215vw;
  padding-top: 5.5vw;
  box-sizing: border-box;
  background-color: #F5F3EF;
  display: flex;
  flex-direction: column;
}
.evaluation-part{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.feature-desc{
  width: 33.33vw;
  position: absolute;
}
.desc-title{
  line-height: 4.6vw;
  letter-spacing: 0.4vw;
  font-size: 4vw;
  font-weight: 600;
  color: #000;
  margin-bottom: 2vw;
}
.desc-detail{
  color: #909090;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4.2vw;
}
.desc-detail span{
  color: #18A2E7;
  font-size: 3.1vw;
  font-weight: 500;
}
#ridePic{
  width: 100%;
  height: 44.933333vw;
}
.ride-desc{
  left: 8vw;
  top: 8vw;
}
.combine-part{
  width: 100%;
  display: inline-flex;
}
#drivePic, #energyPic{
  width: 100%;
  height: 77.866667vw;
}
.drive-desc, .energy-desc{
  left: 8vw;
  bottom: 7vw;
}
#antiThiefPic, #entertainmentPic{
  width: 100%;
  height: 40vw;
}
.antiThief-desc{
  top: 8vw;
  right: 6vw;
}
.entertainment-desc{
  top: 8vw;
  left: 8vw;
}
.hardware{
  width: 100%;
  height: 308.133333vw;
  padding-top: 5.5vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-title, .evaluation-os-title, .report-title{
  margin-bottom: 3.5vw;
  font-size: 4vw;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: bold;
  line-height: 5vw;
  color: #000;
  text-align: center;
  letter-spacing: 0.4vw;
}
.hardware-sub-title{
  margin-bottom: 5vw;
  font-size: 2.5vw;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 2.5vw;
  color: #000000;
  text-align: center;
  letter-spacing: 0.2vw;
}
#basePic{
  width: 100%;
  height: 37.968vw;
}
.base-desc{
  left: 6vw;
  top: 8vw;
}
#controlPic, #comfortablePic{
  width: 100%;
  height: 86.666667vw;
}
.control-desc, .comfortable-desc{
  left: 8vw;
  top: 8vw;
}
#actPic, #safetyPic, #durablePic{
  width: 100%;
  height: 40vw;
}
#waterproofPic{
  width: 100%;
  height: 45vw;
}
.act-desc{
  right: 8vw;
  top: 8vw;
}
.durable-desc{
  left: 8vw;
  top: 8vw;
}
.waterproof-desc{
  left: 8vw;
  bottom: 14vw;
}
.safety-desc{
  left: 8vw;
  top: 6vw;
}
@keyframes hideLeft {
  to {
    transform: translate3d(-50px, 0, 0);
  }
}
@keyframes hideRight {
  to {
    transform: translate3d(50px, 0, 0);
  }
}
