body {
    font-family: "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
* {
    margin: 0;
    padding: 0;
}

html, body, #app, .wrapper {
    width: 100%;
    height: 100%;
    color: #606266;
}

.el-table th {
    background: #eee;
}

a {
    text-decoration: none
}

a:focus { outline: none; }
.crumbs {
    margin-bottom: 20px;
}

.pagination {
    margin: 20px 0;
    text-align: right;
}

.plugins-tips {
    padding: 20px 10px;
    margin-bottom: 20px;
}

.el-button + .el-tooltip {
    margin-left: 10px;
}

.el-table tr:hover {
    background: #f6faff;
}

.mgb20 {
    margin-bottom: 20px;
}

.move-enter-active, .move-leave-active {
    transition: opacity .5s;
}

.move-enter, .move-leave {
    opacity: 0;
}

/*BaseForm*/
.form-box {
    width: 600px;
}

.form-box .line {
    text-align: center;
}

.el-time-panel__content::after, .el-time-panel__content::before {
    margin-top: -7px;
}

/*Readme*/
.ms-doc .el-checkbox__input.is-disabled + .el-checkbox__label {
    color: #333;
    cursor: pointer;
}

/*Upload*/
.pure-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.g-core-image-corp-container .info-aside {
    height: 45px;
}

.body_container .avatar-uploader .el-upload{
    border: 0px dashed #d9d9d9;
}

/*VueEditor*/
.ql-container {
    min-height: 400px;
}

.ql-snow .ql-tooltip {
    transform: translateX(117.5px) translateY(10px) !important;
}

.editor-btn {
    margin-top: 20px;
}

.el-table .caret-wrapper {
    align-items: normal;
}

.a1 {
    color: #97a8be;
}

#app {
    /*overflow-y: auto;*/
    /*overflow-x: auto;*/
}
#rrapp {
    overflow-y: auto;
    overflow-x: auto;
}
#app .el-main {
    overflow: hidden;
    background: #fff;
    margin-bottom: 150px;
    padding-bottom: 150px;
}

.bottom_btn {
    margin-left: 200px;
}

.el-form-item .el-form-item__label {
    width: 150px;
}

.custom_container .el-table th {
    background: #dbdbdb;
}

.header-tool-user .header-user-menu-item {
    background: #ffffff;
}

.container-box > div {
    float: left;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0;
}

#app .custom_container {
    max-height: none;
    padding: 0px 40px 60px 40px;
}

.el-header{
    padding: 0;
}
#app {
    background-color: #FFFFFF;
    padding-top: 20px;
}

.container-box {
    height: 100%;
}

#app .pagination {
    margin: 10px;
}

#app .el-table__body-wrapper .el-table__body {
    margin-top: 0;
}

#app .body_container {
    text-align: left;
}

.el-table .el-table__empty-block {
    height: 57px;
}

hr {
    height: 1px;
    background-color: #ebeef5;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
}

[v-cloak] {
    display: none;
}

.el-form-item__content .el-tag {
    margin-right: 5px;
    margin-left: 5px;
}

body.main {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/bg-cover.jpg');
}

.block-box {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: .2s;
    padding: 10px 10px;
}

.vertical-bar {
    float: left;
    width: 1px;
    height: 100%;
    background: #ebebeb;
}

#rrapp .el-aside, .el-main {
    overflow-y: hidden;
}

#app .category-title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}
.el-dialog__wrapper .camera-dialog{
    min-width: 600px;
}
.el-form-item__content .el-checkbox__input.is-disabled + span.el-checkbox__label{
    color: #606266;
}
.el-form-item__content .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{
    background-color: #409eff;
}
.block-box .el-step__head.is-finish {
    color: #cf9236;
    border-color: #cf9236;
}
.block-box .el-step__title.is-finish {
    color: #cf9236;
}
.block-box .el-step__description.is-finish {
    color: #cf9236;
}
.el-dropdown-menu__item{
    width: 60px;
}
br.clear{
    clear:both;
}
.edit-form .el-form-item .el-form-item__content{
    width: 30%;
}
.edit-form .upload-content.el-form-item .el-form-item__content{
    width: 80%;
}
hr{
    color:#ccc;
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}
.avatar {
    width: 178px;
    height: 178px;
    display: block;
}
.el-container .el-main{
    padding-top:0;
    padding-left: 0;
}
.custom-loading .el-loading-spinner .el-loading-text, .custom-loading .el-loading-spinner .el-icon-loading{
    color: #ffffff;
}
.custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 8px;
}
pre.code{
    line-height: 20px;
    border: 1px solid #ebeef5;
    padding: 10px;
    background-color: #f6f8fa;
    white-space:pre-wrap;
    word-wrap:break-word;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body {
    font-size: 14px;
}

.header {
    height: 400px;
}

.header_title {
    height: 30px;
    line-height: 30px;
    padding: 20px 0px;
}

.title_condition {
    padding: 20px 20px;
}

.header-user-menu-list li a{
    display:inline-block;
    width:113px;
    line-height:44px;
    color:#333333;
    margin-left:17px;
    text-align:left;
}
.header-user-menu-list li a:hover{
    color:#333333;
    background:#ffffff;

    text-align:left;
}
.a_hover hover{
    color:#333333;
}
.header-tool-user{
    position:relative;
    cursor:pointer;
    font-size:12px;
    height:60px;
}
.header-tool{
    float:right;
    margin-right:50px;
    display: flex;
    align-items: center;
}
.header-tu-img{
    display:inline-block;
    width:auto;
    height:60px;
    position:relative;
    z-index:5;
    margin-top:2px;
    margin-left:2px;
    line-height:60px;
    color:#fff;
}

.header-tool-user .header-tc-content {
    width: 130px;
    right: -59px;
    text-align: center;
}
a{
    color:#333;
}
.header-tc-content {
    position: absolute;
    border: 1px solid #ccc;
    right: -30px;
    left:-18px;
    top: 80px;
    background-color: #FFF;
    text-align: left;
    z-index: 2;
    color: #333333;
    font-size: 12px;
    height: auto!important;
    min-height: 32px;
    height: 32px;
}
.header-tool-user .header-tc-content .header-tc-ct-bg {
    right: 59px;
}
a{
    cursor:pointer;
}
.header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    color: #fff;
}

.custom_container{
    background: #FFFFFF;
}

.custom-input.is-disabled{
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}

#particles-js {
    height: 700px;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #0c3c60;
    background-attachment: fixed;
}

.el-upload--picture-card{
    min-width: 148px;
    min-height: 148px;
    width: auto;
    height: auto;
}
.ueditor-content{
    width: 1024px;
}
.el-table .el-button.el-button--mini{
    margin-left: 0px;
    padding: 4px 8px;
}
.svg-icon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.el-button [class*=fa-]+span{
    margin-left: 5px;
}
.success-icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-top: 50px;
    margin-left: 250px;
}
/*=================footer=============*/
#footer {
    border-top: 1px solid #ccc;
    font-size: 0.917em;
    color: #999;
    margin: 30px 40px 10px 40px;
    padding: 20px 0 20px 10px;
    text-align: center;
}
#footer ul {
    float: right;
    display: inline;
    margin: 0 auto;
}
#footer ul li {
    display: inline;
}
.menu-icon{
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
}
.el-submenu .el-menu>.el-submenu>.el-submenu__title{
    background-color: #1f2d3d;
}
