f28() {
    font-size: 28px;
}

.f24 {
    font-size: 24px !important;
}

.split-line {
    height: 1px;
    width: 100%;
    background-color: #D4D4D4;
}

.goodinfo {
    font-size: 28px;
    font-weight: lighter;
    box-sizing: border-box;
    background-color: #FAFAFA;
    color: #2F2929;

    .apply-area {
        margin-top: 20px;
        padding: 48px 0;

        div:first-child {
            font-size: 32px;
            font-weight: 600;
        }

        div + div {
            margin-top: 26px;
            display: flex;
            align-items: center;
            font-size: 28px;

            .sym-area {
                width: 18px;
                height: 21px;
                margin-right: 10px;
            }
        }
    }

    &-head {
        height: 384px;
        position: relative;
        flex-center(center, flex-start);
        flex-direction: column;
        color: #fff;

        .text {
            bottom: 48px;
            position: absolute;
            z-index: 10;
            left: 31px;
            margin-right: 31px;
            font-size: 28px;
            line-height: 1.5;
        }

        &-text {
            width: 513px;
            line-height: 1.5;
        }

        &-name {
            margin-top: 73px;
        }
    }

    &-msg {
        padding: 48px 44px 20px 44px;
        background-color: #fff;

        &-name {
            font-size: 56px;
            font-weight: 500;
        }

        &-text {
            margin-top: 16px;
            font-family: PingFangSC-Light;
            white-space: normal;
        }

        .price-box {
            flex-center(flex-start, center);

            &-price {
                margin-top: 44px;
                margin-right: 16px;

                span {
                    color: #E96858;
                    font-size: 44px;
                    font-weight: 500;
                }
            }

            &-maxprice {
                color: #8A8787;
                align-self: flex-end;
            }
        }

        .split-line {
            margin-top: 24px;
        }

        &-trait {
            >div {
                flex-center(flex-start, center);
                height: 42px;
                margin-top: 24px;
                margin-right: 48px;

                .sym {
                }
            }

            flex-center(flex-start, center);
            color: #E96858;
            font-weight: 500;
        }

        .goods-info-img {
            img {
                position: relative;
                margin-bottom: 125px;
            }
        }
    }

    &-about {
        background-color: #fff;
        padding: 48px 44px;
        flex-direction: column;
        box-sizing: border-box;
        flex-center(space-between, flex-start);

        &-name {
            font-weight: 500;
        }

        &-text {
            margin-top: 26px;
            flex-center(flex-start, center);

            .sym {
                margin-right: 10px;
            }
        }
    }
}

.region-card {
    padding: 32px;
    background: #fff;
    border: 20px solid #FAFAFA;
    border-left: none;
    border-right: none;
    padding-top: 48px;
    padding-bottom: 52px;
    box-sizing: border-box;

    h4 {
        margin-bottom: 26px;
        line-size(32px);
    }

    p {
        opacity: 0.5;
        line-size(28px);
    }
}
