.swiper-slide {
  height: 600px;
}
.swiper-slide .h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}
.swiper-slide .h2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 89px;
}
.xwx-content .swiper-slide .apply-btn {
  border-radius: 4px;
}
.product-xwx .swiper-slide .apply-btn:hover {
  background-color: #2682ff;
}
/* tdfx */
.tdfx {
  padding-bottom: 70px;
  background: #f0f5fa;
}
.tdfx .body-box {
  margin-top: 55px;

}
.card-item-wrapper {
  margin-right: 60px;
}
.card-item-wrapper:last-child {
  margin-right: 0;
}
.card-item {
  width: 360px;
  height: 514px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  top: 0;
  transition: top 0.3s ease;
}

.card-item .item-header {
  width: 360px;
  height: 120px;
  background: linear-gradient(90deg, #e8f2ff 0%, #c1dbff 100%);
  border-radius: 4px 4px 0px 0px;
  padding: 45px 40px 53px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f1f1f;
}

.card-item-wrapper:nth-child(1n) .item-header {
  background: url('../picture/xw-a-bg1-default.png');
}
.card-item-wrapper:nth-child(2n) .item-header {
  background: url('../picture/xw-a-bg2-default.png');
}
.card-item-wrapper:nth-child(3n) .item-header {
  background: url('../picture/xw-a-bg3-default.png');
}

.card-item .item-body {
  padding: 25px 35px 44px;
}

.card-item .item-body ul > li {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #1f1f1f;
  line-height: 60px;
}

.tdfx .try-btn {
  display: block;
  width: 170px;
  height: 52px;
  border: 1px solid #1478ff;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1478ff;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  margin-top: 32px;
}
.card-item-wrapper:hover .card-item{
  top: -6px;
  box-shadow: 0px 20px 60px 0px #d6def2;
}
.card-item .try-btn:hover {
  background: #1478ff;
  border: 1px solid #2061f6;
  color: #fff;
}
.card-item-wrapper:nth-child(1n):hover .item-header {
  color: #fff;
  background: url('../picture/xw-a-bg1-active.png');
}
.card-item-wrapper:nth-child(2n):hover .item-header {
  color: #fff;
  background: url('../picture/xw-a-bg2-active.png');
}
.card-item-wrapper:nth-child(3n):hover .item-header {
  color: #fff;
  background: url('../picture/xw-a-bg3-active.png');
}

/* 解决方案 */
.solution {
  background: url('../picture/xw-b-bg.png') no-repeat;
  background-size: 100% 100%;
}
.solution .body-box {
  margin-top: 55px;
  padding-bottom: 66px;
}

.category-item {
  width: 340px;
  height: 170px;
  display: flex;
  padding: 0 28px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #dcdfe5;
  box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
}
.category-item:last-child {
  border-bottom: 0;
}
.category-icon {
  margin-right: 26px;
  line-height: 1;
  margin-top: 10px;
  width: 54px;
}
.category-icon > img {
  width: 100%;
}
.category-item .category-name {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 12px;
}
.category-item .category-summary {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f1f1f;
}
.category-item:hover,
.category-item.active {
  border-bottom: 0;
  background: url('../picture/xw-b-left-bg.png') no-repeat;
  background-size: 100% 100%;
}
.category-item:hover .category-name,
.category-item.active .category-name,
.category-item:hover .category-summary,
.category-item.active .category-summary {
  color: #fff;
}

.solution .right {
  flex: 1;
  width: 860px;
  /* height: 510px; */
  background: rgba(247, 251, 254, 0.95);
  border-radius: 0px 4px 4px 0px;
  padding-left: 70px;
  /* padding-top: 67px; */
}
.solution .right .left-content {
  /* padding-top: 24px; */
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution .right ul > li {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f1f1f;
  /* line-height: 60px; */
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.solution .right ul > li i {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.solution .right ul > li i > img {
  width: 20px;
  height: 20px;
}
.solution .right .try-btn {
  display: flex;
  width: 170px;
  height: 52px;
  border: 1px solid #1478ff;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1478ff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.solution .right .try-btn:hover {
  background: #1478ff;
  color: #fff;
}
.solution .right .right-content {
  margin-left: 15px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.solution .right .right-content > img {
  width: 558px;
  height: 394px;
}

/* case */
.case-box {
  height: 612px;
  background: #f0f5fa;
}

.case-box .body-box {
  margin-top: 54px;
  padding-bottom: 66px;
  justify-content: center;
}
.case-box .case-item {
  position: relative;
  /* transition: width 0.5s; */
  float: left;
  width: 230px;
  height: 340px;
  overflow: hidden;
  margin-right: 12px;
}
.case-box .case-item:last-child {
  margin-right: 0;
}
.solution-block .solution-box .solution-item * {
  color: #fff;
}
.case-box .case-item .color-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.case-box .case-item:first-child {
  margin-left: 0;
}

.case-box .case-item .icon {
  position: absolute;
  top: 126px;
  left: 96px;
  width: 37px;
  height: 37px;
  transition: top 0.5s, left 0.5s;
  background-size: 40px;
}
.case-box .case-item .title {
  cursor: pointer;
  position: absolute;
  top: 192px;
  /* left: 69px; */
  transition: top 0.5s, left 0.5s;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.case-box .case-item .content {
  width: 186px;
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  position: absolute;
  top: 340px;
  left: 20px;
  margin: 0;
  transition: top 0.5s;
}
.case-box .case-item .detail-btn {
  width: 134px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 450px;
  left: 48px;
  transition: top 0.5s;
}
.case-box .case-item .detail-btn .icon-arrow {
  width: 6px;
  height: 11px;
  margin-left: 20px;
  margin-top: 2px;
  background: url('../picture/xw-c-arrow-default.png') no-repeat;
  background-size: 100% 100%;
}
.case-box .case-item .detail-btn:hover {
  background: #fff;
  color: #2061f6;
}
.case-box .case-item .detail-btn:hover .icon-arrow {
  background: url('../picture/xw-c-arrow-active.png') no-repeat;
  background-size: 100% 100%;
}
.case-box .case-item.active .color-bg,
.case-box .case-item:hover .color-bg {
  opacity: 0.4;
}
.case-box .case-item.active .icon,
.case-box .case-item:hover .icon {
  top: 49px;
  left: 95px;
}
.case-box .case-item.active .title,
.case-box .case-item:hover .title {
  position: absolute;
  top: 112px;
  /* left: 70px; */
}
.case-box .case-item.active .content,
.case-box .case-item:hover .content {
  position: absolute;
  top: 162px;
  left: 20px;
}
.case-box .case-item.active .detail-btn,
.case-box .case-item:hover .detail-btn {
  position: absolute;
  top: 270px;
  left: 48px;
}

.case-good-box {
  /* height: 462px; */
  background: #1c6cfe;
  background: url('../picture/xw-d-bg.png') no-repeat;
  background-size: 100% 100%;
}
.case-good-box .body-box {
  margin-top: 55px;
  padding-bottom: 66px;
  justify-content: space-between;
}

.case-good-box .good-card-item {
  width: 382px;
  height: 190px;
  background: #2084ff;
  border-radius: 12px;
  padding: 26px 34px;
  display: flex;
}

.case-good-box .good-card-item .left {
  display: flex;
  align-items: flex-start;
}
.case-good-box .good-card-item .left img {
  max-width: 80px;
}

.case-good-box .good-card-item .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 6px;
}
.case-good-box .good-card-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 32px;
}

.case-good-box .good-card-item .right {
  margin-left: 40px;
  margin-top: 14px;
}

.case-good-box .good-card-item:hover {
  background: #0474ff;
  box-shadow: 0px 16px 64px 0px #0953da;
}

.scan-code {
  width: 100%;
  height: 600px;
  background: url('../picture/xw-d-bg2.jpg') no-repeat;
  background-size: 100% 100%;
}
.scan-code .body-box {
  justify-content: flex-end;
}
.scan-code .body-box .left {
  margin-top: 74px;
}
.scan-code .body-box .right {
  margin-top: 80px;
  margin-right: 77px;
}
.scan-code .body-box .right > p {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
}
.pc-try-btn {
  display: flex;
  width: 168px;
  height: 48px;
  background: #1478FF;
  border: 1px solid #1478FF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.pc-try-btn i {
  display: inline-block;
  width: 17px;
  height: 7px;
  line-height: 1;
  margin-top: 2px;
  margin-left: 4px;
}
.pc-try-btn:hover {
  background: #2682ff;
}
.icon-right-arrow-line {
  background: url('../picture/xw-d-→.png') no-repeat;
  background-size: 100% 100%;
}
.right-bottom {
  display: flex;
  margin-top: 52px;
}
.rqcode-item:first-child {
  margin-right: 73px;
}
.rqcode-item img{
 width: 118px;
 height: 118px;
}
.rqcode-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
  text-align: center;
  margin-top: 12px;
}