body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}
html {
    overflow: hidden;
}
html, body {
    -webkit-text-size-adjust: none;
    background-color: #E8EAED;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
html, body {
    background: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out 0s;

}
a:hover,a:active {
    text-decoration: none;
}

.text-primary {
    color: #409eff !important;
}

.bg-primary {
    background-color: #409eff !important;
}

.text-success {
    color: #47bf37 !important;
}

.bg-success {
    background-color: #47bf37 !important;
}

.text-orange {
    color: #FF6600 !important;
}

.bg-orange {
    background-color: #f60 !important;
}

.text-violet {
    color: #884898 !important;
}
.bg-violet {
    background-color: #884898 !important;
}

.text-warning {
    color: #E6A23C !important;
}

.bg-warning {
    background-color: #E6A23C !important;
}

.text-danger {
    color: #F56C6C !important;
}

.bg-danger {
    background-color: #F56C6C !important;
}

.text-info {
    color: #909399 !important;
}

.bg-info {
    background-color: #909399 !important;
}
.bg-f6f6f6 {
    background-color: #F6F6F6 !important;
}

.text-dark {
    color: #2d3037 !important;
}

.bg-dark {
    background-color: #2d3037 !important;
}

.text-gray {
    color: #DDD !important;
}

.text-write {
    color: #fff !important;
}

.bg-write {
    background-color: #fff !important;
}

.text-666 {
    color: #666 !important;
}

.text-999 {
    color: #999 !important;
}

.text-ccc {
    color: #CCC !important;
}

.text-zise {
    color: #6C0BCB !important;
}

.text-font-sm {
    font-size: 12px !important;
}
.text-font-default {
    font-size: 14px !important;
}

.text-font-max {
    font-size: 16px !important;
}
.text-font-20 {
    font-size: 20px !important;
}

.width-10 {
    width: 10% !important;
}
.width-15 {
    width: 15% !important;
}
.width-20 {
    width: 20% !important;
}
.width-27 {
    width: 27% !important;
}
.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}
.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.cursor {
    cursor: pointer;
}
.el-message {
    min-width: auto !important;
}
.em-container {
    width: 100%;
    height: 100vh;
}
.container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.em-aside {
    width: 200px !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: #409eff;
    position: relative;
}
.em-aside::-webkit-scrollbar {
    width: 0;
    background-color: #2674e1 !important;
    transition: background-color .3s;
}
.em-aside::-webkit-scrollbar-track {
    border-radius: 1px;
}
.em-aside::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    transition: background-color .3s;
    border-radius: 1px;
}
.em-aside .logo {
    width: calc(100% - 20px);
    height: 40px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.em-aside .logo img {
    max-width: 100%;
    max-height: 40px;
}
.em-aside .em-menu {
    border-right: none;
    background: #409eff !important;
}
.em-aside .em-menu .el-menu-item {
    background-color: #409eff !important;
}
.em-aside .em-menu .el-menu-item:hover {
    background-color: #1E7BDB !important;
}
.em-aside .em-menu .el-menu-item,.em-aside .em-menu .el-submenu__title {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: #409eff !important;
}
.em-aside .el-menu-item i,.em-aside .em-menu .el-submenu__title i {
    color: #fff;
}
.em-aside .el-menu .el-menu-item .aside-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
.em-aside .el-menu .el-menu-item .menu-button {
    padding-left:14px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
.em-aside .el-menu .el-menu-item .menu-button .nav-line {
    width: 10px;
    height: 1px;
    background: rgba(255,255,255,0.5);
    margin-right: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.em-aside .el-menu .el-menu-item.is-active .menu-button .nav-line,.em-aside .el-menu .el-menu-item:hover .menu-button .nav-line {
    width: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.em-aside .em-menu .is-active,.em-aside .em-menu .is-active .el-submenu__title {
    background-color: #1E7BDB !important;
}
.em-aside .em-menu .is-active {
    color: #fff !important;
}
.em-aside .version {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
}
.el-header {
    height: 62px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 0 0 0 20px !important;
    width: 100%;
}
.el-header  .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-header  .header-menu .em-header-divider {
    margin: 0 20px;
}
.el-header  .header-menu .logout {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 40px;
    background: #409eff;
    height: 60px;
    color: #fff;
    margin-left: 25px;
    font-size:18px;
    cursor: pointer;
}
.em-header-badge {
    margin-right: 5px;
}
.em-header-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.em-header-dropdown-link .el-avatar {
    margin-right: 5px;
}
.em-header-dropdown-link span {
    font-size: 15px;
}

.em-footer {
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    width: 100%;
}
.em-main {
    width: 100%;
}
.em-main::-webkit-scrollbar {
    width: 0;
    background-color: #2674e1 !important;
    transition: background-color .3s;
}
.em-asideem-main::-webkit-scrollbar-track {
    border-radius: 1px;
}
.em-main::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    transition: background-color .3s;
    border-radius: 1px;
}
.mt20 {
    margin-top: 20px;
}
.em-row {
    padding: 20px 12px ;
    background: #fff;
}
.pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.pages .pages-act {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pages .pages-act .lab {
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}
.pages .pages-act .lab em {
    color: #409eff;
    font-style: normal;
}
.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.search .search-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search .search-box .search-box-item {
    width: 200px;
    margin-right: 10px;
}

.em-drawer-width {
    width: calc(100% - 200px) !important;
}
.em-drawer-width-400 {
    width: 540px !important;
}
.em-drawer-width-600 {
    width: 640px !important;
}
.em-drawer-width-800 {
    width: 800px !important;
}
.em-drawer-width-1000 {
    width: 1000px !important;
}
.em-drawer-width .el-drawer__body {
    width: calc(100% - 40px);
    padding: 0 20px 80px 20px;
    max-height: calc(100% - 75px);
    overflow-x: hidden;
    overflow-y: auto;
}
.em-drawer-width .el-drawer__body::-webkit-scrollbar {
    width: 1px;
    background-color: #2674e1 !important;
    transition: background-color .3s;
}
.em-drawer-width .el-drawer__body::-webkit-scrollbar-track {
    border-radius: 1px;
}
.em-drawer-width .el-drawer__body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    transition: background-color .3s;
    border-radius: 1px;
}
.em-drawer-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    padding: 0 20px;
    background: #fff;
    z-index: 9999;
}
.em-form-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:100%;
    color: #409eff;
    font-size: 15px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 12px;
    position: relative;
}
.em-form-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 15px;
    background: #409eff;
    border-radius: 2px;
}
.auto-flex-btn {
    display: flex;
}
.auto-flex-btn .el-divider {
    margin-top: 8px;
}
.edui-default .edui-toolbar {
    line-height: 20px;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.image-list .image-box {
    width: 90px;
    height: 90px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    margin-right: 10px;
}
.image-list .image-box img {
    width: 90px;
    height: 90px;
}
.image-list .image-box .show-image {
    position: absolute;
    left: 16px;
    bottom: -35px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.image-list .image-box:hover .show-image {
    bottom: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.image-list .image-box .del-image {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: -24px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.image-list .image-box:hover .del-image {
    top: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.image-list .image-box-add {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}


.material-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.material-header .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.material-contents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
}
.material-contents .trees {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 20px;
    overflow-x: hidden;
    width: 160px;
    height: 325px;
    margin-right: 20px;
    font-size: 12px;
}
.material-contents .trees .em-tree-item {
   display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
.material-contents .trees .em-tree-item.active {
    color: #409eff;
}
.material-contents .contents {
    width: calc(100% - 200px);
    padding: 0 0 20px;
    height: 365px;
}
.material-contents .contents .content-list {
    width: 100%;
    margin-top: 10px;
    overflow-x: hidden;
    height: 300px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.material-contents .contents .content-list::-webkit-scrollbar {
    cursor: pointer;
    width: 5px;
    background-color: #FFF !important; //配置滚动条颜色,颜色可以自己定义
transition: background-color .3s;
}
.material-contents .contents .content-list::-webkit-scrollbar-track {
    border-radius: 3px;
    cursor: pointer;
}
.material-contents .contents .content-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    transition: background-color .3s;
    border-radius: 3px;
    cursor: pointer;
}
.material-contents .contents .content-list .content-list-col {
    margin-bottom: 20px;
}
.material-contents .contents .content-list .content-list-col .box {
    display: inline-grid;
    border: 1px solid #DDD;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;

}
.material-contents .contents .content-list .content-list-col .box .on-number {
    display: none;
}
.material-contents .contents .content-list .content-list-col .box.on {
    border: 1px solid #409eff;
}
.material-contents .contents .content-list .content-list-col .box.on .on-number {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index:8;
    display: block;
    color: #409eff;
}
.material-contents .contents .content-list .content-list-col .box .on-del {
    position: absolute;
    top: -30px;
    left: 5px;
    z-index:8;
    color: red;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.material-contents .contents .content-list .content-list-col:hover .box .on-del {
    top: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.material-contents .contents .content-list .content-list-col .box .image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.material-contents .contents .content-list .content-list-col .box .image span {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    z-index: 2;
}
.material-contents .contents .content-list .content-list-col .box .image-fix {
    position: relative;
    background: none;
}
.material-contents .contents .content-list .content-list-col .box .image-fix .image-fix-show {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform:translate(-50%,-50%);
    top: 50%;
}
.material-contents .contents .content-list .content-list-col .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}
.material-contents .contents .content-list .content-list-col .box .title .name {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.material-contents .contents .content-list .content-list-col:hover .box .image span{
    bottom: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.material-contents .contents .pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.no-data-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 30px;
}
.show-image-style {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.d-width {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cert-col {
    padding: 15px 10px;
}

.order_money {
    position: absolute;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.express {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.express  p{
    font-size: 15px;
    color: #666;
    line-height: 30px;
}