/* reset */
html,
body,
#app {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    height: 100%;
}

body {
    margin: 0;
}

.event_content img {
    max-width: 100%;
}

[v-cloak] {
    display: none !important;
}

/*element ui 修改 by zhoajiping*/
a {
    text-decoration: none;
}

.el-dialog__header {
    background-color: #EEE;
    padding: 6px 20px;
    border-radius: 10px 10px 0 0;
}

.el-dialog__title {
    color: #333;
    font-size: 14px;
}

.el-dialog__headerbtn {
    top: 10px;
    right: 12px;
}

.el-dialog {
    -webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, .8);
    box-shadow: 0 1px 23px rgba(0, 0, 0, .8);
    border-radius: 10px;
}

.el-dialog__body {
    padding: 10px 20px;
}

.el-dialog__footer {
    padding: 0px 20px 15px;
}

.el-table__body td {
    padding: 5px;
}

/*左侧菜单部分*/
.el-menu {
    background-color: transparent;
}

.el-submenu {
    background-color: transparent;
}

.el-menu--horizontal > .el-submenu .el-submenu__title {
    height: 50px;
    line-height: 50px;
    border: 0px solid transparent;
}

.el-menu.el-menu--horizontal {
    border: 0px;
}

/*.el-submenu .el-menu-item{*/
/*height: 30px;*/
/*line-height: 30px;*/
/*}*/
.el-menu--inline {
    padding: 0px;
}

.is-active {
    background-color: #EBEEF5;

}

a .is-active {

}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
    border-bottom: 0px solid #409eff;
    color: #303133;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #37404f;
}

.container .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 20px 40px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.container .title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #39b5fe;
}

.container .code {
    height: 40px;
}

.container .login-btn {
    padding-top: 10px;
    text-align: center;
}

/***登录页***/
#login {
    width: 100%;
    height: 100%;
    background: url("/static/admin/img/bg.jpg");
    background-repeat: no-repeat;
    min-width: 1200px;
}

/* .title-h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 50px;
} */
.login-wrapper {
    width: 360px;
    height: 420px;
    background: rgba(11, 35, 68, 0.6);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 16px;
}

/* #login .title-h1 {
    font-size: 44px;
    color: #fff;
    margin-top: 140px;
    flex-wrap: nowrap;
} */

.login-content {
    width: 300px;
    margin-top: 100px;
    margin: auto;
}

#login .form-title {
    font-size: 26px;
    color: #fff;
    margin: 50px 0;
}

#login .el-form-item--mini .el-form-item__label {
    color: #3B7894;
    font-size: 18px;
    line-height: 36px;
}

#login .el-form-item {
    width: 389px;
    margin: 0 auto;
    margin-bottom: 24px;
}

#login .el-input__inner {
    border: 0px;
    border-bottom: 1px solid #E3E3E3FF;
    line-height: 46px;
    height: 46px;
    margin-bottom: 20px;
    background-color: rgba(235, 238, 245, 0);
    border-radius: 0%;
    color: #fff;
}

/* #login .el-input__icon{
    font-size: 16px;
    color: #aaaaaa;
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
} */

#login .el-button {
    height: 46px;
    background: -webkit-linear-gradient(left, rgba(0, 246, 255, 1), rgba(0, 126, 255, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(0, 246, 255, 1), rgba(0, 126, 255, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(0, 246, 255, 1), rgba(0, 126, 255, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(0, 246, 255, 1), rgba(0, 126, 255, 1)); /* 标准的语法 */
    background-size: 100% 100%;
    font-size: 16px;
    letter-spacing: 8px;
    color: #fff;
    border: none;
    border-radius: 6px;
}

#login .el-button:focus, .el-button:hover {
    color: #D3F4FE;
}

/***登录页 end***/

/*  */
#mainIframe {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45% 45%;
}

.header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #333;
    overflow: hidden;
}

.headerbar {
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 80%;
    overflow: hidden;
}

.headerbar ul {
    /*white-space: nowrap;*/
    /*overflow-x: scroll;*/
    margin-bottom: -10px;
}

.headerbar ul li {
    display: inline-block;
    float: none !important;
    margin-bottom: 15px;
}

.search {
    display: flex;
    margin-right: 20px;
}

.portrait {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.menu {
    height: 100%;
}

.page {
    height: 100%;
}

.tabs {
    margin-top: 30px;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.line {
    text-align: center;
}

.progress {
    margin-top: 30px;
}

.copyright {
    padding: 20px 0;
    text-align: center;
}

/***头像上传***/
.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-form-item--mini .el-form-item,
.el-form-item {
    margin-bottom: 8px;
}

/* 标签 */
.el-form-item__label {
    font-size: 12px;
}

/* 短输入框 */
.el-card .w50 {
    width: 50px;
}

.el-card .w150 {
    width: 150px;
}

.el-card .w300 {
    width: 300px;
}

/* 文本框 */
.el-textarea__inner {
    width: 320px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/*样式调整 表格缩小*/
/*.el-button--mini {*/
/*padding: 0;*/
/*}*/
/*.el-table td,*/
/*.el-table th {*/
/*    padding: 0;*/
/*}*/
/*.el-table th {*/
/*    background: #E6E6E6;*/
/*    color: #333333;*/
/*}*/
/*.el-table .cell {*/
/*    font-size: 12px;*/
/*}*/
/*.el-input__inner,*/
/*.el-input--small .el-input__inner,*/
/*.el-select:hover .el-input__inner,*/
/*.el-select .el-input__inner,*/
/*.el-range-editor.el-input__inner {*/
/*padding: 8px;*/
/*border-radius: 0px;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*}*/
/*.el-date-editor .el-range__icon,.el-date-editor .el-range-separator {*/
/*    line-height: 24px;*/
/*}*/

.form-separator {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.image-vertical-center {
    vertical-align: top;
}
