.car_report {
  margin: auto;
  background: #fff;
  width: 1144px;
}
.car_report .red {
  color: #ff4200 !important;
}
.car_report .report_module {
  margin-bottom: 35px;
}
.car_report .report_module .report_hd {
  height: 90px;
  background: #f2f2f2;
}
.car_report .report_module .report_hd .num {
  width: 20px;
  background: #ff4200;
  color: #fff;
  height: 90px;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
  float: left;
}
.car_report .report_module .report_hd .title {
  float: left;
  margin-left: 20px;
  padding-top: 20px;
}
.car_report .report_module .report_hd .title .main_title {
  font-size: 24px;
  line-height: 25px;
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
}
.car_report .report_module .report_hd .title .sub_title {
  font-size: 14px;
  line-height: 25px;
  color: #444;
}
.car_report .report_module .report_hd .promise {
  float: right;
  width: 400px;
  margin-right: 20px;
}
.car_report .report_module .report_hd .promise .desc {
  width: 320px;
  float: left;
  font-size: 24px;
  color: #666;
  text-align: right;
  padding-top: 30px;
  padding-right: 10px;
}
.car_report .report_module .report_hd .promise .desc.desc-small-f {
  padding-top: 24px;
  font-size: 18px;
}
.car_report .report_module .report_hd .promise .icon {
  float: right;
  width: 61px;
  height: 61px;
  margin-top: 15px;
}
.car_report .report_module .report_hd .promise .icon-tui {
  background: url(../../images/detail/tui.png) no-repeat;
}
.car_report .report_module .report_hd .promise .icon-xiu {
  background: url(../../images/detail/xiu.png) no-repeat;
}
.car_report .report_module .report_bd {
  border-top: none;
}
.clear-flt:after {
  content: '';
  display: table;
  clear: both;
}
.report-tip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/detail/report-tip.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.tip-text {
  color: #CCCCCC;
  font-size: 14px;
  margin-left: 10px;
}
.record-tip-popup {
  width: 390px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
  z-index: 500;
}
.record-tip-popup .arrow {
  background: url(../../images/detail/report-tip-arrow.png) no-repeat;
  width: 50px;
  height: 16px;
  display: block;
  position: absolute;
  top: -16px;
  left: 50px;
  right: auto;
}
.record-tip-popup .tip-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.record-tip-popup .tip-summary {
  font-size: 14px;
  line-height: 25px;
  color: #999;
}
.record-tip-popup.arrow-right .arrow {
  background: url(../../images/detail/report-tip-arrow.png) no-repeat;
  width: 50px;
  height: 16px;
  display: block;
  position: absolute;
  top: -16px;
  right: 50px;
  left: auto;
}
.rule-popup {
  width: 700px;
  height: 450px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 3px #aaa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.rule-popup .hd {
  font-size: 16px;
  line-height: 70px;
  padding-left: 30px;
}
.rule-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../images/detail/rule-close.png);
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}
.rule-popup .bd {
  padding: 20px 70px;
}
.wrapper.report-type-promise-report .report_module .report_hd .num {
  background-color: #666;
}
.wrapper.report-type-promise-report .report_summary {
  height: 420px;
}
.wrapper.report-type-promise-report .report_summary .summary-box {
  position: relative;
  float: left;
  margin-left: 450px;
  width: 670px;
  padding-top: 70px;
}
.wrapper.report-type-promise-report .report_summary .summary-box .title {
  position: absolute;
  left: -450px;
}
.wrapper.report-type-promise-report .report_summary .summary-box .summary-cont {
  margin-top: 0px;
}
.wrapper.report-type-promise-report .report_important .item .hd {
  min-height: 50px;
}
.report_important .item .wrapper {
  padding: 50px;
}
.report_important .item .hd {
  color: #333;
}
.report_important .item .hd .num {
  float: left;
  font-size: 50px;
  line-height: 50px;
}
.report_important .item .hd .title {
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.report_important .item .hd .sub-title {
  font-size: 18px;
  margin-left: 40px;
  line-height: 30px;
  color: #333;
}
.report_important .con .item {
  border-bottom: 1px solid #eee;
}
.report_important .con-3 .banjin {
  border-bottom: none;
}
.report_important .con-1-1 {
  width: 104%;
}
.report_important .con-1-1 .item {
  width: 48%;
  float: left;
}
.report_important .con-1-1 .item:last-child {
  border-right: none;
}
.report_important .con-1-1 .fadongji {
  border-right: none;
}
.report_important .banjin img {
  display: block;
  margin: 30px auto;
}
.report_important .tips {
  line-height: 30px;
  margin: 20px 0;
  font-size: 14px;
  margin-left: 40px;
  color: #999;
}
.report_important .tips .normal i,
.report_important .tips .nonormal i {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #999;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
}
.report_important .tips .nonormal i {
  background: #7dbeff;
  border: 1px solid #7dbeff;
}
.report_important .tips .desc {
  color: #999;
}
.report_important .tips .desc i {
  color: #999;
  display: inline-block;
  width: 15px;
}
.report_important .pics {
  position: relative;
  height: 494px;
}
.report_important .pics .pic {
  width: 954px;
  height: 494px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.report_important .pics .pic-main {
  width: 954px;
  height: 494px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../../images/detail/report-i1-main.png?t=20141223') no-repeat;
}
.report_important .pics .pic-1 {
  background: url('../../images/detail/report-i1-1.png?t=20141223') no-repeat;
}
.report_important .pics .pic-2 {
  background: url('../../images/detail/report-i1-2.png?t=20141223') no-repeat;
}
.report_important .pics .pic-3 {
  background: url('../../images/detail/report-i1-3.png?t=20141223') no-repeat;
}
.report_important .pics .pic-4 {
  background: url('../../images/detail/report-i1-4.png?t=20141223') no-repeat;
}
.report_important .pics .pic-5 {
  background: url('../../images/detail/report-i1-5.png?t=20141223') no-repeat;
}
.report_important .pics .trigger {
  position: absolute;
  width: 200px;
  height: 100px;
}
.report_important .pics .trigger-1 {
  left: 80px;
  top: 370px;
}
.report_important .pics .trigger-2 {
  left: 730px;
  top: 370px;
}
.report_important .pics .trigger-3 {
  left: 30px;
  top: 30px;
}
.report_important .pics .trigger-4 {
  left: 730px;
  top: 30px;
}
.report_important .pics .trigger-5 {
  left: 430px;
  top: 370px;
}
.report_important .row2 .huoshao .hd {
  background: url('../../images/detail/report_i1-icon1.png?t=20141223') no-repeat right center;
}
.report_important .row2 .shuijin .hd {
  background: url('../../images/detail/report_i1-icon2.png?t=20141223') no-repeat right center;
}
.report_important .row2 .fadongji .hd {
  background: url('../../images/detail/report_i1-icon3.png?t=20141223') no-repeat right center;
}
.safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
}
.safety-list .safety-item {
  float: left;
  width: 50%;
  height: 505px;
  padding: 45px 45px 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.safety-list .safety-item.brake-system {
  height: 385px;
}
.safety-list .safety-item .safety-item-hd .safety-item-hd-index {
  position: relative;
  top: -8px;
  float: left;
  width: 40px;
  font-size: 52px;
}
.safety-list .safety-item .safety-item-hd .safety-item-hd-name {
  margin-right: 40px;
  font-size: 16px;
  margin-bottom: 4px;
}
.safety-list .safety-item .safety-item-hd .safety-item-hd-name .report-tip {
  margin-left: 10px;
}
.safety-list .safety-item .safety-item-hd .safety-item-hd-summary {
  font-size: 18px;
}
.safety-list .safety-item .safety-item-bd {
  padding-top: 70px;
}
.safety-list .lft,
.safety-list .rht {
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.safety-list .full {
  width: 100%;
}
.histogram {
  position: relative;
  margin: 0 auto;
}
.histogram:after {
  content: '';
  display: table;
  clear: both;
}
.histogram:after {
  content: '';
  display: table;
  clear: both;
}
.histogram:after {
  content: '';
  display: table;
  clear: both;
}
.histogram.with-x .x-axis {
  display: block;
}
.histogram.with-y .y-axis {
  display: block;
}
.histogram.with-y .chart-content {
  margin-left: 73px;
}
.histogram .y-axis {
  position: absolute;
  display: none;
  font-size: 14px;
  top: 0;
  left: 0;
}
.histogram .y-axis .y-scale-item {
  position: absolute;
  width: 100%;
  color: #aaa;
  line-height: 16px;
  margin-top: -8px;
  text-align: right;
}
.histogram .y-axis .y-scale-item:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -14px;
  height: 8px;
  width: 8px;
  background-image: url('../../images/detail/histgram-arrow-toright.png');
  background-repeat: no-repeat;
}
.histogram .x-axis {
  float: right;
  display: none;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 2px solid #eeeeee;
  font-size: 16px;
}
.histogram .x-axis:after {
  content: '';
  display: table;
  clear: both;
}
.histogram .x-axis:after {
  content: '';
  display: table;
  clear: both;
}
.histogram .x-axis:after {
  content: '';
  display: table;
  clear: both;
}
.histogram .x-axis .x-scale-item {
  float: left;
  text-align: center;
  overflow: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.histogram .chart-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.histogram .chart-content .chart-bar {
  position: relative;
  float: left;
  background-color: #f2f2f2;
  overflow: hidden;
}
.histogram .chart-content .chart-bar .bar-value,
.histogram .chart-content .chart-bar .guideLine {
  position: absolute;
  left: 0;
  right: 0;
}
.histogram .chart-content .chart-bar .bar-value {
  bottom: 0;
  background-color: #d5d5d5;
  -webkit-transition: background-color 300ms ease 500ms;
  -moz-transition: background-color 300ms ease 500ms;
  -ms-transition: background-color 300ms ease 500ms;
  transition: background-color 300ms ease 500ms;
}
.histogram .chart-content .chart-bar .bar-value:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  background-color: #d5d5d5;
  -webkit-transition: background-color 300ms ease 500ms;
  -moz-transition: background-color 300ms ease 500ms;
  -ms-transition: background-color 300ms ease 500ms;
  transition: background-color 300ms ease 500ms;
}
.histogram .chart-content .chart-bar .bar-value.normal {
  background-color: #29ba6f;
}
.histogram .chart-content .chart-bar .bar-value.normal:after {
  background-color: #29ba6f;
}
.histogram .chart-content .chart-bar .bar-value.danger {
  background-color: #ff4200;
}
.histogram .chart-content .chart-bar .bar-value.danger:after {
  background-color: #ff4200;
}
.histogram .chart-content .chart-bar .bar-value.danger .value-text {
  color: #000;
}
.histogram .chart-content .chart-bar .bar-value .value-text {
  position: absolute;
  width: 100%;
  font-size: 14px;
  text-align: center;
  bottom: 50px;
  color: #eee;
}
.histogram .chart-content .chart-bar .guideLine {
  border-top: 2px dashed #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.antifreeze .safety-item-bd {
  position: relative;
  padding-right: 40px;
}
.antifreeze .safety-item-bd .histogram {
  margin-top: -30px;
}
.antifreeze .safety-item-bd .histogram .chart-content .chart-bar {
  z-index: 100;
}
.antifreeze .safety-item-bd .histogram .chart-content .chart-bar .value-text {
  bottom: -26px;
  z-index: 100;
}
.antifreeze .safety-item-bd .bottom-ball {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  margin-top: -10px;
  background-color: #d5d5d5;
  -webkit-transition: background-color 300ms ease 500ms;
  -moz-transition: background-color 300ms ease 500ms;
  -ms-transition: background-color 300ms ease 500ms;
  transition: background-color 300ms ease 500ms;
}
.antifreeze .safety-item-bd .bottom-ball.normal {
  background-color: #29ba6f;
}
.antifreeze .safety-item-bd .bottom-ball.danger {
  background-color: #ff4200;
}
.brake-system.safety-item .safety-item-bd {
  padding-top: 10px;
}
.brake-system .brake-system-list {
  width: 600px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}
.brake-system .brake-system-list .brake-system-item {
  padding: 16px 30px 16px 0;
  border-top: 1px solid #eeeeee;
}
.brake-system .brake-system-list .brake-system-item:after {
  content: '';
  display: table;
  clear: both;
}
.brake-system .brake-system-list .brake-system-item:after {
  content: '';
  display: table;
  clear: both;
}
.brake-system .brake-system-list .brake-system-item:after {
  content: '';
  display: table;
  clear: both;
}
.brake-system .brake-system-list .brake-system-item .brake-system-icon {
  float: left;
  width: 14px;
  height: 14px;
  background: url("../../images/detail/config-normal.png") no-repeat;
  margin-right: 8px;
  margin-top: 5px;
}
.brake-system .brake-system-list .brake-system-item .item-name {
  float: left;
  width: 145px;
  margin-right: 20px;
}
.brake-system .brake-system-list .brake-system-item .item-detail {
  float: left;
  max-width: 350px;
}
.brake-system .brake-system-list .brake-system-item .item-detail ol.detail-list {
  list-style: decimal;
  margin-left: 24px;
}
.brake-system .brake-system-list .brake-system-item.first {
  border-top: none;
}
.brake-system .brake-system-list .brake-system-item.warn {
  color: #ff4200;
}
.brake-system .brake-system-list .brake-system-item.warn .brake-system-icon {
  background: url("../../images/detail/config-abnormal.png") no-repeat;
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.report_control * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.report_control .costum-slide-ctn {
  padding-bottom: 95px;
}
.report_control .costum-slide-ctn .content,
.report_control .costum-slide-ctn .road,
.report_control .costum-slide-ctn .indicator {
  list-style: none;
  padding: 0;
  width: 860px;
  margin: 0 auto;
}
.report_control .costum-slide-ctn .content {
  position: relative;
  height: 430px;
}
.report_control .costum-slide-ctn .content .slide-item {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transition: opacity 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
  -moz-transition: opacity 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
  -ms-transition: opacity 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
  transition: opacity 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms;
  display: none\9;
}
.report_control .costum-slide-ctn .content .slide-item.active {
  opacity: 1;
  z-index: 100;
  -webkit-transition: opacity 0ms ease 0ms, z-index 0ms ease 0ms;
  -moz-transition: opacity 0ms ease 0ms, z-index 0ms ease 0ms;
  -ms-transition: opacity 0ms ease 0ms, z-index 0ms ease 0ms;
  transition: opacity 0ms ease 0ms, z-index 0ms ease 0ms;
  display: block\9;
}
.report_control .costum-slide-ctn .content .slide-item.active .car-and-info .guide-lines,
.report_control .costum-slide-ctn .content .slide-item.active .car-and-info .info-item {
  opacity: 1;
  -webkit-transition: opacity 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 150ms;
  -moz-transition: opacity 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 150ms;
  -ms-transition: opacity 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 150ms;
  transition: opacity 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 150ms;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background-repeat: no-repeat;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .guide-lines {
  position: absolute;
  z-index: 50;
  background-repeat: no-repeat;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .guide-lines,
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item {
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item {
  position: absolute;
  width: 370px;
  z-index: 100;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-icon {
  float: left;
  position: relative;
  top: 3px;
  display: block;
  width: 14px;
  height: 14px;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text {
  margin-left: 20px;
  overflow: hidden;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-title,
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-detail {
  font-size: 14px;
  line-height: 1.35;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-title {
  color: #666;
  margin-bottom: 2px;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-detail {
  color: #9F9F9F;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-detail ol {
  list-style: decimal inside;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item .info-text .info-text-detail ul {
  list-style: none;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.good .info-icon {
  background: url("../../images/detail/config-normal.png") no-repeat;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.warn .info-text .info-text-title,
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.warn .info-text .info-text-detail {
  color: #ff4200;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.warn .info-icon {
  background: url("../../images/detail/config-abnormal.png") no-repeat;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.right-dir {
  width: 250px;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.right-dir .info-icon {
  float: right;
}
.report_control .costum-slide-ctn .content .slide-item .car-and-info .info-item.right-dir .info-text {
  margin-right: 20px;
  margin-left: 0;
  text-align: right;
}
.report_control .costum-slide-ctn .content .slide-item.control-start .car-and-info .guide-lines {
  width: 130px;
  height: 190px;
  top: 79px;
  left: 323px;
  background-image: url("../../images/detail/guideline-start.png?t=20141223");
}
.report_control .costum-slide-ctn .content .slide-item.control-accelerate .car-and-info .guide-lines {
  width: 300px;
  height: 162px;
  top: 119px;
  left: 153px;
  background-image: url("../../images/detail/guideline-acc.png?t=20141223");
}
.report_control .costum-slide-ctn .content .slide-item.control-steady .car-and-info .guide-lines {
  width: 345px;
  height: 233px;
  top: 79px;
  left: 123px;
  background-image: url("../../images/detail/guideline-steady.png?t=20141223");
}
.report_control .costum-slide-ctn .content .slide-item.control-turn .car-and-info .guide-lines {
  width: 238px;
  height: 237px;
  top: 46px;
  left: 261px;
  background-image: url("../../images/detail/guideline-turn.png?t=20141223");
}
.report_control .costum-slide-ctn .content .slide-item.control-brake .car-and-info .guide-lines {
  width: 205px;
  height: 214px;
  top: 86px;
  left: 268px;
  background-image: url("../../images/detail/guideline-brake.png?t=20141223");
}
.report_control .costum-slide-ctn .content .no-slide {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 1;
}
.report_control .costum-slide-ctn .content .no-slide.car-shake {
  height: 149px;
  width: 426px;
  top: auto;
  right: auto;
  left: 61px;
  background: url("../../images/detail/car_shake.gif") no-repeat;
}
.report_control .costum-slide-ctn .content .no-slide.car-shake .wheel {
  position: absolute;
  bottom: 0;
  height: 58px;
  width: 58px;
  background: url("../../images/detail/wheel.gif") no-repeat;
  z-index: 50;
}
.report_control .costum-slide-ctn .content .no-slide.car-shake .wheel.wheel-back {
  left: 64px;
}
.report_control .costum-slide-ctn .content .no-slide.car-shake .wheel.wheel-front {
  left: 315px;
}
.report_control .costum-slide-ctn .road {
  height: 20px;
  background-image: url("../../images/detail/road.gif");
  background-repeat: no-repeat;
}
.report_control .costum-slide-ctn .indicator {
  height: 50px;
  width: 860px;
  margin-top: 50px;
}
.report_control .costum-slide-ctn .indicator .idc-item {
  float: left;
}
.report_control .costum-slide-ctn .indicator .idc-item:after {
  content: '';
  display: table;
  clear: both;
}
.report_control .costum-slide-ctn .indicator .idc-item:after {
  content: '';
  display: table;
  clear: both;
}
.report_control .costum-slide-ctn .indicator .idc-item:after {
  content: '';
  display: table;
  clear: both;
}
.report_control .costum-slide-ctn .indicator .idc-item .idc-line {
  float: left;
  display: block;
  height: 2px;
  width: 45px;
  background-color: #cccccc;
  margin-top: 24px;
}
.report_control .costum-slide-ctn .indicator .idc-item .idc-target {
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 2px solid #cccccc;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  color: #cccccc;
  cursor: pointer;
  background-color: #fff;
}
.report_control .costum-slide-ctn .indicator .idc-item.first {
  margin-left: 215px;
}
.report_control .costum-slide-ctn .indicator .idc-item.active .idc-target {
  color: #fff;
  border-color: #29ba6f;
  background-color: #29ba6f;
}
.report_control .costum-slide-ctn .car-and-info .info-item.fire-switch {
  left: 82px;
  top: 70px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.start-engine {
  left: 442px;
  top: 70px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.fire-loops {
  left: 442px;
  top: 142px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.spark-plug {
  left: 442px;
  top: 216px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.petrol-pump {
  left: 442px;
  top: 109px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.fuel-pressure-regulator {
  left: 442px;
  top: 170px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.injection-nozzle {
  left: 442px;
  top: 224px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.drive-shaft {
  left: 458px;
  top: 134px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.axle-shaft {
  left: 458px;
  top: 184px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.back-arm {
  width: 250px;
  left: -125px;
  top: 70px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.back-cantilever-hub {
  width: 250px;
  left: -125px;
  top: 146px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.back-damper {
  left: 458px;
  top: 69px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.steering-box {
  left: 19px;
  top: 72px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.draglink {
  left: 19px;
  top: 149px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.front-arm {
  left: 488px;
  top: 36px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.power-steering-pump {
  left: 488px;
  top: 92px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.power-assisted-steering {
  left: 488px;
  top: 144px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.front-damper {
  left: 488px;
  top: 199px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.brake-assist-pump {
  top: 77px;
  left: 22px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.brake-pump-hub {
  left: 462px;
  top: 78px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.brake-abs {
  left: 462px;
  top: 126px;
}
.report_control .costum-slide-ctn .car-and-info .info-item.brake-booster {
  left: 462px;
  top: 198px;
}
.car_report .report_config .report_hd .promise {
  width: 520px;
}
.car_report .report_config .report_hd .promise .desc {
  width: 445px;
}
.car_report .report_config .report_bd {
  height: 410px;
  padding: 40px;
  border-top: none;
}
.car_report .report_config .report_bd .config-table .config_legend {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.car_report .report_config .report_bd .config-table .config_legend .legenf-item {
  float: left;
  height: 30px;
  margin-right: 30px;
}
.car_report .report_config .report_bd .config-table .config_legend .legenf-item i {
  display: block;
  float: left;
  margin-right: 10px;
}
.car_report .report_config .report_bd .config-table .config_legend .legenf-item span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.car_report .report_config .report_bd .config-table .config-detail {
  color: #333;
  font-size: 14px;
  padding-top: 5px;
}
.car_report .report_config .report_bd .config-table .config-detail .config-left {
  margin-right: 120px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box {
  float: left;
  width: 470px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item {
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-name {
  width: 250px;
  float: left;
  border-bottom: 1px solid #EDEDED;
  margin-right: 20px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont {
  width: 200px;
  border-bottom: 1px solid #EDEDED;
  float: left;
  height: 30px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont .con-exist {
  float: left;
  width: 100px;
  padding-left: 20px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont .con-exist .jiapei {
  margin-left: -4px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont .con-exist .nopei {
  margin-left: 0px;
}
.car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont .con-state {
  float: left;
  width: 50px;
}
.car_report .report_config .report_bd .config-table .biaopei {
  width: 10px;
  height: 10px;
  background: url("../../images/detail/biaopei.png") no-repeat;
  margin-top: 10px;
}
.car_report .report_config .report_bd .config-table .jiapei {
  width: 16px;
  height: 15px;
  background: url("../../images/detail/jiaopei.png") no-repeat;
  margin-top: 6px;
}
.car_report .report_config .report_bd .config-table .nopei {
  width: 8px;
  height: 2px;
  background: #8C8C8C;
  margin-top: 14px;
}
.car_report .report_config .report_bd .config-table .config-normal {
  width: 14px;
  height: 14px;
  background: url("../../images/detail/config-normal.png") no-repeat;
  margin-top: 8px;
}
.car_report .report_config .report_bd .config-table .config-abnormal {
  width: 14px;
  height: 14px;
  background: url("../../images/detail/config-abnormal.png") no-repeat;
  margin-top: 8px;
}
.car_report .report_config .report_bd .config-table .config-nopei {
  width: 8px;
  height: 2px;
  margin-left: 2px;
  background: #8C8C8C;
  margin-top: 14px;
}
.report_summary {
  height: 600px;
}
.report_summary .level-card {
  height: 410px;
  width: 450px;
  float: left;
  padding-top: 90px;
}
.report_summary .level-card .card-stage {
  width: 256px;
  height: 297px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
}
.report_summary .level-card .card-stage .card-box {
  width: 256px;
  height: 297px;
  -webkit-transform: rotateY(0deg);
  -webkit-transition: all ease 600ms;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  position: relative;
}
.report_summary .level-card .card-stage .card-box .card-cont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 600ms;
  background: url(../../images/detail/level.png) no-repeat;
  width: 256px;
  height: 297px;
  -webkit-background-size: cover;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  z-index: 20;
}
.report_summary .level-card .card-stage .card-box .card-cont p {
  text-align: center;
  font-size: 100px;
  color: #FF571A;
  font-weight: bold;
  line-height: 290px;
}
.report_summary .level-card .card-stage .card-box .card-rule {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 600ms;
  width: 256px;
  height: 297px;
  -webkit-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  cursor: normal;
  z-index: 10;
}
.report_summary .level-card .card-stage .card-box .card-click {
  z-index: 5 !important;
}
.report_summary .level-card .card-trans {
  -webkit-transform: rotateY(180deg) !important;
}
.report_summary .level-card .card-trans .card-rule {
  z-index: 20!important;
}
.report_summary .level-card .look-rule {
  color: #999;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.report_summary .summary-box {
  float: left;
  width: 670px;
  padding-top: 70px;
}
.report_summary .summary-box .title {
  height: 65px;
}
.report_summary .summary-box .title .text {
  float: left;
  color: #333;
  font-size: 48px;
  font-weight: bold;
}
.report_summary .summary-box .title .report-num {
  float: right;
  font-size: 14px;
  margin-top: 40px;
  padding-right: 20px;
}
.report_summary .summary-box .title .report-num span {
  color: #999;
}
.report_summary .summary-box .title .report-num em {
  color: #FF4400;
}
.report_summary .summary-box .summary-info {
  margin-top: 20px;
}
.report_summary .summary-box .summary-info p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.report_summary .summary-box .summary-cont {
  margin-top: 30px;
}
.report_summary .summary-box .summary-cont .cont-item {
  border-top: 1px solid #ededed;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.report_summary .summary-box .summary-cont .cont-item .name {
  color: #333;
  float: left;
  width: 120px;
}
.report_summary .summary-box .summary-cont .cont-item .resule {
  color: #999;
  float: left;
}
.report_summary .summary-box .summary-declear {
  margin-top: 25px;
  line-height: 1.75;
  font-size: 14px;
  color: #999;
}
.report_module.report_important.report_versionb {
  border: none;
}
.report_module.report_important.report_versionb .versionb-hd {
  padding: 40px 20px;
}
.report_module.report_important.report_versionb .versionb-hd .promise-title {
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  color: #ff571a;
}
.report_module.report_important.report_versionb .versionb-hd .promise-content {
  margin-top: 15px;
  font-size: 18px;
  color: #999;
}
.report_module.report_important.report_versionb .report_bd {
  border: 1px solid #eee;
}
.report_module.report_important.report_versionb .huoshao,
.report_module.report_important.report_versionb .shuijin {
  border-bottom: none;
}
@media screen and (max-width: 1250px) {
  .car_report {
    width: 1022px;
  }
  .onsale-summary .onsale-tab {
    width: 1022px;
  }
  .onsale-summary .onsale-tab .sub-item {
    width: 1008px;
  }
  .report_summary .level-card {
    width: 338px;
  }
  .car_report .report_module .report_hd .promise .desc {
    font-size: 20px;
  }
  .car_report .report_module .report_hd .title .sub_title {
    font-size: 12px;
  }
  .car_report .report_config .report_bd .config-table .config-detail .config-left {
    margin-right: 110px;
  }
  .car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-name {
    width: 150px;
  }
  .car_report .report_config .report_bd .config-table .config-detail .detail-box .config-item .config-cont {
    width: 240px;
  }
  .car_report .report_config .report_bd .config-table .config-detail .detail-box {
    width: 410px;
  }
}
