/*公共*/
.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*列表*/
.wifi-box {
    margin-bottom: 10px;
}
.wifi-list {
    display: flex;
    
    justify-content: space-between;
}
.wifi-info {
    width: 86%;
    display: flex;
    height: 70px;
}
.wifi-logo {
    display: flex;
    align-items: center;
    width: 60px;
    justify-content: center;;
}
.wifi-logo img {
    width: 30px;
}
.wifi-name {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wifi-n {
    width: 100%;
}
.wifi-s {
    width: 100%;
    font-size: 13px;
    color: #999;
}
.wifi-more-info {
     width: 50px;
     display: flex;
    align-items: center;
 }
.wifi-more-info img {
    width: 30px;
}
/*详情*/
.wifi-i-name {
    font-size: 20px;
    margin: 20px 0 10px;
}

