.text-h3{ font-size: 24px;}

.e-space{flex-grow: 1}
.irow>* { padding-left: 2px; padding-right: 2px;}

.ilevel1{margin-bottom: 4px;}
.ione { height: 100%;
    display: flex;
    flex-direction: column; justify-content: center; align-items: center;
}
.ione .icon { background-color: #ffffff; color: #0388c5}
.ione:hover .icon{color:#ffffff; background-color:#0388c5}
.itwo{padding: 15px; margin-bottom: 4px;}
.ione,.itwo{background-color: #0388c5;color:#ffffff;}
.ione:hover,.itwo:hover{background-color:#ffffff;color:#0388c5;  }
.fu-sh a,.tz-gg a,.gg-xz a { color: black}
.fu-sh a:hover,.tz-gg a:hover,.gg-xz a:hover { color: white}
.gradient{font-size: 3rem;
    background-image: linear-gradient(45deg, yellow, #F389B7);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation: hue 10s infinite linear
}

.ms-navbar {
    margin-bottom: 0;
    box-shadow: none;
}

.ms-hero-img-team.twzx{
    background-image: url(../img/twzx-bg2.jpg)
}
.ms-hero-page-override.twzx{
    margin: 0;
}
.ms-hero-bg-primary:after{
    background-color: rgb(1 82 118 / 70%);
}
.ms-hero-img-city.twzx{
    background-image: url(../img/twzx-bg3.jpg)
}

.wrap.wrap-mountain{
    background-image: url(../img/twzx-bg5.jpg)
}
.wrap.wrap-mountain:after{
    background-color: rgb(1 71 103 / 56%);
}
@-webkit-keyframes hue
{
    from{
        filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg)
    }
    to{
        filter: hue-rotate(-360deg);
        -webkit-filter: hue-rotate(-360deg)
    }
}

.i-search {
    display: flex;
   align-items:flex-end;
    position: relative;
    height: 50px;
    min-width: 50px;
    padding: 0;
    margin: 0;
    transition: width ease 1s;
    z-index: 0;
}
.i-search label {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transition: transform ease 0.5s;
    transition-delay: 0.2s;
}
.i-search-input {
    width: 250px;
    color: #fff;
    font-weight: 400;
    height: 50px;
    border: 0;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    transition: width ease 0.5s;
    vertical-align: top;
    border-bottom: solid 3px #fff;
}

.i-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
}
.i-search-input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
}
.i-search-input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
}
.i-search-input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
}