.flex_around{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.fw7{
    font-weight: 700;
}
.border_bot{
    border: 1px solid  #f2f2f2;
    border-bottom:none;
}
.border_top{
    border: 1px solid #f2f2f2;
    border-top:none;
}
.flex1{
    flex: 1;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_xin{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_xin .pp{
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 10px;
}
.page_xin .aa a{
     padding: 4px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 10px;
}
.page_xin .aa .cur{
    margin: 0 10px;
}
.box_flex{
    display: flex;
    padding: 10px 15px;
    height: 100px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.box_flex .img{
    display: inline-block;
    width:90px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}
.box_flex .img img{
    width:100%;
    height: 100%;
}
.box_flex .infor{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    height: 75%;
}
.box_flex .infor .bq{
    margin-top: 15px;
}
.box_flex  .btn{
     margin-left: auto;
    border-radius: 40px;
    background: #fe3c7a;
    padding: 6px 15px;
    color: #fff;
    min-width: 30px;
}
.m_page {
    background: #fff;
    padding: 0.3rem 0.15rem;
    display: flex;
    justify-content: space-around;
    font-size: 0.24rem;
}
.m_page>span {
    font-size: 14px;
    width: 22%;
    display: inline-block;
    line-height: 24px;
    border-radius: 10px;
    text-align: center;
    background: #fe3c7a;
    color: #fff;
    position: relative;
    border: 1px solid #fe3c7a;
}
.m_page>a {
    font-size: 14px;
    width: 12%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    line-height: 24px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    color: #333;
    margin: 0 1%;
}