*{
    margin: 0;
    padding: 0;
}
.main{
    width: 6.95rem;
    margin: 0 auto;
}
.top{
    height: 0.9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.search{
    width: 5.7rem;
    height: 0.55rem;
    margin-left: 0.1rem;
    border:1px solid #d1d1d1;
    border-radius: 0.3rem;
    padding-left: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.searchimg{
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
}
.messageimg{
    width: 0.6rem;
    height: 0.6rem;
}
.ipt{
    width: 3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color:#818181;
    font-size: 0.3rem;
    outline: none;
    border: none;
}
.sw{
    width: 7.5rem;
    overflow: hidden;
}
.container{
   width: 20.8rem;
}
.onepic,.twopic,.threepic,.fourpic{
    border: 0.01rem solid #666;
    border-radius: 0.05rem;
}
.radiu{
    width: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pic{
    width: 6.5rem;
    height: 3rem;
    border-radius: 0.25rem;
}
.nav{
    margin-top: 0.5rem;
}
.line1,.line2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 2rem;
}
.box{
    width: 1.6rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.box img{
    width: 0.9rem;
    height: 0.9rem;
}
.box span{
    width: 1.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color:#666;
}
.box .pic5{
    width: 0.8rem;
    height: 0.8rem;
}