h3,p{
    margin: 0;
    padding: 0;
}

/* flex 布局 */
.fui-flex {
    display: flex;
    display: -webkit-flex
}

.fui-rows {
    flex-direction: row;
}

.fui-row {
    flex-direction: row;
}

.fui-columns {
    flex-direction: column;
}

.fui-column {
    flex-direction: column;
}

.fui-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.fui-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
}

.fui-space-around {
    justify-content: space-around;
}

.fui-space-between {
    justify-content: space-between;
}

.fui-justify-content-start {
    justify-content: flex-start;
}

.fui-justify-content-center {
    justify-content: center;
}

.fui-justify-content-end {
    justify-content: flex-end;
}

.fui-align-items-start {
    align-items: flex-start;
}

.fui-align-items-center {
    align-items: center;
}

.fui-align-items-end {
    align-items: flex-end;
}

.fui-flex1 {
    flex: 1;
}

/*flex布局*/
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-row{
    display: flex;
    flex-direction: row;
    height: 100%
}
.flex-grow{
    flex: 1;
}
.flex-item{
    flex: 1;
}
.flex{
    display: flex;
    display: -webkit-flex;
}
.flex-column-center{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-center{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.flex-center-justify-center{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.flex-center-justify{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-center-between{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center-around{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}
[v-clock]{
    opacity: 0 !important;
}
/*显示省略号*/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
.ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
.ellipsis4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
.ellipsis5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
/*修改请求加载框样式*/
.gateway-isLoading .el-loading-spinner i{
    font-size: 30px;
    color: #1556B7 !important;
}
.gateway-isLoading .el-loading-text{
    color: #1556B7 !important;
}
/*修改table加载框样式*/
/*.el-table .el-loading-spinner .path{*/
/*    stroke: rgba(49, 97, 235, 1) !important;*/
/*}*/
/*分页样式*/
.pager-box{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.4rem 0;
    box-sizing: border-box;
}
.pager-box button,
.pager-box .el-pager li {
    width: 0.24rem !important;
    min-width: 0.24rem !important;
    height: 0.24rem !important;
    line-height: 0.24rem !important;
    /*background: transparent !important;*/
    font-weight: normal;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin: 0 0.05rem;
    padding: 0;
    text-align: center;
    border: 0.01rem solid transparent;
    box-sizing: border-box;
}
.pager-box .el-pagination .btn-next .el-icon,
.pager-box .el-pagination .btn-prev .el-icon{
    font-size: 0.12rem;
}
.pager-box .el-pager li{
    background: transparent !important;
}
.pager-box .el-pager .more::before{
    line-height: 0.24rem !important;
}
.pager-box .el-pagination .el-pager li:not(.disabled).active {
    color: #2D8AFB !important;
    border: 0.01rem solid #2D8AFB !important;
}
.pager-box .el-pagination .el-pager li:not(.disabled):hover {
    color: #2D8AFB !important;
    border: 0.01rem solid #2D8AFB !important;
}
.pager-box .el-pagination span:not([class*=suffix]){
    min-width: 0.36rem;
    font-size: 0.13rem;
    height: 0.28rem;
    line-height: 0.28rem;
}
.pager-box .el-input.is-active .el-input__inner, .pager-box  .el-input__inner:focus {
    outline: 0;
}
.pager-box .el-pagination__total ,.pager-box .el-pagination__jump{
    color: #666;
}
.pager-box .el-pagination__jump{
    margin-left: 0.24rem;
}
.pager-box .el-pagination__jump .el-input__inner{
    background-color: transparent;
    height: 0.28rem !important;
}
.pager-box .el-pagination__editor {
    line-height: 0.18rem;
    padding: 0 0.02rem;
    height: .28rem;
    margin: 0 0.02rem;
    border-radius: .03rem;
}
.pager-box .el-pagination__editor.el-input{
    width: 0.5rem;
    font-size: 0.14rem;
}
.pager-box .el-pagination__sizes {
    margin: 0 0.1rem 0 0;
}
.pager-box .el-pagination .el-select .el-input {
    width: 1rem;
    margin: 0 .05rem;
}
.pager-box .el-input--mini{
    font-size: 0.12rem;
}
.pager-box .el-pagination .el-select .el-input .el-input__inner {
    padding-right: .25rem;
    border-radius: .03rem;
    font-size: .13rem;
    padding-left: .08rem;
    height: .28rem;
    line-height: .28rem;
}
.pager-box .el-select .el-input .el-select__caret{
    font-size: .14rem;
}
.pager-box .el-input--mini .el-input__icon{
    line-height: .28rem;
}
/*分页样式*/
/*!*el-message-box*!*/
/*.confirm-custom-class.el-message-box{*/
/*    background-color: #03153E;*/
/*    border-color: #2D5BCF;*/
/*}*/
/*.confirm-custom-class.el-message-box .el-message-box__title,*/
/*.confirm-custom-class.el-message-box .el-message-box__content{*/
/*    color: #fff;*/
/*}*/
/*.cancel-button-class,*/
/*.cancel-button-class.el-button:focus,*/
/*.cancel-button-class.el-button:hover{*/
/*    color: #fff!important;*/
/*    background: #042768!important;*/
/*    border-color: #042768!important;*/
/*}*/
/*.confirm-button-class,*/
/*.confirm-button-class.el-button--primary:focus,*/
/*.confirm-button-class.el-button--primary:hover {*/
/*    background: #0856D3!important;*/
/*    border-color: #0856D3!important;*/
/*}*/
/*!*el-message-box*!*/

.fui-btn{
    font-size: .18rem !important;
    color: #FFFFFF !important;
    height: .37rem !important;
    line-height: .37rem !important;
    padding: 0 .2rem !important;
    background: #207CFB !important;
}
.fui-btn:hover{
    background: #3a8ee6 !important;
}

.host-dialog{
    border-radius: 0.1rem !important;
}
.host-dialog .el-dialog__header{
    font-size: .32rem;
    color: #000000;
    padding: 0.5rem 0 0.3rem;
    box-sizing: border-box;
}
.host-dialog .el-dialog__header .el-dialog__title{
    font-size: .32rem;
    color: #000000;
}
.host-dialog .el-button--primary{
    width: 1.6rem;
    height: .4rem;
    padding: 0;
    line-height: .4rem;
    font-size: .16rem;
    color: #FFFFFF;
    background: #207CFB;
    border-radius: .06rem;
}
.host-dialog .el-button--default{
    width: 1.6rem;
    height: .4rem;
    line-height: .4rem;
    padding: 0;
    font-size: .16rem;
    color: #207CFB;
    background: #fff;
    border-color: #207CFB;
    border-radius: .06rem;
}

.scrollbar{
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    margin: 0 auto !important;
    /*/deep/.el-scrollbar__bar.is-vertical{*/
    /*    opacity: 1;*/
    /*    .el-scrollbar__thumb{*/
    /*        background-color: rgba(144, 147, 153, .5) !important;*/
    /*    }*/
    /*}*/
}

/* 隐藏百度图片Logo */
.anchorBL {
    display: none;
}


.nm-box .el-input-number--mini{
    width: 0.9rem;
    line-height: .26rem;
}
.nm-box .el-input-number--mini .el-input-number__decrease,
.nm-box .el-input-number--mini .el-input-number__increase{
    top: 0;
    bottom: 0;
    border: none;
    background: #fff;
    width: .28rem;
    font-size: .12rem;
}
.nm-box .el-input-number--mini .el-input-number__decrease{
    left: 0;
}
.nm-box .el-input-number--mini .el-input-number__increase{
    right: 0;
}
.nm-box .el-input-number--mini .el-input__inner{
    border: none;
    background: #F4F4F4;
    border-radius: .04rem;
    height: .28rem;
    line-height: .28rem;
    padding-left: .35rem;
    padding-right: .35rem;
    font-size: 0.14rem;
}