﻿body{ 
    background:white;
}
.head{
    width:100%;
    height:0.9rem;
    background:#FE5510;
}
.fanhui{ 
    width:0.45rem;
    height:0.45rem;
    float:left;
    margin-top:0.20rem;
    margin-left:0.2rem;
}
.fanhui img{ 
    width:100%;
    height:100%;
}
.title{ 
    float:left;
    font-size:0.36rem;
    color:white;
    line-height:0.9rem;
    margin-left:2.3rem;
}
.tit{ 
    width:100%;
    height:0.9rem;
    font-size:0.22rem;
    color:black;
    line-height:0.9rem;
}
.tit span:nth-child(1){
    margin-left:0.2rem;
}
.theme {
    width: 100%;
    height: 1rem;
    border: 0.01rem solid #dddddd;
    line-height: 1rem;
    font-size: .3rem;
    font-weight: bold;
}
.tab{ 
    width:100%;
    display:flex;
    flex-wrap:wrap;
    overflow:hidden;
}
.tab li{ 
    width:25%;
    height:0.75rem;
    border:0.01rem solid #dddddd;
    text-align:center;
    font-size:0.3rem;
    line-height:.75rem;
     overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
}
/*热门城市*/
.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;
}