*{
    margin: 0;
    padding: 0;
}
body{
    width: 7.5rem;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
}
input[type="button"], input[type="submit"], input[type="reset"] ,
botton,bottom {
    -webkit-appearance:none;
}
a{
    text-decoration: none;
    color:#000;
}
form{
    overflow: hidden;
}
.head{
    width: 100%;
    height: 0.9rem;
}
.head p{
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.9rem;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    height: 0.98rem;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-top: 0.01rem ridge #f7f7f7;
}
.footer_box{
    flex: 1;
}
.footer_box img{
    width: 0.45rem;
    height: 0.45rem;
    display: table-cell;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.footer_box p{
    font-size: 0.24rem;
    text-align: center;
}
.footer_box a{
    color: #999;
    text-decoration: none;
}
.footer_box-now{
    color: #457dff!important;
}

/* 名片 */
.lists_cont{
    width: 100%;
    height: auto;
}
.lists_items{
    width: 100%;
    height: 1.84rem;
    display: flex;
    border-bottom: 0.02rem solid #e4e4e4;
}
.lists_items:nth-last-child(1){
}
.txl_head{
    width: 1.8rem;
    height: 1.84rem;
}
.txl_info{
    flex: 1;
}
.txl_status{
    width: 1.4rem;
    height: 1.84rem;
}
.txl_head img{
    width: 1.23rem;
    height: 1.23rem;
    display: block;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}
.txl_status img{
    width: 0.5rem;
    height: 0.54rem;
    display: block;
    margin-top: 0.5rem;
    margin-left: 0.33rem;
}
.txl_status p{
    font-size: 0.25rem;
    padding-left: 0.1rem;
    padding-top: 0.1rem;
}
.yetai{
    font-size: 0.35rem;
    padding-top: 0.25rem;
}
.yetai span{
    font-size: 0.23rem;
    padding-left: 0.2rem;
}
.phone{
    width: 100%;
    height: 0.45rem;
    background: url('../images/dh.png') no-repeat;
    background-size: 0.3rem;
    background-position: 0 45%;
    font-size: 0.25rem;
    padding-left: 0.4rem;
    line-height: 0.45rem;
}
.company{
    font-size: 0.25rem;
}
