
.discount_con {
    width: 100%;
    background: #fff;
}

.discount_con .back_con {
    width: 100%;
    position: fixed;
    line-height: 120;
    height: 120;
    left: 0;
    bottom: 0;
    background: rgba(31, 31, 31, 0.5);
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 36;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    z-index: 111;
}

.discount_con .back_con img {
    width: 40;
    height: 40;
    margin: 0 40;
}

.discount_con .discount_top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    line-height: 4.375rem;
    font-size: 0.875rem;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #303030;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.discount_con .discount_top .tag {
    width: 25%;
    text-align: center;
}

.discount_con .discount_top .current {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 0.3125rem solid #2BD9E8;
}

.discount_con .menu_con {
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.discount_con .menu_con .menu_unit {
    border-bottom: 1px solid #F2F2F2;
}

.discount_con .menu_con .menu_unit .menu_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    padding: 1.4375rem 0;
    line-height: 1.6875rem;
}

.discount_con .menu_con .menu_unit .menu_title img {
    width: 1.6875rem;
    height: 1.6875rem;
    margin-right: 0.3125rem;
}

.discount_con .menu_con .menu_unit .menu_title label {
    font-size: 0.875rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #303030;
}

.discount_con .menu_con .menu_unit .menu_s_title {
    width: 100%;
    margin: 1.5rem 0;
}

.discount_con .menu_con .menu_unit .menu_s_title label {
    background: #515151;
    border-radius: 0 0.9375rem 0.9375rem 0;
    font-size: 0.875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    padding: 0.3125rem 0.625rem;
}

.discount_con .menu_con .menu_unit .menu_text {
    margin: 0 1.25rem 0 1.25rem;
    font-size: 0.875rem;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #303030;
    line-height: 2.25rem;
/ / padding-bottom: 48;
}

.discount_con .menu_con .menu_unit .office_con {
    width: 100%;
}

.discount_con .menu_con .menu_unit .office_con .office_unit {
    margin: 1.0625rem 1.25rem 0 1.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.75rem 0 rgba(212, 212, 212, 0.4);
    border-radius: 0.625rem;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.discount_con .menu_con .menu_unit .office_con .office_unit .office_unit_enname {
    width: 12.5rem;
    color: #303030;
    font-size: 0.75rem;
    margin-left: 0.625rem;
}

.discount_con .menu_con .menu_unit .office_con .office_unit .office_unit_enname label {
    font-size: 0.875rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.discount_con .menu_con .menu_unit .office_con .office_unit .office_unit_find {
    width: 6.25rem;
    background: rgba(43, 217, 232, 1);
    border-radius: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    margin-left: 0.625rem;
}

.sub-title{
    font-size: 0.6rem;
    text-align: left;
    line-height: 1.5rem;
    margin: 0 1.25rem 0 1.25rem;
    color: #999;
}
