body {
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.diy-table {
    table-layout: fixed;
    word-wrap: break-word;
}

.diy-table th {
    background-color: #d9edf7;
    font-size: small;
    text-align: center;
}

.diy-table td {
    text-align: center;
}

/*data loading style*/
.loading-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: all .6s;
}

.sk-three-bounce {
    position: absolute;
    top: 50%;
    left: 50%;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: cornflowerblue;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*pagination style*/
.pagination > span {
    display: inline-block;
    float: left;
    padding: 8px;
    font-size: 16px;
}

.page-tip {
    color: #428bca;
    margin: 3px
}

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

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

.td-width-10 {
    width: 10px
}

.td-width-30 {
    width: 30px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-vertical-middle {
    vertical-align: middle
}

[v-cloak] {
    display: none
}

/******组件通用宽度*******/
.input-width-100 {
    width: 100px
}

.input-width-200 {
    width: 200px
}

.input-width-400 {
    width: 400px
}

.search-form-div {
    margin: 3px;
    display: inline-block
}

.search-form-lable {
    padding: 10px;
}

.show-text-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*********sweetalert自定义样式********/
.swal-height {
    height: 200px !important
}

.map-address-info {
    display: inline-block;
    margin-right: 20px;
}

.map-address-info > span {
    color: grey;
}

.box-list {
    max-height: 200px;
}

.dispach-record-table td {
    vertical-align: middle !important;
}

/* 上传css补落差 */
.fileinput-button {
    top: 6px;
}

.label {
    font-weight: normal;
    border-radius: 0;
}

.guide-block {
    background-color: #d9edf7;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.no-wrap{
    white-space: nowrap;
}
.system-config-group-title{
    font-size: 16px;
    background-color: rgba(211, 211, 211, 0.28);
    padding: 5px;
}
.diy-dropdown-menu{
    min-width: 40px;
    font-size: 12px;
    padding: 2px 0;
}

.distpicker select{
    padding: 6px;
    border: 1px solid #ccc;
    min-width: 160px;
}

.remove-address:hover{
    background-color: red;
    color: white;
}

.diy-thumbnail{
    display: inline-block;
    margin-bottom: 0;
    padding: 1px;
    cursor: pointer;
}

.diy-thumbnail > img,.diy-thumbnail a>img{
    max-width:40px
}
.diy-dropdown-menu>li>a{
    padding: 1px 5px;
}

/*********操作按钮********/
.diy-dropdown-menu>li>a>span{
    font-size: 100% ;
}