<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fl {
    float: left;
}
.fr {
    float: right;
}




.nav-fixed {
    width: 100%;
    height: 60px;
    color: #fff;
    background: rgba(39, 94, 199, .8);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
}

.nav-fixed-banner {
    width: 1198px;
    height: 90px;
    background: url(../../images/img/nav-fixed-banner.png) no-repeat 5px 0;
    box-sizing: border-box;
    padding: 15px 70px 10px;
    position: absolute;
    top: -149%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .75s
}
.nav-fixed-banner.on {
    /* width: 332px; */
    /* padding: 0px 3px 0px 40px; */
    /* left: 1126px; */
    background: none;
    width: 240px;
    padding: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
}
.nav-fixed-banner.on .swiper-slide img {
    width: 100%;
}















.nav-fixed-container {
    width: 1130px;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    position: relative;
}
.nav-fixed-container form {
    margin-top: 15px;
    width: 420px;
    height: 30px;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.nav-fixed-container form input:first-child {
    width: 360px;
    background-color: white;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 15px;
}
.nav-fixed-container form input:last-child {
    width: 100px;
    background-color: #275ec7;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 322px;
    cursor: pointer;
}
.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-fixed-container-1 {
    height: 100%;
    background: url(../../images/img/fixed-nav-1.png) no-repeat 0 center;
    height: 60px;
    width: 185px;
    margin-left: 15px;
    border-left: 1px solid #275ec7;
    padding-left: 60px;
    background-position: 10px;
    margin-right: 20px;
}
.nav-fixed-container-2 {
    height: 100%;
    background: url(../../images/img/fixed-nav-2.png) no-repeat 0 center;
    height: 45px;
    width: 110px;
    color: #fff;
    border-left: 1px solid #275ec7;
    padding-left: 60px;
    padding-top: 15px;
    background-position: 10px;
    margin-right: 20px;
}
.nav-fixed-container-3 {
    height: 100%;
    background: url(../../images/img/fixed-nav-3.png) no-repeat 0 center;
    height: 45px;
    width: 120px;
    color: #fff;
    border-left: 1px solid #275ec7;
    padding-left: 60px;
    padding-top: 15px;
    background-position: 10px;
    margin-right: 20px;
}
.nav-fixed-container h2 {
    font-size: 22px;
}
.nav-fixed span {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.nav-fixed span:nth-child(2) {
    display: none;
}

























</pre></body></html>