﻿@charset "utf-8";
/*导航部分*/
header, nav {
    z-index: 111;
    position: relative;
}

header {
    position: fixed;
    top: 0;
    width: 3.75rem;
}

.auto-info, .footer-text, .live-logo, .nav-item {
    text-align: center
}

a {
    color: #6d6d6d;
    border: 0;
    -webkit-tap-highlight-color: transparent
}



li {
    list-style: none
}

article, aside, footer, header, nav, section {
    display: block
}

img {
    border-style: none
}

header nav .nav-more-btn.active {
    background: url(https://t1.huanqiucdn.cn/14d3f37f29e28d1e8faf18326ef03113.png) no-repeat center;
    background-size: 100%;
}

header .nav-more {
    position: absolute;
    top: 0.4rem;
    right: 0;
    padding: .2rem .09rem 0 .09rem;
    background: #fff;
    overflow: hidden;
    height: 0;
    opacity: 0;
    /*-webkit-transition: all .3s ease .1s;*/
    /*transition: all .3s ease .1s;*/
}

    header .nav-more a {
        float: left;
        width: 0.82rem;
        height: 0.34rem;
        background: #F5F5F5;
        border-radius: 0.02rem;
        font-size: 0.14rem;
        color: #383838 !important;
        letter-spacing: 0;
        text-align: center;
        line-height: 0.34rem;
        margin: 0.06rem 0.035rem;
    }

header {
    height: 0.4rem;
}

.header-logo {
    position: absolute;
    left: 0.09rem;
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    z-index: 100;
}

nav {
    margin-left: 0.87rem !important;
    padding-right: 0.5rem !important;
    line-height: 0.4rem;
    height: 0.4rem;
    background: url(../images/bj/bgnav.png) center no-repeat;
}

.nav-more-btn {
    width: 0.42rem;
    height: 0.4rem;
    background: url(../images/part.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

nav .nav-item {
    display: inline-block;
    padding: 0 .075rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
}

.nav-item, .nav-item a {
    color: #ffffff !important;
}

    .nav-item.active {
        font-weight: 700;
    }

        .nav-item.active a {
            font-weight: 700;
            color: #fff !important;
            font-size: 0.18rem;
            /*font-family: PingFangSC-Semibold;*/
        }

.nav-scroll {
    height: 0.42rem;
    height: -webkit-calc(0.42rem - 0.02rem);
    height: calc(0.42rem - 0.02rem);
    overflow: hidden;
    position: absolute;
    width: 2.42rem;
    left: 0;
    top: 0;
}

.nav-main {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-main-bar {
    white-space: nowrap
}
/* 弹出更多列表 */
.pet_more_list {
    width: 100%;
    left: 0;
    height: 80%;
    background: rgba(48,52,53,.9);
    position: fixed;
    bottom: -9900px;
    z-index: 9999;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

.pet_more_list_block {
    max-width: 640px;
    margin: 0 auto;
    color: #fff;
}

.pet_more_close {
    text-align: right;
    height: 35px;
    width: 100%;
    line-height: 45px;
    padding-right: 15px;
    font-size: 30px;
    color: #cbc8d9;
}

.pet_more_list_show {
    bottom: 0;
    left: 0;
    animation: more_list 0.5s;
    -webkit-animation: more_list 0.5s;
}

.pet_more_list_block {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

.pet_more_list_block_name_title {
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    clear: both;
}

.pet_more_list_block_name_ico {
    font-size: 18px;
}

.pet_more_list_block_line {
    cursor: pointer;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    margin-left: 0px;
    display: inline-block;
    border-radius: 5px;
    background: url(../images/bj/bgnav.png) center no-repeat;
}

    .pet_more_list_block_line:hover {
        color: #fff;
    }

.pet_more_list_block_line_height {
    padding-top: 10px;
}

.pet_more_list_block_line_ico {
    margin: 5px 0 0 5px;
    display: block;
    float: left;
    width: 20px;
    height: 35px;
    margin-right: 5px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pet_more_list_block_line_font {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    font-size: 14px;
}

.pet_list_tytj_ico {
    margin: 0;
    margin-top: 2px;
    margin-right: 5px;
}
