#aboutIndex .aboutContent {
    width: 1200px;
    margin: 56px auto 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#aboutIndex .aboutContent .side {
    width: 206px;
    position: sticky;
    top: 126px;
}
#aboutIndex .aboutContent .side .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-left: 10px;
}
#aboutIndex .aboutContent .side .menus {
    margin-top: 22px;
}
#aboutIndex .aboutContent .side .menus .menu.is-active, #aboutIndex .aboutContent .side .menus .menu:hover {
    color: #3169f9;
    background-color: #edf6ff;
    border-right: 3px solid #3168fb;
}
#aboutIndex .aboutContent .side .menus .menu {
    width: 206px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
#aboutIndex .aboutContent .htmls {
    margin-left: 98px;
}
#aboutIndex .aboutContent .htmls .item {
    margin-bottom: 80px;
}
#aboutIndex .aboutContent .htmls .item .html {
    margin: 0 auto;
}
.careUs .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.careUs .tips {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 19px;
    margin-top: 13px;
    margin-bottom: 23px;
}
.anchor {
    padding-top: 60px;
    margin-top: -60px;
}