﻿body {
    background:#F8F8F8;
    color:black;
}

.head{
    background:white;
    width:100%;
    height:1rem;
    line-height:1rem;
}
.fanhui{
    width:0.4rem;
    height:0.5rem;
    margin-top:0.25rem;
    margin-left:0.2rem;
    float:left;
}
.fanhui img{ 
    width:100%;
    height:100%;
}
.title{
    float:left;
    font-size:0.3rem;
    margin-left:2.5rem;
}
.txt1{
    width:100%;
    font-size:0.46rem;
    font-weight:900;
    text-align:center;
    overflow:hidden;
    margin-top:0.5rem;
}
.txt2{ 
    width:100%;
    font-size:0.3rem;
    text-align:center;
    overflow:hidden;
}
.inp-box{
    width:100%;
    height:0.7rem;
    margin-top:0.3rem;
}
.inp-box input{ 
    width:4.8rem;
    height:100%;
    border:0.01rem solid #dddddd;
    font-size:0.3rem;
    margin-left:0.2rem;
    padding-left:0.1rem;
    float:left;
}
.inp-box div{ 
    width:1rem;
    height:100%;
    background:#FF7415;
    float:left;
    font-size:0.32rem;
    color:white;
    text-align:center;
    line-height:0.7rem;
    margin-left:0.1rem;
}
.tit{
    width:1.5rem;
    font-size:0.32rem;
    border-bottom:0.01rem solid black;
    margin:0 auto;
    margin-top:0.5rem;
    overflow:hidden;
    text-align:center;
    margin-bottom:0.3rem;
}

.numlist{ 
    width:7rem;
    margin:0 auto;
    margin-top:0.1rem;
    overflow:hidden;
    font-size:0.28rem;
    display:flex;
    flex-wrap:wrap;
}
.numlist-left{ 
    width:50%;
    float:left;
}
.price{ 
    color:#FF7415;
}
/*热门城市*/
.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 {
        margin-left:0.2rem;
        line-height: 0.5rem;
        color: #676767;
    }
/*手机靓号网 版权所有*/
.color-67 {
    color: #676767;
    font-size:0.3rem;
}


    .copyright p {
        text-align: center;
    }

.bot-div {
    width: 100%;
    height: 1.4rem;
    background: #fff;
}