.introContent1{
    height: 5.3rem;
    background-size: 100% 5.3rem;
    padding-top    : 0.3rem;
}
.introContent1>p{
    margin-top: 8px;
}
.introContent1-title1{
    font-size: 40px;
    color: #FFFFFF;
    font-family: PangMenZhengDao;
}
.introContent1-title2{
    color: #FFFFFF;
    margin-top: 0.2rem;
}
.introduceLabel{
    transform: translateY(-15px);
}
.introduceLabel>div{
    width: 7.1rem;
    /* height: 1.2rem; */
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    display: flex;
    align-items: baseline;
    padding:0.2rem 0.1rem;
    margin-bottom: 0.1rem;
}
.introduceLabel>div p:last-child{
    flex: 1;
}
.introduceLabel .dian{
    width: 4px;
    height: 4px;
    background: #21CA63;
    border-radius: 50%;
    margin-right: 0.1rem;
    transform: translateY(-2px);
}
.text-title{
    color: #1B2821 !important;
}
.introduceBtn{
    width: 1.8rem;
    height: 0.6rem;
    border-radius: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
}
.labelContent img{
    width: 1rem;
    height: 1rem;
}
.cardContent{
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(4, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 7px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.cardBox{
    width: 3.48rem;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 0.4rem 0.2rem;
}
.cardBox img{
    width: 35px;
    height: 35px;
}
.questionContent{
    margin-bottom: 15px;
    padding: 0 0.2rem;
    width: 100%;
}
.questionContent img{
    width: 16px;
    height: 16px;
    
}
.questionBox{
    width: 100%;
    height: 44px;
    background: #FFF4E3;
    border: 1px solid #FFCC00;
    border-radius: 6px;
    color:#FF6600;
    font-size: 12px;
    padding: 0.1rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.appGrid{
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(3, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 30px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}