.main-content {
  /* padding-bottom: 40px; */
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}

.case-list .case-item {
  width: 470px;
  height: 350px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E1E6F0;
  margin-top: 22px;
  transition: all .3s;
	box-shadow: 0px 2px 10px rgb(1 47 115 / 12%);
  margin-right: 14px;
}

.case-list .case-item:nth-child(3n) {
  margin-right: 0;
}

.case-list .case-item:hover{
	box-shadow: -3px 9px 13px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}

.case-list .case-item .img-box {
	width: 175px;
	height: 295px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.case-list .case-item .img-box .screenshot {
  width: 100%;
  height: 100%;
}

.case-list .case-item .img-box .screenshot img {
  width: 100%;
  max-height: 100%;
  max-height: 100%;
}

.case-list .case-item .img-box .wechat-code {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
}

.case-list .case-item .img-box .wechat-code img {
  width: 80px;
}

.case-list .case-item .img-box .wechat-code .text {
  font-size: 12px;
  color: #333;
  line-height: 20px;
}

.case-list .case-item .img-box:hover .screenshot {
  background: rgba(255, 255, 255, 0.5);
  filter: blur(7px);
}

.case-list .case-item .img-box:hover .wechat-code {
  display: block;
}

.case-list .case-item .text-box {
  width: 220px;
  margin-left: 22px;
}

.case-list .case-item .text-box .logo-box {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.case-list .case-item .text-box .logo-box img {
  max-width: 100%;
  max-height: 100%;
}

.case-list .case-item .text-box .name {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #333;
  text-align: center;
}

.case-list .case-item .text-box .desc {
  height: 56px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-list .case-item .text-box .tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  color: #666;
  line-height: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #F1F2F4;
}

.case-list .case-item .text-box .btn-box {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.case-list .case-item .text-box .btn-box .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}


.case-list .case-item .text-box .btn-box .btn.hollow {
  border: solid 1px #004BE1; 
  color: #004BE1;
}

.case-list .case-item .text-box .btn-box .btn.hollow:hover{
	 color: #fff;
	 background: linear-gradient(to right, #4591FF, #004BE1);

}

.case-list .case-item .text-box .btn-box .btn.solid {
  background: linear-gradient(to right, #4591FF, #004BE1);
  color: #fff;
}
.case-list .case-item .text-box .btn-box .btn.solid:hover{
	background: linear-gradient(to right, #004BE1, #4591FF);

}


.secase{
	padding:40px 0;
}

.secase .common-title {
    text-align: center;
    margin: auto;
    font-family: Alibaba-PuHuiTi-Regular;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
}

.secase .common-subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 16px;
    color: #2E2F34;
}

.caseshow{
	
	margin-bottom:50px;
}

.secase .menu ul {
  height: 50px;
}

.secase .menu  .slide {
  line-height: 36px;
  padding: 0 20px;
  margin-right: 60px;
}

.secase .menu  .slide.selected {
  background: #3784f7;
  border-radius: 50px;
  color: #fff;
}


.caseshow .brand-box {
      position: relative;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 7px 14px 0px #f9ddc3;
    border-radius: 15px;
    border: 1px solid #E6E8EF;
    padding: 12px;
	background: #FFFFFF;
}

.caseshow .sec3-gallery {
  width: 100%;
  height: 450px;
}

.caseshow .sec3-gallery .swiper-slide {
  padding: 68px 96px;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}

.caseshow .sec3-gallery .swiper-slide .name {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  font-family: Alibaba-PuHuiTi-Regular;
}

.caseshow .sec3-gallery .swiper-slide .name span{
	
	font-size:18px;
	margin-left:20px;
}

.caseshow .sec3-gallery .swiper-slide .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px;
}

.caseshow .sec3-gallery .swiper-slide .btns {
    width: 160px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
	margin-top: 50px;
    cursor: pointer;
}

.caseshow .sec3-gallery .swiper-slide .btns:hover{
	background: #f97e3a;
}


.caseshow .sec3-gallery .swiper-slide .btns .arrow{
    width: 50px;
    height: 1px;
    background-color: #fff;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
.caseshow .sec3-gallery .swiper-slide .btns .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 45px;
}


.caseshow .sec3-gallery .swiper-slide .play {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.caseshow .sec3-gallery .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  display: none;
}

.caseshow .sec3-thumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 12px 0px 12px 0px;
}

.caseshow .sec3-thumbs .swiper-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
}


.caseshow .sec3-thumbs .swiper-slide {
  width: 165px;
  cursor: pointer;
}

.caseshow .sec3-thumbs .swiper-slide:first-child{
	border-radius: 10px 0 0 0; overflow:hidden;
}


.caseshow .sec3-thumbs .swiper-slide-thumb-active {
  width: 228px;
}

.caseshow .sec3-thumbs .swiper-slide img {
  width: 100%;
}

.caseshow .sec3-thumbs .swiper-slide img:last-child {
  display: none;
}

.caseshow .sec3-thumbs .swiper-slide-thumb-active img:first-child {
  display: none;
}

.caseshow .sec3-thumbs .swiper-slide-thumb-active img:last-child {
  display: block;
}



.caseshow .logo-ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.caseshow .logo-li {
 	
	width: 170px;
    height: 60px;
    margin-top: 6px;
    margin-right: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
   
}

.caseshow .logo-li img{
	
	 border-radius: 6px;
}

.caseshow .brand-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.caseshow .brand-user li {
	width: 595px;
    height: 185px;
    border: 1px solid #E5E6EB;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 12px;
    border-radius: 12px;
    background-image: linear-gradient(to right, #ffffff, #f0f5ff);
    transition: all .5s;
}

.caseshow .brand-user li:hover {
	box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(to right, #f4f7fa, #fff);
	transform: translateY(-5px);
}


.caseshow .brand-user li:nth-child(-n+2) {
  margin-top: 0;
}

.caseshow .brand-user li .logo {
  width: 128px;
}

.caseshow .brand-user li .desc {
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
  color: #333;
  position: relative;
  text-align: justify;
}

.caseshow .brand-user li .desc .brand {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.caseshow .brand-user li .tags {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.caseshow .brand-user li .tags .text {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.caseshow .brand-user li .tag {
  height: 18px;
  padding: 0 4px;
  border: 0.5px solid #999999;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: #999;
  margin-left: 4px
}

.caseshow .brand-user li .tag:first-child {
  margin-left: 0;
}



.caseshow .btn {
    width: 145px;
    height: 40px;
    background: #f97e3a;
    border-radius: 4px;
    margin: 64px auto 0;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.caseshow .btn:hover{
	 color: #f97e3a;
	 border: 1px solid #f97e3a;
	 background:none;
}

.case-more {
  margin-bottom: 48px;
  text-align: center;
}

.case-more a {
  display: inline-block;
  font-weight: 400;
  border-radius: 8px;
  border: solid rgb(0, 109, 255) 1px;
  font-size: 16px;
  line-height: 175%;
  margin: 0;
  padding: 9px 23px;
  color: rgb(0, 109, 255);
}


