body {
    background: #F6F6F6;
}

.smartHeaderWrap {
    background: #fff;
    padding-top: 24px;
}

.headerLink {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.headerLink a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 0px;
}

.caseWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.smartHeaderCheck {
    width: 1200px;
    margin: 0 auto;
}

.smartHeaderCheck ul {
    padding: 33px 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.smartHeaderCheck ul li {
    box-sizing: border-box;
    border: 1px solid rgba(218, 218, 218, 1);
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    transition: all 0.3s;
}

.smartHeaderCheck ul li a {
    display: block;
    padding: 9px 16px;
}

.smartHeaderCheck ul li.on {
    background: #8454CC;
}

.smartHeaderCheck ul li.on a {
    color: rgba(255, 255, 255, 1);
}

.smartHeaderCheck ul li:hover {
    background: #8454CC;
    color: rgba(255, 255, 255, 1);
}

.smartHeaderCheck ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

.smartHeaderCheck ul li img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.smartWrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 63px;
}

.smartListWrap {
    width: 1200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 58px;
}

.caseBox {
    margin-top: 32px;
    margin-right: 40px;
    width: 269px;
    height: 399px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s;
}

.caseBox:hover {
    margin-top: 22px;
}

.caseBox:nth-of-type(4n+4) {
    margin-right: 0px;
}

.caseImg {
    width: 269px;
    height: 199px;
    background: #8454CC;
    overflow: hidden;
}

.caseImg img {
    width: 100%;
    /* height: 100%; */
}

.caseBox p {
    width: calc(100% - 30px);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 27px;
    margin: 15px;
    max-height: 54px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.caseBox span {
    margin: 0px 15px;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-height: 60px;
    
}

.pageBox {
    text-align: center;
}

.pageBox .pageSize {
    display: inline-block;
}

.pageBox .pageSize ul {
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.pageBox .pageSize ul li {
    margin-right: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #D3D0D4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
}

.pageBox .pageSize ul li.on {
    background: rgba(132, 84, 204, 1);
    border-radius: 2px;
    border: 1px solid rgba(132, 84, 204, 1);
    color: #fff;
}

.pageBox .pageSize ul li span {
    display: block;
    width: 100%;
    height: 100%;
}

.pageBox .pageSize ul li:last-child {
    margin-right: 0px;
}