* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Source Han San CN Medium';
}

.subjectival{
    width: 100%;
    background: url('../assets/images/subjectival-top_bg.png') no-repeat top;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
    min-height:calc(100vh + 45px);
}


.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 701px;
    padding: 48px 0 40px 0;
    margin: auto;
}



.back-btn:hover {
    background-color: #1565c0;
}

/* 主容器样式 */
.z-container {
    position: relative;
    width: 100%;
    min-height:calc(100vh + 45px);
    padding: 0;
    flex: 1;
    background: rgba(255, 255, 255, 0.3);
    border-top: 2px solid #758ca3;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    z-index: 2;
}

.z-breadcrumb{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333333;
    letter-spacing: 0px;
    line-height: 42px;
}
.z-select{
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: 238px;
    width: fit-content;
    padding:15px 28px;
    background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#26b99a, 
		#26b99a);
	background-blend-mode: normal, 
		normal;
	border-radius: 4px;
	border: solid 1px #e6e9ed;
    z-index: 11;
}
.z-select span{
    display: inline-block;
    cursor: pointer;
    transition: .4s;
}
.z-select span.disabled{
    color: #bcbec2;
    cursor: not-allowed;
}
.z-select span.disabled .down{
    cursor: not-allowed;
}
.z-select span:not(.disabled,.down):hover{
    color: #5bb4f5;
}
.select-dropdown{
    position: absolute;
    width: 500px;
    padding: 5px;
    min-height: 200px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 12;
    top: calc(100% + 1px);
    left: -13px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    
}
.select-dropdown .area-item{
    font-size: 16px;
    width:calc(100% / 3);
    padding:0 10px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #333333;
    cursor: pointer;
    transition: .2s;
}
.select-dropdown .area-item.area-active{
    color: #ffffff;
    background-color: #1565c0;
}
.select-dropdown .area-item:not(.area-active):hover{
    color: #1565c0;
}

.ml-20{
    margin-left: 20px;
}
.select-dropdown{
    display: none;
}

.area-text-container.on:not(.province) ~ .select-dropdown{
    display: flex;
}


.z-select .glyphicon-menu-down{

    margin-left: 10px;
}
.select-dropdown .area-loading{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.department-container{
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 1px 7px 18px 0px 
		rgba(1, 44, 102, 0.29);
	border-radius: 10px;
    background: url('../assets/images/department-bg.png') no-repeat;
    background-position: center 100px;
}
.list-content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 7px 18px 0px 
		rgba(1, 44, 102, 0.29);
	border-radius: 10px;
    padding: 20px 0;
    position: relative;
    background: url('../assets/images/department-bg.png') no-repeat center top;
    margin-top: 20px;
}
.department-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 9px;
    margin-top: 20px;
}
.department-list_item{
    width: 225px;
	height: 45px;
    padding:0 5px;
    box-sizing: border-box;
    text-align: center;
    line-height: 45px;
    background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#26b99a, 
		#26b99a);
	background-blend-mode: normal, 
		normal;
	border-radius: 4px;
	border: solid 1px #e6e9ed;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .2s;
    cursor: pointer;
}
.department-list_item:not(.dep-active):hover{
    color: #1565c0;
}
.department-list_item.dep-active{
    background-color: #1565c0;
    color: #ffffff;
    background-image: none;
}
.expand{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.expand span{
    cursor: pointer;
}
.expand .glyphicon-menu-down{
    color: #999999;
    font-size: 12px;
}

.selects{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.special-bg_bottom{
    position: absolute;
    z-index: 1;
    bottom:-80px ;
    width: 100%;
}

.search{
    position: absolute;
    right: 20px;
    top: 15px;
}
.search input{
    width: 288px;
	height: 36px;
    border-radius: 4px;
	border: solid 1px rgba(142, 145, 153, 0.28);
    background-color: rgba(255, 255, 255, 0.28);
    outline: none;
    transition: .2s;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 10px;
}
.search input:focus{
    border-color: #1565c0;
}

section{
    padding: 0 10px;
}
.table>thead>tr{
    background-color: rgba(255, 255, 255, 0.79);
}
.table>thead>tr>th,.table>tbody>tr>td{
    padding:15px 30px;
    color: #333333;
    border-bottom:1px solid #ddd;
}
.operate-th{
    width: 220px;
}
.table>thead>tr>th{
    color: #7c7c7c;
}
.table>tbody>tr>td .operate{
    color: #5b8fdb;
}
.pagination-box{
    padding: 0 10px;
}