#header{
    height: 90px!important;
}
html{
    padding-bottom: 50px!important;
}
body {
    color: #444;
    font-size: 12px;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "微软雅黑", Tahoma, Arial, sans-serif;
    background-color: #ffffff;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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

.block {
    display: block!important;
}

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

.inline {
    display: inline;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}
.fixed{
    position: fixed;
}

.child-style{
    background-color: #eee;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 20px;
    font-size: 12px;
}

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

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

.text-left {
    text-align: left;
}
.bor-0 {
    border: none !important;
}
.c-bbb{color: #bbbbbb;}
.c-6d{color: #6D6D6D;}
.c-orange{
    color: #FF6600;
}

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

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

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

.font-14 {
    font-size: 14px;
}

.p-20 {
    padding: 20px;
}
.p-20-0{
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-xs {
    margin: 5px
}

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

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

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

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

.m-sm {
    margin: 10px
}

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

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

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

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

.m {
    margin: 15px
}

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

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

.m-l {
    margin-left: 15px
}

.m-r {
    margin-right: 15px
}

.m-md {
    margin: 20px
}

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

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

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

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

.m-lg {
    margin: 30px
}

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

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

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

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

.btn {
    display: inline-block;
    border-radius: 3px;
}

.w-50p{
    width: 50%;
}

.inp-45{
    width: 45px!important;
    height: 15px!important;
}

.btn-120 {
    text-align: center;
    width: 120px;
    height: 35px;
    line-height: 35px;
}

.btn-160 {
    text-align: center;
    width: 160px;
    height: 35px;
    line-height: 35px;
}

.btn-100 {
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 32px;
}

.btn-80 {
    text-align: center;
    width: 80px;
    height: 32px;
    line-height: 32px;
}

.btn-50 {
    text-align: center;
    width: 50px;
    height: 28px;
    line-height: 28px;
}

.btn-45 {
    text-align: center;
    width: 45px;
    height: 25px;
    line-height: 25px;
}

.btn-blue {
    background-color: #C40C0D;
    color: #fff;
    transition: .3s ease;
}

.btn-blue:hover {
    background-color: #B3000D;
    color: #fff;
}

.btn-blue-line {
    color: #0898EB;
    border: 1px solid #0898EB;
    transition: .3s ease;
}

.btn-blue-line:hover {
    border: 1px solid #0898EB;
    background-color: #0898EB;
    color: #fff;
}

.btn-default-blue {
    background-color: #F6F6F6;
    color: #666;
    border: 1px solid #d2d2d2;
    transition: .3s ease;
}

.bg-white.btn-default-blue{
    color: #B3000D;
    font-size: 12px;
}
.btn-default-blue:hover {
    color: #B3000D;
    border: 1px solid #B3000D;
}

.btn-orange {
    background-color: #C40C0D;
    color: #fff;
    transition: .3s ease;
}

.btn-orange:hover {
    background-color: #B3000D;
    color: #fff;
}

/* 绿色按钮样式 */
.btn-green {
    background-color: #4cd964;
    color: #fff;
    transition: .3s ease;
}

.btn-green:hover {
    background-color: #2ac845;
    color: #fff;
}

/* 灰色按钮样式 */
.btn-gray {
    background-color: #999;
    color: #fff;
    transition: .3s ease;
}

.btn-gray:hover {
    background-color: #777;
    color: #fff;
}

.btn-orange-line {
    color: #FFA63E;
    border: 1px solid #FFA63E;
    transition: .3s ease;
}

.btn-orange-line:hover {
    border: 1px solid #FFA63E;
    background-color: #FF8A00;
    color: #fff;
}

.btn-default-orange {
    background-color: #F6F6F6;
    color: #666;
    border: 1px solid #d2d2d2;
    transition: .3s ease;
}

.btn-default-orange:hover {
    color: #FFA63E;
    border: 1px solid #FFA63E;
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}

.form {
    color: #666;
    height: 30px!important;
    line-height: 30px!important;
    border: 1px solid #e6e6e6!important;
    background-color: #fff;
    /*border-radius: 3px;*/
}

textarea.form{
    height: 150px!important;
    padding-right: 4px;
    padding-left: 10px;
    resize:none
}

.input-text {
    padding-left: 10px!important;
}
.input-text-icon{
    padding-left: 30px;
}

.select {
    padding-left: 10px;
    width: 140px;
}

.icon:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
}

.font-icon{
    top: 6px;
    left: 8px;
}

select option{
    height: 30px;
}

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

.mui-toast-message {
    background: #232323;
    opacity: 0.7;
    color: #fff;
    width: 180px;
    padding: 10px 10px;
}

/*----------------mui.showLoading---------------*/
.mui-show-loading {
    position: fixed;
    padding: 5px;
    width: 120px;
    min-height: 120px;
    top: 45%;
    left: 50%;
    margin-left: -60px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    visibility: hidden;
    margin: 0;
    z-index: 2000;

    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.mui-show-loading.loading-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}
.mui-show-loading .mui-spinner{
    margin-top: 24px;
    width: 36px;
    height: 36px;
}
.mui-show-loading .text {
    line-height: 1.6;
    font-family: -apple-system-font,"Helvetica Neue",sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff;
}

.mui-show-loading-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.mui-show-loading-mask-hidden{
    display: none !important;
}

/* 统一的帮助图标样式 - 支持复用 */
.help-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #999;
    cursor: help;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.help-icon::before {
    content: '?';
}

.help-icon:hover {
    color: #666;
    border-color: #999;
    background-color: #e8e8e8;
}

.help-icon:hover .help-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}

.help-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.3px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    max-width: 450px;
    white-space: normal;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.help-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.help-tooltip strong {
    color: #ffd700;
    font-weight: bold;
}

.help-tooltip div {
    margin-bottom: 8px;
}

.help-tooltip div:last-child {
    margin-bottom: 0;
}
/* 线下售后单报表样式 */
.statistics-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 0 10px;
}

.statistics-number {
    font-size: 28px;
    font-weight: bold;
    color: #0898EB;
    text-align: center;
    margin-bottom: 8px;
}

.statistics-label {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.w-4p {
    width: 23%;
}

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