/**
 * 公共
 */
*{ outline:none !important; }
ul { list-style: none; }
.hide { display:none }
.none { display:none !important; }
.block { display:block !important; }
.w100 {width:100%;}
.displayFlex {display: flex;display: -webkit-flex;}
.displayFlexCenter {justify-content: center!important;align-items: center!important;}
.displayFlexBetween {justify-content: space-between!important;align-items: center!important;}
.displayColumnCenter {align-items: center!important;}
.wordBreak {word-break: break-word;}
.wh-equal {position: relative;width: 100%;height: 0;padding-bottom: 100%;}
.wh-equal img {position: absolute;width: 100%;height: 100%;}
.img-thumb {display: inline-block;max-width: 100%;padding: 2px;line-height: 1.6;background-color: #fff;border: 1px solid #ddd;border-radius: 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

/* 没数据 */
.table-no {display: flex;justify-content: center;align-items: center;text-align:center;padding:115px 0;background:#FFF !important; color: #888; }

/* 公共dl样式 */
.dl-content dt { float: left; padding-left: 5px; overflow: hidden; clear: left; width: 120px; }
.dl-content dd { padding-left: 120px; }
.dl-content dd:not(:last-child) { border-bottom: 1px solid #efefef; }
.dl-content dt, .dl-content dd { font-weight: normal !important; text-align: left; margin-top: 0px; line-height: 20px; min-height: 40px; padding-top: 10px; padding-bottom: 10px; }
.dl-content-dd-only dd { padding-left: 0; }
.dl-content-dd-compact dd { line-height: 25px; min-height: 25px; padding: 0; }

/**
 * 表单优化
 */
.am-form-group:hover>input, .am-form-group:hover>select, .am-form-group:hover>textarea, .am-form-group:hover .chosen-choices, .am-form-group:hover .chosen-single { border: 1px solid #999 ; }
.am-form-error .chosen-choices, .am-form-error .chosen-default { border: 1px solid #dd514c !important; }
.am-form-success .chosen-choices, .am-form-success .chosen-single { border: 1px solid #5eb95e !important; }
form.am-form .am-form-group-label-tips, form.am-form .am-form-group-label-tips-must {  font-size: 12px; font-weight: 400; margin-left: 4px; }
form.am-form .am-form-group-label-tips { color: #f37b1d;  }
form.am-form .am-form-group-label-tips-must { color: #f00; vertical-align: middle;}
.am-form-group:hover>label { color: #333 !important; }
.am-form-group:hover>label>.am-form-group-label-tips { color: #FF9800 !important; }
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { border-bottom: 1px dashed #ccc; padding: 10px 20% 10px 0; }
form.am-form .am-form-group-refreshing, .plug-file-upload-view, .content-app-items { border-bottom: 0px; }

/**
 * 插件
 */
.chosen-container { width: 100% !important; }
.chosen-choices, .chosen-single { border-radius: 2px; }
.chosen-choices li.search-field input[type="text"] { height: 28px !important; }
.chosen-choices li.search-field input[type="text"]:hover,
.am-tagsinput input[type="text"]:hover { box-shadow: 0 0 0 #fff !important; border: 0 !important; }
.chosen-choices li.search-field input[type="text"]:focus,
.am-tagsinput input[type="text"]:focus { border-color: #fff; -webkit-box-shadow: inset 0 0 0 0 !important; box-shadow: inset 0 0 0 0 !important; }
.chosen-choices { padding: 0px 3px !important; min-height: 28px; }
.chosen-container-single .chosen-single { height: 28px; line-height: 28px; }
.chosen-container-multi .chosen-choices li.search-field { padding-left: 3px;}
.chosen-container-single .chosen-single { color: #444 !important; }
.chosen-container-single .chosen-default { color: #999 !important; }
.am-tagsinput { display: block; }
.am-tagsinput { padding: 2px 5px; }
.chosen-disabled .chosen-choices, .chosen-disabled .chosen-single { background-color: #ccc; }
.chosen-disabled .search-choice { background: #d6d6d6 !important; }

/**
 * 公共提示信息
 */
#common-prompt {position:fixed;left:0;right:0;text-align:center;padding:5px;font-size:14px;z-index:10000; border-radius: 2px; width: 260px; margin: 0 auto;}
#common-prompt.am-alert-danger { background-color: #fef0f0; border-color: #fde2e2; color: #f56c6c; box-shadow: 0 2px 4px #fef1f1, 0 0 6px rgba(0, 0, 0, 0); }
#common-prompt.am-alert-success { background-color: #f0f9eb; border-color: #e1f3d8; color: #67c23a; box-shadow: 0 2px 4px #efffe5, 0 0 6px rgba(0, 0, 0, 0); }
#common-prompt p { text-align: left; font-size: 12px; }
#common-prompt .am-close { line-height: 20px; }
#common-prompt.prompt-center { top: calc(50% - 15px); }
#common-prompt.prompt-top { top: 0; }
#common-prompt.prompt-bottom { bottom: 0; }

/**
 * 默认地图宽高
 */
#map {
    width: 100%;
    height: 250px;
}
.map-popup #map {
    height: 100%;
}

/**
 * 弹窗
 */
.am-popup .am-popup-bd {
    height: 100%;
}
.popup-not-title {
    padding: 25px;
    background: transparent;
}
.popup-not-title .am-popup-inner {
    padding-top: 0;
    background: #fff;
}
.popup-not-title .am-close {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    opacity: 1;
    background: #767676;
    color: #fff;
    border: 3px solid #f4f4f4;
    width: 32px;
    height: 32px;
    z-index: 1;
}
.popup-not-title .am-close:hover {
    background: #f22a30;
}
.am-popup-hd .am-close, .am-popup-hd .am-full {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
}
.am-popup-hd .am-close {
    font-size: 22px;
    opacity: 1;
}
.am-popup-hd .am-close:hover {
    color: #f22a30;
    transform: none;
}
.am-popup-hd .am-full {
    position: absolute;
    right: 40px;
    top: 11px;
    cursor: pointer;
}
.am-popup-hd .am-full:hover {
    color: #03A9F4;
}
.popup-full {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
}


/**
 * iframe
 */
iframe { border: 0; }

/* 表单全屏 */
.am-popup .am-form-group,
.am-modal .am-form-group,
.business-form-block {
    padding: 10px 5px !important;
}

.am-modal-confirm{
    z-index:1200;
}

.am-modal-confirm .am-modal-dialog {
    border-radius: 10px; /*圆角*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;

    box-shadow: 10px 10px 5px #888; /*阴影(x,y,w,color)*/
    -webkit-box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 10px 10px 5px #888;
    -o-box-shadow: 10px 10px 5px #888;
}
/**
 * H5
 */
@media only screen and (max-width: 641px) {
    /* 地址联动 */
    .region-linkage select:not(:first-child) { margin-bottom: 5px; }
    .region-linkage-cn select:not(:first-child) { margin-bottom: 5px; }

    /* 表单 */
    form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px 0 10px 0; }
    .am-popup .am-form-group, .am-modal .am-form-group, .business-form-block { padding: 5px 5px !important; }
}

/**
 * PC
 */
@media only screen and (min-width: 641px) {
    /* 表单 */
    form.am-form .am-form-group:hover, .plug-file-upload-view:hover { background: #f6f9fc; }
    form.am-form .am-form-group-refreshing:hover { background: none; }

    /* 弹窗 */
    .am-popup .am-form-group, .am-modal form.am-form .am-form-group, .business-form-block { padding: 10px 5px !important; }

    /* 地址联动 */
    .region-linkage select { width: 33%; display: -webkit-inline-box; }
    .region-linkage-cn select { width: 25%; display: -webkit-inline-box; }

    /**
     * 弹窗iframe
     */
    .popup-iframe .am-popup-inner { overflow: hidden; }
}

/**
 * 日期插件成对日期样式
 */
.twain-date input { width: calc(50% - 9px) !important; display: -webkit-inline-box !important; }

/**
 * 公共
 */
.data-error-tips { text-align: center; }
.mini-tips-text { font-size: 12px; color: #999; }
.business-operations-submit {
    display: inline-block;
    padding: 5px 10px;
    color: #888;
    border: 1px dashed #ccc;
    background: #fff;
    cursor: pointer;
 }
 .business-operations-submit:hover {
    color: #333;
    border: 1px dashed #666;
 }

/**
 * 地图提示
 */
.map-copy { margin:0px 6px 6px 0px; background-color:#FFF; box-shadow:0 1px 6px rgba(0,0,0,0.35); padding:3px 5px; border-radius: 3px; }
.map-copy span { font-size:12px; font-weight:700; color:#f99797; }

/**
 * 公共图片上传
 */
.am-form-file input[type="file"] { overflow:hidden; width: 96px !important; height: 28px; top: 10px; }
.am-form-file input.original-images-url { display: -webkit-inline-box !important; width: calc(100% - 110px) !important; background: #f5f5f5 !important; float: right; }
.am-form-file i.original-images-url-delete { position: absolute; right: 3px; margin-top: 5px; cursor: pointer; background: #f5f5f5; padding: 0px 10px; }
.am-form-file input.original-images-url-delete {  padding-right: 35px !important; }


/**
 * 公共文件上传插件
 */
.plug-file-upload-submit {
    display: inline-block;
    padding: 8px 5px;
    color: #70b2f3;
    border: 1px dashed #70b2f3;
    background: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}
.plug-file-upload-submit:hover {
    color: #36c;
    border-color: #36c;
}
ul.plug-file-upload-view {
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 5px;
}
ul.plug-file-upload-view li {
    list-style-type: none;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 3px 0;
    padding: 5px;
    text-align: center;
    border: 1px dashed #c2c2c2;
    position: relative;
}
ul.plug-file-upload-view li input {
    position: absolute;
    margin-left: -1000000px;
}
ul.plug-file-upload-view li img, ul.plug-file-upload-view-video li video {
    max-width: 100%;
    max-height: 100%;
}
ul.plug-file-upload-view li i {
    font-style: normal;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #C30;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    text-shadow: -2px 1px #fff;
}
ul.plug-file-upload-view li:hover > i {
    color: #e90f0f;
    background: #d9d6d6;
}
ul.plug-file-upload-view-video li {
    width: 300px;
    height: 162px;
}
ul.plug-file-upload-view-file li {
    width: auto;
    height: auto;
    padding-right: 28px;
}

/**
 * 拖拽排序
 */
.drag-sort-dotted { border: 3px dashed #639BF6 !important; }

/**
 * 覆盖框架样式
 */
.am-margin-top-nm {
    margin-top: 1.6rem;
}
.am-margin-bottom-nm {
    margin-bottom: 1.6rem;
}
.am-alert {
    background: #f1faff;
    border: 1px solid #e2f5ff;
    color: #1490d2;
}
.am-alert-danger {
    background-color: #fff1f0;
    border-color: #ffe4e3;
    color: #dd514c;
}
.am-alert-secondary {
    background-color: #f6f6f6;
    border-color: #efefef;
    color: #666;
}
.am-alert-success {
    background-color: #eef7ea;
    border-color: #e3f3d6;
    color: #468847;
}
.am-alert-warning {
    background-color: #fff7f1;
    border-color: #fff0e4;
    color: #f37b1d;
}
.am-alert a {
    color: #d2354c;
}
.am-alert-danger a {
    color: #136ed9;
}
.am-input-radius input.am-form-field {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.am-input-radius span.am-input-group-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.am-checkbox, .am-radio, .am-checkbox-inline, .am-radio-inline {
    font-size: 12px;
    padding-left: 18px;
    min-width: 18px;
    min-height: 18px;
}
.am-ucheck-icons {
    line-height: 18px;
}
.am-checkbox .am-icon-checked, .am-radio .am-icon-checked, .am-checkbox-inline .am-icon-checked, .am-radio-inline .am-icon-checked, .am-checkbox .am-icon-checked, .am-radio .am-icon-checked, .am-checkbox-inline .am-icon-checked, .am-radio-inline .am-icon-checked, .am-checkbox .am-icon-unchecked, .am-radio .am-icon-unchecked, .am-checkbox-inline .am-icon-unchecked, .am-radio-inline .am-icon-unchecked {
    font-size: 16px;
}

/*覆盖layui样式*/
.am-form .layui-form-select .layui-select-title input[type="text"][readonly]{
    cursor: pointer !important;
    background-color: #fff !important;
}

.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
    display: none !important;
}

.layui-table-fixed {
    z-index: 201!important;
}

.layui-transfer-search .layui-input {
    height: 32px!important;
    padding-left: 30px!important;
    font-size: 12px!important;
}

.soul-table-child-wrapper {
    max-width: 100%!important;
}

.soul-table-child-wrapper .layui-table-body::-webkit-scrollbar {
    width:0!important;
}

/*通用评分*/
.rate-container {
    display: flex;
    align-items: center;
}

.rate-container .layui-rate {
    padding: 0 !important;
}

.rate-container span.layui-inline {
    padding-left: 0.2rem;
}

.rate-container .layui-rate li i.layui-icon {
    font-size: 12px !important;
}

/*商品评分*/
.goods-rate {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
}
.goods-rate .layui-rate {
    padding: 0 !important;
}
.goods-rate .layui-rate li i.layui-icon {
    color: #FF8F00 !important;
    font-size: 14px !important;
    margin-right: 0 !important;
}
.goods-rate .layui-rate+span {
    margin-left: 0.4rem;
}

@media only screen and (max-width: 641px) {
    .goods-rate {
        font-size: 12px;
    }
    .goods-rate .layui-rate li i.layui-icon {
        font-size: 12px !important;
    }
}

/**
 * 颜色选择插件
 */
#colorpanel {
    z-index: 10000;
}
button.colorpicker-submit:hover, button.colorpicker-submit:active, button.colorpicker-submit:focus {
    background-color: #fff;
}
button.colorpicker-submit:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.15);
}
button.colorpicker-submit {
    padding-right: 10px;
}
button.colorpicker-submit img {
    width: 14px;
    height: 14px;
    float: right;
}


/**
 * 搜索表单
 */
.form-search .thin { overflow:hidden; }
.form-search .thin .so { width:66%; }
.form-search .thin_sub { font-weight:100; margin:10px 0px 0px 10px; cursor: pointer; }
.form-search .so-list { width:100%; margin-top: 10px; }
.form-search .so-list * { font-size:1.2rem !important; }
.form-search .so-list input { height:28px; display:inline !important; }
.form-search .time input, .form-search .so-list .chosen-container { background:#FFF !important; }
.form-search .time input, .form-search .price input { width:101px !important; }
.form-search .time i { position:absolute; margin:4px 0px 0px -15px; }
.form-search .time { width:50%; }
.form-search .so-list tr+tr>td { padding-top:10px; }
.form-search .so-list .chosen-container { border-radius:2px; }
.form-search .text-grey { color: #999; }
.form-search .chosen-container-single .chosen-single, .form-search .so-list select { height: 28px; line-height: 28px; width: 100%; }
.form-search .reset-submit { margin-left: 20px; }
.form-search .so-list select { padding: 0 0 0 8px; }
.form-search .more-submit input { display: none; }
@media only screen and (min-width: 641px) {
    .form-search .so-list .chosen-container, .form-search .so-list select, .form-search .input input { width:217px !important; display: -webkit-inline-box; }
    .form-search .thin_sub:hover { color:#F60; }
}
@media only screen and (max-width: 641px) {
    .form-search .so-list input { width:calc(50% - 29px) !important; }
    .form-search .so-list td { width:100%; display:block; }
    .form-search .so-list tr td:last-child { margin-top:10px; }
    .form-search .so-list tr td:last-child { padding-top:0px !important; }
    .form-search .chosen-container-single .chosen-search input[type="text"] { width: 100% !important; }
    .form-search .so-list select, .form-search .so-list .chosen-container, .form-search .input input { width: calc(100% - 44px) !important; display: -webkit-inline-box; }
}


/**
 * 自定义辅助类
 */
.xo-cursor-pr {
    cursor: pointer;
}
@media only screen and (max-width: 641px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xo-padding-horizontal-md-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 640px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xo-padding-horizontal-md-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 1025px) {
    /* 水平方向内边距 */
    .xo-padding-horizontal-md-xs,
    .xo-padding-horizontal-md-sm {
        padding-left: 0;
        padding-right: 0;
    }
}


/**
 * 框架组件代码优化
 */
.am-radio input[type="radio"], .am-radio-inline input[type="radio"], .am-checkbox input[type="checkbox"], .am-checkbox-inline input[type="checkbox"] {
    /*margin: -3px;*/
}

/**
 * 图片响应式支持子元素
 */
.am-img-responsive img,
.am-img-responsive video {
    max-width: 100%;
}


/**
 * 插件标记
 */
.plugins-tag {
    background: #333;
    border: 3px solid #e90000;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
}
.plugins-tag, .plugins-tag span {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.plugins-tag span {
    font-size: 16px;
    font-weight: bold;
    color: #e90000;
    text-shadow: 1px 1px #bfbfbf;
    background: #ffdfdf;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ffd4d4;
    position: absolute;
    margin: -12px 0 0 -5px;
    z-index: 2;
    display: none;
}
.plugins-tag:hover span {
    display: block;
}

/**
 * 两行、超出字符省略
 */
.am-text-truncate-2 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
    white-space: initial !important;
}

/**
 * 三行、超出字符省略
 */
.am-text-truncate-3 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    white-space: initial !important;
}

.text-highlight {color:#ff5b5b}

/**
 * 公共加载页面view
 */
.am-page-loading {
    opacity: 1;
    background: #f5f5f5;
    display: block;
}

/**
 * 表格-基础样式
 */
.am-table-scrollable-horizontal {
    border: 1px solid #ddd;
    position: relative;
}
.am-table-scrollable-horizontal .am-table {
    /*border-collapse: collapse;*/
    border: 0;
    margin: 0;
}
.am-table-scrollable-horizontal .am-table > thead > tr > th,
.am-table-scrollable-horizontal .am-table > tbody > tr > th,
.am-table-scrollable-horizontal .am-table > tfoot > tr > th,
.am-table-scrollable-horizontal .am-table > thead > tr > td,
.am-table-scrollable-horizontal .am-table > tbody > tr > td,
.am-table-scrollable-horizontal .am-table > tfoot > tr > td {
    padding: 12px;
    line-height: 20px;
    min-width: 100px;
    max-width: 100px;
    word-break: break-all;
}
.am-table-scrollable-horizontal .am-table .am-nowrap-initial {
    white-space: initial;
}
.am-table-scrollable-horizontal .am-table tr th:first-child,
.am-table-scrollable-horizontal .am-table tr td:first-child {
    border-left: 0;
}
.am-table-scrollable-horizontal .am-table tr th {
    border-bottom:none !important;
    background: #e8e6e6;
    min-width: 100px;
    position: sticky;
    z-index: 1;
    top: 0;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-xxxl {
    min-width: 650px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-xxl {
    min-width: 550px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-xl {
    min-width: 450px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-lg {
    min-width: 350px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-sm {
    min-width: 250px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-xs {
    min-width: 200px;
}
.am-table-scrollable-horizontal .am-table tr .am-operate-grid {
    min-width: 120px;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-auto {
    min-width: auto;
    max-width: none;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right {
    height: auto;
    position: sticky;
}
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-right {
    /*background: #fff;*/
    z-index: 2;
}
.am-table-scrollable-horizontal .am-table tr th.am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr th.am-grid-fixed-right {
    z-index: 4;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left {
    -webkit-box-shadow: 1px 0px 1px #ddd;
    -moz-box-shadow: 1px 0px 1px #ddd;
    box-shadow: 1px 0px 1px #ddd;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right {
    -webkit-box-shadow: 0px 0px 1px #ddd;
    -moz-box-shadow: 0px 0px 1px #ddd;
    box-shadow: 0px 0px 1px #ddd;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left-shadow {
    -webkit-box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
    box-shadow: 5px 0px 10px rgba(136, 136, 136, 0.3);
}
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right-shadow {
    -webkit-box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
    box-shadow: -5px 0px 10px rgba(136, 136, 136, 0.3);
}

/**
 * 表格-相关样式
 */
.form-table-operate-top > .am-btn:not(:last-child) {
    margin-right: 10px;
}
.form-table-operate-top .am-btn {
    margin-bottom: 10px;
}

/**
 * 表格-搜索条件
 */
.form-table-search {
    background: #eee;
}
.form-table-search td {
    padding: 8px  !important;
    position: sticky;
    z-index: 1;
    top: 44px;
    background: #eee;
}
.form-table-search td.am-grid-fixed-left {
    z-index: 4 !important;
}

.form-table-search .am-grid-fixed-right {
    position: sticky;
    z-index: 4 !important;
}
.form-table-search-section input {
    width: calc(50% - 8px);
}
.form-table-search-time > i {
    position: absolute;
    margin: 4px 0px 0px -15px;
}
.form-table-search-section .Wdate {
    background-image: none!important;
    padding-right: 0!important;
}
.form-table-search-section input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}


/**
 * 表格-复选框/单选框
 */
.form-table-operate-radio .am-radio,
.form-table-operate-checkbox .am-checkbox {
    margin-top: 0;
}
.form-table-operate-checkbox-submit {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 14px);
}

/**
 * 表格-字段选择
 */
.form-table-fields-select-container {
    height: 100%;
}
.form-table-fields-list-container {
    height: calc(100% - 50px);
}
.form-table-fields-content-container li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.form-table-fields-content-container li:first-child {
    border-top: 0;
}
.form-table-fields-button-container {
    border-top: 1px solid #dedede;
    height: 50px;
}
.form-table-fields-button-container .form-table-field-confirm-submit {
    width: calc(100% - 130px);
}

/**
 * 表格排序
 */
.form-sort-container {
    position: absolute;
    margin-left: 3px;
    top: calc(50% - 8px);
}
.form-sort-container .sort-icon {
    display: block;
    height: 8px;
    line-height: 10px;
    color: #999;
    width: 15px;
    text-align: center;
}
.form-sort-container .sort-icon:before {
    height: 8px;
    line-height: 8px;
    font-size: 14px;
}
.form-sort-container .sort-icon:hover {
    color: #333;
}
.form-sort-container .sort-active {
    color: #0e90d2 !important;
}

/**
 * 公共联动地区组件样式
 */
.region-linkage .chosen-select {
    display: -webkit-inline-box;
    width: calc(33.3% - 3px) !important;
}
.region-linkage .chosen-select .chosen-single {
    width: 100%;
}
.region-linkage .chosen-select-two {
    width: calc(50% - 3px) !important;
}
.region-linkage .chosen-select-three {
    width: calc(33.3% - 3px) !important;
}
.region-linkage-cn .chosen-select {
    display: -webkit-inline-box;
    width: calc(25% - 3px) !important;
}
.region-linkage-cn .chosen-select .chosen-single {
    width: 100%;
}

/**
 * 文字颜色
 */
.am-text-grey {
    color: #c3c3c3;
}

/**
 * 小微章-镂空
 */
.am-badge-default-plain {
    border: 1px solid #999;
    background: transparent;
    color: #999;
}
.am-badge-primary-plain {
    border: 1px solid #0e90d2;
    background: transparent;
    color: #0e90d2;
}
.am-badge-secondary-plain {
    border: 1px solid #3bb4f2;
    background: transparent;
    color: #3bb4f2;
}
.am-badge-success-plain {
    border: 1px solid #5eb95e;
    background: transparent;
    color: #5eb95e;
}
.am-badge-warning-plain {
    border: 1px solid #F37B1D;
    background: transparent;
    color: #F37B1D;
}
.am-badge-danger-plain {
    border: 1px solid #dd514c;
    background: transparent;
    color: #dd514c;
}

/**
 * 分页
 */
.pagination-input {
    width: 50px;
    vertical-align: inherit !important;
}

.editable-contain i {
    color: #3bb4f2;
    margin-left: 4px;
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-selected {
    border: 1px solid #f03726 !important;
    box-shadow: 0 0px 3px #ed7f76, 0 0 6px rgba(0, 0, 0, 0);
}

.editable-contain .editable-text {
    width: 100%;
}

.warehouse-wrap {
    display: flex;
    align-items: center;
}
.warehouse-wrap .common-warehouse-icon {
    width: 2.2rem;
    height: 1.4rem;
    margin-right: 0.4rem;
}


#img_magnify{
    position:absolute;
    width:240px;
    height:240px;
    border:1px solid #c9c9c9;
    padding:1px;
    display:none;
    color:#fff;
    z-index:99999;
    background-color:#fff;
}

#img_magnify img{
    width: 100%;
    height: 100%;
}

/**
 * 滚动条样式
 */
::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}
::-webkit-scrollbar-track-piece {
    background-color: #fafafa;
}
::-webkit-scrollbar-track-piece {
    border-top: 1px solid rgba(0,0,0,.01);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #a9a9a9;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #e5e5e5;
}
::-webkit-scrollbar-resizer,
::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}

/*扫码弹窗*/
.step-title {
    width: 80%;
    font-size: 14px;
    padding: 5px 12px;
    margin: 1.2rem auto 0;
    text-align: center;
}

.step-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 56%;
    max-height: 80%;
    margin: auto;
}

.step-tips {
    width: 80%;
    font-size: 12px;
    padding: 5px 12px;
    margin: auto;
    text-align: center;
    color: #666666;
}

ul.am-dropdown-content {
    padding: 1px 0 !important;
}
ul.am-dropdown-content li:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}
ul.am-dropdown-content li a {
    border: none !important;
}

/*输入字数提示*/
.limit-count-wrap {
    position: relative;
}
.limit-count-wrap .limit-count-text {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: #9F9F9F;
}

/*商品属性表格*/
#fairy-sku-table {table-layout: fixed;}
.batch-lwh {display:flex;display: -webkit-flex;align-items: center;}
.batch-lwh .layui-input {width: 80px;}

@media (min-width: 630px) and (min-height: 630px){
    .common-modal {
        width: 480px;
        height: 360px;
        margin-left: -240px;
        margin-top: -180px;
    }
}