* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none
}

[v-cloak] {
    display: none !important
}
.class-name {
    color: #f00
}

.w-e-menu {
    z-index: 2 !important;
}

.w-e-text-container {
    z-index: 1 !important;
}
.el-dialog {
    overflow: hidden;
}
html {
    /*margin-right: 10px;*/
    overflow: auto;
    animation: slide-opacity 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.td-whv {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.bot-fixed {
    position: fixed;
    bottom: 20px
}

.tab-list {
    height: 100%;
}

.text-tip {
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    display: none;
    z-index: 999999;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px
}

.main-heigth {
    height: 75vh
}

.p20 {
    padding: 20px;
}

.plr20 {
    padding: 0 20px;
}

.mb5 {
    margin-bottom: 5px;
    display: inline-block;
}

.mlr20 {
    margin: 0 20px;
}

.mt20 {
    margin-top: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.m20 {
    margin: 20px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.flex {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.flexBetween {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexAround {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 5000;
}

.item-top {
    align-self: flex-start;
    margin-top: 10px;
}

.admin-left-menu-wrap::-webkit-scrollbar {
    display: none;
}

.edit-btn {
    min-width: 72px;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 4px;
    background-color: rgba(0, 128, 255, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.set-title .edit-btn {
    margin-left: 15px;
}

.edit-btn-l {
    min-width: 106px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 128, 255, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.admin-form-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px;
    /*max-width: 500px;*/
    position: relative;
}

    .admin-form-item > label {
        width: 90px;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
        flex-shrink: 0;
    }

        .admin-form-item > label > i {
            color: red;
            margin-right: 5px;
        }

    .admin-form-item input {
        border: 1px solid rgba(217, 228, 236, 100);
        outline: none;
        padding: 10px;
        height: 30px;
        border-radius: 4px;
        flex: 1;
    }

    .admin-form-item select {
        border: 1px solid rgba(217, 228, 236, 100);
        outline: none;
        border-radius: 4px;
        flex: 1;
        height: 30px;
        padding: 0 10px;
    }

        .admin-form-item select:nth-child(3) {
            margin-left: 10px;
        }

    .admin-form-item textarea {
        border: 1px solid rgba(217, 228, 236, 100);
        outline: none;
        padding: 10px;
        border-radius: 4px;
        flex: 1;
        height: 100px;
    }

.red {
    color: #FF0000;
}

.bold {
    font-weight: bold;
}

.screen-btn {
    min-width: 58px;
    padding: 0 15px;
    height: 32px;
    margin-left: 8px;
    border: 1px solid #D9E4EC;
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    cursor: pointer;
    margin-bottom: 10px;
}

.screen-btn-active {
    border-color: #0080FF;
    color: #0080FF;
}

.set-title {
    height:80px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.memberColumn-table tr:first-child > td:nth-child(2),
.memberColumn-table tr:first-child > td:nth-child(3),
.memberColumn-table tr:first-child > td:nth-child(4),
.memberColumn-table tr:first-child > td:nth-child(8),
.memberColumn-table tr:first-child > td:nth-child(10),
.memberColumn-table tr:first-child > td:last-child {
    min-width: 100px
}

.DatabaseManagement-td1 {
    width: 375px;
    margin: auto;
}

    .DatabaseManagement-td1 input {
        margin: 0 !important;
        display: inline-block !important;
    }

.DatabaseManagement-td2 {
    width: 550px;
    margin: auto;
    flex-wrap: nowrap;
}

    .DatabaseManagement-td2 input {
        margin: 0;
        display: inline-block !important;
    }

.DatabaseManagement-label {
    width: 550px;
    margin: auto;
    margin-top: 10px
}
/*��ǩ����*/

.set-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: sticky;
    top: 80px;
    background: #F6F9FB;
    z-index: 2;
}

.title-padding {
    padding: 20px 20px 20px 20px;
}

.multi-select-btn {
    width: 99px;
    height: 30px;
    border-radius: 4px;
    color: rgba(87, 87, 87, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(217, 228, 236, 100);
    line-height: 28px;
    cursor: pointer;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 10px;
}

.multi-select-wrap {
    padding: 25px;
    background: #F6F9FB;
    border: 1px solid rgba(228, 238, 244, 100);
    width: 100%;
}

.select-btn-active {
    color: #0080FF;
    border-color: #0080FF;
}

.set-switch {
    padding: 2px 20px;
}

    .set-switch .edit-btn {
        margin-left: 15px;
    }

.top-switch {
    display: flex;
    align-items: center;
}

    .top-switch > div {
        padding: 20px;
        font-size: 15px;
        cursor: pointer;
    }

.top-switch-active {
    color: #1890FF !important;
    font-size: 16px !important;
    border-bottom: 2px solid #1890FF;
}

.top-small-switch {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #0076FF;
    margin-bottom: 20px;
    margin-top: 10px
}

    .top-small-switch > div {
        padding: 6px 10px;
        font-size: 14px;
        cursor: pointer;
        border-right: 1px solid #0076FF;
        color: #0076FF;
    }

        .top-small-switch > div:last-child {
            border-right: none;
        }

.top-small-switch-active {
    background: #0076FF;
    color: #fff !important
}

.table {
    margin-top: 20px;
}

.fw6 {
    font-weight: 600
}

[class*=el-col-] {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.screenWarehouse-btn {
    min-width: 58px;
    padding: 0px 15px;
    height: 70px;
    margin-left: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    border-bottom: 2px solid #f8f8f8;
    font-family: -webkit-body;
}

.screenWarehouse-btn-active {
    border-color: #0080FF;
    color: #0080FF;
}

fs16 {
    font-size: 0.2rem
}

/**/
#app {
    font-size: 0.14rem;
    font-family: SourceHanSansSC-regular !important;
    text-align: left !important;
    word-break: keep-all !important;
}

.fs-16 {
    font-size: 0.16rem
}

.fs-14 {
    font-size: 0.14rem
}

.wb80 {
    width: 80%
}

.wb68 {
    width: 68%
}

.wb60 {
    width: 60%
}

.wb40 {
    width: 40%
}

.wb50 {
    width: 50%
}

.el-icon-loading {
    font-size: 16px;
    z-index: 9999999999 !important
}
/** element UI css */
.el-badge__content {
    z-index: 2
}

.modal-body {
    overflow: auto;
}

.el-table {
    
}

.el-table {
    font-size: 0.12rem !important
}

.el-dialog__wrapper {
    /*left: 189px*/
}
.el-carousel__button {
    background-color: #000 !important
}
.el-table th.el-table__cell {
    background-color: #f6f9fb !important;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1)
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.1)
    }

.flex-j-a-c {
    display: flex;
    justify-content: center;
    align-content: center
}

.ptb5 {
    padding: 5px 0;
}

#app {
    overflow: hidden
}

html {
    overflow-x: hidden
}

.mt50 {
    margin-top: 50px
}

.color-1 {
    color: #0080FF;
}

.pt20 {
    padding-top: 20px
}

.table {
    width: 80%
}

.en-text > .cell {
    word-break: keep-all !important;
}

.pb20 {
    padding-bottom: 20px
}

/*动画*/
.slide-right {
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-right {
    0% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-opacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.tabbar-box{
    width:100%;
    height:41px;
    border-bottom:1px solid #EAEAEA;
    background:#fff;
}
.tabbar-box .list{
    width:126px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:#596671;
    font-size:14px;
    border:1px solid #DCDFE6;
    cursor:pointer;
}
.tabbar-box .select{
    color:#0091E4;
}