/* 分栏 */
.fenLan{
    width: 7.5rem;
    height:100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}
.fenLan-add{
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0; 
}
.fenLan_top{
    width: 100%;
    background-color: #FAFBFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.32rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fenLan_logo{
    width:3rem;
}
.fenLan_right{
    display: flex;
    align-items: center;
}
.fenLan_right img{
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.2rem;
}

.fenLanList{
    width:0;
    height: 100%;
    margin-left: 2rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-top:1.33rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
}
.fenLanList_sp01{
    width: 100%;
    height:12rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.fenLanItem{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
    flex-direction: column;
}
.fenLanItemSp1{
    font-size: 0.33rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    padding: 0.34rem 0 0.34rem 0.58rem;
}
.fenLanItemSp1 a:focus{
    color: rgb(166, 160, 160);
    cursor: pointer;
}
.fenLanItem-to{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fenLanItem-h{
    margin-right: 0.39rem;
}
.al-right {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../wapimages/wapIn_add01.png) no-repeat;
    background-size: 100% 100%;
}
.al-right2 {
    width: 0.3rem;
    height: 0.05rem;
    background: url(../wapimages/wapIn_jian.png) no-repeat;
    background-size: 100% 100%;
}
.fenLanItemEji{
    width: 100%;
    background: #F2F3F7;
    display: flex;
    flex-direction: column;
    display:none;
}
.fenLanItemEji span{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    opacity: 0.76;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.8rem;
}
.fenLanList_sp02{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.34rem;
    box-shadow: 0 -0.05333rem 0.10667rem 0 rgb(37 43 58 / 6%);
}
.fenLanBtn{
    width: 4.45rem;
    height: 0.76rem;
    background-color: #BA1C1B;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
    border: none;
    margin: 0.5rem auto;
}
.fenLanBtn01{
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #BA1C1B !important;
    color: #BA1C1B;
    background: #fff;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.33rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.fenLanPhone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #BA1C1B!important;
    border-radius: 0.38rem;
    margin: 0 auto;
    margin-bottom: 0.36rem;
}
.phone1{
    width: 0.43rem;
    height: 0.46rem;
    margin: 0 0.3rem 0 0;
}
.fenLanPhoneS{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #BA1C1B;
}
.fenLanItem:last-child{
    border-bottom: none;
}
.fenLanItem:focus{
    color: #cac7c7;
    cursor:pointer;
}
.fenLanItemEji span:hover{
    background-color: #595959;
    cursor: pointer;
}



