
/* pc端中间部分 */
.pc-main{
    width: 100%;
    position: absolute;
    height: calc(100vh - 30rem);
    overflow: auto;
    box-sizing: border-box;
}
.pc-main .list-ip{
    width: 80vw;
    height: 100%;
    margin: 0 auto;
    opacity: 0.7;
    position: relative;
   
}
.pc-main .list-ip table{
    color: #ffffff;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    border-collapse: separate;
    border-spacing: 2px;
     /* border-collapse: collapse; */
}


.pc-main .list-ip table tbody{
    background-color: rgb(102, 102, 102);
}
.pc-main .list-ip table tr td{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}
.pc-main .list-ip table tr td a{
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #ffffff;
    text-decoration:none ;
}
.pc-main .list-ip table tr td a:hover{
    color:rgb(219, 168, 1); 
}
/* 移动端中间部分 */
.mob-main{
    box-sizing: border-box;
    width: 100%;
    /* padding: 0px 1.5rem; */
    height: calc(100vh - 12rem);
    overflow: auto;
}
.mob-main .list-ip{

    height: 100%;
    margin: 0 auto;
    opacity: 0.7;
    position: relative;
}
.mob-main .list-ip table{
    color: #ffffff;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    border-collapse: separate;
    border-spacing: 2px;
     /* border-collapse: collapse; */
}

/* .mob-main .list-ip table thead{
    width: 80vw;
} */
.mob-main .list-ip table thead tr{
    background-color: rgb(219, 168, 1); 
    height: 1.5rem;
}
.mob-main .list-ip table thead tr th{
    font-size: 0.5rem;
}
.mob-main .list-ip table tbody{
    background-color: rgb(102, 102, 102);
}
.mob-main .list-ip table tr td{
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.5rem;
}
