body {
    width: 7.5rem;
    margin: 0 auto;
}
body, .wap-wrap{
    background-color: #f8f8f6;
}

.top_image{
    width: 100%;
    height: auto;
    display: block;
}

.menu_tag_bg{
    padding: 0 0.3rem;
    z-index: 10000;
    background-color: #ffffff;
}
.sticky{
    position: sticky;
    top: 0;
}
.menu_content_bg{
    padding: 0.3rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.single_menu{
    width: 1.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #ebdfd1;
    color: #000000;
    font-size: 0.24rem;
    font-weight: 700;
    border-radius: 0.04rem;
    margin-bottom: 0.1rem;
}
.menu_select{
    background-color: #d5af85;
    color: white;
}

.single_project_bg{
    margin: 0.6rem 0.3rem;
    background-color: #ffffff;
    border-radius: 0.16rem;
    overflow: hidden;
    z-index: 0;
}
.single_project_top_bg{
    margin: 0.3rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.header_image{
    width: 1.96rem;
    height: 0.12rem;
}
.header_title{
    font-size: 0.36rem;
    color: #000000;
    font-weight: 700;
    flex-shrink: 0;
}
.single_project_content_bg{
    margin: 0.3rem 0.1rem 0.2rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.single_project_content_bg:after{
    content: '';
    width:2.16rem;
}
.single_content_bg{
    width: 2.16rem;
    border-radius: 0.08rem;
    background-color: white;
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: 0.2rem;
    z-index: 0;
}
.project_cover_image{
    width: 2.16rem;
    height: 1.72rem;
    background-color: #dddddd;
    display: block;
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
}
.project_name{
    height: 0.6rem;
    margin: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
}
.project_company{
    margin: 0.1rem;
    /*height: 0.18rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*line-height: 0.18rem;*/
    color: #999999;
    font-size: 0.18rem;
}
.origin_price_div{
    position: relative;
    margin: 0.1rem;
    width: 1.5rem;
    height: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
}
.origin_price_image{
    width: 1.5rem;
    height: 0.24rem;
    display: block;
}

.origin_price{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #9753FF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: line-through;
}
.project_promotion_price_bg{
    margin: -0.15rem 0.1rem 0.1rem 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #f75552;
    font-size: 0.2rem;
    color: white;
    font-weight: 700;
    border-radius: 0.04rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anchor-points{
    display: block;
    height: 1.84rem;
    /*margin-top: -1.84rem;*/
    margin-top: -2.44rem;
    visibility: hidden;
    background-color: red;
}


