.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
body{
    margin: 0;
    padding: 0;
}
body,input,textarea,select,button{
    font-weight: 300;
}
a{
    text-decoration: none;
}
.vd-body{
    height: 100%;
}
.vd-body>div {
    float:left;
    height: calc(100% - 70px);
}
.vd-menu{
    width: 240px;
    position: fixed;
    /*background: blue;*/
    /*background-image: linear-gradient(5deg, #1b8bff 0%, #3faefe 100%), linear-gradient(#ffffff, #ffffff);*/
    /*background-blend-mode: normal, normal;*/
    overflow-y: auto;
    background-color: #fff;
    height: calc(100% - 70px)!important;
    top: 70px;
}
.vd-logout{
    position: absolute;
    background: url(../img/exit.png) no-repeat;
    width: 16px;
    height: 17px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.vd-container{
    /*width: calc(100% - 336px);*/
    background: #f0f4f7;
    /*margin-left: 336px;*/
    position: fixed;
    left:240px;
    right: 0;
    overflow-y: auto;
    padding-top: 70px;
}
.vd-container-padding{
    margin: 20px ;
}
.vd-menu-bg{
    padding: 0 0px;
}
.vd-menu-bg>div{
    margin-left: auto;
    margin-right: auto;
}
.vd-menu-title{
    margin-top: 91px;
}
.vd-menu-title>img{
    width: 152px;
    height:24px;
    display: block;
    margin: 0 auto;
}
.vd-menu-head{
    margin-top: 62px;
    width: 66px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: solid 2px #41a0fe;
    background-color: #6ab3fe;
    display: flex;
    align-items: center;
}
.vd-menu-head>img{
    display: block;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.vd-menu-username{
    margin-top: 16px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.vd-menu-role{
    margin-top: 11px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #bddeff;
}
.vd-menu-list>ul{
    width: 100%;
    padding: 0;
    /*margin-top: 59px;*/
}
.vd-menu-list>ul li.vd-menu-active:hover{
    cursor:pointer;
}
.vd-menu-list>ul li{
    list-style-type:none;
    height: 54px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    justify-content: center;
}
.vd-menu-list>ul li>.vd-icon-right{
    display: none;
}
.vd-menu-list>ul li.vd-menu-active>.vd-icon-right{
    display: block;
    position: absolute;
    right: 21px;
}
.vd-menu-list>ul li.vd-menu-active{
    background-color: #6ab3fe;
    color: #fff;
}
.vd-menu-text{
    margin-left: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #bddeff;
}
.vd-menu-active>.vd-menu-text{
    color: #ffffff;
}
.vd-menu-text:hover{
    cursor:pointer;
}

.vd-icon-person{
    background: url(../img/Teachers-list_before.png) no-repeat;
    width: 18px;
    height: 18px;
}
.vd-menu-active>.vd-icon-person{
    background: url(../img/Teachers-list_after.png) no-repeat;
}
.vd-icon-video{
    background: url(../img/Live-video_before.png) no-repeat;
    width: 18px;
    height: 18px;
}
.vd-menu-active>.vd-icon-video{
    background: url(../img/Live-video_after.png) no-repeat;
}
.vd-icon-order{
    background: url(../img/order-center_before.png) no-repeat;
    width: 18px;
    height: 18px;
}
.vd-menu-active>.vd-icon-order{
    background: url(../img/order-center_after.png) no-repeat;
}
.vd-icon-count{
    background: url(../img/Statistical-analysis_before.png) no-repeat;
    width: 18px;
    height: 18px;
}
.vd-menu-active>.vd-icon-count{
    background: url(../img/Statistical-analysis_after.png) no-repeat;
}
.vd-icon-bingding-courseware{
  background: url(../img/binding-courseware_before.png) no-repeat;
  width: 18px;
  height: 18px;
}
.vd-menu-active>.vd-icon-bingding-courseware{
  background: url(../img/courseware-list_after.png) no-repeat;
}
.vd-icon-right{
    background: url(../img/Next-copy.png) no-repeat;
    width: 9px;
    height: 16px;
}

.vd-margin-r20 {
    margin-right: 20px!important;
}
.vd-margin-r10 {
    margin-right: 10px!important;
}

.vd-hide{
    display: none;
}

/*遮罩提示*/
.vd-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ebf0f6;
    opacity: 0.2;
    z-index: 99;
}
.vd-tips{
    padding: 18px 0;
    background: #535962;
    border-radius: 6px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ebf0f6;
    font-size: 15px;
    position: fixed;
    left: calc(50% - 110px);
    top: 50%;
    z-index: 100000;
}
.vd-tips-icon{
    width: 30px;
    height: 30px;
    margin-right: 17px;
}
.vd-tips-suc{
    background: url(../img/Copy-success.png) no-repeat;
}
.vd-tips-err{
    background: url(../img/Load-failed.png) no-repeat;
}
.vd-tips-load{
    background: url(../img/loading.gif) no-repeat;
}
.vd-tips-prompt{
    background: url(../img/prompt.png) no-repeat;
}
.vd-tips-text{
    max-width: 110px;
}

[v-cloak]{
    display: none;
}

.vd-left{
    float: left;
}
.vd-right{
    float: right;
}

.label-hide{
    display: none!important;
}
/*顶部样式*/
.ow-top {
    width: 100%;
    height: 70px!important;
    background-color: #fff;
    /*box-shadow: -3px 0px 13px 0px rgba(226, 234, 252, 0.54);*/
    display: flex;
    align-items: center;
    border-bottom: solid 1px #dce3f3;
    position: fixed;
    top: 0;
    z-index: 999;
    background-image: linear-gradient(-87deg, #33a2fe 0%, #3faefe 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
}
.ow-left-name {
    width: 200px;
    height: 32px;
    background: url(../newImg/fb_zbhtTjzb_icon_logo_nor.png) no-repeat;
    flex: 0.98 1 auto;
    margin-left: 30px;
}

.ow-username {
    margin-right: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.ow-logout {
    background: url(../newImg/fb_nav_btn_close_nor.png) no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.ow-top-person-icon{
    background: url(../newImg/fb_nav_ico_def_nor.png) no-repeat;
    width: 12px;
    height: 14px;
    margin-right: 20px;
}
[v-cloak]{
    display: none;
}

/*顶部添加按钮蓝色*/
.blue-bt-default{
    width: 100px;
    height: 36px;
    background-image: linear-gradient(5deg,
    #3498ff 0%,
    #39acff 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border:none;
    margin-left: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
}
.page-name{
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #383838;
    margin-bottom: 20px;
}
.new-search{
    background-image: linear-gradient(5deg,
    #3498ff 0%,
    #39acff 100%),
    linear-gradient(
            #ffffff,
            #ffffff) !important;
    background-blend-mode: normal,
    normal!important;
    border-radius: 6px !important;
    color: #fff!important;
    background-color: unset!important;
    border: none!important;
}


.red-bold{
    color: #ff4c74!important;
    font-weight: bold;
}
.passwordIcon{
    position: relative;
}
.iconPassword{
    position: relative;
    left: -30px;
    top: 3px;
    cursor: pointer;
}

/*图片上传*/
.big_small_img{
    margin-bottom: 30px;
}
.big_share_update_div{
    width: 180px;
    height: 120px;
    color: #383838;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 6px 0px
    rgba(226, 226, 226, 0.27);
    border-radius: 6px;
    border: solid 2px #e2e2e2;
    margin-bottom: 30px;
}
.teacher-avatar-div{
    position: relative;height: 180px;width: 180px;margin-bottom: 34px;display: flex;background-color: #f7f7f7;
    border-radius: 6px;
}
.teacher-avatar-img{
    max-width: 180px;max-height: 180px;cursor: pointer;border-radius: 6px;margin: auto
}
.big_share_update_img{
    width: 66px;
    height: 66px;
    margin-top: 27px;
    margin-left: 57px;
}
.warm_del {
    top: 28px;
    right: 8px;
}
.percent-mask{
    height: calc(100% - 35px);
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    border-radius: 6px;
    z-index: 2;
    cursor: pointer;
}
.prompt-bt-line{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.flex-end{
    display: flex;
    flex-direction: row-reverse;
}
/*列表没有元素居中*/
.no-item-in-list-div{
    height: 780px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.no-item-in-list-text{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
}

/*加粗*/
.bold{
    font-weight: bold;
}
.m-r-30{
    margin-right: 30px;
}
.m-l-12{
    margin-left: 12px;
}
/*新版下拉的暂无文案*/
.filter_page_type {
    position: absolute;
    top: calc(50% - 9px);
    background-color: #fff;
    pointer-events: none;
    z-index: 99;
    right: 76px;
    color: #bababa;
    font-weight: 100;
    font-size: 14px;
}