@charset "UTF-8";
body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}


/*全局背景颜色*/

.view-framework-sidebar-full .col-md-12 {
    background-color: #f4f8f9;
}
/*loading模态样式 strat*/

.g-spinner7 {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: whitesmoke;
    /*opacity: 0.6;*/
}

.g-spinner7 p {
    width: 100%;
    position: absolute;
    color: #09C;
    font-size: 16px;
    top: 15px;
    left: 5px;
}

.g-spinner7 > div {
    background-color: #09C;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.g-spinner7 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-spinner7 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-spinner7 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-spinner7 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}


/*loading公共样式 start*/

/* 媒体查询 根据屏幕分辨率大小适配*/

@media screen and (max-width: 1200px) {
    #box {
        width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    #box {
        width: 1200px;
        margin: 0 auto;
    }
}




/*loading公共样式 start*/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
.f10 {
    font-size: 50%;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.fw {
    font-weight: bold;
}

.blueffc {
    color: #0099FF;
}

.blueff {
    background-color: #0099FF !important;
    border-color: #0099FF !important;
}

.yellowffc {
    color: #FDAB57;
}

.yellowff {
    background-color: #FDAB57 !important;
    border-color: #FDAB57 !important;
}

.gray6 {
    color: #6A6A6A;
}

.gray9 {
    color: #999999 !important;
}

.yellowf6c {
    color: #FF6700;
}

.yellowf6 {
    background-color: #FF6700 !important;
    border-color: #FF6700 !important;
}

.mt {
    margin-top: 100px;
}

.mt10 {
    margin-top: 10px;
}

.widthf {
    color: #ffffff;
}

.width30px {
    width: 30px;
}
/*  模态框样式  */
.L-com-MD .modal .modal-dialog {width: 500px;}
.L-com-MD .modal .modal-content {-webkit-border-radius: unset;-moz-border-radius: unset;-ms-border-radius: unset;border-radius: unset;}
.L-com-MD .modal .modal-header {padding-left: 24px;background-color: #f4f8f9;}
.L-com-MD .modal .com-modal-body {min-height: 100px;}
.L-com-MD .modal .modal-footer {padding: 0 0 30px 0;text-align: center;border-top: none;
}
.L-com-MD .modal .modal-footer .btn {margin: 0 15px;}


.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

ul li {
    list-style-type: none
}


/*公共样式 end*/


/* 提示模态样式 开始 */

.modal .com-modal-header {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .com-modal-header .com-modal-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.modal .com-modal-body {
    padding: 20px;
    padding-bottom: 10px;
    min-height: 100px;
}

.modal .com-modal-header,
.modal .com-modal-footer .btn-primary,
.modal .com-modal-footer .btn-primary:focus {
    background-color: #09C;
    border-color: #09C;
    outline: none;
}


/* 提示模态样式 结束 */

.nav-tabs.nav-justified {
    width: 100% !important;
    border-bottom: 0;
    font-size: 12px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified>li {
    width: auto!important;
}

.nav-tabs.nav-justified>li:nth-child(1) {
    width: 140px !important;
}

.nav-tabs.nav-justified>li:nth-child(2) {
    width: 200px !important;
}

.nav-tabs.nav-justified>li:nth-child(3) {
    width: 140px !important;
}


/*导航条 Start*/

.view-framework-topbar {
    width: 100%;
    z-index: 101;
}


/*静态导航 Start*/

.header {
    padding-bottom: 34px;
    background-color: #f4f8f9;
}

.header .header_bg {
    height: 100px;
}

.header .header_bg,
.suspension .suspension_bg {
    width: 100%;
    background: url(../img/header_bg.png) no-repeat 100% 100%;
    background-size: cover;
}

.header .header_bg .title {
    width: 100%;
    padding: 23px 133px 0 133px;
    color: #fff;
}

.header .header_bg .title .left span {
    font-size: 16px;
    /*padding-left: 14px;*/
    color: #f1f7f9;
}

.header .header_bg .title .right .schoolName,
.suspension .suspension_bg .title .right .schoolName {
    font-size: 16px;
    padding-right: 18px;
}

.header .header_bg .title .right .teacherName,
.suspension .suspension_bg .title .right .teacherName {
    font-size: 16px;
    padding-right: 30px;
}

.header .header_bg .title .right .dropOut,
.suspension .suspension_bg .title .right .dropOut,
.header .header_container .header_list ul li a,
.suspension .suspension_bg .suspension_list ul li a {
    cursor: pointer;
    text-decoration: none;
}

.header .header_bg .title .right .dropOut span,
.suspension .suspension_bg .title .right .dropOut span{
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}


.header .header_bg .title .right .dropOut,
.header .header_bg .title .right .dropOut:hover,
.suspension .suspension_bg .title .right .dropOut,
.suspension .suspension_bg .title .right .dropOut:hover {
    color: #f1f7f9;
}

.header .header_container {
    margin-top: -33px;
}

.header .header_container .header_list {
    width: 880px;
    margin: 0 auto;
    height: 66px;
    line-height: 66px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -o-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -moz-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -webkit-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
}

.header .header_container .header_list .nav-ul {
    width: 750px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.header .header_container .header_list .nav-ul .nav-ul-li {
    float: left;
    width: 113px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.header .header_container .header_list .nav-ul .nav-ul-li a {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    color: #343434;
}

.header .header_container .header_list .nav-ul .nav-ul-li a:hover,
.header .header_container .header_list .nav-ul .nav-ul-li a:active,
.header .header_container .header_list .nav-ul .nav-ul-li a.active {
    height: 64px;
    line-height: 64px;
    color: #00c3e3;
    border-bottom: 2px solid #00c3e3;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}
.header .header_container .header_list .nav-ul .li-drop-down,
.suspension .suspension_bg .suspension_list ul .li-drop-down{
    position: relative;
}
.header .header_container .header_list .nav-ul .li-drop-down .li-drop-down-menu,
.suspension .suspension_bg .suspension_list ul .li-drop-down .li-drop-down-menu{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    border: 1px solid  #ebebeb;
    border-top: none;

}
.header .header_container .header_list .nav-ul .li-drop-down .li-drop-down-menu .li-drop-down-list,
.suspension .suspension_bg .suspension_list ul .li-drop-down .li-drop-down-menu .li-drop-down-list{
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    cursor: pointer;
    color: #343434;
}


    /*静态导航 End*/


/*悬浮导航 Start*/

.suspension {
    width: 100%;
    /*height: 70px;*/
}

.suspension .suspension_bg {
    /*height: 70px;*/
    box-shadow: 0 0 14 rgba(14,180,180,0.4);
}

.suspension .suspension_bg .title {
    width: 100%;
    padding: 0 10% 0 10%;
    color: #fff;
}

.suspension .suspension_bg .title .suspension_left,
.suspension .suspension_bg .title .suspension_right,
.suspension .suspension_bg .title .suspension_list,
.suspension .suspension_bg .suspension_list ul li{
    line-height: 70px;
}

.suspension .suspension_bg .suspension_list ul li {
    float: left;
    /*padding: 0 20px;*/
    text-align: center;
    /*height: 70px;*/
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.suspension .suspension_bg .suspension_list ul li a {
    display: inline-block;
    color: #fff;
    margin: 0 20px;

}

.suspension .suspension_bg .suspension_list ul li a:hover,
.suspension .suspension_bg .suspension_list ul li a:active,
.suspension .suspension_bg .suspension_list ul li a.active {
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}
/*-----------------------------------班级管理&教师管理&学生管理 START-----------------------------------*/
    #classSystem table{
        width: 1100px;
        margin:0 auto;
    }
    #classSystem table th {
        font-size: 14px;
        color:#343434;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
    #classSystem{
        margin-top:34px;
    }
    .m_modal-content{
        width: 470px;
    }
    .m_mB24{
        margin-bottom: 24px;
    }
    .m_modal-header{
        font-size: 20px;
        padding-left: 30px;
        background: #f4f8f9;
    }
    .m_modal-body{
        padding: 0;
        padding-left: 60px;
    }
    .m_modal-footer{
        text-align: center;
        border: none;
        padding: 0;
        padding-bottom: 50px;
    }
    .m_model_form{
        height: 34px;
        width: 180px;
        text-indent: 14px;
    }
    .btn-120com{
        width: 120px!important;
        height: 38px!important;
        margin-right: 30px;
    }
    ._btn-com{
        width: 120px!important;
        height: 38px!important;
        border-color: #00c3e3!important;
        background-color: #fff!important;
        color: #00c3e3!important;
    }
    #classSystem .uS_header{
        margin:0 auto;
        width: 1100px;
        margin-bottom: 24px;
    }
    #classSystem .uS_header .uS_header_1{
        width: 180px;
        margin-right: 150px;
        height: 40px;
        float: left;
    }
    #classSystem .uS_header .uS_header_1 select{
        width: 120px;
        height: 40px;
    }
    #classSystem .uS_header .uS_header_2{
        width: 400px;
        margin-right: 210px;
        height: 40px;
        float: left;
    }
    #classSystem .uS_header .uS_header_3{
        width: 150px;
        height: 40px;
        float: left;
    }
    #classSystem .uS_b{
        margin-right: 12px;
    }
    #classSystem .btn-com{
        width: 150px;
        height: 40px;
    }
    .classSystem_a{
        font-size: 14px;
        color: #00c3e3!important;
    }
    #m_myModal .form-control{
        /* width: 100%!important; */
    }
    .form-group{
        margin-bottom: 14px;
    }
    .m_squareDashed{
        display: inline-block;
        color: #666;
        width: 74px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        margin-right: 14px;
        margin-bottom: 14px;
        border:1px dashed #ebebeb;
    }

    #classSystem .display_iB{
        display: inline-block;
    }
    #classSystem .m_W100{
        width: 100%!important;
    }
    #classSystem .inputSearch_Box{
        float: right;
        height:40px;
        position: relative;
    }
    #classSystem .inputSearch_Box input[type='text']{
        position: absolute;
        right:0;
        height:38px;
        text-indent:18px;
        padding-right: 42px;
    }
    #classSystem .inputSearch_Box a{
        background:url('../../../img/examList-search.png');
        width: 19px;
        height: 22px;
        position: absolute;
        top:9px;
        right:23px;
    }
    .alert h4{
        font-size: 20px;
        margin-bottom:14px;
    }
    .alert p{
        margin-bottom:14px;
    }
    .btn-success{
        border: 1px solid #4CAE4C!important;
        background: #5CB85C!important;
    }
    .btn-danger{
        border: 1px solid #D43F3A!important;
        background: #D9534F!important;
    }
    .m_pB40{
        padding-bottom: 40px;
    }
        #CSC_Box .m_header{
        margin-bottom: 10px;
    }
    a{
        outline: none!important;
    }
    #CSC_Box .m_header .titleBox{
        border:1px dashed #ccc;
        border-radius: 5px;
        background: #eee;
        padding: 8px;
        min-height:70px;
    }
    .m_half_header{
        font-size: 16px;
    }
    .m_half{
        width:45%;
        float: left;
        box-sizing: border-box;
    }
    .m_r20{
        margin-right: 20px;
    }
    .m_fl{
        float: left;
    }
    .m_mr53{
        margin-right: 53px; 
    }
    .m_mT34{
        margin-top: 34px;
    }
    .m_mB24{
        margin-bottom: 24px;
    }
    .m_half_header a{
        color:#00c3e3;
        font-size: 14px;
    }
    .span_box{
        width: 19%;
    }
    .span_bgIcon{
        padding-left:26px;
        margin: 0 auto;
    }
    .span_bgIconQrcode{
        background: url('../../../img/class/dy.png') no-repeat left center;
    }
    .span_bgIconAdd{
        background: url('../../../img/class/xz.png') no-repeat left center;
        padding-left:22px;
    }
    .span_bgIconChange{
        background: url('../../../img/class/tb.png') no-repeat left center;
    }
    .span_bgIconSearch{
        background: url('../../../img/class/cx.png') no-repeat left center;
        padding-left: 21px;
    }
    .span_bgIconDel{
        background: url('../../../img/class/sc.png') no-repeat left center;
    }
    #CSC_Box .m_header .titleBox dl{
        border-right: 1px dashed #ccc;
        min-height:50px;
        text-align: center;
    }
    #CSC_Box .m_header .titleBox dl:nth-child(3){
        border-right:none;
    }
    #CSC_Box .m_header .titleBox dt{
        height: 50%;
        line-height: 35px;
        font-weight: 500;
        color:#ccc;
    }
    #CSC_Box .m_header .titleBox dd{
        height: 50%;
        line-height:35px;
    }
    .display_iB{
        display: inline-block;
    }
    .m_W70{
        width: 70%!important;
    }
    .m_W20{
        width: 25%!important;
    }
    .m_W100{
        width: 100%!important;
    }
    #CSC_Box .m_Mb10{
        margin-bottom: 10px;
    }
    #CSC_Box .likeForm button{
        
    }
    #CSC_Box .m_Table_Group table th{
        text-align: center;
    }
    #CSC_Box .groupForModel_a a{
        margin-top: 5px;
        display: inline-block;
        width:80px;
        height:30px;
        line-height: 30px;
        text-align: center;
        padding: 3px;
        border:1px dashed #aaa;
        border-radius: 5px;
    }
    .inputSearch_Box{
        float: right;
        width:100%;
        height: 34px;
        position: relative;
    }
    .inputSearch_Box input[type='text']{
        position: absolute;
        right:0;
        height: 38px;
        text-indent: 20px;
        padding-right: 25px;
    }
    .inputSearch_Box a{
        background:url('../../../img/examList-search.png');
        width: 19px;
        height: 22px;
        position: absolute;
        top:8px;
        right:14px;
    }
    .form-group dt,.form-group dt{
        color: #343434;
        font-size: 14px;
        width:150px;
        display: inline-block;
        text-align: right;
    }
    .form-group dd,.form-group dd{
        /* width: 75%; */
        display: inline-block;
    }
    .m_mT40{
        margin-top: 40px;
    }
    .colorF00{
        color:#ff3c3c;
        display:inline-block;
    }
    .m_w302px{
        width:302px!important;
    }
    .m_p0{
        padding: 0!important;
    }
    .m_floatNone{
        float:none!important;
        margin:0 auto;
    }
    .m_form_radio{
        width:14px!important;
        height: 14px!important;
        margin:0 8px 2px 0!important;
    }
    .m_mR20{
        margin-right: 20px;
    }
    .m_contentMaxHeight{
        max-height: 200px;
        overflow-y: auto;
    }
        #teacher{
        margin-top: 34px;
    }
    dt{
        font-size: 14px;
        font-weight: 500;
    }
    #teacher table th{
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
    #teacher .table{
        margin-top: 24px;
    }
    .display_iB{
        display: inline-block!important;
    }
    #teacher .inputSearch_Box{
        float: right;
        width:100%;
        height: 34px;
        position: relative;
    }
    .m_W100{
        width: 100%!important;
    }
    #teacher .inputSearch_Box input[type='text']{
        position: absolute;
        right:0;
        height: 32px;
        text-indent: 20px;
        padding-right: 25px;
    }
    #teacher .inputSearch_Box a{
        background:url('../../../img/examList-search.png');
        width: 19px;
        height: 22px;
        position: absolute;
        top:6px;
        right:5px;
    }
    .m_mT34{
        margin-top: 34px!important;
    }
    .m_mB24{
        margin-bottom: 24px;
    }
    .m_model_form{
        height: 34px;
        width: 180px;
        text-indent: 14px;
    }
    .btn-120com{
        width: 120px!important;
        height: 38px!important;
        margin-right: 30px;
    }
    ._btn-com{
        width: 120px!important;
        height: 38px!important;
        border-color: #00c3e3!important;
        background-color: #fff!important;
        color: #00c3e3!important;
    }
    .m_mT40{
        margin-top: 40px;
    }
    .m_w302px{
        width:302px!important;
    }
    .m_p0{
        padding: 0!important;
    }
    .m_floatNone{
        float:none!important;
        margin:0 auto;
    }
    .m_form_radio{
        width:14px!important;
        height: 14px!important;
        margin:0 8px 2px 0!important;
    }
    .m_mR20{
        margin-right: 20px;
    }
    .m_bR1{
        border-right:1px solid #d9d9d9; 
    }
    .m_w65{
        box-sizing: border-box;
        padding:0 20px;
        width: 60%;
    }
    .m_w35{
        box-sizing: border-box;
        padding:0 20px;
        width: 39%;
    }
    .m_w630{
        width: 630px;
    }
    .m_square{
        width: 74px;
        height: 26px;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        text-align: center;
        line-height: 26px;
    }
    .m_mT14{
        margin-top:14px;
    }
    .m_mR24{
        margin-right: 24px;
    }
    .m_fs14{
        font-size: 14px;
    }
    .m_mh40{
        height: 40px!important;
    }
    .m_mh40Usearch{
        top: 8px!important;
    }
    .m_select{
        width: 120px;
        height: 40px;
    }
    .m_w80{
        width: 80px;
    }
    .m_p20{
        padding:0 20px;
    }
    .m_maxTD{
        max-width: 400px!important;
        max-height: 50px;
        overflow: hidden;
    }
    .m_wHalf{
        width: 49%;
        display: inline-block;
        height: 100%;
    }
    .m_autoHeight{
        height: auto;
    }
    #teacher {
    margin-top: 34px;
}

dt {
    font-size: 14px;
    font-weight: 500;
}

#teacher table th {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#teacher .table {
    margin-top: 24px;
}

#teacher .display_iB {
    display: inline-block;
}

#teacher .inputSearch_Box {
    float: right;
    width: 100%;
    height: 34px;
    position: relative;
}

#teacher .m_W100 {
    width: 100%;
}

#teacher .inputSearch_Box input[type='text'] {
    position: absolute;
    right: 0;
    height: 32px;
    text-indent: 20px;
    padding-right: 25px;
}

#teacher .inputSearch_Box a {
    background: url('../../../img/examList-search.png');
    width: 19px;
    height: 22px;
    position: absolute;
    top: 6px;
    right: 5px;
}

.m_mT34 {
    margin-top: 34px!important;
}

.m_model_form {
    height: 34px;
    width: 180px;
    text-indent: 14px;
}

.btn-120com {
    width: 120px!important;
    height: 38px!important;
    margin-right: 30px;
}

._btn-com {
    width: 120px!important;
    height: 38px!important;
    border-color: #00c3e3!important;
    background-color: #fff!important;
    color: #00c3e3!important;
}

.m_mT40 {
    margin-top: 40px;
}

.m_w302px {
    width: 302px!important;
}

.m_p0 {
    padding: 0!important;
}

.m_floatNone {
    float: none!important;
    margin: 0 auto;
}

.m_form_radio {
    width: 14px!important;
    height: 14px!important;
    margin: 0 8px 2px 0!important;
}

.m_mR20 {
    margin-right: 20px;
}
.m_bR1 {
    border-right: 1px solid #d9d9d9;
}

.m_w65 {
    box-sizing: border-box;
    padding: 0 20px;
    width: 60%;
}

.m_w35 {
    box-sizing: border-box;
    padding: 0 20px;
    width: 39%;
}

.m_w630 {
    width: 630px;
}

.m_square {
    width: 74px;
    height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
}

.m_mT14 {
    margin-top: 14px;
}

.m_mR24 {
    margin-right: 24px;
}

.m_fs14 {
    font-size: 14px;
}

.m_mh40 {
    height: 40px!important;
}

.m_mh40Usearch {
    top: 8px!important;
}

.m_select {
    width: 120px;
    height: 40px;
}

.m_w80 {
    width: 80px;
}

.m_w30 {
    width: 28%!important;
}
.m_minW68{
    min-width: 68px!important;
}
.m_th{
    font-weight:500!important;
}
.m_textRight{
    text-align: right!important;
}
.m_mL14{
    margin-left: 14px!important;
}
.m_mL12{
    margin-left: 12px!important;
}
.m_mT26{
    margin-top: 26px!important;
}
.m_tIndent6{
    text-indent: 6px!important;
}
.m_checkBoxB{
　　margin:0!important;
}
.m_liStu{
    display: inline-block;
    margin-right:16px;
    margin-bottom: 12px;
    width:75px;
}
.btn[disabled]{
    color: #DDD!important;
}
.m_inputFile{
    position: relative;
    z-index:100;
}
.m_fileBox{
    width:200px;
    height: 38px;
    border:1px solid #ebebeb;
    position: relative;
}
.m_fileButton{
    width: 40px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 1px;
}
.m_active{
    background: #00C3E3!important;
    color:#fff!important;
    border: 1px solid #fff!important;
}
.m_mB14{
    margin-bottom: 14px!important;
}
.m_pB24{
    padding-bottom: 24px;
}
.m_trP10{
    padding:0 10px!important;
}
/*------------------------------------班级管理&教师管理&学生管理 END------------------------------------*/
input[type=radio], input[type=checkbox]{
    margin:-3px 0 0;
}
.m_dtAuto{
    width:auto!important;
}
.m_mb0{
    margin-bottom: 0!important;
}
.m_redStar{
    color:#f00;
}
.m_floatL{
    float: left;
}
.m_label{
    font-weight:500!important;
    margin-right:12px;
}
.m_dtLH34{
    line-height: 34px;
}
.display_B{
    display:block!important;
}   
.m_mb14{
    margin-bottom:14px;
}
#EDU{
    margin-top: 20px;
}
#schoolIntroduce,#schoolSubject,#schoolInfo_app,#examModels,
#schoolPlats,#schoolInfo_admi,#schoolInfo_wx,#EDUInfo_base,#ocrEndd{
    margin-top:14px;
    border-bottom:1px solid #d9d9d9;
}
#schoolIntroduce {
    min-width: 1200px;
}
.schoolIntro_textarea {
    resize: none;
    width: 300px!important;
    height: 80px!important;
}
.resetAdmin{
    margin-left:14px;
    color:#00c3e3;
}
#createSchool{
    text-align:center;
}
#saveSchoolInfo{
    margin-left: 50%;
}
#createEDU_BTNGroup{
    margin-left: 50%;
}
.m_mr24{
    margin-right: 24px;
}
.m_W100{
    width:100%;
}
/*日历插件*/
.L-uib-datepicker .uib-datepicker-popup.dropdown-menu:focus,
.L-uib-datepicker .uib-datepicker-popup.dropdown-menu .uib-datepicker:focus,
.L-uib-datepicker .uib-datepicker-popup.dropdown-menu .uib-datepicker .uib-daypicker:focus,
.L-uib-datepicker .uib-datepicker-popup.dropdown-menu table:focus {
    outline: none!important;
}
.L-uib-datepicker .uib-datepicker-popup .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 100%;
}
.L-uib-datepicker .uib-datepicker-popup .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.L-uib-datepicker .uib-datepicker-popup .btn-default:hover {
    color: #FFFFFF;
    background-color: #00C3E3;
    border-color: #00C3E3;
}
.L-uib-datepicker .uib-datepicker-popup .btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}
.L-uib-datepicker .uib-datepicker-popup .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #777777 !important;
}
.L-uib-datepicker .uib-datepicker-popup .btn-group-sm>.btn,
.L-uib-datepicker .uib-datepicker-popup .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.L-uib-datepicker .uib-datepicker-popup table td {
    height: auto;
    line-height: normal;
}
.L-uib-datepicker .uib-datepicker-popup .btn-info.active {
    color: #FFFFFF;
    background-color: #00C3E3;
    border-color: #00C3E3 !important;
}
/* 日历 结束 */

body{
    padding-right: 0px !important;
}
html{
    overflow: auto !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.1;
    }
    

.flex-ph {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: stretch;
}

.flex-pv {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: stretch;
}

.flex-ca {
	flex: auto;
}

.flex-cn {
	flex: none;
}