*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    outline: none;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
.disabled {
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);

    filter: grayscale(90%);
    cursor: not-allowed !important;
    filter: gray;
    color: gray;
}

.flex{
    display: flex;
}
.z-header{
    padding: 10px 10px 10px 40px;
    position: relative;
    z-index: 10;
}
.z-header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 54px;
    height: 54px;
}
.z-header-left{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.z-header-left .text{
    line-height: 54px;
    margin-left: 20px;
}
.z-search{
    width: 393px;
	height: 39px;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.19);
        padding-right: 70px;
       position: relative;
       border-radius: 4px;
       overflow: hidden;
}
.z-search input{
    width: 100%;
    height: 100%;
    padding: 0 13px;
    border: none;
}
.z-search button{
    width: 70px;
    height: 40px;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('../images/work/search-btn.png') no-repeat center center;
    background-color: #f0aa2b;
}
.login-btn{
    width: 100px;
	height: 39px;
	background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing:8px;
    padding-left: 8px;
	box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.19);
        font-size: 18px;
        color: #106ec9;
        margin-left: 75px;
}

.z-noction{
    width: 1731px;
	height: 115px;
    background: url('../images/work/notice-bg.png') no-repeat center center;
    background-size: 100%;
    margin: 40px auto;
    margin-bottom: 0;
    position: relative;
    z-index: 11;
    will-change: transform, opacity;
}

.fadeInDownBig{
    animation: fadeInDownBig 0.8s ease 0s;
}

.z-noction::before{
    content: "";
    display: block;
    position: absolute;
    width: 185px;
	height: 48px;
    background: url('../images/work/notice-title.png') no-repeat center center;
    top: -26px;
    left: 16px;
}
.noction-list{
    letter-spacing: 1px;
    display: flex;
    gap:50px;
    width: 100%;
    padding: 35px 40px 0 40px;
}
.noction-list li{
    flex: 1/5;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
}
.noction-list li div{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.noction-list li .title{
    padding-left: 35px;
    height: 16px;
    line-height: 16px;
    position: relative;
}
.noction-list li .title::before{
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 18px;
    background: url('../images/work/rhombus.png') no-repeat center center;
}
.noction-list li .time{
    padding-left: 55px;
    height: 16px;
    line-height: 16px;
    position: relative;
    margin-top: 12px;
    
}
.noction-list li .time::before{
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 18px;
    background: url('../images/work/time.png') no-repeat center center;
}


.map-view{
    width: 1731px;
    display: flex;
    margin: 0 auto;
    
}


.z-nav{
    display: flex;
    gap: 45px;
    justify-content: center;
    position: relative;
    top: -68px;
    will-change: transform, opacity;
}
.fadeInUp{
    animation: fadeInUp 0.8s ease 0s;
}
.z-nav .nav-item{
    position: relative;
    width: 228px;
	height: 256px;
    padding-top: 45px;
	background: url('../images/work/Polygon_stroke4.png') no-repeat ;
    background-size:220px 247px ;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
	letter-spacing: 0px;
	color: #1e3d4a;
    font-size: 24px;
    transition: 0.2s;
}
.nav-item:hover{
    transform: translateY(-10px);
}

.nav-item:hover .nav-name{
    color: #106ec9;
}
.nav-name{
    line-height: 27px;
    padding:0 5px ;
    text-align: center;
}
.z-nav .nav-item:nth-child(2){
    padding-top: 35px;
}

.z-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    color: #666666;
    position: relative;
    top: -68px;
    gap: 13px;
    letter-spacing: 1px;
}

.z-menu{
    position: fixed;
    right: 0;
    top: 80px;
    animation: fadeInRight 0.4s linear;
}
.z-menu li{
    writing-mode: vertical-lr;
    line-height: 56px;
    border-radius: 4px 0 4px 0;
	color: #8db9eb;
    overflow: hidden;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.z-menu li a{
    font-size: 16px;
    display: flex;
    width: 79px;
	height: 133px;
    text-align: center;
    line-height: 79px;
    padding-top: 40px;
    
}
.z-menu li.home{
    letter-spacing: 30px;
    background: url('../images/work/home.png') no-repeat;
    background-position:center 14px ;
}
.z-menu li.noction{
    background: url('../images/work/notice.png') no-repeat;
    background-size: 19px 14px;
    background-position:center 20px ;
}
.z-menu li.problem{
    background: url('../images/work/problem.png') no-repeat;
    background-size: 16px 18px;
    background-position:center 14px ;
}

.z-menu li.active{
    background-color: rgba(255, 255, 255, 0.8);
	color: #5892f5;
}
.mt-20{
    margin-top: 20px;
}
.mt-15{
    margin-top: 15px;
}
.mt-10{
    margin-top: 10px;
}
.mt-5{
    margin-top: 5px !important;
}




.exit{
    margin-left: 15px !important;
    display: flex;
}
.exit img{
    margin-right: 5px;
    width: 18px !important;
    height: 18px !important;
}
.login-container{
    display: flex;
    align-items: center;
    margin-left: 75px !important;
}









