::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: hsla(0,0%,73%,.8);
    background-clip: padding-box;
    border: 2px solid transparent;
}
::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: hsla(0, 0%, 73%, .8);
    background-clip: padding-box;
    border: 2px solid transparent;
}
.index_info{
    margin-top: 20px;
    font-size: 16px;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-red{
    color: #f00;
}
.text-success{
    color: #008000;
}
#layout_header{
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
    box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
    z-index: 8;
}
#layout_header .right-menu{
    float: right;
}
#layout_header .user{
    cursor: pointer;
}
#layout_header .name{
    margin-left: 5px;
}
#layout_content{
    margin: 24px 16px;
    padding: 0;
}
.ant-layout-sider{
    background-color: #fff;
}
.trigger{
    margin: 0 15px;
    font-size: 18px;
    line-height: 64px;
    cursor: pointer;
    transition: color .3s;
}
.page-header{
    margin: -24px -24px 24px;
    background: #fff;
    padding: 16px 32px 0 32px;
    border-bottom: 1px solid #e8e8e8;
}
.page-header .ant-breadcrumb{
    margin-bottom: 14px;
}
.page-title h1{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 16px;
}
.page-title .content{
    margin-bottom: 16px;
}
.page-content{
    height: 100%;
    background-color: #fff;
}

#topNav{
    margin: 0 30px 0 0;
    padding: 0;
    float: right;
    list-style: none;
}
#topNav li{
    margin: 0 20px;
    float: left;
}
#topNav a:not(.act){
    color: #333;
}

/*upload*/
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon {
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
    color: hsla(0,0%,100%,.85);
    margin: 0 4px;
}

/*antd-checkbox*/
.ant-checkbox .ant-checkbox-input:checked+.ant-checkbox-inner{
    background-color: #1890ff;
    border-color: #1890ff;
}
.ant-checkbox{
    vertical-align: text-bottom;
}
.ant-checkbox .ant-checkbox-input:checked+.ant-checkbox-inner:after{
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: " ";
    -webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
.ant-checkbox .ant-checkbox-input:checked+.ant-checkbox-inner +.antd-checked{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #1890ff;
    -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
    animation: antCheckboxEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ant-radio-input:checked+.ant-radio-inner:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    border-radius: 8px;
    display: table;
    border-top: 0;
    border-left: 0;
    content: " ";
    background-color: #1890ff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.78,.14,.15,.86);
    transition: all .3s cubic-bezier(.78,.14,.15,.86);
}
.ant-radio-input:checked+.ant-radio-inner {
    border-color: #1890ff;
}
.ant-radio-input:checked+.ant-radio-inner:after{
    -webkit-transform: scale(.875);
    -ms-transform: scale(.875);
    transform: scale(.875);
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.78,.14,.15,.86);
    transition: all .3s cubic-bezier(.78,.14,.15,.86);
}

.tree-title{
    position: relative;
    padding: 5px 10px;
    background-color: rgb(250, 250, 250);
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
.tree-op{
    position: absolute;
    right: 0;
    width: 300px;
}
.tree-body .tree-row{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.tree-body.ant-tree-show-line.no-border li:not(:last-child):before{
    border: 0 !important;
}
.logo{
    padding: 15px;
    text-align: center;
}
.logo img{
    /*width: 50px;
    height: 50px;*/
    width: 200px;
}
/*鐧诲綍*/
.login_content{
    height: 100vh;
    padding: 112px 0 24px 0;
    background: #f0f2f5;
    background-image: url(https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg);
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}
.login_top{
    text-align: center;
}
.login_main{
    width: 368px;
    margin: 30px auto;
}
.login_submit_btn{
    width: 100%;
    margin-top: 24px;
}
.login_icon{
    font-size: 14px;
    color: rgba(0,0,0,.25);
}
.login_type{
    text-align: center;
}

.index_header_row{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.index_header_content{
    -ms-flex: auto;
    flex: auto;
}
.index_header_extraContent{
    margin-left: 88px;
    min-width: 242px;
    flex: 0 1 auto;
    text-align: right;
}
.index_header_extraItem{
    zoom: 1;
    float: right;
    white-space: nowrap;
}
.index_header_statItem{
    padding: 0 32px;
    position: relative;
    display: inline-block
}
.index_header_statItem >p{
    color: rgba(0,0,0,.85);
    font-size: 30px;
    line-height: 38px;
    margin: 0;
}
.index_header_statItem >p:first-child{
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}
.contentTitle___4Mmy4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    margin-bottom: 12px;
}
.avatar___3yyKI {
    -ms-flex: 0 1 72px;
    flex: 0 1 72px;
    margin-bottom: 8px;
}
.avatar___3yyKI span{
    border-radius: 72px;
    display: block;
    width: 72px;
    height: 72px;
}
.avatar___3yyKI img{
    width: 72px;
}
.content___3h7ql {
    position: relative;
    top: 4px;
    margin-left: 24px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(0, 0, 0, .45);
    line-height: 22px;
}
.upload-check{
    background: url(../images/default.jpg);
}
.upload-check >div, .upload-check>span{
    display: none;
}

.ant-layout-sider-collapsed .logo{
    display: none;
}
.ant-table-thead>tr>th{
    text-align: center;
}
.ant-table th:last-child, .ant-table td:last-child{
    width: 100px;
    white-space: nowrap;
}
.create_time{
    width: 150px;
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
._sort{
    width: 80px;
}
._name{
    width: 60px;
}
._tel{
    width: 110px;
}
._title{
    text-align: left !important;
}
.ant-table-selection-column{
    width: 50px !important;
    min-width: 50px !important;
}
._option{

}

.icon_bold {
    font-weight: bold;
}
.fixed-bottom-wrapper {
    height: 52px;
}
.fixed-bottom-wrapper .fixed-bottom {
    height: 52px;
    overflow: hidden;
    padding: 10px 24px;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 -1px 3px rgba(0,0,0,.05);
}
