.staff-management-main {
margin-top: 10rem;
}
.staff-management-banner {
width: 100%;
height: auto;
padding-bottom: 4rem;
background: url(https://gwfile.a2c.chat/static/images/common/banner.png) no-repeat center center;
background-size: 100% 100%;
overflow: hidden;
}
.banner-content {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.banner-left {
flex: 1;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.banner-desc {
font-size: 18px;
margin-top: 2.125rem;
}
.banner-left .banner-title {
font-size: 56px;
font-weight: bold;
}
.banner-title-first {
color: #10B981;
}
.banner-right {
width: 34.375rem;
height: 32.25rem;
flex-shrink: 0;
}
.banner-right img {
width: 100%;
height: 100%;
}
.staff-management-data {
width: 100%;
height: 14.375rem;
background: #1C7B6F;
}
.data-content {
height: 100%;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.data-item {
padding-left: 1.25rem;
display: flex;
justify-content: center;
flex-direction: column;
width: 30%;
height: 7.875rem;
border-left: 2px solid #FFD301;
}
.data-item-num {
font-size: 66px;
}
.data-item-unit {
font-size: 34px;
}