@charset "utf-8";
/* 案例展示 */

.items-case2 .item {
    margin: 60px 0;
    box-shadow: 0 0 8px 0 rgba(38, 38, 38, .16);
}

.items-case2 .item .flex-row {
    justify-content: space-between;
}

.items-case2 .item-block {
    flex: 1;
    box-sizing: border-box;
    padding: 50px 40px 0;
    align-self: flex-start;
}

.items-case2 .item-block .item-title strong{
    font-weight: 600;
}

.items-case2 .item-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.items-case2 .item-p {
    line-height: 26px;
    color: #666;
    text-align: justify;
}

.items-case2 .item:nth-of-type(even) .flex-row {
    flex-direction: row-reverse;
}

.items-case2 .img-block {
    margin: 0;
    width: 600px;
    height: 380px;
    overflow: hidden;
}

.items-case2 .img-block:hover img {
    transform: scale(1.1, 1.1);
}

.case-banner {
    height: 314px;
    background: url(../../images/excellent/case-banner.png) no-repeat center top;
    text-align: center;
}

.case-banner-title {
    font-size: 60px;
    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;
    display: inline-block;
    margin: 80px 0 5px;
}

.case-banner-p {
    font-size: 18px;
    color: #fff;
    width: 666px;
    margin: 0 auto;
    line-height: 42px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.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;
}

.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: #20B09F;
}

.case-filter-hot .case-filter-opt {
    font-size: 12px;
    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/excellent/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/excellent/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 {
    background-color: #F9F9F9;
    padding: 60px 0;
}

.case-list .flex-row {
    justify-content: flex-start;
}

.case-list .item {
    position: relative;
    overflow: hidden;
    margin: 0 30px 30px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    width: 277px;
    height: 219px;
    background-color: #fff;
}

.case-list .item:nth-child(4n) {
    margin-right: 0;
}

.case-list .item:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}

.case-list .item .img-block {
    height: 100%;
}

.case-list .item-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    transform: translateY(100%);
    transition: all .3s ease;
}

.case-list .item:hover .item-block {
    transform: translateY(0);
}

.case-list .item-title {
    margin-bottom: 5px;
    text-align: center;
}

.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;
    margin-top: 30px;
}

.main-case-list .case-list .emptyTxt {
    text-align: center;
    color: #666;
}

.main-case-list {
    background-color: #F9F9F9;
    overflow: hidden;
    padding-bottom: 60px;
    min-height: calc(100vh - 323px);
}

.main-case-list .case-list .flex-row {
    margin: 30px auto;
}

.case-brands-banner {
    height: 240px;
    background: url(../../images/excellent/case-brands-banner.png) no-repeat center top;
    text-align: center;
}

.case-brands-banner-title {
    display: inline-block;
    font-size: 44px;
    margin-top: 86px;
    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;
}

.crumbs {
    height: 36px;
    line-height: 36px;
    background-color: #fff;
}

.crumbs-spacer {
    margin: 0 2px;
    color: #999;
}

.crumbs-a {
    color: #999;
}

.crumbs-a:hover {
    color: #333;
}

.crumbs-index {
    padding-left: 20px;
    background: url(../../images/excellent/icon-location.png) no-repeat left center;
    margin-left: 10px;
}

.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: #20B09F;
}

.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/excellent/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;
}

.swiper-container {
    height: 619px;
    text-align: center;
    margin-bottom: 80px;
    box-shadow: 0 0 32px 0 rgba(69, 69, 69, .35);
}

.swiper-button-next, .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: no-repeat center rgba(0, 0, 0, .4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}

.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/excellent/prev.png) no-repeat 14px center;
    transition: all .3s ease;
    opacity: .5;
}

.swiper-button-prev:hover:before, .swiper-container-rtl .swiper-button-next:hover:before {
    opacity: 1;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}

.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/excellent/next.png) no-repeat 17px center;
    transition: all .3s ease;
    opacity: .5;
}

.swiper-button-next:hover:before, .swiper-container-rtl .swiper-button-prev:hover:before {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.nextStop, .swiper-button-prev.prevStop {
    display: none;
}

.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;
}

.case-filter-item.area {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
}

.case-filter-item.area select {
    min-width: 100px;
    line-height: 25px;
    height: 25px;
}

.case-filter-item.area .case-filter-label {
    width: auto;
}

.case-brands .case-filter {
    margin-top: 30px;
}

.brands-search {
    display: flex;
}

.brands-search .search-input {
    width: 259px;
    height: 36px;
    border: 1px solid #20B09F;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    padding-left: 10px;
}

.brands-search .search-btn {
    width: 77px;
    height: 36px;
    background: #20B09F;
    border-radius: 0 4px 4px 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.case-brands .case-filter-item.area {
    top: 6px;
}

.brands-container {
    width: 1200px;
    margin: auto;
}

.brands-container .brands-list {
    display: flex;
    margin-top: 26px;
    box-shadow: 0 0 8px 0 rgba(38, 38, 38, .16);
}

.brands-list .brands-img {
    width: 320px;
    height: 240px;
    overflow: hidden;
}

.brands-list .brands-img img {
    width: 100%;
    min-height: 240px;
}

.brands-list .brands-info {
    width: 880px;
    padding: 36px 30px 0 36px;
    box-sizing: border-box;
}

.brands-list .brands-title {
    font-size: 18px;
    font-weight: bold;
}

.brands-list .brands-info02 {
    display: flex;
    padding: 12px 0;
}

.brands-list .brands-info02 .info02-hangye {
    margin-right: 50px;
    color: #666;
}

.brands-list .brands-info03 {
    display: flex;
    padding-bottom: 8px;
    line-height: 24px;
}

.brands-list .brands-info03 .title {
    font-weight: bold;
    width: 80px;
}

.brands-list .brands-info03 .link {
    color: #20B09F;
}

.brands-list .brands-info03 .text {
    width: 730px;
    color: #666;
    text-align: justify;
    height: 76px;
    overflow-y: auto;
}

.case-brands .pagination {
    padding: 46px 0;
}

.main-case-list .case-search {
    position: absolute;
    right: 0;
    top: 0;
}

.main-case-list .case-search-input {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding: 0 40px 0 10px;
    width: 236px;
    height: 28px;
    line-height: 28px;
    /* outline:none; */
    box-shadow: 0px 0px 1px 1px #f6f6f6;
}

.main-case-list .case-search-btn {
    position: absolute;
    background: url(../../images/excellent/search.svg) no-repeat center center;
    border: none;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    /* outline:none; */
}