@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;
}
*::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: 20px;
    }
}
@media (min-width: 360px) {
    html {
        font-size: 23px;
    }
}
@media (min-width: 375px) {
    html {
        font-size: 25px;
    }
}

@media (min-width: 384px) {
    html {
        font-size: 28px;
    }
}
@media (min-width: 414px) {
    html {
        font-size: 30px;
    }
}
@media (min-width: 448px) {
    html {
        font-size: 33.8px;
    }
}
@media (min-width: 480px) {
    html {
        font-size: 36px;
    }
}
@media (min-width: 512px) {
    html {
        font-size: 38.2px;
    }
}
@media (min-width: 544px) {
    html {
        font-size: 38.4px;
    }
}
@media (min-width: 576px) {
    html {
        font-size: 40px;
    }
}
@media (min-width: 608px) {
    html {
        font-size: 42px;
    }
}
@media (min-width: 640px) {
    html {
        font-size: 44px;
    }
}
@media (min-width: 750px) {
    html {
        font-size: 56px;
    }
}

body {
    font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 1.42857143;
    color: #333;
    background: #f0f0f0;
    min-width: 300px;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #c3c3c3;
}
input[type="text"]:focus {
    outline: 0;
}
p {
    font-size: 10px;
}
/**==========
工具样式
==========**/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden !important;
}
.text-hide {
    /** 隐藏文本，比如logo下边的H1 **/
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.small {
    font-size: 50%;
    margin-left: 10px;
}
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.to-wrap {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
ul,
li {
    list-style: none;
}
.container {
    /* max-width: 994px; */
    padding: 10px;
    /* margin: 0 auto; */
}
.top {
    background: url(../image/bg.png) no-repeat;
    background-size: 100% 100%;
    height: 2.96rem;
    padding: 0.191rem 0.428rem;
}
p.top-p {
    font-size: 0.785rem;
    color: white;
    margin-top: 0.1785rem;
}
.rn {
    text-align: right;
    font-size: 0.3214rem;
    color: #c5c5c5;
}
.rn-tag {
    text-align: right;
    font-size: 0.3928rem;
    color: #ffffff;
}
p.part-title {
    font-size: 0.642rem;
    font-weight: bold;
    margin-bottom: 0.4285rem;
}
p.dtc {
    margin-top: 0.178rem;
}
p.flow {
    margin-top: 0.178rem;
}
section {
    padding: 0.232rem 0.5rem;
    position: relative;
}
span.vehicle-title {
    display: block;
    color: #4e4e4e;
    font-size: 0.321rem;
}
span.vehicle-value {
    color: #2e2e2e;
    font-size: 0.428rem;
    font-weight: bold;
    display: block;
    margin: 0.053rem 0px 0.16rem;
    line-height: 100%;
    line-height: 30px;
    word-break: break-all;
    margin-right: 30px;
}
.vehicle-ul-left li {
    list-style: none;
    width: 50%;
    float: left;
}
ul.vehicle-ul-left {
    width: 11.321rem;
    display: flex;
    flex-wrap: wrap;
}
li.last-li {
    width: 100%;
}
.notice {
    border-right: 2px solid white;
    padding-right: 5px;
}
p.weak-line {
    border-bottom: 1px dashed #979797;
    height: 13px;
    margin: 0 auto;
    width: calc(100% - 33px);
    width: calc(100% - 33px);
    width: -moz-calc(100% - 33px);
    width: -webkit-calc(100% - 33px);
    width: calc(100% - 33px);
}
.middle {
    margin-top: 14px;
    border-radius: 8px;
    background: #ffffff;
}
.line {
    width: 100%;
    height: 15px;
    background: white;
    position: relative;
}
span.dot1 {
    width: 25px;
    height: 25px;
    background: #f0f0f0;
    border-radius: 16px;
    position: absolute;
    left: -13px;
}
span.dot2 {
    width: 25px;
    height: 25px;
    float: left;
    background: #f0f0f0;
    border-radius: 16px;
    position: absolute;
    right: -13px;
    top: 0;
}
img.part-img {
    position: absolute;
    right: 0.75rem;
    top: 0.625rem;
    width: 1.964rem;
    height: 1.964rem;
}
ul.vehicle-ul-info {
    float: left;
    width: 6.415rem;
}
.vehicle-ul-info li {
    width: 100%;
    float: none;
}
.tit-title {
    font-size: 0.446rem;
}
.tit-value {
    font-size: 0.464rem;
    color: #4e4e4e;
    font-style: italic;
}
li.tit {
    margin-bottom: 0.461rem;
}
.toe-value {
}
.toe-title {
    color: #4e4e4e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbfbfb;
    padding: 0.338rem 0.267rem;
    /* border-radius: 10px; */
    margin-top: 0.178rem;
}
.toe-title span:first-child{
    font-size: 0.5rem;
}
.toe-sprend{
    display: flex;
    align-items: center;
}

.toe-title p {
    font-size: 0.464rem;
    width: calc(100% - 70px);
}
.vehicle-info {
    position: relative;
    z-index: 1;
}
img.public-logo {
    position: absolute;
    right: 1.589rem;
    top: 1.66rem;
    width: 3rem;
    height: 1.5rem;
    z-index: 1;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 0.1785rem;
    font-size: 0.428rem;
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.etc-icon {
    display: block;
    font-weight: 400;
    width: 0.457rem;
    height: 0.457rem;
    margin-right: 0.2rem;
    margin-bottom: 0.17rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../image/path@1x.png);
    background-size: contain;
    background-repeat: no-repeat;
}
span.description {
    display: inline-block;
    width: calc(100% - 1.06rem);
    width: -moz-calc(100% - 1.06rem);
    width: -webkit-calc(100% - 1.06rem);
    width: calc(100% - 1.06rem);
    font-weight: bold;
}
span.description-num {
    display: inline-block;
    width: 0.357rem;
    color: #4e4e4e;
    font-weight: bold;
}
.question-div {
    font-size: 0.464rem;
    margin-top: 0.214rem;
    border-radius: 10px;
    padding: 0.267rem 0.267rem;
    word-wrap:break-word;
    color: #4e4e4e;
}
.question-ul li {
    border-radius: 10px;
    background: #f0f0f0;
}
span.dtc-item {
    color: #b90101;
    font-size: 0.517rem;
    display: inline-block;
    font-weight: bold;
    width: 3.875rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
span.flow-item {
    color: #4e4e4e;
    font-size: 0.464rem;
    display: inline-block;
    width: calc(100% - 4.642rem);
    width: -moz-calc(100% - 4.642rem);
    width: -webkit-calc(100% - 4.642rem);
    width: calc(100% - 4.642rem);
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
span.dtc-value {
    display: inline-block;
    font-size: 0.464rem;
    text-align: right;
    color: #4e4e4e;
    width: calc(100% - 4.642rem);
    width: -moz-calc(100% - 4.642rem);
    width: -webkit-calc(100% - 4.642rem);
    width: calc(100% - 4.642rem);
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
span.flow-value {
    display: inline-block;
    font-size: 0.464rem;
    text-align: right;
    color: #4e4e4e;
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
.dtc-part {
    border-radius: 0 0 10px 10px;
    padding: 0 0.285rem 0.267rem;
    border-top: 1px solid #dedede;
    background: #f0f0f0;
}
.flow-part {
    padding: 0 0.285rem 0.267rem;
    background: #f0f0f0;
}
.question-ul li {
    border-radius: 10px;
    background: #f3f3f3;
}
span.icon-style {
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.769rem;
    height: 0.767rem;
    float: right;
    margin-right: 11px;
}
.bad {
    background: url(../image/bad@1x.png);
}
.good {
    background: url(../image/good@1x.png);
}
.close {
    display: none;
}
i.etc-icon.etc-close {
    transform: rotateX(180deg);
    top: -2px;
    right: 0.457rem;
}
p.dtc-dec {
    font-size: 0.464rem;
    font-weight: bold;
}
@media (max-width: 375px) {
    .top {
        background: url(../image/bg.png) no-repeat;
        background-size: 100% 100%;
        height: 4rem;
    }
    ul.vehicle-ul-info {
        float: left;
    }
    .notice {
        margin-top: 0.36rem;
    }
}
@media (max-width: 500px) {
    img.part-img {
        right: 0.35rem;
    }
}
@media (max-width: 615px) {
    img.part-img {
        right: 0.35rem;
    }
    img.public-logo {
        top: 2.4rem;
    }
}
.freeze-list {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    font-size: 0.464rem;
}
.dtc-part.collapse .freeze-list {
    display: none;
}
.dtc-part.collapse .etc-icon {
    transform: rotateX(180deg);
}
.freeze-list .list-item {
    line-height: 1.8;
    background-color: white;
    word-break: break-word;
}
.freeze-list .list-item-content span {
    display: inline-block;
}
.freeze-list .list-item-content span.freeze-title {
    width: 70%;
    padding-right: 5px;
}
.freeze-list .list-item-content span.freeze-value {
    width: 30%;
    text-align: right;
}
.fault-item.active .freeze-list {
    display: block;
}
.text-muted {
    color: #656565;
}
.icon-help {
    width: 0.75rem;
    position: absolute;
    margin-left: 3px;
}

.tc_1 {
    font-size: 0.785rem;
    color: white;
    margin-top: 0.1785rem;
}
.tc_2 {
    font-size: 0.3214rem;
    color: #c5c5c5;
    float: right;
}
.tc_3 {
    position: absolute;
    right: 1.289rem;
    top: 1rem;
    z-index: 1;
}
.tc_4 {
    color: #c91616;
    border: 1px solid #fbfbfb;
    padding: 0.138rem 0.267rem;
}
.tc_5 {
    border-radius: 10px;
}
.tc_6 {
    color: #4e4e4e;
    background: #fbfbfb;
    padding: 0.138rem 0.267rem;
}
.tc_7 {
    color: #b90101;
}
.tc_8 {
    background: #fff;
    font-size: 0.464rem;
    padding: 0.167rem 0.567rem;
    border: 1px solid rgba(237, 237, 237, 1);
    border-top: 0px;
    color: #4e4e4e;
}
.tc_9 {
    font-size: 0.464rem;
    padding: 0.267rem 0.267rem;
    color: #4e4e4e;
    border: 1px solid rgba(237, 237, 237, 1);
}
.ly_voltages_1 {
    font-size: 0.464rem;
    padding: 0.267rem 0.267rem;
    color: #4e4e4e;
    border: 1px solid rgba(237, 237, 237, 1);
    display: flex;
    justify-content: space-between;
}
.ly_voltages_2 {
    padding-right: 0.638rem;
}
.ly_voltages_4 {
    background: #f3f3f3;
    margin-bottom: 0.2rem;
}

.ly_cde_container {
    padding: 5px;
    background: #cccccc;
}
.ly_cde_top {
    background: #ffffff;
    padding: 0.191rem 0.428rem;
    color: #000000;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.ly_cde_top_1 {
    font-size: 1rem;
    width: 100%;
}
.ly_cde_top_2 {
    font-size: 0.785rem;
}
.ly_cde_bs_1 {
    position: relative;
    padding-bottom: 0.02rem;
    font-size: 0.9rem !important;
}

.ly_cde_bs_1_img1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    width: 30%;
}
.ly_cde_middle {
    background: #cccccc;
    margin-top: 5px;
}

.ly_cde_1 {
    padding: 0.632rem 0 0.8285rem 0;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.ly_cde_1_1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.ly_cde_1_2 {
    border-bottom: 1px solid #dedede;
}
.ly_cde_1_3 {
    color: #000;
    font-size: 0.921rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #dedede;
    height: 100%;
    /* padding: 0 0.5rem; */
}
.ly_cde_1_4 {
    padding: 0.5rem;
    width: 40%;
    border-right: 1px solid #dedede;
    word-break: break-all;
    display: flex;
    align-items: center;
}
.ly_cde_1_5 {
    padding: 0.5rem;
    font-weight: bold;
    width: 60%;
    background: #ededed;
    word-break: break-all;
    display: flex;
    align-items: center;
}
.ly_cde_1_6 {
    width: 100%;
    height: 100%;
    display: flex;
}

.badR {
    background: url(../image/badR.png);
}
.goodG {
    background: url(../image/goodG.png);
}
.ly_cde_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ededed;
    padding: 0.7rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0;
}
.ly_cde_2_1 {
    margin-right: 11px;
    width: 0.7rem;
}
.ly_cde_2_2 {
    display: flex;
    align-items: center;
    padding-right: 2%;
}
.ly_cde_2_11 {
    flex: none;
    background: url(../image/path_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
    height: 5vw;
}
.ly_cde_2_3 {
    background: #fff !important;
}
.ly_cde_2_4 {
    border: none;
    font-size: 0.764rem;
}
.ly_cde_2_5 {
    padding: 0.5rem;
    font-size: 0.864rem;
}
.ly_cde_2_5 .description,
.ly_cde_2_5 .description-num {
    font-weight: 400 !important;
}
.ly_cde_2_6,
.ly_cde_2_10 {
    padding: 0;
}
.ly_cde_2_7 {
    width: 25%;
    color: #db2525;
    font-size: 0.764rem;
}
.ly_cde_2_8 {
    width: 75%;
    font-size: 0.764rem;
}
.ly_cde_2_6:last-child .ly_cde_1_3 {
    border-bottom: 1px solid #dedede;
}
.ly_cde_2_9 {
    width: 25%;
    font-size: 0.764rem;
}
.ly_cde_2_10 {
    padding: 0;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #dedede;
}
