.swiper-success {
    width: 100%;
    /* height: calc(25%); */
    background-color: #F5F8F9;
}

.swiper-success img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: calc(5%)!important;
}

.swiper-pagination-bullet {
    width: 40px!important;
    height: 3px!important;
    border-radius: 0px!important;
    background: #D8D8D8!important;
    opacity: 0.3!important;
    margin: 0px!important;
}

.swiper-pagination-bullet-active {
    background: #D7D7D7!important;
    opacity: 1!important;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 1s;
}


/***********案例展示***********/

.case-main {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
}

.case-main-tab {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2954A4;
    line-height: 22px;
    padding: 0;
    margin: 46px 0 33px 0;
}

.case-main-tab li a {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2954A4;
    line-height: 22px;
    margin: 0;
    padding: 0!important;
}

.case-main-tab li a:hover {
    cursor: pointer;
    text-decoration: none;
}

.case-main-tab li {
    float: left;
    list-style-type: none;
    margin-right: 30px;
}

.case-main-detail-list {
    width: 100%;
    overflow: hidden;
    /*display: flex;*/
    justify-content: space-between;
}

.case-main-item-box {
    float: left;
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #E3EBED;
    border: 1px solid #E3EBED;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}


.case-main-item-box:nth-child(3n-1){
    margin: 0 20px 20px 20px;
}


/* .case-main-item-box:hover .case-hover-box {
    height: 100%;
    transition: all 0.5s ease-out;
} */

.case-recommend {
    width: 36px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10
}

.case-hover-box {
    overflow: hidden;
    position: absolute;
    background: #FFF;
    z-index: 2;
    padding: 0px 50px 0px 50px;
    width: 360px;
    height: 100%;
    display: none;
}

.case-hover-box>p {
    margin: 82px 0 34px 0;
    width: 100%;
    height: 22px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2954A4;
    line-height: 22px;
}

.case-hover-box>div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}

.case-hover-box>div:nth-of-type(1) > div > img{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    background: #2954A4;
}

.case-hover-box>div:nth-of-type(1) > div > p{
     width: 90px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2954A4;
    line-height: 17px;
    margin: 6px 0 0 0;
    text-align: center;
}

.case-main-detail-list .case-main-btn{
    width: 120px;
    height: 44px;
    border: 1px solid #2954A4;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    display: block;
    color: #2954A4;
    line-height: 44px;
    text-align: center;
    margin: 33px auto 0 auto;
    padding: 0;
}

.case-hover-box .case-main-btn:hover{
   text-decoration: none;
}

.case-main-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-main-content>img {
    width: 360px;
    height: 240px;
    display: block;
    background-color: rgba(227, 235, 237, 0.4);
}

.case-main-content>div {
    padding: 10px 12px 8px 12px;
    height: 168px;
}

.case-main-desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.case-main-desc span {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8D90;
    line-height: 17px;
}

.case-main-info :first-child {
    margin-bottom: 7px;
    width: 200px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-main-info :last-child {
    width: 340px;
    height: 34px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8D90;
    line-height: 17px;
    margin: 0 0 20px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-main-platform {
    width: 100%;
    height: 15px;
    margin: 0px 0 0 0;
    padding: 0;
}

.case-main-platform li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

.case-main-platform img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: -4px;
}

.case-main-platform span {
    width: 15px;
    height: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8D90;
    line-height: 15px;
}

.case-checkMore {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #2954A4;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    display: block;
    color: #2954A4!important;
    line-height: 40px;
    text-align: center;
    margin: 31px auto 40px auto;
}

.case-checkMore:hover {
    text-decoration: none;
}

.case-checkMore span {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.pagination{
    margin: 12px 0 48px 0!important;
}