.flex {
    display: flex;
    align-items: center;
}
.centerSchoolMain {
    background: linear-gradient( 0deg, #FFFBFB 0%, #F3F7FE 100%);
    padding-top: 104px;
    padding-bottom: 100px;
}
.centerSchoolMain .limitWidth {
    width: 1420px;
    margin: 0 auto;
}
.radioGroupPart {
    display: flex;
}
.radiobuttonPart {
    width: 140px;
    height: 56px;
    background: #F8F9FC;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #E4E7ED;
    font-size: 20px;
    color: #747C94;
    line-height: 56px;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.radiobuttonPart:nth-child(2) {
    border-radius: 0;
    border-left: none;
}
.radiobuttonPart:nth-child(3) {
    border-radius: 0;
    border-left: none;
}
.radiobuttonPart:nth-child(4) {
    border-radius: 0;
    border-left: none;
}
.radiobuttonPart:nth-child(5) {
    border-radius: 0;
    border-left: none;
}
.radiobuttonPart:nth-child(6) {
    border-radius: 0px 10px 10px 0px;
    border-left: none;
}
.radiobuttonPart.active {
    color: #fff;
    background: linear-gradient( 91deg, #4181FF 0%, #A164E7 100%);
}
.sameTitleContent {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222222;
    margin-bottom: 26px;
}
.sameTitleContent.deferrent {
    display: flex;
    justify-content: space-between;
}
.sameTitleContent.deferrent .rightMoreText {
    font-size: 14px;
color: #A1A7BB;
cursor: pointer;
}
.sameTitleContent.deferrent .rightMoreText img {
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-left: 6px;
}
.sameTitleContent img {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 14px;
}
.liveMainPart {
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 36px 30px;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 64px; */

}

.liveItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 64px;
    cursor: pointer;
    width: 47%;
}
.liveItem img{
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.liveItem:nth-child(even) {
    margin-right: 0;
}
.rightYuyueBtn {
    width: 88px;
    height: 34px;
    background: #6190FF;
    border-radius: 90px 90px 90px 90px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}
.rightYuyueBtn.back{
    background: transparent;
    border: 1px solid #9FC3FF;
    color: #6190FF;
}
.rightYuyueBtn.done {
    background: #D7DBEC;
}
.rightYuyueBtn .yesIcon {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 4px;
}
.liveItem .bottomDesc {
    font-size: 14px;
    color: #A1A7BB;
    margin-top: 8px;
}
.liveItem .bottomDesc span {
    font-size: 14px;
    color: #FF8000;
    background: #FFEFE1;
    padding: 1px 3px;
    text-align: center;
    margin: 0 6px;
}
.mainVideoModal {
    gap: 20px;
    margin-bottom: 40px;
}
.leftVideoPart {
    flex: 1;
    height: 616px;
    background: linear-gradient( 315deg, #EBE9FF 0%, #F8EBFB 100%);
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.leftVideoPart .playIcon {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('../assets/school/icon_bofang@2x.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.rightVideoPart {
    width: 336px;
    height: 616px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 24px 20px;
}
.rightVideoPart .names {
    margin-bottom: 14px;
}
.rightVideoPart .needLimitHeightPart {
    height: calc(100% - 34px);
    overflow-y: auto;
}
.hotQuestionModal {
    background: linear-gradient( 0deg, #F8FBFF 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #E2EDFF;
    margin-bottom: 39px;
    box-sizing: border-box;
    padding: 40px 0;
}
.hotQuestionModal .topFlexModal {
    display: flex;
    flex-wrap: wrap;
}
.sameQuestionModal{
    width: 28%;
    border-right: 2px solid #E4E6EE;
    padding:0 40px 0 30px;
}
.sameQuestionModal:nth-child(3n) {
    border: none;
}
.questionMainItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    cursor: pointer;
}
.questionMainItem img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.questionMainItem:hover {
    color: #6190FF;
}
.questionMainItem .leftInfo {
    width: 80%;
}
.questionMainItem .leftInfo span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rightQuestionGreen {
    width: 66px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 90px 90px 90px 90px;
    border: 1px solid #B2E6DF;
    text-align: center;
    font-size: 13px;
    color: #16BDA4;
    line-height: 26px;
}

.inputBox {
    width: 500px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #BFD2FF;
    margin: 30px auto 0;
}


.showLogModal {
    height: 280px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 36px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}
.updateLogItem {
   margin-right: 60px;
   height: 60px;
   justify-content: space-between;
   background: #F6F8FB;
    border-radius: 6px 6px 6px 6px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 14px;
    position: relative;
}
.updateLogItem:hover {
    color: #6190FF;
}
.updateLogItem:nth-child(1)::after {
    content:'';
    display: inline-block;
    width: 2px;
    height: 228px;
    background: #E4E6EE;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: -10px;
    right: -29px;
}
.updateLogItem:nth-child(even) {
    margin-right: 0;
}
.updateLogItem img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.updateLogItem .times {
    font-size: 12px;
    color: #A1A7BB;
}
.updateLogItem:hover .times {
    color: #6190FF;
}
.updateLogItem .updateNewIcon {
    display: inline-block;
    width: 33px;
    height: 16px;
    position: absolute;
    right: -50px;
    top:0
}

/* 项目实战 */
.topInputModal {
    width: 600px;
    margin-bottom:40px;
}
.projectSameModal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.videoSpanModal {
    width: 84px;
    height: 27px;
    background: #8470FF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 27px;
}
.videoSpanModal img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.projectItem {
    flex: 1;
    box-shadow: 0px 3px 10px 1px rgba(44,84,180,0.1);
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;
}
.projectItem:hover {
    transform: scale(1.05);
}
.projectItem .top {
    height: 180px;
    background-image: url('../assets/school/img_bg@2x.png');
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    box-sizing: border-box;
    padding: 26px 0 0 26px;
}
.projectItem .top .topNames {
    font-weight: bold;
font-size: 25px;
color: #0D024E;
margin-top: 10px;
}
.projectItem .bottom {
    padding: 16px 20px 19px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.projectItem .bottom .title {
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    margin-bottom: 12px;
}
.projectItem .bottom .final {
    justify-content: space-between;
    font-size: 14px;
color: #A1A7BB;
}

.projectItem .bottom .checkButton{
    width: 88px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 90px 90px 90px 90px;
    border: 1px solid #9FC3FF;
    font-size: 14px;
    color: #6190FF;
    text-align: center;
    line-height: 34px;
}
.huyong .projectItem .top {
    background-image: url('../assets/school/img_bg2@2x.png');
}
.huyong .videoSpanModal {
    background: #FFB91E;
}
.huyong .top .topNames {
    color: #3E330F;
}
.gongshangye .projectItem .top {
    background-image: url('../assets/school/img_bg3@2x.png');
}
.gongshangye .videoSpanModal {
    background: #6190FF;
}
.fenxi .projectItem .top {
    background-image: url('../assets/school/img_bg4@2x.png');
}
.fenxi .videoSpanModal {
    background: #16BDA4;
}

.functionMainPart {
    display: flex;
    background: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-sizing: border-box;
padding: 20px 0;
}
.functionMainPart .leftPart {
    width: 260px;
    height: 820px;
    overflow-y: auto;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 0 20px;
}
.functionMainPart .rightContentPart {
    flex: 1;
    padding: 0 55px 0 40px;
    height: 820px;
    overflow-y: auto;
}
.el-collapse-item__content {
    padding-bottom: 0px!important;
}
.el-collapse-item__header {
    height: 40px!important;
    font-size: 14px!important;
}
.videoInnerContent {
    cursor: pointer;
    height: 40px;
    padding-left: 34px;
}
.videoInnerContent span {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}
.collapseInnerImg{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.videoInnerContent.active {
    background: linear-gradient( 90deg, #F2F7FF 0%, #F8F2FF 100%);
    border-radius: 5px;
}
.videoInnerContent.active span {
    background: linear-gradient( 180deg, #5688FF 0%, #8470FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-icon {
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-right: 10px;
    background-image: url('../assets/school/zhankai@2x.png');
    background-size: 100% 100%;
    transform:rotate(270deg)
}
.el-collapse-item__arrow {
    display: none!important;
}
.el-collapse-item.is-active .header-icon  {
    transform:rotate(0)
}
.topMainInputBox {
    width: 600px;
}
.bottomInnerMainContent {
    min-height: 600px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30px;
    display: flex;
    box-sizing: border-box;
    padding-top: 30px;
}

.centerMain {
    display: flex;
    justify-content: center;
    padding-top: 104px;
    width: 1420px;
    margin: 0 auto;
    padding-bottom: 92px;
    min-height: calc(100vh - 300px);
}
.leftInfoNews {
    width: 100%;
}
.leftInfoNews .title {
    font-weight: 500;
    font-size: 36px;
    color: #222222;
    margin-bottom: 14px;
}
.leftInfoNews .infoTitle {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}
.detailBackbtn {
    width: 62px;
    height: 28px;
    background: #F8F8FB;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CACFE1;
    font-size: 12px;
    color: #A1A7BB;
    line-height: 28px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detailBackbtn img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.mainContentNews {
    margin-top: 20px;
    text-indent: 2ch;
}
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    z-index: 9999;
}
.fixedMainTtile{
    font-size: 15px;
}
.fixedMainTtile.noChildren {
    width: 100%;
    padding-left: 20px;
}
.fixedMainTtile.active {
    background: linear-gradient( 90deg, #F2F7FF 0%, #F8F2FF 100%);
    border-radius: 5px;
}
.fixedMainTtile.active span {
    background: linear-gradient( 180deg, #5688FF 0%, #8470FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/* 看视频的弹窗 */
.viewVideoDialogModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.dialogInnerBox {
    width: 1000px;
    height: 624px;
    background: linear-gradient( 135deg, #FFF8F8 0%, #F4F2FF 100%);
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dialogInnerBox  .titleTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
color: #222222;
margin-bottom: 18px;
}
.dialogInnerBox .closeMainIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.dialogInnerBox  .videoContent {
    height: 540px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.liveAppointTipModal {
    position: fixed;
    top: 0;   
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* display: none; */
}
.dialogLiveInnerBox {
    width: 500px;
    height: 400px;
    background: linear-gradient( 135deg, #FFF8F8 0%, #F4F2FF 100%);
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.centerShowModal {
    width: 460px;
    height: 254px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin: 18px 0 22px;
    box-sizing: border-box;
    padding-top: 32px;
    text-align: center;
    font-size: 14px;
}
.appointFinalBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: linear-gradient( 91deg, #4181FF 0%, #A164E7 100%);
    border-radius: 6px;
    cursor: pointer;
}
.centerShowModal .imgOutBox {
    width: 160px;
    height: 160px;
    background-image: url('../assets/school/img_ewm@2x.png');
    background-size: 100% 100%;
    margin: 0 auto 18px;
    box-sizing: border-box;
    padding: 7px 6px 6px 7px;
}  
.centerShowModal .imgOutBox img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.resolveContent {
    height: 688px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow-y: auto;
    padding: 10px 40px 40px;
}
.resolveItem {
    border-bottom: 1px solid #E4E6EE;
    display: flex;
    align-items: center;
    padding: 30px 0;
    cursor: pointer;
}
.resolveItem .leftImg {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-right: 16px;
}
.resolveItem .rightResolveContent {
    flex: 1;
}
.resolveItem:hover .rightResolveContent .topPart{
    color: #6190FF;
}
.rightResolveContent .topPart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #222222;
}
.rightResolveContent .bottomDesc {
    font-size: 14px;
    color: #747C94;
    margin-top: 8px;
}
.rightResolveContent .topPart .time {
    font-size: 14px;
    color: #747C94;
}
.centerNewsBgs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.centerNewsBgs .innerCenterContent {
    width: 740px;
    height: 72px;
    background-image: url('../assets/school/centerBg.png');
    background-size: 100% 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.centerNewsBgs .innerCenterContent .videoIcon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.centerNewsBgs .innerCenterContent .knowMore {
    width: 120px;
    height: 48px;
    background: linear-gradient( 91deg, #FFA97B 0%, #FFCD58 100%);
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    margin-left: 20px;
    cursor: pointer;
}