@charset "UTF-8";
body,
div,
section,
p,
h1,
h2,
ul,
ol,
li,
small,
button,
textarea {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
*::before,
*::after {
  box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/* @media (max-width: 320px){html{font-size: 18px;} } */
@media (min-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 5px;
  }
}

@media (min-width: 384px) {
  html {
    font-size: 6px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.42857143;
  color: #333;
  background: #f7f7f7;
  min-width: 300px;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #c3c3c3;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.mini-width {
  text-align: center;
  flex: none !important;
}

.container {
  padding: 2.4rem;
}
.red_text {
  color: #ff0000;
}
.green_text {
  color: #3ed3a3;
}
.flex_6{
  flex: 6 !important;
}
.adas_icon {
  background: #3280DF;
  color: #fff;
  border-radius: 10px;
  font-size: 0.6rem;
  padding: 0.1rem 0.4rem;
  height: 1rem;
  margin-left: .8rem;
}
.top_header {
  align-items: center;
}
.top_header .text_avater {
  color: #3280DF;
  font-weight: 800;
  font-size: 2.6rem;
}
.top_header h1 {
  font-size: 3.6rem;
}
.header {
  margin: 1.8rem 0;
}
.header p {
  align-items: center;
  font-size: 2rem;
  padding: 0.2rem 1rem;
}

.header p span:last-child {
  font-size: 1.8rem;
  color: rgba(117, 117, 117, 1);
}

.middle,
.business-info,
.vehicle-info,
.pre-diagnostic {
  width: 100%;
}

.business-info,
.vehicle-info {
  font-weight: 600;
  font-size: 1.6rem;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.business-info-item {
  box-sizing: border-box;
  background: #fff;
  width: calc(50% - 2px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0.8rem;
  margin-right: 2px;
  margin-bottom: 2px;
}

.business-info-item span:first-child {
  padding-right: .5rem;
}
.business-info-item span:last-child {
  color: rgba(79, 79, 79, 1);
  font-weight: 400;
  word-break: break-word;
}
.vehicle-info {
  margin-top: 1rem;
}
.diagnosic_header {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
}
.pre-diagnostic header {
  margin: 2rem 0;
  width: 100%;
}
.diagnostic_title {
  font-weight: 600;
  font-size: 2.4rem;
}
.diagnostic_title .red_pre {
  height: 100%;
  width: 0.6rem;
  background: #3280DF;
  margin-right: 0.6rem;
}
.diagnostic2_title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0.8rem 0;
}
.diagnostic2_title .red_pre {
  height: 100%;
  width: 0.3rem;
  background: #3280DF;
  margin-left: 1rem;
  margin-right: 0.6rem;
}
.diagnosic_header .diagnostic_time {
  color: rgba(117, 117, 117, 1);
  font-size: 1.6rem;
  padding-right: .4rem;
}
.diagnostic_data {
  flex-wrap: wrap;
}
.diagnostic_data .diagnosic_item:first-child{
  font-weight: 600;
}
.diagnosic_item {
  display: flex;
  width: 100%;
  align-items: center;
}
.diagnosic_item2 {
  width: 100%;
  margin: 0 auto;
  margin-left: 1.8rem;
}
.diagnosic_item p {
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 2rem;
  margin-bottom: 2px;
  font-size: 1.6rem;
  flex: 1;
  height: calc(100% - 2px);
  margin-right: 2px;
  word-break: break-all;
}
.diagnosic_item2 p {
  background: #fff;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  margin-bottom: 2px;
  font-size: 1.2rem;
  flex: 1;
  margin-right: 2px;
}
.diagnosic_item2 p:last-child {
  margin-right: 0px;
}

.diagnosic_item p:last-child {
  margin-right: 0;
  display: inline;
}
