/* PC头部开始 */
.content {
    /* 使用了rem375要把从根元素继承的字体大小消除 */
    font-size: 0px;
    width: 100%;
    height: 0.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.content .logo-pc {
    width: 1.48rem;
    height: 0.36rem;
    margin: auto 0;
    margin-left: 0.6rem;
}

/* 将移动端需要隐藏 开始 */
.content .nav-list {
    font-size: 0px;
    display: none;
}

.content .logo {
    display: none;
}
/* 将移动端需要隐藏 结束 */

/* 导航开始 */
.content .nav {
    /* width: 10.63rem; */
    height: 100%;
    display: flex;
    /* overflow: hidden; */
}

.content .nav li {
    height: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.22rem;
    margin-right: 0.60rem;
}

.content .nav li a {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.content .nav li .active {
    color: #006EFF;
}

/* 导航结束 */

/* PC头部结束 */