﻿@charset "utf-8";
/* 案例展示 */
.case-filter-opt ::after, ::before {
     box-sizing: unset !important;
}
.case-container{
    padding-top:40px;
    padding-bottom:40px;
}
.main-container{
    margin-top:60px;
}
.case-filter {
    margin-top: -40px;
    padding: 10px 30px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(38, 38, 38, .16);
}
.case-filter-item {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.case-filter-label {
    color: #999;
    width: 80px;
    float: left;
    line-height: 24px;
}
.case-filter-opt-block {
    /*margin-left: 80px;*/
}
.case-filter-inline-block {
    display: inline-block;
    margin-left: 80px;
}
.case-filter-opt {
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 5px;
}
.case-filter-opt:hover, .case-filter-opt.cur {
    color: #3CA7FC;
}
.case-filter-hot .case-filter-opt {
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    margin-right: 12px;
}
.case-filter-hot .case-filter-opt.cur {
    background-color: #F2FFFD;
}
.case-filter-color .case-filter-opt-block {
    display: flex;
    /*flex-direction: row;
    justify-content: flex-start;
    align-items: center;*/
    padding: 6px 0;
}
.case-filter-color .case-filter-opt.color-all {
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}
.case-filter-color .case-filter-opt {
    height: 12px;
    flex: 1;
    margin: 0;
    line-height: normal;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: relative;
}
.case-filter-color .case-filter-opt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
    /*border: 2px solid #666;*/
    display: none;
}
.case-filter-color .case-filter-opt:after {
    content: "";
    position: absolute;
    background: url(../images/case-gou.png) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.case-filter-color .case-filter-opt:hover:after {
    display: block;
}
.case-filter-color .case-filter-opt.cur:before, .case-filter-color .case-filter-opt.cur:after {
    display: block;
    z-index: 1;
}
.opt-slide-block {
    height: 29px;
    /*overflow: hidden;
    padding-right: 50px;*/
}
.opt-slide-a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    padding-right: 16px;
}
.opt-slide-a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/down.png) no-repeat center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.opt-slide-a.cur:after {
    transform: translateY(-50%) rotateZ(180deg);
}
.case-list .flex-row {
    margin: 30px auto;
}
.case-list .item {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    width:calc(25% - 30px);
    float: left;
    margin-bottom:18px;
}
.case-list .item:last-child {
    margin: 0;
}
.case-list .item:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
}
.case-list .item-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 5px;
    transform: translateY(100%);
    transition: all .3s ease;
}
.case-list .item:hover .item-block {
    transform: translateY(0);
}
.case-list .item-title {
    margin-bottom: 5px;
    font-size:12px;
}
.case-list .item-title span{
    font-size:12px;
    float:right;
}
.case-list .item-p {
    color: #999;
    font-size: 12px;
}
.case-filter-line {
    border-bottom: 1px dashed #E5E5E5;
    margin: 20px 0;
}
.case-more {
    text-align: center;
    margin-top: 30px;
}
.case-more-btn {
    padding: 0 35px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}
.main-case-list .case-filter {
    margin-top: 40px;
}
.main-case-list .case-list {
    background: none;
    padding: 0;
}
.main-case-list {
    background-color: #F9F9F9;
    overflow: hidden;
    padding-bottom: 60px;
}
.main-case-list .case-list .flex-row {
    margin: 30px auto;
}
.case-brands {
    margin-bottom: 60px;
}
.case-brands-banner {
    height: 140px;
    background: url(../images/case-brands-banner.png) no-repeat center top;
    text-align: center;
}
.case-brands-banner-title {
    display: inline-block;
    font-size: 44px;
    margin-top: 34px;
    font-weight: bold;
    color: #16F291;
    background-image: -webkit-linear-gradient(left, #16F291, #04F0EF);
    background-image: -moz-linear-gradient(left, #16F291, #04F0EF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.case-show-top {
}
.case-show-title {
    text-align: center;
    font-size: 32px;
    padding: 60px 0 30px;
}
.case-show-subtitle {
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-bottom: 80px;
}
.case-show {
    margin-bottom: 110px;
}
.case-show-bg {
    padding: 0 50px;
}
.case-show-info {
    margin: 60px 0 0;
}
.case-show-name {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}
.case-show-domain {
    text-align: center;
}
.case-show-link {
    display: inline-block;
}
.case-show-link:hover {
    color: #3CA7FC;
}
.case-show-view-btn {
    text-align: center;
}
.case-show-text {
    font-size: 18px;
    margin-top: 10px;
}
.case-show-des {
    padding: 40px 0;
    line-height: 30px;
    text-align: justify;
    color: #999;
}
.case-mobile {
    background: url(../images/mobile-case-bg.png) no-repeat center top;
    width: 389px;
    height: 794px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 74px 19.5px 98px;
    margin-bottom: 80px;
}
.case-mobile .swiper-container {
    width: 350px;
    height: 622px;
    box-shadow: none;
    margin: 0;
}

.case-show-view-more-btn {
    text-align: center;
}
.case-show-view-more-btn a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
@media screen and (max-width:767px) {
    .case-filter {
        padding: 10px 10px;
    }
    .case-list .item-block {
        display:none;
    }
    .case-list .item:hover .item-block {
        display:none;
    }
    .case-list .item {
        width: 100%;
        margin-bottom: 10px;
        float:left;
        margin-right:0;
    }

    .img-block img{
        width: 100%;
        height:100%;
    }
    .opt-slide-block {
        height: 29px;
        /*overflow: hidden;
        padding-right: 0;*/
    }

    .case-filter-hot .case-filter-opt {
        height: auto;
        line-height: 22px;
        padding:0;
        margin-right: 20px;
    }

    .case-filter-opt {
        margin-right: 5px;
        cursor: pointer;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .opt-slide-a {
         position: absolute;
         right: 0;
         top: 0;
         font-size: 12px;
         line-height: 24px;
         padding-right: 16px;
     }


}
/* 判断ipad pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .case-list .item-block {
        display:none;
    }
    .case-list .item:hover .item-block {
        display:none;
    }
    .case-list .item {
        margin-right: 10px;
        width: calc(25% - 10px);
        margin-bottom: 10px;
    }
    .img-block img{
        width: 100%;
        height:100%;
    }
    .opt-slide-block {
        height: 29px;
        overflow: hidden;
        padding-right: 0;
    }

    .case-filter-hot .case-filter-opt {
        height: auto;
        line-height: 22px;
        padding:0;
        margin-right: 20px;
    }

    .case-filter-opt {
        margin-right: 15px;
        cursor: pointer;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .opt-slide-a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        line-height: 24px;
        padding-right: 16px;
    }
}
/* 判断ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .case-list .item-block {
        display:none;
    }
    .case-list .item:hover .item-block {
        display:none;
    }
    .case-list .item {
        margin-right: 10px;
        width: calc(25% - 10px);
        margin-bottom: 10px;
    }
    .img-block img{
        width: 100%;
        height:100%;
    }
    .opt-slide-block {
        height: 29px;
        overflow: hidden;
        padding-right: 0;
    }

    .case-filter-hot .case-filter-opt {
        height: auto;
        line-height: 22px;
        padding:0;
        margin-right: 20px;
    }

    .case-filter-opt {
        margin-right: 15px;
        cursor: pointer;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .opt-slide-a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        line-height: 24px;
        padding-right: 16px;
    }
    /*大型设备台式电脑*/
    @media screen and (min-width:1200px) {
        .case-list .img-block img{
            height:154px;
        }
    }
}


