.index_apps li {
    width: 280px;
    height: 242px;
    background: #fff;
    box-shadow: 0 20px 60px 0 rgb(99 147 196 / 15%);
    border-radius: 8px;
    text-align: center;
    padding-top: 40px;
    transition: all .3s;
}

.index_apps ul {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.index_apps li a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #22324e;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #22324e;
    display: inline-block;
    cursor: pointer;
}
.index_apps li a[disabled] {
    border: 1px solid #cde0f4;
    cursor: default;
    color: #cde0f4;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
ul, ul>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}