body {
    background: #161e30;
    color: #e2e8f0;
    font-family: -apple-system, sans-serif;
}

.Help_Title {
    display: flex;
    background: #040b1b;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #5d6488;
}
.Help_Img {
    display: flex;
    align-items: center;
    
}
.Help_Img img {
    width: 50px;
    border-radius: 5px;
    border: 1px solid #414769;
}
.Help_Name {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.Help_Title_Sub {
    display: flex;
    background: #192e5f;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #5d6488;
}
.Help_Img_Sub {
    display: flex;
    align-items: center;
    
}
.Help_Img_Sub img {
    width: 60px;
    border-radius: 5px;
}
.Help_Name_Sub {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.Help_List {
    padding-bottom: 55px;
}
.Help_Block {
    background: #0b132e;
    border-bottom: 1px solid #414769;
    border-radius: 5px;
    padding: 15px 10px;
    display: flex;
}
.Help_Block1 span {
    width: 15px;
    height: 15px;
    border: 1px solid #414769;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.Help_Block1 {
    margin: 0px 10px;
}
.Help_Block2 {
    width: 130px;
    margin: 0px 10px;
}