/*顶部导航开始*/
* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #eb4e2f;
}

/*导航栏背景*/
.nav-bj {
    width: 100%;
    height: 200px;
    background: url("../../../../static/image/jlxk-wap/topbj.png") center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.nav-bj-img {
    margin-left: 20px;
}

.nav-bj-img img {
    width: 100%;
    height: 90px;
    margin-top: 42px;
    text-align: center;
}

/*搜索栏开始*/
#nav .nav-search {
    height: 32px;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

#nav .nav-search input {
    width: 58%;
    height: 32px;
    border-radius: 6px;
    border: unset;
    padding-left: 10px;
    background: #EE868D;
    background-position: 8px center;
    color: #FCB0B4;
    position: relative;
}

#nav .nav-search input::-webkit-input-placeholder {
    color: #FCB0B4;
}

#nav .nav-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FCB0B4;
}

#nav .nav-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FCB0B4;
}

#nav .nav-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FCB0B4;
}

#nav .nav-search button {
    width: 50px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background: url(../../../../static/image/search.png) no-repeat center #eb4e2f;
    background-size: auto 60%;
    position: absolute;
    right: calc(100% - 80%);
    cursor: pointer;
}

/*搜索栏结束*/
#nav .nav-tab {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 5px #dccfcf;
    background-color: rgba(195, 19, 22, 0.5);
}
#nav .nav-tab .nav_left{
    width: 90%;
}

#nav .nav-tab .van-tab {
    color: #f0f0f0;
    font-size: 16px;
}

#nav .nav-tab .van-tabs__nav {
    background-color: rgba(195, 19, 22, 0.5);
}

#nav .nav-tab .van-tab--active {
    color: #f0f0f0;
    font-size: 20px;
}

#nav .nav-tab .van-tabs__line {
    background-color: #f0f0f0;
}

#nav .nav-tab .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
    border-width: 0px 0;
}
#nav .nav-tab .nav_right{
    width: 10%;
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
    background-color: rgba(195, 19, 22, 0.5);
}
/*导航栏结束*/
/*底部导航开始*/
.footer {
    width: 100%;
    height: 160px;
    background: url("../../../../static/image/jlxk-wap/footbj.png") center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.footer div{
    color: #FFFFFF;
    margin: 5px auto;
}
.footer div a{
    color: #FFFFFF;

}
/*底部结束*/
