.six-protect-items{
    display:flex;
    justify-content: space-around;
    margin-bottom: 100px;
    background-color: #ffffff;
}
.six-protect-items .six-protect-item{
    padding: 25px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.six-protect-items .six-protect-item .title{
    font-size: 28px;
    margin: 10px 0;
    /*line-height: 28px;*/
}
.six-protect-items .six-protect-item .desc{
    font-size: 12px;
    color: #757575;
    text-align: center;
}
.six-protect-items .six-protect-item .down{
    width: 18px;
    height: 10px;
    margin: 10px 0;
}

.protect-step-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.protect-step-items .protect-step-item{
    display: flex;
    /*justify-content: center;*/
    width: 70%;
}

.protect-step-items .protect-step-item .down{
    width: 50px;
    height: 50px;
}

.protect-step-items .protect-step-item .protect-step-item-text{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.protect-step-items .protect-step-item .protect-step-item-num{
    display: flex;
}

.protect-step-items .protect-step-item .protect-step-item-text .title{
    font-weight: bold;
    font-size: 30px;

}

.protect-step-items .protect-step-item .protect-step-item-text .desc{
    font-size: 20px;
    color: #999999;
}


.protect-step-items .first-word{
    /*border: 1px solid red;*/
    font-size: 70px;
    font-weight: bolder;
    color: #999999;

    display: inline-block; /* 使transform对行内元素有效 */
    transform: scaleY(1.5); /* 水平拉伸1.5倍 */
    transform-origin: right; /* 设置变换原点为左侧，根据需要调整 */
}

.protect-step-items .second-word{
    /*border: 1px solid red;*/

    font-size: 70px;
    font-weight: bolder;
    color: #ffa32a;

    display: inline-block; /* 使transform对行内元素有效 */
    transform: scaleY(1.5); /* 水平拉伸1.5倍 */
    transform-origin: right; /* 设置变换原点为左侧，根据需要调整 */
}

