.font8 {
    font-size: 12px;
    width: 18px;
    height: 18px;
    -webkit-transform-origin-x: 0;
    transform: scale(0.66);
}

.fontsize8 {
    font-size: 8px;
}

body .el-message {
    padding: 6px 15px;
    width: auto;
    min-width: 0;
    top: 50% !important;
    color: #fff;
    font-size: 12px;
}

body .el-message p {
    width: auto;
    height: auto;
    display: inline-block;
}

body .el-message i,
body .el-message .el-icon-check {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    color: #67C23A;
    font-size: 12px;
    -webkit-transform-origin-x: 0;
    transform: scale(0.66);
}

body .el-message .el-icon-close {
    color: #ED6055;
    background: #fff;
}

body .el-message .el-message__icon {
    display: none;
}

/* 弹框 */
.el-message-box__content {
    padding: 10px 15px;
}

.el-message-box__header {
    padding: 10px;
}

.el-message-box__btns {
    padding: 5px 15px 10px 0;
}

.el-message-box__status {
    font-size: 24px !important;
}

/* 输入框弹框 */
body .popout {
    width: 100%;
    height: 100%;
    position: fixed;
    background: transparent;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
}

body .popout .el-form {
    display: flex;
    justify-content: space-between;
}

body .popout .input_box {
    width: 430px;
    height: 75px;
    margin: 60px auto;
    padding-top: 25px;
    background: #fff;
    border: 1px solid #53a8ff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

body .popout .input_box .el-form-item__label {
    text-align: left;
    text-indent: 20px;
    padding-right: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1e1e1e;
}

body .popout .input_box .el-form-item__label::before {
    display: none;
}

body .popout .input_box .el-button-group {
    margin-right: 20px;
    margin-top: 3px;
}

body .popout .input_box .el-button-group .el-button {
    border: 1px solid #dcdfe6;
    border-radius: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #A0A3A8;
    background: #fff;
    padding: 0;
}

body .popout .input_box .el-button-group .el-button:hover {
    color: #057CF2;
}

body .popout .input_box .el-input__inner {
    width: 240px;
    height: 40px;
}

body .popout .el-form-item.is-success .el-input__inner {
    border: 1px solid #67C23A
}

.el-icon-circle-check {
    color: #67C23A
}

.el-icon-circle-close {
    color: #ff4949
}

body .el-message-box {
    border: 1px solid #d1dbe5;
    z-index: 99999;
}

.v-modal {
    opacity: 0;
}

/* 图标样式修改 */
[name=icon]:hover {
    color: rgba(5, 124, 242, 1) !important;
}

.set i:hover {
    color: rgba(5, 124, 242, 1)
}

.icon--outline-delete_forever-24px:hover {
    color: rgba(255, 0, 0, 1) !important;
}

.loading-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999999999999999;
    background: rgba(255, 255, 255, 0.9);
}

.loading-container .slice {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 82px;
    margin-left: -145px;
    border: 1px solid rgba(220, 223, 230, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    opacity: 1;
}

.loading-container .loading {
    margin: 39px 0 0 60px;
}

.loading-container .tips {
    position: absolute;
    top: 39px;
    left: 130px;
    font-size: 14px;
}

/* 滚动条样式 */
.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2)
}

.el-message-box__wrapper {
    z-index: 9999 !important;
}

.layui-layer-load {
    background: transparent !important;
}
/* 页面内容加载完成后展示 */
[v-cloak] {
  display: none;
}
