html{
    font-size: 26.66667vw;
}
body{
    font-size: 0.14rem;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.limitLine{
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    display: -webkit-box; /* 使用老版本的 Webkit 内核，如 iOS Safari */
    -webkit-box-orient: vertical; /* 垂直方向排列 */
    white-space: normal; /* 多余文本换行显示 */
}

.fixTop{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    background: #fff;
}
.newIndexNav,
.navLeft,
.navRight{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newIndexNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newIndexNav{
    font-size: 0.14rem;
    padding:0.06rem  0.12rem;
}
.newIndexNav  a{
    text-decoration: none;
    color: #CCCCCC;
}
 .goMain{
    width: 0.84rem;
    height: 0.32rem;
    background-size: 100%;
} 
.goMain img{
    display: block;
    height: 100%;
}
.goSearch{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:0.12rem;
    margin-left:  0.16rem;
    width: 1.7rem;
    height: 0.32rem;
    background: #f8f8f8;
    border-radius: 0.16rem;
    color: #cccccc;
    box-sizing: border-box;
}
.goSearch img{
    display: block;
    height: 0.16rem;
    margin-right: 0.04rem;
}
.navRight .goLogin{
    font-size: 0.14rem;
    text-align: left;
    color: #cc0000;
    line-height: 0.2rem;
    margin-right: 0.14rem;
}
.goMenu{
    width: 0.24rem;
    height: 0.24rem;
}
.goMenu img,.userIcon img{
    display: block;
    height: 100%;
    width:100%
}
.userIcon{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
}
.userIcon img{
    border-radius: 50%;
}
.m_footer{
    padding:0.24rem 0.12rem  0.16rem;
    background: #333333;
    text-align: center;
    margin-top: 0.24rem;
}
.m_footer h3{
    font-size: 0.16rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 0.22rem; 
}
.m_footer dl{
    padding-bottom: 0.16rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.m_footer dt{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.26rem; 
    margin-top: 0.16rem;
}
.m_footer  dd{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    line-height: 0.17rem;
    margin-top: 0.04rem;
}
.downApp{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.2rem;
    padding-top: 0.16rem;
    margin-bottom: 0.1rem;     
}
.downApp img{
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem ;
}
.recordNumber{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    line-height: 0.18rem;
}
.recordNumber a{
    color: #cccccc;
}
.part{
    padding: 0.16rem 0.12rem 0;
}
.part1{
    padding-top: 0.6rem;
}
.part h3{
    height: 0.2rem;
    font-size: 0.14rem;
    font-weight: 700;
    text-align: left;
    color: #333333;
}
.part li{
    padding-top: 0.1rem;
}
.part a{
    height: 0.32rem;
    background: #ffffff;
    border: 0.01rem solid #ececec;
    border-radius: 0.02rem;
    text-align: center;
    line-height: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.part h3 a{
    border: none;
}
.part ul{
    flex-wrap: wrap;
}
.part1 a{
    width: 22%;
}
.part1 span{
    width: 22%;
    height: 0.32rem;
}
.part2 li a{
    width: 1.7rem;
    padding: 0 0.1rem 0;
}
.part4 a{
    width: 33%;
}
.part6{
    justify-content: flex-start;
}
.part6 li a,.part6 li span{
    display: block;
    width: 1.1rem;
    padding: 0 0.1rem;  
}
.downApp2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    line-height: 0.44rem;
    background: linear-gradient(90deg,#cc0000, #e43916);
    border-radius: 0.22rem;
    padding: 0;
    margin: 0.24rem auto;
    color: #fff;
}
.downApp2 img{
    width: 0.2rem;
    height: 0.2rem;
}
.goMenu img{
    display: none;
}