.markHeroPage {
  display: none;
  background-color: #000000;
  position: fixed;
  inset: 0px;
  opacity: 0.7;
  z-index: 9998;
  cursor: pointer;
}
.redirectpop {
  display: none;
  width: 718px;
  height: 296px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  opacity: 1;
  margin-left: -359px;
  margin-top: -148px;
}
.redirectpop img {
  width: 100%;
}
@media (max-width: 768px) {
  .redirectpop {
    width: 90%;
    height: auto;
    margin-left: -45%;
    margin-top: auto;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  line-height: 1;
}
.ifc-main h1,
.ifc-main h2,
.ifc-main h3,
.ifc-main h4,
.ifc-main h5,
.ifc-main h6 {
  margin: 0;
  font-weight: normal;
}
.ifc-main .ifc-container {
  width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.ifc-main .img-full {
  width: 100%;
}
.ifc-main .ifc-top {
  background: #000;
  padding-top: 120px;
}
.ifc-main .ifc-max-img.center {
  text-align: center;
}
.ifc-main .ifc-max-img img {
  max-width: 100%;
}
.ifc-main .ifc-kv .ifc-container {
  width: 1230px;
}
.ifc-main .ifc-kv .ifc-kv-content {
  position: relative;
}
.ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text {
  position: absolute;
  top: 0;
  left: 0;
}
.ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  padding-bottom: 17px;
  padding-right: 100px;
  position: relative;
}
.ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #9300FF 33%, rgba(255, 255, 255, 0) 98%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.ifc-main .ifc-exhibition-info-content {
  display: flex;
  padding-bottom: 60px;
}
.ifc-main .ifc-exhibition-info-content li {
  flex: 1;
  position: relative;
}
.ifc-main .ifc-exhibition-info-content li.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ifc-main .ifc-exhibition-info-content li:first-child::before {
  background-color: transparent;
}
.ifc-main .ifc-exhibition-info-content li::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #696969;
}
.ifc-main .ifc-exhibition-info-content li div {
  padding-left: 30px;
}
.ifc-main .ifc-exhibition-info-content li span {
  font-size: 14px;
  color: #A7A7A7;
}
.ifc-main .ifc-exhibition-info-content li h3 {
  font-size: 23px;
  color: #fff;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: bold;
}
.ifc-main .ifc-provider {
  padding-bottom: 80px;
}
.ifc-main .ifc-provider h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
.ifc-main .ifc-provider ul {
  display: flex;
  gap: 14px;
}
.ifc-main .ifc-provider ul li {
  flex: 1;
  position: relative;
  font-size: 0;
}
.ifc-main .ifc-provider ul li .provider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 0 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.ifc-main .ifc-provider ul li .provider-item:hover {
  background: linear-gradient(129deg, rgba(255, 109, 130, 0.6) 0%, rgba(251, 60, 85, 0) 47%), linear-gradient(180deg, rgba(254, 75, 255, 0.6) -22%, rgba(36, 44, 255, 0.6) 71%);
}
.ifc-main .ifc-provider ul li .provider-item:hover div p {
  display: block;
  opacity: 1;
}
.ifc-main .ifc-provider ul li .provider-item:hover div a {
  display: inline-block;
}
.ifc-main .ifc-provider ul li .provider-item h3 {
  color: #fff;
  font-size: 20px;
}
.ifc-main .ifc-provider ul li .provider-item .provider-icon {
  width: 85px;
}
.ifc-main .ifc-provider ul li .provider-item div {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ifc-main .ifc-provider ul li .provider-item div p {
  margin: 12px 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  display: none;
  transition: all 0.5s;
  opacity: 0;
}
.ifc-main .ifc-provider ul li .provider-item div a {
  font-size: 14px;
  color: #FFF4F4;
  padding: 12px 27px;
  background: #000;
  display: none;
}
.ifc-main .ifc-pccw-solution .ifc-pccw {
  position: relative;
}
.ifc-main .ifc-pccw-solution .ifc-pccw.bg1 {
  padding-top: 200px;
  margin-top: -60px;
  background: url(../images/pccw-solution-img01.png);
  background-position: top left 145px;
  background-repeat: no-repeat;
  background-size: auto;
}
.ifc-main .ifc-pccw-solution .ifc-pccw.bg2 {
  padding-top: 180px;
  background: url(../images/pccw-solution-img04.png);
  background-position: top right 95px;
  background-repeat: no-repeat;
  background-size: auto;
}
.ifc-main .ifc-pccw-solution h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.ifc-main .ifc-pccw-solution p {
  text-align: center;
  line-height: 1.5;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
}
.ifc-main .ifc-pccw-solution .pccw-container {
  display: flex;
  gap: 80px;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-content {
  flex: 1;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-content img {
  max-width: 100%;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-content h3 {
  color: #fff;
  font-size: 43px;
  font-weight: bold;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-content h4 {
  color: #959595;
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-content h4 a {
  color: #959595;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-img {
  padding: 0 70px 0 110px;
  width: 50%;
  position: relative;
}
.ifc-main .ifc-pccw-solution .pccw-container .item-img img {
  width: 100%;
}
.ifc-main .ifc-related-cases {
  padding: 66px 0 94px;
}
.ifc-main .ifc-related-cases.ifc-related-cases-spec {
  padding-top: 0;
}
.ifc-main .ifc-related-cases.white {
  gap: 33px;
}
.ifc-main .ifc-related-cases.white h2.related-cases-title {
  color: #FFF4F4;
}
.ifc-main .ifc-related-cases.white ul li h3 {
  color: #fff;
}
.ifc-main .ifc-related-cases.white .related-cases-btn a {
  border-color: #979797;
  color: #fff;
}
.ifc-main .ifc-related-cases h2.related-cases-title {
  font-size: 30px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: normal;
}
.ifc-main .ifc-related-cases ul {
  display: flex;
  gap: 20px;
}
.ifc-main .ifc-related-cases ul li {
  flex: 1;
}
.ifc-main .ifc-related-cases ul li .img img {
  width: 100%;
}
.ifc-main .ifc-related-cases ul li h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 11px;
  color: #000;
}
.ifc-main .ifc-related-cases .related-cases-btn {
  margin-top: 41px;
  display: flex;
  justify-content: center;
}
.ifc-main .ifc-related-cases .related-cases-btn a {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  width: 152px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
}
.ifc-main .ifc-new-meeting-solution {
  padding-top: 100px;
  background: linear-gradient(181deg, rgba(244, 248, 251, 0) 0%, #E5EFF6 66%);
}
.ifc-main .ifc-new-meeting-solution h2 {
  font-size: 46px;
  color: #181818;
  text-align: center;
}
.ifc-main .ifc-new-meeting-solution p {
  font-size: 20px;
  line-height: 1.5;
  color: #262626;
  margin: 20px auto 40px;
  text-align: center;
}
.ifc-main .ifc-new-meeting-solution .ifc-new-meeting-solution-bg1 {
  background: url(../images/new-meeting-solution-img01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}
.ifc-main .ifc-new-meeting-solution .meeting-item2 {
  margin-top: 50px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 {
  background: url(../images/new-meeting-solution-img04.png);
  background-position: top left 80px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 150px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 .spec1 {
  padding-top: 115px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg2 {
  background: url(../images/new-meeting-solution-img09.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 80px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container ul {
  display: flex;
  align-items: center;
  gap: 70px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li {
  flex: 1;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h3 {
  font-size: 23px;
  color: #6B6B6B;
  font-weight: bold;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h4 {
  font-size: 43px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0 30px;
}
.ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h4 a {
  color: #000;
}
.ifc-main .ifc-retail-solution {
  padding-top: 60px;
  background: url(../images/retail-bg.png);
  background-position: top -80px left -120px;
  background-repeat: no-repeat;
  background-size: auto;
}
.ifc-main .ifc-retail-solution h2 {
  font-size: 46px;
  color: #181818;
  text-align: center;
  font-weight: bold;
}
.ifc-main .ifc-retail-solution p {
  font-size: 20px;
  line-height: 1.5;
  color: #262626;
  margin: 40px 0 10px;
  text-align: center;
}
.ifc-main .ifc-retail-solution .retail-card-container {
  display: flex;
  gap: 50px;
  margin: 40px 0;
}
.ifc-main .ifc-retail-solution .retail-card-container .retail-card {
  flex: 1;
}
.ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top h3 {
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
}
.ifc-main .ifc-retail-solution .retail-card-container .retail-card h4 {
  font-size: 14px;
  line-height: 1.6;
  color: #262626;
}
.ifc-main .ifc-live-solution {
  padding: 100px 0 0;
  background: #000 url(../images/live-solution-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
}
.ifc-main .ifc-live-solution h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.ifc-main .ifc-live-solution .ifc-live-icon-container {
  margin: 36px 0;
  display: flex;
  justify-content: center;
}
.ifc-main .ifc-live-solution .ifc-live-icon-container ul {
  display: flex;
}
.ifc-main .ifc-live-solution .ifc-live-icon-container ul li {
  flex: 1;
  text-align: center;
  padding: 0 55px;
  white-space: nowrap;
}
.ifc-main .ifc-live-solution .ifc-live-icon-container ul li h3 {
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}
.ifc-main .ifc-live-solution .ifc-live-icon-container ul li h4 {
  font-size: 18px;
  color: #fff;
}
.ifc-main .ifc-live-solution .image-text-container {
  margin: 90px 0 60px;
  display: flex;
  gap: 30px;
}
.ifc-main .ifc-live-solution .image-text-container > div {
  flex: 1;
}
.ifc-main .ifc-live-solution .image-text-container > div.text-content h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
.ifc-main .ifc-live-solution .image-text-container > div.text-content h4 {
  line-height: 1.6;
  font-size: 20px;
  margin: 25px 0;
  color: #fff;
}
.ifc-main .ifc-live-solution .image-text-container > div.text-content a {
  font-size: 18px;
  color: #FF951C;
}
.ifc-main .ifc-live-solution .live-solution-product-container {
  display: flex;
  gap: 160px;
}
.ifc-main .ifc-live-solution .live-solution-product-container li {
  flex: 1;
}
.ifc-main .ifc-live-solution .live-solution-product-container li .product-text {
  display: flex;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin: 35px 0 65px;
}
.ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-left {
  width: 57%;
  background: #2e2e2e;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  text-align: center;
  padding: 20px 0;
}
.ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-right {
  width: 43%;
  background: linear-gradient(to right, #754320, #795320, #7d6320);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1250px) {
  .ifc-main .ifc-kv .ifc-container {
    width: 1100px;
  }
}
@media (max-width: 1130px) {
  .ifc-main .ifc-kv .ifc-container {
    width: 970px;
  }
  .ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h2 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 13px;
    padding-right: 80px;
  }
  .ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h1 {
    font-size: 40px;
  }
  .ifc-main .ifc-container {
    width: 970px;
  }
  .ifc-main .ifc-top {
    background: #000;
    padding-top: 80px;
  }
  .ifc-main .ifc-exhibition-info-content {
    padding-bottom: 48px;
  }
  .ifc-main .ifc-exhibition-info-content li div {
    padding-left: 24px;
  }
  .ifc-main .ifc-exhibition-info-content li span {
    font-size: 14px;
  }
  .ifc-main .ifc-exhibition-info-content li h3 {
    font-size: 19px;
    margin-top: 24px;
  }
  .ifc-main .ifc-provider {
    padding-bottom: 64px;
  }
  .ifc-main .ifc-provider h2 {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .ifc-main .ifc-provider ul {
    gap: 11px;
  }
  .ifc-main .ifc-provider ul li .provider-item {
    padding: 25px 0 21px;
  }
  .ifc-main .ifc-provider ul li .provider-item h3 {
    color: #fff;
    font-size: 16px;
  }
  .ifc-main .ifc-provider ul li .provider-item .provider-icon {
    width: 68px;
  }
  .ifc-main .ifc-provider ul li .provider-item div p {
    margin: 10px 0 16px;
    font-size: 14px;
  }
  .ifc-main .ifc-provider ul li .provider-item div a {
    font-size: 12px;
    padding: 10px 22px;
  }
  .ifc-main .ifc-pccw-solution .ifc-pccw.bg1 {
    padding-top: 160px;
    margin-top: -48px;
    background-position: top left 117px;
  }
  .ifc-main .ifc-pccw-solution .ifc-pccw.bg2 {
    padding-top: 145px;
    background-position: top right 76px;
  }
  .ifc-main .ifc-pccw-solution h2 {
    font-size: 37px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
  }
  .ifc-main .ifc-pccw-solution p {
    width: 100%;
    font-size: 16px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container {
    gap: 64px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-content h3 {
    font-size: 34px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-content h4 {
    color: #959595;
    font-size: 25px;
    font-weight: bold;
    margin: 8px 0 16px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-img {
    padding: 0 56px 0 89px;
  }
  .ifc-main .ifc-related-cases {
    padding: 53px 0 76px;
  }
  .ifc-main .ifc-related-cases.white {
    gap: 26px;
  }
  .ifc-main .ifc-related-cases h2.related-cases-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .ifc-main .ifc-related-cases ul {
    gap: 16px;
  }
  .ifc-main .ifc-related-cases ul li h3 {
    font-size: 13px;
  }
  .ifc-main .ifc-related-cases .related-cases-btn {
    margin-top: 33px;
  }
  .ifc-main .ifc-related-cases .related-cases-btn a {
    width: 122px;
    height: 46px;
    font-size: 16px;
  }
  .ifc-main .ifc-new-meeting-solution {
    padding-top: 80px;
  }
  .ifc-main .ifc-new-meeting-solution h2 {
    font-size: 37px;
  }
  .ifc-main .ifc-new-meeting-solution p {
    font-size: 16px;
    margin: 16px auto 32px;
  }
  .ifc-main .ifc-new-meeting-solution .meeting-item2 {
    margin-top: 40px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 {
    background-position: top left 64px;
    padding-bottom: 120px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 .spec1 {
    padding-top: 92px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg2 {
    background-position: top right 16px;
    padding-bottom: 64px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg3 ul {
    align-items: flex-start;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul {
    gap: 56px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h3 {
    font-size: 18px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h4 {
    font-size: 34px;
    margin: 12px 0 24px;
  }
  .ifc-main .ifc-retail-solution {
    padding-top: 48px;
  }
  .ifc-main .ifc-retail-solution h2 {
    font-size: 37px;
  }
  .ifc-main .ifc-retail-solution p {
    font-size: 16px;
    margin: 32px 0 7px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container {
    gap: 40px;
    margin: 25px 0;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top {
    margin-bottom: 13px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top h3 {
    padding-left: 7px;
    font-size: 16px;
    padding-bottom: 7px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card h4 {
    font-size: 12px;
  }
  .ifc-main .ifc-live-solution {
    padding: 80px 0 0;
    padding-bottom: 40px;
  }
  .ifc-main .ifc-live-solution h2 {
    font-size: 37px;
    margin-bottom: 16px;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container {
    margin: 29px 0;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li {
    padding: 0 44px;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li h4 {
    font-size: 14px;
  }
  .ifc-main .ifc-live-solution .image-text-container {
    margin: 58px 0 38px;
    gap: 24px;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content h3 {
    font-size: 35px;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content h4 {
    font-size: 16px;
    margin: 19px 0;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content a {
    font-size: 14px;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container {
    gap: 129px;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text {
    font-size: 21px;
    margin: 28px 0 52px;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-left {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 16px 0;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-right {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 16px 0;
  }
}
@media (max-width: 1000px) {
  .ifc-main .ifc-kv .ifc-container {
    width: 750px;
  }
  .ifc-main .ifc-container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .ifc-main .ifc-container {
    width: 100%;
  }
  .ifc-main .ifc-top {
    padding-top: 20px;
  }
  .ifc-main .ifc-pc {
    display: none;
  }
  .ifc-main .ifc-kv .ifc-container {
    width: 100%;
  }
  .ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h2 {
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    padding-right: 25px;
  }
  .ifc-main .ifc-kv .ifc-kv-content .ifc-kv-text h1 {
    font-size: 20px;
  }
  .ifc-main .ifc-exhibition-info-content {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .ifc-main .ifc-exhibition-info-content li {
    flex: none;
    width: 50%;
    margin-bottom: 10px;
  }
  .ifc-main .ifc-exhibition-info-content li:nth-of-type(odd)::before {
    background-color: transparent;
  }
  .ifc-main .ifc-exhibition-info-content li::before {
    height: 100%;
  }
  .ifc-main .ifc-exhibition-info-content li div {
    padding: 0 10px;
  }
  .ifc-main .ifc-exhibition-info-content li span {
    font-size: 12px;
  }
  .ifc-main .ifc-exhibition-info-content li h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .ifc-main .ifc-provider {
    padding-bottom: 30px;
  }
  .ifc-main .ifc-provider h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .ifc-main .ifc-provider ul {
    gap: 0;
    flex-wrap: wrap;
    margin: 0 -5px -5px;
  }
  .ifc-main .ifc-provider ul li {
    flex: none;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .ifc-main .ifc-provider ul li .provider-item {
    padding: 16px 0 16px;
  }
  .ifc-main .ifc-provider ul li .provider-item h3 {
    font-size: 14px;
  }
  .ifc-main .ifc-provider ul li .provider-item .provider-icon {
    width: 42.5px;
  }
  .ifc-main .ifc-provider ul li .provider-item div p {
    margin: 6px 0 10px;
    font-size: 12px;
    display: block;
    opacity: 1;
  }
  .ifc-main .ifc-provider ul li .provider-item div a {
    font-size: 12px;
    padding: 7px 13px;
    display: inline-block;
  }
  .ifc-main .ifc-pccw-solution .ifc-pccw.bg1 {
    padding-top: 100px;
    margin-top: -60px;
    background-position: top left 0;
  }
  .ifc-main .ifc-pccw-solution .ifc-pccw.bg2 {
    padding-top: 30px;
    background-position: top right 95px;
  }
  .ifc-main .ifc-pccw-solution h2 {
    font-size: 23px;
  }
  .ifc-main .ifc-pccw-solution p {
    font-size: 14px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container {
    flex-direction: column;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-content h3 {
    font-size: 21px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-content h4 {
    font-size: 26px;
    margin: 5px 0 10px;
  }
  .ifc-main .ifc-pccw-solution .pccw-container .item-img {
    padding: 0;
    width: 100%;
  }
  .ifc-main .ifc-related-cases {
    padding: 33px 0 47px;
  }
  .ifc-main .ifc-related-cases.white {
    gap: 0;
  }
  .ifc-main .ifc-related-cases h2.related-cases-title {
    font-size: 15px;
    margin-bottom: 17px;
  }
  .ifc-main .ifc-related-cases ul {
    gap: 0;
    margin: 0 -5px -10px;
    flex-wrap: wrap;
  }
  .ifc-main .ifc-related-cases ul li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    flex: none;
  }
  .ifc-main .ifc-related-cases ul li h3 {
    font-size: 12px;
    padding-top: 5px;
  }
  .ifc-main .ifc-related-cases .related-cases-btn {
    margin-top: 20px;
  }
  .ifc-main .ifc-related-cases .related-cases-btn a {
    width: 76px;
    height: 29px;
    font-size: 14px;
  }
  .ifc-main .ifc-new-meeting-solution {
    padding-top: 30px;
  }
  .ifc-main .ifc-new-meeting-solution h2 {
    font-size: 23px;
  }
  .ifc-main .ifc-new-meeting-solution p {
    font-size: 14px;
    margin: 10px auto 20px;
  }
  .ifc-main .ifc-new-meeting-solution .meeting-item2 {
    margin-top: 25px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 {
    background-position: top right;
    padding-bottom: 20px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg1 .spec1 {
    padding-top: 20px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg2 {
    background-position: top right;
    padding-bottom: 20px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container.bg2 ul li > .ifc-max-img {
    padding-top: 20px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul {
    gap: 0;
    flex-direction: column;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li {
    flex: 1;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h3 {
    font-size: 16px;
  }
  .ifc-main .ifc-new-meeting-solution .ifc-bg-container ul li h4 {
    font-size: 21px;
    margin: 8px 0 15px;
  }
  .ifc-main .ifc-retail-solution {
    padding-top: 30px;
    background-position: top -120px left -200px;
  }
  .ifc-main .ifc-retail-solution h2 {
    font-size: 23px;
  }
  .ifc-main .ifc-retail-solution p {
    font-size: 14px;
    margin: 20px 0 5px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container {
    gap: 0;
    margin: 10px -5px;
    flex-wrap: wrap;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card {
    flex: none;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top {
    margin-bottom: 10px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card .retail-card-top h3 {
    padding-left: 5px;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .ifc-main .ifc-retail-solution .retail-card-container .retail-card h4 {
    font-size: 12px;
  }
  .ifc-main .ifc-live-solution {
    padding: 30px 0 0;
    padding-bottom: 25px;
  }
  .ifc-main .ifc-live-solution h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container {
    margin: 28px 0;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li {
    padding: 0 5px;
    white-space: wrap;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .ifc-main .ifc-live-solution .ifc-live-icon-container ul li h4 {
    font-size: 12px;
    color: #fff;
  }
  .ifc-main .ifc-live-solution .image-text-container {
    margin: 30px 0 20px;
    gap: 0;
    flex-direction: column;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content {
    margin-top: 10px;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content h3 {
    font-size: 17px;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content h4 {
    font-size: 14px;
    margin: 12px 0;
  }
  .ifc-main .ifc-live-solution .image-text-container > div.text-content a {
    font-size: 12px;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container {
    gap: 20px;
    flex-direction: column;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text {
    font-size: 14px;
    margin: 17px 0 30px;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 0;
  }
  .ifc-main .ifc-live-solution .live-solution-product-container li .product-text .product-text-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 0;
  }
}
