/* 分栏 */
.fenLan{
    width: 7.5rem;
    height:100vh;
    background: rgba(36, 35, 35, 0.57);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.fenLan-add{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow-y: scroll;
}
.fenLan_mainTop01{
    width: 100%;
    padding: 0.4rem 0.45rem 0.4rem 0;
    display: flex;
    justify-content: space-between;
}
.fenLan_mainTop01-left{
    width: 3.24rem;
    height: 0.6rem;
    display: flex;
}
.fenLan_mainTop01-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fenLan_mainTop01-right{
    width: 0.53rem;
    height: 0.35rem;
    display: flex;
}
.fenLan_mainTop01-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fenLan_heng{
    width: 100%;
    height: 0.1rem;
    background: rgb(0 0 0 / 2%);
}
.fenLanList{
    width:100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.fenLanItem{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid #e0d8d8;
    flex-direction: column;
}
.fenLanItemSp1{
    display: flex;
    padding: 0.34rem 0;
}
.fenLanItemSp1 a{
    font-size: 0.32rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
}
.fenLanItemSp1 a:focus{
    color: rgb(166, 160, 160);
    cursor: pointer;
}
.flhot{
    width: 0.51rem;
    height: 0.25rem;
    position: absolute;
    top: 0.25rem;
    left: 2rem;
}
.fenLanItem-to{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
}
.al-right{
    width: 0.23rem;
    height: 0.24rem;
    background: url(../images/wapindex/add.png) no-repeat;
    background-size: 100% 100%;
}
.al-right2{
    width: 0.23rem;
    height: 0.03rem;
    background: url(../images/wapindex/jian.png) no-repeat;
    background-size: 100% 100%;
}
.fenLanItemEji{
    width: 100%;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    display:none;
}
.fenLanItemEji span{
    height:1rem;
    line-height:1rem;
    padding-left: 0.58rem;
    display: flex;
}
.fenLanItemEji span a{
    font-size: 0.28rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    opacity: 0.76;
}
.fenLanItemEji span a:focus{
    color: #272727;
    cursor: pointer;
}
.zx{
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #626262b5;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-bottom:3rem;
}
.zx span{
    font-size: 0.41rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #626262b5;
}
