body {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
.h1_label {
    display: none;
}
.ml2 {
    margin-left: 0.5rem;
}
.es11-block {
    display: none;
}
/* swiper弹层 */
.swiper_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper_layer .swiper-container {
    width: 60%;
    max-width: 14rem;
    margin: 0 auto;
}
.swiper_layer .swiper-slide p,
.swiper_layer .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper_layer .swiper-button-prev {
    width: 0.4rem;
    height: 0.6rem;
    background-image: url("../images/icon/icon_prev.png");
    background-size: 100% 100%;
    left: 0;
}
.swiper_layer .swiper-button-next {
    width: 0.4rem;
    height: 0.6rem;
    background-image: url("../images/icon/icon_next.png");
    background-size: 100% 100%;
    right: 0;
}
/* end */
/* end */
.color333 {
    color: #333;
}
em,
i {
    font-style: normal;
}
li {
    vertical-align: unset;
}
#zhichiBtnBox {
    display: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
.prism-player .prism-cover {
    z-index: 1 !important;
}
.prism-player .prism-big-play-btn {
    z-index: 2 !important;
}
p {
    margin-bottom: 0 !important;
}
.mt87_58 {
    margin-top: 105px;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
}
.prism-player .prism-cover {
    z-index: 2;
}
#newsPages a,
#newsPages .layui-laypage-spr,
#newsPages .layui-laypage-curr {
    border: 0;
}
.layui-laypage-em {
    border-radius: 100%;
}
/* 咨询评论 */
.comment {
    width: 70% !important;
}
.comment_title {
    width: 100%;
    display: flex;
    align-items: center;
}
.comment_title_img {
    width: 0.5rem;
}
.comment_title_title {
    margin-left: 0.2rem;
}
.comment_title p img {
    width: 100%;
}
.comment_title p {
    font-weight: bold;
}
.comment_text {
    margin-top: 0.1rem;
}
.comment_text_inp {
    width: 100%;
    display: flex;
    background: #f1f1f1;
    border-radius: 0.1rem;
}
.comment_text_inp textarea {
    flex: 1;
    padding: 0.15rem;
    border: 0;
    background: #f1f1f1;
    border-radius: 0.1rem;
    resize: none;
}
.comment_text_inp div {
    width: 15%;
    position: relative;
}
.comment_text_inp div p {
    width: 1.2rem;
    height: 0.4rem;
    background: url("../images/icon/back.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    position: absolute;
    right: 0.3rem;
    bottom: 10%;
    cursor: pointer;
}
/* 咨询评论end */
/*下拉*/
.drop_select {
    width: 100%;
    height: 30px;
    position: relative;
}
.drop_select .drop_title {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.drop_select .drop_title span {
    padding-left: 20px;
}
.drop_down {
    display: none;
    position: absolute;
    background: #fff;
    overflow-y: auto;
    top: 29px;
    width: calc(100% - 2px);
    z-index: 20;
    border: 1px solid #ccc;
    -webkit-overflow-scrolling: touch;
    max-height: 200px;
    color: #666666;
}
.drop_down li {
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.drop_down li:hover {
    color: #f4455c;
}
.drop_select.active .drop_down {
    display: block;
}
/*下拉end*/
body.lock {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
}
.hm-t-container {
    display: none;
}
.tac {
    text-align: center;
}
.empty-top {
    height: 90px;
}
.last-li {
    cursor: auto !important;
}
.images_m {
    display: none;
}
.text-upp {
    text-transform: uppercase;
}
.iScrollVerticalScrollbar {
    z-index: 5 !important;
}
.iScrollIndicator {
    border: 0 !important;
    background-color: #32323c !important;
    cursor: pointer;
}
.globtn {
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    background: url("../images/icon/back.jpg");
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}
/* 标签 */
/* 下载 */
.share_video {
    width: 70% !important;
    margin: 0 auto;
}

.load_public_pc {
    width: 100%;
    margin: 0.5rem auto;
    height: 0.5rem;
    display: flex;
    background: #f1f1f1;
    padding-right: 0.1rem;
    border-radius: 0.1rem;
    justify-content: space-between;
    align-items: center;
}

.load_public_m {
    display: none;
}

.news_Last_Next {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_Last_Next a {
    display: inline-block;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 视频弹层 */
.video_layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /* opacity: .5; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
.video_layer .vd-parent {
    min-width: 14rem;
    padding-bottom: 41.5%;
}
.layer_close {
    width: 60%;
    max-width: 14rem;
    height: 0.4rem;
}
.layer_close p {
    width: 0.4rem;
    height: 0.4rem;
    float: right;
    background: url("../images/iQ/icon_close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
@media (max-width: 1100px) {
    .video_layer .vd-parent {
        min-width: 875px;
    }
    .layer_close {
        min-width: 100%;
    }
}
/* 视频弹层 */
@media (min-width: 768px) {
    .mb-ly-fixed {
        display: none !important;
    }
}

.load_left {
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    cursor: pointer;
}

.load_left span {
    margin-left: 0.1rem;
}

.load_left img {
    width: 25px;
}

.logo_icon {
    display: flex;
    align-items: center;
    position: relative;
}

.logo_icon img {
    width: 90%;
}

.logo_icon span {
    margin-right: 0.15rem;
    color: #444444;
}
.code_qr {
    width: 1.3rem;
    position: absolute;
    bottom: top;
    top: 0.5rem;
    left: 50%;
    transform: translate(-5%);
    display: none;
}
.code_qr img {
    width: 100%;
}
.qr_active {
    display: block;
}
.pointer {
    cursor: pointer;
}
/* 下载 */
/* 新闻咨询 */
.news_list {
    width: 95%;
    margin: 0.5rem auto;
}

.news_list h2 {
    text-align: center;
    line-height: 0.8rem;
}

.news_box {
    display: flex;
}

.news_box a:first-child {
    margin-left: 0;
    margin-top: 0;
}

.news_box a {
    width: 33%;
    margin-left: 2%;
}

.news_box a p {
    width: 100%;
}
.news_box a .a_p1 {
    display: flex;
    align-items: center;
    max-height: 4rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .news_box a .a_p1 {
        height: 4rem;
    }
}
.news_box a h3 {
    color: #333 !important;
    padding-top: 0.2rem;
    line-height: 1.5;
    height: 3.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news_box a p img {
    width: 100%;
    height: 100%;
}

.cor98 {
    color: #989898;
    margin: 0.1rem 0;
}
/* 新闻咨询 */

/* 车型咨询 */
.car_list {
    width: 95%;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.car_list h2 {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.car_box {
    display: flex;
}

.car_box a:first-child {
    margin-left: 0;
}
.car_box a {
    width: 33.33%;
    flex-shrink: 0;
    font-style: normal;
}
.car_box a:nth-child(3n + 1) {
    padding-right: 8px;
}
.car_box a:nth-child(3n + 2) {
    padding-left: 4px;
    padding-right: 4px;
}
.car_box a:nth-child(3n + 3) {
    padding-left: 8px;
}
.car_box a p {
    width: 100%;
}
.car_box a .a_p1 {
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
}
.car_box a .a_p1 img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.car_box a h3 {
    color: #333 !important;
    padding-top: 0.2rem;
    line-height: 1.5;
    height: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.cor98 {
    color: #989898;
    margin: 0.1rem 0;
}
.car_btn {
    width: 40%;
    height: 0.6rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.car_btn > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/icon/back.jpg");
    background-size: 100% 100%;
    border-radius: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
}

/* 车型咨询 */
/* 视频 */
.prism-player .prism-big-play-btn {
    width: 60px !important;
    height: 60px !important;
    border: 0;
    background-size: 100% 100% !important;
}

.prism-player .prism-big-play-btn .outter {
    width: 60px !important;
    height: 60px !important;
    border: 0 !important;
}
/* 视频end */
/*加入对比工具条*/
.contrast-bottom-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    box-shadow: 5px -3px 6px 0px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    z-index: 999999;
}
.kv-tips {
    position: absolute;
    right: 50px;
    bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
}
.contrast-bottom-box .contrast-cont {
    padding-right: 2rem;
}

.contrast-item {
    position: relative;
    display: inline-block;
    padding: 0 0.2rem 0 0.4rem;
    margin: 0.1rem 0;
}
.contrast-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    background-color: #d7000f;
}
.contrast-submit a {
    display: block;
    color: #ffffff;
}
.contrast-item-close {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 1024px) {
    .contrast-submit a {
        font-size: 0.22rem;
    }
}
/*加入对比工具条end*/
/*重置播放器样式*/
.prism-setting-cc,
.prism-setting-audio,
.prism-setting-quality {
    display: none;
}
.gwm-header {
    width: 100%;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
}
.main_404 {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #000000;
}
.main_404 img {
    width: 100%;
    height: auto;
}
.main_404 .main_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main_404 p {
    line-height: 1.8;
    color: #fff;
}
.main_404 a {
    color: #1193d3;
    text-decoration: underline;
}
/*只放头尾、banner、小导航*/
/*cookie 提示*/
.cookie-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
.cookie-pop {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(13, 13, 13, 0.85);
    height: 2.4rem;
}
.cookie-cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    display: flex;
    font-size: 0.14rem;
    height: 100%;
    padding: 0 1rem;
    align-items: center;
    justify-content: space-between;
}
.cookie-txt {
    width: 60%;
    color: #fff;
    font-weight: 300;
}
.cookie-txt p {
    font-size: 0.17rem !important;
}
.cookie-txt p:nth-of-type(1) {
    line-height: 0.34rem;
    letter-spacing: 1px;
}
.cookie-txt p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}
.cookie-txt p:nth-of-type(2):hover a {
    color: #fff;
}
.cookie-txt p:nth-of-type(2):hover img {
    opacity: 1;
}
.cookie-txt p:nth-of-type(2) img {
    display: block;
    opacity: 0.6;
    width: 0.4rem;
    margin-right: 0.22rem;
    transition: all 0.3s;
}
.cookie-txt a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s;
}
.cookie-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie-right .btn-agree {
    width: 2.9rem;
    height: 0.55rem;
    background-color: #ffffff;
    color: #181515;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.18rem;
    transition: all 0.3s;
    position: relative;
    font-weight: 300;
}
.cookie-right .btn-agree:hover {
    color: #7e5d59;
    background: #f2edea;
}
.cookie-right .btn-agree:hover::after {
    transform: scale(1, 1);
}
.cookie-right .btn-agree::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #471a14;
    transform: scale(0, 1);
}

.cookie-right .btn-disagree {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 0.25rem;
    transition: all 0.3s;
    opacity: 0.6;
    display: flex;
    align-items: center;
    color: #fff;
}
.cookie-right .btn-disagree img {
    width: 0.14rem;
    margin-right: 0.05rem;
}

.cookie-right .btn-disagree:hover {
    opacity: 1;
}

.nav-style2 .header_box {
    color: #333333;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
.read-more-style1,
.read-more-style2 {
    width: 1.8rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.16rem;
    display: inline-block;
}
.read-more-style1 {
    border: 1px solid #ababab;
    color: #444444;
}
.read-more-style2 {
    border: 1px solid #90959b;
    color: #ffffff;
}
.nav-style2 .header_nav li a {
    color: #333333;
}
.nav-style2 .nav_button {
    color: #333333;
}
.nav-style2 .header_mb {
    color: #333333;
    background-color: #fff;
}
/* 分页样式 */
#newsPages {
    text-align: center;
    margin: 0.3rem 0 1rem;
}
#culturePages {
    text-align: center;
    margin: 0.3rem 0 1rem;
}
#newsPages a,
#newsPages .layui-laypage-spr,
#newsPages .layui-laypage-curr {
    margin-right: 0.1rem;
}
#culturePages a,
#culturePages .layui-laypage-spr,
#culturePages .layui-laypage-curr {
    margin-right: 0.1rem;
}
.layui-laypage a:hover {
    color: #d7000f;
}
.layui-laypage a {
    border: none;
    background: #f1f1f1;
}
.layui-laypage span {
    border: none;
    background: #f1f1f1;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #d7000f;
}
/* 导航 */
.header_box {
    position: relative;
    width: 100%;
    height: 90px;
    line-height: 90px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #ffffff;
    transition: background 200ms linear;
    text-transform: uppercase;
}
.nav-border1 .header_box {
    border-bottom: 1px solid #ebebeb;
}
.header_box .close_icon {
    display: none;
}
.header_hide {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f1f1f1;
    text-align: right;
}
.header_hide input {
    border: none;
    font-size: 0.18rem;
    width: 3rem;
    line-height: 2;
    background-color: transparent;
    border-bottom: 2px solid #898989;
}
.header_hide i {
    color: #333333;
    font-size: 0.2rem;
    margin-right: 0.23rem;
    margin-left: 0.37rem;
    cursor: pointer;
}
.header_active {
    background-color: #fff !important;
    color: #333333 !important;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 4px 30px #f4f1f1;
}
.header_mb {
    position: relative;
    text-transform: uppercase;
}
.header_mb .haval-logo0 {
    display: block;
}
.nav-style2 .header_mb .haval-logo1 {
    display: block;
}
.nav-style2 .header_mb .haval-logo0 {
    display: none;
}
.header_mb .haval-logo1 {
    display: none;
}
.mb_nav_active .haval-logo0 {
    display: none;
}
.mb_nav_active .haval-logo1 {
    display: block;
}
.header--hidden.header--sticky {
    /* transform: translateY(0%); */
    opacity: 1;
}
.header--animated {
}
.header--hidden {
    background-color: #ffffff !important;
    color: #333333 !important;
    position: fixed;
    /* transform: translateY(-100%); */
    opacity: 0;
    border-bottom: 0.02rem solid #cccccc;
}
.header--sticky {
    position: fixed;
}
.header--run-animation {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: auto;
}
.gwm-header {
    width: 100%;
}
.view-area .gwm-header {
    width: 100%;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
}

.show {
    display: block !important;
}
.header_nav {
    float: right;
}
.header_nav ul {
    width: 100%;
    /* padding-right: .5rem; */
    overflow: hidden;
}
.header_nav li {
    float: left;
    cursor: pointer;
    margin: 0 0.1rem;
    box-sizing: border-box;
}
.header_nav li.last-li {
    height: 90px;
    margin-right: 48px;
}
.header_nav li p {
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0;
}
.header_nav li a {
    color: #ffffff;
    transition: color 200ms linear;
}
.header_nav li .spe-icon-login {
    display: inline-block;
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: middle;
    background: url(../../images/user.svg) no-repeat;
    background-size: 100%;
}
.header_active .header_nav li .spe-icon-login,
.nav-style2 li .spe-icon-login {
    background: url(../../images/user-black.svg) no-repeat;
    background-size: 100%;
}
.header_active .header_nav li .spe-icon-login:hover {
    background: url(../../images/user-hov.svg) no-repeat;
    background-size: 100%;
}
.header_nav .last-li img {
    display: block;
    width: auto;
    height: 100%;
}
.header_nav .last-li .haval-logo1 {
    display: none;
}
.header_active .last-li .haval-logo1 {
    display: block;
}
.header_active .last-li .haval-logo0 {
    display: none;
}
.header_nav .fa-globe,
.header_nav .fa-search,
.header_nav .fa-user-circle-o {
    display: inline-block;
    text-decoration: none;
    font-size: 0.26rem;
    vertical-align: middle;
    margin-bottom: 0.02rem;
    margin-right: 0.05rem;
}
.header_nav .fa-search {
    display: inline-block;
    text-decoration: none;
    font-size: 0.26rem;
    vertical-align: middle;
    margin-bottom: 0.02rem;
    margin-right: 0.05rem;
}
.prev-style1,
.next-style1 {
    width: 0.47rem;
    height: 0.88rem;
    background-position: center center;
    background-size: 0.28rem auto;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -0.4rem;
    cursor: pointer;
    transition: all 0.2s linear;
}
.prev-style1 {
    background-image: url(../../images/home/car-prev2.png);
    left: 0;
}
.next-style1 {
    background-image: url(../../images/home/car-next2.png);
    right: 0;
}
.next-style1:hover,
.prev-style1:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.header_nav .only_icon {
    position: relative;
    margin-left: 0.3rem;
}
.header_nav .only_icon::after {
    content: "";
    position: absolute;
    left: -0.26rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.15rem;
    background-color: #ffffff;
}
.header_active .header_nav li a,
.header_active .global-icon .global-name {
    color: #333333;
}
.header_active .header_nav .only_icon::after {
    background-color: #333333;
}
.header_active .nav-car-money a:first-child {
    color: #666768;
}
.header_nav li:hover > p a,
.header_nav li:hover .fa,
.header_nav li:hover .global-name {
    color: #d7000f;
}
.header_nav li.more {
    position: relative;
    margin-right: 0.5rem;
}
.header_nav li i {
    position: absolute;
    right: -0.15rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.3rem;
    transition: all 0.2s linear;
}
.header_nav li.has_down i {
    transform: translateY(-50%) rotate(-180deg);
}
.header_nav li > p {
    position: relative;
}
.header_nav li.current > p::after {
    display: block;
}
.header_nav li > p::after {
    width: 0.6rem;
    height: 2px;
    background-color: #d7000f;
    position: absolute;
    left: 50%;
    margin-left: -0.3rem;
    top: 50%;
    margin-top: 0.2rem;
    content: "";
    display: none;
}
.header_nav .downBox {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    line-height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: #f1f1f1;
    z-index: 50;
}
.userLoginNo,
.userLoginOk {
    display: none;
}
.haval-user {
    background: url(../../images/login/haval-user.png) center center no-repeat;
    background-size: 0.25rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
}
.header_nav .linkBox a,
.header_nav .linkBox span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    padding-right: 3em;
    box-sizing: border-box;
}
.header_nav .linkBox dt a[href="/f7/"] {
    background: url(../../images/car-model/720icon.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/h6/"] {
    background: url(../../images/car-model/720icon.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/f7x/"] {
    background: url(../../images/car-model/360icon2.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/h2/"] {
    background: url(../../images/car-model/360icon2.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/h6c/"] {
    background: url(../../images/car-model/360icon2.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/h7/"] {
    background: url(../../images/car-model/360icon2.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox dt a[href="/h9/"] {
    background: url(../../images/car-model/360icon2.png) right center no-repeat;
    background-size: auto 70%;
    padding-right: 0.5rem !important;
}
.header_nav .linkBox span {
    padding-right: 0.2rem;
}
.u-logout {
    background: url(../../images/login/logout-icon.png) left center no-repeat;
    background-size: 0.18rem;
    padding-left: 0.25rem;
}
.header_nav .linkBox a::after {
    background-color: #d7000f;
    bottom: 0;
    content: "";
    height: 0.03rem;
    left: 50%;
    margin-left: -0.25rem;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 0.5rem;
}
.header_nav .linkBox a:hover {
    color: #d7000f;
}
.header_nav .linkBox .a_active::after {
    opacity: 1;
    bottom: 0.05rem !important;
}
.header_nav .more_hide ul {
    margin-right: 0;
}
.header_nav .more_hide li {
    float: none;
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-right: 0;
    color: #333333;
}
.banner-pr {
    position: relative;
}
.banner-pr .w-center {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner-pr > img {
    width: 100%;
}
/*面包屑导航*/
.bread-crumb {
    margin-top: 0.3rem;
    margin-left: 0.5rem;
    padding-bottom: 0.18rem;
}
.bread-crumb.go-out {
    position: absolute;
    width: auto;
    left: 0;
    top: -1rem;
}
.bread-crumb.stay-here {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    top: 0;
}
.bread-crumb,
.bread-crumb a,
.bread-crumb h1 {
    color: #777777;
    letter-spacing: -0.01rem;
}
.bread-crumb h1 {
    font-size: 12px;
    display: inline-block;
}
.bread-crumb .cur {
    color: #333;
}
.bread-crumb i {
    display: inline-block;
    font-style: inherit;
    margin: 0 0.05rem;
}
.content {
    width: 16rem;
    margin: 0 auto;
    color: #333333;
    font-weight: bold;
    line-height: 0.8rem;
    text-align: center;
}
.content > div {
    text-align: center;
}
.banner-pr img {
    width: 100%;
}
.banner-pr .banner-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
    background: none;
    background-size: 100% 100%;
    padding-top: 0.1px;
}
.banner-box {
    position: relative;
    width: 100%;
    height: 6.6rem;
    padding-top: 0.1px;
}
/* 车型样式 */
.models_box {
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.models_box section {
    padding: 0 1% !important;
    box-sizing: border-box;
    font-size: 0;
}
.models_box section a {
    padding-right: 0 !important;
}
.models_box .models_group {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 0.3rem;
    padding: 0 0.5rem;
    text-transform: none;
    box-sizing: border-box;
}
.models_box .models_group a {
    display: block;
}
.models_box .models_group img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.2s ease;
}
.models_box .models_group a::after {
    margin-left: 0;
}
.w-center-1200 {
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.w-center-1300 {
    clear: both;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.model-pop-close {
    width: 0.21rem;
    height: 0.21rem;
    background: url(../../images/home/home-car-close.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}
/*1000*/
.w-center-1000 {
    clear: both;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.w-center-900 {
    clear: both;
    width: 70%;
    margin: 0 auto;
    max-width: 900px;
}
.w-center::after,
.w-center-1400::after,
.w-center-1000::after,
.w-center-900::after {
    content: "";
    clear: both;
    width: 100%;
    font-size: 0;
    display: block;
}

/*字行高*/
.text-l18 {
    line-height: 1.88;
}
.text-18-2 {
    line-height: 1.8;
}
.text-l17 {
    line-height: 1.7;
}
.text-l16 {
    line-height: 1.6;
}
.text-l15 {
    line-height: 1.5;
}
.text-l14 {
    line-height: 1.4;
}
.text-l13 {
    line-height: 1.3;
}
.text-l12 {
    line-height: 1.2;
}
.text-l11 {
    line-height: 1.1;
}
.intell_bg {
    background: url("../../images/HF_bg2.jpg") no-repeat;
    background-size: 100% 100%;
}
.strategy_bg {
    background: url("../../images/HF_bg3.jpg") no-repeat;
    background-size: 100% 100%;
}
.brand_bg {
    background: url("../../images/HF_bg4.jpg") no-repeat;
    background-size: 100% 100%;
}
.brand_value_bg {
    background: url("../../images/HF_bg5.jpg") no-repeat;
    background-size: 100% 100%;
}

.banner-box > h3 {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
}
.banner-box > h4 {
    font-size: 0.38rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1;
    margin-top: 0.4rem;
}
.banner-box .desc {
    padding-top: 0.38rem;
    font-size: 0.36rem;
    padding-left: 2px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    columns: #444444;
}

.nav-box-top {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #f1f1f1;
}
.nav-box-top a {
    display: block;
    color: #333333;
}
.nav-box-top p {
    cursor: pointer;
    font-size: 0.16rem;
}
.nav-box-top span {
    width: 0.8rem;
    height: 0.04rem;
    background: #cc0033;
    display: block;
    position: absolute;
    bottom: 0.15rem;
    left: 50%;
    transform: translateX(-50%);
}
.nav-box-top.pc-pad .row > div {
    font-weight: bold;
    float: left;
    margin-right: 0.8rem;
    position: relative;
}
.nav-box-top .nav_list {
    position: relative;
    display: inline-block;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.active p {
    color: #d7000f;
}
.honor-footer-div-box {
    background: #f1f1f1;
}
.footer_box {
    width: 100%;
    background-color: #333333;
}
.footer_nav {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0.5rem 0 0.2rem 0;
    overflow: hidden;
}
.footer_nav .nav_box {
    box-sizing: border-box;
    padding-left: 0.26rem;
    width: 67.8%;
}
.footer_nav .nav_box dl {
    float: left;
    width: 16.6%;
    padding-left: 0.16rem;
}
.footer_nav .nav_box .more-dt dt {
    margin-bottom: 0.4rem;
}
.footer_nav .nav_box .no-upp {
    text-transform: none;
}
.footer_nav .nav_box dl:nth-child(3) dd {
    text-transform: none;
}
.current-quality {
    white-space: nowrap;
    padding-right: 5px;
}
.footer_nav .nav_box dt {
    position: relative;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-weight: bold;
    line-height: 1;
}
.footer_nav .nav_box dt::after {
    content: "";
    position: absolute;
    left: -0.16rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 0.22rem;
    background-color: #04cacd;
}
.footer_nav .nav_box dt a {
    color: #ffffff;
}
.footer_nav .nav_box a {
    color: #777777;
    transition: 0.2s all;
}
.footer_nav .nav_box a:hover {
    color: #ffffff;
}
.footer_mb_nav .nav_box a {
    color: #ffffff;
}
.footer_nav .nav_box dl:last-child a {
    /* color:#ffffff; */
}
.footer_nav .nav_box dd {
    margin-left: 0;
    margin-bottom: 0.07rem;
    color: #777777;
}

.footer_nav .mav_mb dd {
    color: #777;
}
.footer_nav .mav_mb dd a {
    color: #777 !important;
}
.lys-font-text-14pt {
    font-size: 14px;
}
.pc-pad .share_box {
    box-sizing: border-box;
    /* flex: 1; */
    width: 30%;
    text-align: left;
}
.share_box img {
    display: inline-block;
}
.qrcode-list {
    overflow: hidden;
    display: flex;
}
.qrcode-list section {
    width: 26.4%;
    float: left;
    margin-right: 2%;
    color: #777;
}
.qrcode-list section:nth-last-of-type(1) {
    margin-right: 0;
}
.qrcode-list section img {
    width: 100%;
    display: block;
}
.qrcode-list section p {
    white-space: nowrap;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}
.qrcode-list .code {
    padding: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}
.foot-tel {
    color: #777;
    padding: 1em 0 2.5em 0;
}
.foot-tel strong {
    color: #e5e5e5;
    width: 26.4%;
    margin-right: 6.7%;
    display: inline-block;
}
.china_cont {
    line-height: 0.2rem;
    width: 100%;
    margin-bottom: 0.52rem;
}
.china_cont a {
    display: block;
    line-height: 0.3rem;
}
.china_cont .fa-globe {
    font-size: 0.2rem;
    width: 0.3rem;
    position: relative;
    height: 0.3rem;
    background-color: #d7000f;
    border-radius: 3px;
    color: #fff;
}
.china_cont .fa-globe::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.china_cont p {
    display: inline-block;
    font-size: 0.2rem;
    color: #ffffff;
    vertical-align: top;
    font-weight: 700;
    margin-left: 0.12rem;
    text-transform: capitalize;
}
.share_way {
    display: inline-block;
}
.share_way .logo_icon {
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    margin-right: 0.2rem;
    background: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 0.22rem;
}
.share_way .logo_icon:hover {
    background: #d7000f;
}
.footer-links {
    line-height: 1;
    background-color: #fff;
    text-align: center;
}
.footer-links .w-center {
    width: 90%;
    border-bottom: 1px solid #999999;
    padding: 1em 0;
    max-width: 1600px;
}
.footer-links a {
    color: #808080;
    display: inline-block;
    position: relative;
    padding: 0 0.3rem;
    transition: 0.2s all;
}
.footer-links a:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #808080;
    right: -3%;
    position: absolute;
    top: 0;
}
.footer-links a:last-child::before {
    display: none;
}
.footer_explain {
    background-color: #fff;
    width: 100%;
    padding: 1.16em 0;
    text-align: center;
    color: #777777;
}
.footer_copyright_fontSize {
    font-size: 12px;
}
.footer_explain a:first-child {
    text-decoration: underline !important;
}
.footer_explain a {
    color: #777;
    text-decoration: underline;
    transition: 0.2s all;
    margin-left: 0.2em;
}
.nav_button {
    color: #ffffff;
    font-size: 0.28rem;
}
.footer_mb .logo_icon a {
    color: #333333;
    font-size: 0.4rem;
}
.footer_div {
    clear: both;
    width: 82.8%;
    max-width: 1590px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}
.footer_div > div {
    cursor: pointer;
    width: 33.333%;
    position: relative;

    margin-bottom: 0.2rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    float: left;
}
.footer_div div a {
    display: block;
    padding-bottom: 34.4%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.footer_div > div img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s linear;
}

.footer_div div a:hover img {
    transform: scale(1.1);
}
.footer_div > div h4 {
    color: #fff;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    text-align: left;
    line-height: 1.4;
    transform: translateY(-50%);
}
/*swiper 前后按钮*/
.pub-prev,
.pub-next {
    width: 0.47rem;
    height: 0.87rem;
    position: absolute;
    top: 50%;
    outline: none;
    margin-top: -0.43rem;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    background-position: center center;
    background-image: url(../../images/inno10.png);
}
.pub-prev {
    left: -0.57rem;
}
.pub-next {
    right: -0.57rem;
    transform: rotate(180deg);
}
.go-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    z-index: 500;
    bottom: 80px;
    transition: background 0.2s ease;
    background-color: #595959;
}
.go-top i {
    position: absolute;
    top: 16px;
    left: 13px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.go-top:hover {
    background-color: #d7000f;
}
/*readmore 类型按钮样式*/
.more-style-1 {
    border: 1px solid #6d6d6d;
    color: #fff;
    background-color: #333;
    text-align: center;
    transition: all 0.2s linear;
}
.more-style-2 {
    border: 1px solid #777;
    color: #444;
    text-align: center;
    background-color: transparent;
    transition: all 0.2s linear;
}
.more-style-3 {
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    background-color: #333;
    transition: all 0.2s linear;
}
.more-style-1:hover,
.more-style-2:hover,
.more-style-3:hover {
    color: #ffffff;
    background-color: #d7000f;
    border-color: #d7000f;
}
/*图片hover效果*/
.scale-img-hover a {
    display: block;
    overflow: hidden;
}
.scale-img-hover a img {
    transition: all 0.5s ease;
}
.scale-img-hover a:hover img {
    transform: scale(1.1);
}
.home-img-hover {
    position: relative;
}
.home-img-hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s linear;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.home-img-hover:hover::after {
    opacity: 1;
}
.site-dialog {
    display: none;
}
.site-dialog .site-dialog-cont {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0.5rem 0.63rem 0.4rem;
    box-sizing: border-box;
    background-color: #fff;
}
.site-dialog .site-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.site-dialog .site-title {
    text-align: center;
    margin-bottom: 0.4rem;
    color: #3d3d3d;
}
.site-dialog .site-list ul {
    overflow: hidden;
}
.site-dialog .site-list li {
    float: left;
    width: 18%;
    border: 1px solid #777777;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    color: #333333;
}
.site-dialog .site-list a {
    display: block;
    padding: 0.1rem 0;
    box-sizing: border-box;
    color: #333333;
}
.site-dialog .site-list li:hover {
    background-color: #d7000f;
    border-color: #d7000f;
}
.site-dialog .site-list li:hover a {
    color: #ffffff;
}
.site-dialog .site-list li:nth-child(5n) {
    margin-right: 0;
}
.site-hint {
    text-align: center;
}
.site-dialog .site-hint span {
    display: inline-block;
    text-align: center;
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}
.global-icon .global-name {
    color: #ffffff;
    font-size: 0.14rem;
}
.nav-style2 .global-name {
    color: #333333;
}
.nav-style2 .last-li .haval-logo0 {
    display: none;
}
.nav-style2 .last-li .haval-logo1 {
    display: block;
}
.nav-style2 .header_nav .only_icon::after {
    background-color: #333333;
}
/*提示弹出层*/
.pop-mask {
    width: 100%;
    height: 100%;
    z-index: 199;
    left: 0;
    top: 0;
    position: fixed;
}
.alert-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%);
    padding: 1em 2em;
    max-width: 80%;
    z-index: 200;
    line-height: 1.6;
    border-radius: 5px;
}
.alert-cont .close {
    width: 2rem;
    text-align: center;
    cursor: pointer;
    line-height: 0.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* 移动端微信下载弹层 */
.down-mask {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
.down-mask .test-ok-cont {
    width: 86%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 0.5rem 0.3rem;
}
.down-mask .test-ok-cont p {
    line-height: 1.5;
}
.down-mask .test-ok-cont p span {
    width: 0.61rem;
    height: 0.26rem;
    background: url(../../images/ddd.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.down-mask .other-brow span {
    margin-top: 1.5em;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #777;
}
.m-select {
    position: relative;
}
.m-select + .m-select {
    margin-top: 0.1rem;
}
.m-select.mb0 {
    margin-bottom: 0;
}
.m-select .val-name::after {
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transition: all 0.3s ease;
    transform-origin: center 20%;
    margin-top: -0.05rem;
    border-left: 0.09rem solid transparent;
    border-top: 0.11rem solid #444;
    border-right: 0.09rem solid transparent;
    border-bottom: 0.11rem solid transparent;
}
.m-select .val-name {
    cursor: pointer;
    padding-left: 0.22rem;
    width: 100%;
    line-height: 0.5rem;
    border: 1px solid #999;
    border-radius: 0;
    display: block;
    color: #999;
}
.m-select.has-value .val-name {
    color: #444;
}
.m-select.empty-select .val-name {
    color: #999;
}
.select-down-ul {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 200px;
    left: 0;
    top: 0.5rem;
    background-color: #ffffff;
    z-index: 5;
    /* border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    /* border-right: 1px solid #ccc; */
    box-shadow: 2px 2px 5px #cccccc;
}
.m-select.open .select-down-ul {
    display: block;
}
.m-select.open .val-name::after {
    transform: rotate(180deg);
}
.select-down-ul li {
    cursor: pointer;
    line-height: 1.5;
    padding: 0.2em 0.22rem;
}
.select-down-ul li:hover {
    color: #ffffff;
    background-color: #d7000f;
}
/*车型菜单 付浩 */
.nav-car-item {
    width: 25%;
    /* padding: 0 .1rem; */
    transition: background 0.2s linear;
    display: inline-block;
    vertical-align: top;
}
.nav-car-item .pd-div {
    padding: 0.2rem 0 0.2rem 0;
}
.nav-car-item .pd-div:hover {
    background-color: #e5e5e5;
}
.nav-car-item .row-car {
    display: flex;
    color: #333;
    line-height: 1;
}
.sm-car-img {
    width: 50%;
}
.sm-car-img a {
    display: block;
    width: 100%;
}
.sm-car-img img {
    display: block;
    width: 100%;
    transition: all 0.2s linear;
}

.row-car dl {
    flex: 1;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    flex-direction: column;
    text-transform: none;
}
.row-car dl p {
    padding-left: 0;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em; */
}
.row-car dd a.menu-btn-xunjia {
    text-decoration: underline !important;
}
.nav-car-item .row-btn {
    text-align: center;
    line-height: 0.3rem;
    padding-top: 0.2rem;
    opacity: 0;
    transition: all 0.2s linear;
}
.nav-car-item .pd-div:hover .row-btn {
    opacity: 1;
}
.nav-car-item .pd-div:hover .sm-car-img img {
    transform: scale(1.1);
}
.row-car dl dd {
    line-height: 1.5;
    font-size: 0.16rem;
}
.nav-car-item .row-btn a {
    display: inline-block;
    text-align: center;
    width: 1.45rem;
    line-height: 0.3rem;
    background-color: #333 !important;
    color: #fff !important;
}

.nav-car-item.is_icon_1 .row-car dt a {
    background: url(../../images/login/pc-icon-hot.png) right center no-repeat;
    background-size: 0.46rem auto;
    padding-right: 0.5rem !important;
}
.nav-car-item.is_icon_2 .row-car dt a {
    background: url(../../images/login/pc-icon-new.png) right center no-repeat;
    background-size: 0.46rem auto;
    padding-right: 0.5rem !important;
}
.nav-car-item.is_icon_3 .row-car dt a {
    background: url(../../images/login/pc-icon-before.png) right center no-repeat;
    background-size: 0.46rem auto;
    padding-right: 0.5rem !important;
}
.nav-car-item .row-btn a:hover {
    background-color: #d7000f !important;
    color: #ffffff !important;
}
.full_container {
    overflow-x: hidden;
}
/*车型菜单 end */
@media (max-width: 1500px) {
    .header_nav li.more {
        margin-right: 0.3rem;
    }
    .header_nav li {
    }
}
@media (max-width: 1300px) {
    .footer_nav {
        max-width: 1180px;
    }
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .empty-top {
        height: 1rem;
    }
    .header_box {
        line-height: 60px;
        height: 60px;
    }
    .header_hide {
        top: 60px;
    }
    .haval_logo {
        position: absolute;
        top: 50%;
        height: 100%;
        right: 0.2rem;
        transform: translateY(-50%);
    }
    .haval_logo img {
        height: 100%;
    }
    .header_nav .downBox {
        top: 60px;
    }
    .header_nav li {
        padding: 0;
    }
    .header_nav li.more {
        margin-right: 0.25rem;
    }
    .header_nav li p {
        padding: 0;
    }
    .header_nav li i {
        right: -0.2rem;
    }
    .content {
        width: 100%;
        /* display: flex;
        justify-content: space-around; */
    }
    .nav_down {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        top: -22rem;
        background-color: #ffffff;
        padding-bottom: 1rem;
    }
    .nav-scroll-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        overflow-y: auto;
    }
    .mb-other-btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        color: #999999;
        font-size: 0.24rem;
        overflow: hidden;
        padding-top: 1rem;
        padding-bottom: 1.3rem;
    }
    .mb-other-btn a {
        display: block;
        color: #999999;
    }
    .nav-search {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #ffffff;
        left: 0;
        top: 0;
    }
    .nav-s-input {
        position: absolute;
        width: 86%;
        left: 7%;
        height: 1rem;
        line-height: 1rem;
        top: 50%;
        margin-top: -1.5rem;
        border-bottom: 1px solid #999999;
    }
    .nav-s-input input {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        background: none;
        font-size: 0.3rem;
    }
    .nav-s-input .fa-search {
        width: 1rem;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        color: #999999;
        font-size: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mb-logout {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        z-index: 2;
        text-align: center;
        background: none;
        background-color: #999999;
        color: #fff;
        line-height: 0.7rem;
    }
    .mb-other-btn .mb-icon {
        font-size: 0.5rem;
        height: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .mb-other-btn section {
        text-align: center;
        width: 33.33%;
        float: left;
    }
    .nav_button {
        font-weight: 700;
        position: absolute;
        line-height: 1rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        padding-right: 0;
        padding-left: 0.4rem;
        font-size: 0.3rem;
    }
    .nav_button i {
        font-size: 0.35rem;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
    .close::after,
    .close::before {
        content: "";
        width: 0.4rem;
        height: 2px;
        background-color: #333333;
        top: 0.1rem;
        position: absolute;
    }
    .close::before {
        transform: rotate(-45deg);
    }
    .close::after {
        transform: rotate(45deg);
    }
    .nav_down li,
    .global_site {
        display: block;
        line-height: 2.2;
        font-size: 0.3rem;
        color: #303030;
    }
    .global_site {
        border-bottom: none;
    }
    .nav_down h2 {
        border-bottom: 1px solid #cfcfcf;
        position: relative;
        color: #333;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 0.28rem;
        padding-left: 0.2rem;
    }
    .nav_down h2,
    .global_site p {
        position: relative;
        color: #333333;
        font-size: 0.3rem;
        padding: 0.7em 0;
        font-weight: normal;
        padding-left: 0.2rem;
    }
    .global_site i {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.5rem;
        color: #333333;
    }
    .global_site span {
        line-height: 0.5rem;
        font-weight: bold;
        padding-left: 0.5em;
    }
    .nav_down h2 a {
        color: #333;
    }
    .nav_down li.on dl {
        background-color: #f8f8f8;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        position: relative;
    }
    .nav_down li.on dl dd {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.26rem;
    }
    .nav_down li.on dl::after {
        position: absolute;
        bottom: 0;
        left: 0.5rem;
        right: 0.5rem;
        display: block;
        font-size: 0;
        content: "";
        height: 0;
        border-bottom: 1px solid #cfcfcf;
    }
    .nav_down dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .nav_down li.on h2 {
        position: relative;
    }
    .nav_down li.on h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0.2rem;
        width: 1rem;
        height: 2px;
        background-color: #d7000f;
    }
    .nav_down li.on h2 span {
        transform: rotate(0deg);
    }
    .nav_down dd {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        padding-left: 0.2rem;
    }
    .nav_down dd p {
        font-size: 0.26rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: auto;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .nav_down dd p {
        font-size: 0.26rem;
        color: #303030;
    }
    .models-car-item {
        line-height: 1.5;
        padding-bottom: 0.2rem;
        font-size: 0.2rem;
    }
    .models-car-item p {
        width: 100%;
        text-overflow: ellipsis;
        height: 1.5em;
        overflow: hidden;
    }
    .models-car-item.is_icon_1 .c-name::after {
        width: 0.62rem;
        height: 0.31rem;
        content: "";
        display: inline-block;
        background-image: url(../../images/login/pc-icon-hot.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 2px;
    }
    .models-car-item.is_icon_2 .c-name::after {
        width: 0.62rem;
        height: 0.31rem;
        content: "";
        display: inline-block;
        background-image: url(../../images/login/pc-icon-new.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 2px;
    }
    .models-car-item.is_icon_3 .c-name::after {
        width: 0.62rem;
        height: 0.31rem;
        content: "";
        display: inline-block;
        background-image: url(../../images/login/pc-icon-before.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 2px;
    }
    .models-car-item .c-name {
        font-size: 0.26rem;
    }
    .models-car-item a[href="/h6/"] .c-name::after,
    .models-car-item a[href="/f7/"] .c-name::after {
        content: "";
        display: inline-block;
        position: relative;
        width: 0.5rem;
        height: 0.27rem;
        background: url(../../images/car-model/720icon.png) center center no-repeat;
        background-size: 100% auto;
    }
    .models-car-item a[href="/h7/"] .c-name::after,
    .models-car-item a[href="/f7x/"] .c-name::after,
    .models-car-item a[href="/h9/"] .c-name::after,
    .models-car-item a[href="/h2/"] .c-name::after,
    .models-car-item a[href="/h6c/"] .c-name::after {
        content: "";
        display: inline-block;
        position: relative;
        width: 0.5rem;
        height: 0.27rem;
        background: url(../../images/car-model/360icon2.png) center center no-repeat;
        background-size: 100% auto;
    }
    .models-car-item .c-prize {
        color: #999;
    }
    .models-car-item .c-prize a {
        text-decoration: underline;
        display: inline-block;
        color: #d7000f !important;
    }
    .nav_down h2 span {
        background: url(../../images/jtN.png) no-repeat center center;
        background-size: 100% 100% !important;
        width: 0.41rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.2rem;
        transition: all 0.3s;
    }
    .mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../../images/op1.png) repeat;
        z-index: 2;
    }
    .nav-box-top span {
        bottom: 0.01rem;
    }
    /* .header--hidden .nav_button {
        background: url(../../images/mb_nav_more_black.png) no-repeat center right;
        background-size: 0.4rem 100%;
        color: #333333;
    }
    .nav_button {
        width: 0.4rem;
        height: 0.32rem;
        line-height: 0.32rem;
        background-size: 0.4rem 100%;
        position: absolute;
        right: 0.2rem;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
        padding-right: 0.7rem;
        cursor: pointer;
    } */
    .close {
        display: none;
        width: 0.3rem;
        height: 0.3rem;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .models_box {
        padding: 0;
    }
    .models_box .models_group {
        width: 50%;
        height: auto;
        font-size: 0.26rem;
        margin-top: 0.5rem;
        padding: 0 1.3rem;
    }
    .site-dialog .site-list li {
        width: 17.4%;
    }
}
.nav_down {
}
.nav_down h2 {
    box-sizing: border-box;
}
.nav_down dd {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}
.mb_nav {
    width: 100%;
    overflow: hidden;
    height: 1rem;
    z-index: 120;
}
.mb_nav.mb_nav_active,
.nav-style2 .mb_nav {
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
}
.mb_nav.mb_nav_active .nav_button {
    color: #333333;
}
.mb_nav .logo {
    left: 0.3rem;
    width: 1rem;
    height: 100%;
    z-index: 10;
}
.mb_nav .logo img {
    width: 100%;
    height: 100%;
}
/*1400内容样式*/
.w-center {
    clear: both;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.content {
    clear: both;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.mb-alert-code {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.code-type {
    display: none;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 50%;
    padding: 5px;
    border-radius: 2px;
    background-color: #ffffff;
    transform: translate(0, -50%);
    text-align: center;
}
.mb-alert-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.code-type p {
    padding: 0.5em;
}
.code-type img {
    width: 100%;
}
/*xq用公共样式*/
/*pc*/
.content-desc {
    width: 100%;
    padding: 0.9rem 3.5rem 0.5rem;
}
.full-img {
    width: 100%;
}
.w50 {
    width: 50%;
}
.about-item {
    display: flex;
    align-items: center;
}
.gary-bg {
    width: 100%;
    background-color: #f1f1f1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.t-c {
    text-align: center;
}
.clearFix {
    clear: both;
    overflow: hidden;
}
.font-color4 {
    color: #333333;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pd {
    padding: 0 9% 0 8%;
}
.text-justify {
    text-align: justify;
}
.mt100 {
    margin-top: 1rem;
}
.mb70 {
    margin-bottom: 0.7rem;
}
.mb100 {
    margin-bottom: 1rem;
}
.mt20 {
    margin-top: 0.2rem;
}
.left-content {
    padding: 0 0.1rem 0 9%;
}
.right-content {
    padding: 0 9% 0 0.1rem;
}
.pd100 {
    padding: 1rem 0;
}
.relative {
    position: relative;
}
.pt100-pb50 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.detail-pt {
    padding-top: 90px;
}
.pt100 {
    padding-top: 1rem;
}
.pb100 {
    padding-bottom: 1rem;
}
.mt100 {
    margin-top: 1rem;
}
.mb100 {
    margin-bottom: 1rem;
}
.pt50 {
    padding-top: 0.5rem;
}
.pb50 {
    padding-bottom: 0.5rem;
}
.mt50 {
    margin-top: 0.5rem;
}
.mb50 {
    margin-bottom: 0.5rem;
}
/**mobile**/
.pd50 {
    padding: 0.5rem;
}
.font-28 {
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.banner-img {
    cursor: pointer;
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .footer-links a::after {
        display: none;
    }
    .footer-links a {
        margin-bottom: 0.3rem;
    }
    .qrcode-list section p {
        font-size: 0.14rem;
    }
    .foot-tel {
        font-size: 0.2rem;
    }
    .detail-pt {
        padding-top: 1rem;
    }
}
@media (max-width: 768px) {
    .swiper_layer .swiper-container {
        width: 100%;
    }
    /* 移动端咨询评论列表 */
    .comment_m {
        width: 95%;
        margin: 0 auto;
        margin-top: 0.5rem;
    }
    .comment_m h2 {
        color: #333;
    }
    .comment_m h2 span {
        color: #999999;
        margin-left: 0.05rem;
        font-weight: normal;
    }
    .com_list {
        width: 100%;
        margin-top: 0.5rem;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 0.5rem;
    }
    .com_list_title {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .com_list_title_img {
        width: 0.55rem;
    }
    .com_list_title_img img {
        width: 100%;
    }
    .com_list_title_text {
        margin-left: 0.2rem;
        font-weight: 550;
        color: #333;
    }
    .com_list_title_text span {
        color: #999;
        font-weight: normal;
        margin-left: 0.1rem;
    }
    .com_list_title_zan {
        flex: 1;
        color: #999;
    }
    .com_list_title_zan p {
        float: right;
    }
    .btn_zan {
        cursor: pointer;
    }
    .btn_on i {
        color: red;
    }
    .com_content {
        padding-left: 0.75rem;
        margin: 0.3rem 0 !important;
        font-weight: 549;
        line-height: 0.5rem;
    }
    .see_more {
        margin-left: 0.75rem;
        width: 2.5rem;
        height: 0.5rem;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 0.5rem;
        background: #f1f1f1;
        color: #04cacd;
    }
    .reply {
        margin-left: 0.75rem;
        background: #f1f1f1;
        padding: 0.3rem 0.2rem;
        margin-top: 0.4rem;
        border-radius: 0.05rem;
        line-height: 0.4rem;
        display: none;
    }
    .reply_title {
        margin-bottom: 0.2rem;
    }
    .reply_time {
        color: #999;
    }
    .reply_btn {
        width: 100%;
        text-align: center;
        color: #04cacd;
    }
    /* 移动端咨询评论列表end */

    /* 下载 */
    .load_public_pc {
        display: none;
    }

    .load_public_m {
        width: 100%;
        height: 1rem;
        display: block;
        border-top: 1px solid #f1f1f1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.25rem;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 1;
    }
    .mt87_58 {
        margin-top: 58px;
    }
    .edit {
        width: 50%;
        height: 0.6rem;
        background: #f1f1f1;
        border-radius: 0.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .edit img {
        width: 0.4rem;
    }

    .edit span {
        margin-left: 0.1rem;
        color: #444444;
    }

    .logo_icon2 {
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .logo_icon2 span {
        float: right;
        /* margin-right: 0.5rem; */
    }

    .logo_icon2 span:first-child {
        margin-right: 0;
    }

    .logo_icon2 img {
        height: 0.6rem;
    }

    .icon-load img,
    .icon-share img {
        height: 0.5rem;
        margin-top: 0.05rem;
    }

    .mb-ly-fixed {
        width: 100%;
        height: 1.5rem;
        display: flex;
        /* display: none; */
        border-top: 1px solid #f1f1f1;
        position: fixed;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .mb-ly-fixed textarea {
        background-color: transparent;
        border: 0;
        width: 100%;
        height: 100%;
        padding: 5px;
        font-size: 0.28rem;
        padding-right: 18.5%;
        box-sizing: border-box;
    }

    .mb-ly-fixed .btn-send {
        width: 0.87rem;
        line-height: 0.5rem;
        background-color: #d7000f;
        border-radius: 2px;
        font-size: 0.26rem;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 3.33%;
        top: 0.2rem;
    }
    /* 下载end */
    /* 新闻咨询 */
    .news_list h2 {
        text-align: left;
        line-height: normal;
    }

    .news_box {
        flex-direction: column;
    }

    .news_box a {
        width: 100%;
        display: flex;
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .news_box a > p {
        width: 40%;
    }

    .news_box a > div {
        width: 60%;
        padding-left: 0.4rem;
    }

    .news_box a > div h3 {
        color: #333;
        line-height: 1.4em;
        height: 3.4em;
    }
    /* 新闻咨询 end*/
    /* 车型咨询 */
    .car_box_m {
        display: flex !important;
    }
    .car_box_m a:first-child {
        margin-left: 0;
    }
    .car_box_m a {
        width: 50%;
        margin-left: 2%;
    }
    .car_box_m a > p {
        height: 2rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .car_box_m a > div {
        margin-top: 0.1rem;
    }
    .car_box_m a p,
    .car_box_m a p img {
        width: 100%;
    }
    .car_box_m a h3 {
        font-weight: normal !important;
        line-height: 0.4rem;
        padding-top: 0.2rem;
        /* padding-bottom: 0.1rem; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .car_btn {
        width: 97%;
    }
    .car_btn a {
        border-radius: 0.7rem;
        height: 0.7rem;
        line-height: 0.7rem;
    }
    /* 车型咨询 end*/
    .malone {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .pad-mt50 {
        margin-top: 0.5rem;
    }
    .pad-flex-start {
        align-items: flex-start;
    }
    .pad-mt20 {
        margin-top: 0.2rem !important;
    }
    .images_pc {
        display: none;
    }
    .images_m {
        display: block;
    }
}
@media (max-width: 1170px) {
    .header_nav li {
        margin-left: 0;
        margin-right: 0;
    }
    .header_nav .u-login {
        margin-left: 0.1rem;
        margin-right: 0.1rem;
    }
}
/**xq样式end*/
/*mobile*/
@media (max-width: 767px) {
    .share_way .logo_icon:hover {
        background-color: #ccc;
        color: #333;
    }
    .share_way .logo_icon:hover a {
        color: #333;
    }
    .foot-tel {
        font-size: 0.26rem;
    }
    .detail-pt {
        padding-top: 1rem;
    }
    .mb-mt0 {
        margin-top: 0 !important;
    }
    .mb-pl50-pr50 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .mb-pt50-pb50 {
        padding-top: 0.5rem;
        padding-bottom: 0.5re;
    }
    .mb-pl25-pr25 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .mb-pl25 {
        padding-left: 0.25rem;
    }
    .mb-pr25 {
        padding-right: 0.25rem;
    }
    .mb-mt0 {
        margin-top: 0 !important;
    }
    .mb-bg-none {
        background: transparent;
    }
    .alert-cont {
        text-align: center;
        width: 93.33%;
        max-width: 100%;
    }
    .more-style-2 {
        background-color: #cccccc;
        border-color: #cccccc;
        color: #333;
    }
    .more-style-3 {
        background-color: transparent;
        border-color: #777;
        color: #333;
    }
    .banner-pr .w-center {
        left: 0;
        transform: translate(0, 0);
    }
    .main_404_mb p {
        width: 7rem;
        margin-bottom: 0.1rem;
    }
    .gwm-header {
        height: 1rem;
    }
    .pub-prev,
    .pub-next {
        display: none;
    }
    .w-center-1000,
    .w-center-1200,
    .w-center,
    .w-center-1300 {
        width: 100%;
    }
    .logo a {
        height: 98%;
    }
    .nav-box-top .swiper-slide {
        text-align: center;
    }
    /* 分页 */
    .layui-laypage a,
    .layui-laypage span {
        padding: 0 11px;
    }
    .footer_nav .nav_box {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .footer_nav .nav_box dd {
        padding-left: 0.48rem;
        line-height: 1.5;
        text-transform: none !important;
    }
    .footer_nav .nav_box dd:last-child {
        margin-bottom: 0;
    }
    .footer_nav .nav_box dl {
        width: 100%;
    }
    .banner-pr .banner-box {
        padding-left: 0.3rem;
    }
    .banner-box > h3 {
        font-size: 0.7rem;
    }
    .banner-box .desc {
        font-size: 0.26rem;
    }
    .content {
        width: auto;
        height: 0.8rem;
        display: flex;
        justify-content: space-around;
    }
    .investor_tit p {
        font-size: 0.24rem;
    }
    .investor_tit_next {
        width: 1.15rem !important;
        height: 100% !important;
        top: 0 !important;
        margin-top: 0 !important;
        background: url("../../images/next_icon.png") no-repeat !important;
        background-size: 100% 100% !important;
        right: 0 !important;
    }
    .investor_tit_next.swiper-button-disabled {
        display: none;
    }
    .nav_down {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        top: -20rem;
        background-color: #fff;
    }
    .nav_down li {
        display: block;
        line-height: 2.2;
        font-size: 0.3rem;
        color: #303030;
    }
    .nav_down dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .nav_down li.on h2 {
        position: relative;
        border-bottom: 1px solid #bcbcbc;
    }
    .nav_down li.on h2 span {
        transform: rotate(0deg);
    }

    .nav_down dd p {
        font-size: 0.22rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: auto;
    }
    .nav_down li.on dl a {
        color: #444;
        display: block;
    }
    .nav_down h2 span {
        background: url(../../images/jtN.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.29rem;
        height: 0.16rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.2rem;
    }
    .nav_down h2 a {
        border: 0px;
        outline: none;
        display: block;
    }
    .mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../../images/op1.png) repeat;
        z-index: 2;
    }
    .header--hidden .nav_button {
        background: url(../../images/mb_nav_more_black.png) no-repeat center right;
        background-size: 0.4rem 100%;
        color: #333333;
    }
    .nav_button {
        font-weight: 700;
        position: absolute;
        line-height: 1rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        padding-left: 0.4rem;
        padding-right: 0;
    }
    .nav_button span {
        font-size: 0.24rem;
    }
    .nav_button i {
        font-size: 0.4rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .haval_logo {
        position: absolute;
        top: 50%;
        right: 0.3rem;
        transform: translateY(-50%);
    }
    .haval_logo img {
        width: 1.42rem;
        /* height: auto; */
    }
    .close {
        display: none;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .close::after,
    .close::before {
        content: "";
        width: 0.4rem;
        height: 2px;
        background-color: #333333;
        top: 0.1rem;
        position: absolute;
    }
    .close::before {
        transform: rotate(-45deg);
    }
    .close::after {
        transform: rotate(45deg);
    }
    .footer_nav {
        padding: 0;
    }
    .share_way {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 0.5rem;
    }
    .footer-links {
        text-align: left;
    }
    .footer-links .w-center {
        border: 0;
        padding: 0;
    }
    .footer-links .w-center {
        width: 100%;
    }
    .footer-links a {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left;
        color: #777;
        margin-bottom: 0.3rem;
    }
    .footer-links a:nth-child(4n + 1) {
        width: 22%;
        text-align: left;
    }
    .footer-links a:nth-child(4n + 2) {
        text-align: center;
        width: 27.4%;
    }
    .footer-links a:nth-child(4n + 3) {
        width: 25.5%;
        text-align: center;
    }
    .footer-links a:nth-child(4n + 4) {
        width: 25%;
        text-align: center;
    }
    .footer-links a:nth-child(4n + 4)::after {
        display: none;
    }
    .china_cont {
        margin-bottom: 0.5rem;
        border: 0;
    }
    .china_cont p {
        line-height: 0.36rem;
        font-size: 0.28rem;
        margin-left: 0.17rem;
    }
    .share_box {
        padding-top: 0.5rem;
        position: static;
        border: 0;
        transform: translateY(0);
        text-align: left;
        padding-left: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .share_way .logo_icon {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 100%;
        font-size: 0.5rem;
        margin-right: 0.5rem;
    }
    .fa-douyin {
        width: 100%;
        display: block;
        height: 100%;
        background: url(../../images/share-dy.png) center center no-repeat;
        background-size: 80%;
    }
    .foot-tel {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
    .foot-tel strong {
        width: auto;
        margin-right: 0;
        font-size: 0.26rem;
        color: #e5e5e5;
        padding-right: 1em;
    }
    .foot-tel span {
        display: inline;
        font-size: 0.3rem;
        color: #777777;
    }
    .china_cont .fa-globe {
        width: 0.36rem;
        height: 0.36rem;
        font-size: 0.26rem;
    }
    .footer_explain {
        font-size: 0.16rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        background-color: #fff;
        color: #7c7c7c;
        clear: both;
    }
    .mav_mb li {
        display: inline-block;
        width: 92%;
        margin-left: 4%;
        height: auto;
        padding: 0.2rem 0;
        line-height: 0.58rem;
        border-bottom: 1px solid #777777;
        color: #ffffff;
        background: #333333;
        text-transform: uppercase;
    }
    .mav_mb li:nth-child(3) dd {
        text-transform: none;
    }
    .mav_mb h2 {
        padding-left: 0.2rem;
        line-height: 1;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        position: relative;
        color: #ffffff;
        font-size: 0.28rem;
        margin: 0;
    }
    .mav_mb h2::after {
        content: "";
        position: absolute;
        left: 0;
        width: 0.05rem;
        height: 0.22rem;
        background-color: #d7000f;
        top: 50%;
        transform: translate(0, -50%);
    }
    .mav_mb h2 span {
        background: url(../images/icon/jtN.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.29rem;
        height: 0.16rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.25rem;
        transition: all 0.3s;
    }
    .mav_mb dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .mav_mb li.on h2 span {
        transform: rotate(0deg);
    }
    .mav_mb dd {
        width: 100%;
    }
    .mav_mb dd p {
        font-size: 0.26rem;
        color: #ffffff;
    }
    .mav_mb li.on dl {
        padding: 0.5em 0;
        height: auto;
    }
    .mav_mb dd p {
        font-size: 0.26rem;
        color: #ffffff;
    }
    .footer_mb_other {
        width: 100%;
        font-weight: bold;
        margin-top: 0.4rem;
    }
    .footer_mb_other p {
        position: relative;
        display: block;
        width: 50%;
        color: #ffffff;
        padding-left: 0.48rem;
        font-size: 0.28rem;
        margin-bottom: 0.4rem !important;
        text-transform: uppercase;
    }
    .footer_mb_other p::after {
        content: "";
        position: absolute;
        left: 0.3rem;
        top: 50%;
        transform: translate(0, -50%);
        width: 0.05rem;
        height: 0.22rem;
        background-color: #d7000f;
    }
    .share_box {
        position: static;
        transform: translateY(0);
        text-align: left;
        padding-left: 0;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        border-top: 0.01rem solid #777;
        margin-bottom: 0;
    }
    .footer-links .w-center {
        padding-top: 0.5rem;
        border-bottom: 1px solid #999999;
    }
    .read-more-style1:hover {
        background-color: #005cb9;
        border-color: #005cb9;
        color: #ffffff;
    }
    .read-more-style2:hover {
        background-color: #fff;
        border-color: #fff;
        color: #333;
    }
    .footer_div {
        width: 93%;
        overflow: hidden;
        margin: 0rem auto;
        padding-top: 0.7rem;
        padding-bottom: 0.5rem;
    }
    .footer_div > div {
        width: 50%;
        margin-bottom: 0.2rem;
        position: relative;
    }
    .footer_div > div:nth-child(2n + 1) {
        float: left;
        padding-right: 0.1rem;
        padding-left: 0;
    }
    .footer_div > div:nth-child(2n + 2) {
        float: right;
        padding-left: 0.1rem;
        padding-right: 0;
    }
    .footer_div > div img {
        width: 100%;
    }
    .footer_div > div h4 {
        font-size: 0.24rem;
        color: #fff;
        position: absolute;
        left: 0.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .go-top {
        width: 0.6rem;
        height: 0.6rem;
        right: 0.25rem;
        bottom: 3.5rem;
        background-color: #d7000f;
    }
    .go-top i {
        width: 0.2rem;
        height: 0.2rem;
        left: 0.2rem;
        top: 0.24rem;
    }
    .go-top:hover {
        background-color: #595959;
    }
    .site-dialog .site-dialog-cont {
        width: 85%;
        padding: 0.8rem 0.27rem 0.5rem;
    }
    .site-dialog .site-list li {
        width: 47%;
    }
    .site-dialog .site-list li:nth-child(5n) {
        margin-right: 0.3rem;
    }
    .site-dialog .site-list li:nth-child(2n) {
        margin-right: 0;
    }
    .models_box {
        padding: 0;
    }
    .models_box .models_group {
        width: 50%;
        height: auto;
        font-size: 0.22rem;
        margin-top: 0.3rem;
        padding: 0 0.5rem;
    }
    .nav-box-top span {
        bottom: 0.01rem;
    }
    .footer_explain a {
        display: block;
        padding-left: 0;
        margin-top: 0.1rem;
    }
    .m-select .val-name {
        line-height: 0.7rem;
    }
    .select-down-ul {
        top: 0.7rem;
    }
    .select-down-ul li {
        padding-top: 0.4em;
        padding-bottom: 0.4em;
    }
    .footer-links a:before {
        content: none;
    }
    .footer-links .alone-line:before {
        content: "";
        height: 0.28rem;
        width: 1px;
        background-color: #777777;
        right: -3%;
        position: absolute;
        top: 0;
    }
    .kv-tips {
        font-size: 0.22rem;
        right: 0;
        width: 100%;
        text-align: center;
        bottom: 0.5rem;
    }
    .cookie-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
    }
    .cookie-pop {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.85);
        height: auto;
    }
    .cookie-cont {
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        display: flex;
        font-size: 0.2rem;
        height: 100%;
        padding: 1rem 0.5rem 0.72rem 0.5rem;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .cookie-txt {
        width: 100%;
        color: #fff;
    }
    .cookie-txt p {
        font-size: 0.24rem !important;
    }
    .cookie-txt p:nth-of-type(1) {
        line-height: 0.4rem;
    }
    .cookie-txt p:nth-of-type(2) {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 0.3rem;
        display: flex;
        align-items: center;
    }
    .cookie-txt p:nth-of-type(2):hover a {
        color: #fff;
    }
    .cookie-txt p:nth-of-type(2):hover img {
        opacity: 1;
    }
    .cookie-txt p:nth-of-type(2) img {
        display: block;
        opacity: 1;
        width: 0.4rem;
        margin-right: 0.22rem;
        transition: all 0.3s;
    }
    .cookie-txt a {
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        transition: all 0.3s;
    }
    .cookie-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .cookie-right .btn-agree {
        background-color: #ffffff;
        border: solid 1px #ffffff;
        color: #181515;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
        position: relative;
        height: 0.76rem;
        width: 6.4rem;
        font-size: 0.26rem;
    }
    .cookie-right .btn-agree:hover {
        color: #7e5d59;
        background: #f2edea;
    }
    .cookie-right .btn-agree:hover::after {
        transform: scale(1, 1);
    }
    .cookie-right .btn-agree::after {
        position: absolute;
        height: 2px;
        width: 100%;
        content: "";
        display: block;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
        background-color: #471a14;
        transform: scale(0, 1);
    }

    .cookie-right .btn-disagree {
        cursor: pointer;
        position: absolute;
        top: 0.35rem;
        transition: all 0.3s;
        opacity: 0.9;
        left: 0.4rem;
        right: auto;
        width: 0.24rem;
    }

    .cookie-right .btn-disagree img {
        width: 100%;
    }
    .cookie-right .btn-disagree div {
        display: flex;
        white-space: nowrap;
        font-size: 0.24rem;
    }
}

.in-dymp .banner,
.in-sapp .banner,
.in-sapp .cookie-mask,
.in-sapp .disable-in-sapp,

.is-inner-page-sapp header,
.is-inner-page-sapp footer,
.is-inner-page-sapp .sidebar-mb-menu,
.is-inner-page-sapp .header_menu,
.is-inner-page-sapp .bottom-box .box,
.is-inner-page-sapp .service_box,
.is-inner-page-app header,
.is-inner-page-app footer,
.is-inner-page-app .sidebar-mb-menu,
.is-inner-page-app .header_menu,
.is-inner-page-app .bottom-box .box {
    display: none !important;
}

.is-noheader .J-page-header,
.is-noheader .J-page-menu,
.is-nofooter .J-page-footer,
.is-nofooter .J-page-footer-link {
    display: none !important;
}

.is-nofooter {
    overflow: visible !important;
}

/* .header_main_left_menu_ul1 li:nth-child(1),
.header_main_left_menu_ul2 li:nth-child(4),
.footer-top-ul li:nth-child(1) {
    display: none !important;
} */
