
/*bannner*/
.slide{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

  height: 6.72rem;
  background-image: url('../image/caseIndex/banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.slide .slide-box {
  display: flex;
}
.slide .slide-box .content-box {
  /* margin-top: 1.68rem;
  margin-left: 1.22rem; */
  color: #FFF;
  font-size: 28px;
  text-align: center;
  line-height: 44px;
}
.slide .slide-btn{
  margin: 0.8rem auto 0;
  width: 2.4rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background-color: #1869FF;
  font-size: 14px;
  border-radius: 0.08rem;
}

.main {
  padding:1.2rem 0 0;
}

.main ul li .card-item {
  width: 100%;
  /* height: 6.24rem; */
  border: 1px solid #ECECEC;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.88rem;
  border-radius: 6px;
}

/* .main ul li .bigger-card {
  height: 6.88rem !important;
} */
.main ul li .card-item .card-img{
  width: 100%;
  height: 3.5rem;
}

.main ul li .card-title {
  margin-top: 0.48rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding:0 0.4rem;
}

.main ul li .bottom-des {
  padding: 0 0.4rem 0.48rem;
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 15px;
  line-height: 0.42rem;
}


.main ul li .bottom-des .card-logo {
  width: 1.84rem;
  height: 0.7rem;
}
/* .main .tabConts {
  padding: 0 0.4rem;
} */
.main .tabConts .caseExample {
  padding: 0.88rem 0.4rem 0;
}
.main .tabBtns {
  padding: 0 0.4rem;
  height: 1rem;
  display: flex;
  border-bottom: 1px solid #ECECEC;
}
.main .tabBtns .tabBtn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
}
.main .tabBtns .tabBtn.active {
  color: #1869FF;
  border-bottom: 1px solid #1869FF;
  margin-bottom: -1px;
  box-sizing: border-box;
}
.case-box .tabBox .tabCont {
  display: none;
}

.case-box .tabBox .tabCont.active{
  display: block;
}

.caseCenter .selectBox {
  padding: 0.56rem 0.4rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.caseCenter .selectBox .selects {
  display: flex;
}

.caseCenter .tagSelect {
  padding: 0.12rem 0.66rem;
  margin: 0.44rem 0;
  background-color: #F8F9FB;
  border-radius: 4px;
}
.caseCenter .item .cont {
  padding: 0.12rem 0.24rem;
  margin: 0.44rem 0.2rem 0.44rem 0;
  background-color: #F8F9FB;
  border-radius: 4px;
  
}
.caseCenter .filterArea {
  display: flex;
  justify-content: space-between;
}
.caseCenter .filterArea .filterLogo {
  width: 15px;
  height: 14px;
  margin-left: 0.06rem;
}

.caseCenter .filterButton {
  display: flex;
  align-items: center;
}

.caseCenter .border-line {
  height: 0.48rem;
  background:linear-gradient(180deg, rgba(239, 239, 239, 0.39) 0%, rgba(219, 219, 219, 0) 100%);
}

.caseCenter .caseList {
  padding: 0.16rem 0.32rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caseCenter .caseList .item {
  width: 3.36rem;
  padding: 0.32rem 0.2rem;
  height: 5.9rem;
  border-radius: 16px;
  background: #E8F0FF;
  margin-bottom: 0.48rem;
}


.caseCenter .caseList .img_item {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}

.caseCenter .caseList .img_item img{
  width: 100%;
  height: 100%;
}

.caseCenter .caseList .qrcode_box {
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.caseCenter .caseList .qrcode_box img{
  width: 100%;
  height: 100%;
}

/* .caseCenter .caseList .item:hover .img_item {
  display: none !important;
} */
/* .caseCenter .caseList .item .qrcode_box img {
  width: 164px;
  height: 164px;
} */
.caseCenter .caseList .item .qrcode_box {
  display: none;
  width: 5.6rem;
  height: 6.74rem;
  background-color: #fff;
  position: fixed;
  z-index: 2001;
  top: 3.06rem;
  left: 0.96rem;
  border-radius: 12px;
}

.caseCenter .caseList .item .qrcode_box img{
  border-radius: 12px;
}
.mask1{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:2000 ;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
}

/* 弹窗 */
.mask{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:2000 ;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
}
.tag-wrap{
  display: none;
  width: 6.7rem;
  height: auto;
  background-color: #fff;
  position: fixed;
  z-index: 2001;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.tag-content{
  padding: 0 0.13rem;
  overflow: auto;
}
.tag-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.44rem;
  padding:0.4rem 0 0 0.26rem;
}
.tag-item{
  float: left;
  width: 1.86rem;
  height: 0.64rem;
  background: #F8F9FB;
  border-radius: 0.08rem;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 0.64rem;
  margin: 0.24rem 0.13rem;
  border:1px solid transparent;
}
.tag-item.active{
  background: rgba(24, 105, 255, 0.05);
  border: 1px solid #1869FF;
  color: #1869FF;
}
.tag-footer{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6.7rem;
  height: 1.2rem;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px #ECECEC;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tag-footer-btn{
  width: 1.84rem;
  height: 0.8rem;
  background: #1869FF;
  border-radius: 0.08rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 0.32rem;
}
