body {
    background: #F6F7FB;
}
.line {
    border-top: 1px solid #F2F3F5;
}
.row-line {
    height: 8px;
    border-right: 1px solid #86909C;
    margin: 0 8px;
}
.empty {
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 14px;
    color: #86909C;
}
.message-confirm {
    background-color:  #17B4B5!important;
    border: none!important;
    outline: none!important;
}
.is-selected {
    color:  #17B4B5!important;
}
.el-cascader-node.is-active {
    color:  #17B4B5!important;
}
.el-cascader-node.in-active-path {
    color:  #17B4B5!important;
}
.el-icon {
    fill:#17B4B5!important;
}
.el-date-table td.today .el-date-table-cell__text {
    color:  #17B4B5!important;
}
.el-input--large {
    height: 100%;
    font-size: 16px;
    width: 100%;
}
.el-select__wrapper {
    box-shadow: none!important;
    font-size: 16px!important;
    min-height: 40px!important;
}

.el-form-item__label {
    font-size: 16px!important;
    color: #86909C!important;
    line-height: 40px!important;
}
.el-input__inner {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 40px!important;
}
.el-textarea__inner:focus {
    box-shadow: 0 0 0 1px #dcdfe6 inset!important;
    
}
.el-textarea__inner:hover {
    box-shadow: 0 0 0 1px #dcdfe6 inset!important;
}
.el-textarea__inner {
    font-weight: 400!important;
    font-size: 16px!important;
    padding: 16px 11px !important;
}
.el-date-editor.el-input, .el-date-editor.el-input__wrapper {
    width:100%!important;
    height: 100%!important;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
    background-color:  #17B4B5!important;
}

.el-button {
    border-radius: 2px 2px 2px 2px!important;
    padding: 6px 24px!important;
    box-sizing: border-box!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 22px!important;
}
.el-button--primary {
    background: #17B4B5;
    color: #FFFFFF;
}


/* 弹窗提示 */
.submit-dec-view {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submit-dec-view .submit-dec-img {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}
.submit-dec-view .submit-dec {
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    line-height: 22px;
    text-align: center;
}
/* 卡片 */

.tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* margin-bottom: 76px; */
    row-gap: 20px;
    column-gap: 20px;
}
.tab-list-item {
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 335px;
    cursor: pointer;
}
.tab-list-item .video-type-img {
    position: absolute;
    top:12px;
    right:12px;
    border-radius: 100%;
    width:24px;
    height:24px;
}
.tab-item-info {
    position: relative;
}
.tab-item-mask {
    border-radius: 4px;
    width: 100%;
    height: 220px;
}
.tab-info-title {
    margin-top: 16px;
    /* min-height: 46px; */
}
.tab-info-title .tab-title-mark {
    border-radius: 2px;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 16px;
    background: #17B4B5;
    padding: 1px 6px 3px;
    box-sizing: border-box;
    margin-right: 8px;
}
.tab-colect {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
.tab-colect .tab-colect-item {
    display: flex;
    align-items: center;
    margin-right: 16px;
    font-size: 13px;
    color: #86909C;
    line-height: 20px;
}
.tab-colect .tab-colect-item>img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.tab-item-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #86909C;
    line-height: 22px;
    margin-top: 13px;

}
.tab-tip-left {
    display: flex;
    align-items: center;

}
.tab-logo {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 20px;
}