@import url("icon.css");
@import url("main.css");
.beituan-search-icon{
    background: #4571F2;
    padding: .08rem .3rem;
    width: .25rem;
    border-radius: .3rem;
}
.beituan-avatar{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    overflow: hidden;
}

.tuanbei-top-p{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.tuanbei-history-tip{
    display: flex;
    justify-content: space-between;
    padding: .12rem .2rem .12rem .2rem;
    font-size: .22rem;
    color: #666;
}
.tuanbei-history-list{
    padding: .12rem .2rem;
    display: flex;
    flex-wrap: wrap;
}
.tuanbei-history-list a{
    padding: .1rem .2rem;
    font-size: .22rem;
    background: #F8F8F8;
    margin-right: .2rem;
}
.beituan-coupon-box {
    height:1.02rem;
    line-height: .62rem;
    padding: 0 .2rem;
    background-color: #fff;
    border-top: .2rem solid #F1F1F1;
    border-bottom: .2rem solid #F1F1F1;
    font-size: .22rem;
}
.beituan-coupon-box:after {
    content: "";
    width: .15rem;
    height: .15rem;
    border-left: .015rem solid #999;
    border-bottom: .015rem solid #999;
    display: block;
    float: right;
    margin: .2rem .1rem 0 .2rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.beituan-coupon-items{
    padding: .1rem .2rem;
    font-size: .22rem;
    margin:0 .2rem;
    color: #ff3e00;
}
.beituan-other-box{
    height: .62rem;
    line-height: .62rem;
    padding: 0 .2rem;
    margin-top: .1rem;
    background-color: #fff;
    font-size: .22rem;
}
.beituan-header{
    margin: .2rem;background: #fff;border-radius: .1rem;overflow: hidden;align-items: center;
}
.beituan-user-header{
    display: flex;
    justify-content: space-between;
    background-image: url(../images/header-bg.png);
    background-size: cover;
    color: #fff;
    height: .6rem;
    align-items: center;font-size: .23rem;
}
.beituan-fc{
    display: flex;align-items: center
}
.member-icon{
    width: .4rem;
    height: .4rem;
    margin:0 .2rem;
}
.beituan-user-footer{
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.beituan-footer-1{
    padding: .2rem;
}
