.text_container b {
font-weight: 700;
}
.text_container .text_tips {
color: #E90115;
line-height: 24px;
font-weight: bold;
}
.text_container li {
list-style-type: none;
}
.text_container .block {
display: block;
}
.text_container .indent22 {
text-indent: 22px;
}
.text_container .indent50 {
text-indent: 50px;
}
.text_container .multiple_indent38 {
text-indent: -38px;
margin-left: 38px;
}
.text_ul p::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background-color: #666;
border-radius: 50%;
margin-right: 20px;
margin-bottom: 2px;
}