html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#app {
    width: 1920px;
    height: 100vh;
    color: #333;
}

.el-form-item__content {
    display: flex;
}

.container-table .el-form-item__content {
    display: block;
}

.container-table .el-table td,
.el-table th {
    height: 33px !important;
}

.el-submenu__title {
    font-size: 16px !important;
    font-weight: bold !important;
}

.dis-flex {
    display: flex;
}

.dis-flex-c {
    display: flex;
    align-items: center;
}

.js-bt {
    justify-content: space-between;
}

.ta-c {
    text-align: center;
}

.f-w {
    flex-wrap: wrap;
}

.color_status_0 {
    color: #4099ff;
}

.color_status_1 {
    color: #00ce6f;
}

.color_status_2 {
    color: #f00;
}

.container {
    margin-top: 12px;
    background: #fff;
    padding: 28px;
    height: 100%;
    border-radius: 5px;
    min-height: calc(100vh - 280px);
    box-shadow: 0px 5px 10px #eee;
}

.search-box {
    width: 100%;
}

.search-box-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-box-item {
    margin-right: 40px;
}

.search-box-text {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    margin-right: 15px;
}

.container-table .el-table td,
.el-table th {
    min-height: 33px !important;
}

.container-table-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.container-table-footer .checkallbox {
    margin-right: 20px !important;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}

.el-textarea__inner {
    min-height: 75px !important;
}

.default-input {
    width: 417px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.small-input {
    width: 120px !important;
}

.big-input {
    width: 440px !important;
}

.default-textarea {
    width: 380px !important;
    min-height: 33px !important;
}

.form-label label {
    /**text-align: justify;*/
}

.form-label label:after {
    display: inline-block;
    width: 100%;
    content: "";
}

.el-breadcrumb__inner {
    color: #a8a8a8 !important;
    font-size: 14px !important;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #606266 !important;
}

.el-submenu__icon-arrow {
    font-size: 16px !important;
    color: #333 !important;
}

.ac .el-submenu__title i {
    color: #4099ff !important;
}

.bottom-btn {
    margin-top: 40px;
    display: flex;
    margin-left: 173px;
}

.ret-btn {
    width: 120px;
    height: 35px;
    line-height: 35px !important;
    padding: 0 !important;
}

.el-form-item__label {
    /**text-align-last: justify;*/
    float: left;
    font-size: 14px;
    color: #606266;
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.global-label-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.member-item-line {
    width: 3px;
    height: 13px;
    background: #2978FF;
    margin-right: 7px;
}

.el-main {
    padding: 20px 0 !important;
}

.el-submenu__title {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.el-submenu .el-menu-item {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.el-menu-item-group__title {
    padding: 0 !important;
}

.avatar-uploader {
    width: 148px;
    height: 148px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #8c939d;
}

.avatar-uploader-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 148px;
    font-size: 28px;
    color: #8c939d;
}

.hideUpBtn .el-upload--picture-card {
    display: none;
}

.el-upload--picture-card i {
    font-size: 18px !important;
}

.el-button {
    font-weight: 600 !important;
}

.el-submenu__title:hover,
.el-menu-item:hover {
    background-color: #e1e3e5 !important;
}

.el-table .cell {
    font-size: 14px;
}

.table-title-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.r-dot {
    width: 9px;
    height: 9px;
    background: #F56C6C;
    border-radius: 50%;
    margin-right: 9px;
}

.y-dot {
    width: 9px;
    height: 9px;
    background: #E6A23C;
    border-radius: 50%;
    margin-right: 9px;
}

.g-dot {
    width: 9px;
    height: 9px;
    background: #67C23A;
    border-radius: 50%;
    margin-right: 9px;
}

.grey-dot {
    width: 9px;
    height: 9px;
    background: #999999;
    border-radius: 50%;
    margin-right: 9px;
}

.r-text {
    color: #F56C6C;
}

.y-text {
    color: #E6A23C;
}

.g-text {
    color: #67C23A;
}

.grey-text {
    color: #999999;
}

.page-detail {
    margin-top: 13px;
    font-size: 12px;
    padding: 13px 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #EEF0F5;
    border-radius: 3px;
}

.prod-item .prod-item-up .el-upload--picture-card {
    width: 100% !important;
    height: 96px !important;
    background: #F5F7FA;
    border-radius: 4px;
    border: 1px dashed #2978FF;
    line-height: 20px;
    color: #2978FF;
}

.prod-item .prod-item-up {
    width: 100%;
}

.prod-item .prod-item-up .el-upload--picture-card i {
    color: #2978FF;
}

.prod-item .prod-item-up .el-upload-list--picture-card .el-upload-list__item {
    width: 100%;
    height: 386px;
    background: rgba(51, 51, 51, 0.3000);
    border-radius: 4px;
}

.new-content-box .new-item-up .el-upload--picture-card {
    width: 100% !important;
    height: 40px !important;
    background: #F5F7FA;
    border-radius: 4px;
    border: 1px dashed #2978FF;
    line-height: 20px;
    color: #2978FF;
}

.new-content-box .new-item-up {
    width: 100%;
}

.new-content-box .new-item-up.el-upload--picture-card i {
    color: #2978FF;
}

.new-content-box .new-item-up.el-upload--picture-card .el-upload-list__item {
    width: 100%;
    height: 40px;
    background: rgba(51, 51, 51, 0.3000);
    border-radius: 4px;
}

.el-dialog {
    border-radius: 4px !important;
}

@media screen and (min-width: 1366px) and (max-width:1760px) {
    #app {
        min-width: 1760px;
        transform: scale(0.87);
        transform-origin: 0 0;
        transition: all 0.3s;
    }
}


@media screen and (min-width: 1080px) and (max-width:1366px) {
    #app {
        min-width: 1366px;
        transform: scale(0.7);
        transform-origin: 0 0;
        transition: all 0.3s;
    }

}

@media screen and (min-width: 750px) and (max-width:1080px) {
    #app {
        min-width: 1080px;
        transform: scale(0.55);
        transform-origin: 0 0;
        transition: all 0.3s;
    }
}

@media screen and (min-width: 480px) and (max-width: 750px) {
    #app {
        min-width: 750px;
        transform: scale(0.38);
        transform-origin: 0 0;
        transition: all 0.3s;
    }

}

.header-page .ac {
    color: #036EB8;
}

.header-page {
    font-size: 16px;
    background: #fff;
}

.header-top {
    height: 36px;
    font-size: 16px;
    color: #C9A062;
    border-bottom: 1px solid #DDDDDD;
}

.header-top img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

.header-top .top-content {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: space-between;
}

.header-content img {
    width: 294px;
    height: 46px;
}

.header-content .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 42px;
    background: linear-gradient(135deg, #23A2DA 0%, #133F98 100%);
    border-radius: 8px;
    /* margin-left: 32px; */
    color: #fff;
}

.header-content .header-search img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

/*公用全局样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: auto !important;
}

/* *,*:before,*:after{box-sizing:inherit;}*/
ul li,
ol li {
    list-style: none;
    vertical-align: top;
}

ol,
ul {
    margin: 0;
}

a {
    text-decoration: none;
    outline-style: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

div:after {
    display: block;
    height: 0;
    clear: both;
}

body {
    background: #f1f1f1;
    font-family: 'Microsoft YaHei', 'PingFang SC', \5b8b\4f53, Arial, sans-serif, ;
    font-size: 14px;
    color: #333;
    line-height: 1.428571429;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

p {
    margin: 0;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: middle;
    border: 0px;
}

textarea {
    vertical-align: bottom;
    outline: none;
    resize: none;
}

input {
    outline: none;
    font-size: 14px;
}

input,
select,
textarea {
    font-family: 'Microsoft YaHei', \5b8b\4f53, Arial, sans-serif;
}

input[type="submit"],
button {
    border: none;
}

::selection {
    background-color: #424f59;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

::-moz-selection {
    background-color: #424f59;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.none {
    display: none;
}

.none-vh {
    visibility: hidden;
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.clear {
    clear: both;
}

.cp {
    cursor: pointer;
}

.b {
    font-weight: bold;
}

.auto {
    margin: 0 auto;
}

.uni-top-window {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.align-l {
    align-items: left;
}

.list-top {
    margin-top: 18px;
}

.m-t-48 {
    margin-top: 48px;
}

.m-t-32 {
    margin-top: 32px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-24 {
    margin-top: 24px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-16 {
    margin-top: 16px;
}

.m-t-13 {
    margin-top: 13px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-4 {
    margin-top: 4px;
}

.m-g-t-23 {
    margin-top: 23px;
}

.m-r-16 {
    margin-right: 16px;
}

.m-r-7 {
    margin-right: 7px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-l-13 {
    margin-left: 13px;
}

.m-l-16 {
    margin-left: 16px;
}

.m-l-27 {
    margin-left: 27px;
}

.m-l-43 {
    margin-left: 43px;
}

.m-l-52 {
    margin-left: 52px;
}

.let-sp {
    letter-spacing: 3px;
}

.m-g-t-12 {
    margin-top: 16px;
}

.m-g-t-28 {
    margin-top: 28px;
}

.ds-flex {
    display: flex;
}

.wd-55 {
    width: 55%;
}

.wd-6 {
    width: 60%;
}

.wd-65 {
    width: 65%;
}

.wd-7 {
    width: 70%;
}

.wd-75 {
    width: 75%;
}

.wd-8 {
    width: 80%;
}

.wd-100 {
    width: 100%;
}

.wt-no {
    white-space: nowrap;
}

.search-text {
    white-space: nowrap;
    margin-left: 3px;
    margin-right: 0 !important;
    margin-top: -1px;
}

/* table功能样式 */
.table {
    display: table;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.valign-bottom {
    vertical-align: bottom;
}

.inline-middle span,
.inline-middle a,
.inline-middle label {
    display: inline-block;
    vertical-align: middle;
}

/* 清除浮动 */
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}


/* 隐藏 */
.oh {
    overflow: hidden;
}

.op6 {
    opacity: .6;
}

.op8 {
    opacity: .8;
}

/* 浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.t0 {
    top: 0;
}

.r0 {
    right: 0;
}

.l0 {
    left: 0;
}

.b0 {
    bottom: 0;
}

.t50 {
    top: 50%;
}

.l50 {
    left: 50%;
}

/* 容器 */
.layout {
    margin: 0 auto;
}

.container {
    min-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

/* 双飞翼布局 */
.col-main,
.sub-main {
    float: left;
    width: 100%;
    min-height: 1px;
    display: inline;
}

.col-sub,
.col-extra {
    float: left;
}

.col-sub,
.col-extra {
    margin-bottom: 0px;
}

.layout:after,
.main-wrap:after,
.col-sub:after,
.col-extra:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.layout,
.main-wrap,
.col-sub,
.col-extra {
    *zoom: 1;
}

.grid-s210 .main-wrap {
    margin-left: 240px;
}

.grid-s210 .col-sub {
    width: 210px;
    margin-left: -100%;
}

.grid-s320 .main-wrap {
    margin-left: 340px;
}

.grid-s320 .col-sub {
    width: 320px;
    margin-left: -100%;
}

/* btn */
.btn {
    display: inline-block;
    padding: 5px 18px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 8px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    background-color: #fff;
    color: rgba(51, 51, 51, 0.6);
    border: 1px solid #dbdbdb;
}

.btn-main {
    color: #fff;
    background-color: #4099FF !important;
}

/* background-color:#00bf6e; */
.btn-cmain {
    background-color: none;
    color: #4099FF;
    border: 1px solid #4099FF;
}

.btn-grey {
    border-color: #ebebeb;
    background: #ebebeb;
    color: #999;
}

.btn-cgrey {
    border-color: #dddddd;
    background: #fff;
    color: #999;
}

.btn-shallow {
    border-color: #f8f8f8;
    background: #f8f8f8;
    color: #646464;
}

.btn-yellow {
    border-color: #fd8c24;
    background: #fd8c24;
    color: #fff;
}

.btn-blue {
    border-color: #204fa2;
    background: #204fa2;
    color: #fff;
}

.btn-cancel {
    border-color: #e6eaef;
    color: #333;
}

button.btn::after {
    display: none;
}

/* 页面整体结构 */
body {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    backface-visibility: hidden;
}

#hd,
#bd,
#ft {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#bd {
    position: relative;
}

.container_box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: auto;
    backface-visibility: hidden;
}

.container_left {
    height: 100%;
    position: relative;
}

.container_right {
    width: 100%;
    height: 100%;
    position: relative;
}

.container_main {
    position: absolute;
    top: 23px;
    padding: 28px;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.gou_ico {
    width: 16px;
    height: 13px;
    background-position: -80px -40px;
}

.red_dot_ico {
    width: 16px;
    height: 16px;
    background-position: -60px -60px;
}

.red_dot_d_ico {
    width: 16px;
    height: 16px;
    background-position: -60px -80px;
}

.star_ico {
    width: 20px;
    height: 18px;
    background-position: -80px -60px;
}

.triangle_b_ico {
    width: 19px;
    height: 11px;
    background-position: -80px -80px;
}

.triangle_ico {
    width: 19px;
    height: 11px;
    background-position: -80px -100px;
}

.setting_ico {
    width: 20px;
    height: 16px;
    background-position: -40px -60px;
}


/* 字体颜色 */
.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.f-white {
    color: #fff !important;
}

.f-main {
    color: #2978FF !important;
}

.f-grey {
    color: #666;
}

.f-shallow {
    color: #999;
}

.f-a2 {
    color: #a2a2a2 !important;
}

.f-red {
    color: #dc142b !important;
}

.f-orange {
    color: #f77f4a !important;
}

.f-black {
    color: #333 !important;
}

.text-l {
    text-align: left;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2;
}

.f-b {
    font-weight: 700;
}

/* 背景颜色 */
.bg-f8 {
    background-color: #fff;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-main {
    background-color: #4099FF;
}

.bg-black-o4 {
    background-color: rgba(0, 0, 0, 0.4);
}

// .bg-icon{background-image: url(@/assets/images/page_bg.png);background-repeat: repeat;}
.bg-f2 {
    background-color: #f2f2f2;
}

/* 内外间距 */
.m-t-3 {
    margin-top: 3px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-7 {
    margin-top: 7px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-14 {
    margin-top: 14px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-18 {
    margin-top: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-b-2 {
    margin-bottom: 2px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-28 {
    margin-bottom: 28px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-35 {
    padding-right: 35px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.p-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lrb-50 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pd10 {
    padding: 10px;
}

.pd18 {
    padding: 18px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}


/* 宽度 */
.pc-100 {
    width: 100%;
}

.pc-80 {
    width: 80%;
}

.pc-70 {
    width: 70%;
}

.pc-60 {
    width: 60%;
}

.pc-50 {
    width: 50%;
}

.pc-40 {
    width: 40%;
}

.pc-30 {
    width: 30%;
}

.pc-25 {
    width: 25%;
}

.pc-20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.w280 {
    width: 280px;
}

.w140 {
    width: 140px;
}

.h38 {
    height: 38px;
}

.b-b-1 {
    border-bottom: 1px solid #eee;
}

.b-r-1 {
    border-right: 1px solid #eee;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jus-center {
    justify-content: center;
}

.flex-top {
    display: flex;
    align-items: flex-start;
}

.flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-align-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-align-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-top {
    align-items: flex-start;
}

.flex-bottom {
    align-items: flex-end;
}

/* 美化的checkbox */
.checkbox_b {
    display: inline-block;
    position: relative;
    line-height: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.checkbox_b input {
    position: absolute;
    visibility: hidden;
}

// .checkbox_b input+label {
// 	width: 20px;
// 	height: 20px;
// 	display: inline-block;
// 	cursor: pointer;
// 	background: url('@/assets/images/icons.png') -100px -60px no-repeat;
// }

.checkbox_b input:checked+label {
    border: none;
    background-position: -100px -40px;
}

/* 美化的radio */
.radio_b {
    display: inline-block;
    position: relative;
    line-height: 1;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.radio_b input {
    position: absolute;
    visibility: hidden;
}

// .radio_b input+label {
// 	width: 16px;
// 	height: 16px;
// 	display: inline-block;
// 	cursor: pointer;
// 	background: #f1f1f1;
// 	border-radius: 50%;
// 	background: url('@/assets/images/icons.png') -60px -20px no-repeat;
// }

.radio_b input:checked+label {
    border: none;
    background-position: -60px -40px;
}

/* 美化的radio */
.radio_s {
    display: inline-block;
    position: relative;
    line-height: 1;
    cursor: pointer;
    width: 59px;
    height: 32px;
    vertical-align: middle;
}

.radio_s input {
    position: absolute;
    visibility: hidden;
}

// .radio_s input+label {
// 	width: 59px;
// 	height: 32px;
// 	display: inline-block;
// 	cursor: pointer;
// 	background: #f1f1f1;
// 	background: url('@/assets/images/icons.png') -140px -40px no-repeat;
// }

.radio_s input:checked+label {
    border: none;
    background-position: -140px -80px;
}

.box {
    background: #fff;
    border-radius: 5px;
}

.box .b_name {
    border-bottom: 1px solid #f1f1f1;
}

.box .b_name.line {
    position: relative;
    padding-left: 30px;
}

.box .b_name.line::before {
    content: ' ';
    width: 4px;
    height: 15px;
    background: #00bf6e;
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -7px;
}

.box_full {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

/* 头部 */
.header-box {
    background: #F2F3F5;
}

.header-box .logo {
    width: 210px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-box .logo .image {
    width: 137px;
    height: 42px;
}

.header-box .logo,
.header-box .text_img,
.header-box .search,
.header-box .language {
    float: left;
}

.header-box .remind .span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.header-box .remind .a {
    margin-right: 20px;
    display: inline-block;
}

.header-box .remind .a:last-child {
    margin-right: 50px;
}

.header-box .remind .icons {
    margin-right: 5px;
}

.header-box .remind .message {
    background-position: -40px 0;
    width: 19px;
    height: 22px;
}

.header-box .remind .notice {
    background-position: -60px 0;
    width: 19px;
    height: 15px;
}

.header-box .remind .logout {
    background-position: -80px 0;
    width: 18px;
    height: 17px;
}

.header-box .remind i {
    font-style: none;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: #4bc3b9;
    display: block;
    position: absolute;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    right: -7px;
}

.header-box .remind .notice i {
    background: #f0609d;
}

/* 导航 */
.navbar-box {
    color: #333;
}

.navbar-box .lists {
    width: 100%;
}

.navbar-box .lists .item {
    float: left;
    font-size: 18px;
    width: 140px;
    text-align: center;
}

.navbar-box .lists .item .a {
    display: block;
    padding: 15px 0;
    position: relative;
}

.navbar-box .lists .item .a.ac,
.navbar-box .lists .item .a:hover {
    opacity: 1;
    background: #4099FF;
    color: #fff;
}

.navbar-box .lists .icons {
    margin-right: 5px;
}

.navbar-box .navbar_1 {
    background-position: 0 0;
    width: 15px;
    height: 15px;
}

.navbar-box .navbar_2 {
    background-position: 0 -20px;
    width: 15px;
    height: 15px;
}

.navbar-box .navbar_3 {
    background-position: 0 -20px;
    width: 15px;
    height: 15px;
}

.navbar-box .navbar_4 {
    background-position: 0 -40px;
    width: 17px;
    height: 14px;
}

.navbar-box .navbar_5 {
    background-position: 0 -60px;
    width: 18px;
    height: 18px;
    top: 2px;
    position: relative;
}

.navbar-box .lists .item .a.ac .navbar_1,
.navbar-box .lists .item .a:hover .navbar_1 {
    background-position: -20px 0;
}

.navbar-box .lists .item .a.ac .navbar_2,
.navbar-box .lists .item .a:hover .navbar_2 {
    background-position: -20px -20px;
}

.navbar-box .lists .item .a.ac .navbar_3,
.navbar-box .lists .item .a:hover .navbar_3 {
    background-position: -20px -20px;
}

.navbar-box .lists .item .a.ac .navbar_4,
.navbar-box .lists .item .a:hover .navbar_4 {
    background-position: -20px -40px;
}

.navbar-box .lists .item .a.ac .navbar_5,
.navbar-box .lists .item .a:hover .navbar_5 {
    background-position: -20px -60px;
}

.nav-box {
    color: #333;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px
}

.nav-box .item {
    display: inline-block;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-box .item .setting {
    width: 20px;
    height: 16px;
    background-position: -40px -60px;
    margin-right: 5px;
}

.nav-box .item.ac {
    color: #4099FF;
    border-bottom: 2px solid #4099FF;
}

.nav-box .item a {
    display: block;
}

/*列表表格*/
.table_list {
    margin-bottom: 40px;
}

.table_list td,
.table_list th {}

.table_list thead th {
    height: 50px;
    background: #F7F7F7;
    border-right: 1px solid #ECECEC;
    font-weight: bold;
    color: #4D4D4D;
    font-size: 16px;
}

.table_list thead th:last-child {
    border-right: none;
}

.table_list tbody td {
    border-right: 1px solid #f1f1f1;
    line-height: 24px;
    height: 60px;
}

.table_list tbody td:last-child {
    border-right: none;
}

.table_list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.table_list tr.on,
.table_list tr.on td,
.table_list tr.on th,
.table_list td.on,
.table_list th.on {
    background: #fdf9e5;
}

.table_list.style_grey thead th {
    background: #f6f7f9;
    color: rgba(51, 51, 51, 0.8);
    border-right: 1px solid #f6f7f9;
    height: 44px;
}

.table_list.style_grey tbody td {
    color: #333;
    font-size: 12px;
    height: 60px;
}

.table_list.line_none tbody td {
    border-right: 1px solid transparent;
}

.table_list .left_space {
    padding-left: 15px;
}

.table_list .right_space {
    padding-right: 15px;
}

.table_list .btn-grey:hover {
    background: #4099FF;
    color: #fff !important;
    border-color: #4099FF;
}

/* 翻页 */
.pager-box {
    text-align: center;
    position: relative;
    padding: 0 20px 20px 20px;
    font-size: 13px;
    color: #606266;
    font-weight: 700;
}

.pager-box a {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f4f4f5;
    margin: 0 5px;
    border-radius: 2px;
}

.pager-box a.ac {
    background-color: #409eff;
    color: #fff;
}


.line_tag {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #7E7E7E;
}

.line_tag::before {
    content: ' ';
    width: 4px;
    height: 15px;
    background: #067BFF;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.line_tag.big {
    font-size: 20px;
}

.line_tag.big::before {
    width: 4px;
    height: 16px;
    margin-top: -7px;
}


/*element-ui重置*/
.el-calendar-table {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: Arial;
    position: relative;
    z-index: 6;
}

.el-calendar-table .el-calendar-day {
    height: 32px;
    text-align: center;
    padding: 4px;
}

.el-calendar-table .el-calendar-day .p {
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 auto;
}

.el-calendar-table td {
    border: none !important;
    position: relative;
}

.el-calendar-table td.is-today::before {
    content: '今';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4099FF;
    text-align: center;
    line-height: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 10;
}

.el-calendar-table .el-calendar-day:hover,
.el-calendar-table td.is-selected {
    background: none;
}

.el-calendar-table td.is-selected .el-calendar-day .p {
    border: 1px solid #4099FF;
    background: none;
    font-weight: bold;
    color: #4099FF;
    border-radius: 50%;
    line-height: 22px;
}

.el-calendar-table td .el-calendar-day .p.is-xiuxi {
    opacity: .5;
}

.el-calendar .el-button--mini {
    padding: 7px 10px;
}

.el-calendar__header {
    position: relative;
    padding: 12px 20px 12px 30px;
}

.el-calendar__header::before {
    content: ' ';
    width: 4px;
    height: 15px;
    background: #4099FF;
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -8px;
}

.el-calendar__body {
    position: relative;
    padding: 6px 20px 20px;
}

.el-calendar__body::after {
    width: 100%;
    border-bottom: 21px solid #f0f6f9;
    position: absolute;
    top: 14px;
    left: 0;
    visibility: inherit;
    z-index: 5;
    right: 0;
    display: block;
    content: ' ';
}

.el-calendar-table thead th {
    font-size: 11px;
}

.el-tabs__nav {
    margin-left: 30px;
}

.el-input {
    min-width: 120px;
    width: 100%;
}

.el-table .cell {
    padding: 0 5px;
}

.el-textarea__inner {
    font-family: 'Microsoft YaHei', \5b8b\4f53, Arial, sans-serif;
}

.el-table th,
.el-table tr {
    background-color: #FFF;
    font-size: 12px;
}

.table_list tbody td {
    height: 50px;
}

.el-table td,
.el-table th {
    padding: 0 !important;
}

/* 表单 */
/*表单表格*/
.table_form {
    display: table;
}

.table_form .tr {
    display: table-row;
}

.table_form .td {
    display: table-cell;
    padding: 8px 0 8px 8px;
}

.table_form input {}

.table_form label {
    display: inline-block;
    vertical-align: middle;
}

.table_form td {
    padding-left: 12px
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 8px 8px
}

.table_form thead {}

.table_form thead th {
    color: #333;
    padding: 5px 0 5px 8px;
    background: #BCBCBC;
    font-weight: normal;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    border-bottom: none;
}

.table_form tbody th {
    white-space: nowrap;
    font-weight: normal;
    padding-right: 10px;
    color: #333;
}

.table-other {
    border: 1px solid #d5dfe8;
}

.table-other td,
.table-other th {
    padding: 0 10px;
    border: 1px solid #d5dfe8;
    padding: 5px 10px;
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #DCDFE6;
    height: 28px;
    padding: 5px 0 5px 10px;
    background: #FFF;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    border-radius: 3px;
    font-size: inherit;
    display: inline-block;
}

textarea,
textarea.input-text,
textarea.input-focus {
    height: auto;
    padding: 10px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: #fff;
    border-color: #d8dce5;
    border-style: solid;
    border-width: 1px;
    height: 28px;
    padding: 5px;
    border-radius: 3px;
}

input:disabled {
    opacity: .6;
}

.h36,
.date.h36 {
    height: 36px;
}

.h42,
.date.h42 {
    height: 42px;
}

.w80,
.date.w80 {
    width: 80px;
}


.search_box {
    font-size: 14px;
}

.search_box input,
.search_box select {
    font-size: 16px;
    color: #aeaeae;
    margin: 0 5px;
}

.search_box input,
.search_box select,
.search_box button,
.search_box text,
.search_box .el-input,
.search_box .el-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search_box input::-webkit-input-placeholder {
    color: #aeaeae;
}

.search_box .submit-btn,
.search_box .reset-btn {
    width: 83px;
    height: 40px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    line-height: 38px;
    margin: 0 5px;
    letter-spacing: 3px;
}

.submit-btn {
    color: #fff;
}

.search_box .submit-btn {
    background: #4099FF;
}

.search_box .el-input,
.search_box .el-select {
    width: 140px;
    min-width: 0;
}

.pic_ico {
    width: 116px;
    height: 94px;
}

#person-tree {
    position: relative;
    font-size: 16px;
    color: #333;
}

#person-tree .branch {
    position: relative;
    margin-left: 200px;
}

#person-tree .branch:before {
    content: "";
    width: 50px;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: 1px;
}

#person-tree .entry {
    position: relative;
    min-height: 60px;
}

#person-tree .entry:before {
    content: "";
    height: 100%;
    border-left: 1px solid #bfbfbf;
    position: absolute;
    left: -50px;
}

#person-tree .entry:after {
    content: "";
    width: 50px;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
    visibility: inherit;
}

#person-tree .entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
    border-radius: 0 0 0 0;
}

#person-tree .entry:first-child:after {
    height: 10px;
    border-radius: 0 0 0 0;
}

#person-tree .entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 0;
}

#person-tree .entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0 0 0 0;
    margin-top: -9px;
}

#person-tree .entry.sole:before {
    display: none;
}

#person-tree .entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

#person-tree .label {
    display: block;
    min-width: 100px;
    padding: 5px 0px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.passport_box {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    background: #fff;
    border-radius: 20px;
}

.passport_box .banner {
    float: left;
    width: 495px;
    line-height: 0;
}

.passport_box .banner .img {
    margin-left: -22px;
    width: 100%;
}

.passport_box .content {
    float: right;
    width: 540px;
}

.passport_box .content .title {
    font-size: 19px;
    text-align: center;
}

.passport_box .content .title .span {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    color: rgba(51, 51, 51, 0.6);
    margin: 0 20px;
}

.passport_box .content .title .span::before {
    width: 74px;
    height: 2px;
    background: transparent;
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
}

.passport_box .content .title .span.ac {
    color: #4099FF;
}

.passport_box .content .title .span.ac::before {
    background: #4099FF;
}

.passport_box .content .option {
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    width: 324px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 50px
}

.passport_box .content .option .input {
    width: 100%;
    border: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.passport_box .content .option .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.passport_box .content .option.code {
    padding-right: 120px;
}

.passport_box .content .option.code .btn {
    position: absolute;
    right: 0;
    width: 115px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 40px;
    bottom: 12px;
}

.passport_box .content .option.pass {
    padding-right: 40px;
}

.passport_box .content .option.pass .i {
    width: 19px;
    height: 10px;
    background-position: -220px -40px;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 16px;
}

.passport_box .content .agree {
    width: 424px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    margin-top: 30px;
}

.passport_box .content .agree .input,
.passport_box .content .agree .span,
.passport_box .content .agree .a {
    display: inline-block;
    vertical-align: middle;
}

.passport_box .content .button {
    text-align: center;
    margin-top: 70px;
}

.passport_box .content .button .btn {
    width: 324px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 60px;
    padding: 0;
    font-size: 19px;
    background: #4099FF;
}

.passport_box .content .qrcode-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    display: inline-block;
}

.passport_box .content .qrcode-box .img {
    width: 100%;
    height: 100%;
}

.passport_box .content .btn-pass {
    background: #edfbf5;
    color: #4099FF;
    font-size: 19px;
    padding: 7px 36px
}

.login_qrcode_content {
    margin-top: 4px !important;
}

.text-1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.header-page {
    font-size: 16px;
    background: #fff
}

.header-top {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #c9a062;
    border-bottom: 1px solid #ddd
}

.header-top img {
    width: 18px;
    height: 18px;
    margin-right: 9px
}

.header-top .top-content {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    align-items: center;
    justify-content: flex-end
}

.header-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: space-between
}

.header-content img {
    width: 294px;
    height: 46px
}

.header-content .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 42px;
    background: linear-gradient(135deg, #23a2da, #133f98);
    border-radius: 8px;
    margin-left: 32px;
    color: #fff
}

.header-content .header-search img {
    width: 18px;
    height: 18px;
    margin-right: 9px
}

@media only screen and (max-width:750px) {
    .pc {
        display: none !important
    }

    .mobile {
        display: block !important;
        touch-action: auto !important
    }

    .mobile .header-mb {
        width: 100%
    }

    .mobile .header-mb .mb-content {
        padding: 0 16px;
        height: 72px;
        line-height: 72px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .mobile .header-mb .mb-content img {
        width: 200px;
        height: 34px;
        margin-left: 9px
    }

    .mobile .header-mb .mb-content .right-ico {
        width: 24px;
        height: 24px
    }

    .mobile .dialog-box {
        background: rgba(0, 0, 0, .6);
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        height: 100vh
    }

    .mobile .dialog-box .top-ico {
        width: 100%;
        text-align: right
    }

    .mobile .dialog-box .top-ico .right-ico {
        width: 20px;
        height: 20px;
        margin-top: 26px;
        margin-right: 16px
    }

    .mobile .dialog-box .dialog-title {
        margin-top: 38px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        line-height: 64px
    }
}

@media only screen and (min-width:751px) {
    .pc {
        display: block !important
    }

    .mobile {
        display: none !important;
        touch-action: auto !important
    }
}

.footer-box {
    background: #f8f8f8
}

.footer-box .bottom-top {
    border-bottom: 1px solid #ddd;
    height: 72px;
    line-height: 72px
}

.footer-box .bottom-top .top-content {
    width: 1200px;
    margin: 0 auto
}

.footer-box .bottom-top .footer-item {
    white-space: nowrap;
    margin-left: 40px
}

.footer-box .footer-bottom {
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-box .footer-bottom .bottom-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-box .footer-bottom .code-box {
    text-align: center
}

.footer-box .footer-bottom .code-box .bottom-img {
    width: 90px;
    height: 90px
}

.footer-mb {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    height: 35px;
    line-height: 35px;
    text-align: center
}


/* 微信风格遮罩 */
.common-wap-mask {
    position: fixed;
    top: 350px;
    width: 10em;
    background: #747474;
    color: #ffffff;
    text-align: center;
    padding: 1em;
    border-radius: 1em;
    opacity: 0.9;
    font-size: 1.2em;
}

.common-wap-mask .icon {
    background: url("../images/mask-ajax-loader.gif") center center no-repeat;
    background-size: 48px;
    width: 48px;
    height: 48px;
    margin: 0px auto;
}

.common-wap-mask .loading {
    min-height: 50px;
}

.common-wap-mask .error {
    background-image: url("../images/mask-failure.png");
}

.common-wap-mask .success {
    background-image: url("../images/mask-success.png");
}

.common-wap-mask h4 {
    font-weight: normal;
    font-style: normal;
}