* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

html {
    width: 100%;
    height: 100%;
}

body {
    min-width: 1000px;
    height: 100%;
    background: #F4F4F4;
}

.el-col.el-col-20.width1200 {
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #333333;
}


/* 首页样式 start */

input::-webkit-input-placeholder {
    font-size: 14px;
}

.dtc-login-dialog__title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 40px;
}

.dtc-current-type {
    color: #43A94B;
}

.dtc-center-control {
    text-align: center;
}

.dtc-login-form {
    padding: 20px 0px;
}

.dtc-border {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.dtc-bottom {
    text-align: right;
    background: #F6F6F6;
    color: #333333;
    padding: 20px 0;
}

.dtc-toLogin {
    color: #43A94B;
    text-align: center;
}

.dtc-icon-phone {
    vertical-align: bottom;
    margin-right: 5px;
    width: 12px;
    height: 18px;
}

.dtc-bottom-right {
    padding-right: 20px;
}

.dtc-min-width {
    min-width: 90px;
}

.dtc-font-grey {
    color: #999999;
}

.dtc-font-666 {
    color: #666666;
}

.dtc-pop .el-dialog {
    width: 600px;
}

.dtc-pop .el-dialog .el-dialog__body {
    padding: 0;
}

.dtc-pop .dtc-btn-code,
.dtc-pop .dtc-btn-code:hover,
.dtc-pop .dtc-btn-code:active,
.dtc-pop .dtc-btn-code:focus {
    background-color: #FE8B18;
    border: none;
}

.dtc-login-dialog__header {
    text-align: center;
    margin: 0 20px;
    padding: 5px 20px 10px;
}

.dtc-sign-pop .el-form-item__content {
    width: 280px;
}

.dtc-sign-pop .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
}

.dtc-sign-pop .el-select {
    width: 100%;
}

.dtc-btn-code {
    width: 100%;
}

.height100 {
    height: 100%;
}

.dtc-qrCode {
    width: 176px;
    height: 178px;
    margin: 28px 0;
}

.dtc-APP {
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.29px;
}

.dtc-font-green {
    color: #43A94B;
}

.dtc-bottom-border {
    padding-bottom: 22px;
    margin: 0 20px;
    border-bottom: 1px solid #979797;
}

.dtc-login-wechat {
    padding: 10px 70px;
    background: #232323;
    margin: 57px 100px;
    border-radius: 4px;
    color: white;
}

#login-wechat .el-dialog {
    background: #333333;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
    color: white;
}

#login-wechat .dtc-login-dialog__title {
    color: white;
}

.dtc-mouse {
    cursor: pointer;
}

.dtc-btn-xl {
    width: 100%;
}


/*注册*/

.dtc-register-title {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
}

.dt-header-box .el-dialog {
    line-height: normal;
}

.dtc-menu-item {
    height: 12px;
    width: 12px;
    padding-right: 5px;
}

.dtc-flex-end {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.dtc-mine:hover {
    color: #45AA4D;
}

.dtc-QRCode {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dtc-send-time {
    text-align: center;
    color: #FE8B18;
}

.avatar-uploader .el-upload {
    height: 110px;
    width: 110px;
    border-radius: 6px;
    border: 1px dashed #d9d9d9;
    cursor: pointer;
}

.dtc-headImg {
    height: 110px;
    width: 110px;
    border-radius: 6px;
}

.pic-uploader .el-upload {
    height: 210px;
    width: 375px;
    border-radius: 6px;
    border: 1px dashed #d9d9d9;
    cursor: pointer;
}

.dtc-pic {
    height: 210px;
    width: 375px;
    border-radius: 6px;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

.pic-uploader .avatar-uploader-icon {
    width: 375px;
    height: 210px;
    line-height: 210px;
}

[v-cloak] {
    display: none;
}

.dt-main {
    min-height: 80%;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #CDCDCD;
}


/*头部*/

.dt-header {
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}

.dt-header-top {
    height: 36px;
    line-height: 36px;
    background: #2F3840;
}

.dt-header-box {
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
}

.dt-header-version {
    cursor: pointer;
    text-align: right;
    font-size: 14px;
    color: #999999;
    width: 90px;
}

.dt-logo-box {
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    cursor: pointer;
}

.dt-logo-box .dot-red {
    display: block;
    position: absolute;
    top: 32px;
    left: 34px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: red;
    overflow: hidden;
}

.dt-logo {
    width: 190px;
    height: 50px;
}

.dt-search-btn {
    width: 261px;
}

.dt-search-btn i {
    font-size: 16px;
}

.dt-search-btn .el-input-group__append {
    padding: 0 15px;
    background: #43A94B;
}

.dt-search-btn .el-input-group__append,
.el-input-group__prepend {
    color: #FFFFFF;
}

.dt-avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.dt-learning-img {
    width: 18px;
    margin-right: 5px;
    margin-left: 15px;
    vertical-align: middle;
}

.dt-menu {
    cursor: pointer;
    padding: 5px 5px;
    font-size: 16px;
}

.dt-menu-zdjj {
    cursor: pointer;
    padding: 12px 30px;
    font-size: 18px;
}

.gcsb .dt-menu-zdjj {
    padding: 12px 0;
    font-size: 18px;
    cursor: pointer;
}

.dt-select-menu {
    color: #45AA4D;
    border-bottom: 3px solid #45AA4D;
}


/*白色背景，无线*/

.dt-main-white {
    background: white;
    padding-bottom: 50px;
}


/*白色背景，有board*/

.dt-main-boarder {
    background: white;
    padding-top: 20px;
    padding-bottom: 50px;
    /* border-top: 1px solid lightgray; */
}

.dt-footer {
    width: 100%;
    padding: 0;
    background: #2F3742;
    font-size: 14px;
    color: #fff;
}

.dt-footer-box {
    background: #2F3742;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    padding: 40px 0;
}

.dt-footer-segmentation {
    width: 1px;
    height: 120px;
    background: #515151;
}

.dt-footer-message {
    margin-bottom: 8px;
}

.dt-footer-logo {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.dt-message-box {
    background: #FFFFFF;
    margin-top: 20px;
    padding: 10px 20px 40px 20px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
}

.dt-margin-top-xs {
    margin-top: 5px;
}

.dt-margin-top-sm {
    margin-top: 10px;
}

.dt-margin-top-md {
    margin-top: 20px;
}

.dt-margin-top-lg {
    margin-top: 40px;
}

.dt-margin-bottom-sm {
    margin-bottom: 10px;
}

.dt-margin-bottom-md {
    margin-bottom: 20px;
}

.dt-margin-right-sm {
    margin-right: 10px;
}

.dt-margin-right-md {
    margin-right: 20px;
}

.dt-margin-left-sm {
    margin-left: 10px
}

.dt-margin-left-md {
    margin-left: 20px
}


/*导航*/

.dt-classify {
    display: flex;
    background: white;
}

.dt-type-classify {
    width: 100%;
    line-height: 20px;
    padding: 0 20px;
    margin: 15px 0;
    border-left: 1px solid #E5E5E5;
    overflow: hidden;
}

.dt-second-classify {
    display: flex;
    background: #F6F6F6;
    border: 1px solid #EEEEEE;
    /*display: none;*/
}

.dt-classify-top {
    margin-top: 20px;
}

.dt-all-classify {
    text-align: center;
    padding: 0 40px;
    margin: 15px;
    cursor: pointer;
}

.dt-choose-all {
    width: 42px;
    margin: auto;
    border-radius: 2px;
}

.dt-back {
    width: 42px;
    margin: auto;
    background: #43A94B;
    color: white;
    border-radius: 2px;
}

.dt-one-classify {
    min-width: 125px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    float: left;
    padding-right: 10px;
}

.dt-one-classify-color {
    color: #43A94B;
}

.dt-one-classify-color2 {
    color: #43A94B;
    background: #fff;
}

.dt-one-classify2 {
    min-width: 125px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    float: left;
    padding-right: 10px;
    background: #F6FBF6;
}


/*视频、文档、测试标签*/

.dt-type {
    white-space: nowrap;
    text-align: center;
    width: 35px;
    height: 20px;
    padding: 0 3px;
    border: 1px solid #43A94B;
    border-radius: 2px;
    font-size: 12px;
    color: #43A94B;
    line-height: 20px;
    vertical-align: middle;
}


/*radio、checkbox样式*/

.dt-subject-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid #43A94B;
    color: #43A94B;
}

.el-checkbox__label .dt-subject-number {
    border-radius: 4px;
}

.dt-correct-subject-number {
    color: #FFFFFF;
    background: #43A94B;
}

.dt-error-subject-number {
    border: 1px solid #FF0904;
    color: #FFFFFF;
    background: #FF0904;
}

.dt-correct-radio {
    width: 100%;
}

.dt-correct-radio .el-checkbox__label,
.dt-correct-radio .el-radio__label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-left: 0;
}

.dt-error-radio .el-checkbox__input.is-disabled+span.el-checkbox__label,
.dt-correct-radio .el-checkbox__input.is-disabled+span.el-checkbox__label,
.dt-correct-radio.el-checkbox,
.dt-error-radio.el-checkbox,
.dt-correct-radio.el-radio,
.dt-correct-radio .el-checkbox__input.is-checked+.el-checkbox__label,
.dt-correct-radio .el-radio__input.is-disabled+span.el-radio__label,
.dt-correct-radio .el-radio__input.is-checked+.el-radio__label {
    color: #666666;
    font-weight: 400;
}

.dt-error-radio .el-checkbox__input,
.dt-correct-radio .el-checkbox__input,
.dt-correct-radio .el-radio__input {
    display: none;
}

.dt-correct-radio .el-checkbox__input.is-checked+.el-checkbox__label .dt-subject-number,
.dt-correct-radio .el-radio__input.is-checked+.el-radio__label .dt-subject-number {
    color: #FFFFFF;
    background: #43A94B;
}

.dt-error-radio .el-checkbox__input.is-checked+.el-checkbox__label .dt-error-subject-number {
    color: #FFFFFF;
    background: #FF0904;
    border: 1px solid #FF0904;
}

.dt-cursor {
    cursor: pointer;
}


/*面包屑*/


/*当前位置*/

.dt-position-word {
    font-size: 14px;
    color: #333333;
    float: left
}

.el-breadcrumb {
    line-height: inherit;
    float: left
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #45AA4D;
}

.el-breadcrumb__item span {
    cursor: pointer
}


/*灰色水平线样式*/

.dt-hr-gray {
    height: 1px;
    border: none;
    border-top: 1px solid #EAEAEA;
}

.dt-display-none {
    display: none;
}


/*固定在底部*/

.dt-box-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #ffffff;
    z-index: 999;
}


/*暂无数据图*/

.dt-data-none {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 auto;
    padding: 200px 0;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #2A3F54;
}

.dt-data-none-img {
    width: 120px;
    margin-bottom: 30px;
}

.dt-pagesize-block {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background: none;
}


/*课程列表样式*/

.dtc-class-box {
    background: white;
    cursor: pointer;
    display: table-cell;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid #F4F4F4;
    position: relative;
}

.dtc-class-box:first-of-type {
    border-left: 0;
}

.dtc-class-box:last-of-type {
    border-right: 0;
}

.dtc-class-over {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.5;
    background: #000000;
    position: absolute;
    height: 20px;
    top: 105px;
    width: 100%;
}

.dtc-class-overs {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.5;
    background: #000000;
    position: absolute;
    height: 20px;
    bottom: 0;
    width: 100%;
}

.dtc-class {
    height: 40px;
    margin: 10px;
    padding: 0;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dtc-content {
    margin: 0 10px;
    padding: 0;
    font-size: 14px;
    color: #43A94B;
    text-align: justify;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dtc-content2 {
    margin: 1px 10px 9px;
    padding: 0;
    font-size: 14px;
    color: #43A94B;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1;
}

.el-button--primary:hover,
.el-button--primary:focus {
    background: #43A94B;
    border-color: #43A94B;
}

.imgBigStyle img {
    cursor: pointer;
    max-width: 100px;
    max-height: 100px;
    margin: 0 5px;
    vertical-align: bottom;
}

.imgBigStyle p {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    word-break: break-all;
}

.imgBigStyle span {
    display: inline-block;
    word-break: break-all;
}

.imgBigStyle .imgBigStyleAsSpan span {
    display: inline-block;
    word-break: break-all;
}

.imgBigStyle a {
    color: #539cdb;
    text-decoration: underline;
}


/*图片放大样式*/

.img-view {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    text-align: center;
}


/*不限制图片大小，实现居中*/

.img-view .img {
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 3000;
    text-align: center;
}

.img-view .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* 新增的公共样式 */

.dtc-padding-pay {
    padding: 20px 10% 0;
}

.bgcolor-white {
    background-color: #fff;
}

.bgcolor-theme {
    background-color: #43A94B;
}

.fontsize-2 {
    font-size: 12px;
}

.fontsize-4 {
    font-size: 14px;
}

.fontsize-6 {
    font-size: 16px;
}

.inlineMiddle {
    display: inline;
    vertical-align: middle;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.clear {
    overflow: hidden;
}

.border1 {
    border: 1px solid #e6e6e6;
}

.textAlignCenter {
    text-align: center;
}

.breakAll {
    display: inline-block;
    word-break: break-all;
}

.inlineBlock {
    display: inline-block;
}

.inline {
    display: inline;
}

.width80 {
    width: 80%;
}

.width100 {
    width: 100%;
}

.two-text-overflow {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
}

.bold {
    font-weight: bold;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.color333 {
    color: #333333
}

.elScroll::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 6px;
    /*滚动条高度*/
}


/*定义滚动条轨道 内阴影+圆角*/

.elScroll::-webkit-scrollbar-track {
    border-radius: 6px;
    /*滚动条的背景区域的圆角*/
    background-color: #fff;
    /*滚动条的背景颜色*/
    border: none;
}


/*定义滑块 内阴影+圆角*/

.elScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: hsla(220, 4%, 58%, .3);
    /*滚动条的背景颜色*/
}


/* 国产设备 */

.oneLevelWrapper {
    position: relative;
    float: left;
    width: 230px;
    height: 371px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F6FBF6;
    z-index: 10;
}

.oneLevelWrapper .oneLevelContent {
    width: 100%;
    padding-left: 24px;
    list-style: none;
    box-sizing: border-box;
}

.oneLevelWrapper .oneLevelContent p {
    padding: 22px 0;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0.18px;
    cursor: pointer;
    border-bottom: 1px solid #E3EDE3;
}

.twoLevelWrapper {
    display: none;
    width: 230px;
    height: 371px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    padding-left: -10px;
}

.twoLevelWrapper .twoLevelContent {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0.18px;
    width: 100%;
    padding-left: 24px;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
}

.dt-train-classify-header {
    display: inline-block;
    width: 206px;
    padding: 0 12px;
    color: #fff;
}

.dt-gcsb-header:hover .dt-train-classify {
    display: block;
    width: 230px;
}


/* .dt-gcsb-header:hover .twoLevel-display {
    display: none;
} */

.dt-train-classify:hover {
    display: block;
    width: 460px;
}


/* .dt-classify-box-wrapper:hover .twoLevel-display {
    display: block;
}  */


/* .twoLevel-display {
    display: none;
} */

.dt-train-classify {
    /* display: none; */
    position: absolute;
    top: 52px;
    left: 0;
    width: 230px;
    z-index: 999;
    background: #fff;
}

.dt-train-classify .dt-classify-box {
    height: 371px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 230px;
    float: left;
}

*/ .dt-train-classify .dt-classify-box-wrapper {
    max-height: 376px;
}


/* 
.oneLevel:hover p {
    color: #43A94B;
    font-weight: bold;
}

.oneLevel:hover .twoLevel {
    display: block;
}

.twoLevel {
    position: absolute;
    top: 0;
    left: 230px;
}

.twoLevel li {
    border: 0;
    background: #fff;
    font-weight: normal;
} */


/* .dt-train-classify .dt-classify-box li {
    width: 100%;
    font-size: 16px;
    list-style: none;
    line-height: 1;
    /* width: 206px; 
}

.dt-train-classify .dt-classify-box li p {
    line-height: 16px;
    border-bottom: 1px solid #E7EAEC;
    box-sizing: border-box;
    padding: 24px 0 24px 24px;
    margin-left: 24px;
} */

.img-overflow {
    overflow: hidden;
    max-height: 121px;
}

.box-shadows {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.03);
}

.box-shadows:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.15);
}

.left0 {
    left: 0;
}

.right0 {
    right: 0;
}

.top0 {
    top: 0;
}

.bottom0 {
    bottom: 0;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.top0 {
    top: 0;
}

.bottom0 {
    bottom: 0;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}


/* 图片元素内放大效果 */

.dtc-img-scale:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.teacherNameHover:hover .teacherName-color {
    color: #43A94B;
}

.teacherName-color {
    color: #333;
}

.border-radius50 {
    border-radius: 50%;
}

.course-tag-green {
    font-size: 12px;
    color: #43A94B;
    padding: 1px 4px;
    border: 1px solid #43A94B;
    line-height: 14px;
    border-radius: 2px;
    margin: 0 13px 0 0;
    text-align: center;
}

.course-tag-blue {
    font-size: 12px;
    color: #3B97DF;
    padding: 1px 4px;
    border: 1px solid #3B97DF;
    line-height: 14px;
    border-radius: 2px;
    margin: 0 13px 0 0;
    text-align: center;
}

.course-tag-gray {
    font-size: 12px;
    color: #7B8C9B;
    padding: 1px 4px;
    border: 1px solid #7B8C9B;
    line-height: 14px;
    border-radius: 2px;
    margin: 0 13px 0 0;
    text-align: center;
}

.attachment {
    margin: 10px 0;
}

.attachment .attachment-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.attachment .attachment-img img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
}

.dtc-class-box .cousreLine-clamp1 {
    margin: 0 10px 10px;
    padding: 0;
    font-size: 12px;
    color: #999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.elScrollBar {
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
}

.elScrollBar::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 6px;
    /*滚动条高度*/
}


/*定义滚动条轨道 内阴影+圆角*/

.elScrollBar::-webkit-scrollbar-track {
    border-radius: 6px;
    /*滚动条的背景区域的圆角*/
    background-color: #fff;
    /*滚动条的背景颜色*/
    border: none;
}


/*定义滑块 内阴影+圆角*/

.elScrollBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: hsla(220, 4%, 58%, .3);
    /*滚动条的背景颜色*/
}

.el-breadcrumb__separator:last-child {
    color: #45AA4D;
}


/*! flex */

.flex {
    display: flex;
}

.flex-justify {
    display: flex;
    justify-content: space-between;
}

.flex-align {
    display: flex;
    align-items: center;
}

.flex-align-justify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-align-start {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.flex-align-end {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.flex-baseline {
    display: flex;
    align-items: baseline;
}

.flex-spacearound {
    display: flex;
    justify-content: space-around;
}

.flex-spacebetween {
    display: flex;
    justify-content: space-between;
}

.flex-align-spacearound {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-align-spacebetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-baseline-spacearound {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.flex-baseline-spacebetween {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-column-spacebetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-column-spacearound {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.itemflex-00auto {
    flex: 0 0 auto;
}

.itemflex-11auto {
    flex: 1 1 auto;
}

/* 修改组件样式 */
.v-modal{
    opacity: 0.2;
}
.el-message-box .el-message-box__headerbtn .el-icon-close{
    color:#1b223b;
    font-size: 20px;
}
.el-message-box__title span{
    font-size: 18px;
    color: #333;
}
.el-message-box .el-message-box__header{
    padding: 13px 20px 12px;
}
.el-message-box .el-message-box__content{
    padding: 10px 20px;
}
.el-message-box__content .el-message-box__message{
    color: #666;
    font-size: 14px;
}
.el-message-box .el-message-box__btns{
    padding: 10px 20px 0;
}
.el-message-box .el-button{
    width: 90px;
}
.el-message-box .el-button span{
    font-size: 14px;
}
.el-message-box .el-message-box__btns button:nth-child(2){
    margin-left: 20px;
}

.el-input input::-webkit-input-placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.el-input input::-ms-input-placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.el-input input::placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.el-date-editor input::-webkit-input-placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.el-date-editor input::-ms-input-placeholder{
    font-size: 14px;
    color: #B2B2B2;
}
.el-date-editor input::placeholder{
    font-size: 14px;
    color: #B2B2B2;
}

.live-content .el-table__header th:first-child .cell,.live-content .el-table__body td:first-child .cell{
    padding-left: 39px;
}