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 {
	line-height: 1;
}
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;
}


.wrapper{
  width: 100%;
  min-width: 1350px;
  min-height: 100vh;
  padding-top: 115px;
  background-color: #fff;
}
.header{
  width: 100%;
  height: 115px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #221c1b;
}
.header-wrapper{
  width: 1000px;
  height: 114px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-header-wrapper, .right-header-wrapper{
  display: flex;
  align-items: center;
}
#logo{
  width: 233px;
  height: 74px;
  margin-right: 30px;
  display: block;
  background: url(https://cdn-file.ludashi.com/web/lds_lab/logo.png) no-repeat 50%/cover;
  position: relative;
  cursor: pointer;
}
#logo::after{
  content: "";
  width: 1px;
  height: 50px;
  background-color: #ffd490;
  display: block;
  position: absolute;
  top: 12px;
  right: -5px;
}
.search-wrapper{
  width: 180px;
  height: 28px;
  border-radius: 14px;
  box-sizing: border-box;
  border: 1px solid #f3d39e;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #f3dcb2;
  font-size: 12px;
}
#type-selector{
  width: 78px;
  height: 26px;
  padding: 4px 4px 4px 7px;
  box-sizing: border-box;
  line-height: 18px;
  cursor: pointer;
  position: relative;
}
.down-selector{
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -215px;
}
.down-selector-item{
  width: 133px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  white-space: nowrap;
  display: block;
  color: #a9997d;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(205, 167, 108, 0.23);
  position: relative;
}
.down-selector-item:last-child {
  border: none;
}
.down-selector-item:hover, .down-selector-item.selected{
  color: #CDA76C;
  font-weight: bold;
}
.down-selector-item:hover::after, .down-selector-item.selected::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #CDA76C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#type-selector::after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 5px;
  right: 1px;
  border-style: solid;
  border-width: 5px;
}
#type-selector.up::after{
  border-color: transparent transparent #f3d39e;
}
#type-selector.down::after{
  top: 10px;
  border-color: #f3d39e transparent transparent;
}
#key-selector{
  width: 75px;
  height: 100%;
  padding-left: 5px;
  border: none;
  font-size: 12px;
  color: #f3d39e;
  outline: none;
  background-color: transparent;
}
#key-selector::-webkit-input-placeholder{
  color: #8b785c;
}
#key-selector::-moz-placeholder{
  color: #8b785c;        
}
#key-selector:-ms-input-placeholder{
  color: #8b785c;        
}
#selector-icon{
  width: 14px;
  height: 14px;
  margin: 1px 10px 0 0;
  cursor: pointer;
  background: url(https://cdn-file.ludashi.com/web/lds_lab/search.png) no-repeat 50%/contain;
}
#weibo-link, #wechat-link{
  width: 18px;
  height: 15px;
  margin-left:11px;
  cursor: pointer;
}
#weibo-link{
  display: block;
  background: url(https://cdn-file.ludashi.com/web/lds_lab/weibo.png) no-repeat center / contain;
}
#wechat-link{
  position: relative;
  background: url(https://cdn-file.ludashi.com/web/lds_lab/weixin.png) no-repeat center / contain;
}
#wechat-link:hover .wechat-qrcode-wrapper{
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.wechat-qrcode-wrapper{
  width: 148px;
  height: 189px;
  padding: 9px 0 5px;
  box-sizing: border-box;
  position: absolute;
  left: -65px;
  bottom: -200px;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.2s ease-out ;
}
.wechat-qrcode-wrapper p{
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.wechat-qrcode-wrapper img{
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.wechat-qrcode-wrapper::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: 5px;
  position: absolute;
  left: 69px;
  top: -10px;
}
.right-header-wrapper{
  width: 425px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-header-wrapper a{
  text-decoration: none;
}
.right-header-wrapper .navigator-item{
  text-decoration: none;
  color: #a9997d;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
.right-header-wrapper .navigator-item:hover {
  color: #CDA76C;
  font-weight: bold;
}
.right-header-wrapper .navigator-item:hover::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #CDA76C;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.right-header-wrapper .hoverdrop {
  position: relative;
}
.hoverdrop-base {
  color: #CDA76C;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  /* font-weight: lighter; */
  cursor: pointer;
  vertical-align: 1px;
  position: relative;
}
.hoverdrop-base:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #CDA76C;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translateX(-50%);
}
.hoverdrop-base:hover +.hoverdrop-selector {
  display: block;
}
.hoverdrop-selector {
  display: none;
  padding-top: 49px;
  position: absolute;
  left: 50%;
  top: 17px;
  z-index: 999;
  transform: translateX(-50%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.hoverdrop-selector:hover {
  display: block;
}
.hoverdrop-selector-item {
  width: 133px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  white-space: nowrap;
  display: block;
  color: #a9997d;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(205, 167, 108, 0.23);
  position: relative;
}
.hoverdrop-selector-item:last-child {
  border: none;
}
.hoverdrop-selector-item:hover {
  color: #CDA76C;
  font-weight: bold;
}
.hoverdrop-selector-item:hover:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #CDA76C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.top-banner{
  width: 100%;
  /* height: 749px; */
  /* background-color: #777; */
  /* background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/car_evaluation_title.png) no-repeat center / cover; */
  /* position: relative; */
}
.summary-intro{
  width: 1350px;
  margin: 0 auto;
  height: 1526px;
  padding: 80px 0 144px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.brand, .sale{
  margin-bottom: 40px;
  color: #A8731E;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 100px;
}
#brand-num, #sale-count{
  font-size: 60px;
  font-weight: 850000;
  font-family: 'HYYakuHei-HEW';
}
.intro-car{
  width: 956px;
  height: 717px;
  position: absolute;
  top: 290px;
  left: 218px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/summary_intro_car.png) no-repeat center / contain;
}
.feature{
  width: 220.38px;
  height: 242.86px;
  position: absolute;
}
.comfortable{
  top: 240px;
  right: 240px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/feature_comfortable.png) no-repeat center / contain;
}
.anti-theft{
  top: 517px;
  right: 1020px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/feature_anti-theft.png) no-repeat center / contain;
}
.stable{
  top: 635px;
  right: 112px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/feature_stable.png) no-repeat center / contain;
}
.disadvantages{
  width: 1139.44px;
  height: 409.42px;
  position: absolute;
  left: calc(50% - 569.72px);
  bottom: 144px;
  display: flex;
  justify-content: space-between;
}
.disadvantages-item{
  width: 313.22px;
  height: 100%;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/disadvantage1.png) no-repeat center / contain;
}
.disadvantages-item:nth-child(2){
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/disadvantage2.png) no-repeat center / contain;
}
.disadvantages-item:nth-child(3){
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/disadvantage3.png) no-repeat center / contain;
}
.evaluation{
  width: calc(100% - 594px);
  height: 1800px;
  min-width: 1310px;
  margin: 36px auto 0;
  background-color: #FFF;
}
.evaluation-mian-title{
  margin-bottom: 16px;
  font-size: 30px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
}
.evaluation-sub-title{
  margin-bottom: 43px;
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
  text-align: center;
  letter-spacing: 1.5px;
}
.evluation-pic-item{
  cursor: pointer;
  position: relative;
  box-shadow: 0px 6px 17px rgba(230, 220, 198, 0.65);
  background: #fff no-repeat center / 120%;
  transition: transform ease-out 0.5s;
}
.evluation-pic-item.zoomShow{
  transform: scale3d(1.05, 1.05, 1.05);
}
.pic-text{
  position: absolute;
  width: 285px;
}
.pic-text p{
  opacity: 0;
  position: relative;
  left: 0;
  bottom: -40px;
  transition: all 0.3s ease-out;
}
.pic-text p.fade-in{
  opacity: 1;
  bottom: 0;
}
.pic-text-title{
  line-height: 35px;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.pic-text-details{
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.pic-text-details span{
  color: #18A2E7;
  font-size: 17px;
  font-weight: 500;
}
.pics{
  width: 100%;
}
.top-left-text{
  left: 70px;
  bottom: 38px;
}
.bot-top-right-text{
  right: 45px;
  bottom: 140px;
}
.top-right-text{
  right: 20px;
  top: 30px;
}
.top-pics{
  width: 100%;
  height: 457px;
  margin-bottom: 39px;
  display: flex;
  justify-content: space-between;
}
.top-left{
  flex: 1;
  height: 100%;
  margin-right: 29px;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster1.png);
}
.top-right{
  flex: 2;
  height: 100%;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster2.png);
}
.mid-pics{
  width: 100%;
  height: 601px;
  margin-bottom: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mid-left{
  flex: 1;
  height: 100%;
  margin-right: 29px;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster5.png);
}
.mid-left-text{
  left: 70px;
  bottom: 33px;
}
.bot-mid-left-text{
  left: 70px;
  top: 70px;
}
.mid-right{
  width: 100%;
  height: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mid-right-top{
  width: 100%;
  height: 257px;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster3.png);
}
.mid-right-top-text{
  right: 20px;
  top: 80px;
}
.mid-right-bot{
  width: 100%;
  height: 306px;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster4.png);
}
.mid-right-bot-text{
  left: 49px;
  bottom: 94px;
}
.bot-pics{
  width: 100%;
  height: 457px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bot-left{
  flex: 2;
  height: 100%;
  margin-right: 29px;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster11.png);
}
.bot-left-text{
  left: 40px;
  top: 20px;
}
.bot-right{
  flex: 1;
  height: 100%;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster12.png);
}
.bot-right-text{
  left: 48px;
  bottom: 41px;
}
div.s{
  background-size: 124%;
}
.intelligent-evaluation{
  width: 100%;
  height: 2536px;
}
.intelligent-evaluation-top{
  width: 100%;
  height: 1237px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.intelligent-evaluation-top-main-title{
  width: 398px;
  height: 61px;
  margin: 36px auto 0;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/evaluation_mian_title.png) no-repeat center / contain;
}
.intelligent-evaluation-top-sub-title{
  text-align: center;
  font-size: 30px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: bold;
  line-height: 83px;
  color: #000000;
  letter-spacing: 1px;
}
.intelligent-evaluation-top-desc{
  margin-bottom: 65px;
  text-align: center;
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
}
.exchange{
  width: 1305px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exchange-left{
  width: 546.16px;
  height: 601.67px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/electric_car_empty.png) no-repeat center / contain, url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/intelligent_bg.png) no-repeat center / contain;
}
.exchange-arrow{
  width: 139.39px;
  height: 100.96px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/exchange_arrow.png) no-repeat center / contain;
}
.exchange-right{
  width: 546.16px;
  height: 601.67px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/electric_car_colorful.png) no-repeat center / 150%, url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/intelligent_bg.png) no-repeat center / contain;
}
.score{
  width: 1305px;
  height: 383px;
  position: absolute;
  left: calc(50% - 652.5px);
  bottom: 80px;
}
.score-text{
  color: #909090;
  font-size: 41px;
  font-weight: 400;
  line-height: 49px;
  font-family: FZLanTingHeiS-B-GB;
  letter-spacing: 3px;
}
.score-left{
  position: absolute;
  left: 150px;
  top: 115px;
}
.score-right{
  position: absolute;
  right: 85px;
  top: 120px;
}
.score-left:after, .score-right:after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7.5px);
  bottom: -20px;
  background-color: #DCAA58;
}
.score-mid{
  width: 347.56px;
  height: 383px;
  position: absolute;
  left: calc(50% - 173.78px);
  top: 0;
  cursor: pointer;
}
.score-mid div{
  width: 100%;
  height: 100%;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/score_mid.png) no-repeat center / contain;
  transition: transform ease-out 0.8s;
}
.score-mid:hover div{
  transform: rotateY(360deg);
}
.left-line{
  width: 218.27px;
  height: 46.5px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/left_line.png) no-repeat center / contain;
  position: absolute;
  left: calc(50% - 392.05px);
  top: 180px;
}
.right-line{
  width: 278.05px;
  height: 79.33px;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/right_line.png) no-repeat center / contain;
  position: absolute;
  right: calc(50% - 451.83px);
  top: 180px;
}
.next{
  width: 112.78px;
  height: 81.55px;
  position: absolute;
  left: calc(50% - 56.39px);
  bottom: -41.55px;
}
.next-item{
  width: 100%;
  height: 27.17px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/next.png);
  background-repeat: no-repeat;
  background-size: 100% 300%;
}
.first{
  top: 0;
  background-position: 0% 0%;
}
.second{
  top: 27.18px;
  background-position: 0% 51%;
}
.third{
  top: 54.36px;
  background-position: 0% 100%;
}
.evaluation-bot{
  width: 100%;
  padding: 93px 0 0;
  box-sizing: border-box;
  background-color: #F5F3EF;
}
.intelligent-evaluation-bot{
  width: calc(100% - 594px);
  min-width: 1310px;
  margin: 0 auto;
  height: 1205px;
}
div.ii{
  margin: 0;
}
div.iii{
  margin-right: 29px;
}
.report{
  position: relative;
}
.report:hover .switcher{
  opacity: 1;
}
.switcher{
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 220px;
  cursor: pointer;
  opacity: 0;
  background: transparent no-repeat center / contain;
  transition: all 0.3s ease-out;
}
.switcher:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.switcher-left{
  left: 20%;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/switcher-left.png);
}
.switcher-right{
  right: 20%;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/switcher-right.png);
}
.report-part{
  width: 100%;
  height: 925px;
  padding-top: 35px;
  box-sizing: border-box;
  background-color: #F5F3EF;
}
/* .report-navis{
  width: 872px;
  padding: 15px 0;
  margin: 0 auto;
  margin-bottom: 35px;
  overflow-x: auto;
  overflow-y: hidden;
} */
/* 设置滚动条的样式 */
/* .report-navis::-webkit-scrollbar {
  width: 8px;
  height: 12px;
} */
/* 滚动槽 */
/* .report-navis::-webkit-scrollbar-track {
  height: 6px;
  background-color: #FFDB9C;
  border-radius: 6px;
} */
/* 滚动条滑块 */
/* .report-navis::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFE6BC 0%, #E9B358 100%);
  box-shadow: 0px 5px 6px rgba(170, 99, 6, 0.2);
  border-radius: 6px;
} */
.report-navis{
  width: 1170px;
  height: 42px;
  border-radius: 21px;
  background-color: #fff;
  margin: 0 auto 35px;
  /* position: relative; */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.report-navis-item{
  min-width: 130px;
  height: 100%;
  /* float: left; */
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  color: #A2A2A2;
  /* position: absolute;
  top: 0; */
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}
div.selected-navi{
  background: linear-gradient(180deg, #F2D8AC, #E2A645);
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.report{
  margin: 0 auto;
}
.report-title{
  margin-bottom: 20px;
  font-size: 30px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: bold;
  line-height: 36px;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
}
.report-sub-title{
  text-align: center;
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
  letter-spacing: 1px;
}
.report-detail{
  width: 596px;
  height: 342px;
  margin: 18px auto 46px;
  background: transparent no-repeat center top / contain;
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/nineth_version.png);
}
.conclusion {
  width: 862px;
  height: 299.37px;
  margin: 0 auto;
  padding: 83px 21px 60px;
  box-sizing: border-box;
  position: relative;
  display: table;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/conclusion.png) no-repeat center / contain;
}
.view-conclusion{
  width: 172px;
  height: 43px;
  position: absolute;
  left: calc(50% - 86px);
  bottom: 17px;
  cursor: pointer;
  background: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/view_conclusion.png) no-repeat center / contain;
}
.conclusion p{
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  line-height: 30px;
  color: #909090;
  letter-spacing: 0.5px;
  text-indent: 2em;
  display: table-cell;
  vertical-align: middle;
}
.evaluation .top-left{
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster6.png);
}
.evaluation .top-right{
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster7.png);
}
.evaluation .mid-left{
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster8.png);
}
.evaluation .mid-right-top{
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster9.png);
}
.evaluation .mid-right-bot{
  background-image: url(https://cdn-file.ludashi.com/web/evaluation/e-car/img/poster10.png);
}
