
/* pc端中间部分 */
.pc-main{
    width: 100%;
    height: calc(100vh - 14rem);
    /* box-shadow: 0px 0px 20px rgb(255, 255, 255); */
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    /* margin: 0 auto; */
    display: flex;
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
}
.pc-main .pc-left{
    width: 24%;
    height: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    opacity:0.7;
    margin: 0 auto;
}
.pc-main .pc-middle{
    width: 24%;
    height: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    opacity:0.7;
    margin: 0 auto;
}
.pc-main .pc-middle2{
    width: 24%;
    height: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    opacity:0.7;
    margin: 0 auto;
}
.pc-main .pc-right{
    box-sizing: border-box;
    width: 24%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    opacity:0.7;
}
/* 移动端中间部分 */
.mob-main{
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 8rem);
    overflow: auto;
    position: relative;
}
.mob-main .mobbar{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}
