body,
html {
  height: 100%;
  min-height: 100vh;
  width: 100vw
}

html {
  font-size: 16px
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

body {
  background-color: #f6f8fa;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, miui, Microsoft Yahei, sans-serif;
  margin: 0 auto;
  max-width: 1920px
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  word-break: break-all
}

textarea {
  resize: none
}

li,
ol,
ul {
  list-style: none
}

i {
  font-style: normal;
  font-weight: 400
}

button,
input,
select,
textarea {
  font-size: 100%
}

a {
  color: inherit;
  text-decoration: none
}

a,
button,
input {
  outline: none
}

@media (any-hover: hover) {
  a:hover {
		text-decoration: none;
	}
}

::-moz-focus-inner {
  border: 0
}

a:focus {
  outline: none
}

:link,
:visited,
ins {
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

::-webkit-scrollbar {
  width: 0
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-track {
  background: transparent
}

body::-webkit-scrollbar {
  height: 6px;
  width: 6px
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

* {
  scrollbar-width: none
}

body {
  scrollbar-width: thin
}

.zoom {
  transition-duration: .2s;
  transition-property: transform
}

.zoom:hover {
  cursor: pointer;
  transform: scale(1.1)
}

.font-change {
  transition: color .3s
}

.font-change:hover {
  color: #fe5900 !important
}

.user-no-drag {
  -webkit-user-drag: none
}

.text-ellipsis {
  white-space: nowrap
}

.text-ellipsis,
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis
}

.text-ellipsis-2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-break: normal
}

.pc-hover-scrollbar {
  scrollbar-width: none
}

.pc-hover-scrollbar:hover {
  scrollbar-width: thin
}

.pc-hover-scrollbar:hover::-webkit-scrollbar {
  background: transparent;
  width: 4px
}

.pc-hover-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px
}

.pc-hover-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #d0d2da;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.pc-hover-scrollbar:hover::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.pc-scrollbar {
  scrollbar-width: thin
}

.pc-scrollbar::-webkit-scrollbar {
  width: 4px
}

.pc-scrollbar::-webkit-scrollbar-thumb {
  background: #d0d2da;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.pc-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.pc-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .4)
}

.pc-img-scale img {
  transition: all .3s
}

.pc-img-scale:hover img {
  scale: 1.1
}

.pc-popper-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #0000001a
}

.page-enter-active,
.page-leave-active {
  transition: all .3s ease
}

.page-enter-from,
.page-leave-to {
  filter: blur(1rem);
  opacity: 1
}

html {
  overflow-x: hidden
}

/* error */

.notFound-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.notFound-layout .layout-main {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center
}

.notFound-img {
  height: 250px;
  width: 250px
}

.notFound-desc {
  color: #2d313e;
  font-size: 20px;
  line-height: 26px
}

.notFound-btn {
  border: 1px solid #ff6400;
  border-radius: 4px;
  color: #ff6400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 18px;
  padding: 10px 40px;
  width: -moz-fit-content;
  width: fit-content
}

.mobile .notFound-img {
  height: 150px;
  width: 150px
}

.mobile .notFound-desc {
  font-size: 18px
}

.mobile .notFound-btn {
  border-width: .5px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 28px;
  padding-right: 28px
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 0 1px 10px #0000000d;
  padding-bottom: 18px;
  padding-top: 18px;
  position: sticky;
  top: 0;
  z-index: 100
}

.header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1200px
}

.header .logo-wrapper {
  display: block
}

.header .logo {
  cursor: pointer;
  height: 36px;
  margin-right: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: top;
  width: 164px
}

.header .link-list {
  align-items: center;
  display: flex
}

.header .header-link {
  color: #2d313e;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px
}

.header .header-link:hover {
  color: #ff6400
}

.mobile .header {
  box-shadow: none;
  padding: 12px 0 12px 12px;
  position: static
}

.mobile .header .header-content {
  width: auto
}

.mobile .header .link-list {
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  white-space: nowrap
}

.mobile .header .link-list::-webkit-scrollbar {
  display: none
}

.mobile .header .link-list::-moz-scrollbar {
  display: none
}

.mobile .header .link-list::-ms-scrollbar {
  display: none
}

.mobile .header .link-list::-o-scrollbar {
  display: none
}

.mobile .header .logo {
  height: 23px;
  margin-right: 16px;
  width: 105px
}

.mobile .header .header-link {
  font-weight: 500;
  margin-right: 16px
}

/* footer */

.footer {
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 24px;
  padding-top: 20px
}

.footer,
.footer .links-list {
  align-items: center;
  display: flex
}

.footer .links-list {
  white-space: nowrap
}

.footer .footer-link,
.footer .link-item {
  align-items: center;
  display: flex
}

.footer .link-item {
  color: #2d313e;
  font-size: 14px;
  line-height: 18px
}

.footer .link-item:hover {
  color: #ff6400
}

.footer .link-icon {
  height: 18px;
  margin-right: 5px;
  width: 18px
}

.footer .icon-splitter {
  background-color: #ebebeb;
  height: 18px;
  margin-left: 18px;
  margin-right: 18px;
  width: 1px
}

.footer .copyright {
  color: #848792;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 20px
}

.footer .icon-home {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-home.webp) no-repeat 50%;
  background-size: contain
}

.footer .icon-baike {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-baike.webp) no-repeat 50%;
  background-size: contain
}

.footer .icon-search {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-search.webp) no-repeat 50%;
  background-size: contain
}

.footer .icon-car {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-car.webp) no-repeat 50%;
  background-size: contain
}

.footer .icon-dealer {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-dealer.webp) no-repeat 50%;
  background-size: contain
}

.footer .icon-ask {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/icon-ask.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer {
  background-color: #353739;
  display: block;
  padding-bottom: 16px;
  padding-top: 20px;
  text-align: center
}

.mobile .footer .links-list {
  padding-left: 12px;
  padding-right: 12px
}

.mobile .footer .footer-link {
  flex: 1;
  justify-content: center
}

.mobile .footer .link-item {
  color: #afb2be;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px
}

.mobile .footer .link-icon {
  display: block;
  height: 28px;
  margin-bottom: 4px;
  margin-right: 0;
  width: 28px
}

.mobile .footer .icon-splitter {
  display: none
}

.mobile .footer .copyright {
  color: #898b97;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 20px
}

.mobile .footer .copyright-item {
  margin-top: 10px
}

.mobile .footer .icon-home {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-home.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer .icon-baike {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-baike.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer .icon-search {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-search.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer .icon-car {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-car.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer .icon-dealer {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-dealer.webp) no-repeat 50%;
  background-size: contain
}

.mobile .footer .icon-ask {
  background: url(https://www1.pcauto.com.cn/ask-column/20240920/home/wap/icon-ask.webp) no-repeat 50%;
  background-size: contain
}