body {
    background: #F2F3F4;
}
html{
    /*height: 100%;*/
}
[v-cloak] {
    display: none !important;
}

.w1100 {
    position: relative;
    width: 1100px;
    margin: 10px auto;
    padding: 30px 0;
}
#app{
    min-height: 600px;
}
.subMenu {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 40px;
}

.subMenubox {
    position: relative;
    margin-bottom: 10px;
    padding-left: 80px;
    box-sizing: border-box;
}

.subMenubox:last-child {
    margin: 0;
}

.sublabel {
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 99;
    color: #999;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    margin-top: -3px;
}

.el-menu.mr-el-submenu {
    border: none;
    display: inline-block;
    vertical-align: middle;

}

.mr-el-submenu > .el-menu-item {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 3px;
    margin: 0 10px 5px 10px;
    border: none;
}

.mr-el-submenu > .el-menu-item.is-active {
    color: #6AAEFA;
    background: rgba(245, 248, 252, 1) !important;
    border: none;
}

.mr-el-submenu > .el-menu-item:hover {
    color: #6AAEFA;
    background: rgba(245, 248, 252, 1) !important;
    border: none;
}

.trainList {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.mr-train-pic {
    position: relative;
    width: 100%;
    height: 152px;
}

.train-tag {
    font-size: 12px;
    border-radius: 0;
    margin-right: 5px;
}

.train-status {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 99;
}

.train-certi {
    position: absolute;
    right: 6px;
    bottom: 33px;
    z-index: 99;
}

.train-num {
    position: absolute;
    right: 6px;
    bottom: 10px;
    z-index: 99;
}

.mr-train-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.mt-train-txt {
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color333 {
    color: #333;
}

.color999 {
    color: #999;
}

.colorred {
    color: #E35A5A;
}

.colorblue {
    color: #409EFF;
}

.mr-train-title {
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mt-train-txt label {
    margin-right: 5px;
}

.mt-train-txt > span {
    margin-right: 10px;
}

.sorce-style {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
    margin-top: -3px;
}

.mr-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 8px;
}

.mr-bottom .el-button {
    flex: 1;
}

.el-button {
    font-weight: normal;
}

.el-button--primary.is-plain {
    color: #409EFF;
    background: #ecf5ff;
    border-color: #ecf5ff;
}

.mr-train-Item {
    position: relative;
    border: none;
    margin-bottom: 40px;
    height: 355px;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.el-button-al {
    background: #3B70AC;
}
.el-button-al:focus,
.el-button-al:hover {
    background: #3B70AC!important;
    border-color: #3B70AC!important;
    color: #FFF;
}
.mr-page {
    margin: 40px auto;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.el-pagination {
    text-align: center;
}

.sub-con {
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
}

.trainDetailTL {
    position: relative;
    width: 380px;
    height: 255px;
    background: #ecf5ff;
    float: left;
}

.trainDetailTL img {
    display: block;
    width: 100%;
    height: 100%;
}

.trainDetailR {
    margin-left: 410px;
}

.trainDetailR-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.trainDetailR-Item {
    margin-bottom: 10px;
    font-size: 13px !important;
}

.trainDetailR-item-inline {
    display: inline-block;
    margin-right: 40px;
}

.train-num2 span {
    margin-right: 8px;
}

.mr-accept .el-checkbox__input.is-checked + .el-checkbox__label {
    font-weight: normal !important;
}

.mr-accept .el-checkbox__inner {
    border-radius: 50%;
}

.trainDetailR-Item button {
    width: 100px;
    border-radius: 0;
}

.trainDetailR-Item.bottom {
    margin-top: 20px;
}

.trainDetailB {
    margin-top: 35px;
    width: 100%;
    background:#F8F8F8;
}
.trainDetailB .el-tabs--border-card{
    box-shadow: none;
}
.trainDetailB .el-tabs--border-card{
    border:1px solid #f8f8f8;
}
.trainDetailB .el-tabs--border-card>.el-tabs__header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    margin: 0;
}
.trainDetailB .el-tabs--border-card>.el-tabs__header .el-tabs__item {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: none;
    margin-top: 0;
    color: #666;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
}
.trainDetailB .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #333;
    background-color: #f8f8f8;
    border:none;
    font-weight: bold;
}
.trainDetailB .el-tabs--border-card>.el-tabs__content{
    background-color: #f8f8f8;

}
.trainDetailB-title {
    position: relative;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.trainDetailB-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 99;
    width: 4px;
    height: 18px;
    background: #6AAEFA;
}

.trainTxt {
    margin-bottom: 10px;
    line-height: 26px;
}

.train-tag-certi {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin-top: -2px;
}

.train-tag-certi img {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: -2px;
}
.mr-clamp3{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mt-course-txt{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}


/* 空数据样式表 */
.empty-data {
    position: relative;
    min-height: 600px;
    background-color: white;
    margin-top: 20px;
    border-radius: 8px;
}

.empty-data .empty-data-content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /*水平垂直居中*/
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color:#A8A8B3;
    text-align: center;
}
.po_tr{
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 99;
}
/* @Author: sxx
 * @Date:  2021-02-05 15:55
 * @Description: 学分排行页面样式
 */
.s-con{
    min-width: 900px;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.my-credit{
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
}
.my-credit-title{
    position: relative;
    color: #242A33;
    font-size: 18px;
    padding-left: 18px;
    margin-bottom: 40px;
}
.my-credit-title:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 99;
    width: 4px;
    height: 18px;
    background: #2E77E6;
    border-radius: 1px;
}
.my-credit-conL .title{
    color: #131B26;
    font-size: 18px;
    margin-top: 14px;
    text-align: center;
}
.my-credit-conR{
    margin-left: 130px;
    padding: 20px;
    box-sizing: border-box;
    height: 185px;
    background: #F7F8F9;
    border-radius: 4px;
}
.my-credit-conR .all-credit{
    color: #131B26;
    font-size: 14px;
}
.el-divider--vertical{
    height: 11px;
    background: #8A8B99;
    margin-top: -2px;
}
.my-credit-conR .num-item{
    display: inline-block;
}
.colorOrange{
    color: #F28C24;
}
.my-credit-conR .num{
    text-align: center;
    margin: 20px 0;
}
.my-credit-conR .num-item{
    color: #8A8B99;
    font-size: 16px;
}
.el-divider-big{
    height: 20px;
    background: #DADFE6;
    margin: 0 20px;
    margin-top: -5px;
}
.credit-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -5px;
}
.credit-icon img{
    width: 100%;
    height: 100%;
}
.semester-credit{
    color: #8A8B99;
    font-size: 14px;
    margin-top: 38px;
}
.semester-num{
    display: inline-block;
    margin-left: 20px;
}
.credit-ranking{
    margin-top: 20px;
    background: #fff;
}
.credit-ranking .el-tabs__nav-wrap::after{
    height: 1px;
    background: #F2F2F2;
}
.credit-ranking .el-tabs__item{
    color: #474C59;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}
.credit-ranking .el-tabs__item.is-active {
    color: #242A33;
    font-weight: normal;
}
.credit-ranking .el-tabs__nav{
    margin-left: 30px;
}
.infinite-list{
    margin-bottom: 30px;
}
.credit-list-item{
    padding: 13px 90px 13px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
}
.credit-list-itemL .num{
    color: #242A33;
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}
.el-avatar{
    vertical-align: middle;
}
.credit-list-itemL .info{
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    vertical-align: middle;
    color: #8A8B99;
}
.credit-list-itemR{
    margin-top: 10px;
}
.set-title{
    color: #242A33;
    font-size: 18px;
    padding: 18px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
}
.set-content{
    padding: 30px;
    box-sizing: border-box;
}
.set-content-h3{
    font-size: 16px;
    color: #242A33;
    margin-bottom: 20px;
}
.set-line{
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin: 0 8px;
}
.set-block{
    color: #474C59;
    font-size: 14px;
    margin-bottom: 40px;
}
.set-block .demonstration{
    margin-right: 20px;
}