﻿.mbw{
    background:#f8f8f8;
}
a {
    color: black;
}
body {
    color: #000000;
    font-family: 微软雅黑;
    background: #F8F8F8;
    font-weight: 500;
}
.head-box {
    width: 7.5rem;
    height: 3.85rem;
    background: url(/img/mb/mb-banner.png) no-repeat;
    background-size:100% 80%;
}
.head {
    width:100%;
    /*height:0.8rem;*/
    padding: 0.18rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width:1.82rem;
    height:0.6rem;
    margin-left:0.2rem;
    margin-top:0.1rem;
    float:left;
}
.logo img{ 
    width:100%;
    height:100%;
    object-fit: contain;
}
.dingwei_box {
    display: flex;
    align-items: center;
}
.dingwei {
    width: 0.3rem;
    height: 0.3rem;
}
.city {
    font-size: 0.26rem;
    /*color: #fff999;*/
    color: #fff;
    overflow: hidden;
    width: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search {
    width: 5rem;
    min-width: 4rem;
    height: 0.64rem;
    border-radius: 0.3rem;
    background: #f7f7f7;
    padding: 0 0.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .search .search_input {
        margin-left: 0.26rem;
        display: flex;
        align-items: center;
    }
    .search img {
        width: 0.31rem;
        height: 0.31rem;
    }
    .search .search_txt {
        font-size: 0.28rem;
        color: #BFBFBF;
        margin-left: 0.15rem;
    }
    .search .search_btn {
        width: 1.2rem;
        height: 0.56rem;
        line-height: 0.56rem;
        text-align: center;
        border-radius: 0.28rem;
        background: radial-gradient(#FE552E 0%, #FF7129 100%);
        font-weight: 500;
        font-size: 0.3rem;
        color: #FEFEFE;
    }

.cd {
    width: 0.44rem;
    height: 0.4rem;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.1rem;
}
/* banner */
.banner-wrap{ 
    width: 7.1rem;
    height: 2.6rem;
    margin: 0 auto;
}
.swiper1 {
    width: 7.1rem;
    /*height:2.9rem;*/
    height: 2.6rem;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius:0.3rem;
}

#swp-pagination1 .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 0.12rem;
}

.min-nav {
    width: 7.5rem;
    /*padding: 0.2rem;*/
    box-sizing: border-box;
}

#imgnav {
    height: 3.5rem;
}
.home-img-nav-box {
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*padding-top: .3rem;*/
}
.img-nav {
    list-style: none;
    flex: 0 20%;
    margin-top: 0.1rem;
}
#provincepage-nav-box a  {
    list-style: none;
    flex: 0 25% !important;
    margin-top: 0.1rem;
}
.tb-img {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0 auto;
}
.tb-img img{
    width:100%;
    height:100%;
}
.nav-img-txt {
    font-size: 0.25rem;
    text-align: center;
    margin-top: 0.1rem;
    color: #0E0E0E;
}
.srhm-img{ 
/*    margin-top: 0.2rem;*/
}
.srhm-img img{ 
    width:100%;
    height: auto;
}
.num-nav {
    overflow: hidden;
    padding: 0.1rem 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    /* margin: 0 0.2rem; */
    /* margin-bottom: 0.1rem; */
    /* border-radius: 0.2rem; */
    background: #f8f8f8;
    /* background-size: 100% 100%;*/
}
.filter_fixed{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    margin:0;
}
.miaosha-num {
    width: 25%;
    height: 1.3rem;
}
.chaozhi-num {
    width: 25%;
    height: 1.3rem;
}
.shengri-num {
    width: 25%;
    height: 1.3rem;
}
.qinglv-num {
    width: 25%;
    height: 1.3rem;
}
.num-nav-txt {
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    margin-top: 0.1rem;
    color: #0E0E0E;
}
.bgwhite {
    padding-top: 0.06rem;
    border-right: 0.01rem solid #D8D8D8;
}
.num-nav-foot {
    text-align: center;
    color: #1A1A1A;
}
    .num-nav-foot span {
        display: inline-block;
        padding: 0.03rem 0.05rem;
        background: #1A1A1A;
        border-radius: 0.05rem;
        color: white;
        font-size: 0.22rem;
    }
.bgwhite .areatit-txt {
    font-weight: 500;
    font-size: 0.2rem;
    color: #8C8C8C;
}
.num-nav-foot2 {
    display: inline-block;
    padding: 0 0.1rem;
    text-align: center;
    color: #898989;
    font-size: 0.26rem;
    border-radius: 0.5rem;
    margin-left: 0.3rem;
}
.num-nav-areatit {
    color: #f67040;
    text-align: center;
    font-size: 0.2rem;
    height: 0.28rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 0.1rem;
    
}
    .num-nav-areatit .scrolltxt {
        width: 2.2rem;
        white-space: nowrap;

        transform: translateX(10%);
        animation: scrollone 6s linear infinite;
    }
/*文字横向滚动*/
@keyframes scrollone {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes scrolltwo {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.num-lists {
    width: 100%;
    overflow: hidden;
    /*border-bottom: 0.01rem solid #EEEEEE;*/
    background: #F8F8F8;
    padding-bottom: 0.3rem;
}
.ms_num .num-kp:nth-child(odd) {
    border-left: 0.01rem solid #EEEEEE;
}
.sjlh .num-kp:nth-child(even) {
    border-left: 0.01rem solid #EEEEEE;
}
.srhm .num-kp:nth-child(even) {
    border-left: 0.01rem solid #EEEEEE;
}

.ms_num .num-fd {
    height: 0.58rem;
    line-height: 0.58rem;
    margin-top: 0.04rem;
}
.ms_num .num-fd-bg {
    background-image: url(/img/mb/num_fd_bg.png);
    background-size: 100% 100%;
}
.ms_num .price-num {
    margin-left: 0.04rem;
}

.num-kp2 {
    width: 47%;
    height: 1.712rem;
    float: left;
    margin-left: 2%;
    margin-top: 0.18rem;
    padding: 0.2rem 0.5rem 0 0.32rem;
    background-image: url(/img/mb/more_number.jpg);
    background-size: 100% 100%;
    border-radius: 0.12rem;
    box-shadow: 0.02rem 0.02rem 0.08rem 0rem #C6C6C6;
}
.num-kp2-txt1 {
    font-size: 0.32rem;
    color: #0E0E0E;
    font-weight: 500;
}
.num-kp2-txt2 {
    font-size: 0.24rem;
    color: #B8B8B8;
}
.gengduo { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .gengduo img {
        width: 0.6rem;
        height: 0.6rem;
    }

.ms_num .num-kp2 {
    height: 1.97rem;
}

.number-sr {
    background: url(/Img/mb/bg-sr.jpg) no-repeat;
    background-size: 100%;
}

.new-banner {
    clear: both;
    width: 100%;
    height: 0.75rem;
    background: url(/img/mb/xwzx.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.2rem;
    line-height:0.75rem;
}
.xwzx{
    font-size: 0.28rem;
    color: white;
    margin-left: 0.3rem;
    display:inline-block;
    height:100%;
}
.new-banner  a{
    font-size: 0.24rem;
    color: white;
    margin-right: 0.3rem;
    float: right
}
.new-list {
    list-style:none;
    width: 100%;
    overflow: hidden;
    background: white;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.new-list a { 
    display:flex;
}
.new-list .n-d{ 
    font-size:0.26rem;
    margin-left:0.3rem;
    line-height:0.65rem;
    color:#585858;
}
.right-jt {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.18rem;
    background:url(/img/mb/right-jt.png) no-repeat;
    background-size:100% 100%;
}
.new-content {
    display: inline-block;
    width: 4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left:0.1rem;
}
.time {
    display:inline-block;
    font-size: 0.24rem;
    margin-left:1rem;
    color:#C8C8C8;
}
.gengduo-new {
    width: 2rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    margin: 0.2rem auto;
    color: #377ADF;
    border: 0.02rem solid #377ADF;
}
/*热门城市*/
    .hot-city {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #fff;
    font-size: 1.2em;
    box-sizing: border-box;
    padding: 0 0.3rem;
    border-top: 0.02rem solid #eee;
    border-bottom: 0.02rem solid #eee;
}
.hotcity-left {
    width: 1.6rem;
    line-height: 0.8rem;
    float: left;
}
.hotcity-right {
    width: 0.4rem;
    float: right;
    margin-top:0.2rem;
}
.hotcity-right img {
    width: 100%;
}
/*城市*/
.hot-address, .zhoubian-address {
    width: 100%;
    background: #fff;
    font-size: 1.1em;
    box-sizing: border-box;
    padding: 0 0.3rem;
    border-top: 0.02rem solid #eee;
    border-bottom: 0.02rem solid #eee;
}
.hot-address p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhoubian-address p {
    overflow: visible;
}
.hot-address span {
    padding: 0 0.3rem 0 0;
    line-height: 0.8rem;
    color: #676767;
}
.zhoubian-address span {
    padding: 0 0.3rem 0 0;
    line-height: 0.8rem;
    color: #676767;
}
/*手机靓号网 版权所有*/
.color-67 {
    color: #676767;
    font-size:0.3rem;
}
.copyright {
    width: 100%;
    font-size:0.28rem;
    padding-bottom:0.2rem;
    margin-top:0.2rem;
}
.copyright p {
    text-align: center;
}
.bot-div {
    width: 100%;
    height: 0.9rem;
    background: #fff;
}
.Package-list {
    width: 95%;
    margin: 0.2rem auto;
    min-height: 2.1rem;
    overflow: hidden;
    box-shadow: 0.02rem 0.02rem 0.12rem rgb(0 0 0 / 20%);
    position: relative;
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
}
.Package-list-img {
    /*width: 50%;*/
    width: 2.2rem;
    /* height: 2.1rem; */
    float: left;
    border-radius: 0.1rem;
    overflow: hidden;
}
.Package-list-img img {
    width:100%;
    height:auto;
}
.Package-list-img .tip {
    color: #A7A7A7;
    font-size: 0.22rem;
}
.Package-list-abstract {
    /*width: 50%;*/
    width: 4.5rem;
    float: left;
}
.pack_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abstract-tit {
    font-size: 0.32rem;
    font-weight: 900;
    margin-left: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hottag {
    background: linear-gradient(88deg, #f9995b, #fc433a);
    border-radius: .05rem;
    color: #fff;
    flex-shrink: 0;
    font-size: .22rem;
    font-weight: 800;
    height: .34rem;
    line-height: .34rem;
    padding: 0 .06rem;
}
.abstract-content {
    font-size: 0.26rem;
    margin-left: 0.2rem;
    margin-top: 0.06rem;
    color: #A7A7A7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pack_info {
    margin-left: 0.2rem;
    margin-top: 0.06rem;
    font-size: 0.28rem;
}
.pack_tag {
    margin-left: 0.2rem;
    margin-top: 0.06rem;
}
.pack_tag .package_tag_1 {
    font-size: 12px;
    margin-right: 4px;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #ff953e;
    background: #fef2ea;
}
.pack_tag .package_tag_2 {
    font-size: 12px;
    margin-right: 4px;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #03b31b;
    background: #e5f7eb;
}
.pack_tag .package_tag_3 {
    font-size: 12px;
    margin-right: 4px;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #5484F7;
    background: #EDF4FE;
}
.package-btn {
    width: 1.8rem;
    height: 0.6rem;
    background: url(/img/mb/ljbl.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.05rem;
    /*float: right;*/
    /*margin-top: .2rem;*/
}
.pack_foot {
    margin-left: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pack_price {
    /*margin-left: .2rem;
    margin-top: .1rem;*/
    color: #EC0507;
    font-size: 0.24rem;
}
.num-love {
    border-top: 0.01rem solid #EEEEEE;
    width: 3.75rem;
    height: 1.85rem;
    position: relative;
    float: left;
    background: url(/img/mb/love.png) no-repeat;
    background-size: 100% 100%;
}
.num-hd-love {
    font-size: 0.38rem;
    
    margin-left: 0.3rem;
    line-height: 0.5rem;
    font-weight: 900;
    color: #000000;
}
.num-kp-move2 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#61ACFD, #A267D5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.bgbai {
    background: #fff !important;
    color: #FF552E;
    padding: 0;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
    border: none;
}
    .bgbai .num-nav-txt {
        color: #FF552E;
        font-weight: 800;
        font-size: 0.32rem;
    }
.bian {
    /*background: url(/img/mb/btn-bg.png) no-repeat;*/
    background: linear-gradient(132deg, #FF7B5D, #FE552E);
    background-size: 100% 100%;
    color: white;
}
.gdtc{ 
    width:100%;
    line-height:0.6rem;
    overflow:hidden;
    text-align:center;
    font-size:0.28rem;
    color:#FF542E;
    font-weight:700;
}
.xxx .Package-list:nth-child(even) {
    margin-top: 0.2rem !important;
}
.new-gang{ 
    color:white;
    margin-left:0.25rem;
    display:inline-block;
}
.yc{ 
    display:none;
}
.footnavbox {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    background: #F8F8F8;
}
.foot-nav-box{ 
    width:100%;
    height:0.5rem;
    line-height:0.5rem;
    display:flex;
    font-size:0.3rem;
    list-style:none;
}
.foot-nav-box li{ 
    margin-right:0.3rem;
}
.rmcs{ 
    margin-left:0.2rem;
    border-bottom:0.01rem solid #F87041;
}
.foot-content-box{
    width:100%;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    background:#FBFBFB;
    padding-bottom:0.3rem;
    color:#636363;
    list-style:none;
}
.foot-content-box li{ 
    font-size:0.26rem;
    margin-left:0.2rem;
    margin-top:0.1rem;
}
.foot-content-box2 {
    width: 100%;
    overflow: hidden;
    background: #FBFBFB;
    padding-bottom: 0.3rem;
    list-style:none;
}
.foot-content-box2 li{ 
    width:100%;
    padding-left:0.2rem;
    height:0.6rem;
    line-height:0.6rem;
    font-size:0.28rem;
     color: #636363;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.foot-content-box3 {
    width: 100%;
    overflow: hidden;
}
.foot-content-box3 div{ 
    width:7rem;
    height:0.6rem;
    line-height:0.6rem;
    font-size:0.28rem;
     color: #636363;
    box-shadow:0 0 0.05rem 0.01rem #999; 
    margin:0.1rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.alert_bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    height: 1746px;
}
.alert_box {
    width: 250px;
    border: 1px solid #2a2c30;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    margin-left: -127px;
    margin-top: -41.5px;
    background-color: #595d61;
    border-radius: 2px;
    box-shadow: 0 0 3px #c9cbcc;
    padding: 1px;
}
.show_mes {
    text-align: center;
    line-height: 50px;
    padding: 10px;
    color: #fff;
    background-color: #42474c;
}
.but_div {
    display: -webkit-box;
    height: 40px;
    background-color: #42474c;
    border-top: 1px solid #595d61;
}
.but01 {
    border-right: 1px solid #595d61;
}
.but01, .but02 {
    width: 125px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.news_box {
    margin: 0 0.2rem 0.3rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.16rem;
    box-shadow: 0.02rem 0rem 0.09rem 0rem #D8D0CF;
    overflow: hidden;
}
.news-tab{
    height: 1rem;
    background: url(/img/mb/xwzx.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    line-height: 0.8rem;
    padding: 0 0.2rem;
}
.news_zx {
    font-size: 0.26rem;
    margin-right: 0.28rem;
}
.shu{
    font-size:.28rem;
}
.industry{
    font-size:.28rem;
}
.more_news{
    font-size:.22rem;
    float:right;
    color: #fff !important;
}
.news_color {
    font-weight: bold;
    color: #FFF15A;
}
.new_industry{
    overflow:hidden;
    background:#fff;
}
.news_list {
    width: 100%;
    overflow: hidden;
    padding: 0 0.2rem 0.2rem;
    background: #fff;
    height: 4.1rem;
}
    .news_list li {
        line-height: 0.8rem;
        box-sizing: border-box;
        border-bottom: 0.01rem solid #F2F2F2;
    }
.news_list li a{
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items: center;
}
.news_icon {
    min-width: 0.24rem;
    min-height: 0.24rem;
    background: url(/img/mb/new_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.1rem;
}
.news_tit {
    width: 65%;
    color: #666666;
    font-size: 0.25rem;
    display: flex;
    align-items: center;
}
.news_txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_data {
    color: #C5C5C5;
    margin-left: .1rem;
}
.news_time {
    float: left;
    color: #C5C5C5;
    margin-left: .1rem;
}
.industry_list {
    float:left;
    width: 100%;
    overflow: hidden;
    padding-bottom: .2rem;
    display: none;
}
.industry_list li {
    line-height: .6rem;
}
.h_one{
    width:100%;
    height:.1rem;
    background:#F0F0F0;
}
.h_tow{
    width:100%;
    height:.3rem;
    background:#F0F0F0;
}
.hot_city {
    width: 100%;
    height: .8rem;
    background: white;
    line-height: .8rem;
}
.hot_city span:nth-child(1){
    font-size:.3rem;
    color:black;
    font-weight:bold;
    font-family:"微软雅黑";
    margin-left:.2rem;
    float:left;
}
.hot_city span:nth-child(2){
    color:white;
    font-weight:bold;
    font-family:"微软雅黑";
    margin-right:.2rem;
    float:right;
    display:inline-block;
    width:.5rem;
    height:.5rem;
    background:#E4E4E4;
    text-align:center;
    line-height:.5rem;
    margin-top:.15rem;
    font-size:.3rem;
}
.hot_citys {
    width: 100%;
    overflow: hidden;
    padding-bottom: .1rem;
    display: flex;
    flex-wrap:wrap;
    border-top: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
}
.hot_citys li{
    margin-left:.2rem;
    color:#6D6D6D;
    font-size:.3rem;
    margin-top:.1rem;
}
.footlink_box {
    margin: 0.3rem 0.2rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.16rem;
    box-shadow: 0.02rem 0rem 0.09rem 0rem #D8D0CF;
    overflow: hidden;
}
.title_nav {
    width: 100%;
    height: 0.81rem;
    background: #F8F8F8;
    display: flex;
    flex-wrap: nowrap;
}
    .title_nav li {
        width: 20%;
        height: 100%;
        text-align: center;
        line-height: 0.81rem;
        background: #F8F8F8;
        font-weight: 500;
        font-size: 0.28rem;
        color: #0E0E0E;
    }
.title_check {
    background: #fff !important;
    color: #ff552e !important;
}
.special_box {
    overflow: hidden;
    background: #fff;
}
.special_content {
    background: #fff;
    display: flex;
    gap: 0.29rem 0.19rem;
    flex-wrap: wrap;
    padding: 0.3rem 0.2rem;
    overflow: hidden;
}
    .special_content li {
        width: 2.1rem;
        height: 0.6rem;
        line-height: 0.6rem;
        text-align: center;
        background: #FFF8F7;
        border-radius: 0.3rem;
        border: 0.01rem solid #FFA9A2;
        font-size: 0.26rem;
        padding: 0 0.1rem;
        color: #5A5A5A;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
        .special_content li a {
            color: #5A5A5A;
        }
.number-gd {
    background: url(/Img/mb/guangdian.png) 100% 56% no-repeat;
    background-size: 50%;
}

#swp-pagination2 .swiper-pagination-bullet {
    height: 0.06rem;
    background: #EAEAEA;
    opacity: 1;
    /*width: .5rem;*/
    width: 0.38rem;
    border-radius: .1rem;
    margin: 0;
}
#swp-pagination2 .swiper-pagination-bullet-active {
    background: #FF552E;
    border-radius: 0.1rem;
}
.fenxiang {
    width: .6rem;
    height: .6rem;
    border-radius:.05rem;
}