.content{
    width: 100%;
}
.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height:6.7rem;
    margin: 0.2rem auto;
    border-radius: 0.2rem;
    background: url('../images/privacy/contactbg.png') no-repeat center center;
    background-size: cover;
}
.ban_text{
    /* margin: ; */
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
}
.ban_size{
    font-size: 0.76rem;
}
/* function */
.function{
    width: 80%;
    height: 7.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}
.functionImg{ 
    width: 6.7rem;
    height: 7.2rem;
    /* background-color: pink; */
}
.functionImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionText{
    width: 6.7rem;
    height: 7.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
    /* justify-content: center; */
}
.functionTextTitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-label{
    font-size: 0.28rem;
    color: #000000;
    margin-bottom: 0.2rem;
    /* margin-bottom: 0.1rem; */
}

.section-title{
    width: 5.5rem;
    font-size: 0.48rem;
    color: #000000;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
    /* margin-bottom: 0.1rem; */
}

.section-text{
    font-size: 0.19rem;
    color: #000000;
    line-height: 0.25rem;
}

.functionTextContent{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.functionTextContentItem{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    gap: 0.3rem;
}

.functionTextDot{
    width: 0.8rem;
    height: 0.8rem;
    background-color: #33A6FF;
    border-radius: 50%;
    text-align: center;
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.8rem;
}

.functionTextDetail{
    width: 5.5rem;
    font-size: 0.23rem;
}
.detailTitle{
    font-size: 0.28rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.05rem;
}

/* commit */
.commit{
    width: 90%;
    height: 7.2rem;
    background: url('../images/privacy/picBanner.png') no-repeat center center;
    background-size: cover;
    border-radius: 0.5rem 0.2rem 0.2rem 0rem;
    margin: 1.2rem auto;
    /* margin-bottom: 3.2rem; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.5rem;
}
.commitTitle{
    width: 3rem;
    margin-left: 5rem;
    margin-top: -3rem;
}

.commitLeft{
    width: 7.14rem;
    height: 6.8rem;
    /* background-color: pink; */
}
.commitLeft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitRight{
    flex:1;
    height: 7rem;
    /* background-color: rgb(140, 69, 81); */
    padding: 0.5rem 1.5rem 0.5rem 0.2rem;
    box-sizing: border-box;
}

.commitContent{
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
}
.commitContentTitle{
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.2rem;
    line-height: 0.8rem;
}

.commitContentText{
    width: 8rem;
}

.commitDetail{
    margin-top: 0.3rem;
}

.commitDetailList{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
}

.commitDetailItem{
    cursor: pointer;
}

.commitDetailItemHeader{
    display: flex;
    align-items: center;
    gap: 0.15rem;
    padding: 0.1rem 0;
}

.commitDetailIcon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 0.25rem;
    height: 0.25rem;
    overflow: visible;
}
.commitDetailIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.commitDetailTitle{
    font-size: 0.25rem;
    color: #fff;
    font-weight: 400;
}

.commitDetailItemContent{
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 0.4rem;
    margin-top: 0.1rem;
}

.commitDetailItem.actived .commitDetailItemContent{
    max-height: 5rem;
    color: #fff;

}

.commitDetailItemContent p{
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.25rem;
    margin-bottom: 0.05rem;
}

.commitDetailText{
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.25rem;
    padding-top: 0.2rem;
}




