﻿.title {
    margin: 20px 15px 10px;
    color: #6d6d72;
    font-size: 15px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-1,.flex1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.empty-data {
    position: absolute;
    top: 43%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.empty-data .mui-icon {
    font-size: 71px;
    color: #007aff;
}

.empty-data p.title {
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
}
.hanbaoloader img {
    max-width: 60px;
    max-height: 60px;
}
.hanbaoloader {
    display: none;
}
.hanbaoloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
}
.hanbaoloader .loader img {

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);

    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;

    -webkit-animation: ball-loader 1500ms infinite linear;

}
    .hanbaoloader .loader::before {
        content: '';
        position: absolute;
        top: 120px;
        left: 35px;
        width: 30px;
        height: 15px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
    
        -webkit-transform: translate3d(20px, 20px, -1px) scale3d(1.25, 1.25, 1);
        transform: translate3d(20px, 20px, -1px) scale3d(1.25, 1.25, 1);
        -webkit-animation: ball-loader-shadow 1500ms infinite linear;
     
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }
@-webkit-keyframes ball-loader {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
       
        -webkit-animation-timing-function: ease-in;
       
    }
    45% {
        -webkit-transform: translate3d(0, 50px, 0px) scale3d(1, 0.95, 1);
       
        -webkit-animation-timing-function: ease-in;
       
    }
    50% {
        -webkit-transform: translate3d(0, 50px, 0px) scale3d(1, 0.5, 1);
      
        -webkit-animation-timing-function: linear;
       
    }
    55% {
        -webkit-transform: translate3d(0, 50px, 0px) scale3d(1, 1.25, 1);
       
        -webkit-animation-timing-function: ease-out;
       
    }
}
@-webkit-keyframes ball-loader-shadow {
    0% {
        -webkit-transform: translate3d(0px,-16.5px, -1px) scale3d(1.25, 1.25, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: translate3d(0px, 0px, -1px);
        
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translate3d(0px, 0px, -1px) scale3d(1, 1, 1);
        
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    55% {
        -webkit-transform: translate3d(0px,0px, -1px);
         
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translate3d(0px, -16.5px, -1px) scale3d(1.25, 1.25, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.price {
    color: #ff6347;
    font-weight: normal;
    padding-right: 4px;
}