html {
    font-size: calc(100vw / 3.75);
}

body {
    padding: 0.24rem;
    margin: 0;
}

p {
    font-size: 0.14rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(62, 67, 72, 1);
    line-height: 0.22rem;
    margin: 0;
}
p[style*="text-align: center"] {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 0.16rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(62, 67, 72, 1);
    line-height: 0.22rem;
    margin: 0;
    margin-bottom: 0.1rem;
}

h2 {
    font-size: 0.14rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(62, 67, 72, 1);
    line-height: 0.22rem;
    margin: 0;
    margin-bottom: 0.06rem;
}

.question {
    font-size: 0.2rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(62, 67, 72, 1);
    line-height: 0.28rem;
    letter-spacing: 1px;
}

.color_bro {
    color: rgba(184, 148, 133, 1);
}

.fontsizeb {
    font-weight: 600;
    margin-bottom: 0.06rem;
}

.footer {
    font-size: 0.12rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(62, 67, 72, 1);
    line-height: 0.17rem;
}

.company {
    margin-left: 2.04rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(62, 67, 72, 1);
    line-height: 0.17rem;
}
