﻿﻿@font-face {
    font-family: lexus-icon;
    src: url(/content/fonts/lexus-icon_850a9946.ttf) format("truetype"), url(/content/fonts/lexus-icon_82650376.woff) format("woff"), url(/content/fonts/lexus-icon_05680c94.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

/* @font-face {
    font-family: LEXUS-HeiS-Bold-U;
    src: url(/content/fonts/LEXUS_HSMU.woff) format("woff"),url(/content/fonts/LEXUS_HSMU.ttf) format("truetype"),url(/content/fonts/LEXUS_HSMU.svg) format("svg")
}

@font-face {
    font-family: Nobel-Regular;
    src: url(/content/fonts/NOBK____.woff) format("woff"),url(/content/fonts/NOBK____.ttf) format("truetype"),url(/content/fonts/NOBK____.svg) format("svg")
} */

@font-face {
    font-family: Nobel-Bold;
    src: url(/content/fonts/NOBD_f165d0f9.woff) format("woff"), url(/content/fonts/NOBD_5dbce8fd.ttf) format("truetype"), url(/content/fonts/NOBD_f2535285.svg) format("svg")
}

@font-face {
    font-family: lexus;
    src: url(/content/fonts/lexus2017_275917d1.woff) format("woff")
}

* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: lexus, Helvetica Neue, Helvetica, Arial, sans-seri, LX, NOBK;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none;
}

img {
    border: 0
}

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

input,
textarea,
select,
a:focus {
    outline: none;
}

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

.lexus_width_auto {
    margin: 0 auto;
    display: block;
}

.lexus_font {}

.lexus_margin_right {
    /* margin-left: 0.28rem; */
}

/*固定定位*/
.fixed {
    position: fixed !important;
    top: -0.8rem;
    background-color: #17181C;
}

/*鼠标形状*/
.pointer {
    cursor: pointer
}

input::placeholder {
    color: rgba(70, 74, 92, .6);
}

/*客服弹窗*/
.popup_container {
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    background-color: #4b4d55;
    position: fixed;
    right: -1.1rem;
    top: 5.68rem;
    cursor: pointer;
}

.popup_container p {
    margin-left: 0.25rem;
    color: #ffffff;
}

.popup_container img {
    width: 0.27rem;
    height: 0.21rem;
    margin: 0.14rem 0 0 0.18rem;
}

.popup_container:hover {
    right: 0;
    transition: 0.5s;
}

/* input改为number类型，去掉上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite !important;
    /* 选择历史记录的文字颜色*/
    -webkit-text-fill-color: #666;
    -webkit-transition: background-color 50000s ease-in-out 0s !important;
    transition: background-color 50000s ease-in-out 0s !important;
    background-color: transparent !important;
    background-image: none !important;
    /* 选择历史记录的背景颜色 */
    -webkit-box-shadow: 0 0 0 10rem transparent inset !important;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input[type=number],
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* cookie授权弹窗 */

.lexus_cookie_alert {
    width: 6.38rem;
    /* height: 75%; */
    padding: 0 0.48rem;
    position: fixed;
    box-sizing: border-box;
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: rgba(255, 255, 255, .86);
    border-radius: 0.12rem;
    backdrop-filter: blur(0.08rem);
    -webkit-backdrop-filter: blur(0.08rem);
    z-index: 9999;
    overflow-y: scroll;
}

.lexus_cookie_alert_close {
    width: 0.56rem;
    height: 0.56rem;
    display: block;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
}

.lexus_cookie_alert h3{
    display: block;
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
    line-height: 0.56rem;
    padding: 0.56rem 0 0.36rem;
    font-weight: normal;
}

.lexus_cookie_alert p {
    display: block;
    color: #464A5C;
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-weight: 500;
}

.lexus_cookie_alert_con {
    display: block;
    margin-top: 0.24rem;
}

.lexus_cookie_alert_con div{
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: rgba(0,0,0,0.60);
    font-weight: 500;
}

.lexus_cookie_alert_con div a {
    opacity: 1;
    color: #000;
    text-decoration: underline;
}

.lexus_cookie_alert_but {
    width: 5.1rem !important;
    height: 0.96rem !important;
    margin: 0.52rem 0;
}

/* 地理位置授权 */
.lexus_position_empower_alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.lexus_position_empower_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.lexus_position_empower_content {
    width:6.38rem;
    height: 4.64rem;
    background: rgba(255, 255, 255, .86);
    border-radius: 0.12rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.lexus_position_empower_content p {
    font-size: 0.28rem;
    color: #464A5C;
    text-align: center;
    line-height: 0.48rem;
    font-weight: 500;
    text-align: center;
    /* width: 5.29rem; */
    margin: 0.48rem auto 0;
    padding: 0 8.1%;
}

.lexus_position_empower_close {
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    cursor: pointer;
}

.lexus_position_empower_but {
    margin: 0.32rem auto 0;
    width: 5.1rem !important;
    height: 0.96rem !important;
}

.wuyou-waiter {
    position: fixed;
    right: 0.30rem;
    bottom: 0;
    width: 0.84rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 13;
    visibility: hidden;
}

.waiter-ul li {
    position: relative;
    height: 0.84rem;
    line-height: 0.84rem;
    margin-top: 0.16rem;
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 0.84rem;
    height: 0.84rem;
    line-height: 0.84rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.26);
}

.waiter-ul li a img {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    margin: 0 auto;
}

.waiter-ul li a .activity {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin: 0 auto;
}

.waiter-ul li a:hover {
    background-color: rgba(0, 0, 0, .7);
}

.waiter-title {
    position: absolute;
    left: -0.02rem;
    bottom: -0.03rem;
    width: 1.15rem;
    height: 0.52rem;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background: #FFFFFF;
    line-height: 0.56rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
    box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(19, 22, 37, 0.01);
    box-shadow: 0rem 0.06rem 0.18rem 0rem rgba(19, 22, 37, 0.05);
    box-shadow: 0rem 0.1rem 0.25rem 0rem rgb(19 22 37 / 15%);
    border-radius: 0.26rem;
    z-index: 1;
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: rgba(31, 34, 46, .8);
    font-weight: 400;
    padding-left: 0.15rem;
    display: none;
}

.waiter-ul li:hover .waiter-title {
    left: -0.8rem;
    opacity: 1;
    display: block;
}

#myBtn {
    display: none;
}

.waiter-ul li:first-child b {
    width: 0.36rem;
    background: #B99B63;
    border-radius: 0.5rem;
    display: block;
    position: absolute;
    z-index: 22;
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align: center;
    color: #fff;
    top: 0.95rem;
    right: 0;

}

/* 公用头部 */
.lexus_web_header_navigation li a.active,.lexus_web_header_yd li a.active {
    opacity: 1;
}

.lexus_web_header {
    width: 100%;
    height: auto;
    background-color: #000;
}

.lexus_web_header_content {
    margin: 0 0.12rem 0 0.28rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    color: #FFFFFF;
    font-weight: 500;
    justify-content: space-between;
}

.lexus_web_header_logo img {
    width: 3.38rem;
    /* height: 0.88rem; */
    height: auto;
    display: block;
    margin: 0.16rem 0;
}

.lexus_web_header_navigation {
    display: inline-block;
}

.lexus_web_header_navigation li {
    display: inline-block;
}

.lexus_web_header_navigation li a {
    display: inline-block;
    opacity: 0.8;
    line-height: 0.8rem;
    padding: 0 0.16rem;
    margin: 0 0.02rem;
    color: #FFFFFF;
}

.lexus_web_header_navigation li a:hover {
    opacity: 1;
    display: block;
}

.lexus_web_header_right {
    display: flex;
    justify-items: flex-start;
    align-items: center;
}

.lexus_web_header_right img {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin: 0 0.16rem;
}

.lexus_web_header_r_search {
    cursor: pointer;
    opacity: 0.8;
}

.lexus_web_header_r_map {
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 0.36rem;
    opacity: 0.6;
    cursor: pointer;
    padding-top: 0.02rem;
}

.lexus_web_header_r_map a{
    display: flex;
    align-items: center;
    color: #fff;
}

.lexus_web_header_r_map a:visited{
    color: #fff;
}

.lexus_web_header_r_map img {
    display: inline-block;
    /* width: 0.12rem; 
    height: 0.12rem;  */
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0 0 0.04rem;
}

.lexus_web_header_r_collect a {
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
}

.lexus_web_header_r_collect a p {
    font-size: 0.12rem;
    color: #FFFFFF;
}

.lexus_web_header_r_collect a:hover {
    opacity: 1;
}

.lexus_web_header_r_user {
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
    height: 0.4rem;
}

.lexus_web_header_r_user img {
    margin: 0;
    padding: 0 0.06rem;
}

.lexus_web_header_r_user:hover {
    opacity: 1;
}

.lexus_web_header_r_user ul {
    width: 1.32rem;
    background: rgba(255, 255, 255, 0.84);
    border: 0.01rem solid rgba(33, 38, 66, 0.1);
    box-shadow: 0rem 0.16rem 0.16rem 0rem rgba(20, 27, 46, 0.1);
    box-shadow: 0rem 0.32rem 0.36rem 0rem rgba(20, 27, 46, 0.1);
    border-radius: 0.06rem;
    position: absolute;
    top: 0.59rem;
    right: 0.56rem;
    opacity: 1;
}

.lexus_web_header_r_user ul li {
    opacity: 0.8;
    font-size: 0.14rem;
    color: #212642;
    font-weight: 500;
    display: block;
    line-height: 0.4rem;
    text-align: center;
}

.lexus_web_header_r_user ul li a {
    color: #212642;
    display: inline-block;
}
/* 移动端导航 */
.lexus_web_header_yd {
    display: block;
}

.lexus_web_header_yd li a {
    display: block;
    opacity: 0.6;
    font-size: 0.32rem;
    line-height: 0.80rem;
    color: #1F222E;
    font-weight: 500;
    padding: 0 0 0 0.64rem;
}

.lexus_web_header_yd li a:hover{
    opacity: 1;
}

.lexus_web_header_zw{
    height: 0.8rem;
}

.layui-layer-setwin span.layui-layer-close1{
    background-color: rgba(31,34,46,.2);
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.05rem;
    line-height: 0.32rem;
    color: #fff;
}

.layui-layer-shade{
    background-color: rgba(0, 0, 0, 0.37) !important;
    backdrop-filter: blur(0.08rem);
    -webkit-backdrop-filter: blur(0.08rem);
    opacity:1 !important;
}





/* 公用底部 */
.lexus_web_footer {
    display: block;
    background: #F2F3F7;
    width: 100%;
    overflow: hidden;
}

.lexus_web_footer_content {
}

.lexus_web_footer_logo img {
    display: block;
    width: 1.62rem;
    height: 0.48rem;
}

.lexus_web_footer_logo p {
    padding-top: 0.34rem;
    display: block;
    opacity: 0.7;
    font-size: 0.26rem;
    color: #464A5C;
    letter-spacing: 0;
    line-height: 0.44rem;
}

.lexus_web_footer_navigation p {
    display: block;
    font-size: 0.16rem;
    color: #1F222E;
    letter-spacing: 0;
    line-height: 0.36rem;
    padding-bottom: 0.06rem;
}

.lexus_web_footer_navigation p a {
    display: inline-block;
    color: #1F222E;
    opacity: 0.8;
}

.lexus_web_footer_navigation p a:hover {
    opacity: 1;
}

.lexus_web_footer_certificate {
    width: 100%;
}

.lexus_web_footer_certificate h3 {
    display: block;
    opacity: 0.8;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #1F222E;
    letter-spacing: 0;
    margin-bottom: 0.12rem;
    font-weight: 400;
}

.lexus_web_footer_certificate div {
    width: 92.5%;
    height: 0.96rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.12rem;
    margin: 0.72rem auto 0;
}

.lexus_web_footer_certificate div a {
    background: #1F222E;
    border-radius: 0.18rem;
}

.lexus_web_footer_certificate div img {
    background: #1F222E;
    border-radius: 0.18rem;
    width: 0.48rem;
    height: 0.48rem;
    padding: 0.12rem;
    opacity: 0.8;
}

.lexus_web_footer_certificate div input {
    height: 0.96rem;
    border: 0;
    font-size: 0.28rem;
    color: #464A5C;
    margin-left: 0.32rem;
    width: 81.3%;
}

.lexus_web_footer_certificate ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lexus_web_footer_certificate ul li {
    margin-top: 0.32rem;
}

.lexus_web_footer_certificate ul li img {
    width: 0.9rem;
    height: 0.9rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    padding: 0.05rem;
    display: block;
}

.lexus_web_footer_certificate ul li p {
    opacity: 0.7;
    line-height: 0.32rem;
    display: block;
    text-align: center;
    font-size: 0.12rem;
    color: #1F222E;
    letter-spacing: 0;
    text-align: center;
}

.lexus_web_footer_border {
    display: block;
    border-top:  0.5px solid rgba(31,34,46,0.07);
    margin-bottom: 0;
}

.lexus_web_footer_statement {
    margin: 0 auto 1rem;
    text-align: center;
}

.lexus_web_footer_statement div:first-child{
     padding-top: 0.48rem;
}

.lexus_web_footer_statement div p{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lexus_web_footer_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.64rem 0 0.32rem;
}

.lexus_web_footer_nav p {
    opacity: 0.7;
    font-size: 0.24rem;
    color: #464A5C;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.28rem;
}

.lexus_web_footer_nav i{
    display: inline;
    width: 0.01rem;
    height: 0.16rem;
    background: #BCBCC0;
    margin: 0 4.3%;
}

.lexus_web_footer_statement div p a,
.lexus_web_footer_statement div p a:hover,
.lexus_web_footer_statement div p a:active {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.44rem;
    color: #464A5C;
    letter-spacing: 0;
}

.lexus_web_footer_statement div img {
    width: 0.26rem;
    height: 0.26rem;
    display: inline-block;
    margin: 0 0.1rem;
}

/* 按钮 */
.promises_authentication_but {
    width: 6.7rem;
    height: 0.96rem;
    background: #1F222E;
    border-radius: 0.16rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.34rem;
    font-weight: 500;
}

.promises_authentication_but.space {
    margin-top: 20px;
}

.promises_authentication_but img {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    opacity: 0.6;
}

/* 服务说明 */
.promises_authentication_illustrate {
    display: block;
    font-size: 0.24rem;
    color: rgba(19, 20, 21, .6);
    text-align: center;
    line-height: 0.22rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 0.25rem 0 0.56rem;
}

.promises_authentication_illustrate a {
    text-decoration: underline;
    color: rgba(19, 20, 21, .6);
}

.promises_authentication_illustrate a:hover {
    opacity: 1;
    color: rgba(19, 20, 21, 1);
}

/* 搜索 */
.lexus_web_search {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}

.lexus_web_search_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: block;
}

.lexus_web_search_content {
    position: absolute;
    top: 0;
    width: 100%;
    background: #F8F8F8;
    text-align: center;
    padding-bottom: 0.64rem;
}

.lexus_web_search_content_logo {
    width: 2.7283rem;
    height: auto;
    display: block;
    margin: 0.28rem auto 0.6rem;
}

.lexus_web_search_content_close {
    width: 0.40rem;
    height: 0.40rem;
    display: block;
    opacity: 0.9;
    position: absolute;
    top: 0.32em;
    right: 0.28rem;
    padding: 0.08rem;
    cursor: pointer;
}

.lexus_web_search_content_close:hover {
    opacity: 1;
}

.lexus_web_search_content_text {
    background: #FFFFFF;
    border-radius: 0.08rem;
    width: 6.94rem;
    height: 0.94rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lexus_web_search_content_text div {
    display: flex;
    align-items: center;
}

.lexus_web_search_content_text div img {
    width: 0.48rem;
    height: 0.48rem;
    display: inline-block;
    margin: 0 0.16rem 0 0.24rem;
}

.lexus_web_search_content_text div input {
    font-size: 0.28rem;
    color: #101533;
    line-height: 0.96rem;
    border: 0;
    width: 3.98rem;
}

.lexus_web_search_content_text button {
    width: 1.64rem;
    height: 0.72rem;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
    background: #1F222E;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    font-weight: 500;
    margin-right: 0.12rem;
}

.lexus_web_search_content_text button img {
    width: 0.32rem;
    height: 0.32rem;
    display: inline-block;
    margin: 0 0.1rem 0 0;
}

/* 全国城市 */
.header-city {
    width: 35.8%;
    /* width: 6.88rem;
    height: 4.02rem; */
    background: rgba(255, 255, 255, 0.84);
    border: 0.01rem solid rgba(33, 38, 66, 0.1);
    box-shadow: 0rem 0.16rem 0.16rem 0rem rgba(20, 27, 46, 0.1);
    box-shadow: 0rem 0.32rem 0.36rem 0rem rgba(20, 27, 46, 0.1);
    border-radius: 0.08rem;
    position: fixed;
    top: 0.7rem;
    right: 2.19rem;
    z-index: 99999;
    overflow: hidden;
    backdrop-filter: blur(0.08rem);
    -webkit-backdrop-filter: blur(0.08rem);
    display: none;
}

.city-content {
    width: 100%;
}

.content-nav {
    /* width: 6.16rem; */
    /* height: 0.68rem; */
    border-radius: 0.08rem 0.08rem 0rem 0rem;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 3% 5% 2.5%;
}

.content-nav:hover {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(33, 38, 66, 0.1);
    box-shadow: 0rem 0.16rem 0.48rem 0rem rgba(33, 38, 66, 0.1);
}

.content-nav-scroll {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(33, 38, 66, 0.1);
    box-shadow: 0rem 0.16rem 0.48rem 0rem rgba(33, 38, 66, 0.1);
}

.nav-title {
    font-size: 0.13rem;
    color: #1F222E;
    opacity: 0.6;
    line-height: 0.32rem;
}

.nav-letter,
.city-top dl dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.nav-letter span {
    border: 0.01rem solid rgba(31, 34, 46, .09);
    border-radius: 0.04rem;
    font-size: 0.13rem;
    color: rgba(31, 34, 46, 1);
    font-weight: 400;
    opacity: 0.8;
    line-height: 0.24rem;
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    text-align: center;
    margin: 0.7%;
}

.nav-letter span:hover {
    cursor: pointer;
    background: #1F222E;
    border-radius: 0.04rem;
    color: #fff;
    opacity: 1;
}

.nav-letter span.nav-letter-ol {
    background: #1F222E;
    border-radius: 0.04rem;
    color: #fff;
    opacity: 1;
}

.content-city {
    height: 3.35rem;
    padding: 0 4% 0 5%;
    overflow-y: auto;
}

.city-top {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    line-height: 0.555rem;
}

.city-top .title2 {
    padding-top: 0;
}

.title {
    opacity: 0.6;
    font-size: 0.13rem;
    color: #1F222E;
    font-weight: 500;
    padding-top: 0.075rem;
}

.title i {
    display: inline-block;
    background: rgba(31, 34, 46, .2);
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.5rem;
    font-size: 0.12rem;
    color: rgba(31, 34, 46, 1);
    font-weight: 400;
    text-align: center;
    line-height: 0.16rem;
    margin-right: 0.12rem;
    font-style: normal;
}

.title a {
    display: inline-block;
    color: #1F222E;
}

.city-top dl,
.city-li dl {
    width: 100%;
    border-bottom: 0.01rem solid rgba(31, 34, 46, .07);
    display: inline-block;
    padding: 0.075rem 0;
}

.city-top dl dd a,
.city-li dl dd a {
    display: inline-block;
    opacity: 0.8;
    font-size: 0.14rem;
    color: #1F222E;
    font-weight: 500;
    padding: 0 0.08rem 0 0.08rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
}

.city-li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 0.4rem;
}

.city-li dl dd a:hover {
    background: rgba(31, 34, 46, .07);
    border-radius: 0.04rem;
    opacity: 1;
}

/* .city-li dl:last-child{ border-bottom: 0;} */
.city-li dl dd {
    /* width: 5.28rem; */
    display: flex;
    flex-wrap: wrap;
}

.title_same {
    padding-left: 0.28rem;
}

.nav_letter_close {
    width: 0.22rem;
    height: 0.22rem;
    display: block;
    position: absolute;
    top: 0.05rem;
    right: 0.05rem;
    cursor: pointer;
}

/* 预约成功弹窗 */
.appointment_successful {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.appointment_successful_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.appointment_successful_content {
    width: 5.1rem;
    height: 4.88rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    position: absolute;
    z-index: 9999;
    padding: 0 0.64rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.appointment_successful_content h3 {
    display: block;
    font-size: 0.40rem;
    color: #464A5C;
    line-height: 0.56rem;
    font-weight: 500;
    padding: 0.56rem 0 0.32rem;
    text-align: center;
}

.appointment_successful_content p {
    font-size: 0.28rem;
    color: #464A5C;
    text-align: center;
    line-height: 0.48rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 0.48rem;
}

.appointment_successful_close {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    cursor: pointer;
}

.appointment_successful_sub {
    margin: 0 auto;
}

/* .lexus_web_banner_form_Code_but {
    width:auto;
    height: 0.32rem;
    background: #d5d5d6;
    border-radius: 0.22rem;
    font-size: 0.12rem;
    color: #fff;
    border: 0;
    opacity: 0.8;
} */

.lexus_web_banner_form_con input::placeholder {
    color: rgba(70, 74, 92, .6);
}

/*滚动条样式*/
/*滚动条样式*/
.content-city::-webkit-scrollbar {
    width: 0.08rem;
}

.content-city::-webkit-scrollbar-thumb {
    border-radius: 0.05rem;
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    background: #2B2C33;
}

.content-city::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
/* 开屏广告 */
.first-screen-banner{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
    background:rgba(0,0,0,0.5);
    display:flex;
    justify-content: center;
    align-items: center;
    display:none
}
.first-screen-banner .first-screen-inner{
     /* width:62.5%; */
     width: 90%;
    position: relative;
}
.first-screen-banner .screen-banner{
    width:100%;
    height: 100%;
}

.first-screen-banner .screen-banner-close{
    position: absolute;
    right:8px;
    top: 8px;
    width: 42px;
    cursor:pointer
}

/* 我要买车、买车、置换留资 */
/* .lexus_web_subnav{ background: url(../../images/web/index/tab_select1.png) no-repeat top left; background-size: 100% 100%;width: 14.26rem; height: 2.38rem; margin: 0 auto;} */


/* 跳转新车官网按钮 */
.lexus_web_guanwang_but {
    border: 0.01rem solid rgba(31, 34, 46, .12);
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 0.64rem;
    margin: 0 auto 0.72rem;
    font-size: 0.16rem;
    color: #1F222E;
    line-height: 0.24rem;
    font-weight: 500;
    opacity: 0.7;
}

.lexus_web_guanwang_but img {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}

.lexus_web_guanwang_but:hover {
    border: 0.01rem solid rgba(31, 34, 46, 1);
    opacity: 1;
}

/* 动画 */
.lexus_web_Time {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.lexus_web_Time {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

[v-cloak] {
    opacity: 0;
}
body{
    /* background-clip:content-box; */
}
/* 首页banner */
.lexus_web_banner {
    width: 100%;
    /* height: 9.8rem; */
    position: relative;
    touch-action: none;
  }
  
  .lexus_web_banner_img {
    display: block;
    width: 100%;
    height: auto;
  }

  .lexus_web_banner_img img{
      display: block;
      width: 100%;
  }
/*   
  .lexus_web_banner_img2{
    background: url(../../images/web/index/home_top_image2@2x.png) no-repeat #000;
    background-size:cover;
    background-position: center;
  }
  .lexus_web_xbanner_img{
    background: url(../../images/web/index/home_top_image2.png) no-repeat #000;
    background-size:cover;
    background-position: center;
  }
  .lexus_web_xbanner_img2{
    background: url(../../images/web/index/home_top_image3.png) no-repeat #000;
    background-size:cover;
    background-position: center;
  }
  .lexus_web_xbanner_img3{
    background: url(../../images/web/index/home_top_image4.png) no-repeat #000;
    background-size:cover;
    background-position: center;
  } */
  /* 我要买车 */
  .lexus_web_banner_bayCar_img{
    height: 6.6rem;
    background: url(../../images/web/buyCar/buy_top_image1@2x.png) no-repeat ;
    background-size:cover;
    background-position: center;
  }
  /* 我要卖车 */
  .lexus_web_banner_sell_img{
    height: 6.6rem;
    background: url(../../images/web/sellReplace/sell_top_image@2x.png) no-repeat #000;
    background-size:cover;
    background-position: center;
  }
/* 我要置换 */
.lexus_web_banner_replace_img{
    height: 6.6rem;
    background: url(../../images/web/brandIntroduction/gift_top_image@2x.png) no-repeat #000;
    background-size:cover;
    background-position: center;
}

  .lexus_web_banner_sell_mask{
    height: 6.6rem;
  }
  
.lexus_web_banner_img3{
    display: block;
    width: 100%;
}
  
  .lexus_web_banner_video{
    display: block;
    width: 100%;
    background-color: #000;
  }
  
  .active {
    animation-play-state: running;
  }
  
  .paused {
    animation-play-state: paused;
  }
  
  .swiper-container-banner {
    width: 100%;
  }
  
  .swiper-container-banner .swiper-pagination-bullets{
    bottom: 0.68rem !important;
  }
  .swiper-brandIntroduction .swiper-pagination{
    top: 3.3rem !important;
    /* top: 2.6rem !important; */
  }
  .swiper-container-banner .swiper-pagination-bullet,.swiper-brandIntroduction .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.3) !important;
    width: 0.4rem !important;
    height: 0.1rem !important;
    margin: 0 0.06rem !important;
    opacity: 1 !important;
    border-radius: 0.1rem !important;
  }
  
  .swiper-container-banner .swiper-pagination-bullet-active,.swiper-brandIntroduction .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
    height: 0.1rem !important;
    border-radius: 0.1rem !important;
  }
  
  .swiper-container-banner .swiper-slide {
    /* background-color: #000 !important; */
    z-index: 10 !important;
  }
  
  
  .lexus_web_banner_mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  
  .lexus_width_auto_banner{
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }

  #banner_video{
      /* height: 4rem; */
      height: 3.8rem;
  }

  .lexus_web_banner_mask div:first-child {
    height: 4.43rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 97%);
  }
  
  .lexus_web_banner_mask div:last-child {
    height: 56%;
    transform: rotate(-180deg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 98%);
  }
  .lexus_web_banner_text3 div::before {
    width: 0.02rem;
    height: 0.79rem;
    background: #FFFFFF;
    content: "";
    display: block;
    float: left;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
  } 
  
  .lexus_web_banner_img_shinian {
    display: block;
    width: 3.72rem;
    height: 2.2rem;
    margin-top: 15.7%;
  }
  .lexus_web_banner_img_shinian2{
      display: block;
      width: 5rem;
      height:1.8rem;
    }
  .lexus_web_banner_text div h1 {
    padding: 0 0 0 0.26rem;
    display: block;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.62rem;
    font-weight: 500;
  }

  .lexus_web_banner_text_h1{
      margin-top: 15.7%;
  }
  
  .lexus_web_banner_buycar_text div h1{
    margin-top: 10.7%;
  }

  .lexus_web_banner_buycar_text2 h3{ 
      margin-top: 15.7%;
    }

  .lexus_web_banner_text div .lexus_web_banner_text_p {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0.1rem 0 0.14rem 0.26rem;
  }
  
  .lexus_web_banner_text div .lexus_web_banner_text_p2 {
    padding: 0 0 0 0.26rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.42rem;
  }
  
  .lexus_web_banner_tab_bj {
    border-radius: 0.1rem;
    position: relative;
    z-index: 11;
  }


  
  .lexus_web_banner_tab {
    width: 100%;
    background-color: #F8F8FA;
  }
  
  .lexus_web_banner_tab ul {
    width: 92.5%;
    margin: -0.44rem auto 0;
    border-top: 0.01rem solid hsla(0, 0%, 100%, .1);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.20) 126%);
    backdrop-filter: blur(0.08rem);
    -webkit-backdrop-filter: blur(0.08rem);
    border-radius: 0.50rem;
    display: flex;
    justify-content: space-between;
  }
  
  .lexus_web_banner_tab ul li {
    width: 100%;
    font-size: 0.32rem;
    display: inline-block;
    text-align: center;
    line-height: 0.88rem;
  }
  .lexus_web_banner_tab ul a {
      display: inline-block;
      width: 32.9%;
    color: #FFFFFF;
  }
  .lexus_web_banner_tab ul a li.lexus_web_banner_tab_active_left {
   
    display: inline-block;
  }
  .lexus_web_banner_tab ul li.lexus_web_banner_tab_active_left {
    backdrop-filter: blur(0rem);
    -webkit-backdrop-filter: blur(0);
    text-align: center;
    border-radius: 0.12rem 0.12rem 0 0;
    background: none;
    border: 0;
  }
  
  .lexus_web_banner_tab ul a li.lexus_web_banner_tab_active_left {
      background: rgba(255,255,255,0.90);
      box-shadow: 0rem 0.12rem 0.32rem 0rem rgba(19,18,30,0.06);
      border-radius: 0.44rem;
      display: inline-block;
      color: #000;
  }
  
  .lexus_web_banner_tab ul a:hover li.lexus_web_banner_tab_active_left a:hover {
    color: rgba(0 0, 0, 0.8);
  }
  
  .lexus_web_banner_tab ul a.lexus_web_sell_banner_tab_sell_margin{
    width: 11.15%;
  }

  .lexus_web_banner_tab ul a.replace_tab_a{
    margin-left: 0.27%;
  }

  .lexus_web_banner_form_mask {
    width: 100%;
    height: 1.52rem;
    backdrop-filter: blur(0.02rem);
    border-radius: 0.12rem;
    -webkit-backdrop-filter: blur(0.02rem);
    box-shadow: 0rem 0.32rem 0.36rem 0rem rgba(28, 27, 39, 0.08);
    position: absolute;
    /* bottom: 0; */
    z-index: -1;
  }
  
  .lexus_web_banner_form_content {
    width: 92.5%;
    margin: 0.16rem auto 0;
    background: #FFFFFF;
    box-shadow: 0rem 0.16rem 0.3rem 0rem rgba(19,18,30,0.11);
    border-radius: 0.2rem;
    padding-bottom: 0.52rem;
  }
  
  .lexus_web_banner_form_con {
    display: block;
    padding:0.12rem 0.4rem 0;
  }
  
  .lexus_web_banner_form {
    height: 1.04rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .lexus_web_banner_form:hover {
    border-bottom: 0.01rem solid rgba(0, 0, 0, .3);
  }
  
  .lexus_web_banner_form_name {
    width:59%;
    font-size: 0.28rem;
    line-height: 1.04rem;
    color: rgba(70, 74, 92, 1);
    background: none;
    border: 0;
  }
  
  .div_radio {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.26rem;
    color: #464A5C;
  }
  
  /* .lexus_web_form_msg{ display: block;font-size: 0.12rem; color: #EB3316;font-weight: 500; position: absolute; bottom: 0.05rem;} */
  /*** 自定义radio单选按扭**/
  .div_radio label {
    padding: 0 0.07rem;
    color: rgba(70, 74, 92, .6);
    display: flex;
    align-items: center;
    border-bottom: none !important;
  }
  
  .div_radio label:first-child {
    padding-right: 0.34rem;
  }
  
  .div_radio input[type=radio] {
    position: relative;
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    outline: 0;
    border: 0.01rem solid rgba(70, 74, 92, 1);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    vertical-align: text-top;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0.6;
    margin-right: 0.14rem;
  }
  
  .div_radio input[type=radio]:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 0.16rem;
    height: 0.16rem;
    -webkit-border-radius: 0.12rem;
    opacity: 0.6;
    -moz-border-radius: 0.12rem;
    border-radius: 0.12rem;
    background: #1F222E;
    opacity: 1;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all ease-in-out .2s;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }
  
  .div_radio input[type=radio]:checked {
    border-color: #1F222E;
    opacity: 1;
    color: #1F222E;
  }
  
  .div_radio input[type=radio]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
  
  .lexus_web_banner_form i {
    display: inline-block;
    width: 0.03rem;
    height: 0.32rem;
    opacity: 0.8;
    border-radius: 0.03rem;
  }
  
  .lexus_web_banner_form_phone {
    width: 100%;
    line-height: 1.04rem;
    font-size: 0.28rem;
    color: #464A5C;
    background: none;
    border: 0;
  }
  
  .lexus_web_banner_form_Code {
    line-height: 1.04rem;
    font-size: 0.28rem;
    color: #464A5C;
    background: none;
    border: 0;
  }
  
  /* 在Chrome浏览器下 */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  /* 在Firefox浏览器下 */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .lexus_web_banner_form_Code_but {
    /* width: 2rem; */
    display: block;
    padding: 0 0.24rem;
    height: 0.56rem;
    background-color: rgba(43, 44, 51, .5);
    border-radius: 0.50rem;
    font-size: 0.24rem;
    color: #fff;
    border: 0;
    float: right;
  }
  
  .lexus_web_banner_form_sub {
    width: 100%;
    height: 0.96rem;
    background: #1F222E;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .lexus_web_banner_form_sub img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    display: inline-block;
    opacity: .6;
  }
  .lexus_web_banner_form_con input::placeholder {
    color: rgba(70, 74, 92, .6);
  }
  
  
  
  .lexus_web_banner_form_checkbox {
    display: block;
    font-size: 0.24rem;
    color: #464A5C;
    line-height: 0.32rem;
    padding: 0.36rem 0 0.52rem; 
  }
  
  .lexus_web_banner_form_checkbox label {
    display: flex;
    align-items: flex-start;
  }
  
  .lexus_web_banner_form_checkbox label p {
    font-size: 0.24rem;
    color: rgba(70, 74, 92, .9);
    width: 9.95rem;
  }
  
  .lexus_web_banner_form_checkbox label p a,
  .lexus_web_banner_form_checkbox label p a:hover,
  .lexus_web_banner_form_checkbox label p a:active {
    line-height: 0.27rem;
    padding-top: 0.2rem;
    color:#000;
    text-decoration: underline;
  }
  
  /** * 自定义checkbox复选框**/
  .lexus_web_banner_form_checkbox input[type="checkbox"] {
    position: relative;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    vertical-align: text-top;
    border: 0;
    background: none;
    cursor: pointer;
    margin-right: 0.16rem;
  }
  
  .lexus_web_banner_form_checkbox input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: -0.01rem;
    left: -0.06rem;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.03rem;
    visibility: visible;
    /* background-color: rgb(141, 141, 141); */
  }
  
  .lexus_web_banner_form_checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: -0.01rem;
    left: -0.06rem;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.03rem;
    border-color: #464A5C;
    ;
    background-color: #464A5C;
  }
  
  .lexus_web_banner_form_checkbox input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 0.02rem;
    left: 0.05rem;
    display: table;
    width: 0.08rem;
    height: 0.16rem;
    border: 0.02rem solid white;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    background-color: #464A5C;
    ;
    transform: scale(0.2) rotate(45deg);
    animation: checked-select 0.2s ease-in forwards;
  }
  
  .layui-layer-shade{
      width: 5.38rem;
  }

  @keyframes checked-select {
    to {
      transform: scale(1) rotate(45deg);
    }
  }



  /* 特殊处理video-js样式覆盖 */
  .video-js .vjs-big-play-button {
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }