.color333 {
    color:#333;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
}
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;
}
.text-upp {
    text-transform: uppercase;
}
.iScrollVerticalScrollbar {
    z-index: 5 !important;
}
.iScrollIndicator {
    border: 0 !important;
    background-color: #32323c !important;
    cursor: pointer;
}
/* 文字颜色 */
.color_f{
    color: #fff;
}
.color_3{
    color: #333;
}
/* 标签 */
/*加入对比工具条*/
.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: .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-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 130;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cookie-cont {
    width: 90%;
    max-width: 1400px;
    margin:0 auto !important;
    display: flex;
    font-size: .16rem;
}
.cookie-txt {
    padding: .4rem 0;
    line-height: 1.8;
    width: 61%;
    color:#444444;
}
.cookie-txt a {
    color:#005db9;
    text-decoration: underline;
}
.cookie-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-right .btn-agree {
    color:#ffffff;
    width: 2.9rem;
    cursor: pointer;
    line-height: .6rem;
    display: block;
    text-align: center;
    background: linear-gradient(to right, #191515, #191515);
    /* transition: all 0.5s; */
}
.cookie-right .btn-agree:hover {
    background:#d7000f;
}
.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: .45rem;
    text-align: center;
    font-size: .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: .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;
}
.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;
}
.logo {
    position: absolute;
    top: 0;
    left: 48px;
    width: .9rem;
    height: .9rem;
}
.logo a {
    display: block;
    width: 1.9rem;
    height:.9rem;
    background: url(../../images/logo-large.jpg?v=20250114) center center no-repeat;
    background-size:100%;
    /* border-left: 1px solid #ebebeb; */
    /* border-right: 1px solid #ebebeb; */
}
.logo img {
    width: auto;
    height: 100%;
}
.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:.26rem;
    height:.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: .47rem;
    height: .88rem;
    background-position: center center;
    background-size: .28rem auto;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -.4rem;
    cursor: pointer;
    transition: all .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: .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: .3rem;
    transition: all .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: .6rem;
    height: 2px;
    background-color: #d7000f;
    position: absolute;
    left: 50%;
    margin-left: -.3rem;
    top: 50%;
    margin-top: .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: .25rem;
    display: inline-block;
    vertical-align: middle;
    width: .25rem;
    height: .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: .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: .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: .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: .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: .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: .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: .5rem !important;
}
.header_nav .linkBox span {
    padding-right: .2rem;
}
.u-logout {
    background: url(../../images/login/logout-icon.png) left center no-repeat;
    background-size: .18rem;
    padding-left: .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: .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;
}

/* 租赁 */
.page-rental-car .banner-box {
    width: auto;
    right: 0;
    left: auto;
}



/* 车型样式 */
.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;
}
.model-pop-close {
    width: .21rem;
    height: .21rem;
    background: url(../../images/home/home-car-close.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: .1rem;
    top: .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: .8rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.banner-box>h4{
    font-size: .38rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1;
    margin-top: .4rem;
}
.banner-box .desc {
    padding-top: .38rem;
    font-size: .36rem;
    padding-left: 2px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color:#ffffff;
}

.nav-box-top{
    width: 100%;
    height: 0.8rem;
    line-height: .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: .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: .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: 1554px;
    margin: 0 auto;
    display: flex;
    padding: .5rem 0;
    overflow: hidden;
}
.footer_nav .nav_box {
    box-sizing: border-box;
    padding-left: .26rem;
    width: 76.8%;
}
.footer_nav .nav_box dl {
    float: left;
    width: 16.6%;
    padding-left: .16rem;
}
.footer_nav .nav_box .more-dt dt {
    margin-bottom: .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: #d7000f;
}
.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.18rem;
    color: #777777;
}
.footer_nav .mav_mb dd {
    color:#777;
}
.footer_nav .mav_mb dd a {
    color:#777 !important;
}

.footer-gwm-brands {
    background-color: #ddd;
    display: flex;
    justify-content: center;
}

.footer-gwm-brands a {
    margin-left: 2em;
    margin-right: 2em;
}


@media (max-width: 767px) {
    .footer-gwm-brands {
        justify-content: space-around;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .footer-gwm-brands a {
        margin-left: 0;
        margin-right: 0;
    }
}


.footer-gwm-brands .brand-logo {
    width: 1.2rem;
    height: 0.6rem;
    margin: 0.3rem;
}

@media (max-width: 767px) {
    .footer-gwm-brands .brand-logo {
        width: 1.2rem;
        height: 0.5rem;
        margin: 0.5rem 0;
    }   
}


.pc-pad .share_box {
    box-sizing: border-box;
    flex: 1;
    text-align: left;
}
.share_box img {
    display: inline-block
}
.qrcode-list {
    overflow:hidden;
}
.qrcode-list section {
    width: 26.4%;
    float: left;
    margin-right: 6.7%;
    color:#777;
}
.qrcode-list section img {
    width: 100%;
    display: block;
}
.qrcode-list section p {
    white-space: nowrap;
    width: 100%;
    padding: .5em 0;
}
.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: .2rem;
    width: 100%;
    margin-bottom: 0.52rem;
}
.china_cont a {
    display: block;
    line-height: .3rem;
}
.china_cont .fa-globe {
    font-size: .2rem;
    width: .3rem;
    position: relative;
    height: .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: .3rem;
    height: .3rem;
    float: left;
    margin-right: .2rem;
    background:#cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
    font-size: .22rem;
}
.share_way .logo_icon:hover {
    background: #d7000f;
}
.footer-links {
    line-height: 1;
    background-color: #333;
    text-align: center;
}
.footer-links .w-center {
    border-bottom: 1px solid #505050;
    padding: 1em 0;
}
.footer-links a {
    color:#808080;;
    display: inline-block;
    position: relative;
    padding: 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: #333;
    width: 100%;
    padding: 1.16em 0;
    text-align: center;
    color: #777777;
}
.footer-links a:hover {
    color:#fff;
}
.footer_explain a {
    color:#777;
    text-decoration: underline;
    transition: 0.2s all;
    margin-left: .2em;
}
.footer_explain a:hover {
    color: #ffffff;
}
.nav_button {
    /* color:#ffffff;
    font-size: .28rem; */
    background: url(../../images/reorder.png) center center no-repeat ;
    background-size: .5rem .44rem;
}
.footer_mb .logo_icon a {
    color:#333333;
    font-size: .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: .8rem;
}
.footer_div > div {
    cursor: pointer;
    width: 33.333%;
    position: relative;
    
    margin-bottom: .2rem;
    padding-left: .15rem;
    padding-right: .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: .47rem;
    height: .87rem;
    position: absolute;
    top: 50%;
    outline: none;
    margin-top: -.43rem;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    background-position: center center;
    background-image: url(../../images/inno10.png);
}
.pub-prev {
    left: -.57rem;
}
.pub-next {
    right: -.57rem;
    transform: rotate(180deg);
}
.go-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    z-index: 500;
    bottom: 80px;
    transition: background .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 .2s linear;
}
.more-style-2 {
    border:1px solid #777;
    color:#444;
    text-align: center;
    background-color: transparent;
    transition: all .2s linear;
}
.more-style-3 {
    border:1px solid #333;
    color:#fff;
    text-align: center;
    background-color: #333;
    transition: all .2s linear;
}
@media (min-width:742px){
    .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 .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 .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: .5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    /* 移动端微信下载弹层 */
     .down-mask{
        background-color: rgba(0,0,0,.7);
        display: block;
        z-index: 999999;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
     .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: .5rem .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: .1rem;
}
.m-select.mb0 {
    margin-bottom: 0;
}
.m-select .val-name::after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: .25rem;
    top: 50%;
    transition: all .3s ease;
    transform-origin: center 20%;
    margin-top: -.05rem;
    border-left: .09rem solid transparent;
    border-top: .11rem solid #444;
    border-right: .09rem solid transparent;
    border-bottom: .11rem solid transparent;
}
.m-select .val-name {
    cursor: pointer;
    padding-left: .22rem;
    width: 100%;
    line-height: .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: .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: .2em .22rem;
}
.select-down-ul li:hover {
    color:#ffffff;
    background-color: #d7000f;
}
/*车型菜单 付浩 */
.nav-car-item {
    width: 25%;
    /* padding: 0 .1rem; */
    transition: background .2s linear;
    display: inline-block;
    vertical-align: top;
}
.nav-car-item .pd-div {
    padding: .2rem 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 .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: .3rem;
    padding-top: .2rem;
    opacity: 0;
    transition: all .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: .16rem;
}
.nav-car-item .row-btn a {
    display: inline-block;
    text-align: center;
    width: 1.45rem;
    line-height: .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: .46rem auto;
    padding-right: .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: .46rem auto;
    padding-right: .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: .46rem auto;
    padding-right: .5rem !important;
}
.nav-car-item .row-btn a:hover {
    background-color: #d7000f !important;
    color:#ffffff !important;
}
.full_container {
    overflow-x: hidden;
}
@media (max-width: 762px){
    /* .banner-box{
        top: 30%;
    } */
    /* .banner-pr .banner-box {
        top: 30%;
    } */
}
/*车型菜单 end */
@media (max-width: 1500px) {
    .header_nav li.more {
        margin-right: .3rem;
    }
    .header_nav li {
    }
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .empty-top {
        height: 1rem;
    }
    .header_box {
        line-height: 60px;
        height: 60px;
    }
    .header_hide {
        top: 60px;
    }
    .logo {
        width: 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: .5rem;
        padding-right: .5rem;
        color:#999999;
        font-size: .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: .3rem;
    }
    .nav-s-input .fa-search {
        width: 1rem;
        height:100%;
        position: absolute;
        right: 0;
        top: 0;
        color:#999999;
        font-size: .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: .7rem;
    }
    .mb-other-btn .mb-icon {
        font-size: .5rem;
        height: .5rem;
        margin-bottom: .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: .4rem;
        font-size: 0.3rem;
    }
    .nav_button i {
        font-size: .35rem;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
    .close::after, .close::before {
        content: '';
        width: .4rem;
        height: 2px;
        background-color: #333333;
        top: .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: .5rem;
        margin-right: .5rem;
        font-size: 0.28rem;
        padding-left: .2rem;
    }
    .nav_down h2,.global_site p {
        position: relative;
        color: #333333;
        font-size: 0.3rem;
        padding: 0.7em 0;
        font-weight: normal;
        padding-left: .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: .5rem;
        padding-right: .5rem;
        position: relative;
    }
    .nav_down li.on dl dd {
        padding-left: .2rem;
        padding-right: .2rem;
        font-size: .26rem;
    }
    .nav_down li.on dl::after {
        position: absolute;
        bottom: 0;
        left: .5rem;
        right: .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: .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: .2rem;
    }
    .nav_down dd p {
        font-size:0.26rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: auto;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .nav_down dd p {
        font-size: 0.26rem;
        color: #303030;
    }
    .models-car-item {
        line-height: 1.5;
        padding-bottom: .2rem;
        font-size: .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: .62rem;
        height: .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: .62rem;
        height: .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: .62rem;
        height: .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: .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: .5rem;
        height: .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: .5rem;
        height: .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 .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: .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: .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;
}
.mt200{
    margin-top: 2rem;
}
.mt100{
    margin-top: 1rem;
}
.mb100{
    margin-bottom: 1rem;
}
.mt80{
    margin-top: .8rem;
}
.pb80{
    padding-bottom: .8rem;
}
.mb40{
    margin-bottom: .4rem;
}
.mb80{
    margin-bottom: .8rem;
}
.mb70{
    margin-bottom: .7rem;
}
.mb100{
    margin-bottom: 1rem;
}
.mb65{
    margin-bottom: .65rem;
}
.mt20{
    margin-top: 0.2rem;
}
.ml50{
    margin-left: .5rem;
}
.mr50{
    margin-right: .5rem;
}
.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: .5rem;
}
.pb50 {
    padding-bottom: .5rem;
}
.mt50 {
    margin-top: .5rem;
}
.mb50 {
    margin-bottom: .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: .3rem;
    }
    .qrcode-list section p {
        font-size: .14rem;
    }
    .foot-tel {
        font-size: .20rem;
    }
    .detail-pt {
        padding-top: 1rem;
    }
}
@media (max-width: 768px) {
    .malone{
        margin-left:.25rem;
        margin-right:.25rem;
    }
    .pad-mt50{
        margin-top: 0.5rem;
    }
    .pad-flex-start{
        align-items: flex-start;
    }
    .pad-mt20{
        margin-top: 0.2rem !important;
    }
}
@media (max-width: 1170px) {
    .header_nav li {
        margin-left: 0;
        margin-right: 0;
    }
    .header_nav .u-login {
        margin-left: .1rem;
        margin-right: .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: .26rem;
    }
    .detail-pt {
        padding-top: 1rem;
    }
    .mb-mt0{
        margin-top: 0 !important;
    }
    .mb-pl50-pr50{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .mb-pt50-pb50{
        padding-top: .5rem;
        padding-bottom: .5re;
    }
    .mb-pl25-pr25{
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .mb-pl25 {
        padding-left: .25rem;
    }
    .mb-pr25 {
        padding-right: .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 {
        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: .48rem;
        line-height: 1.5;
        text-transform: capitalize;
    }
    .footer_nav .nav_box dd:last-child {
        margin-bottom: 0;
    }
    .footer_nav .nav_box dl {
        width: 100%;
    }
    .banner-pr .banner-box {
        padding-left: .6rem;
    }
    .banner-box>h3{
        font-size: 0.56rem;
    }
    .banner-box .desc {
        font-size: .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;
        /* right: 50%; */
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        padding-left: .4rem;
        padding-right: 0;
    }
    .nav_button span {
        font-size: .24rem;
    }
    .nav_button i {
        font-size: .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: .4rem;
        height: 2px;
        background-color: #333333;
        top: .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: .5rem;
    }
    .footer-links {
        text-align: left;
    }
    .footer-links .w-center {
        border: 0;
        padding: 0;
    }
    .footer-links a {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left;
        color:#fff;
        margin-bottom: .3rem;
    }
    .footer-links a:nth-child(4n+1) {
        width: 24%;
        text-align: left;
    }
    .footer-links a:nth-child(4n+2) {
        text-align: center;
        width: 31.4%;
    }
    .footer-links a:nth-child(4n+3) {
        width: 25.5%;
        text-align: center;
    }
    .footer-links a:nth-child(4n+4) {
        width: 19%;
        text-align: right;
    }
    .footer-links a:nth-child(4n+4)::after {
        display: none;
    }
    .china_cont {
        margin-bottom: .5rem;
        border: 0;
    }
    .china_cont p {
        line-height: .36rem;
        font-size: .28rem;
        margin-left: .17rem;
    }
    .share_box {
        padding-top: .5rem;
        position: static;
        border: 0;
        transform: translateY(0);
        text-align: left;
        padding-left: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .share_way .logo_icon {
        width: .8rem;
        height: .8rem;
        border-radius: 100%;
        font-size: .5rem;
        margin-right: .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: .5rem;
    }
    .foot-tel strong {
        width: auto;
        margin-right: 0;
        font-size:.26rem;
        color:#e5e5e5;
        padding-right: 1em;
    }
    .foot-tel span{
        display:inline;
        font-size:.3rem;
        color:#777777;
    }
    .china_cont .fa-globe {
        width: .36rem;
        height: .36rem;
        font-size: .26rem;
    }
    .footer_explain {
        font-size: .16rem;
        padding-top: .3rem;
        padding-bottom: .3rem;
        background-color: #222222;
        color:#7c7c7c;
        clear: both;
    }
    .mav_mb li {
        display: inline-block;
        width: 100%;
        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.48rem;
        line-height: 1;
        padding-top: .3em;
        padding-bottom: .3em;
        position: relative;
        color: #ffffff;
        font-size: 0.28rem;
    }
    .mav_mb h2::after {
        content: '';
        position: absolute;
        left: 0.3rem;
        width: 0.05rem;
        height: 0.22rem;
        background-color: #d7000f;
        top:50%;
        transform: translate(0,-50%);
    }
    .mav_mb 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.25rem;
        transition: all .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: .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;
        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: .25rem;
        margin-right: .25rem;
        border-top: 0.01rem solid #4d4d4d;
        margin-bottom: 0.5rem;
    }
    .cookie-cont {
        flex-wrap: wrap;
        font-size: .24rem;
    }
    .cookie-txt {
        width: 100%;
    }
    .cookie-right {
        padding: 1em 0;
    }
    .cookie-right .btn-agree {
        width: 100%;
    }
    .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: .2rem;
        position: relative;
    }
    .footer_div > div:nth-child(2n+1)  {
        float: left;
        padding-right: .1rem;
        padding-left: 0;
    }
    .footer_div > div:nth-child(2n+2)  {
        float: right;
        padding-left: .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: .6rem;
        height: .6rem;
        right: .25rem;
        bottom: 3.5rem;
        background-color: #d7000f;
    }
    .go-top i {
        width: .2rem;
        height: .2rem;
        left: .2rem;
        top: .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: .7rem;
    }
    .select-down-ul {
        top: .7rem;
    }
    .select-down-ul li {
        padding-top: .4em;
        padding-bottom: .4em;
    }
    .footer-links a:before{
        content: none;
    }
    .footer-links .alone-line:before{
        content: '';
        height: .28rem;
        width: 1px;
        background-color: #fff;
        right: -3%;
        position: absolute;
        top: 0;
    }
    .kv-tips {
        font-size: .22rem;
        right: 0;
        width: 100%;
        text-align: center;
        bottom: 0.5rem;
    }

}
/* 新增 更多资讯  &  footer */
@media (min-width: 767px) {
    .ui_news_img{
        width: 100%;
        padding-bottom: 66.6%;
        overflow: hidden;
        position: relative;

    }
    .ui_news_img img{
        position: absolute;
        /* height: 100%; */
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }
    .ui_news h3{
        text-align: center;
    }
    .ui_news{
        padding-bottom: .3rem;
    }
    .ui_news_boxs{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding:0 1.5%;
    }
    .ui_news_box{
        width: 32.25%;
        margin-right: 1.5%;
        height: auto;
        padding-bottom: .1rem;
        display: block;
    }
    .ui_news_box:nth-child(3n+3){
        margin-right: 0;
    }
    .ui_news_box img{
        width: 100%;
    }
    .ui_news_title{
        margin-top: .35rem;
        line-height: 1.5;
        margin-bottom: .25rem;
        width:100%;
        max-height: 3em;
        min-height: 3em;
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .ui_news_thumb{
        color: #999;
    }
    .ui_news_more{
        width: 2rem;
        height: .46rem;
        margin: 0 auto;
        margin-top: .5rem;
    }
    .more_page{
        width: 100%;
        height: 100%;
        display: flex;
        background-color: #2e3033;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin: 0;
        border: 1px solid #808080;
        margin-top: .16rem;
    }
}
@media (max-width: 767px) {
    h3,h4{
        color: #000;
    }
    .ui_news{
        padding-bottom: 0;
    }
    .ui_news h3{
        text-align: center;
    }
    .ui_news_boxs{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .ui_news_box{
        width: 100%;
        background-color: #f5f7fa;
        padding-bottom: .5rem;
        margin-bottom: .2rem;

    }
    .ui_news_box img{
        width: 100%;
    }
    .ui_news_title{
        padding: 0 .54rem;
        color: #000;
        margin-top: .3rem;
        margin-bottom: .4rem;
        width:100%;
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        font-size: .3rem;
    }
    .ui_news_thumb{
        padding: 0 .54rem;
        color: #999;
        font-size: .22rem;
    }
    .ui_news_more{
        width: 6.42rem;
        height: .84rem;
        margin: 0 auto;
        margin-top: .5rem;
    }
    .more_page{
        width: 100%;
        height: 100%;
        display: flex;
        background-color: #2e3033;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin: 0;
        border: 1px solid #808080;
        margin-top: .16rem;
    }
    .ui_detail_btns{
        color: #000;
    }

    .ui_footer{
        position: relative;
        background-color: #1e1f20;
        /* height: 9.12rem; */
        /* padding: 0 .7rem;
        padding-top: 1rem; */
        text-align: left;
        color: #999;
    }
    .ui_footer_content .ui_footer_phonenb{
        margin-bottom: .35rem;
    }
    .ui_footer_content ul{
        /* padding-bottom: .29rem; */
        /* border-bottom: 1px solid #555; */
        /* margin-bottom: .35rem; */
        margin-top: 1rem;
    }
    .ui_footer_content li{
        /* width: 2.09rem; */
        /* padding:0 .5rem; */
        /* border-right: 1px solid #bababa; */
        /* height: .28rem; */
        margin-top: .55rem;
    }
    .ui_footer_content li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #999;
        font-size: 0.26rem;
    }
    .ui_footer_call{
        margin-bottom: .7rem;
        display: flex;
    }
    .ui_footer_call p {
        margin: 0 40px;
    }
    .ui_footer_content{
        width: 100%;
        padding: 1rem 0.7rem;
    }
    .ui_footer_copyright{
        /* position: absolute;
        bottom: 0;
        left: 0; */
        width: 100%;
        height: .8rem;
        padding: 0 .7rem;
        line-height: .8rem;
        background-color: #45484d;
        color: #88898a;
        font-size: 0.24rem;
        text-align: center;
    }
}


/* header */
.ui_header_disable{
    width: 100%;
    height: .9rem;
}
.ui_header{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.ui_header_content{
    height: .9rem;
    position: relative;
}
.ui_content_right{
    position: absolute;
    top: 0;
    right: 1rem;
    width: 6rem;
    height: 100%;
    /* margin-right: 1rem; */
}
.ui_content_right li{
    transition: all .25 linear;
}
.ui_header_content .active,.ui_content_right li:hover{
    position: relative;
}
.ui_header_content .active,.ui_content_right li:hover a{
    color: #d7000f;
}
.ui_header_content .active::after,.ui_content_right li:hover::after{
    content: '';
    width: 80%;
    left: 10%;
    height: 2px;
    background-color: #d7000f;
    display: block;
    position: absolute;
    bottom: -.1rem;
    transition: all .25 linear;
}
.ui_content_right .ui_fbc{
    height: 100%;
}
/* 说明弹层  */
.ui_make{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.ui_make_body{
    background: #fff;
    width: 9.6rem;
    height: 7rem;
    position: relative;
    padding-top: .5rem;
    padding-left: .45rem;
    padding-right: .45rem;
}
.ui_make_body .ui_make_title{
    text-align: center;
    margin-bottom: .3rem;
}
.ui_make_content{
    width: 100%;
    height: 5rem;
    overflow: auto;
    padding-right: .1rem;
    text-indent:.32rem;
    font-size: .16rem;
    line-height: 1.5;
}
.ui_make_content_li{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background-color: #000;
    border-radius: 50%;
    margin-right: .1rem;
}
.close-btn{
    width: .18rem;
    height: .18rem;
    position: absolute;
    right: .2rem;
    top: .2rem;
    background: url('../../images/close.png') center center no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
@media (max-width: 767px) {
    .ui_make_body{
        width: 90%;
        height: 9rem;
    }
    .ui_make_content{
        height: 80%;
        min-height: 7rem;
        font-size: .28rem;
    }
    .close-btn{
        right: .4rem;
        top: .4rem;
    }
    .ui_make_body .ui_make_title{
        font-size: .4rem;
    }
}

/* footer */

@media (min-width: 767px) {
    .ui_footer{
        width: 100%;
        /* height: 3.6rem; */
        background-color: #444;
        color: #bababa;
        text-align: center;
        padding-top: .6rem;

    }
    .ui_footer_content ul{
        padding-bottom: .29rem;
        border-bottom: 1px solid #555;
        margin-bottom: .35rem;
    }
    .ui_footer_content li{
        /* width: 2.09rem; */
        padding:0 .5rem;
        border-right: 1px solid #bababa;
        height: .28rem;
        display: flex;
        align-items: center;
    }
    .ui_footer_content li a:hover{
        color: #fff;
    }
    .ui_footer_content li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #999;
        transition: all .25s linear;
    }
    .ui_footer_call{
        margin-bottom: .4rem;
        display: flex;
        justify-content: space-around;
        width: 60%;
        margin: 0 auto 0.4rem;
    }
    .ui_footer_call2{
        padding-bottom: .2rem
    }
    
    .ui_footer_call2 a{
        padding-left: 2em;
        color: #bababa;
        cursor:pointer;
        text-decoration:underline;
    }
    .ui_footer_call2 a:hover{
        color:#fff;
        text-decoration:underline;
    }
    .ui_footer_content{
        width: 100%;
    }
    
    
}
@media (min-width: 1401px){
    .ui_footer_content{
        width: 14rem;
        margin: 0 auto;
    }
}
/*  */
.ui_arrow_right{
    display: inline-block;
    width: .11rem;
    height: .2rem;
    background: url( ../../images/arrow-r.png) left top no-repeat;
    background-size: 100% auto;
}
.ui_tall_btn{
    width: 6.1rem;
    height: .8rem;
    border:1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .88rem;
    color: #fff;
}
