.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #f5f5f7;
    min-width: 1200px;
}

body {
    font-family: "Microsoft YaHei";
}

a:hover {
    text-decoration: none;
}

#Container {
    width: 100%;
}

.header {
    width: 100%;
    height: 905px;
    background: white url('../images/banner-img.jpg') top center no-repeat;
    background-size: 1920px 520px;
    padding-top: 12px;
}

.navigation-bar-box {
    width: 100%;
    height: 53px;
}

.navigation-bar-left {
    width: 285px;
    height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.logo {
    width: 189px;
    height: 53px;
    background: url('../images/logo.png') center no-repeat;
    background-size: 189px 53px;
}*/

.sel-city-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right:15px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    background:url('../images/sel.png')right no-repeat;
    background-size:8px 5px;
}

.cityChoices {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    max-width: 70px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sel-icon {
    width: 0;
    height: 0;
    display: block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    position: absolute;
    right: 0;
    top: 8px;
}

.navigation-bar-right {
    height: 53px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

/*.head-dl-icon {
    width: 11px;
    height: 13px;
    display: block;
    background: url('../images/dl-icon.png') center no-repeat;
    background-size: 11px 13px;
    margin-right: 5px;
}*/

.head-login {
    font-size: 14px;
    color: #ffffff;
}

.navigation-bar {
    padding-left: 300px;
}

.navigation-bar-width {
    width: 656px;
    height: 53px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-bar-list {
    height: 25px;
    color: white;
    font-size: 14px;
}

.sel_nav {
    border-bottom: 2px solid white;
}

.free-advice {
    width: 706px;
    margin: 0 auto;
    margin-top: 75px;
}

.free-advice-headline {
    width: 545px;
    height: 49px;
    /*background: url('../images/headline.png')center no-repeat;*/
    /*background-size: 545px 49px;*/
    margin: 0 auto;
    margin-bottom: 50px;
}

.free-advice-input-box {
    width: 706px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background: white;
    position: relative;
}

.free-advice-input {
    width: 530px;
    height: 50px;
    background: none;
    outline: none;
    border: 0px;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
}

input:focus {
    outline: none;
}

.free-advice-btn {
    width: 146px;
    height: 46px;
    border-radius: 0 46px 46px 0;
    margin-right: 2px;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #b81521, #dc2611);
    background: -o-linear-gradient(right, #b81521, #dc2611);
    background: -moz-linear-gradient(right, #b81521, #dc2611);
    background: linear-gradient(to right, #b81521, #dc2611);
    font-size: 18px;
    color: white;
    line-height: 46px;
    text-align: center;
}

.alert-danger {
    width: 0px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: absolute;
    right: 146px;
    top: 0px;
}

strong {
    margin-left: 20px;
}

.adm {
    animation: myfirst .2s linear forwards;
    /* Firefox: */
    -moz-animation: myfirst .2s linear forwards;
    /* Safari 和 Chrome: */
    -webkit-animation: myfirst .2s linear forwards;
    /* Opera: */
    -o-animation: myfirst .2s linear forwards;
}

@keyframes myfirst {
    0% {
        width: 0px;
    }

    100% {
        width: 260px;
    }

}

@-moz-keyframes myfirst

    /* Firefox */
{
    0% {
        width: 0px;
    }

    100% {
        width: 260px;
    }
}

@-webkit-keyframes myfirst

    /* Safari 和 Chrome */
{
    0% {
        width: 0px;
    }

    100% {
        width: 260px;
    }
}

@-o-keyframes myfirst

    /* Opera */
{
    0% {
        width: 0px;
    }

    100% {
        width: 260px;
    }
}

.alert-danger-txt {
    margin-left: 20px;
}

.users-number-txt {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 20px;
}


.header-content-box {
    width: 1200px;
    min-height: 272px;
    box-shadow: #777575 0px 0px 10px;
    border-radius: 10px;
    background: white;
    margin-top: 95px;
}

.header-content-padding {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.header-content-left {
    width: 740px;
    padding-left: 40px;
}

.content-left-headline {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.screen-list {
    min-width: 97px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.screen-list-cb {
    width: 28px;
}

.chebiao {
    width: 100%;
    display: block;
}

.screen-list-cm {
    font-size: 14px;
    color: black;
}

.screen-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.screen-list-cm2 {
    font-size: 14px;
    color: black;
}

.screen-price {
    min-width: 97px;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.screen-list-price {
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.header-content-right {
    width: 390px;
    margin-right: 25px;
}

.content-right-top {
    height: 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.labage-logo-box {
    width: 58px;
}

.labage {
    width: 58px;
    height: 58px;
    display: block;
}

.labage-txt {
    font-size: 13px;
    color: #737373;
    text-align: center;
    margin-top: 6px;
}

.header-entrance-box {
    width: 297px;
    height: 86px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.entrance-list {
    width: 140px;
    height: 36px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.entrance-list1 {
    background: url('../images/dh-back1.png') center no-repeat;
    background-size: 140px 36px;
}

.entrance-list-txt {
    width: 108px;
    height: 36px;
    padding-left: 5px;
    line-height: 36px;
    text-align: center;
}

.entrance-list2 {
    background: url('../images/dh-back2.png') center no-repeat;
    background-size: 140px 36px;
}

.entrance-list3 {
    background: url('../images/dh-back3.png') center no-repeat;
    background-size: 140px 36px;
}

.entrance-list4 {
    background: url('../images/dh-back4.png') center no-repeat;
    background-size: 140px 36px;
}

.affiche-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.affiche-headline {
    font-size: 18px;
    color: #000000;
}

.affiche-more {
    font-size: 12px;
    color: #737373;
}

.affiche-list-box {
    width: 300px;
    margin-top: 16px;
}

.affiche-list {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #737373;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.affiche-list:hover {
    color: #771214;
}

.guarantee {
    width: 1122px;
    height: 169px;
    background: url('../images/baozhang.png') center no-repeat;
    background-size: 1122px 169px;
    margin: 0 auto;
    margin-top: 32px;
}

.activity-area-box {
    padding-top: 10px;
}

.activity-area-headline {
    width: 411px;
    height: 52px;
    background: url('../images/hdzq.png') center no-repeat;
    background-size: 411px 52px;
    margin: 0 auto;
    margin-top: 45px;
}

.swiper-container {
    height: 300px;
    margin-top: 25px;
}

.swiper-slide-activity-area {
    position: relative;
    cursor: pointer;
}

.activity-area-left {
    width: 386.667px;
}

.remaining-time-box {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-area-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.activity-area-img img {
    /*width: 100%;*/
    height: 100%;
    display: block;
}

.activity-area-logo {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-area-logo-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.remaining-time-txt {
    font-size: 16px;
    color: white;
    margin-left: 17px;
}

.activity-swiper-button-next {
    background: url('../images/right-jt.png') center no-repeat;
    background-size: 11px 21px;
    right: 0;
    outline: none;
    display: none;
}

.activity-swiper-button-prev {
    background: url('../images/left-jt.png') center no-repeat;
    background-size: 11px 21px;
    left: 0;
    outline: none;
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    top: 65%;
}

.activity-area-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper-activity-area-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}

.group-module-box {
    width: 100%;
    position: relative;
}

.group-headline {
    width: 411px;
    height: 52px;
    background: url('../images/ptmc1.png') center no-repeat;
    background-size: 411px 52px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 24px;
}

.group-module-more {
    display: block;
    font-size: 12px;
    color: #7a7a7b;
    position: absolute;
    right: 0;
    top: 34px;
}

.group-module-list {
    width: 100%;
    height: 300px;
    background: white;
    margin-bottom: 16px;
    box-shadow: #c4c4c7 0px 0px 10px;
    display: flex;

    transition: 1s all;
}

.group-module-list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.group-show-img-box {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.group-show-img {
    width: 100%;
    display: block;
}

.hot-icon {
    width: 46px;
    height: 32px;
    background: url('../images/hot.png') center no-repeat;
    background-size: 46px 32px;
    position: absolute;
    left: 0;
    top: 10px;
}

.group-main {
    width: 880px;
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.group-car-headline {
    margin-top: 32px;
    color: black;
    font-size: 22px;
    font-weight: bold;
}

.group-main-left {
    width: 320px;
}

.group-car-type {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    color: black;
}

.group-car-describe {
    font-size: 14px;
    margin-top: 10px;
    color: black;
}

.group-car-limit {
    font-size: 14px;
    color: black;
}

.group-car-purchase {
    font-size: 16px;
    color: black;
    margin-top: 65px;
}

.group-car-subscription {
    font-size: 16px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-car-money {
    font-size: 30px;
    color: black;
}

.group-main-right {
    width: 526px;
    height: 300px;
    overflow: hidden;
}

.group-member-list {
    width: 100%;
    height: 99px !important;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-member-mobilde {
    font-size: 18px;
    color: black;
}

.group-member {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.group-member-ct-btn {
    width: 140px;
    height: 36px;
    background: url('../images/ct-1.png') center no-repeat;
    background-size: 140px 36px;
    margin-right: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    color: white;
    font-size: 12px;
}

.group-member-ct-btn:hover {
    background: url('../images/ct-2.png') center no-repeat;
    background-size: 140px 36px;
}

.group-member-ct {
    text-align: right;
    margin-right: 16px;
}

.group-member-ct-num {
    font-size: 18px;
    color: black;
}

.group-member-ct-time {
    font-size: 16px;
    color: black;
}

.channel-headline {
    width: 411px;
    height: 52px;
    background: url('../images/tgpd.png') center no-repeat;
    background-size: 411px 52px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 24px;
}

.channel-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.channel-main-left {
    width: 592px;
    height: 340px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.channel-show-img {
    width: 100%;
}

.channel-describe {
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.decibel-box {
    width: 100%;
    position: relative;
}

.decibel-headline {
    width: 411px;
    height: 52px;
    background: url('../images/fbsc.png') center no-repeat;
    background-size: 411px 52px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 24px;
}

.decibel-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.decibel-list {
    width: 230px;
    height: 310px;
    background: white;
    margin-right: 14px;
}

.decibel-list:last-child {
    margin-right: 0;
}

.decibel-list-img-box {
    width: 100%;
    height: 217px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.decibel-show-img {
    width: 130px;
}

.decibel-product-name {
    width: 95%;
    margin: 0 auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.decibel-num {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.decibel-num-color {
    color: #e53935;
}

.through {
    text-decoration: line-through;
    color: #b0b0b0;
    margin-left: 5px;
}

.send-out {
    color: #b0b0b0;
    text-align: center;
    font-size: 12px;
}

.decibel-list {
    position: relative;
    transition: 0.5s all;
}

.exchange-box {
    width: 100%;
    height: 0px;
    overflow: hidden;
    line-height: 48px;
    background: -webkit-linear-gradient(left, #b81521, #f82b2b);
    background: -o-linear-gradient(right, #b81521, #f82b2b);
    background: -moz-linear-gradient(right, #b81521, #f82b2b);
    background: linear-gradient(to right, #b81521, #f82b2b);
    font-size: 14px;
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    transition: 0.8s all;
}

.decibel-list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.decibel-list:hover .exchange-box {
    height: 48px;
}

.chat-headline {
    width: 411px;
    height: 52px;
    background: url(../images/lbglc.png) center no-repeat;
    background-size: 411px 52px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 24px;
}

.chat-car-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}


.chat-car-list {
    width: 390px;
    margin-right: 14px;
}

.chat-car-list:last-child {
    margin-right: 0;
}

.chat-car-top {
    width: 100%;
    height: 304px;
    box-shadow: #c3c3c6 0px 0px 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chat-car-show-img {
    height: 100%;
}

.chat-car-describe {
    width: 100%;
    font-size: 16px;
    color: white;
    height: 60px;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #939394;
    position: absolute;
    left: 0;
    bottom: 0;
}

.chat-car-flr-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flr-head-left {
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
    font-size: 16px;
    position: relative;
}

.flr-head-left::after {
    content: '';
    display: block;
    height: 20px;
    border-left: 4px solid #fb1728;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 2px;
}

.flr-head-right {
    color: #7a7a7b;
    font-size: 12px;
}

.chat-flr-list-box {
    width: 100%;
    display: block;
}

.chat-flr-list {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    list-style: disc inside;
    color: #685241;
    margin-bottom: 3px;
}

.chat-flr-list:hover {
    color: #ff0000;
}

.sg-headline {
    width: 500px;
    height: 52px;
    background: url(../images/shrz.png) center no-repeat;
    background-size: 500px 52px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 24px;
}

.shoppingunit-main {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shoppingunit-show-img {
    width: 100%;
}

.shoppingunit-floor {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dg-size {
    font-size: 28px;
}

.main-floor {
    margin-top: 70px;
}


.main-floor-nav-list {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(to right, #332c26, #a37852);
    -webkit-background-clip: text;
    color: transparent;
    float: left;
    margin-right: 34px;
    cursor: pointer;
}

.main-floor-nav-active {
    background: linear-gradient(to right, #b81521, #f82b2b);
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 3px transparent solid;
    border-image: linear-gradient(to right, #b81521, #f82b2b) 5 10;
}

.typical-case-box {
    width: 100%;
    height: 134px;
    margin-top: 30px;
    position: relative;
}

.swiper-container-dxal-box {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container-brand {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.typical-case-list {
    width: 176px !important;
    height: 134px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
}

.tempWrap {
    width: 1130px !important;
}

.swiper-container-dxal {
    overflow: hidden;
}

.swiper-wrapper-dxal {
    width: 10000px;
}

.w1260 {
    width: 1280px;
}

.activity-dxal-next {
    background: url('../images/right-jt.png') center no-repeat;
    background-size: 11px 21px;
    right: 0;
    outline: none;
}

.activity-dxal-prev {
    background: url('../images/left-jt.png') center no-repeat;
    background-size: 11px 21px;
    left: 0;
    outline: none;
}

.activity-dxal-next,
.activity-dxal-prev {
    top: 56%;
}

.typical-case-list-img {
    height: 100%;
}

.typical-case-list-describe {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-floor-con {
    display: none;
}

.active-flr-con {
    display: block;
}

.brand-box {
    width: 100%;
    height: 134px;
    margin-top: 30px;
    position: relative;
}

.wraps {
    width: 100%;
    height: 120px;
    background: white;
    position: relative;
    overflow: hidden;
}

.wraps ul {
    overflow: hidden;
    position: absolute;
    width: 1600000px;
    height: 120px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.brand-list {
    width: 1284px;
    height: 90px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.brand-list img {
    width:1284px;
}

.link-box {
    width: 100%;
    height: 134px;
    margin-top: 30px;
}

.link {
    padding: 0 20px;
    height: 74px;
    background: white;
    display: flex;
    padding-top: 20px;
}

.link a {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #5d5d5d;
    border-right: 1px solid #5d5d5d;
}

#main {
    margin-bottom: 68px;
}

#footer {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.clb_floor {
    background: #303030;
    padding-top: 60px;
}

.clb_floor_box {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.dldl {
    float: left;
    margin-left: 80px;
}

.dtdt {
    color: white;
    padding-bottom: 10px;
}

.clb_floor_box ul {
    padding-left: 0;
}

.clb_floor_box a {
    font-size: 12px;
    color: #999;
}


.floor-ewm {
    width: 102px;
}

.floor-ewm-txt {
    text-align: center;
    color: black;
    font-size: 12px;
}
.clb_bottom {
    width: 100%;
    height: 44px;
    font-size: 14px;
    background: black;
    text-align: center;
    line-height: 44px;
    color: white;
}

.swiper-container-dxal {
    width: 1130px;
    height: 134px;
    margin: 0 auto;
    position: relative;
}

.picScroll-left {
    position: relative;
}

.prev {
    width: 11px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
}

.next {
    width: 11px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 50%;
}

.picScroll-left .hd .prev {
    isplay: block;
    float: left;
    margin-left: 5px;
    margin-top: 120px;
    overflow: hidden;
    cursor: pointer
}

.picScroll-left .hd .next {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 120px;
    overflow: hidden;
    cursor: pointer
}



.lzcg-pop-ups{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.lzcg-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lzcg{
    width: 380px;
    height: 380px;
    position: relative;
    background:white;

}
.lzcg-img{
    width: 49px;
    height: 49px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}
.lzcg-tjcg{
    font-size: 22px;
    color: #685241;
    text-align: center;
    margin-top:6px;
}
.lzcg-ewm{
    width: 132px;
    height: 132px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.lzcg-txt{
    font-size: 14px;
    color: #685241;
    text-align: center;
}
.close-lzcg{
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
    cursor: pointer;
}

.header-nav-box-back{
    width: 100%;
    background: white;
}

.header-nav-box{
    width: 1200px;
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.sel_nav{
    border-bottom: 2px solid #eb1414;
}
.navigation-bar-list {
    height: 25px;
    color: black;
    font-size: 14px;
}
.cityChoices{
    color: #000;
}
.sel-icon{
    border-top: 4px solid black;
}
.head-login{
    color: #000000;
}
.free-advice{
    margin-top: 100px;
}
.header-content-box{
    margin-top: 71px;
}
.header{
    background: white url('../images/banner-img.jpg')center -40px no-repeat;
}
.wrap{
     width: 100%;
     height: 100%;
     position: fixed;
     display: none;
     top: 0;
     left: 0;
     z-index: 10000;
 }
.shadow_n{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}
