
.fz-notice-list{border: none;}

.fe-search{height:340px;position:relative;}
.fe-search .search-bg{position: absolute;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;}
.fe-search .search-bg img{height: 100%;width: 100%;object-fit: cover;}

.fe-search .topbar{background:transparent;}
.fe-search .topbar a{color: #fff;position: relative;}
.fe-search .login-section a:hover:after{
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 50%;
    max-width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transform: translateX(-50%);
}

.fe-search-section{margin:0 auto;position:relative;height:calc(100% - 40px);display:flex;align-items:center;justify-content:center}
.search-section{overflow:hidden;width:600px}
.search-section .search-input{height:40px;line-height:40px;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;font-size:12px;padding:0 15px;width:70%;margin-right:10px}
.search-section .search-button{width:100px;background-color:#ff9800;display:inline-block;height:40px;line-height:40px;padding:0 18px;
    color:#fff;white-space:nowrap;text-align:center;font-size:14px;border:none;cursor:pointer;border-radius:4px}
.search-section .search-input:focus{border:1px solid #fff;outline:0}
.search-nav{display:flex;position:absolute;bottom:0;left:0;color: #fff;}
.search-nav li{line-height:48px;width:120px;text-align:center;position:relative;cursor:pointer;font-size:14px}
.search-nav li.active:before{content:'';position:absolute;left:0;bottom:0;width:50%;height:3px;background:#FDDF46;transform:translateX(50%)}
.search-nav li.active{color: #FDDF46;}

