
/* 移动端 */
.fenLan{
    display: none;
}
@media screen and (max-width: 768px){
    .header{
        display: none !important;
    }
    .mainTop01{
        width: 100%;
        height: 1.2rem;
        display: block !important;
    }
    .mainTop01_info{
        width: 100%;
        height: 1.2rem;
        background: #fff;
        line-height: 1.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0 0.16rem;
    }

    .mainTop01-left{
        width: 5.2rem;
        height: 0.65rem;
        object-fit: contain;
        display: flex;
    }
    .mainTop01-left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mainTop01-right{
        width: 0.45rem;
        height: 0.35rem;
        display: flex;
    }
    .mainTop01-right img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* 移动端分栏菜单 */

    .fenLan{
        width:100%;
        height:100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .fenLan-add{
        width: 100%;
        height:100%;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        background: #fff;
        overflow-y: scroll;
    }
    .fenLan_mainTop01{
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.292rem 0.36rem;
        background: #fff;
        border-bottom: 0.01rem solid #e0d8d830;
    }
    .fenLan_mainTop01-left{
        width: 3.2rem;
        display: flex;
    }
    .fenLan_mainTop01-left img{
        height: 70%;
        object-fit: cover;
        margin-top: 10px;
    }
    .fenLan_mainTop01-right{
        width: 0.35rem;
        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: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        border-bottom: 0.01rem solid #6666663d;
    }
    .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%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fenLanItem-h{
        width: 0.35rem;
        height: 0.35rem;
        display: flex;
        margin-right: 0.2rem;    
    }
    .fenLanItem-h:active img{
        transform: rotate(180deg);
    }
    .fenLanItem-h img{
        width: 100%;
        height: 100%;
        transition: all 0.3s linear;
    }
    .al-right{
        width: 0.35rem;
        height: 0.35rem;
        background: url(../wapimages/down.png) no-repeat;
        background-size: 100% 100%;
    }
    .al-right2{
        width: 0.35rem;
        height: 0.35rem;
        background: url(../wapimages/top.png) no-repeat;
        background-size: 100% 100%;
    }
    .fenLanItemEji{
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        display:none;
    }
    .fenLanItemEji span{
        height:0.8rem;
        line-height:0.8rem;
        padding-left: 0.08rem;
        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;
    }

    .seach{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .seach_in{
        width: 100%;
        height: 1rem;
        background: #f5f5f5;
        display: flex;
        align-items: center;
    }
    .seach_in_left{
        width: 80%;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 0.3rem
    }
    .seach_in_left img{
        width: 0.35rem;
        height: 0.35rem;
        margin-right: 0.3rem;
    }
    .seach_in_left input{
        outline: none;
        border: none;
        background:none;
        font-size: 0.25rem;
        color: #000;
    }
    .seach_in_left input::placeholder{
        font-size: 0.25rem;
        color: #000;
    }
    .seach_in_btn{
        width: 20%;
        background: #004896;
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.25rem;
        color: #fff;
    }
    .seach_in_btn:active{
        opacity: 0.5;
    }
    .seach_zx{
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        border: 0.02rem solid #bdbbbb73;
        display: flex;
        margin-top: 0.3rem;
    }
    .seach_zx a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.28rem;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #004896;
    }
    .seach_zx img{
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.25rem;
    }
}