

#__nuxt {
    --el-color-primary: #313850;
    --el-color-primary-light-3: #3b3f4e;
    --el-color-primary-dark-2: #1d233b;
    --el-color-primary-light-5: #44464d;
    --el-border-radius-base: 8px
}

html {
    color: #0d0e12;
    font-family: Noto Sans, sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
    line-height: 1.35;
    touch-action: pan-x pan-y
}

abbr,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
html,
input,
legend,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

img {
    vertical-align: middle
}

a {
    color: #0d0e12;
    text-decoration: none;
    transition: color .3s ease-in-out
}

::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #24272c33;
    border-radius: 3px
}

::-webkit-scrollbar-track-piece {
    background: #24272c1a;
    width: 0
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.container {
    max-width: 1080px;
    position: relative
}

.container,
.header-container {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.header-container {
    max-width: 1300px
}

.transition {
    transition: all .3s ease-in-out
}

.flex {
    display: flex
}

.flex-dir-v {
    flex-direction: column
}

.align-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-start {
    justify-content: flex-start
}

.space-between {
    justify-content: space-between
}

.margin-y-16 {
    margin-bottom: 16px;
    margin-top: 16px
}

.margin-x-16 {
    margin-left: 16px;
    margin-right: 16px
}

.radius4 {
    border-radius: 4px;
    overflow: hidden
}

.radius8 {
    border-radius: 8px;
    overflow: hidden
}

.primary-bg {
    background-color: #f36458
}

.grey-bg {
    background-color: #f6f6f8
}

.white-bg {
    background-color: #fff
}

.primary-border {
    border: 1px solid #e3e4e8;
    overflow: hidden
}

.padding10 {
    padding: 10px
}

.padding16 {
    padding: 16px
}

.padding24 {
    padding: 24px
}

.padding-16-24 {
    padding: 16px 24px
}

.margin-bottom-16 {
    margin-bottom: 16px
}

.margin-top-16 {
    margin-top: 16px
}

.margin-top-24 {
    margin-top: 24px
}

.margin-top-20 {
    margin-top: 20px
}

.page-title {
    border-bottom: 6px solid #f36458;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1
}

.primary-hover:hover {
    color: #f36458 !important
}

.el-image.img-scale img {
    transition: all .3s ease-in-out
}

.el-image.img-scale:hover img {
    transform: scale(1.1)
}

.inspection-btn {
    background-color: #fff;
    border: 2px solid #f36458;
    border-radius: 4px;
    color: #f36458;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    line-height: 44px;
    width: 100%
}

.inspection-btn svg {
    vertical-align: -6px
}

.common-dialog {
    border-radius: 8px !important
}

.common-dialog .el-dialog__title {
    color: #0d0e12;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px
}

.common-dialog .el-dialog__body {
    color: #0d0e12;
    padding-top: 10px
}

.box-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding-left: 10px;
    position: relative
}

.box-title:before {
    background-color: #f36458;
    content: "";
    display: inline-block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.el-image {
    vertical-align: middle
}

.el-carousel .el-carousel__arrow {
    background-color: #00000059
}

.el-carousel .el-carousel__arrow:hover {
    background-color: #00000080
}

.el-carousel .el-carousel__button {
    background-color: #c3c3c3;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.el-button {
    font-weight: 600 !important
}

.el-input__wrapper.is-focus,
.el-select__wrapper.is-focus {
    box-shadow: inset 0 0 0 1px #000 !important
}

.main-content {
    margin: 0 auto;
    width: 1180px
}

.main-content .pg-hd {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 28px;
    margin-bottom: 15px
}

.main-content .page-content {
    background-color: #fff;
    overflow: hidden
}

.page {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filter-header {
    display: flex;
    justify-content: space-between
}

.filter-header .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.filter-header .el-checkbox.el-checkbox--large {
    height: 32px
}

.filter-header .el-checkbox.el-checkbox--large .el-checkbox__label {
    color: #111
}

.blog-header-h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px
}

.load-more {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin: 20px auto;
    max-width: 100%;
    width: 400px
}

.btn1,
.load-more {
    font-weight: 600;
    text-align: center
}

.btn1 {
    background: #e8ecf0;
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    box-sizing: border-box;
    color: #0d0e12 !important;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    padding: 0 8px;
    width: 48.5%
}

.dealer-title {
    border-bottom: 3px solid #f36458;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2
}

.side-handle-popper {
    border-radius: 10px !important
}

.side-handle-popper,
.side-handle-popper .el-popper__arrow:before {
    background: #ced1df !important
}

.html-content li,
.html-content p {
    white-space: pre-wrap
}

.html-content blockquote {
    background-color: #f1f1f1;
    border-left: 8px solid #d0e5f2;
    margin: 10px 0;
    padding: 10px
}

.html-content code {
    background-color: #eee;
    border-radius: 3px;
    font-family: monospace;
    padding: 3px
}

.html-content pre>code {
    display: block;
    padding: 10px
}

.html-content table {
    border-collapse: collapse
}

.html-content td,
.html-content th {
    border: 1px solid #ccc;
    height: 20px;
    min-width: 50px
}

.html-content th {
    background-color: #f1f1f1
}

.html-content ol,
.html-content ul {
    padding-left: 20px
}

.html-content input[type=checkbox] {
    margin-right: 5px
}

.html-content img,
.html-content video {
    max-width: 100%
}

@media screen and (max-width:750px) {
    .page-title {
        border-bottom: 0;
        font-size: 40px
    }

    .box-title {
        font-size: 16px
    }

    .padding24 {
        padding: 16px
    }

    .padding-16-24 {
        padding: 10px 16px
    }
}

@media screen and (max-width:600px) {
    .page-title {
        font-size: 32px
    }

    .common-dialog {
        width: 90% !important
    }
}

.line-clamp-1 {
    white-space: nowrap
}

.line-clamp-1,
.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}