.w-996 {
    width: 996px;
    margin: 0 auto;
}

.border-box {
    box-sizing: border-box;
}

.member .title {
    padding-top: 110px;
    padding-bottom: 70px;
    text-align: center;
    color: #4a90e2;
    font-size: 30px;
}

.member .content li {
    display: inline-block;
    /* box-sizing: border-box; */
    width: 254px;
    height: 436px;
    margin-right: 90px;
    text-align: center;
}

.member .content li:nth-last-child(1) {
    margin: 0;
}

.member .content .box {
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 340px;
    width: 254px;
}

.member .content .box .level {
    line-height: 60px;
    font-size: 16px;
    color: #bc0000;
}

.member .content .box .dec {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    height: 100px;
}

.member .content .box .money {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    /* margin-top: 60px; */
}

.member .content .btn {
    display: inline-block;
    width: 100px;
    line-height: 36px;
    background: #bc0000;
    border-radius: 2px;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
    text-decoration: unset;
}

.system {
    padding-top: 290px;
    padding-bottom: 190px;
    text-align: center;
}

.system p {
    margin-top: 32px;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
}