body{
    margin: 0;
    padding: 0;
}
#head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.2rem;
    left: 0;
    right: 0;
   
    height: 0.9rem;
}
.head-img img{
    width: 4.17rem;
    height: auto;
}
.nav{
    margin: 0 0.3rem;
}
.nav-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.nav-ul>li{
    list-style: none;
    margin: 0;
    font-size: 0.18rem;
    height: 0.3rem;
    line-height: 0.3rem;
    
}
.nav-ul>li>a{
    text-decoration: none;
    color: #000;
    margin: 0 0.22rem;
}
.nav-ul>li>a:hover{
    color: rgb(255, 174, 0);
}
.head-sarch{
    height: 0.2rem;
    padding-top: 2px;
    width: 0.6rem;
    background-color: #fff;
    border-radius: 50px;
    text-align: right; 
}
.head-sarch img{
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.05rem;
}
.nav-son{
    display: flex;
    flex-direction: column;
}
.nav-son:hover ul{
    z-index: 33;
    display: block;
    height: auto    ;
    float: right;
    padding: 0;
}
.nav-son>ul{
    height: auto;
    display: none;
    float: right;
    padding: 0;
    background-color: rgba(245, 245, 245);
}
.nav-son>ul>li{
    list-style: none;
    border-bottom: 1px solid rgb(230, 230, 230,0.7);
    text-align: center;
    padding: 0.04rem 0;
}
.nav-son>ul>li>a:hover{
    font-size: 0.16rem;
    font-size: 0.14rem;
    color: rgb(255, 174, 0);
    text-decoration: none;
}

.nav-son>ul>li>a{
    font-size: 0.16rem;
    font-size: 0.14rem;
    color: #333;
    text-decoration: none;
}

#AppHead{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 3px 7px 0px rgba(6, 0, 1, 0.35);
}
#Ahead-img{
    border-bottom: 0 0 0.1rem 0 #333;
    height: 1.2rem;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
#HeadImg{
    width: 4.5rem;
    height: auto;
}
#imgMenuBtn{
    width: 0.4rem;
    height: 0.4rem;
}

/* 菜单栏 */
#right-menu{
    width: 5.6rem;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#right-menu-top{
    height: 3rem;
    position: fixed;
    top: 0;
    width: 5.6rem;
}
#right-menu-input{
    width: 4.8rem;
    text-align: center;
    margin: auto;
    margin-top: .5rem;
    position: relative;
}
.right-menu-hede img{
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.4rem;
    margin-left: 0.4rem;

}
#right-menu-input img{
    position: absolute;
    left: 0.1rem;
    top: 50%;
    bottom: 0;
    transform: translate(0,-50%);
    width: 0.3rem;
    height: 0.3rem;
}
#right-menu-input input{
    width: 3.8rem;
    outline-style: none ;
    border: 0.01rem solid #bbb; 
    border-radius: 12px;
    padding: 0.14rem 0.5rem;
    font-size: 0.22rem;
}
#right-menu-input input:focus{
    border-color: #6cafe6;
    outline: 0;
    -webkit-box-shadow: inset 0 0.01rem 0.01rem rgba(0,0,0,0.7),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0.01rem 0.01rem rgba(0,0,0,0.7),0 0 8px rgba(102,175,233,.6)
}
#right-menu-item{
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}
#right-menu-item>ul{
    list-style:none;
    width: 100%;
    height: 100%;
    line-height: 0.8rem;
    margin: 0px;
    padding: 0 0.26rem;
    overflow: scroll;
}
#right-menu-item>ul>li{
    width: 5rem;
    border-bottom: 0.01rem solid #eee;
    padding-bottom: 0;
}
#right-menu-item>ul>li>a{
    text-decoration: none;
    font-size: 0.3rem;
    font-weight: 500;
    color: #000;
    margin-left: 0.1rem;
}

#success-nav{
    list-style:none;
    margin-left: 0.4rem;
    padding: 0;
}
#success-nav>li{
    padding-left: 0.1rem;
    font-size: 0.26rem;
    border-bottom: 0.01rem solid #eee;
    color: #333;
}
