html,body{
    width: 100%;
    height:100%;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    /* 硬件加速 */
    transform: translate3d(0, 0, 0);
}
#app {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.el-container{
    height: 100%;
}

/* 布局 */
.el-header, .el-footer {
    padding: 0px;
    background: #f0f2f5;
    overflow-y: hidden;
    position: relative;
}
.left-aside{
    color: #333;
    text-align: center;
    width: 246px;
}
.close-aside{
    background: #13C2C2;
    color:white;
}
.winner-logo{
    position: relative;
    background: rgba(235,246,251,1);
    height: 50px;
    line-height:50px;
    width:100%;
    color:#595959;
    text-align: left;
    padding-left: 20px;
}
.winner-logo img{
    vertical-align:text-bottom;
}
.winner-logo span{
    font-size:16px;
}
.winner-logo i{
    position: absolute;
    right: 10px;
}

.main-container{
    padding: 5px 10px 10px;
    background: #f0f2f5;
}

.main{
    color: #333;
    /* padding: 0px 0px 10px 10px; */
    padding: 0px 0px 0 10px;
    padding-left:0px;
    height: calc(100vh - 35px);
    position:relative;
    /* 滚动条配合样式 */
    overflow: hidden;
}
.main>div:first-child{
    height:100%;
}
.main-header{
    margin-bottom: 10px;
}
.main-header:hover{
    box-shadow: 0px 2px 7px rgba(0,0,0,.15);
}
.main-header .ivu-upload{
    display: inline-block;
}

/* nav-tag */
.nav-more{
    position: absolute;
    bottom: 0px;
    right: 106px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transform: skew(15deg,0);
    background: linear-gradient(180deg,rgba(237,237,237,1) 0%,rgba(255,255,255,1) 99%);
    box-shadow:0px 0px 0px 0px rgba(221,221,221,1);
    border-radius: 5px;
    border:1px solid rgba(221,221,221,1);
    overflow: hidden;
}
.nav-more > div{
    transform: skew(-15deg,0);
}
.nav-more:hover{
    box-shadow:0px 2px 2px 0px rgba(202,202,202,0.42);
    border:1px solid rgba(202,202,202,1);
}
.nav-more-title{
    padding-top: 7px;
    background: #fafafa;
    height: 34px;
    border-radius: 40px;
    width: 34px;
    display: block;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
}
.nav-dropdown-scroll{
    position: relative;
    max-height: calc(100vh - 120px);
    min-width:150px;
}
.nav-dropdown-menu .el-dropdown-menu__item{
    padding-left:30px;
}
.nav-tag-wap{
    bottom:-2px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    width: calc(100% - 150px);
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    position: relative;
}
.nav-tag{
    position: absolute;
    padding:0px 20px;
    font-size: 12px;
    height: 30px;
    color: rgba(0,0,0,0.50);
    background-image: url("../../images/tag.png");
    background-position: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.nav-tag:not(.nav-tag-active):hover{
    background-image: url(../../images/tag-hover.png);
    background-size: 100% 100%;
    margin-left:-16px;
    z-index: 10;
    border-right: none;
    padding: 0px 36px;
}
.nav-tag-end{
    background-image: url("../../images/tag-end.png");
}
.nav-tag-active{
    background-image: url(../../images/tag-active.png);
    background-size: 100% 100%;
    background-position: 0px 0px;
    margin-left:-16px;
    z-index: 11;
    color: #333333;
    border-right: none;
    padding: 0px 36px;
}
/*.nav-tag:hover{*/
/*background-image: url("../../images/tag-xt.png");*/
/*background-position: 0px;*/
/*background-size: 100% 100%;*/
/*margin-left:-12px;*/
/*z-index: 10;*/
/*color: #333333;*/
/*border-right: none;*/
/*padding: 0px 32px;*/
/*background-color: #fafafa;*/
/*}*/
.nav-tag span{
    padding:0px 3px;
    text-align: center;
}
/*.nav-tag-active{*/
/*margin:0px -12px;*/
/*}*/
/*.nav-tag-active>.nav-tag{*/
/*background-image: url("../../images/tag-sel.png");*/
/*background-position: 0px;*/
/*background-size: 100% 100%;*/
/*z-index: 10;*/
/*color: #333333;*/
/*border-right: none;*/
/*}*/

.nav-tag-split{
    position: absolute;
    right: -5px;
    top:0px;
    color:#dfdfdf;
    z-index: 9;
}

.tag-nav .top-menu{
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 2;
    height: 28px;
    width: 102px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    background-image: url(../../images/Rectangle1.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    overflow: hidden;
}
.top-menu-title{
    background: transparent;
}
.top-menu .el-menu--horizontal>.el-submenu .el-submenu__title{
    height: 28px;
    line-height: 28px;
    color:rgba(255,255,255,1);
}
.top-menu .el-menu--horizontal>.el-submenu .el-submenu__title:hover{
    background: transparent;
}
.top-menu .el-submenu__title i{
    color:rgba(255,255,255,1);
    font-size: 16px;
    margin-right: 0px;
}
.top-menu .el-submenu__title{
    padding: 0;
}
.top-menu .el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{
    margin-left: 3px;
}
.top-menu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    border-bottom:none;
}



.main-btn-line{
   min-height: 40px;
   line-height: 40px;
    padding: 0px 10px;
    background:white;
    text-align: left;
    border-bottom: 1px solid #ebeef5;
}
.main-btn-line .el-button--text{
    height: 30px;
    line-height: 30px;
    padding:0px 10px;
    margin:5px 0px;
    min-width: 80px;
}
.main-btn-line  .el-button span{
    font-weight: bold;
}
.main-btn-line  .el-button.is-disabled span{
    color: #C0C4CC;
}
.el-button--text{
    border-color: transparent;
    color: black;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.main-btn-line .el-button--text:hover{
    background-color: #f1f1f1;
    transition: -webkit-transform .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out,-webkit-transform .5s ease-in-out;
}
.main-btn-line .el-button--text span{
    color:rgba(51,51,51,1);
    padding-left: 6px;
}
.main-btn-line .el-button--text i{
    vertical-align: middle;
    font-size:20px;
}

/* 按钮 */
.el-button--primary{
    background-color: #13C2C2;
    border:none;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
}
.el-button--primary.is-active, .el-button--primary:active {
    background: #13C2C2;
    border:none;
    color: #fff;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #13C2C2;
    border:none;
    color: #fff;
}
.el-button--small, .el-button--small.is-round {
    padding: 7px 15px
}
.main-button{
    color: rgba(51,51,51,1);
    padding:8px 20px;
}
.main-button img{
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.main-button>span{
    display: inline-block;
    line-height: 22px;
    height: 22px;
    padding-left: 6px;
    font-size: 14px;
}
/* tab页 */
.main-tabs{
    height: 36px;
    background: #FFFFFF;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.main-tabs-wrap{
    display: table;
    height: 100%;
    padding-left: 0;
    margin: 0;
    float: left;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}
.main-tabs-nav{
    display: inline-block;
    height: 36px;
    padding: 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: color .3s ease-in-out;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    text-align: center;
}
.main-tabs-bar{
    height: 2px;
    box-sizing: border-box;
    background-color: #13C2C2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
}
.main-tabs-active{
    color: #13C2C2;
    font-weight: bold;
}
.main-tabs-tab{
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-content{
    position: relative;
    border-radius:5px;
    background: white;
}
.main-table-pager{
    background: white;
    padding:0px 12px;
    text-align:right;
}
.el-pagination{
    color:rgba(0,0,0,0.65);
    font-size: 14px;
}
.el-pager li.active{
    color: #50E3C2;
    width: auto !important;
}
.el-table{
    color: #333333;
}
.el-table th, .el-table tr{
    height:36px;
}
.el-table thead{
    color: rgba(0,0,0,0.85);
}
.el-table .cell{
    padding: 0 4px;
}
/* 设置操作列的高度*/
/*.common-table .el-table__fixed{*/
    /*height: 100%!important;*/
/*}*/
/*.common-table .el-table__fixed-body-wrapper{*/
    /*height: calc(100% - 36px)!important;;*/
/*}*/
.common-table{
    height: 100%;
}

.common-table .el-button,
.common-table .el-button:focus,
.common-table .el-button:hover {
    color: rgba(19,194,194,1);
}
.common-table .el-button.is-disabled,.common-table .el-button.is-disabled:focus,.common-table .el-button.is-disabled:hover{
    color: #C0C4CC;
}
.common-table .el-table__empty-block{
    height: unset;
}
/* 使用好看的滚动条，隐藏原生的滚动条 */
.common-table .el-table--scrollable-x .el-table__body-wrapper{
    overflow: hidden;
}
.common-table .el-table--scrollable-y .el-table__body-wrapper{
    overflow: hidden;
}
/* 使用好看的滚动条，隐藏原生的滚动条 */
/* iview table 滚动条设置*/
.iv-common-table-wrapper{
    height:100%;
}
.iv-common-table{
    height: calc(100% - 68px);
}
.iv-common-table .ivu-table-body{
    position:relative;
    overflow:hidden;
    height: calc(100% - 36px);
}
.iv-common-table .ivu-table-tip{
    position:relative;
    overflow:hidden;
    height: calc(100% - 36px);
}
.ivu-table-tip table td{
    border:none;
}
.iv-common-table .ivu-table-fixed-right,.ivu-table-fixed{
    height:100%;
    overflow: hidden;
}
.iv-common-table .ivu-table-fixed-body{
    height:calc(100% - 36px)!important;
}
.ps__thumb-y{
    z-index: 5;
}
.ps__rail-y{
    z-index: 4;
}
.ps__thumb-x{
    z-index: 5;
}
.ps__rail-x{
    z-index: 4;
}
/* iview table 滚动条设置*/
.page-error{
    text-align: center;
}

.main-content .el-table{
    font-size:12px;
}
.el-table td, .el-table th{
    padding:5px 0;
}
.el-button--text:focus, .el-button--text:hover{
    color:#231F20
}
.main-tabs-nav:hover{
    font-weight:bold;
    color:#13C2C2;
}
.el-table th{
    padding:1px 0;
    background: #FAFAFA;
}
.main-content .el-table th.is-leaf{
    border-bottom:none;
}
.el-table--enable-row-hover .el-table__body tr:hover>td{
    background: #e6fffb;
}
.el-table__body tr.hover-row>td {
    background-color: #e6fffb;
}
/* 用户 */
.user-login{
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    position:relative;
}
.user-login .user-login-name{
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    margin-right:10px;
    position:absolute;
    left:25px;
}
.user-login-name img{
    vertical-align: middle;
}
.user-login-name span{
    vertical-align: middle;
    padding:5px 0px 0px 15px;
}

.user-login .user-icon-caret-top{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    position:absolute;
    right:25px;
    width: 30px;
    cursor: pointer;
}
.user-login-out,.user-up-pws{
    display: inline-block;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(30,30,30,1);
    line-height:16px;
}
.user-login .input-from{
    display: -webkit-flex;
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}
.user-login .input-pass{
    width: 60%;
}



.art-board{
    background: rgba(235,246,251,1);
    box-shadow: 0px 2px 4px 0px rgba(43, 41, 41, 0.08);
}
.system-command{
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
    padding:10px 0px;
}
.system-command-wrap{
    width:90%;
    border-radius: 0 50% 50% 0;
    padding-left: 10%;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,234,234,1);
}
.system-command input{
    background:white;
    border-radius: 17px;
    border:none;
}
.system-command .el-input__prefix{
    left:0px;
}
.board-bar{
    height:35px;
    line-height: 35px;
    cursor:pointer;
}
.board-bar span{
    padding:10px 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
}
.board-bar-active{
    color: #13C2C2!important;
}
.query-aside{
    width:270px;
}
.left-query{
    position: relative;
    width: 100%;
    height: calc(100vh - 145px );
    text-align: left;
}
.query-body{
    height:calc(100% - 50px);
    padding: 10px 0px;
    padding-right:12px;
    position: relative;
}
.query-body .el-date-editor.el-input{
    width: unset;
}
.query-body .el-form .el-form-item__label{
    font-size:12px;
}
.query-body .el-form-item{
    margin:0px;
    letter-spacing: -1px;
    margin-bottom:3px;
}
.query-body .el-form .el-date-editor input{
    padding-right:0px;
}
.query-body .ivu-form-item{
    margin:0px;
    letter-spacing: -1px;
    width:100%;
}
/* div.ivu-form-item-error-tip{
	position: relative;
} */
.left-favitor{
    text-align: left;
    position: relative;
    width: 100%;
    height: calc(100vh - 185px );
}
.left-menu-wrap{
    text-align: left;
    position: relative;
    width: 100%;
    height: calc(100vh - 185px );
}
/* 菜单 */
.left-menu{
    border-right:none;
}
.left-menu .el-menu-item,.el-submenu{
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}
.left-menu .el-submenu__title{
    height: 40px;
    line-height: 40px;
}
.left-menu .el-submenu .el-menu-item{
    height: 36px;
    line-height: 36px;
    padding-right: 18px;
}
.left-favitor{
    margin-top: 15px;
}
.left-menu,.left-favitor .el-menu-item{
    height: 40px;
    line-height: 40px;
}
.left-menu>.el-menu-item,.el-submenu{
    color: #4A4A4A;
    font-weight: 600;
}
.left-menu .el-menu-item>span{
    color: #8a8a8a;
}
.left-menu>.el-menu-item>span{
    color: #4A4A4A;
}
/*.left-menu>.el-submenu>.el-submenu__title>span{*/
/*padding-left:10px;*/
/*}*/
.left-menu .el-menu-item.is-active{
    position: relative;
    background:rgba(54,207,201,0.1);
}
.left-menu .el-menu-item.is-active::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(54,207,201,1);
}
.left-menu .el-menu-item.is-active>span{
    color:#13C2C2;
}
.left-menu .el-menu-item span i{
    color: #BFBFBF;
}
.left-menu .el-menu-item.is-active>span>i{
    color:#BFBFBF;
}
.left-menu .el-menu-item:focus{
    background:none;
}
.left-menu .el-submenu__title:hover{
    background: none;
}
.left-menu .icon-yishoucang {
    font-size: 13px;
    float: right;
}
.left-menu .icon-weishoucang {
    font-size: 13px;
    float: right;
}
.system-menu .system-item,.system-head{
    padding-left: 20px;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
}
.system-menu .system-head{
    color: #13C2C2;
}
.system-list{
    background: #F9F9F9;
}
.system-head{
    background: #E6FFFB;
}
/*.left-menu .el-menu-item.is-active{*/
/*color:#13C2C2;*/
/*border-bottom: #13C2C2 2px solid;*/
/*}*/
/*.left-menu .el-menu-item:focus{*/
/*background-color:unset;*/
/*}*/
.menu-favitor{
    margin-top: 20px;
    vertical-align: middle;
    font-size: 14px;
}
.favitor-title{
    font-weight: bold;
    padding-left: 30px;
}
.favitor-list{
    width: 100%;
    cursor: pointer;
}
.favitor-list-item{
    color: #8a8a8a;
    line-height: 22px;
    padding-left: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.favitor-list-bar{
    height: 2px;
    box-sizing: border-box;
    background-color: #11b7b7;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 1;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
}

.main-tag{
    background-color: rgba(64,158,255,.1);
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #409EFF;
    border-radius: 4px;
    box-sizing: border-box;
    border: none;
    white-space: nowrap;
    border-radius: 60px;
    min-width: 76px;
    display: inline-block;
}
.el-tag--warning {
    background-color:rgba(82,196,26,0.14);
    color: #6BC904;
}
.el-tag--success {
    background-color: rgba(245,34,45,0.15);
    color: #D0021B;
}
.el-tag--info {
    background-color:rgba(124,124,124,0.15);
    color:rgba(0,0,0,0.65);
}
.main-tag-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #e8eaec;
    position: relative;
    top: 1px;
}
.main-tag-dot-warning{
    background-color: #6BC904;
}
.main-tag-dot-info{
    background-color: rgba(0,0,0,0.25);
}
.main-tag-dot-success{
    background-color: #D61B1B;
}
.main-dialog .el-dialog{
    margin:0px auto;
}
.main-dialog .el-dialog__header{
    padding: 10px 20px 10px;
    background: #08979C;
    font-size: 16px;
    color: #FFFFFF;
}
.main-dialog .el-dialog__headerbtn{
    top:10px;
}
.main-dialog .el-dialog__headerbtn .el-dialog__close{
    color:#FFFFFF;
}
.main-dialog .el-dialog__body{
    padding: 15px 15px;
    text-align: left;
}
.label-cell{
    width: 180px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.read-form{
    padding: 20px 30px;
    font-size:13px;
}
.read-form .el-form-item{
    margin-bottom:0px;
    font-size:13px;
}
.read-form .el-form-item__label{
    line-height:22px;
    font-size:13px;
}
.read-form .el-form-item__content{
    line-height:22px;
    font-size:13px;
}
.detail-head{
    position:relative;
}
.detail-head-title{
    font-weight:bold;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
}
.cust-layout{
    height:100%;
}


/*ivew样式*/
.main .ivu-page.mini{
    text-align: left;
    line-height: 40px;
	margin-left: 15px;
}
.ivu-table{
    color:#333333;
}
.ivu-table:after{
    background: none;
}
.ivu-table-wrapper{
    border:none;
}
.ivu-table-small th{
    height: 36px;
}
.ivu-table-small td{
    height:35px;
}
.ivu-table th{
    background-color:#FAFAFA;
}
.ivu-table th{
    border-bottom:none;
}
.ivu-btn-text{
    color:#13C2C2;
    margin-left:1px;
}
.ivu-btn-text:focus{
    box-shadow:unset;
}
.ivu-btn-small{
    padding:1px 7px 1px
}
.table-btn-split{
    border-right:1px solid #13C2C2;
    height:10px;
    width:1px;
    margin-right: 1px;
    margin-left: 5px;
}
.table-btn-mysplit{
    border-right:1px solid #E8E8E8;
    height:10px;
    width:1px;
    margin-right: 10px;
    margin-left: 10px;
}
.table-btn-group{
    line-height: 22px;
    height: 22px;
    display: inline-block;
}
.ivu-btn-default{
    background-color: #13C2C2;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}
.ivu-btn-text:hover{
    background-color: #13C2C2;
    color: #FFFFFF;
}
.ivu-btn-default:hover{
    background-color: #13C2C2;
    color: #FFFFFF;
}
.ivu-table-wrapper .ivu-btn-default{
    background-color: #13C2C2;
    color: #FFFFFF;
    padding:1px 7px 2px;
    font-size:12px;
}
tr.ivu-table-row-hover td{
    background-color:#e6fffb;
}
.ivu-modal-wrap{
    display: flex;
    align-items: center;
    justify-content: center;

}
.ivu-modal{
    top: 0px;
}

.ivu-modal .ivu-modal-body{
    max-height: calc(100vh - 130px);
    overflow: auto;
    position: relative;
}
.ivu-modal-header{
    padding: 10px 20px 10px;
    background: #08979C;
}
.ivu-modal-header-inner{
    color: #FFFFFF;
}
.ivu-modal-close>.ivu-icon.ivu-icon-ios-close{
    color:#FFFFFF;
    top: -5px;
}
.query-foot{
    text-align: center;
}
.query-foot a{
    color: rgba(155,155,155,1);
    /* padding: 8px; */
    margin: 0px 10px;
}
.query-foot a .iconfont{
    font-size: 20px;
}
.query-foot .el-button.is-circle{
    padding: 8px;
    margin:0px 10px;
}
.bianshi-form{
    padding-right:10px;
}
.bianshi-form .el-form-item__label{
    font-size:12px;
}
.bianshi-pop{
    margin-left: -5px;
    padding:0px;
    width: 246px;
}
.bianshi-pop .el-popover__title{
    padding:12px;
    font-size:12px;
    background: #FAFAFA;
}
.bianshi-foot{
    text-align: center;
    padding-bottom:10px;
}
.bianshi-foot .el-button--mini{
    padding:3px 10px;
}
.bianshi-table{
    height:240px;
    margin-bottom:10px;
}
.common-upload-list{
    display: inline-block;
    text-align: center;
    line-height: 60px;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.2);*/
    margin-right: 4px;
}
.common-upload-list-cover{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}
.common-upload-list:hover .common-upload-list-cover{
    display: block;
}
.common-upload-list-cover i{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}
.main-box-shadow{
    border: 1px solid #ebeef5;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

/*滚动条样式*/
.ps__rail-x ,.ps__rail-x > .ps__thumb-x{
    height:8px;
    border-radius: 2px;
}
.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x{
    height:8px;
    background-color: #b7b5b5;
}
.ps__rail-y,.ps__rail-y > .ps__thumb-y{
    width: 8px;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y{
    width: 8px;
    background-color: #b7b5b5;
}

/* 图片设置 */
.icon-shangchuanicon{
    color:#faad14
}
.icon-xinzengicon{
    color:#F55A23;
}
.icon-excelicon{
    color:#417505;
}


/*ivew 被覆盖的样式重置*/
.ivu-btn.disabled, .ivu-btn.disabled.active, .ivu-btn.disabled:active, .ivu-btn.disabled:focus, .ivu-btn.disabled:hover, .ivu-btn[disabled], .ivu-btn[disabled].active, .ivu-btn[disabled]:active, .ivu-btn[disabled]:focus, .ivu-btn[disabled]:hover, fieldset[disabled] .ivu-btn, fieldset[disabled] .ivu-btn.active, fieldset[disabled] .ivu-btn:active, fieldset[disabled] .ivu-btn:focus, fieldset[disabled] .ivu-btn:hover {
    color: #c5c8ce;
    background-color: #f7f7f7;
    border-color: #dcdee2;
}
.ivu-btn[disabled], .ivu-btn[disabled].active, .ivu-btn[disabled]:active, .ivu-btn[disabled]:focus, .ivu-btn[disabled]:hover{
    background-color: transparent;
    border-color: transparent;
}
.ivu-color-picker-confirm-color-editable{
    text-align: left;
}
.ivu-color-picker-confirm-color-editable .ivu-input-wrapper{
    width:90%;
}
.ivu-btn-primary{
    background-color: #13C2C2;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}
.ivu-btn-primary:hover{
    background-color: #13C2C2;
    color: #FFFFFF;
}

/* 订单中心样式 start */
.l-box{
    height: 100%;
    min-height: 100%;
  }
  .l-box-opt{
    height: auto;
    box-sizing: border-box;
    background-color:#fff;
    padding: 6px 0;
    margin-bottom: 10px;
  }
  .l-box-opt .el-button{
    margin-left: 0;
  }
  .l-box-wrapper-a{
    position: relative;
    padding: 0 0 20px;
    background-color:#fff;
  }
  .l-box-a{
    padding: 0 15px;
  }
  .l-box-a-title{
    position: relative;
    height: 40px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .l-box-a-title:before{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background-color: #13C2C2;
  }
  .l-box-a-title h3{
    flex: 1;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-indent: 10px;
  }
  .l-box-a-title .l-box-a-btns{
    width: 30%;
    text-align: right;
  }
  .l-box-a-title .l-box-a-btns .el-button{
    font-size: 12px;
  }
  .l-box-a-title .el-button--text i {
    position: relative;
    top: 0;
    left: -2px;
    font-size: 12px;
  }
  .l-box-a-content{
    padding: 10px 0;
  }
  .l-box-a-content .el-row{
    flex-wrap: wrap;
  }
  .l-box-a-content .el-col{
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .l-box-a-content .el-col .col-left{
    width: 35%;
    text-align: right;
  }
  .l-box-a-content .el-col .col-right{
    flex: 1;
    padding-left: 12px;
    width: 0;
  }
  .l-t-btn{
      color: #13C2C2;
  }
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background-color: rgb(238, 238, 238, .3);
    /* opacity: 0.6; */
}

/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
} */

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #d1d1d1;
}

/* 订单中心样式 end */

.check-session{
    visibility: hidden;
    position: fixed;
    top:0px;
    left: 0px;
}

/* 商品计划样式 */
.planningCheck label[class*="form-item"]::before {
    content: '*';
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 12px;
    color: #ed4014;
}

.comp--decorate-category__dropdown {
    z-index: 99999!important;
}

.ele-message-tip--topZIndex {
    z-index: 99999 !important;
}

/* Element 全屏 loading：高于 iView Modal（常见 1000～3000+），避免挡在弹窗后面 */
.el-loading-mask.el-loading-mask--above-modal {
    z-index: 100000 !important;
}

/* 左侧时间查询控件样式 */
.leftSearch-datetimerange {
    position: relative;
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    padding: 3px !important;
    line-height: 22px !important;
}

.leftSearch-datetimerange .el-icon-time {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.leftSearch-datetimerange .el-range-input {
    width: calc(100%);
    text-align: left;
    padding-left: 14px;
}

.leftSearch-datetimerange .el-range-separator {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 10px;
    padding-left: 2rem;
}

.leftSearch-datetimerange .el-input__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}