body, html, #app, #mainApp {
    margin: 0 0;
    height: 100%;
    /* overflow: auto; */
}

[v-cloak] {
    display: none !important;
}

.el-message-box {
    width: auto;
}

.el-dialog__body {
    padding: 5px;
    overflow-y: auto;
    min-height: 300px;
}

/* 格式化 */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, sans-serif
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

/* 常用 */
.show {
    display: block;
}

.hide {
    display: none
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* 定位上下左右居中 */
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* 定位上下居中 */
.ct {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* 定位左右居中 */
.cl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.text-center {
    text-align: center
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* 省略号 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex{
    display: flex;
}
.flex-d-c{
    flex-direction: column;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-a-b{
    display: flex;
    align-items: baseline;
}
.flex-a-center{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-j-end{
    display: flex;
    justify-content: flex-end;
}
.flex-j-center{
    display: flex;
    justify-content: center
}
.flex-a-start{
    display: flex;
    align-items: flex-start;
}
.i-block{
    display: inline-block;
}
.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}
.w150{
    width: 150px;
}
.inline {
    display: inline;
}

.mt20 {
    margin-top: 20px;
}

.floatRight {
    position: fixed;
    top: 10px;
    right: 50px;
    z-index: 999;
}

.container {
    width: 100%;
    position: relative;
}

#app {
    padding: 32px!important;
    font-size: 14px;
}
.container {
    margin-bottom: 30px !important;
}
.tit{
    opacity: 0.6;
}
/* 语言框 样式 */
.langChoiceBox {
    border: 1px dotted #a5a5a5;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    word-break: break-all;
    padding: 5px;
}

.name_langContent img {
    max-width: 100%;
    max-height: 100%;
}

.langChoiceBtn i {
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.el-dialog--center .el-dialog__body {
    padding: 10px 15px;
}

.red {
    color: red;
    margin-right: 4px;
}

.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner, .el-form-item.is-success .el-textarea__inner:focus {
    border-color: #DCDFE6;
}

.zcLangClass {
    display: inline-block;
}

.inputW {
    width: 200px;
}

.searchTit {
    font-size: 13px;
    color: #606266;
    margin-left: 15px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.brandImgMin {
    cursor: pointer;
}

/* form */
.form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.form-tit {
    width: 150px;
    color: #606266;
    margin-right: 10px;
    text-align: right;
    font-size: 14px;
    line-height: 28px;
    display: inline-block
}

.red {
    color: red;
    display: inline-block;
}

.form-input {
    width: 200px;
}

.skuSelectTable {
    padding: 0;
    border: none !important;
}

.skuSelectTable td, .skuSelectTable th {
    padding: 2px 0;
}

.skuSelectTable .el-input__inner {
    padding: 2px 5px;
}

.skuSelectTable .el-button--mini, .el-button--mini.is-round {
    padding: 2px 5px;
    height: 26px;
    line-height: 22px;
}
.skuSelectTable .el-select{
    width: 110px;
}
.table-box .el-tag {
    cursor: pointer;
}

.font {
    font-size: 14px;
    color: #606266;
}
/*表格列表样式*/
.status-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-box {
    margin-left: 5px;
}

.search-box {
    margin-bottom: 24px;
}
/* 去掉带有border属性的表格的样式 */
.el-table--border::after, .el-table--group::after{
    z-index: -1;
}
.el-table::before{
    z-index: -1;
}
.el-table--border, .el-table--group{
    border-top: none;
}
.el-table__footer, .el-table__header{
    border-top: 1px solid #eee;
}
.right-num,.right-num .el-input__inner{
    text-align: right;
}
.el-table th>.cell{
    word-break: break-word;
}
/* 弹窗样式 */
.el-message-box__header{
    text-align: center;
    font-weight: 600;
    padding-top: 59px;
    margin-bottom: 10px;
}
.el-message-box__content {
    padding-right: 80px;
    padding-left: 80px;
    margin-bottom: 20px;
}
.el-message-box__btns{
    padding: 5px 50px 10px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.el-tag{
    background-color: #fff;
    border-width: 0;
    cursor: pointer;
}
/* 订单状态颜色 */
.red-text{
    color: #E04040;
}
.blue-text{
    color: #0A84FF;
}
.green-text{
    color: #15C051;
}
.gray-text{
    color: #a6a6a6
}
.black-text{
    color: #000;
}
.yellow-text{
    color: #FF7315;
}
.el-checkbox__input.is-disabled .el-checkbox__inner{
    background-color: #d8d8d8
}
.logTit {
    font-size: 14px;
    color: #606266;
    margin-bottom: 10px;
    margin-top: 20px;
}
/* 按钮颜色 */
.bright-btn{
    border-color: rgb(81, 234, 234);
    background-color: #51eaea;
}
.bright-btn:hover,.bright-btn:focus{
    background: rgba(81, 234, 234,0.8);
    border-color: #51eaea;
    color: #FFF;
}
.el-table.el-table--border th,.el-table-column--selection .cell{
    text-align: center;
}
/* 距离 */
.mr5{
    margin-right: 5px;
}
.ml5{
    margin-left: 5px;
}
.mb5{
    margin-bottom: 5px;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mr20{
    margin-right: 20px;
}
.mr300{
    margin-right: 300px;
}
.ml20{
    margin-left: 20px;
}
.form_button{
    padding: 5px 12px;
}
.search_button{
    padding: 5px 16px;
}
.table-stock-span{
    color: #15C051;
}
.tab-tit{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.hand{
    cursor: pointer;
}
/* 取消按钮 */
.cancel-btn{
    background:rgba(255,115,21,0.1);
    color: #e6a23c;
    border-color: rgba(255,115,21,0.1);
}
.cancel-btn:hover,.cancel-btn:focus{
    background:rgba(255,115,21,0.2);
    color: #e6a23c;
    border-color: rgba(255,115,21,0.1);
}
.gray-btn{
    background:rgba(102, 102, 102, 0.9);
    color: #fff;
    border-color: #666666; 
}
.gray-btn:hover{
    background:rgba(102, 102, 102, 1);
    color: #fff;
    border-color: rgba(102, 102, 102, 1);
}
.floatRightCenter{
    position: fixed;
    right: 59px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.search-input{
    width: 467px;
    margin-left: 26px;
    margin-right: 31px;
}
.tag-span{
    display: inline-block;
    padding: 4px 14px;
    color: #fff;
    line-height: 1.5;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
/* 多选的select */
.custom-tags-select{
    color: #fff !important;
    margin-bottom: 10px;
}
.custom-tags-select:last-child{
    margin-bottom: 0px;
}
.custom-tags-select.is-multiple ,.custom-tags-select.selected::after{
    color: #FF7315;
}
::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #F5F5F5;
	border-radius: 4px;
	background-color: #F5F5F5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px #9b9b9b;
	background-color: #9b9b9b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

/*wangeditor显示样式(表格线)*/
.textBox table td,.textBox table th{
    border: 1px solid #dcdfe6;
    padding: 4px 10px;
}