.cp-container {
    padding-top: 40px;
}

.cp-line {
    display: flex;
    align-items: center;
}

.cp-form-item {
    display: flex;
    margin-top: 10px;
    color: #323437;
    align-items: center;
}

.cp-form-item:first-child {
    margin-top: 0;
}

.cp-form-item-center {
    align-items: center;
}

.cp-form-item-start {
    align-items: flex-start;
}

.cp-upload-dialog-large {
    width: 100px;
    height: 99px;
    border-radius: 2px;
}

.cp-upload-dialog-large-c {
    width: 85px;
    height: 85px;
}

.cp-upload-dialog-c {
    width: 144px;
    height: 76px;
}

.cp-upload-dialog {
    width: 158px;
    height: 90px;
    border-radius: 2px;
}

.cp-upload-large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cp-upload-button {
    width: 92px;
    height: 26px;
}

.cp-content {
    background-color: white;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.cp-content-border {
    border: 1px solid #e1e3e4;
    border-radius: 2px;
}

.cp-tab-content {
    border-left: 1px solid #E1E3E4;
    border-right: 1px solid #E1E3E4;
}

.cp-search-input {
    width: 220px;
}

.custom-table {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.cp-custom-table-header-icon {
    width: 28px;
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #bfbfbf;
}

.cp-custom-table-header-fileter {
    background-color: white;
}

.cp-custom-table-header-fileter-select {
    color: #007CFF;
}

.cp-custom-table-header-icon:hover {
    background-color: #e5e5e5;
    color: rgba(0, 0, 0, .45);
}

.cp-custom-table-header-icon-current {
    background-color: #e5e5e5;
    color: rgba(0, 0, 0, .45);
}

.cp-custom-table {
    background-color: white !important;
    border-left: 0.5px solid #e1e3e4;
    border-right: 0.5px solid #e1e3e4;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.cp-header {
    display: flex;
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    z-index: 888;
    align-items: center;
    background-color: white;
}

.cp-custom-table-cell {

}

.cp-text-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp-text-line-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cp-custom-table-cell:hover {
    background-color: rgba(31, 177, 255, 0.1);
}

.cp-custom-table-row {
    height: 36px;
    padding-left: 15px;
    font-size: 14px;
    color: #323437;
    line-height: 18px;
    display: flex;
    align-items: center;
    background-color: #F7F8FA;
}

.cp-custom-table-card {
    border: .5px solid #e1e3e4;
}

.cp-custom-table-item-border {
    border-right: .5px solid #e1e3e4;
}

.cp-custom-table-item-title {
    font-size: 14px;
    color: #323437;
    text-align: center;
}

.cp-custom-table-item {
    display: flex;
    min-height: 36px;
    font-size: 12px !important;
    justify-content: flex-start;
    align-items: center;
}

.cp-custom-table-header-height {
    height: 36px;
}

.cp-custom-table-content {
}

.cp-custom-table-content-center {
    align-items: center;
    justify-content: center;
}

.cp-custom-table-header {
    padding-left: 16px;
    height: 36px;
}

.cp-header-title {
    font-size: 14px;
    color: #323437;
    font-weight: bold;
    flex: 1;
    line-height: 16px;
    margin-left: 20px;
}

.header-btn {
    margin-right: 15px;
}

.cp-option-item {
    margin-left: 16px;
}

.cp-option-first {
    margin-left: 20px;
}

.cp-border-top {
    border-top: 0.5px solid #e1e3e4;
}

.cp-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 0;
    margin-top: 15px;
}

.cp-frame-content {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    background-color: white
}

.cp-search {
    font-size: 12px;
    color: white;
    background-color: #4aa6fc;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    height: 26px;
    width: 52px;
}

.cp-label-date {
    width: 180px !important;
    position: relative;
}

.cp-label-date400 {
    width: 400px !important;
    position: relative;
}

.cp-table-option {
    margin-right: 16px;
    color: #1276e5;
    cursor: pointer;
}

.cp-table-option-left {
    margin-left: 16px;
    color: #1276e5;
    cursor: pointer;
}

.cp-dialog-container {
    padding: 0 40px;
}

.cp-dialog-container::-webkit-scrollbar {
    display: none !important;
}

.cp-card-title {
    font-size: 14px;
    color: #323437;
    font-weight: bold;
    margin-top: 4px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.cp-label-require {
    color: #f5222d;
    margin-right: 2px;
}

.cp-label {
    width: 102px;
    display: flex;
    height: 30px;
    margin-right: 8px;
    color: #323437;
    align-items: center;
    justify-content: flex-end;
}

.cp-label-footer {
    margin-left: 8px;
    height: 30px;
    line-height: 30px;
}

.cp-form-options {
    flex: 1;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.cp-line-label {
    font-size: 12px;
    color: #323437;
    display: flex;
    flex: 1;
    white-space: nowrap;
}

.cp-label-input {
    width: 168px !important;
    position: relative;
}
.cp-label-input-left {
    width: 168px !important;
    margin-left: 35px;
    position: relative;
}
.cp-label-inputs {
    width: 320px !important;
    position: relative;
}

.cp-label-input307 {
    width: 307px !important;
    position: relative;
}

.cp-label-input100 {
    width: 100px !important;
    position: relative;
}

.cp-label-input80 {
    width: 80px !important;
    position: relative;
}

.cp-label-input220 {
    width: 220px !important;
    position: relative;
}

.cp-label-input190 {
    width: 190px !important;
    position: relative;
}
.new-cp-label-input190 {
    width: 190px !important;
    position: relative;
    margin-left: 23px;
}

.cp-label-input170 {
    width: 170px !important;
    position: relative;
}
.cp-label-input161 {
    width: 161px !important;
    position: relative;
}
.cp-label-inputLeft {
    margin-left: 12px;
    width: 162px !important;
    position: relative;
}
.cp-label-inputLeft-new {
    margin-left: 27px;
    width: 162px !important;
    position: relative;
}

.cp-label-input150 {
    width: 150px !important;
    position: relative;
}

.cp-label-textInput140 {
    height: 140px !important;
    width: 424px !important;
    position: relative;
}

.cp-label-input250 {
    width: 250px !important;
    position: relative;
}

.cp-label-input280 {
    width: 280px !important;
    position: relative;
}

.cp-label-input339 {
    width: 339px !important;
    position: relative;
}

.cp-label-input-320 {
    width: 320px !important;
    position: relative;
}
.cp-label-input-margin {
    margin-left: 5px;
}

.cp-label-input400 {
    width: 400px !important;
    position: relative;
}
.cp-label-input350 {
    width: 350px !important;
    position: relative;
}
.cp-label-input450 {
    width: 450px !important;
    position: relative;
}

.cp-label-input340 {
    width: 340px !important;
    position: relative;
}

.cp-label-input839 {
    width: 839px !important;
    position: relative;
}

.cp-label-input847 {
    width: 847px !important;
    position: relative;
}
.cp-label-input814 {
    width: 814px !important;
    position: relative;
}

.cp-label-input692 {
    width: 692px !important;
    position: relative;
}

.cp-label-input681 {
    width: 681px !important;
    position: relative;
}

.cp-form-content {
    flex: 1;
    min-height: 30px;
    line-height: 30px;
}

.cp-form-input {
    width: 320px;
}

.netCource-img {
    border: 0 solid #979797;
    margin-left: 8px;
    position: relative;
    top: 6px;
    cursor: pointer;
    width: 19px;
    height: 19px;
}


.teacher-btn {

}

.ant-modal-body {
    padding: 0 !important;
}

.tb-link-a {
    margin-right: 16px;
    color:#1276e5;
}
.tb-link-a>span {
    color:#1276e5;
}

.order-option-btn {
    width: 80px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #007CFF;
    border-radius: 2px;
    color: #007CFF;
    cursor: pointer;
}
/* 设置省略号，两行样式 */
.one-div-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*n行溢出显示省略号则number设置为n*/
    overflow: hidden;
}
.two-div-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*n行溢出显示省略号则number设置为n*/
    overflow: hidden;
}

.three-div-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*n行溢出显示省略号则number设置为n*/
    overflow: hidden;
}
.sort-btn{
    width: 40px;
    padding: 0;
    height: 15px;
    border: 0;
    color: #1276e5 !important;
}
.sort-btn:hover,.sort-btn:focus{
    color: #1276e5 !important;
}
.sort-input{
    height: 30px;
    width: 40px;
    padding: 4px 5px;
}
.ant-tabs-tab:not(:first-child){
    border-left: 0 !important;
}
.ant-tabs-tab:first-child{
    border-top-left-radius: 4px !important;
}
.ant-tabs-tab:last-child{
    border-top-right-radius: 4px !important;
}

#ast-table>.custom-table>.cp-custom-table>.cp-line{
    background-color: #F7F8FA;
}

.search-btn-submit{
    height: 26px;
    width: 56px;
    text-align: center;
    font-size: 12px !important;
    color: white;
    background-color: #4aa6fc;
    cursor: pointer;
    padding: 4px;
    border-radius: 2px;
}
#ast-tabs{
    margin-bottom: -10px;
}

.ant-rate-star.ant-rate-star-full>div{
    color: #fadb14 !important;
}
#odr-search-reset>button{
    height: 26px;
    width: 52px;
    text-align: center;
    padding: 0;
    font-size: 12px !important;
}
[v-cloak]{
    opacity: 0;
}
.course-li{
    color: black;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    width: 70px;
}
.course-li:hover{
    background-color: rgba(11, 193, 219, 0.41);
}
.course-img{
    width: 10px;
    height: 10px;
    /*top: -14px;*/
    /*position: relative;*/
    /*right: -145px;*/
}
.modal_dir {
    display: flex;
    margin: 12px 24px 2px 24px;
}