:root {
  --primary-light: #00a0e91a;
  --text-blue: #00a0e9;
  --text-black: #192633;
  --text-333: #333;
  --text-444: #444;
  --text-666: #666D7F;
  --bg-gray: #f3f5f9;
  --date-gray: #9DA3B3;
  --line-gray: #F1F2F6;
  --bg-white: #FFFFFF;
  --text-orange: #FF5924;
  --text-red: #FF5050;
  --border-radius: 2px;
}

* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "microsoft yahei", Arial;
}

body {
  font-size: 16px;
  background: #fff;
}

ul li {
  list-style: none;
}

div,
ul,
li,
img,
dl,
dt,
dd,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0px;
  padding: 0px;
  border: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  text-decoration: none;
  font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="search"],
button {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

input {
  outline: none;
}

span:focus {
  outline: none;
}

img {
  display: block;
}

textarea {
  -webkit-appearance: none;
  border: none;
  outline: none;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

input[type=radio] {
  cursor: pointer;
  border: none;
  padding-left: 0;
  height: 15px;
  width: 15px;
  position: relative;
}

input[type=radio]:checked:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px -1px;
  background: #00a0e9;
  border: 1px solid #00a0e9;
}

input[type=radio]:checked:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px -1px;
  text-indent: 0px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%
}

::-webkit-input-placeholder {
  color: #8a9299;
}

input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.head-container {
  height: 44px;
}

.head-container .head-nav {
  height: 44px;
  position: relative;
  text-align: center;
}

.head-container .head-nav-back,
.head-container .head-nav-home,
.head-container .head-nav-search,
.head-container .head-nav-more {
  position: absolute;
  display: inline-block;
  top: 9px;
  cursor: pointer;
}

.head-container .head-nav-back {
  left: 15px;
}

.head-container .head-nav-home {
  left: 50px;
}

.head-container .head-nav-more {
  right: 17px;
}

.head-container .head-nav-search {
  right: 54px;
}

.head-container .head-nav-title {
  color: var(--text-black);
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  line-height: 44px;
  width: 50%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 25%;
}

.head-container .head-nav a > img {
  height: 26px;
}

.head-container .head-nav-button {
  width: auto;
  position: absolute;
  right: 15px;
  top: 8px;
  line-height: unset;
}

.head-container .head-nav-button input {
  height: 28px;
  font-size: 0.875rem;
  background: var(--text-blue);
  border-radius: 5px;
  border: none;
  width: 55px;
  color: #fff;
}

.head-channel-layer {
  display: none;
  position: relative;
  z-index: 9999;
}

.head-channel-layer .head-channel-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  left: 0;
  top: 0px;
}

.head-channel-container {
  position: absolute;
  z-index: 10;
  background: #fff;
  right: 15px;
  width: 74%;
  border-radius: 3px;
  padding: 10px 1%;
}

.head-channel-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 5px;
  top: -6px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.head-channel-fast ul li {
  float: left;
  width: 25%;
}

.head-channel-fast ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #192633;
  padding: 13% 0;
}

.head-channel-fast ul li a span {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}

.head-channel-fast ul li a span img {
  /* width: 35%; */
  height: 25px;
  display: block;
  margin: 0 auto;
}

.head-channel-fast ul li a strong {
  font-weight: normal;
  display: block;
  text-align: center;
}


.filter-container .head-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.filter-container {
  background-color: var(--bg-white);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.filter-container .filter-view {
  height: 40px;
  overflow: hidden;
  background: var(--bg-white);
  position: fixed;
  z-index: 10;
  top: 43px;
  width: 100%;
}

.filter-container .filter-view-list {
  display: block;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  top: 7px;
  left: 15px;
}



.filter-container .filter-view-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.filter-container .filter-view-item {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 6px;
  background-color: var(--primary-light);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: background-color 0.2s;
  height: 20px;
  line-height: 18px;
  cursor: pointer;
}

.filter-container .filter-view-item:last-child {
  margin-right: 30px
}

.filter-container .view-item-text {
  font-weight: 500;
  color: var(--text-blue);
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.filter-container .view-item-wrapper {
  display: inline;
}

.filter-container .view-item-close {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(//img.12365auto.com/images/m/public/ic_close_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: opacity 0.2s;
  vertical-align: middle;
  margin-left: 4px;
}


.filter-container .filter-list {
  width: 100%;
  background-color: var(--bg-gray);
  position: absolute;
  margin-top: 44px;
  height: calc(100% - 44px);
}

.filter-container .filter-left {
  width: 85px;
  background-color: var(--bg-gray);
  overflow: hidden;
  position: absolute;
  top: 40px;
  height: calc(100% - 108px);
}

.filter-container .filter-list-left {
  height: 100%;
  overflow-y: auto;
  width: 85px;
}

.filter-container .filter-left-item {
  padding: 20px 0;
  font-weight: 500;
  color: var(--text-333);
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
}

.filter-container .filter-left-item.active {
  background: var(--bg-white);
}


.filter-container .filter-right {
  padding: 0 10px 12px 12px;
  box-sizing: border-box;
  background-color: var(--bg-white);
  overflow-y: auto;
  margin-left: 85px;
  height: calc(100% - 50px);
  cursor: pointer;
}

.filter-container .filter-list-right {
  /* width: calc(100% - 90px); */
  margin-top: 40px;
}


.filter-list-right .filter-right-item {
  padding-top: 10px;
}

.filter-right-item .right-title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.filter-right-item .right-title-text {
  font-weight: 700;
  color: var(--text-333);
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.filter-right-item .right-title-rectangle {
  flex: 1;
  min-width: 0;
  height: 1px;
  background-color: var(--bg-gray);
}

.large-button-wrapper,
.right-date-wrapper {
  display: inline-block;
  width: calc(100% - 8px);
  margin: 0 4px;
  padding: 10px 0;
  background-color: var(--bg-gray);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
  box-sizing: border-box;
}

.large-button-text,
.right-date-text {
  font-weight: 400;
  color: var(--text-333);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.right-date .right-date-wrapper {
  width: calc((100% - 44px) / 2);
}

.right-date .right-date-to {
  color: var(--text-666);
  font-size: 12px;
  display: inline-block;
  width: 16px;
  text-align: center;
  padding: 0 5px;
}

.filter-right-multilayerpic,
.filter-right-multilayer,
.filter-right-general,
.right-date,
.right-large-button {
  width: 100%;
  margin-bottom: 10px;

}

.multilayerpic-group,
.multilayer-group {
  width: 100%;
}

.multilayerpic-item {
  display: inline-block;
  width: calc((100% - 25px) / 3);
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  box-sizing: border-box;
}

.multilayerpic-item:nth-child(3n) {
  margin-right: 0;
}

.multilayerpic-img {
  width: 100%;
  height: 36px;
  object-fit: cover;
  border-radius: var(--border-radius);
  margin-bottom: 4px;
}

.multilayerpic-title {
  display: inline-block;
  padding-top: 6px;
}

.multilayer-title {
  display: inline-block;
}

.filter-right-item .multilayerpic-text,
.filter-right-item .multilayer-text,
.filter-right-item .general-text {
  color: var(--text-333);
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
}

.filter-right-item .active .multilayer-text,
.filter-right-item .active .general-text,
.filter-right-item .active .large-button-text,
.filter-right-item .active .right-date-text {
  color: var(--bg-white);
}

.multilayerpic-title .arrow-bottom,
.multilayer-title .arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--text-444);
  vertical-align: middle;
}

.multilayerpic-title .arrow-up,
.multilayer-title .arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid var(--text-444);
  margin-left: 2px;
  vertical-align: middle;
}

.multilayerpic-group .multilayerpic-title .arrow-bottom.active {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--text-blue);
}

.multilayerpic-group .multilayerpic-title .arrow-up.active {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid var(--text-blue);
  border-top: 0
}

.multilayer-group .multilayer-title .arrow-bottom.active {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--bg-white);
}

.multilayer-group .multilayer-title .arrow-up.active {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid var(--bg-white);
  border-top: 0
}


.multilayerpic-childs,
.multilayer-childs {
  width: 100%;
  margin: 8px 0;
}

.multilayerpic-childs-item,
.multilayer-childs-item {
  display: inline-block;
  padding: 6px 4px;
  background-color: var(--bg-gray);
  border-radius: var(--border-radius);
  color: var(--text-333);
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-left: 6px;
  margin-bottom: 8px;
  box-sizing: border-box;
  min-width: calc((100% - 28px) / 3);
  text-align: center;
}

.multilayerpic-childs-item:nth-child(3n) {
  margin-right: 0;
}

.multilayer-item.active,
.multilayer-childs .active,
.multilayerpic-childs .active,
.right-general-item.active,
.large-button-wrapper.active,
.right-date-wrapper.active {
  background-color: var(--text-blue);
  color: var(--bg-white);
}


.multilayer-item,
.right-general-item {
  display: inline-block;
  padding: 8px 4px;
  background-color: var(--bg-gray);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: background-color 0.2s;
  margin: 0 4px 8px 4px;
  box-sizing: border-box;
  min-width: calc((100% - 24px) / 3);
  text-align: center;
}

.multilayer-item:nth-child(3n) {
  margin-right: 0;
}

.multilayerpic-group .active .multilayerpic-title .multilayerpic-text {
  color: var(--text-blue);
}

.multilayerpic-group .multilayerpic-item .icon-attr {
  height: 29px;
  position: unset;
  text-align: center;
  /* vertical-align: top; */
  margin-top: 5px;
  overflow: hidden;
  display: block;
  width: 100%;
}

.multilayerpic-group .multilayerpic-item .icon-attr::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(//img.12365auto.com/images/m/public/n_car2.png) no-repeat;
  background-size: 56px auto;
  width: 56px;
  height: 28px;
  margin-top: 2px;
}

.multilayerpic-group .multilayerpic-item .icon-attr12::before {
  background-position: 0 -7px;
}

.multilayerpic-group .multilayerpic-item .icon-attr13::before {
  background-position: 0 -55px;
}

.multilayerpic-group .multilayerpic-item .icon-attr7::before {
  background-position: 0 -102px;
}

.multilayerpic-group .multilayerpic-item .icon-attr8::before {
  background-position: 0 -147px;
}

.multilayerpic-group .multilayerpic-item .icon-attr9::before {
  background-position: 0 -195px;
}

.multilayerpic-group .multilayerpic-item .icon-attr10::before {
  background-position: 0 -244px;
}

.multilayerpic-group .multilayerpic-item .icon-attr23::before {
  background-position: 0 -289px;
}

.multilayerpic-group .multilayerpic-item .icon-attr11::before {
  background-position: 0 -999px;
}


.multilayerpic-group .active .icon-attr12::before {
  background-position: 0 -338px;
}

.multilayerpic-group .active .icon-attr13::before {
  background-position: 0 -386px;
}

.multilayerpic-group .active .icon-attr7::before {
  background-position: 0 -433px;
}

.multilayerpic-group .active .icon-attr8::before {
  background-position: 0 -478px;
}

.multilayerpic-group .active .icon-attr9::before {
  background-position: 0 -526px;
}

.multilayerpic-group .active .icon-attr10::before {
  background-position: 0 -575px;
}

.multilayerpic-group .active .icon-attr23::before {
  background-position: 0 -620px;
}

.multilayerpic-group .active .icon-attr11::before {
  background-position: 0 -1047px;
}

.filter-button-sure {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0;
  background: var(--bg-white);
  padding: 10px 0;
}

.filter-button-sure .button-sure-wapper {
  padding: 0 15px;
}

.button-sure-wapper .button-sure-text {
  display: block;
  background: var(--text-blue);
  color: var(--bg-white);
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
}


.filter-selectpage {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  left: 0;
  top: 0px;
  z-index: 11;
}

.selectpage-title {
  height: 44px;
  background: var(--bg-white);
  position: relative;
  text-align: center;
}

.selectpage-back {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 10px;
  left: 15px;
}

.selectpage-back img {
  height: 24px;
}

.selectpage-title-text {
  color: var(--text-black);
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  line-height: 44px;
  width: 50%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 25%;
}

.selectpage-wrapper-list {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.selectpage-list {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 70px;
}

.selectpage-list-subheading {
  padding: 6px 100px 6px 15px;
  background: linear-gradient(90deg, #F3F5F9 0%, white 100%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  height: 14px;
}

.selectpage-list-subheading span {
  font-size: 12px;
  text-transform: capitalize;
  line-height: 12px;
  word-wrap: break-word;
  font-weight: bold;
}

.selectpage-list-item li,
.selectpage-list-item2 li {
  line-height: 30px;
  align-self: stretch;
  padding: 10px 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.selectpage-list-item li img {
  float: left;
  width: 40px;
  height: 30px;
  margin-left: 15px;
}

.selectpage-list-item li .list-item-text,
.selectpage-list-item2 li .list-item-text {
  color: var(--text-black);
  font-size: 15px;
  word-wrap: break-word;
  padding: 0 15px;
  line-height: 20px;
  display: inline-block;
}

.selectpage-letter {
  position: fixed;
  right: 6px;
  z-index: 99;
  top: 47%;
  transform: translate(0, -40%);
}

.selectpage-letter a {
  display: block;
  color: var(--text-black);
  height: 16px;
  width: 16px;
  text-align: center;
  font-size: 0.6125rem;
  margin: 2px 0;
}

.selectpage-letter a.active {
  color: var(--bg-white);
  background-color: var(--text-black);
  border-radius: 16px;
  line-height: 16px;
  margin-bottom: 6px;
}

.selectpage-wrapper-list .series-list .selectpage-list-item li {
  height: 50px;
  padding: 0;
  align-items: center;
  display: inline-flex;
}

.selectpage-wrapper-list .series-list .selectpage-list-item img {
  width: 56px;
  height: 42px;
}

.selectpage-wrapper-list .model-list .list-item-price {
  line-height: 15px;
  color: var(--text-666);
  font-size: 0.75rem;
  padding: 6px 15px 0 15px;
}

.selectpage-wrapper-list .model-list .list-item-price .item-price-text {
  color: var(--text-orange);
}

.selectpage-wrapper-list .model-list .selectpage-list-item li {
  padding: 10px 0;
}


.selectpage-wrapper-slidelist {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  width: 80%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #fff;
}

.selectpage-bg-black {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 0;
  display: none;
  cursor: pointer;
}

.selectpage-wrapper-slidelist .selectpage-list-subheading:first-child {
  margin-top: 16px
}

.selectpage-wrapper-slidelist .list-item-haveprice,
.selectpage-wrapper-list .list-item-haveprice {
  display: inline-block;
}

.selectpage-wrapper-slidelist .list-item-haveprice span,
.selectpage-wrapper-list .list-item-haveprice span {
  display: block;
}

.list-item-haveprice .list-item-price {
  font-size: 12px;
  color: var(--text-orange);
  padding: 0 15px;
  line-height: 20px;
}

.list-item-haveprice .list-item-text {
  height: 22px;
}

.list-item-haveprice .list-item-modelcount {
  font-size: 0.75rem;
  color: var(--text-666);
  line-height: 18px;
  padding: 2px 15px;
}

.list-item-haveprice .list-item-modelcount i {
  background: url(//img.12365auto.com/images/m/public/ic_arrow_right_gray.png) no-repeat right;
  background-size: 10px;
  padding-right: 10px;
  height: 10px;
}

.selectpage-wrapper-slidelist .selectpage-list-item li img {
  height: 42px;
  width: 56px;
}

.selectpage-wrapper-slidelist .selectpage-list-item li {
  padding: 6px 0;
}

.gearYM,
.gearDate,
.gearDatetime,
.gearTime {
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.date_ctrl {
  vertical-align: middle;
  background-color: var(--bg-white);
  color: var(--text-black);
  margin: 0;
  height: auto;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 9901;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp {
  animation: slideInUp .3s ease;
  -webkit-animation: slideInUp .3s ease;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.ym_roll,
.date_roll,
.datetime_roll,
.time_roll {
  display: -webkit-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-weight: normal;
  background-color: transparent;
  /* -webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0))); */
  -webkit-mask: -webkit-linear-gradient(top,
      transparent -20%,
      #debb47 50%,
      transparent 95%);
  mask: linear-gradient(to bottom,
      transparent -20%,
      #debb47 50%,
      transparent 95%);
}

.ym_roll > div,
.date_roll > div,
.datetime_roll > div,
.time_roll > div {
  font-size: 1.125rem;
  height: 10em;
  float: left;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 2;
}

.ym_roll > div .gear,
.date_roll > div .gear,
.datetime_roll > div .gear,
.time_roll > div .gear {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9902;
  margin-top: -6em;
}

.date_roll_mask {
  -webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));
  -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
  padding: 0 0 2em 0;
}

.date_roll > div:nth-child(1),
.datetime_roll > div:nth-child(1) {
  -webkit-box-flex: 2;
}

.datetime_roll > div:first-child {
  -webkit-box-flex: 6;
}

.datetime_roll > div:last-child {
  -webkit-box-flex: 6;
}

.date_grid {
  position: relative;
  top: 4em;
  width: 100%;
  height: 2em;
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
}

.date_grid > div {
  color: var(--text-black);
  position: absolute;
  left: 73%;
  top: 0;
  font-size: 0.75rem;
  line-height: 2.7em;
}

.date_roll > div:nth-child(3) .date_grid > div {
  left: 56%;
}

.date_roll > div:nth-child(2) .date_grid > div {
  left: 60%;
}

.datetime_roll > div .date_grid > div {
  right: 0;
}

.datetime_roll > div:first-child .date_grid > div {
  left: auto;
  right: 0%;
  ;
}

.datetime_roll > div:last-child .date_grid > div {
  left: 50%;
}

.time_roll > div:nth-child(1) .date_grid > div {
  right: 1em;
}

.ym_roll > div:nth-child(1) .date_grid > div {
  right: .1em;
}

.ym_roll > div .date_grid > div,
.time_roll > div .date_grid > div {
  right: 5em;
}

.date_btn {
  color: var(--text-blue);
  font-size: 0.95rem;
  line-height: 1em;
  text-align: center;
  padding: .8em 1em;
}

.date_btn_box:before,
.date_btn_box:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}

.date_btn_box {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  position: relative;
}

.date_btn_box:before {
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

.date_btn_box:after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}

.date_roll > div:nth-child(3) .gear {
  text-indent: -20%;
}

.datetime_roll > div .gear {
  width: 100%;
  text-indent: -25%;
}

.datetime_roll > div:first-child .gear {
  text-indent: -10%;
}

.datetime_roll > div:last-child .gear {
  text-indent: -50%;
}

.ym_roll > div .gear,
.time_roll > div .gear {
  width: 100%;
  text-indent: -70%;
}

.ym_roll > div:nth-child(1) .gear,
.time_roll > div:nth-child(1) .gear {
  width: 100%;
  text-indent: 10%;
}

.tooth {
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: var(--text-black);
}

.pit_date {
  color: var(--text-black);
  font-weight: bold;
}

.lcalendar_cancel img {
  width: 18px;
  height: 18px;
}

.gearDate .date_btn_sure {
  position: fixed;
  bottom: 0;
  padding: 5px 0 0 0;
  width: 100%;
  z-index: 9900;
  height: 60px;
  background: var(--bg-white);
}

.date_btn_sure .btn_sure_text {
  margin: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--bg-white);
  background: var(--text-blue);
  display: block;
  border-radius: 5px;
  font-size: 1rem;
}

.hint {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hint-loading {
  background: url(//img.12365auto.com/images/m/svg/toast-loading.svg) no-repeat 0 0/100% !important;
}

.hint-vedio {
  top: calc(100vh - 44px - (100vw / 16 * 9) - 40px) !important;
  transform: translate(-50%, 0) !important;
}

.hint {
  min-width: 6.25rem;
  background: rgba(27, 27, 27, 0.9);
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  padding: 1.25rem;
  padding-bottom: 1.1875rem;
}

.hint i {
  display: block;
  margin: 0 auto .4375rem auto;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
}

.hint .hint-description,
.hint .hint-s-description {
  min-height: 1rem;
  max-width: 10em;
  line-height: 1.25rem;
  font-size: .875rem;
  color: #FFF !important;
  text-align: center;
}


.price-range .btn-price,
.price-range .slider-ul li .icon-dian {
  background: url(//img.12365auto.com/images/m/public/ic_rounddot-withe.png) no-repeat 0 36px;
  background-size: 18px 18px;
}

.price-range {
  height: 20px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.price-range .price-range-slider {
  width: 92%;
  height: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  background-color: var(--bg-gray);
  border-radius: 3px;
}

.price-range .bg-darkgrey,
.price-range .bg-darkgrey-hand {
  left: 0;
  width: 92%;
  position: absolute;
  top: 0;
  height: 6px;
  overflow: hidden;
}

.price-range .bg-darkgrey {
  background-color: var(--bg-gray);
}

.price-range .bg-darkgrey-hand {
  cursor: pointer;
  z-index: 5;
}

.price-range .slider-ul {
  width: 92%;
  height: 5px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 1px;
}

.price-range .btn-price {
  display: inline-block;
  width: 20px;
  height: 60px;
  position: absolute;
  top: -42px;
  z-index: 10;
  cursor: pointer;
  margin-left: 5px
}

.price-range .btn-left {
  _background-position: 0 -151px;
}

.price-range .btn-right {
  _background-position: -26px -151px;
}

.price-range .slide-selected {
  height: 5px;
  line-height: 0;
  overflow: hidden;
  background-color: var(--text-blue);
  position: absolute;
  top: 1px;
  left: 10px;
  z-index: 6;
  cursor: pointer;
}

.price-range .tip {
  top: -28px;
  min-width: 50px;
  max-width: 250px;
  position: absolute;
  z-index: 100;
  padding: 0px;
  font-size: 0.75rem;
}

.price-range .tip-content {
  min-width: 30px;
  line-height: 22px;
  padding: 0 10px;
  color: var(--text-black);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 0.875rem;
}

.price-range .tip-top {
  left: 50%;
  margin-left: -8px;
}

.price-range .carfilter-list {
  font-size: 0.875rem;
}

dd.price-dd {
  height: 80px;
}

.carfilter-list dd.price-dd .fontgrey {
  padding-top: 34px;
}

.carfilter-list dd.price-dd .price-dd-choose {
  width: 100%;
  height: 80px;
  float: left;
  margin-left: 10px;
}

.carfilter-list dd.price-dd .price-dd-recom {
  width: 298px;
  height: 80px;
}

.carfilter-list dd.price-dd .price-dd-recom ul li {
  width: 85px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

.carfilter-list dd.price-dd .price-dd-recom ul li.price-dd-recom-tit {
  width: auto;
  height: 60px;
}

.tip .tip-content {
  position: relative;
  z-index: 1;
  padding: 3px 8px;
  line-height: 18px;
  font-size: 0.75rem;
}

/* .tip .tip-arrow {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  background: url(https://img.12365auto.com/images/price_bg.png) no-repeat 0 -52px;
  width: 16px;
  height: 8px;
  margin-top: -1px;
} */

.tip-Lift {
  top: -37px;
  min-width: 30px;
  max-width: 30px;
  position: absolute;
  z-index: 100;
  padding: 0px;
  font-size: 0.75rem;
}

.tip-Right {
  top: -28px;
  min-width: 30px;
  max-width: 30px;
  position: absolute;
  z-index: 100;
  padding: 0px;
  font-size: 0.75rem;
}

.price-dd-choose {
  display: none;
  padding: 0 10px;
}

.home-nav_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  z-index: 9999;
  border-top: 1px solid #dce1e5;
  padding: 8px 0;
}

.home-nav_bottom a {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}

.home-nav_bottom a img {
  width: 24%;
  margin: 0 38%;
}

.home-nav_bottom a span {
  font-size: 0.625rem;
  color: #737a80;
  display: block;
  height: 18px;
  line-height: 18px;
}

.home-nav_bottom a.pit span {
  color: #00a0e9;
}

.home-nav_bottom a {
  position: relative;
}

.home-nav_bottom a .msg-total {
  position: absolute;
  top: -6px;
  left: 54%;
  background: #ed1b24;
  color: #fff;
  border-radius: 10px;
  height: 16px;
  line-height: 16px;
  font-size: 0.688rem;
  padding: 0 4px;
  border: 1.5px solid #fff;
  font-style: normal;
  min-width: 8px;
  width: auto;
}


.loading {
  text-align: center;
  color: #666;
  width: 100%;
  margin: 12px auto;
  height: 18px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
}

.loading span {
  float: left;
}

.loading img {
  height: 24px;
  float: left;
  margin: -1px 0 0 3px;
}

.top {
  position: fixed;
  right: 15px;
  bottom: 85px;
  display: none;
  z-index: 8;
}

.top img {
  width: 55px;
}



.subheading {
  padding: 16px 15px 0px 15px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.subheading i {
  width: 33px;
  height: 11px;
  background: linear-gradient(90deg, rgba(13, 192, 254, 0.70) 0%, rgba(13, 192, 254, 0) 100%);
}

.subheading span {
  color: var(--text-black);
  font-size: 1rem;
  word-wrap: break-word;
  margin-left: -32px;
  margin-top: -7px;
  font-weight: bold;
}

::-webkit-scrollbar {
  display: none;
}

.list-nav-position {
  z-index: 9;
  position: relative;
}

.nav-list {
  background: #fff;
  overflow-y: hidden;
  overflow-x: auto;
  height: 42px;
  z-index: 5 !important;
  position: relative;
}

.nav-list ul {
  white-space: nowrap;
  padding: 0 15px;
}

.nav-list ul li {
  margin: 0 20px 0 0px;
  position: relative;
  height: 42px;
  white-space: nowrap;
  display: inline-block;
}

.nav-list ul li:last-child {
  margin-right: 10px;
}

.nav-list ul li a {
  color: var(--text-black);
  position: relative;
  line-height: 42px;
  height: 38px;
  display: inline-block;
  font-size: 1rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.nav-list ul li.active a {
  color: var(--text-black);
  font-size: 1.125rem;
  border-radius: 1px;
  font-weight: bold;
}

.nav-list ul li.active a:before {
  width: 20px;
  height: 3px;
  background: #0DC0FE;
  display: block;
  border-radius: 3px;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-list ul li a .rednum {
  background: #ed1b24;
  color: #fff;
  border-radius: 10px;
  height: 16px;
  line-height: 16px;
  font-size: 0.688rem;
  padding: 0 4px;
  font-style: normal;
  left: 86%;
  top: 3px;
  min-width: 8px;
  width: auto;
  position: absolute;
  text-align: center;
  font-weight: normal;
}


.no-data {
  text-align: center;
  background: #fff;
  padding: 90px 0;
  display: none;
}

.no-data img {
  width: 130px;
  display: inline;
}

.no-data span {
  display: block;
  font-size: 1rem;
  color: #192633;
  padding: 5px 0 0px;
}

.no-data em {
  font-style: normal;
  display: block;
  font-size: 0.875rem;
  color: var(--text-666);
}

.nav-screen {
  height: 38px;
  background: var(--bg-white);
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}

.nav-screen .nav-screen-btn {
    font-size: 0.875rem;
    display: flex;
    height: 100%;
    padding-left: 10px;
    padding-right: 15px;
    position: absolute;
    background: var(--bg-white);
    top: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

.nav-screen .nav-screen-btn b {
  float: left;
  font-weight: normal;
  font-size: 0.875rem;
  color: #ccc;
  display: none;
}

.nav-screen .nav-screen-btn i {
  font-style: normal;
  color: var(--text-blue);
  font-size: 0.875rem;
  line-height: 15px;
}

.nav-screen .nav-screen-btn img {
    height: 14px;
    margin-right: 1px;
    padding: 1px 0;
    box-sizing: border-box;
}

.bottom-buttons {
  position: fixed;
  bottom: 20px;
  padding: 0;
  width: 100%;
  z-index: 2;
}

.bottom-buttons a {
  margin: 0 15px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: var(--bg-white);
  background: var(--text-blue);
  display: block;
  border-radius: 5px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-buttons a img {
  margin-right: 4px;
  height: 22px;
}

.nav-screen .nav-screen-item {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  position: absolute;
  font-weight: normal;
  width: 100%;
  top: 6px;
  left: 15px;
}

.nav-screen b {
  font-weight: 400;
  line-height: 16px;
}

.nav-screen span {
  display: inline-block;
  margin: 0px 6px 0 0;
  font-size: 0.75rem;
  padding: 3px 8px 3px 10px;
  position: relative;
  background-color: var(--primary-light);
  color: var(--text-blue);
  border-radius: 2px;
  cursor: pointer;
}

.nav-screen span:last-child {
  margin-right: 85px;
}

.nav-screen span.fir {
  padding-right: 10px;
}

.nav-screen span em {
  width: 10px;
  display: inline-block;
  height: 9px;
  padding-left: 5px;
}

.nav-screen span em img {
  width: 8px;
}


.plateKey {
  position: fixed;
  z-index: 9900;
  width: 100%;
  bottom: 0;
  background: #f0f2f5;
}

.plateKey .plateKey_bg {
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.5;
}

.plateKey ul {
  padding: 10px 8px;
  min-height: 10px;
  overflow: hidden;
  background: #f0f2f5;
  position: relative;
  z-index: 9;
}

.plateKey ul li {
  float: left;
  width: 9%;
  margin: 1.05%;
  background: #fff;
  border-radius: 5px;
  height: 35px;
}

.plateKey ul li:last-child {
  width: 53.4%;
}

.plateKey ul li span {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #192633;
  font-size: 1rem;
  display: block;
}

.foot {
  clear: both;
  line-height: 24px;
  text-align: center;
  color: #192633;
  background: #f0f2f5;
  padding: 10px 0;
  font-size: 0.8rem;
}

.center {
  min-height: 10px;
  overflow: hidden;
}

.add-button i {
  background: url(//img.12365auto.com/images/m/public/ic_btn_add.png) no-repeat 0 8px;
  background-size: 21px;
  padding: 0 11px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  height: 39px;
}


.ts-button2 i {
  background: url(//img.12365auto.com/images/m/public/ic_btn_complant.png) no-repeat 0 8px;
  background-size: 21px;
  padding: 0 11px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  height: 39px;
}

.survey-button i {
  background: url(//img.12365auto.com/images/m/public/ic_btn_survey.png) no-repeat 0 8px;
  background-size: 21px;
  padding: 0 11px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  height: 39px;
}

.content_wypl {
  padding-bottom: 100px;
  margin-top: 5px;
}

.content_wypl .p_more {
  height: 45px;
}

.comment_list .comt-item {
  padding: 12px 15px 4px;
  min-height: 10px;
  overflow: hidden;
}

.comment_list .comt-item .comt-item-left {
  float: left;
  width: 1.875rem;
  position: relative;
  top: 3px;
}

.comment_list .comt-item .comt-item-left img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}

.comment_list .comt-item .comt-item-left img:nth-child(2) {
  display: none;
}

.comment_list .comt-item .comt-item-left i.reddot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed1b24;
  position: absolute;
  border: 1.5px solid #fff;
  top: -2px;
  right: -3px;
}

.comment_list .comt-item .comt-item-right {
  margin-left: 2.7rem;
}

.comment_list .comt-item .comt-item-right .comt-right-name {
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
  color: var(--text-666);
}

.comment_list .comt-item .comt-item-right .comt-right-name span {
  padding: 0;
}

.comment_list .comt-item .comt-item-right .comt-right-content {
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--text-black);
}

.content_newwypl .comment_list .comt-item .comt-item-right .comt-right-content img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  padding: 0 3px;
}

.all_wypl_wdpl .comment_list .comt-item .comt-item-right .comt-right-content img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  padding: 0 3px;
}

.comment_list .comt-item .comt-item-right .comt-right-content img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  max-height: 60px;
}

.comment_list .comt-item .comt-item-right .comt-right-content img.expression {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  padding: 0 3px;
}

.comment_list .comt-item .comt-item-right .comt-right-op {
  font-size: 0.75rem;
  color: var(--text-666);
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between
}


.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-left .comt-op-time {
  color: var(--date-gray);
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-left span {
  display: inline;
  padding: 0;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-left .comt-op-rbtn {
  margin-left: 0.5rem;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right {
  display: flex;
  align-items: center;
}


.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .comt-op-zan .comt-zan-icon {
  float: left;
  background: url(//img.12365auto.com/images/m/public/ic_like_gray.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 4px;
}

/* .comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .comt-op-zan .comt-zan-num {
  padding: 0;
} */

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .comt-op-jb {
  margin-left: 0.625rem;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .comt-op-zan.zaned .comt-zan-icon {
  background: url(//img.12365auto.com/images/m/public/ic_like_orange.png) no-repeat;
  background-size: 15px;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .comt-op-zan.zaned .comt-zan-num {
  color: #e97812;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .ulimits {
  float: left;
  margin-top: 2px;
}

.comment_list .comt-item .comt-item-right .comt-right-op .comt-op-right .ulimits a {
  margin-left: 15px;
  color: var(--text-666);
  line-height: 15px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-left {
  float: left;
  width: 1.5rem;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-left img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-left img:nth-child(2) {
  display: none;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right {
  margin-left: 2.4rem;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-name {
  font-size: 0.875rem;
  color: var(--text-666);
  height: 1.5rem;
  line-height: 1.5rem;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-name span {
  padding: 0;
  height: auto;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content {
  padding: 3px 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--text-black);
}

.content_newwypl .comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content img {
  display: inline-block;
  width: 20px;
  vertical-align: text-bottom;
  padding: 0 3px;
}

.all_wypl_wdpl .comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  padding: 0 3px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
  max-height: 60px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content img.expression {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  padding: 0 3px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content .reply_text {
  font-style: normal;
}


.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-content .reply-content-name {
  color: var(--text-666);
  padding-left: 3px;
  display: inline;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op {
  font-size: 0.75rem;
  color: var(--date-gray);
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment_list .comt-item .comt-item-right .reply-item {
  padding: 12px 0 0px;
  border-bottom: none;
  clear: both;
}

.comment_list .comt-item .comt-item-right .reply-item:last-child {
  padding-bottom: 0px;
}

/* .comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-left {
  margin-top: 3px;
  line-height: 15px;
} */

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-left span {
  display: inline-block;
  padding: 0;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-left .reply-left-rbtn {
  margin-left: 0.5rem;
  color: var(--text-666);
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right {
  display: flex;
  align-items: center;
}


.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .reply-op-zan .reply-zan-icon {
  float: left;
  background: url(//img.12365auto.com/images/m/public/ic_like_gray.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 4px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .reply-op-zan .reply-zan-num {
  color: var(--text-666);
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .reply-op-jb {
  margin-left: 0.625rem;
  color: var(--text-666);
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .reply-op-zan.zaned .reply-zan-icon {
  background: url(//img.12365auto.com/images/m/public/ic_like_orange.png) no-repeat;
  background-size: 15px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .reply-op-zan.zaned .reply-zan-num {
  color: #e97812;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .ulimits {
  float: left;
  margin-top: 2px;
}

.comment_list .comt-item .comt-item-right .reply-item .reply-item-right .reply-right-op .reply-op-right .ulimits a {
  margin-left: 15px;
  color: var(--text-666);
  line-height: 15px;
}

.comment_list .comt-item .comt-item-right .more {
  font-size: 0.75rem;
  margin-left: 1.9rem;
  margin-top: 12px;
  border: none;
  padding-top: 0;
}

.comment_list .comt-item .comt-item-right .more span {
  padding: 0;
  text-align: left;
  color: var(--text-blue);
}

.comment_list .comt-item .comt-item-right .more span em {
  color: var(--text-blue);
  font-style: normal;
  padding: 0 2px;
}

.comment_list .comt-item .comt-item-right .more span i {
  display: inline-block;
  width: 22px;
  height: 0.5px;
  background-color: #cccccc;
  margin-right: 5px;
}

.content_wypl .comment_list .comt-item .comt-item-right .more {
  font-size: 0.8rem;
  margin-left: 1rem;
  margin-top: 12px;
}

.content_wypl .comment_list .comt-item .comt-item-right .more span {
  color: var(--text-blue);
  align-items: center;
  display: flex;
}

.content_wypl .comment_list .comt-item .comt-item-right .more span em {
  color: var(--text-blue);
  font-style: normal;
  padding: 0 3px;
}

.content_wypl .comment_list .comt-item .comt-item-right .comt-yw {
  font-size: 0.75rem;
  margin-top: 13px;
  display: block;
  height: 18px;
}

.content_wypl .comment_list .comt-item .comt-item-right .comt-yw em {
  display: block;
  float: left;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--text-black);
  margin-left: 0px;
  max-width: 100%;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content_wypl .comment_list .comt-item .comt-item-right .comt-yw em span {
  float: left;
  display: block;
  margin: 0;
  color: #8a9299;
}

.content_wypl .comment_list .comt-item .comt-item-right .comt-yw em b {
  font-weight: normal;
  color: var(--text-blue);
  padding-right: 3px;
}

.content_wypl .comment-no-more {
  text-align: center;
  padding: 10px;
  color: var(--text-666);
  font-size: 0.875rem;
}

.content_wypl .comment_list .comt-nodata {
  text-align: center;
  padding: 30px 0 40px 0;
}

.content_wypl .comment_list .comt-nodata img {
  display: inline;
  width: 120px;
}

.content_wypl .comment_list .comt-nodata span {
  display: block;
  color: #8a9299;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.content_wypl .comment_list .comt-zjdy-more {
  display: flex;
  padding: 15px 0;
  align-items: center;
  margin-left: 3.6rem;
}

.content_wypl .comment_list .comt-zjdy-more span {
  color: var(--text-666);
  font-size: 0.75rem;
}

.content_wypl .comment_list .comt-zjdy-more i {
  display: inline-block;
  width: 40px;
  height: 0.5px;
  background-color: var(--line-gray);
  margin-right: 8px;
}


.tc_comment {
  position: relative;
  z-index: 9998;
  display: none;
}

.tc_comment .nav_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  left: 0;
  top: 0px;
}

.comment_show {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.comment_show .tit {
  height: 40px;
  position: relative;
  font-size: 1rem;
  color: #192633;
  border-bottom: 1px solid #dce1e5;
}

.comment_show .tit span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.comment_show .tit a {
  position: absolute;
  display: block;
  height: 40px;
  line-height: 40px;
  color: var(--text-black);
  font-size: 0.875rem;
}

.comment_show .tit a.cancel {
  left: 15px;
  top: 0;
}

.comment_show .tit a.sure {
  right: 15px;
  top: 0;
}

.comment_show .comment_area {
  margin: 0 15px;
}

.comment_show textarea {
  width: 100%;
  height: 150px;
  font-size: 0.875rem;
  color: #192633;
  line-height: 180%;
}

.comment_show .pictuer {
  margin: 0 15px;
  padding-bottom: 5px;
  padding-top: 0px;
  min-height: 10px;
}

.comment_show .pictuer span {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  border: 1px solid #dce1e5;
  margin: 0 15px 10px 0;
}

.comment_show .pictuer span img {
  width: 100%;
  height: 100%;
}

.comment_show .pictuer span a {
  display: block;
  position: absolute;
  background: url(//img.12365auto.com/images/m/cols.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.comment_show .comment_icon {
  border-top: 1px solid #dce1e5;
  padding: 0 15px;
  height: 40px;
  clear: both;
}

.comment_show .comment_icon a {
  float: left;
  margin-right: 20px;
}

.comment_show .comment_icon a img {
  width: 22px;
  height: 22px;
  margin-top: 9px;
}

.comment_show .lt_icon_sj {
  display: none;
}

.comment_show .swiper-container {
  height: 162px;
  padding-top: 15px;
}

.comment_show .swiper-con {
  top: 0px;
}

.comment_show .swiper-con .swiper-wrapper span {
  display: block;
  width: 14.2%;
  float: left;
  text-align: center;
  height: 35px;
}

.comment_show .swiper-con .swiper-wrapper span img {
  display: inline-block;
}

.wypl {
  position: fixed;
  height: 35px;
  padding: 10px 15px;
  width: auto;
  right: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  display: flex;
  bottom: 0;
}

.wypl .botcomt-btn {
  display: flex;
  align-items: center;
}

.wypl .botcomt-btn li {
  float: left;
  text-align: center;
  margin-left: 20px;
}

.wypl .botcomt-btn li p {
  margin: 0;
  height: 15px;
  line-height: 15px;
  font-size: 0.75rem;
  color: rgba(25, 38, 51, 0.9)
}

.wypl .botcomt-btn li p img {
  width: 20px;
  height: auto;
  display: inline-block;
}

.wypl .botcomt-btn li p:first-child {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wypl .botcomt-btn li p.botcomt-icon-comt img {
  height: 17px;
  margin-top: 2px;
}

.wypl .botcomt-inp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.wypl .botcomt-inp i {
  background: #f5f5f5;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  display: block;
  width: 100%;
}

.wypl .botcomt-inp span {
  position: absolute;
  top: 0;
  left: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 0.75rem;
  margin: 0;
  background: url(//img.12365auto.com/images/m/icon-input-bk.png) no-repeat left;
  background-size: 14px;
  padding-left: 22px;
  color: var(--text-666);
}


.comment_show {
  border-radius: 10px 10px 0 0;
}

.comment_show .comment-box {
  margin: 15px 15px 10px;
  background: #f0f2f5;
  border-radius: 5px;
  padding: 8px;
}

.comment_show .comment-box textarea.comment-area {
  height: 50px;
  background: #f0f2f5;
  border-radius: 5px;
}

.comment_show .comment-op {
  margin: 0 15px 15px;
  height: 30px;
  clear: both;
}

.comment_show .comment-op .comment-btn {
  float: right;
  background: var(--text-blue);
  font-size: 0.95rem;
  color: #fff;
  height: 30px;
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.comment_show .comment-op .comment-btn.disabled {
  opacity: 0.5;
}

.comment_show .comment-op .comment-icon-expr {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(//img.12365auto.com/images/m/icon-emoji-bk.png) no-repeat;
  background-size: 24px;
  margin-top: 3px;
}

.comment_show .comment-op .comment-icon-jp {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(//img.12365auto.com/images/m/icon-keyb-bk.png) no-repeat;
  background-size: 24px;
  margin-top: 3px;
}

.comment_show .comment-op .comment-icon-images_up {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(//img.12365auto.com/images/m/icon-pic-bk.png) no-repeat;
  background-size: 24px;
  margin-top: 3px;
  margin-right: 20px;
}

.comment_show .comment-op .comment-icon-images_up input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.comment_show .images {
  min-height: 0px;
  padding: 0 15px;
}

.comment_show .images span {
  float: left;
  width: 70px;
  height: 60px;
  margin: 5px 15px 10px 0;
  position: relative;
  display: inline-flex;
  border: 1px solid #dce1e5;
  align-items: center;
  justify-content: center;
}

.comment_show .images span img {
  max-width: 100%;
  max-height: 100%;
}

.comment_show .images span a {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url(//m.12365auto.com/images/cols.png) no-repeat;
  right: -11px;
  top: -9px;
  background-size: 18px 18px;
}

.comment_show .swiper-container {
  height: 180px;
}

.comment_show .swiper-con .swiper-wrapper span {
  width: 12.5%;
  height: 40px;
}

.comment_show .swiper-con .swiper-wrapper span img {
  width: 24px;
}

.comment_show .swiper-con .swiper-pagination {
  bottom: 0;
  width: 100%;
  height: 25px;
}

.comment_show .swiper-con .swiper-pagination span {
  display: inline-block;
  float: unset;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.comment_show .swiper-con .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00a0e9;
}

.fo {
  display: none;
}


.cm {
  min-height: 89px;
  padding-bottom: 10px;
}

.cm a {
  display: block;
  color: var(--text-black);
  background: var(--bg-gray);
  border-radius: 5px;
  margin: 0 15px;
  padding: 10px 10px;
}

.cm a > div {
  position: relative;
  display: flex;
  align-items: center;
}

.cm a img {
  float: left;
  width: 80px;
}

.cm a div div {
  margin-left: 12px;
}

.cm a div div span {
  display: block;
  font-size: 0.75rem;
  color: var(--text-666);
  line-height: 22px;
}

.cm a div div span em {
  font-style: normal;
  color: #333;
  padding: 0 3px;
}

.cm a div div span.name {
  font-size: 1rem;
  color: var(--text-black);
  font-weight: bold;
  padding-left: 3px;
  line-height: 24px;
  height: 25px;
}

.cm a div div span.nylx {
  padding-left: 3px;
}


.cm a div div span.nylx em {
  color: var(--text-666);
}

.cm a div div span.nylx em:first-child {
  padding-left: 0px;
}

.cm a div div span.price {
  padding-left: 3px;
}

.cm a div div span.price em {
  color: var(--text-orange);
  font-weight: bold;
  padding: 0;
}

.comment-loading {
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-loading img {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 6px;
}


.article-viewimg {
  position: fixed;
  top: 0;
  background: #000;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
}

.view-back {
  background: url(//img.12365auto.com/images/return.png) no-repeat center;
  background-size: 10.17px;
  display: block;
  height: 40px;
  width: 11px;
  padding: 0 15px;
  cursor: pointer;
  position: fixed;
  z-index: 9;
}

.view-footer {
  position: absolute;
  color: #fff;
  z-index: 10;
  bottom: 25px;
  width: 100%;
}

.view-footer .pagination {
  float: right;
  font-size: 0.875rem;
  margin-right: 15px;
}

.view-footer h1 {
  float: left;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 15px;
}

.article-viewimg .islider-outer li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.article-viewimg .islider-outer li img {
  width: auto;
  height: auto;
  max-height: 85%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 100px) and (max-width:320px) {
  .other_tit ul li:last-child {
    margin-right: 0;
  }

  .screen span {
    margin-right: 5%;
  }

  .screen a {
    margin-right: 0;
  }

  .n_car_b ul li a h2 p {
    width: 75%;
  }
}

.share .share_bg {
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.share .share_box {
  position: fixed;
  bottom: 0px;
  background: #f8f9fd;
  width: 100%;
  padding: 15px 0 0;
  z-index: 9;
}

.share .share_box ul {
  width: 90%;
  margin: 0 auto;
  min-height: 10px;
  overflow: hidden;
  padding-bottom: 13px;
}

.share .share_box ul li {
  float: left;
  width: 33%;
  height: 80px;
}

.share .share_box ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.share .share_box ul li a img {
  display: inline-block;
  width: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}

.share .share_box ul li a span {
  display: block;
  font-size: 0.875rem;
  color: #192633;
}

.share .share_box ul.jub {
  border-top: 1px solid #dce1e5;
  padding-top: 15px;
}

.share .share_box ul li a.jub-reportinfo {
  position: relative;
}

.share .share_box ul li a.jub-reportinfo img {
  width: 27px;
  padding: 13px 12px 12px;
  border-radius: 0;
  background: none;
  position: relative;
  z-index: 2;
}

.share .share_box ul li a.jub-reportinfo:after {
  content: "";
  display: block;
  width: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
}

.share .share_box ul li span {
  display: block;
  width: 100%;
  text-align: center;
}

.share .share_box ul li span img {
  display: inline-block;
  width: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}

.share .share_box ul li span span {
  display: block;
  font-size: 0.875rem;
  color: #192633;
}

.share .share_box p {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-top: 5px solid #f0f2f5;
}

.share .share_box p a {
  display: block;
  height: 35px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  line-height: 35px;
  color: #192633;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.content_button {
  position: fixed;
  bottom: 60px;
  padding: 0;
  width: 100%;
  z-index: 2;
}

.content_button a {
  margin: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #00a0e9;
  display: block;
  border-radius: 5px;
  font-size: 1rem;
}

.content_show_tit {
  padding: 0 15px;
}

/* 头部滚动渐变色样式 */
.gradient_nav_list {
  background-image: url(//img.12365auto.com/images/m/pic/carstopbg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.gradient_color {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 44px;
  z-index: 3;
  opacity: 0;
}

.gradient_nav_list a {
  z-index: 9;
}

.gradient_nav_list span {
  position: relative;
  z-index: 9;
}

.top_car_info {
  padding: 0 15px;
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(//img.12365auto.com/images/m/pic/carsbottombg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;
}

.top_car_name {
  color: #192633;
  font-size: 1.25rem;
  font-weight: 700;
}

.top_car_sale {
  color: #FF5924;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 12px;
}

.top_car_sale span {
  font-weight: 600;
}

.top_car_img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}

.top_car_img img {
  display: block;
  width: 100%;
  max-width: 154px;
}

/*星星样式*/
.star-wrapper {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 13px;
  line-height: 0;
  overflow: hidden;
}

.star-wrapper .icon-starlight {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-wrapper .icon-stargray {
  display: block;
}

.star-wrapper .icon-starlight::before {
  width: 70px;
  height: 13px;
  background-position: 0 0px;
}

.star-wrapper .icon-stargray::before {
  width: 70px;
  height: 13px;
  background-position: 0 -13px;
}

.star-wrapper i::before {
  content: "";
  background: url(//img.12365auto.com/images/m/public/ic_star_group.png) no-repeat;
  background-size: 70px auto;
  display: inline-block;
  vertical-align: top;
}

/*视频播放按钮*/
.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.icon-play img {
  width: 50px;
  height: 50px;
}

/* 固定底部点评 评价按钮 */
.bottom-fixed-button {
  width: 100%;
  height: 42px;
  bottom: 25px;
  position: fixed;
}

.bottom-fixed-button a {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  display: block;
  background: #00A0E9;
  border-radius: 5px;
  margin: 0 15px;
}

/* 提交成功样式 */
.success_section {
  display: block;
  margin: auto;
  padding-top: 119px;
}

.success_section_icon {
  display: block;
  margin: auto;
  width: 68px;
}

.success_section_text {
  text-align: center;
  margin-top: 23px;
  font-weight: bold;
}

.success_section_ftext {
  color: #666D7F;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  margin-top: 14px;
  padding: 0 25px;
}

.success_section_div {
  padding-top: 28px;
  display: block;
  margin: auto;
}

.success_section_btn {
  display: flex;
  width: 242px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #00A0E9;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: auto;
  border: none;
}

.success_section_bottom_tips {
  position: fixed;
  bottom: 21px;
  left: 0;
  right: 0;
  text-align: center;
  color: #666D7F;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.success_section_bottom_tips a {
  color: #192633;
  font-weight: bold;
}

.telstyle {
  color: #FF7D0C !important;
}

.selectpage-title .nav-screen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectpage-title .nav-screen .nav-screen-btn {
  position: unset;
  float: none;
}

.findcar-search-input {
  border: 1px solid var(--date-gray);
  border-radius: 16px;
  height: 30px;
  text-align: left;
  margin-left: 15px;
  flex: 1;
}

.findcar-search-input span {
  font-size: 0.875rem;
  color: var(--date-gray);
  background: url(//img.12365auto.com/images/m/public/ic_search.png) no-repeat 0 3.5px;
  background-size: 23px;
  padding-left: 25px;
  display: inline-block;
  line-height: 26px;
  margin-left: 10px;
}

.list-bottom-padding {
  padding-bottom: 60px;
}