
/*@font-face {*/
/*    font-family: "pf";*/
/*    src: url("fonts/PINGFANG_REGULAR.TTF");*/
/*}*/
body{
    background-color:#edf0f3 !important;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.onerow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 清理浮动 */
.clearfix:before,
.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}
.shadow{
    box-shadow: none !important;
}
.tgg_people_wrap .card-header{
    display: none ;
}
.tgg_people_content{
    padding-top: 10px;
}
.tgg_people_wrap .card-body{
    border-radius: 0px;
    border:none;
    padding:2rem 22px;
    padding-right: 0px;

}
.tgg_people_wrap .card{
    border-radius: 0px;
    border:none;
}
.tgg_people_topfrom .el-form-item{
    width: 16.55%;
    box-sizing: border-box;
    padding-right: 22px;
    /*margin-right: 22px;*/
    margin-right: 0px;
}

.tgg_people_topfrom .el-form-item.one_row_input{
    width: 24.8%;
    box-sizing: border-box;
    padding-right: 22px;
    margin-right: 0;

}



.tgg_people_topfrom .el-form-item:nth-of-type(10){

    /*width: 15.2%;*/

}
.tgg_people_topfrom .el-form-item:nth-of-type(12){
    /*width: 33.2%;*/
}
.tgg_people_topfrom .el-form-item:nth-of-type(15){

}

.tgg_people_topfrom .el-date-editor--daterange.el-input__inner{
    width: 100%;
}
.el-form--inline .tgg_people_topfrom .el-form-item__content{
    width: 100%;
}
.el-form--inline .tgg_people_topfrom  .el-select{
    width: 100%;
}
 .el-form--inline .tgg_people_topfrom .el-form-item__label{
    display: none;
}
.el-form--inline .tgg_people_topfrom  .el-input__icon{
    display: inline-block;
}
.el-form--inline .tgg_people_topfrom .one_row_input  .el-input__icon{
    width: 30px;
    font-size: 16px;
}
.el-form--inline .tgg_people_topfrom .one_row_input .el-input--prefix .el-input__inner{
    padding-left: 35px;
}

.tgg_sexbox_row{
    position: relative;
}
.sexbox_item_left{
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 2;
    width: 30px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;

}
.sexbox_item_left span{
    display: inline-block;
    font-size: 20px;
    color: #C0C4CC;
}
.sexbox_item_right .el-select .el-input__inner{
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
}
.people_top_endbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 22px;
}
.people_endbox_icon,people_endbox_text{
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;

}
.people_endbox_text{
    font-size: 16px;
    color: #409eff;
    line-height: 16px;
    color: #409eff;
}
.people_endbox_icon{
    width: 14px;
    height: 15px;
    margin-right: 5px;

}

.people_endbox_icon img{
    display: block;
    width: 100%;
}
.people_endbox_rightbox{
    cursor: pointer;
}
.people_endbox_rightbox .people_endbox_top{
    display: inline-block;
}
.people_endbox_rightbox .people_endbox_top{
    display: none;

}

.zk_active .people_endbox_down{
    display: none;
}
.zk_active .people_endbox_top{
    display: inline-block;
}
.tgg_people_topfrom{
    height: 60px;
    overflow: hidden;
    width: 100%;
   transition: all 0.3s ease-in-out;
}

.active_height{
    height: auto;
    overflow: visible;

}
.el-button--primary.is-plain.bule_button_btb{
    background: #409eff;
    border:none;
    color:#fff;
}
.el-button--primary.is-plain.bule_button_btb:hover{
    background: #409eff;
    border:none;
    color:#fff;
    opacity: 0.8;
}
.el-button.greyone_button_btb{
    background: #92a6bb;
    color: #fff;
    border:none;
}
.el-button.greyone_button_btb:hover{
    background: #92a6bb;
    color: #fff;
    border:none;
    opacity: 0.8;
}

.green_button_tgg.el-button{
    background: #21bb7e;
    color: #fff;
    border-color:#21bb7e;
}
.green_button_tgg.el-button:hover{
    background: #21bb7e;
    color: #fff;
    border-color:#21bb7e;
    opacity: 0.8;
}
.orange_button_tgg.el-button{
    background: #ffa842;
    color: #fff;
    border-color:#ffa842;
}
.orange_button_tgg.el-button:hover{
    background: #ffa842;
    color: #fff;
    border-color:#ffa842;
    opacity: 0.8;
}
.red_button_tgg.el-button{
    background: #ff6142;
    color: #fff;
    border-color:#ff6142;
}
.red_button_tgg.el-button:hover{
    background: #ff6142;
    color: #fff;
    border-color:#ff6142;
    opacity: 0.8;
}
.tgg_people_bottombox{
    padding: 1.25rem 22px;
}
.tgg_people_bottombox .card{
    border: none;
    border-radius: 0px;
}
.tgg_people_bottombox .card-header:first-child{
    border-radius: 0px;
    background: #fff;
    border: none;
}
.tgg_people_bottombox .card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.25rem !important;
    padding-bottom: 0.3rem !important;
    box-sizing: border-box;
}
.tgg_people_bottombox .card-header .float-right{
    float: none !important;
}
.tgg_people_bottombox .card-header .float-left{
    float: none !important;
}

.tgg_people_bottombox .text-primary{
    display: inline-block;
    color: #28333e !important;
    position: relative;
    border-left:3px solid #1e9fff;
    padding-left: 8px;
}

.tgg_people_bottombox  .j-card  .header-tools{
    position: static;
}
.tgg_people_bottombox .mt-2 .text-danger{
    color: #409eff !important;
}

.tgg_people_bottombox .has-gutter tr th{
    background: #eef2fc !important;
    color: #38466b !important;
}
.tgg_people_bottombox .el-table--border td,.tgg_people_bottombox .el-table--border th,.tgg_people_bottombox .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
    border-right: 1px solid #e6eaf3;
}

.tgg_people_bottombox .el-table td,.tgg_people_bottombox .el-table th.is-leaf{
    border-right: 1px solid #e6eaf3;
}
.tgg_people_bottombox .el-table tbody td .cell{
    color: #8e95a7;
}
.tgg_people_topfrom{
    display: flex;
    flex-wrap: wrap;

}
.tgg_people_bianji .card{
    border:none;
    border-radius: 0px;
}
.tgg_people_bianji  .card-body{
    background: #edf0f3;
    padding: 0px;
}
.tgg_people_bianji .el-collapse{
    border:none
}
.tgg_people_bianji .el-collapse-item{
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem;
    background: #fff;
    margin-bottom: 12px;
}

.tgg_people_bianji .el-collapse-item__header{
    height: 48px;
    height: auto;
    line-height: 48px;
    line-height: normal;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 1px;
    border:none;
    border-left: 2px solid #1e9fff;


    padding-left: 10px;
}
.tgg_people_bianji  .el-collapse-item{
    padding-top: 1.9rem;
    padding-bottom: 1.8rem;
}
.tgg_people_bianji .el-collapse-item__wrap{
    margin-top: 3.5rem;
    border:none;
    overflow: visible;
}
.tgg_people_bianji .tgg_row_box{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.tgg_same_style .col-6{
    padding: 0;
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
    max-width: none;
    flex: 0 1 auto;
    ms-flex: 0 1 auto;
}
.tgg_same_style .col-6:nth-child(4n){
    padding-right: 0px;
}

.tgg_same_style .el-form-item__content{
    margin-left: 0px !important;
}
.tgg_same_style .form-input-width{
    width: 100%;
}
.tgg_same_style .el-select{
    width: 100%;
    display: block;
}
.one_item_box{
    width: 25%;
    box-sizing: border-box;
    padding-right: 34px;

    padding-bottom: 22px;
    height: 290px;


}

.one_item_box .el-upload-list--picture-card{
    width: 100%;
    display: block;
}
.one_item_box .col-6{
    height: 100%;
    /*background: pink;*/
    padding: 0;
}
.one_item_box .el-form-item{
    margin-bottom: 0px;
    height: 100%;
}
.one_item_box .el-form-item__content{
    height: 100%;

}
.one_item_box .el-upload-list--picture-card{
    height: 100%;
}
.one_item_box .upload-image-com .image-box-list{
    height: 100%;
    width: 100%;

}
.one_item_box .el-image{
    height: 100% !important;
    width: 100% !important;
    box-sizing:border-box;
    border: 1px dashed rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;

}
.one_item_box .el-image .el-image__preview{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.one_item_box .el-upload-dragger{
    display: block;
    width: 100%;
    height: 100%;
}
.one_item_box .float-left{
    width: 100% !important;
    height: 100% !important;
}
.one_item_box .upload-image-com .image-box-list{
    margin-right: 0px;
}
.tgg_row_box .el-form-item__content{
    margin-left: 0px !important;
}
.tgg_row_box .col-6{
    max-width: none;
    flex: 0 1 auto;
    ms-flex: 0 1 auto;

}

.tgg_people_bianji  .el-form-item__label{
    display: none;
}
.tgg_tips_txt{
    font-size: 14px;
    color: #ff0000;
    margin-top: 1vw;
}
.two_item_box{
    display: flex;
    flex-wrap: wrap;
    width: 75%;

}
.two_item_box .col-6{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0;
    padding-right: 15px;

}
.two_item_box .col-6:nth-child(3n){
    padding-right: 0px;
}
.two_item_box .col-6 .form-input-width{
    width: 100%;
}
.two_item_box .el-select{
    width: 100%;
    display: block;
}
.jichu_one{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.jichu_one .jichu_one_item{
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}
.jichu_two{
    width: 50%;
}
.tgg_people_bianji .el-form-item{
    margin-bottom: 18px;
}
.jichu_two .el-textarea__inner{
    box-sizing: border-box;
    min-height: 100px !important;
}
.tgg_sbmit_row{
    text-align: center;
}
.tgg_sbmit_box{
    display: inline-block;
}
.same_btn_tgg{
    width: 150px;
    padding:15px 0px;
    font-size: 16px;
    color: #fff;

}
.same_btn_tgg span{
    color: #fff;
}
.tggblue_btn{
    background: #409eff !important;
    border: #409eff !important;
}
.tggblue_btn:hover{
    background: #409eff !important;
    border: #409eff !important;
    opacity: 0.8;
}
.tgg_sbmit_row .el-form-item__content{
    margin-left: 0px !important;
}
.tgg_sbmit_row .el-button+.el-button{
    margin-left: 15px;
}
.tgggray_btn{
    background: #c0c4cc !important;
    border: #409eff !important;
}
.tgggray_btn:hover{
    background: #c0c4cc !important;
    border: #409eff !important;
    opacity: 0.8;
}
.login-box{
    /*padding-left: 498px;*/
    padding-left: 0px !important;
    background: rgba(255,255,255,0.2) !important;

}
.tgg_login_box{
    display: flex;


}
.tgg_login_left{
    width: 498px !important;
    height: 100% !important;
    box-sizing: border-box;
    padding: 20px 73px 0px 43px;
}
.tgg_login_left_there{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.tgg_login_left_two{
    margin-top: 26px;
    margin-bottom: 24px;
}
.login-box .login-form{
    top: 0 !important;
    bottom: 0 !important;
}
.admin-index .g-head{
    font-weight:normal !important;
}

.el-table td div{
    text-align: center !important;
}
.tgg_sbmit_row{
    margin-top: 35px;
}

.people-show .label{
    padding: 0 !important;
    min-height: 0px !important;
    float: left !important;
}
.people-show .value{
    padding: 0 !important;
    min-height: 0px!important;
}
.tgg_details_showitem{
    display: flex;
    flex-wrap: wrap;


}
.people-show .table td{
    position: relative;
}
.people-show .label{
    width: 110px !important;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0 5px !important;
    height: 100% !important;
    padding-top: 17px !important;

}
.people-show .value{
    width: 100% !important;

    padding-top: 17px !important;
   padding-bottom: 10px !important;
    min-height: 55px !important;
    padding-left: 135px  !important;
    box-sizing: border-box;
    padding-right: 10px !important;
}
.people-show .value span{
    padding-left: 0px !important;
}
.tgg_detsils_boxtwo .col-12{
    padding-left: 0px !important;
}
.tgg_details_show_main{
    box-sizing: border-box;
    margin: 0px;
}

.people-show .title{
    font-size: 22px !important;
    line-height: 22px !important;
}
.fujian_info_box .col-3{
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto  !important;
    width: 25%  !important;
    box-sizing: border-box;
    padding: 0 !important;
    padding-right: 26px !important;
    max-width:none;

}
.fujian_info_box .col-3:last-child{
    padding-right: 0px !important;
}
.fujian_info_box .col-3 .ml-2{
    margin: 0!important;
    padding: 12px 15px !important;
}
.fujian_info_box .ml-2 .col-md-4{
    width:66px !important;
    height: 66px !important;
    padding: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto  !important;
    max-width: none !important;
}
.fujian_info_box .ml-2 .col-md-4 a{
    display: block;
    width: 100%;
    height: 100%;
}
.fujian_info_box .ml-2 .col-md-4 a img{
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}
.fujian_info_box .ml-2 .col-md-4 img{
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}
.fujian_info_box .ml-2 .col-lg-8{
    padding-left: 25px !important;
}
.fujian_info_box .detail_show_titleone{
    font-size: 18px !important;
    padding-bottom: 3px;
}
.tgg_commounity_main .v-text-desc .v-header{
    font-size: 34px !important;
}
.tgg_commounity_main .v-carousel .title{
    font-size: 17px !important;
}
.community-desc .v-table-box .v-table-box-header .v-title{
    font-size: 20px !important;
}
.community-desc .v-table-box .v-table-box-header .v-left-line{
    height: 20px !important;
}
.tgg_commounity_main .v-text-desc .v-a-desc{
    line-height:32px !important;
}
.community-desc .v-text-desc .v-a-desc p br{
    display: none !important;
}

.admin-index .g-head{
    height: 20px !important;
    line-height: 20px !important;
    font-size: 20px !important;
}
.highcharts-container .text-center{
    font-size: 40px !important;
}
.tgg_yuan_intro{
    font-size: 17px !important;
}

/*.tgg_deocument_main  .v-aside .v-tree .el-tree{*/
/*    font-size: 21px !important;*/
/*}*/
/*.tgg_deocument_main .v-aside .v-tree .el-tree .el-tree-node__children{*/
/*    font-size: 19px !important;*/
/*}*/
/*.tgg_deocument_main .v-aside .v-tree .el-tree .el-tree-node__children .custom-tree-node>span{*/
/*    font-size: 16px !important;*/
/*}*/

.tgg_deocument_main .v-main .v-table-box .v-table-box-header .v-title{
    font-size: 20px !important;
}
.document-index .v-main .v-table-box .v-table-box-header .v-left-line{
    height: 20px !important;
    top: 4px !important;
}

.tgg_deocument_main .search-box .el-button{
    padding: 10px 20px !important;
}
.tgg_deocument_main .tools .el-button{
    padding: 10px 20px !important;
}
.tgg_deocument_main .el-table__row .cell .el-button--mini{
    padding: 6px 15px !important;
}
.tgg_deocument_main .el-table__row .cell .el-button--mini.is-round{
    padding: 6px 15px !important;
}
.tgg_deocument_main .el-table__row .cell .el-button--mini:nth-of-type(4){
    margin-right: 4px !important;
}
.document-index .v-aside .v-d-tree .choose{
    height: 20px;
    width: 48px !important;
    background-image: url(/images/document/choose.png);
    background-repeat: no-repeat;
    background-position: 0px -9px;

}
.document-index .v-aside .v-d-tree .choose:hover{
    background-position: 0px -33px;
}

.tgg_deocument_main .float-right .el-pagination .el-input__inner{
    line-height: 28px !important;
    height: 28px !important;
}
.hold-transition .container-fluid>row{
    min-width: 1024px !important;
}
.tgg_cred_retuenbox{
    margin-bottom: 14px;
}
.tgg_cred_btnground{
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
}
.tgg_cred_mainbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tgg_cred_mainbox .col-2 .tgg_cred_itembox{
    padding:20px 0 !important;
    padding-top: 30px !important;
    position: relative;
}
.tgg_cred_checkbox{
    bottom: 0px !important;
}
.tgg_item_credtxt{
    margin-bottom: 10px !important;
}

.tgg_cred_itembox .el-image{
    height: auto !important;
}
.tgg_cred_itembox .el-image img{
    display: block;
    width: auto !important;
    height: 66px;
}

.tgg_cred_itembox>.col-4{
    width: auto !important;
    position: absolute;
    right: 0%;
    top: 8px;
    padding: 0 !important;
}

.tgg_cred_checkbox{
    position: static !important;
}
.tgg_cred_mainbox .col-2{
    width: 25% !important;
    box-sizing: border-box;
    -ms-flex:0 1 auto;
    flex: 0 1 auto;
    max-width: none !important;
    margin-bottom: 16px !important;
}
.tgg_cred_checkwrap{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px;
}
.tgg_cred_checkwrap .col-12{
    padding: 0px !important;
    margin: 0px !important;
}
.tgg_cred_checkwrap .col-12:nth-of-type(1){
    width: 80px;
    overflow: hidden;
    -ms-flex:0 1 auto !important;
    flex: 0 1 auto !important;
    max-width: none !important;

}
.tgg_cred_checkwrap .col-12:nth-of-type(2){
    width: calc(100% - 80px);
    -ms-flex:0 1 auto !important;
    flex: 0 1 auto !important;
    max-width: none !important;
}
.tgg_cred_checkwrap .col-12:nth-of-type(2) .col-8{
    width: 100% !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    max-width: none !important;
}
.tgg_item_credtxt{
    font-size: 15px !important;
   width: 100% !important;
    padding-top: 6px !important;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.tgg_cred_checkwrap .el-button{
    padding-left: 0px !important;
}


.document-index .v-aside .custom-tree-node.tgg_custom_row{
    width: 100%;
    box-sizing: border-box;
}
.document-index .v-aside .custom-tree-node.tgg_custom_row span{
    display: inline-block;
    box-sizing: border-box;
}
.document-index .tgg_custom_row span.tgg_custom_rowleft{
    width: calc(100% - 40px);
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.document-index .tgg_custom_row span.tgg_custom_rowright{
    width: 40px;
}


@media screen and (max-width: 1550px) {
    .pear-nav-tree .layui-nav-item>a{
        height: 50px !important;
        line-height: 50px !important;
    }
    .tgg_people_content .el-input__inner{
        height: 38px !important;
        line-height: 38px !important;
    }
    .people_endbox_icon{
        width: 12px;
        height: 13px;
    }

    .el-button{
        padding: 9px 15px !important;
        font-size: 13px;
    }
    .people_endbox_text{
        font-size: 15px;
        line-height: 15px;
    }
    .tgg_people_bottombox .text-primary{
        font-size: 18px !important;
        font-weight: normal !important;
        border-left: 2px solid #1e9fff;
        height: 19px;
    }
    .tgg_people_bottombox .has-gutter tr th .cell{
        font-weight: normal !important;
    }
    .tgg_people_content .el-pagination__sizes .el-input__inner{
        height: 28px;
        line-height: 28px;
    }
    .tgg_people_content .mt-2{
        margin-top: 16px!important;
    }
    .tgg_people_content .tgg_people_bottombox .el-table td .cell .el-button{
        padding: 6px 15px !important;
        font-size: 12px;
    }
    .tgg_people_bianji .el-collapse-item__header{
        font-size: 18px;
        line-height: 18px;
    }
    .tgg_people_bianji .el-input__inner {
        height: 38px;
        line-height: 38px;
    }
    .tgg_people_bianji .el-form-item{
        margin-bottom: 16px;
    }
    .tgg_sbmit_box .el-button{
        padding: 14px 15px !important;
        font-size: 14px;
    }
    .tgg_people_bianji .el-collapse-item__wrap{
        margin-top:40px;
    }
    .tgg_people_bianji .el-collapse .el-collapse-item .el-collapse-item__content{
        padding-bottom: 0px;
    }
    .tgg_sbmit_row{
        margin-top: 30px;
    }
    same_btn_tgg{
        width: 140px;
    }

    .people-show .title{
        border-left: #1e9fff solid 2px !important;
        height: 19px !important;
        font-size: 18px !important;
        font-weight: normal !important;
    }

    .people-show .value{
        min-height: 45px !important;
        padding-top: 12px !important;
        font-size: 14px !important;
    }
    .people-show .label{
        padding-top: 13px !important;
        font-size: 14px !important;
    }

    .fujian_info_box .ml-2 .col-md-4{
        width: 45px !important;
        height: 45px !important;
        min-width: 0px !important;
    }
    .fujian_info_box .detail_show_titleone{
        font-size: 16px !important;
    }
    .detail_show_titletwo .el-button{
        padding: 5px 13px !important;
    }

    .tgg_deocument_main .el-input__inner{
        height: 38px !important;
        line-height: 38px !important;
    }
    .tgg_deocument_main .search-box .el-input{
        width: 520px !important;
    }

    .tgg_deocument_main .v-main .v-table-box .v-table-box-header .v-title{
        font-size: 18px !important;
    }
    .document-index .v-main .v-table-box .v-table-box-header .v-left-line{
        border-left: 2px solid #1e9fff !important;
        height: 18px !important;
        top: 4px !important;
    }
    .tgg_deocument_main .tools .el-button{
        padding: 8px 20px !important;
    }
    .el-table th>.cell{
        font-weight: normal !important;
    }
    .tgg_deocument_main .el-table__row .cell .el-button--mini{
        padding: 4px 12px !important;
        font-size: 12px !important;
    }







}
@media screen and (max-width: 1440px) {

    .fujian_info_box .col-3 .ml-2{
        padding: 12px 10px !important;
    }
    .login-box{
        width: 800px !important;
        height: 380px !important;
    }
    .tgg_login_left{
        padding-top: 28px;
        width: 478px !important;
    }
    .login-box .login-form{
        left: 478px !important;
    }
    .tgg_login_left_one{
        width: 22%;
    }
    .tgg_login_left_one img{
        width: 100%;
    }
    .tgg_login_left_two{
        width: 89%;
        margin-top: 31px;
        margin-bottom: 28px;
    }
    .tgg_login_left_two img{
        width: 100%;
    }
    .tgg_login_left_there{
        width: 81%;
    }
    .tgg_login_left_there img{
        width: 100%;
    }

    .admin-index .g-head{
        height: 19px !important;
        line-height: 18px !important;
        font-size: 18px !important;
        border-left: 2px solid #1e9fff !important;
        padding-left: 7px !important;
    }
    .pear-nav-tree .layui-nav-item>a{
        height: 45px !important;
        line-height: 45px !important;
    }
    .login-box .login-form .icon-image-username{
        width: 40px !important;
        height: 42px !important;
        background: url('/images/admin/login/username.png') no-repeat center !important;
        /*background-size: 100% 100% !important;*/
        top: 0px !important;
        left: 0px !important;
        background-size: 100% 100% !important;

    }

    .login-box .login-form .icon-image-password{
        width: 40px !important;
        height: 42px !important;
        background: url('/images/admin/login/password.png') no-repeat center !important;
        top: 0px !important;
        left: 0px !important;
        background-size: 100% 100% !important;
    }
    .login-box .login-form .captcha{
        height: 40px !important;
    }
    .login-box .login-form .large.tgg_login_code .el-input__inner{
        padding-left: 15px !important;

    }
    .login-box .login-form .login-btn{
        height: 42px !important;
    }
    .tgg_login_left_there{
        width: 78%;
    }
    .login-box .login-form .large .el-input__inner{
        height: 42px !important;
        line-height: 42px !important;
        padding-left: 42px !important;
    }

    .login-box .login-form .login-btn{
        font-size: 16px !important;
    }
    .people-type-chart .text-center{
        font-size: 36px !important;
    }
    .people-type-chart div.tgg_yuan_intro{
        font-size: 16px !important;
    }
    .fujian_info_box .ml-2 .col-md-4{
        width: 40px !important;
        height: 40px !important;
        min-width: 0px !important;
    }
    .fujian_info_box .col-3 .ml-2{
        padding: 12px 8px !important;
    }
    .fujian_info_box .col-3{
        padding-right: 18px !important;
    }
    .fujian_info_box .col-3:last-child{
        padding-right: 0px !important;
    }
    .fujian_info_box .ml-2 .col-lg-8{
        padding-left: 15px !important;
    }
    .fujian_info_box .detail_show_titleone{
        font-size: 14px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .fujian_info_box .detail_show_titletwo{
        margin-top: 3px !important;
    }
    .detail_show_titletwo .el-button{
        font-size: 12px !important;
        padding: 3px 13px !important;
    }
    .detail_show_titletwo .el-button span{
        font-size: 12px !important;
    }
    .tgg_commounity_main .v-text-desc .v-header{
        font-size: 28px !important;
        margin-top: 30px !important;
    }

    .tgg_commounity_main .v-text-desc .v-a-desc{
        font-size: 14px !important;
        line-height:28px !important;
    }
    .tgg_commounity_main .v-carousel .title{
        font-size: 16px !important;
        font-weight: normal !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-title{
        font-size: 18px !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-left-line{
        height: 18px !important;
    }
    .community-desc .v-table-box .v-table .el-table__header thead th{
        font-weight: normal !important;
    }
    .tools .el-button{
        padding: 6px 15px !important;
    }
    .el-button{
        padding: 8px 15px !important;
    }

    .tgg_cred_itembox .el-image img{
        height: 50px !important;
    }
    .tgg_cred_checkwrap .col-12:nth-of-type(1){
        width: 65px;
    }
    .tgg_item_credtxt{
        margin-bottom: 2px !important;
    }
    .tgg_cred_mainbox .col-2 .tgg_cred_itembox{
        padding-bottom: 12px !important;
    }
    .tgg_cred_mainbox .col-2 .tgg_cred_itembox{
        min-height: 105px !important;
    }




}
@media screen and (max-width: 1366px) {

    .admin-index .g-box{
        padding-left: 100px !important;
        height: 100px !important;
    }
    .admin-index .g-box .left{
        width: 100px !important;
        height: 100px !important;
    }
    .admin-index .g-box .g-num{
        font-size: 26px !important;
        padding-top: 12px !important;
    }
    .admin-index .g-box .g-text{
        font-size: 16px !important;

        padding-top: 2px !important;
    }
    .admin-index .g-t-box .g-num{
        font-size: 27px !important;
    }
    .admin-index .g-t-box .g-text{
        font-size: 16px !important;
    }
    .admin-index .g-t-box{
        height: 200px !important;
    }
    .tgg_commounity_main .v-text-desc .v-header{
        font-size: 25px !important;
        margin-top: 22px !important;
    }
    .tgg_commounity_main .v-carousel .title{
        font-size: 15px !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-left-line{
        border-left: 2px solid #1e9fff !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-left-line{
        top: 4px !important;
    }

    .tgg_deocument_main .search-box .el-input{
        width: 300px !important;
    }
    .tgg_guanlian_wrap .col-3{
        margin: 0 !important;
        box-sizing: border-box;
        min-width: 0px !important;
        width: 32%;
        margin-right: 2% !important;
        ms-flex:0 1 auto;
        flex: 0 1 auto;
        max-width: none !important;
        padding: 30px 15px !important;
}
.tgg_guanlian_wrap .col-3:last-child{
    margin-right: 0px !important;

}
    .tgg_guanlian_wrap .el-image{
        display: block !important;
        width: 100% !important;
        height: 180px !important;
        max-height: none !important;
        /*max-width: 100% !important;*/
        margin: 0 auto !important;
        float: none !important;
        overflow: hidden;
    }
    .tgg_guanlian_wrap .el-image img{
        width: auto !important;
        height: 100% !important;
        display: block;
        margin: 0 auto !important;
    }

    .pear-nav-tree .layui-nav-item>a{
        height: 42px !important;
        line-height: 42px !important;
    }
    .admin-index .g-head{
        height: 17px !important;
        line-height: 17px !important;
        font-size: 17px !important;
    }
    .admin-index .g-box .g-num{
        font-size: 22px !important;
        padding-top: 17px !important;
    }
    .admin-index .g-box .g-text{
        font-size: 15px !important;
    }
    .admin-index .g-t-box .g-num{
        font-size: 23px !important;
    }
    .admin-index .g-t-box .g-text{
        font-size: 15px !important;
    }
    .people-type-chart .text-center{
        font-size: 32px !important;
    }
    .people-type-chart div.tgg_yuan_intro{
        font-size: 14px !important;
    }
    .tgg_commounity_main .v-text-desc .v-header{
        font-size: 24px !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-title{
        font-size: 17px !important;
    }
    .community-desc .v-table-box .v-table-box-header .v-left-line{
        height: 17px !important;
        top: 3px !important;
    }
    .tgg_people_content .el-input__inner{
        height: 36px !important;
        line-height: 36px !important;
    }
    .tgg_people_bottombox .text-primary span{
        font-size: 17px !important;
        height: 17px;
    }
    .el-button{
        padding: 7px 15px !important;
    }
    .el-table .cell .el-button{
        padding: 5px 15px !important;
    }
    .tgg_people_content .tgg_people_bottombox .el-table td .cell .el-button{
        padding: 5px 15px !important;

    }
    .tgg_people_content .card-body .float-right{
        float: none !important;
    }
    .tgg_deocument_main .v-main .v-table-box .v-table-box-header .v-title{
        font-size: 17px !important;
    }

    .fujian_info_box .ml-2 .col-md-4{
        width: 35px !important;
        height: 35px !important;
    }
    .fujian_info_box .ml-2 .col-lg-8{
        min-width: 165px !important;
        padding: 0px 8px !important;
    }
    .fujian_info_box .detail_show_titleone{
        width: 100% !important;
    }
    .tgg_guanlian_wrap .col-3 .mt-5{
        margin-top: 25px!important;
    }





}
@media screen and (max-width: 1200px) {
    .tgg_deocument_main{
        flex-wrap: wrap;
    }
    .tgg_deocument_main .el-aside{
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .tgg_deocument_main .el-main{
        width: 100%;
        box-sizing: border-box;
    }
.login-box{
    width: 92% !important;
    height: auto !important;
    display: block !important;
    position: absolute;
    left: 4% !important;
    top: 50% !important;
    margin-top: 0px !important;
    margin-left: auto !important;
    transform: translateY(-50%) !important;
}
.tgg_login_left{
    width: 100% !important;
    padding: 18px 35px 0px 35px;
}
.tgg_login_left_one{
    display: none;
}
.tgg_login_left_two{
    margin-top: 0px;
    margin-bottom: 20px;
}
.tgg_login_left_there{
    width: 100%;
    text-align: center;
}
.tgg_login_left_there img{
    display: none;
}
.tgg_login_left_there p{
    display: block !important;
    font-size: 19px;
    color:#fff;
    margin-bottom: 20px !important;
}
.login-box .login-form{
    width: 100% !important;
    position: static !important;
}
.login-box .login-form{
    padding: 38px 20px 20px 20px !important;
}

    .login-box .login-form .large .el-input__inner{
        line-height: normal !important;
    }
}












