header {
    width: 100%;
}

/* 导航 */

.top_nav {
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

.top_nav ul {
    display: flex;
    margin-right: -(var(--lSize));
}

.top_nav ul li {
    margin: 0 10px;
    height: 5rem;
    line-height: 5rem;
    white-space: nowrap;
}

.top_nav h2 a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
}

.top_nav p {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top_nav h2 a i {
    font-size: var(--bSize);
}

.top_nav li .line {
    line-height: 2rem;
    font-size: var(--bSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 1rem;
}

.top_nav li p {
    width: 100%;
}

.top_nav li .phone {
    line-height: 0.5rem;
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #ff0000;
}

.top_nav li .phone a {
    width: 0.7rem;
    color: #ff0000;
    height: 2rem;
    display: inline-block;
}

.top_nav li .phone a:nth-child(1) {
    line-height: 1rem;
}

.top_nav .try {
    width: var(--aaSize);
    height: var(--bbSize);
    line-height: var(--hSize);
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-top: var(--oSize);
}

.top_nav .try a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
}

.top_nav .login {
    width: var(--ccSize);
    height: var(--bbSize);
    line-height: var(--hSize);
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-top: var(--oSize);
}

.top_nav .login a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
}

.navActive {
    border-bottom: 3px solid #fff;
}

/* 固定导航 */

.top_naved {
    width: 100%;
    height: 5rem;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.top_naved i {
    float: left;
    margin-top: 0.5rem;
    margin-left: 12.375rem;
}

.top_naved ul {
    display: flex;
    float: right;
    margin-right: var(--iiSize);
}

.top_naved ul li {
    display: inline-block;
    margin: 0 10px;
    height: 5rem;
    line-height: 5rem;
}

.top_naved h2 a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000;
}

.top_naved p {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top_naved h2 a i {
    font-size: var(--bSize);
}

.top_naved li .line {
    line-height: 2rem;
    font-size: var(--bSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000;
    margin-top: 1rem;
    margin-left: -0.1rem;
}

.top_naved li p {
    width: 100%;
}

.top_naved li .phone {
    line-height: 0.5rem;
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #ff0000;
}

.top_naved li .phone a {
    width: 0.7rem;
    color: #ff0000;
    height: 2rem;
    display: inline-block;
}

.top_naved li .phone a:nth-child(1) {
    line-height: 1rem;
}

.top_naved .try {
    width: var(--aaSize);
    height: var(--bbSize);
    line-height: var(--hSize);
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    margin-top: var(--oSize);
}

.top_naved .try a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000;
}

.top_naved .login {
    width: var(--ccSize);
    height: var(--bbSize);
    line-height: var(--hSize);
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    margin-top: var(--oSize);
}

.top_naved .login a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000;
}

.navedActive {
    border-bottom: 3px solid #ff0000;
}

/* ############################################# */

.nav_logo {
    display: flex;
    flex-direction: column;
}

/* .nav_logo img {
  width: 12.6rem;
  height: 2.375rem;
} */

.naved_logo {
    display: block;
    /* height: 100%; */
    /* line-height: 7.7rem; */
}

/* .naved_logo img {
    width: 12.6rem;
    height: 2.375rem;
} */

.logo_name {
    font-size: 1rem;
    color: #fff;
}

.logo_named {
    font-size: 1rem;
    color: #ff0000;
}
