.card-box {
    border: 1px solid #d1d1d1;
    border-top: 3px solid #660099;
    padding: 20px;
    box-sizing: border-box;
}

.card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.card-top-item {
    width: 260px;
    height: 238px;
    border: 1px solid #d1d1d1;
    position: relative;
    padding-top: 10px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
}

.card-top-item i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 30px;
    color: #ff9d00;
}

.card-top-item img {
    width: 232px;
    height: 174px;
    display: block;
    margin: 0 auto 15px;
}

.card-top-item p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.card-buttom {
    width: 100%;
    background: #fff;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
    box-sizing: border-box;
}

.tablist {
    width: 100%;
    height: 40px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #dfe4ed;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.tab-item {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    box-sizing: border-box;
}

.tab-item a {
    color: #909399;
}

.is-active {
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6;
}

.is-active a {
    color: #1890ff;
}

.buttom-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
}
.card-buttom-item {
    width: 216px;
    height: 220px;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.card-buttom-item:nth-of-type(5n) {
    margin-right: 0;
}
.card-buttom-item i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 30px;
    color: #ff9d00;
}

.card-buttom-item img {
    width: 100%;
    height: 162px;
    display: block;
    margin: 0 auto 20px;
}

.card-buttom-item p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page {
    text-align: right;
    padding: 20px 0;
    box-sizing: border-box;
}

.page a {
    color: #333;
    margin: 0 10px;
}

.page .page-seq {
    min-width: 30px;
    height: 28px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-weight: bold;
}

.seq-active {
    color: #fff !important;
    background: #1890ff;
}