@CHARSET "UTF-8"; /*<public样式 > */
body, html {
    font-family: "Microsoft Yahei","Helvetica Neue","Helvetica,Arial","sans-serif"!important;
    /*overflow: hidden;*/
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
}
div,p,ul{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.hidden{
    display: none;
}
.container{
    height: 100%;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.bgblack{
    background-color: #273043;
}
.colorfff{
    color: #fff;
}
.colorfff9{
    color: rgba(255,255,255,.9);
}



/*aside*/
.base_slide{
    width: 180px;
}
.aside_logo{
    width: 180px;
    height: 70px;
    text-align: center;
}
.aside_logo img{
    height: 27px;
    margin-top: 20px;
}
.leftSide1Wrap{
    padding: 0 24px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
}
.leftsideMenu .ykleftIcon{
    font-size: 18px;
    position: relative;
    top: 1px;

}
.leftsideMenu .leftSide1Wrap_text{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}
.leftsideMenu .leftSide1Wrap.Menuitem_active{
    cursor: pointer !important;
    background-color: #f5f6f9 !important;
    color: #273043 !important
}
.leftsideMenu .leftSide1Wrap:hover{
    background-color: rgba(245, 246, 249, 0.1);
}
.leftsideMenu .right_arrow{
    float: right;
    color: #b2b2b2;
    line-height: 34px;
    cursor: pointer;
    font-size: 11px;
}
.leftsideMenu .leftSide_item{
    position: relative;
    padding-bottom: 15px;
}
.ScedMenuWrap ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 2px;
}
.leftsideMenu .ScedMenuWrap_item{
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 2px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.leftsideMenu .floatmenuBox{
    position: absolute;
    left: 180px;
    top: 0;
    min-width: 140px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 997;
    color: #333 !important;
    padding: 18px 10px 10px 20px;
}
.leftsideMenu .floatmenuBox li{
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.leftsideMenu .floatmenuBox .el-icon-star-off{
    font-size: 16px;
}
.leftsideMenu .floatmenuBox .el-icon-star-on{
    font-size: 18px;
}
.leftsideMenu .floatmenuBox li{
    line-height: 18px;
}
.leftsideMenu .floatmenuBox li .childMenuName{
    max-width: 120px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    cursor: pointer;
    font-size: 12px;
}
.leftsideMenu .floatmenuBox li .childMenuName:hover{
    color: #105cfb;
}
/* 头部 */
.base-top-bar{
    width: 100%;
    height: 56px;
    background: #fff;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


/*20201010*/
#page-wrapper{
    overflow: hidden;
}
#content-main{
    margin-top: 20px;
    border: 1px solid #ddd;
    width: calc(100% - 40px);
    margin-left: 20px;
    height: calc(100% - 40px);
    box-shadow: 2px -1px 9px #ddd;
    border-radius: 7px;
}
.footer{
    display: none;
}

.text1{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.yii-debug-toolbar_position_bottom{
    display: none!important;
}
.borderRadius{
    border-radius: 7px;
}
.boxShadow{
    box-shadow: 3px 3px 9px #ddd;
}
.wrapper{
    padding: 20px;
    background: #F4F6F8;
    display: flex;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    color: #333;
    min-width: 1200px   ;
    min-height: 600px;
}
.wrapper .navbar-common-top{
    height: calc(100% - 134px);
    position: relative;
}
.wrapper .left-menu{
    max-height: calc(100% - 168px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    width: 100%;
}
.left-menu-modal{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(28,44,60,0) 0%,rgba(28,44,60,1) 100%);
    text-align: center;
    line-height: 85px;
}
.wrapper .left-menu::-webkit-scrollbar{
    display: none;
}
.wrapper .wrapper_content::-webkit-scrollbar {
    width: 5px; /*对垂直流动条有效*/
    height: 5px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.wrapper .wrapper_content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    /*background-color: rosybrown;*/
    border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
.wrapper .wrapper_content::-webkit-scrollbar-thumb{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(255,255,255,.3);
}

/*定义两端按钮的样式*/
.wrapper .wrapper_content::-webkit-scrollbar-button {
    /*background-color:cyan;*/
}

/*定义右下角汇合处的样式*/
.wrapper .wrapper_content::-webkit-scrollbar-corner {
    background:khaki;
}

.wrapper .el-icon{
    font-size: 16px;
    margin-right: 10px;
}
/*.wrapper .el-iconb{*/
/*    margin-right: 10px;*/
/*}*/
.navbar-common{
    /*border: 1px solid #ddd;*/
    height: 100%;
    position: relative;
}
.bgdark{
    background-color: #1C2C3C;
}
.colordark{
    color: #262b30;
}
.borderddd{
    /*border: 1px solid #ddd;*/
}
.colorfff{
    color: #fff;
}
.color999{
    color: #999;
}
.colorgreeen{
    color: #50b45a;
}
.colorred{
    color: #fd5f5c;
}
.wrapper ul{
    padding: 0;
}
.wrapper li{
    list-style: none;
    overflow: hidden;
}
.wrapper p{
    margin: 0;
}
.wrapper .flex-row{
    display: flex;
    align-items: center;
}
.wrapper .justycenter{
    justify-content: center;
}
.wrapper a{
    color: #333;
}
.wrapper a:hover{
    text-decoration: none;
}
.wrapper .left-menu2-height,.left-menu3-height{
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.wrapper .left-menu-height{
    height: 50px;
    line-height: 50px;
}
.left-menu-1{
    width: 120px;
    margin-right: 10px;
}
.left-menu-2{
    width: 140px;
    margin-right: 10px;
}
.left-menu-header{
    text-align: center;
    padding: 15px 0 20px;
    position: relative;
}
.left-menu-header .icon{
    font-size: 50px;
}
.left-menu-header .title{
    font-size: 18px;
    margin-bottom: 20px;
}
.wrapper .left-menu-header-info{
    position: absolute;
    width: 80px;
    border-radius: 7px;
    /*box-shadow: 3px 3px 9px #ddd;*/
    background: #fff;
    /*box-sizing: border-box;*/
    padding: 0 10px;
    left: 110px;
    top: 30px;
    border: 1px solid #ddd;
    color: #666;
    z-index: 1;
    font-size: 14px;
}
.left-menu-header-info:after{
    /*content: "";*/
    border: 7px solid #ddd;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    border-left: 7px solid transparent;
    top: -14px;
    left: 35px;
}
.left-menu-header-info-item{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.left-menu-header-info-item:last-child{
    border: none;
}
.left-menu-header-img{
    width: 60px;
    height: 60px;
    /*box-shadow: 3px 3px 9px #ddd;*/
    border-radius: 100%;
}
.wrapper .left-menu-header-title{
    /*margin-top: 15px;*/
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    /*padding-top: 10px;*/
}
.wrapper .left-menu-header-title .fa{
    vertical-align: top;
    margin-left: 5px;
}
.wrapper .left-menu-list.pb5{
    /*padding-bottom: 50px;*/
    flex: 1;
    position: relative;
}
.wrapper .left-menu .LeftMenuanimate{
    position: relative;
    width: 120px;
    display: flex;
    transition: left .5s;
}
.left-menu-list-item{
    cursor: pointer;
}
.left-menu-list-item-p{
    padding-left: 15px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.left-menu-list-item p:hover,.left-menu3-list-item:hover,
.left-menu2-list-item-p:hover{
    background-color: #2878f1;
    color: #fff;
}
.left-menu-list-item.active p,.left-menu3-list-item.active,
.left-menu2-list-item-p.active{
    background-color: #2878f1;
    color: #fff;
}
.left-menu-list-item .fa{
    font-size: 23px;
    /*vertical-align: sub;*/
    margin-right: 5px;
}
.left-menu-list-item .text1{
    font-size: 15px;
    max-width: 85px;
    display: inline-block;
}
.left-menu2-list{
    text-align: center;
}
.left-menu2-list-item{
    margin-bottom: 10px;
    background-color: #fff;
}
.left-menu2-list-item .text1{
    max-width: 105px;
    font-size: 15px;
    margin-right: 5px;
}
.left-menu2-list-item .fa{
    font-size: 15px;
}
.wrapper_content{
    flex: 1;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    /*padding: 15px;*/
    overflow-y: auto;
    position: relative;
    /*z-index: 20001;*/
}
.left-menu2-list-item-img{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #ddd;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}
.left-menu2-list-item-p{
    position: relative;
    cursor: pointer;
}
.left-menu-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-menu-bottom{
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
    /*color: #666;*/
    box-sizing: border-box;
    padding-top: 20px;
    border-top: 1px solid #102030;
    position: relative;
}
/*.left-menu-bottom > p{*/
/*    margin-bottom: 5px;*/
/*}*/
.left-menu-bottom .left-menu-bottom-kd{
    margin-bottom: 15px;
    cursor: pointer;
}
.left-menu-bottom-kd .fa{
    font-size: 16px;
    margin-right: 5px;
}


/* dark */
.navbar-dark .left-menu-1{
    background: linear-gradient(120deg, #56637d , #23272f);
}
/*.navbar-dark .left-menu2-list-item{*/
/*    background: #313a43;*/
/*}*/
.navbar-dark .left-menu-1 a{
    color: #f0f0f0;
}
.navbar-dark .left-menu-list-item.active p{
    background-color: #313a43;
    color: #fff;
}
/*.navbar-dark .left-menu3-list-item.active{*/
/*    background-color: #56637d;*/
/*    color: #fff;*/
/*}*/
/*.navbar-dark .left-menu2-list-item-p.active{*/
/*    background-color: #56637d;*/
/*    color: #fff;*/
/*}*/
.navbar-dark .left-menu-header-img{
    box-shadow: none;
}

/*.navbar-dark .left-menu2-list-item-img{*/
/*    box-shadow: none;*/
/*}*/
.navbar-dark .left-menu-bottom{
    color: #f0f0f0;
}
.wrapper .wrapper_help{
    position: relative;
    /*width: 220px;*/
    width: 0;
    /*margin-left: 20px;*/
    padding-left: 20px;
}
.wrapper #_help{
    position: absolute;
    right: 0;
    height: 100%;
    width: 220px;
}
.wrapper_help .el-input{
    width: 190px;
    margin-bottom: 20px;
}
.wrapper_help .el-input__inner{
    height: 30px;
}
.help-content{
    /*max-height: calc(100% - 60px);*/
    /*margin-top: 10px;*/
    /*overflow-y: auto;*/
}
.help-title{
    font-weight: bold;
    /*padding: 10px 0;*/
}
.help-subtitle{
    padding: 8px 0;
}
.help-nr{
    padding: 0 10px;
    line-height: 18px;
}
.help-subtitle,.help-nr{
    font-size: 12px;
}

.aside{
    height: 100%;
    display: flex;
}
.wrapper_helpshow{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #515A6E;
    cursor: pointer;
}
.menu-switch{
    background-color: #3C5670;
    color: #AABBCC;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    position: relative;
}
.menu-switch .menu-switch-item{
    flex: 1;
    position: relative;
}
.menu-switch .menu-switch-item span{
    position: relative;
    z-index: 1;
}
.menu-switch .menu-switch-item:nth-of-type(1) .menu-switch-item-bg{
    /*border-radius: 30px 0 0 30px;*/
}
.menu-switch .menu-switch-item-bg{
    /*display: block;*/
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #2D8CF0;
    display: block;
    transition: left  .3s;
}
.menu-switch .menu-switch-item.active{
    /*background-color: #2D8CF0;*/
    color: #fff;
}
.menu-switch .menu-switch-item.active .menu-switch-item-bg{
    display: block;
}

.left-menu-animate{
    transition: left .5s;
    /*animation: LeftG 2s linear 0s 1;*/
}

@keyframes LeftG {
    0%{
        position: absolute;
        left: 0;
    }
    25%{
        left: -20px;
    }
    50%{
        left: -120px;
    }
    75%{
        left: -60px;
    }
    100%{
        left: 0;
        position: relative;
    }
}





/* 覆盖样式 */

.el-tabs__item{
    line-height: 30px;
}

.left-menu-modal .iconfont{
    color: #fff;
    font-size: 30px;
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
    cursor: pointer;
}

@keyframes bounce-down {
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
@keyframes bounce-down {
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}


/*中间主体部分公共样式*/
#app{
    padding: 15px 20px;
}

.el-tabs__content::-webkit-scrollbar {
    width: 5px; /*对垂直流动条有效*/
    height: 5px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.el-tabs__content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    /*background-color: rosybrown;*/
    border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
.el-tabs__content::-webkit-scrollbar-thumb{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(255,255,255,.3);
}

/*定义两端按钮的样式*/
.el-tabs__content::-webkit-scrollbar-button {
    /*background-color:cyan;*/
}

/*定义右下角汇合处的样式*/
.el-tabs__content::-webkit-scrollbar-corner {
    background:khaki;
}

/* 订单列表 */
.curriculumtable{

}
.curriculumtable .el-col{
    border: 1px solid transparent;
    padding: 8px;
    box-sizing: border-box;
}
.curriculumtable-head{
    /*display: flex;*/
    font-weight: 600;
    background-color: #f5f7fa;
    line-height: 40px;
}
.curriculumtable-item{
    border: 1px solid #dedede;
    margin-top: 10px;
}
.curriculumtable-item-top{
    /*height: 40px;*/
    /*padding: 0 10px;*/
    background: #f7f9fb;
    color: #888888;
    /*line-height: 40px;*/
}
.curriculumtable-item-bottom-img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.curriculumtable-item-bottom .lh60{
    line-height: 60px;
}

.orderxx_title{
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
    margin: 0 0 24px 0;
}
.orderxx_title:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    margin: 3px 0;
    background: #1b8afa;
    left: 0;
}
.setting_btn{
    font-weight: normal;
    color: #2a75ed;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.navigation .navbox{
    align-items: flex-start;
}
.navigation .navbox_left{
    width: 375px;
    position: relative;
    border: 1px solid #eeeeee;
}
.navigation .navbox_left .navbox_left_title{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 29px;
    font-size: 18px;
    text-align: center;
    color: #333;
    width: 100%;
}
.navigation .navbox_left_img{
    width: 100%;
    display: block;
}
.navigation .navbox_right{
    flex: 1;
    max-width: 900px;
    min-width: 530px;
    padding-left: 40px;
}
.navigation .navbox_left_body{
    width: 100%;
    height: 500px;
    background-color: #F5F7FA;
}
.navigation .navbox_left_bottom_img{
    width: 22px;
    height: 22px;
}
.navigation .navbox_left_bottom_item{
    text-align: center;
    padding-top: 8px;
    flex: 1;
}
.navigation .navbox_left_bottom_title{
    font-size: 12px;
    color: #b2b2b2;
    line-height: 14px;
    margin: 3px 0;
}
.navigation .nav_setitem{
    margin-bottom: 10px;
}
.navigation .nav_setitem_title{
    line-height: 36px;
}
.navigation .navset_head{
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-weight: 500;
    background: #f6f8fa;
    text-align: center;
}
.navigation .iconsetting{
    width: 38px;
    height: 38px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.navigation .iconsetting_img{
    width: 14px;
}
.navigation .iconsetting_title{
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.5);
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.navigation .navset_content{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.navigation .navset_content_item{
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}
.navigation .navset{
    margin-bottom: 20px;
}











