/* 通用 */
.fl-bt{
    justify-content: space-between;
}
.ct{
    text-align: center;
}
.link{
    color:var(--active);
}
.link:hover{
    text-decoration: underline;
}

.no-copy {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.field-line{
    display:flex;
    flex-direction: row;
    height: 36px;
    line-height: 36px;
}
.field-line .field-value{
    flex:1;
}
.flex{
    display:flex;
    flex-direction: row;
    flex-flow: wrap;
}
.fl1{
    flex:1;
}
.flex1{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

/* 弹窗通用 */
.jurisdictionTipsStyle .base-dialog{height: 100%;}
.base-dialog{position: relative;}
.base-dialog .ju_top{background-image: url('../img/toptt2.png');background-repeat: no-repeat;background-size: cover;height: 70px;width: 100%;display: flex;align-items: center;padding: 0 2%;position: relative;}
.base-dialog .f_btns{position: absolute;bottom: 0;}
.base-dialog .btn_lis{margin: auto;}
.base-dialog .layui-input, .base-dialog .layui-textarea{width: 90%;}

/* 上传组件 */
.upload-box{width: 200px;height: 100px;font-size:12px;padding: 0;}
.upload-box .ad_opsd,.showIimgUps{width: 100%;height: 100%;padding: 0;display: flex;align-items: center;justify-content: center;}
.upload-box .showIimgUps img{width: auto;max-width: 100%;height: auto;max-height: 100%;object-fit: cover;}
.upload-box .layui-upload-drag .layui-icon{font-size:40px;}

/* 表单 */
.mbl-form{
    padding:20px;
}
.mbl-form .layui-form-label{
    white-space: nowrap;
}
.mbl-form .btn-box{
    padding: 20px 0 0 0;
    text-align: center;
}

.children_type .layui-nav-tree .layui-nav-item{
    padding-top: 5px;
}

.edit-btn{
    color:var(--active);
    font-size:13px;
    text-decoration: none;
    font-weight:normal;
    display: inline-block;
    margin-left: 10px;
}
.dv-edit{
    display:none;
    font-weight: normal;
}
.list-empty{
    text-align: center;
}
.list-empty img{
    width:120px !important;
}
.main-nav{
    text-align: center;
    padding-bottom:20px;
}
.main-nav .mn-wrap{
    display: inline-block;
}
.main-nav .nav_com .nav_item{
    padding: 0 20px!important;
}
.cnt-main{
    padding-top:20px;
}
.nodata-msg{
    padding: 50px;
    text-align: center;
}
.nodata-msg img{
    width:80px;
}
.nodata-msg .nm-txt{
    padding-top:20px;
    color:#999;
    font-size:12px;
}
.hand{
    cursor:pointer;
}
.gl-content .add_com_top{
    margin-top:0!important;
}
.dva-val{
    height: 28px;
    line-height: 28px;
    padding:0 5px;
    width: 80%;
    max-width: 140px;
    font-weight: normal;
    font-size:12px;
}

.cl-add-btn{
    border:1px solid #ddd;
    border-radius:5px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size:14px;
    margin-top: 50px;
    cursor:default;
    display: none;
}
.edit-value::placeholder{
    font-size:12px;
    color:#999;
    font-weight: normal;
}
.exp-add{
    font-size:40px;
    line-height: 180px;
    color:#999;
    font-family: "Courier New", Consolas, "Lucida Console";
    height: 180px;
    background:#eeeeee;
    text-align: center;
    cursor:pointer;
}
.ti-list{
    display:flex;
    flex-direction: row;
}
.ti-list .ti-item{
    margin:0 10px 10px 0;
}
.ti-list .ti-info{
    padding:5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ti-list .ti-img{
    border:1px solid #ddd;
    padding:5px;
    background:#f9f9f9;
    width:120px;
    height: 80px;
    line-height: 55px;
}
.ti-list .ti-img img{
    width:auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.ti-act a{
    display: inline-block;
    margin:0 10px 0 0;
}
.txt-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.logo-wall{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-wall .grid_items{
    width: 200px;
    margin:0 15px 15px 0;
}
