* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}

body {
    background: #020A2F;
}

.roomView {
    padding: 0 29px;
}

.roomView .header {
    height: 77px;
    position: relative;
    background: url(../images/headerBg02.png) no-repeat center;
}

.roomView .header .milkroundName {
    width: 460px;
    height: 77px;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    margin: 0 auto;
    line-height: 64px;
    /* font-style: italic; */
    letter-spacing: 4px;
}

.roomView .header .logo {
    position: absolute;
    padding-top: 18px;
}

.roomView .header .logo img {
    width: 220px;
}

.roomView .topBox {
    overflow: hidden;
    margin-top: 12px;
    width: 100%;
    height: 88px;
    background: url(../images/topBg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.roomView .topBox .center {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
}

.roomView .topBox .line_ex {
    width: 266px;
    height: 210px;
    position: absolute;
    left: 0;
    top: -109px;
    opacity: .2;
    -webkit-animation: toRight2 12s linear infinite;
}

@-webkit-keyframes toRight2 {
    0% {
        left: -10px;
        opacity: .8;
    }
    35% {
        opacity: .7;
    }
    75% {
        opacity: .6;
    }
    85% {
        opacity: .4;
    }
    100% {
        left: 90%;
        opacity: 0;
    }
}

.roomView .topBox .item {
    flex: 1;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.roomView .topBox .item .rightLine {
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, rgba(74, 189, 210, 0) 0%, #37A2BC 51%, rgba(36, 136, 166, 0) 100%);
}

.roomView .topBox .item .number {
    font-size: 31px;
    font-weight: bold;
}

.roomView .topBox .item .number.active {
    color: #00E8DD;
}

.roomView .container {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}

.itemChart {
    width: 100%;
    height: 182px;
    background: url(../images/block_bg6.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 6px;
}

.itemChart .title {
    margin: 0 6px;
    height: 36px;
    background: url(../images/titleBg.png) no-repeat;
    background-size: 100% 100%;
}

.itemChart .title.title03 img {
    width: 90%;
    padding: 10px 0 0 6px;
}

.itemChart.position10 {
    height: 241px;
    margin-top: 12px;
}

.itemChart.Mask {
    height: 418px;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
}

.itemChart.Mask .maskBg {
    position: absolute;
    width: 97%;
    right: -20px;
    bottom: -20px;
    -webkit-animation: flashing2 5s linear infinite;
}

@-webkit-keyframes flashing2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.box01 {
    padding-right: 6px;
}

.box02 {
    padding-left: 6px;
}

.center-col {
    margin: 0 12px;
    background: #0F2C6F;
}

.interviewMain {
    height: 559px;
}

.interviewMain .top {
    height: 42px;
    background: linear-gradient(218deg, #1E4FFF 0%, #278DCB 100%);
    padding: 0 13px;
    line-height: 42px;
    font-weight: bold;
    font-size: 20px;
}

.interviewMain .top .name {
    color: #FFF;
    float: left;
}

.interviewMain .top .clos {
    float: right;
    color: #00E8DD;
    cursor: pointer;
    font-weight: bold;
}

.interviewMain .room {
    margin: 0 auto;
    width: 100%;
    height: 499px;
    background: url(../images/roombg.png) no-repeat center center;
}

.itemChart.chart06 {
    position: relative;
}

.itemChart.chart06 .education {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    -webkit-animation: flashing2 5s linear infinite;
}

.itemChart.elTable {
    height: 341px;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
}

.itemChart.elTable .line_ex {
    width: 266px;
    height: 210px;
    position: absolute;
    left: -60px;
    top: -109px;
    opacity: .2;
    -webkit-animation: toRight3 8s linear infinite;
}

@-webkit-keyframes toRight3 {
    0% {
        left: -60px;
        opacity: .8;
    }
    35% {
        opacity: .7;
    }
    75% {
        opacity: .6;
    }
    85% {
        opacity: .4;
    }
    100% {
        left: 80%;
        opacity: 0;
    }
}

.itemChart.elTable .table {
    padding: 10px 6px;
}

.itemChart.elTable .elTableTr {
    display: flex;
    height: 46px;
    justify-content: center;
    align-items: center;
}

.itemChart.elTable .elTableTr.th {
    background: #1B3F8C;
}

.itemChart.elTable .elTableTr.active {
    background: rgba(27, 63, 140, 0.2);
}

.itemChart.elTable .elTableTr .item {
    flex: 1;
    color: #7EA7FF;
    text-align: center;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemChart.elTable .elTableTr .item.fn {
    color: #00ECDE;
}

.itemChart.chart07 {
    height: 320px;
    margin-top: 12px;
}

.enterpriseList {
    padding: 0 14px;
    height: 324px;
    overflow: hidden;
}

.enterpriseList .title {
    margin-top: 12px;
}

.enterpriseList .list {
    height: 296px;
    margin: 7px 0 0;
    overflow: auto;
}

.enterpriseList .list::-webkit-scrollbar {
    display: none;
}

.enterpriseList .list .item {
    cursor: pointer;
    float: left;
    width: 218px;
    height: 50px;
    background: url(../images/enterprise.png) no-repeat;
    background-size: 100% 100%;
    margin: 10px;
    display: flex;
    align-items: center;
}

.enterpriseList .list .item .logo {
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 55px;
    margin-left: 8px;
}

.enterpriseList .list .item .logo img {
    width: 22px;
    height: 22px;
    border: 1px solid #383838;
    border-radius: 55px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.enterpriseList .list .item .logo img.active {
    border: 1px solid #35D0FF;
}

.enterpriseList .list .item .logo .circular {
    width: 22px;
    height: 22px;
    border-radius: 55px;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 1px solid #35D0FF;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

@keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.3);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.3);
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.3);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.3);
    }
}

.enterpriseList .list .item .right {
    width: 163px;
    margin-left: 4px;
    color: #FFFFFF;
    font-size: 12px;
}

.enterpriseList .list .item .right .name {
    line-height: 17px;
    height: 17px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterpriseList .list .item .right .loding {
    padding: 1px 4px;
    background: linear-gradient(218deg, #278DCB 0%, #1E4FFF 100%);
    border-radius: 2px;
    float: left;
}

.enterpriseList .list .item.active {
    background: url(../images/enterpriseActive.png) no-repeat;
    background-size: 100% 100%;
}

.enterpriseList .list .item.active .right .loding {
    background: rgba(255, 255, 255, 0.62);
    color: #091E55;
}

.enterpriseList .list .item.active .logo .circular,
.enterpriseList .list .item.active .logo img {
    border: 1px solid #FFF;
}


/*视频区*/

.room {
    position: relative;
}

.room .bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-department {
    position: absolute!important;
    right: 18px;
    top: 18px;
    width: 125px !important;
    height: 220px!important;
    margin-right: 12px!important;
    z-index: 9;
}

.video-student {
    position: absolute!important;
    right: 18px;
    top: 18px;
    width: 125px !important;
    height: 220px!important;
    margin-right: 12px!important;
    z-index: 9;
}

.video-department.active {
    width: 100%!important;
    height: 100%!important;
    position: relative;
    left: 0;
    top: 0;
    z-index: 7;
}

.video-student.active {
    position: absolute;
    width: 350px!important;
    height: 499px!important;
    z-index: 7;
    left: 240px;
    top: 0;
}