/*样式重置  消除浏览器间的差异*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input, select, textarea{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    /* font-size: 100%; */
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
html{
    overflow-y: scroll;
}
body{
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    position: relative;
    height: 100%;
    min-width: 1366px;
}
html::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
html::-webkit-scrollbar-track-piece{
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
html::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #606266;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
img {
    border-style: none;
}
button{
    border: none;
}

/*清除IE下input的删除样式*/
input::-ms-clear{
    display:none;
}
select {
    border: solid 1px #ddd;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 18px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}
/*样式重置  消除浏览器间的差异*/

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

/*网格系统，自己补充width的值*/
.row{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    /*min-width: 1200px;*/
}
.row .row{
    margin: 0;
    width: auto;
    display: inline-block;
}
.col{
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.push, .pull {
    position: relative;
}
.clear {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*************************页面封装样式******************************/
.relative{position:relative;}
/*圆角3px*/
.rc3 {border-radius: 3px;}
.rc5 {border-radius: 5px;}
.rc10 {border-radius: 10px;}

.fs12{font-size: 12px}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs36{font-size: 36px;}
.fs40{font-size: 40px;}
.fs60{font-size: 60px;}
.fs72{font-size: 72px;}

.fw100{font-weight: 100}
.fw300{font-weight: 300}
.fw500{font-weight: 500}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}

.lh12{line-height: 12px;}
.lh14{line-height: 14px;}
.lh16{line-height: 16px;}
.lh18{line-height: 18px;}
.lh20{line-height: 20px;}
.lh22{line-height: 20px;}
.lh24{line-height: 24px;}
.lh26{line-height: 26px;}
.lh30{line-height: 30px;}
.lh36{line-height: 36px;}
.lh40{line-height: 40px;}
.lh50{line-height: 50px;}
.lh60{line-height: 60px;}
.lh70{line-height: 70px;}
.lh80{line-height: 80px;}
.lh90{line-height: 90px;}
.lh100{line-height: 100px;}

.mt1{margin-top: 1px;}
.mt2{margin-top: 2px;}
.mt3{margin-top: 3px;}
.mt4{margin-top: 4px;}
.mt5{margin-top: 5px;}
.mt6{margin-top: 6px;}
.mt7{margin-top: 7px;}
.mt8{margin-top: 8px;}
.mt9{margin-top: 9px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.mr1{margin-right: 1px;}
.mr2{margin-right: 2px;}
.mr3{margin-right: 3px;}
.mr4{margin-right: 4px;}
.mr5{margin-right: 5px;}
.mr6{margin-right: 6px;}
.mr7{margin-right: 7px;}
.mr8{margin-right: 8px;}
.mr9{margin-right: 9px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}

.mb1{margin-bottom: 1px;}
.mb2{margin-bottom: 2px;}
.mb3{margin-bottom: 3px;}
.mb4{margin-bottom: 4px;}
.mb5{margin-bottom: 5px;}
.mb6{margin-bottom: 6px;}
.mb7{margin-bottom: 7px;}
.mb8{margin-bottom: 8px;}
.mb9{margin-bottom: 9px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.ml1{margin-left: 1px;}
.ml2{margin-left: 2px;}
.ml3{margin-left: 3px;}
.ml4{margin-left: 4px;}
.ml5{margin-left: 5px;}
.ml6{margin-left: 6px;}
.ml7{margin-left: 7px;}
.ml8{margin-left: 8px;}
.ml9{margin-left: 9px;}
.ml10{margin-left: 10px;}
.ml12{margin-left: 12px;}
.ml24{margin-left: 24px;}
.ml36{margin-left: 36px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}
.ml150{margin-left: 150px;}
.ml200{margin-left: 200px;}

.pt1{padding-top: 1px;}
.pt2{padding-top: 2px;}
.pt3{padding-top: 3px;}
.pt4{padding-top: 4px;}
.pt5{padding-top: 5px;}
.pt6{padding-top: 6px;}
.pt7{padding-top: 7px;}
.pt8{padding-top: 8px;}
.pt9{padding-top: 9px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}

.pr1{padding-right: 1px;}
.pr2{padding-right: 2px;}
.pr3{padding-right: 3px;}
.pr4{padding-right: 4px;}
.pr5{padding-right: 5px;}
.pr6{padding-right: 6px;}
.pr7{padding-right: 7px;}
.pr8{padding-right: 8px;}
.pr9{padding-right: 9px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr60{padding-right: 60px;}
.pr70{padding-right: 70px;}
.pr80{padding-right: 80px;}
.pr90{padding-right: 90px;}
.pr100{padding-right: 100px;}

.pb1{padding-bottom: 1px;}
.pb2{padding-bottom: 2px;}
.pb3{padding-bottom: 3px;}
.pb4{padding-bottom: 4px;}
.pb5{padding-bottom: 5px;}
.pb6{padding-bottom: 6px;}
.pb7{padding-bottom: 7px;}
.pb8{padding-bottom: 8px;}
.pb9{padding-bottom: 9px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}

.pl1{padding-left: 1px;}
.pl2{padding-left: 2px;}
.pl3{padding-left: 3px;}
.pl4{padding-left: 4px;}
.pl5{padding-left: 5px;}
.pl6{padding-left: 6px;}
.pl7{padding-left: 7px;}
.pl8{padding-left: 8px;}
.pl9{padding-left: 9px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl34{padding-left: 34px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl58{padding-left: 58px;}
.pl60{padding-left: 60px;}
.pl68{padding-left: 68px;}
.pl70{padding-left: 70px;}
.pl80{padding-left: 80px;}
.pl90{padding-left: 90px;}
.pl100{padding-left: 100px;}


.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}

.fl {float: left;}
.fr {float: right;}
.hidden {display: none;}


/*手动加宽度限制才会有效*/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pin-loading{
    width:7.604167rem;
    height: 700px;
    margin: 30px auto;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.pin-loading .el-loading-mask{
    border-radius: 20px;
}

.pin-loading-right{
    width: 1200px;
    height: 700px;
    /*margin: 30px auto;*/
    background-color: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*工具栏 begin*/
.toolbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height:28px;
}
.toolbar > .fl {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-right: 20px;
}
.toolbar > .fl > .el-select {
    width: 200px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.toolbar > .fl > .el-date-editor {
    width: 200px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.toolbar > .fl > .el-button {
    margin-bottom: 10px;
}
.toolbar > .fl > .el-radio-group {
    margin-bottom: 10px;
    margin-right: 10px;
}
.toolbar > .fr {
    min-width: 270px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
}
.toolbar > .fr > .el-input {
    width: 200px;
    margin-right: 10px;
}
.toolbar .tips{
    display: inline-block;
    color: #999;
}
.toolbar .tips i{
    padding-right: 5px;
    vertical-align: sub;
}
.toolbar input.keyword{
    /*background: url(/images/admin/search.png) no-repeat 150px 50%;*/
    /*background-size: 16px;*/
}
/*工具栏 end*/

/*表单样式pt70 pb100 pl100*/
.mega{
    /*padding: 0 50px 0 30px;*/
    /*width: 35%;*/
    /*font-size: 14px;*/
    /*padding: 0px 20px;*/
    /*min-height: 300px;*/
}
.mega .item{
    /*display: inline-block;*/
    /*width:520px;*/
    /*float: left;*/
    /*min-height: 34px;*/
    /*margin:22px 0px 0px;*/
    /*position: relative;*/
}
/*.mega .item.fx input{*/
    /*padding-right: 40px;*/
/*}*/
/*.mega .item .el-date-editor input{*/
    /*padding-left: 30px;*/
/*}*/
.mega .unit{
    margin-left: 5px;
}
/*.mega .item textarea:hover,input[type="text"]:hover,input[type="password"]:hover,select:hover{*/
    /*border-color: #C7C7CA;*/
    /*-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
/*}*/
/*.mega .item textarea:focus,input[type="text"]:focus,input[type="password"]:focus,select:focus{*/
    /*border-color: #409FFF;*/
    /*-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
    /*box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);*/
/*}*/
/*.mega .item select{*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*padding:0px 18px 0px 6px;*/
    /*border: 1px solid #ddd;*/
    /*box-sizing: border-box;*/
    /*border-radius: 3px;*/
    /*color: #606266;*/
/*}*/
/*.mega .item input.date{*/
    /*background: url(/images/admin/calender.png) no-repeat 98% 50%;*/
    /*background-size: 18px 18px;*/
/*}*/
/*.mega .item input.industry{*/
    /*background: url(/images/admin/calender.png) no-repeat 98% 50%;*/
    /*background-size: 18px 18px;*/
/*}*/
/*.mega .item input[type="radio"]{*/
    /*vertical-align: middle;*/
/*}*/
/*.mega .item input[type="radio"]{*/
    /*vertical-align: middle;*/
/*}*/
/*.mega .item input[readonly]{*/
    /*background-color: #f5f5f5;*/
/*}*/
/*.mega .item input[readonly]:hover{*/
    /*border-color: #C7C7CA;*/
    /*-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 1);*/
    /*-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 1);*/
    /*box-shadow: 0 0 0 rgba(255, 255, 255, 1);*/
/*}*/
/*.mega .label{*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*!*float: left;*!*/
    /*font-size: 14px;*/
    /*color: #666;*/
    /*line-height: 40px;*/
    /*padding: 0 10px 0 0;*/
    /*width: 120px;*/
    /*text-align: right;*/
    /*box-sizing: border-box;*/
/*}*/
/*.mega .label b{*/
    /*color: #f00;*/
    /*font-size: 14px;*/
    /*margin-right: 3px;*/
/*}*/
.mega input[type="text"],input[type="password"]{
    /*background-color: #fff;*/
    /*background-image: none;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #dcdfe6;*/
    /*box-sizing: border-box;*/
    color: #3a3a3a;
    /*display: inline-block;*/
    /*font-size: inherit;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*outline: none;*/
    /*padding: 0 10px;*/
    /*transition: border-color .2s cubic-bezier(.645,.045,.355,1);*/
    /*width: 380px;*/
}
/*.mega textarea{*/
    /*background-color: #fff;*/
    /*background-image: none;*/
    /*border-radius: 2px;*/
    /*!*border: 1px solid #dcdfe6;*!*/
    /*box-sizing: border-box;*/
    /*color: #606266;*/
    /*display: inline-block;*/
    /*font-size: inherit;*/
    /*height:100px;*/
    /*outline: none;*/
    /*padding: 10px;*/
    /*transition: border-color .2s cubic-bezier(.645,.045,.355,1);*/
    /*width: 400px;*/
    /*resize: none;*/
/*}*/
/*.mega .textarea_box{*/
    /*position: relative;*/
/*}*/
/*.mega .textarea_box .length{*/
    /*position: absolute;*/
    /*right: 30px;*/
    /*bottom: 10px;*/
    /*color: #cccccc;*/
    /*font-size: 12px;*/
/*}*/
.mega input::placeholder,.mega textarea::placeholder{
    color: #808080;
}
.mega input[readonly]{
    /*background-color: transparent;*/
    /*-webkit-box-shadow: none;*/
    /*-moz-box-shadow: none;*/
    /*box-shadow: none;*/
    background-color: #F5F5F5;
}
/*.mega input[readonly]:hover{*/
    /*border-color: #CCC;*/
/*}*/

.mega .column{
    float: left;
    border-right: 1px solid #F2F2F2;
    padding: 50px 50px;
}
.mega .column .item{
    /*float: left;*/
    /*margin-bottom:5px;*/
}

.mega .column .item select{
    /*width: 214px;*/
}
.mega .notice{
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 18px;
    color: #999;
    padding-left: 100px;
}
.mega .warning{
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}
.mega label[for]{
    cursor: pointer;
}
.mega .title{
    font-size: 16px;
    padding-left: 10px;
    margin: 40px 0 20px 20px;
    border-left:5px solid #347AFE;
}
.form_btn{
    margin-top: 40px;
    margin-left: 200px;
}


.mega::-webkit-scrollbar {
    /*width: 3px;*/
}

.mega::-webkit-scrollbar-thumb {
    /*background: #8798AF;*/
    /*border-radius: 2px;*/
}

.mega::-webkit-scrollbar-track {
    /*background: transparent;*/
}
/*-----------------------------------*/
.color_block{
    display: inline-block;
    width: 200px;
    height: 70px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    margin-right: 20px;
    padding-top: 30px;
}
.color_block p{
    line-height: 20px;
}
.icon_example{
    display: inline-block;
    width: 100px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #E4E7ED;
    text-align: center;
    margin-right: 20px;
    padding-top: 20px;
    color: #909399;
    cursor: pointer;
    float: left;
}
.icon_example:hover{
    color: #0079FE;
}
.icon_example i{
    font-size: 24px;
}
.icon_example div{
    line-height: 20px;
    margin-top: 10px;
    word-break: break-all;
}

code{
    font-family: 'Consolas', 'Courier', 'Monaco', monospace;
    display: block;
    background-color: #555555;
    border-radius:4px 4px 4px 4px;
    padding: 10px;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}


.finish{
    position: relative;
}

.finish::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #01b169;
    top: 3px;
    right: -15px;
}
.nostart{
    position: relative;
}

.nostart::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FF0000;
    top: 3px;
    right: -15px;
}

[v-cloak]{
    display: none;
}

input[type='text'][readonly]{
    color: #aaa;
}

span, input a{
    font-size: 14px;
}

/*******************************************样式封装*******************************************/

/*******************************************样式封装*******************************************/

/*页面布局-开始*/
#app{
    height: 100%;
}

#app .el-container{
    min-height: 100%;
    /*margin-left: 100px;*/
}

#app .el-container .el-header{
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(150,150,150,0.1);
}

#app .el-container .el-aside {
    text-align: center;
    border-right: 1px solid #f5f5f5;
    overflow: unset;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    /*background-color: #F5F5F5;*/
}
#app .el-container .el-aside .el-scrollbar{
    overflow: unset;
}

#app  .el-container .el-container{
    margin-left: 200px;
}

#app .el-container .el-main {
    /*background-color: #FEFEFE;*/
}

#app .el-menu{
    border-right: 0px;
}

#app .el-menu .el-menu-item.is-active a{
    color: var(--el-menu-active-color)
}
/*页面布局-结束*/


/*表单样式 开始*/
.mega{
    margin: 10px 20px;
}
.mega .el-form-item__content{
    /*width: 60%;*/
}
.mega .el-select{
    /*width: 100%;*/
    /*flex: 1;*/
}
.mega .el-date-picker{
    /*width: 100%;*/
    /*flex: 1;*/
}
.mega .el-form-item {
    display: inline-flex;
}
.mega .el-input-number, .mega .el-input, .mega .el-select, .mega .el-date-editor.el-input, .mega .el-textarea {
    width: 300px;
    flex: 1;
}
.el-form--inline .el-input-number, .el-form--inline .el-input, .el-form--inline .el-select, .el-form--inline .el-date-editor.el-input, .el-form--inline .el-textarea {
    width: 200px;
    flex: 1;
}
input::placeholder, textarea::placeholder {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
/*表单样式 开始*/

.el-table .el-dropdown-link {
    color: var(--el-color-primary);
}
.el-upload-list__item-file-name{
    max-width: 350px!important;
}
.el-upload-tips {
    margin-left: 10px;
    font-size: 12px;
    color: rgb(245, 108, 108);
    width: 250px;
    height: 30px;
    line-height: 16px;
    float: right;
    display: flex;
    align-items: center;
}
.el-upload-tooltip {
    font-size: 12px;
    color: rgb(245, 108, 108);
    width: 200px;
    line-height: 18px;
    float: right;
    display: flex;
    align-items: center;
}