*{
    line-height: normal;
    box-sizing: border-box;
}

.mobile-common-header{
    width: 100%;
    
}
.mobile-common-header .header-img{
    display: block;
    width: 100%;
}
.mobile-common-header .header-logo-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
	margin-top: 10px;
}
.mobile-common-header .header-logo-code .logo{
    width: 3.76rem;
    height: 0.57rem;
}
.mobile-common-header .header-logo-code .h-qr-code{
    width: 0.88rem;
    height: 0.86rem;
}
.mobile-common-header .header-logo-code .qr-code-outer{
    display: flex;
    gap: .2rem;
}
.mobile-common-header .header-logo-code .qr-code-outer .qr-code-desc{
    display: flex;
    flex-direction: column;
    line-height: normal;
    justify-content: space-between;
} 
.mobile-common-header .header-logo-code .qr-code-outer .qr-code-desc .free-get-doc{
    width: 1.63rem;
    height: 0.24rem;
}

.header-index-nav{
    width: 100%;
    /* height: 1.63rem; */
    padding: 0 .2rem;
    margin: .4rem 0 .35rem 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: .33rem;
}
.header-index-nav li a{
    color: black;
    font-weight: bold;
}
/* .active-url-page{
    border-bottom: 0.06rem solid #36bdd1;
    padding-bottom: 0.2rem;
    color: #36bdd1 !important;
} */