.tab-box{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.tab-box > a{
    width: 130px;
    text-align: center;
    font-size: 18px;
    margin: 30px 5px 15px 5px;
    display: block;
}
.tab-box > a:hover{
    text-decoration: none;
}
.tab-box > a.active{
    color: red;
    font-weight: bold;
    border-bottom: 2px solid red;
}

.online-box{
    width: 1170px;
    margin: 30px auto;
    font-size: 13px;
}
.online-table{
    width: 100%;
    text-align: center;
}
.online-table tr th{
    text-align: center;
    padding: 8px;
}
.online-table tr td{
    border: 1px solid #ccc;
    padding: 6px;
}
.online-table .logo{
    height: 50px;
}
.online-table .qrcode{
    width: 100px;
    height: 100px;
}
.online-table .url-box{
    max-width: 300px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.online-table .icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.online-table div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    line-height: 18px;
}

.no-online-box{
    width: 1170px;
    margin: 30px auto;
    font-size: 13px;
}
.no-online-box table{
    width: 100%;
}
.no-online-box table tr{
    border-bottom: 1px solid #ccc;
}
.no-online-box table tr th, .no-online-box table tr td{
    text-align: center;
    padding: 8px;
}
.no-online-box .logo{
    height: 50px;
}
.no-online-box .icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.no-online-box div{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
    line-height: 18px;
}
.no-online-box .company-name{
    text-align: center;
    display: block;
}

.user-name{
    font-size: 16px;
    font-weight: bold;
}