.wrap{
    width: 7.5rem;
    height:100vh;
    overflow-y: scroll;
    background: var(--bg-color1);
    position: relative;
    padding-top: 0.86rem;
    box-sizing: border-box;
}
.header{
    width: 100%;
    height: 0.86rem;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top:0;
    left:0;
    z-index: 50;
}
.header > img:nth-child(1){
    width: 0.18rem;
    height: 0.34rem;
    position: absolute;
    left:0.32rem;
    top:50%;
    margin-top: -0.17rem;
    z-index: 55;
}
.header > div:nth-child(2){
    display: flex;
    align-items: center;
}
.header > div:nth-child(2) > img:nth-child(1){
    width: 0.38rem;
    height: 0.38rem;
}
.header > div:nth-child(2) > div:nth-child(2){
    margin-left: 0.06rem;
    font-size: 0.34rem;
    color:#fff;
}
.main_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.24rem;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    padding-bottom: 0.32rem;
}
.module_1{
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module_1 > div:nth-child(1){
    width: 5.58rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0 0.32rem;
    box-sizing: border-box;
}
.module_1 > div:nth-child(1) > img:nth-child(1){
    width: 0.32rem;
    height: 0.32rem;
}
.module_1 > div:nth-child(1) > input:nth-child(2){
    flex:1;
    height: 100%;
    margin-left: 0.16rem;
    font-size: 0.28rem;
    color:#333;
}
.module_1 > a{
    width: 1.28rem;
    height: 0.8rem;
    border-radius: 0.16rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.module_1 > a > img:nth-child(1){
    width: 0.4rem;
    height: 0.4rem;
}
.module_1 > a > div:nth-child(2){
    font-size: 0.28rem;
    color:#333;
}
.module_2{
    margin-top: 0.32rem;
    width: 100%;
}
.module_2 > div:nth-child(1){
    color:#333;
    font-size: 0.36rem;
    font-weight: bold;
}
.module_2 > div:nth-child(2){
    margin-top: 0.32rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.module_2 > div:nth-child(2) > a{
    padding: 0.16rem;
    border-radius: 0.1rem;
    background: #E5E5E5;
    margin-right: 0.32rem;
    margin-bottom: 0.32rem;
    font-size: 0.28rem;
    color:#666;
    display: flex;
    align-items: center;
    justify-content: center;
}