* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 750px;
    height: 100%;
}

body {
    font: 12px/1.5 'Microsoft YaHei', '瀹嬩綋', Tahoma, Arial, sans-serif;
    color: #555;
}

html {
    font-size: 42.67px;
}

.nTalk-window-offLine-bottom {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder {
    color: #b3b3b3;
}

input::-ms-input-placeholder {
    color: #b3b3b3;
}

img {
    display: block;
    width: 100%;
}

.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b3b3;
    font-size: 0.24rem;
    padding: 0.3rem 0;
}

.loading img {
    width: 0.32rem;
    height: auto;
    margin-right: 0.1rem;
}

@media screen and (min-width:320px) {
    html {
        font-size: 42.67px;
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 53.3px;
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 64px;
    }
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: 0;
    font-family: '寰蒋闆呴粦';
}

/* 寮圭獥缁勪欢start */
.hide {
    display: none;
}
.model_box_show {
    background: #fff;
    width: 4.9rem;
    margin: 4rem auto 0;
    border-radius: 0.24rem;
    color: #333333;
    font-size: 0.26rem;
}
.model_box_show p {
    padding: 0.4rem;
    border-bottom: 1px solid #f5f5f5;
}
.model_box_show .close {
    text-align: center;
    line-height: 0.98rem;
    cursor: pointer;
    color: #666666;
    font-size: 0.3rem;
}
.model_comfirm1 {
    background-color: #ffffff;
    border-radius: 0.24rem;
    margin: 3rem 1.3rem 0;
    color: #333333;
    font-size: 0.32rem;
    overflow: hidden;
}

.model_detail_ordertc {
    background-color: #ffffff;
    border-radius: 0.24rem;
    color: #666666;
    font-size: 0.22rem;
    padding: 0.38rem 0.3rem 0;
    position: relative;
    margin: 2rem 0.75rem 0;
}

.model_detail_ordertc .hd {
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.31rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.46rem;
}

.model_detail_ordertc .close {
    position: absolute;
    padding: 0.2rem 0.3rem;
    top: 0;
    right: 0;
}

.model_detail_ordertc .close img {
    display: block;
    width: 0.31rem;
    height: 0.31rem;
}

.model_detail_ordertc .con {
    max-height: 5rem;
    overflow-y: auto;
}

.model_detail_ordertc .con dt {
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-bottom: 0.18rem;
}

.model_detail_ordertc .con dd {
    background-color: #f7f7f7;
    border-radius: 0.04rem;
    padding: 0.2rem 0.12rem;
}

.model_detail_ordertc .con dl {
    margin-bottom: 0.3rem;
}

.model_comfirm1 .con {
    padding: 0.4rem;
    text-align: center;
}

.model_comfirm1 .group {
    display: flex;
    height: 0.86rem;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
}
.model_comfirm1 .title {
    text-align: center;
    font-size: .32rem;
    line-height: 0.34rem;
    padding: 0.34rem 0 0;
    font-weight: 800;
    color: #333333;
}
.model_comfirm1 .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #099eff;
    font-size: 0.28rem;
}

.model_comfirm1 .close {
    border-right: 1px solid #f5f5f5;
}

.model_comfirm1 b {
    color: #099eff;
    font-weight: normal;
}

.model_tjk_city {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    border-radius: 0.12rem 0.12rem 0rem 0rem;
}

.model_tjk_city .hd {
    color: #666666;
    font-size: 0.3rem;
    line-height: 0.3rem;
    padding: 0.3rem;
    margin-bottom: 0.08rem;
}

.model_tjk_city .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.3rem;
    cursor: pointer;
}

.model_tjk_city .close img {
    width: 0.32rem;
    height: auto;
}

.model_tjk_city .bar {
    padding: 0 0.3rem;
    color: #333333;
    font-size: 0.3rem;
    border-bottom: 1px solid #f5f5f5;
}

.model_tjk_city .bar span {
    cursor: pointer;
    padding-bottom: 0.24rem;
    position: relative;
    margin-right: 0.5rem;
    display: inline-block;
}

.model_tjk_city .bar .on::after {
    content: '';
    position: absolute;
    width: 0.46rem;
    height: 0.05rem;
    background-color: #099eff;
    border-radius: 0.03rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.model_tjk_city .group {
    padding: 0.3rem;
    color: #666666;
    font-size: 0.26rem;
    height: 3.6rem;
    overflow-y: auto;
}

.model_tjk_city .group div {
    cursor: pointer;
    line-height: 0.56rem;
    position: relative;
}

.model_tjk_city .group input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.model_tjk_city .group input:checked+p {
    color: #099eff;
    background: url(../img/radio2.png) no-repeat right center/0.32rem 0.32rem;
}

.model_text1 {
    background-color: #ffffff;
    border-radius: 0.24rem;
    margin: 3rem 0.75rem 0;
    color: #333333;
    font-size: 0.26rem;
}

.model_text12 {
    margin: 3rem 1.3rem 0;
}

.model_text1 .hd {
    padding: 0.42rem;
    line-height: initial;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
}

.model_text1 .con {
    padding: 0 0.5rem;
    line-height: 0.36rem;
}

.model_text1 .con2 {
    padding-top: 0.42rem;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
}

.model_text1 .con p:not(:last-child) {
    margin-bottom: 0.2rem;
}

.model_text1 .close {
    line-height: 0.86rem;
    margin-top: 0.4rem;
    text-align: center;
    display: block;
    color: #099eff;
    font-size: 0.3rem;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
}

.model_box_content {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.model_box_bottom {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.fade.animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.common_model_fwbz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: rgba(102, 102, 102, 1);
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0.14rem 0.14rem 0rem 0rem;
    padding-bottom: 1rem;
}

.common_model_fwbz .hd {
    position: relative;
    text-align: center;
    color: #181f2f;
    font-size: 0.38rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
}

.common_model_fwbz .hd img {
    width: 0.3rem;
    height: auto;
}

.common_model_fwbz .hd .close {
    position: absolute;
    width: 0.9rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0;
    top: 0;
}

.common_model_fwbz li {
    display: flex;
    margin-bottom: 0.3rem;
    justify-content: space-between;
}

.common_model_fwbz li:last-child {
    margin-bottom: 0;
}

.common_model_fwbz li .t2 {
    flex: 1;
    width: 0;
}

.common_model_fwbz .t1 {
    margin-right: 0.14rem;
}

.common_model_fwbz .t1 img {
    width: 0.38rem;
    height: auto;
}

.common_model_fwbz .t2_1 {
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.34rem;
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.common_model_fwbz .t2_2{
    font-size: .3rem;
}

.common_model_fwbz .t2_img {
    display: flex;
    color: #666666;
    font-size: 0.26rem;
}

.common_model_fwbz .t2_img>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.28rem;
}

.common_model_fwbz .t2_img_img {
    width: 2.44rem;
    height: 1.71rem;
    overflow: hidden;
}

.common_model_fwbz .t2_img_img img {
    width: 2.44rem;
    height: auto;
}

.common_model_fwbz .con {
    margin: 0.2rem 0.3rem 0.3rem;
}

.common_model_fwbz .other {
    display: flex;
    height: 0.98rem;
    background-color: #fafafa;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 0.3rem;
}

.common_model_fwbz .other img {
    width: 0.43rem;
    height: auto;
}

.common_model_fwbz .other p {
    margin: 0 0.32rem 0 0.2rem;
}

.common_model_fwbz .other span {
    width: 1.06rem;
    height: 0.52rem;
    background-color: #ffffff;
    border-radius: 0.26rem;
    border: solid 0.01rem rgba(9, 158, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #099eff;
    font-size: 0.3rem;
    cursor: pointer;
}

.model_box_date .hd {
    text-align: center;
    color: #181f2f;
    font-size: 0.32rem;
    padding: 0.3rem 0.3rem;
    border-bottom: 1px solid #f0f0f0;
    height: 1.09rem;
    position: relative;
}

.model_box_date .hd h4 {
    color: #333333;
    font-size: 0.36rem;
}

.model_box_date .close {
    float: right;
    width: 0.3rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.model_box_date .close img {
    width: 100%;
    height: 100%;
}

.date_show_wrap {
    padding: 0 0 0.2rem;
    max-height: 8rem;
    overflow-y: auto;
    position: relative;
}

.model_box_date {
    background: #fff;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    color: #2e2a27;
    font-size: 0.28rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 0.14rem 0.14rem 0 0;
}

.model_box_yhq {
    color: #666666;
    font-size: 0.24rem;
    background-color: #ffffff;
    border-radius: 0.2rem 0.2rem 0rem 0rem;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    padding: 0.4rem 0.3rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.model_box_yhq .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 0.34rem;
    font-weight: 800;
    margin-bottom: 0.34rem;
}

.model_box_yhq .close {
    width: 0.3rem;
    height: 0.3rem;
}

.model_box_yhq .close img {
    display: block;
    width: 100%;
    height: 100%;
}

.model_box_yhq ul {
    max-height: 6rem;
    overflow-y: auto;
}

.model_box_yhq li {
    display: flex;
    justify-content: space-between;
    border: solid 1px #ffc9cc;
    border-radius: .08rem;
    height: 1.59rem;
    margin-bottom: 0.3rem;
}

.model_box_yhq li:last-child {
    margin-bottom: 0;
}

.model_box_yhq li>div {
    display: flex;
}

.model_box_yhq li .t1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.9rem;
    color: #ff6169;
    font-size: 0.24rem;
    background-color: #ffeced;
}

.model_box_yhq li .t1 b {
    font-size: 0.6rem;
    line-height: 0.5rem;
}

.model_box_yhq li .t1_1 {
    margin-bottom: 0.1rem;
}

.model_box_yhq li .t2 {
    flex-direction: column;
    justify-content: center;
    padding: 0 0.22rem;
    flex: 1;
    width: 0;
}

.model_box_yhq li .t2_1 {
    font-size: 0.3rem;
    color: #000000;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model_box_yhq li .t2_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model_box_yhq li .t3 {
    width: 1.7rem;
    position: relative;
    border-left: 1px dashed #ff9399;
    align-items: center;
    justify-content: center;
}

.model_box_yhq li .t3::before,
.model_box_yhq li .t3::after {
    content: '';
    position: absolute;
    width: 0.26rem;
    height: 0.13rem;
    background: #fff;
    border-radius: 0 0 0.14rem 0.14rem;
    left: -0.16rem;
    border: solid 1px #ffc9cc;
}

.model_box_yhq li .t3::before {
    top: -1px;
    border-top-color: #fff;
}

.model_box_yhq li .t3::after {
    bottom: -1px;
    border-radius: 0.14rem 0.14rem 0 0;
    border-bottom-color: #fff;
}

.model_box_yhq li .t3 a {
    display: flex;
    width: 1.2rem;
    height: 0.5rem;
    background-image: linear-gradient(90deg, #ff8b91 0%, #ff6169 100%), linear-gradient(#ff8e00, #ff8e00);
    background-blend-mode: normal, normal;
    box-shadow: 0rem 0.06rem 0.1rem 0rem rgba(255, 108, 115, 0.27);
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 0.28rem;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}

.model_box_yhq li .t3 a.on {
    border: solid 1px #cccccc;
    background: #fff;
    color: #b3b3b3;
    box-shadow: none;
}

.model_box_share {
    color: #333333;
    font-size: 0.24rem;
    background-color: #ffffff;
    border-radius: 0.14rem 0.14rem 0rem 0rem;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.model_box_share .t1 {
    display: flex;
    justify-content: center;
    height: 2.36rem;
    align-items: center;
}

.model_box_share .t1 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.4rem;
    justify-content: center;
    color: #333333;
}

.model_box_share .t1 img {
    width: 0.72rem;
    height: 0.72rem;
    margin-bottom: 0.2rem;
}

.model_box_share .close {
    cursor: pointer;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 0.3rem;
    height: 0.9rem;
}

#model_box {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

#model_box_tip_independent {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: transparent;
    z-index: 2000;
}

#model_box_tip01 {
    padding: 0.20rem 0.4rem;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.common_model_confirm {
    background: #fff;
    width: 4.9rem;
    margin: 4rem auto 0;
    border-radius: 0.24rem;
}

.common_model_confirm .text {
    color: #181f2f;
    font-size: 0.32rem;
    height: 1.68rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.common_model_confirm .confirm_bar {
    color: #999999;
    font-size: 0.28rem;
    border-top: 1px solid #ebebeb;
    height: 0.82rem;
    display: flex;
    justify-content: space-between;
}

.common_model_confirm .confirm_bar>span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.common_model_confirm .confirm_bar .active {
    border-left: 1px solid #ebebeb;
    color: #099eff;
}

.modelopen {
    overflow: hidden;

    /*2020骞�11鏈�11鏃�09:29:28 鍞愬悰鍐� 鍥犲崟鍑诲椁愯鎯呯柧鐥呯瓫鏌ヤ細鑷姩婊氬姩鍒伴《閮紝鏁呭垹闄ゆ浠ｇ爜銆�
        overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
    bottom: 0;*/
}

/* 寮圭獥缁勪欢end */
/* 瀵艰埅鑿滃崟start */
#nav_menu {
    font-size: 0;
    position: fixed;
    top: 1.3rem;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

#nav_menu.detail {
    top: 0.88rem;
}

#nav_menu a {
    display: inline-flex;
    width: 20%;
    align-items: center;
    color: #333333;
    font-size: 0.24rem;
    flex-direction: column;
    margin-bottom: 0.4rem;
}

#nav_menu img {
    width: 0.54rem;
    height: 0.54rem;
    margin-bottom: 0.04rem;
}

#nav_menu .wrap {
    background: #fff;
    padding: 1.2rem 0.2rem 0.1rem;
    box-shadow: 0 -2px 2px #f5f5f5;
    display: none;
    border-top: 1px solid #f5f5f5;
}

.top_bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    padding:.2rem .3rem;
    font-size: .35rem;
    background: #fff;
    justify-content: space-between;
    min-width: 320px;
    max-width: 750px;
}

.modelopen .top_bar_tc {
    background: #fff;
}

.top_bar_tc {
    background: none;
}

.top_bar.no_bg {
    background: transparent;
}

.top_bar .back {
    height: 100%;
    width: 0.36rem;
    background: url(../img/back_black.png) no-repeat 0 center/0.18rem 0.32rem;
}

.top_bar.no_bg .back {
    background: url(../img/back_white.png) no-repeat 0 center/0.18rem 0.32rem;
}

.detail_common_bar .t1 {
    flex: 1;
    color: #000000;
    font-size: 0.34rem;
    margin: 0 0.2rem 0 0.4rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail_common_bar .link {
    color: #333333;
    font-size: 0.3rem;
}

.modelopen .top_bar_tc .detail_common_bar .t1 {
    display: block;
}

.top_bar_tc .detail_common_bar .t1 {
    display: none;
}

.hs_search_bar {
    display: flex;
    flex: 1;
    width: 100%;
    margin-top: .1rem;
    align-items: center;
    justify-content: space-between;
}
.top-logo{
    height: 1rem;
    width: 100%;
    padding:10px .3rem;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 20;
}

.top-logo img{
    width:3rem;
    float: left;
}

.top-logo div{
    /* float: right; */
    font-size: .2rem;
    height: .8rem;
    line-height: .35rem;
    color: #019c50;
}

.top-logo:after{
    clear: both;
    content: '';
    display: block;
}

.hs_search_bar .t1 {
    display: flex;
    align-items: center;
    color: #333341;
    font-size: 0.3rem;
}

.hs_search_bar .t1 img {
    width: 0.25rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.hs_search_bar .t2 {
    margin: 0 0.17rem 0 0.28rem;
    color: #aaacb3;
    font-size: 0.26rem;
    height: 0.68rem;
    background-color: #ebebeb;
    border-radius: 0.34rem;
    width: 4.5rem;
    border: 1px solid #aaacb3;
    padding-left: 0.28rem;
}

.hs_search_bar input{
    width: 60%;
    height: 100%;
}

.search_btn{
    height: 100%;
    width: 26%;
    background: #fcfcfc;
    float: right;
    border-radius: 0 0.34rem 0.34rem 0;

}

.hs_search_bar .t2 img {
    width: 0.38rem;
    margin: 0.1rem auto;
}

.detail_common_bar,
.hs_common_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hs_common_bar .t1 {
    color: #0c132d;
    font-size: 0.34rem;
    flex: 1;
    text-align: center;
    font-weight: 800;
    margin: 0 0.1rem 0 1rem;
}

.no_bg .t1 {
    color: #fff;
}

.top_bar.no_bg .detail_common_bar .t1 {
    display: none;
}

.showModel {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
}

.showModelWrap {
    background: #fff;
    border-radius: 0.14rem;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999999;
    font-size: 0.28rem;
    text-align: center;
}

.showModelWrap .hd {
    color: #333333;
    font-size: 0.36rem;
    font-weight: 800;
    padding: 0.5rem 0.2rem;
}

.showModelWrap .bd {
    padding: 0 0.5rem 0.6rem;
    word-break: break-all;
}

.showModelWrap .close {
    border-top: 1px solid #f5f5f5;
    color: #099eff;
    line-height: 0.98rem;
    font-size: 0.3rem;
}

#nav_two_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav_bar {
    width: 0.29rem;
    height: 0.24rem;
    background: url(../img/menu_1.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.modelopen #nav_bar {
    /* background: url(../img/icon/menu_2.png) no-repeat center/0.25rem 0.25rem; */
}

.top_bar.no_bg #nav_bar {
    background: url(../img/menu_3.png) no-repeat center/100% 100%;
}

#nav_car {
    display: block;
    width: 0.33rem;
    height: 0.32rem;
    margin-right: 0.3rem;
    position: relative;
    background: url(../img/car_1.png) no-repeat center;
    background-size: 100% 100%;
}

.top_bar.no_bg #nav_car {
    background: url(../img/car_2.png) no-repeat center/100% 100%;
}

#nav_car .car_num {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #ff2f56;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -0.16rem;
    right: -0.16rem;
    cursor: pointer;
}

#nav_car i {
    font-style: normal;
    font-size: 0.24rem;
    transform: scale(0.8);
    color: #fff;
}

.fillter_nav {
    color: #000000;
    font-size: 0.28rem;
    position: fixed;
    top: 0.88rem;
    width: 100%;
    z-index: 5;
    background: inherit;
    /* background: #f5f5f5; */
    border-top: 1px solid #f5f5f5;
}

.fillter_nav_tcsel {
    color: #000000;
    font-size: 0.28rem;
    position: fixed;
    top: 0.88rem;
    width: 100%;
    z-index: 5;
    background: inherit;
    /* background: #f5f5f5; */
    border-top: 1px solid #f5f5f5;
}

.fillter_nav.show_fillters {
    bottom: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}

.fillter_nav_hd {
    background: #fff;
    position: relative;
    height: 0.88rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
}
.fillter_nav_hd .on span,
.fillter_nav_hd .on{
    color: #099eff;
}
.fillter_nav_hd span {
    line-height: 0.29rem;
}

.fillter_nav_hd>li {
    flex: 1;
}

.fillter_nav_hd ol {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    max-height: 6rem;
    overflow-y: auto;
    padding: 0.12rem 0 0.32rem;
    border-radius: 0rem 0rem 0.16rem 0.16rem;
    background-color: #fafafa;
}

.fillter_nav_hd ol li {
    /* padding: 0.18rem 0.54rem; */
    cursor: pointer;
}

.fillter_nav_hd ol li a {
    display: block;
    padding: 0.18rem 0.54rem;
}

.fillter_nav_hd ol li.i_active a {
    font-weight: 800;
    text-indent: 0.46rem;
    background: url(../img/select_1.png) no-repeat 0 center/0.26rem 0.18rem;
    background-origin: content-box;
}

.fillter_nav_hd .on ol {
    display: block;
}

.fillter_nav_hd .i_hd {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}

.fillter_nav_hd .i_hd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fillter_nav_hd .i_hd_tclist {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}

.fillter_nav_hd .i_hd_tclist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fillter_nav_hd span {
    position: relative;
}

.fillter_nav_hd .first span::after,
.fillter_nav_hd .on span::after {
    display: block;
}

.fillter_nav_hd span::after {
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.04rem;
    background-image: linear-gradient(90deg, #099eff 0%, #b2e1ff 100%), linear-gradient(#099eff, #099eff);
    background-blend-mode: normal, normal;
    border-radius: 0.02rem;
    bottom: -0.12rem;
    left: 50%;
    margin-left: -0.15rem;
    display: none;
}

.fillter_nav_hd .i_hd img {
    width: 0.18rem;
    /*height: 0.08rem;*/
    margin-left: 0.1rem;
    transition: all 0.3s;
}

.fillter_nav_hd .on img {
    transform: rotate(-180deg);
}

.fillter_nav_hd li:last-child img {
    transform: rotate(0);
}

.fillter_nav_hd2 {
    margin: 0.2rem 0 0.2rem 0.2rem;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
}

.fillter_nav_hd2 li {
    display: inline-flex;
    width: 1.4rem;
    height: 0.5rem;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0.25rem;
    color: #666666;
    font-size: 0.26rem;
    margin-right: 0.1rem;
}

.fillter_nav_hd2 li a {
    color: #666666;
}
.fillter_nav_hd2 .hotlx {
    color: #FB3636;
}

.fillter_nav_hd2 .on a,
.fillter_nav_hd2 .on {
    color: #099eff;
}

.filter_model {
    color: #181f2f;
    font-size: 0.24rem;
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    top: 1.76rem;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    display: none;
}

.filter_model .item {
    margin-bottom: 0.2rem;
}

.filter_model .top {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.filter_model .left {
    width: 1.8rem;
    background: #fafafa;
}

.filter_model .left a {
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666666;
    font-size: 0.28rem;
}

.filter_model .left a.on {
    color: #099eff;
    background: #fff;
    font-weight: 800;
}

.filter_model .bottom {
    height: 1.2rem;
    display: flex;
    align-items: center;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(204, 204, 204, 0.25);
    justify-content: center;
}

.filter_model .right {
    flex: 1;
    padding: 0.3rem 0.38rem;
    overflow-y: auto;
}

.filter_model .hd {
    color: #000000;
    font-size: 0.28rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
}

.filter_model .bd {
    font-size: 0;
}

.filter_model .bd li {
    width: 1.51rem;
    height: 0.56rem;
    background-color: #f6f6f6;
    border-radius: 0.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.24rem;
    margin: 0 0.2rem 0.28rem 0;
}
.filter_model .bd .hotlx {
    color: #FB3636;
}
.filter_model .bd .on {
    background-color: #099eff;
    color: #ffffff;
}

.filter_model .bd li:nth-child(3n) {
    margin-right: 0;
}

.filter_model .f_btn_sub {
    margin-left: 0.4rem;
}

/* 瀵艰埅鑿滃崟end */
#main {
    margin-top: .8rem;
    padding-bottom: 1rem;
}

/* 鎸夐挳鏍峰紡start */
.f_btn {
    width: 2.4rem;
    height: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 0.3rem;
    border-radius: 0.4rem;
    border: solid 1px #cccccc;
    cursor: pointer;
}

.f_btn_sub {
    background-color: #099eff;
    color: #fff;
    width: 3.41rem;
    border: solid 1px #099eff;
}

.oh {
    overflow: hidden;
}

.fl {
    float: left;
}

/* 鎸夐挳鏍峰紡end */
/* 鍥剧墖鏀惧ぇstart */
.bigImgShow {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
}

.bigImgShow img {
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 鍥剧墖鏀惧ぇend */
/* 鏃犳暟鎹畇tart */
.new_nodata {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999999;
    font-size: 0.28rem;
}

.new_nodata img {
    width: 2.06rem;
    margin: 0 auto 0.2rem;
}

.no-data-msg {
    text-align: center;
    font-size: 0.26rem;
    padding-bottom: 0.3rem;
    color: #999;
    display: none;
}

/* 鏃犳暟鎹甧nd */
.mobileSelect .content {
    border-radius: 0.16rem 0.16rem 0rem 0rem;
}

.mobileSelect .content .btnBar .ensure {
    color: #099eff;
}

.newState {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 0.20rem 0.4rem;
    border-radius: 0.1rem;
    transform: translate(-50%, -50%);
}

.newState img {
    display: block;
    width: 0.4rem;
    height: auto;
    margin-right: 8px;
}