#serviceCase {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7fbff;
}

#serviceCase .topBg {
  width: 100%;
  height: auto;
  /* height: 120px;
  background: url('../imgs/serviceCase/topBg.png');
  background-size: 100% 120px;
  padding: 30px 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff; */
}

#serviceCase .topBg>div:nth-child(1) {
  height: 28px;
  font-size: 28px;
  line-height: 28px;
}

#serviceCase .topBg>div:nth-child(2) {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.choose-tag {
  background: #ffffff;
  height: 100px;
  line-height: 100px;
  width: 100%;
}

.choose-tag .tagsBox {
  align-items: center;
  display: flex;
  text-align: center;
  width: 940px;
  margin: 0 auto;
}


.btn-light {
  text-align: center;
  width: 158px;
}

.baseInfo {
  width: 158px;
  background: url('../imgs/comm/baseInfo.png') no-repeat 100% 100%;
  text-align: center;
}

.tagsBox .baseInfo {
  color: #ffffff !important;
}

.centerContent {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}

.rightDataList:nth-of-type(4n-2) {
  margin: 0 12px;
}
.rightDataList:nth-of-type(4n-1) {
  margin-right: 12px;
}

.rightDataList {
  width: 351px;
  margin-bottom: 12px;
}

.rightDataList:hover {
  cursor: pointer;
  /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2) */
}

.rightDataList:hover .dataBgc .xq {
  border: 1px solid #307fff;
}

.rightDataList:hover .dataBgc .xq a {
  color: #307fff !important;
}

.rightDataList .imgBox {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.rightDataList img {
  transition: all 0.3s;
  display: block;
}

.rightDataList:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

.rightDataList img {
  width: 100%;
  height: 224px;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.dataBgc {
  width: 100%;
  /* height: 320px; */
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding: 16px 20px;
  margin-top: -3px;
}

.dataBgc .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.dataBgc .xq {
  width: 84px;
  font-size: 14px;
  font-weight: 400;
  color: #8c9abb;
  line-height: 14px;
  height: 34px;
  background: #ffffff;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d1daef;
}

.dataBgc .card-tag {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-right: -27px;
}

.dataBgc .flex {
  display: flex;
  justify-content: space-between;
}

#serviceCase .page {
  display: flex;
  margin-bottom: 60px;
}

#serviceCase .page .pageUp,
#serviceCase .page .nextPage {
  width: 106px;
  height: 46px;
  border: 1px solid #c5cfe7;
  display: flex;
  align-items: center;
}

#serviceCase .page .pageUp>div,
#serviceCase .page .nextPage>div {
  color: #7184b0;
}

#serviceCase .page .pageUp>div:nth-child(1),
#serviceCase .page .nextPage>div:nth-child(1) {
  height: 12px;
  width: 16px;
  background-size: 16px 12px !important;
  margin-left: 18px;
  margin-right: 12px;
}

#serviceCase .page .pageUp>div:nth-child(2),
#serviceCase .page .nextPage>div:nth-child(2) {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}

#serviceCase .page .pageUp {
  margin-right: 10px;
}

#serviceCase .page .pageUp>div:nth-child(1) {
  background: url('../imgs/comm/leftAsh.png');
}

#serviceCase .page .pageUp:hover {
  border: 1px solid #6dacff;
}

#serviceCase .page .pageUp:hover>div {
  color: #6dacff;
}

#serviceCase .page .pageUp:hover>div:nth-child(1) {
  background: url('../imgs/comm/leftblue.png');
}

#serviceCase .page .nextPage>div:nth-child(1) {
  background: url('../imgs/comm/rightAsh.png');
}

#serviceCase .page .nextPage:hover {
  border: 1px solid #6dacff;
}

#serviceCase .page .nextPage:hover>div {
  color: #6dacff;
}

#serviceCase .page .nextPage:hover>div:nth-child(1) {
  background: url('../imgs/comm/rightblue.png');
}

#serviceCase .page .pageNumber {
  display: flex;
}

#serviceCase .page .pageNumber .page-num {
  width: 46px;
  height: 46px;
  border: 1px solid #c5cfe7;
  line-height: 46px;
  text-align: center;
  color: #c5cfe7 !important;
  margin-right: 10px;
}

#serviceCase .page .pageNumber .page-num-current {
  color: #307fff !important;
  border: 1px solid #6dacff;
}

#serviceCase .page .pageNumber .page-num:hover {
  color: #307fff !important;
  border: 1px solid #6dacff;
}

@media (max-width: 800px) {
  .centerContent {
    padding: 0 16px;
  }

  .rightDataList:nth-of-type(4n-2) {
    margin: 0;
  }
  .rightDataList:nth-of-type(4n-1) {
    margin: 0;
  }

  .rightDataList {
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .rightDataList .imgBox {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .dataBgc {
    border-radius: 0px 0px 4px 4px;
    margin-top: 0;
    padding: 12px 16px;
  }

  .rightDataList img {
    width: 100%;
    height: auto;
    height: 170px !important;
    display: block;
    border-radius: 4px 4px 0px 0px;
  }

  .choose-tag {
    padding: 0 16px;
    overflow-x: auto;
  }

  .choose-tag .tagsBox {
    /* width: 500px; */
    width: 100%;
  }

  .baseInfo {
    width: 100%;
    background-position-x: center;
    background-position-y: 8px;
  }

  .btn-light {
    width: 100px;
  }

  #serviceCase .topBg {
    width: 100%;
    height: auto;
    /* height: 120px;
    background: url(../imgs/serviceCase/topBg.png);
    background-size: 100% 120px;
    padding: 30px 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    padding: 30px 16px; */
  }

  #serviceCase .topBg>div:nth-child(1) {
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .pageUp>div:nth-child(2),
  .nextPage>div:nth-child(2) {
    display: none;
  }

  .pageUp>div:nth-child(1),
  .nextPage>div:nth-child(1) {
    margin: 0 auto !important;
  }

  .nextPage,
  .pageUp {
    width: 32px !important;
    height: 32px !important;
  }

  .page-num {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin-right: 8px;
  }
}

@media (max-width: 1366px) {
  .centerContent {
    width: 92% !important;
    margin: 0 auto;
  }

  .rightDataList {
    width: calc((100% - 36px)/4);
  }

  .rightDataList .imgBox {
    width: 100%;
  }

  .rightDataList img {
    width: 100%;
  }
}