@charset "utf-8";

:not(.fwbhtml *) {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
  font-family: "微软雅黑";
  /* text-align: justify; */
  line-height: 1.07;
  list-style-type: none;
}

/* 	white-space: pre-wrap; word-break: break-all;word-wrap: break-word; */
/* 置白  filter: grayscale(100%) brightness(600%); */

textarea {
  width: 100%;
  display: block;
  white-space: pre-wrap;
  resize: none;
}

html {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font: 12px/1.5 sans-serif, arial, "MicrosoftJhengHei", 华文细黑, STHeiti,
    MingLiu;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

div a,
div img {
  display: block;
  outline: none;
}

img {
  pointer-events: auto !important;
}

input {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.flex {
  display: flex;
}

.float {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.zhong {
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.xend {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexCenter {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.flexFloat {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.slh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slhTwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
}

input,
p {
  margin-bottom: 0;
  padding: 0;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

button,
input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

select {
  width: 100%;
  border: none;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
  padding: 0 15px;
  color: #999999;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  background-size: 1rem;
}

button:after {
  border: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

image,
img {
  display: block;
}

.fileInput {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}

.pthui {
  cursor: default;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #999 !important;
  background-color: #d9d9d9;
}

.kuan {
  width: 100%;
  padding: 0 16px;
}

.img_bai {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zhan {
  position: relative;
}

.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.popZhong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* pagebody */

/* // 暂无数据
 <div class="ptend_gao" v-else>
                 <div class=" ptend_div">
                     <img src="../../../static/user/wu.png" />
                     <p>没有找到匹配的结果</p>
                     <span>建议您修改关键词重新搜索</span>
                 </div>
             </div> */

.ptend_div p {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.ptend_div > span {
  text-align: center;
  font-size: 14px;
  color: #737373;
  display: block;
  margin-top: 8px;
}

.ptend_div img {
  width: 243px;
  height: 146px;
  margin: 0 auto 20px auto;
}

.ptend_div {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ptend_gao {
  height: calc(100vh - 448px);
  width: 100%;
}

/* 富文本解析 */

.fwbhtml {
  line-height: normal;
}

.fwbhtml img,
.fwbhtml video {
  display: initial;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
}

.ptgdt {
  overflow: auto;
}

.ptgdt::-webkit-scrollbar {
  display: none;
}

.head_menu {
  width: 100%;
  background-color: #fff;
  height: 44px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.head_menu > h6 {
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #1a1a1a;
}

.head_menu img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* ------ */

.tcjf {
  width: 100%;
  background: url("../image/tj_bg.png") no-repeat left 44px #f5f5f5;
  background-size: 100% 164px;
  padding: 190px 6px 0 6px;
}

.tcjf_dz {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
}

.tcjf_dz img {
  width: 16px;
  height: 19px;
}

.tcjf_dz p {
  width: calc(100% - 14px);
  padding-left: 7px;
  font-size: 16px;
  color: #1a1a1a;
}

.tcjf_box {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 10px 55px 10px;
  margin-top: 2px;
}

.tcjf_box p {
  padding-left: 10px;
  color: #1a1a1a;
  font-size: 16px;
}

.tcjf_car {
  padding-top: 18px;
}

.tcjf_box figure {
  padding: 15px 0;
}

.tcjf_box figure img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.tcjf_box figure figcaption {
  font-size: 14px;
  color: #5a5f66;
}

.btn {
  margin-top: 47px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  height: 16px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, #2e90ff, #2470f8);
}

/* details */

.details {
  padding: 59px 10px 65px 10px;
}

.details_footer {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 10px 15px;
}

.details_footer p {
  font-size: 15px;
  color: #1a1a1a;
}

.details_footer p span {
  color: #ff7302;
  font-size: 17px;
  font-weight: bold;
}

.details_btn {
  width: 150px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  height: 16px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, #2e90ff, #2470f8);
}

.details_top {
  border-radius: 8px;
  padding: 19px 19px 41px 19px;
  position: relative;
  z-index: 0;
  background: linear-gradient(to right, #2e90ff, #2470f8);
}

.details_top > img {
  width: 71.5px;
  height: 80.5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carLabel {
  min-width: 102px;
  height: 38px;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  width: fit-content;
  /* padding: 0 20px; */
}

.carLabel span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  padding: 0 10px 0 10px;
  letter-spacing: 1px;
}

.carLabel::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 19px;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: solid 1px #fff;
}

.LIMEGREEN::before {
  content: "";
  width: 39px;
  height: 100%;
  background-color: #ecc30b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: none;
  border: none;
  border-radius: 0;
}

/* 车牌 */
.carWhite,
.WHITE {
  border: solid 1px #dbdbdb;
  background: #f5f5f5 !important;
  color: #1a1a1a !important;
}

.carYellow,
.YELLOW {
  border: solid 1px #fbbd0a;
  background: #fbbd0a;
}

.carGreen,
.GREEN {
  border: solid 1px #008662;
  background: #008662;
}

.carYellowGreen,
.LIMEGREEN {
  /* border: solid 1px #dbdbdb; */
  background: #77ce69;
  padding-left: 7px !important;
}

.carWhiteGreen {
  color: #1a1a1a !important;
  border: solid 1px #dbdbdb;
  background: -webkit-linear-gradient(#fdfdfc, #58c247);
  background: -o-linear-gradient(#fdfdfc, #58c247);
  background: -moz-linear-gradient(#fdfdfc, #58c247);
  background: linear-gradient(#fdfdfc, #58c247);
}

.carBlack,
.BLACK {
  border: solid 1px #000000;
  background: #000000;
}

.carBlue,
.BLUE {
  background: #2470f8;
  border: solid 1px #1d6adf;
}

.carRed {
  background: #e82121;
  border: solid 1px #e82121;
}

.details_top > span {
  color: #fff;
  padding-top: 8px;
  font-size: 16px;
  display: block;
  position: relative;
  z-index: 2;
  line-height: normal;
}

.details_bai {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 15px;
  margin: -12px auto 0 auto;
  width: calc(100% - 10px);
}

.details_head {
  padding: 26px 0;
  border-bottom: solid 1px #f5f5f5;
}

.details_head p {
  font-size: 16px;
  color: #1a1a1a;
}

.details_head p i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../image/cra.png") no-repeat left top;
  background-size: 100% 100%;
  margin-right: 5px;
}

.details_txt {
  padding: 26px 0;
}

.details_txt p:first-child {
  padding-top: 0;
}

.details_txt p {
  padding-top: 15px;
  font-size: 14px;
  color: #1a1a1a;
}

.details_txt p span {
  color: #ff7302;
  font-weight: bold;
}

.zw {
  padding-top: 40px;
}

.zw img {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}
