.custom-service-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 1200px;
  height: 370px;
  background: #FFF;
  position: relative;
}
.custom-service-container .swiper2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 0;
  width: calc(100% - 60px);
  overflow: hidden;
  position: relative;
}
.custom-service-container .swiper2 .card {
  width: 180px;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  cursor: pointer;
  background: #F2F9FF;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.custom-service-container .swiper2 .card:hover, .custom-service-container .swiper2 .card.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#2166D9), to(#1C9DF1)), #F2F9FF;
  background: linear-gradient(180deg, #2166D9 0%, #1C9DF1 100%), #F2F9FF;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.custom-service-container .swiper2 .card .logo {
  margin-top: 48px;
  margin-bottom: 28px;
  width: 80px;
  height: 80px;
}
.custom-service-container .swiper2 .card .logo img {
  width: 100%;
  height: 100%;
}
.custom-service-container .swiper2 .card .logo img:nth-child(1) {
  display: block;
}
.custom-service-container .swiper2 .card .logo img:nth-child(2) {
  display: none;
}
.custom-service-container .swiper2 .card:hover .logo img:nth-child(1), .custom-service-container .swiper2 .card.active .logo img:nth-child(1) {
  display: none;
}
.custom-service-container .swiper2 .card:hover .logo img:nth-child(2), .custom-service-container .swiper2 .card.active .logo img:nth-child(2) {
  display: block;
}
.custom-service-container .swiper2 .card .title {
  padding-bottom: 16px;
  color: #333;
  text-align: center;
  font-size: 20px;
}
.custom-service-container .swiper2 .card:hover .title, .custom-service-container .swiper2 .card.active .title {
  color: #FFF;
  font-weight: 700;
}
.custom-service-container .swiper2 .card .title-en {
  color: #BFBFBF;
  text-align: center;
  font-size: 12px;
  line-height: 16px; /* 133.333% */
}
.custom-service-container .swiper2 .card:hover .title-en, .custom-service-container .swiper2 .card.active .title-en {
  color: #FFF;
}
.custom-service-container .navigation-container {
  margin-top: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-service-container .navigation-container .prev, .custom-service-container .navigation-container .next {
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  width: 20px;
  height: 40px;
  background: url("../images/card/prev.png");
  cursor: pointer;
}
.custom-service-container .navigation-container .next {
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  rotate: 180deg;
}

[data-content-type] {
  display: none;
}

.content-card {
  margin-bottom: 30px;
}
.content-card .cross-border-e-commerce-declaration {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-card .cross-border-e-commerce-declaration .card {
  margin-right: 16px;
  width: 273px;
  height: 150px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 59, 156, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(0, 59, 156, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.content-card .cross-border-e-commerce-declaration .card:nth-child(4n) {
  margin-right: 0;
}
.content-card .cross-border-e-commerce-declaration .card:nth-child(n+5) {
  margin-top: 16px;
}
.content-card .cross-border-e-commerce-declaration .card:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2166D9), to(#1C9DF1));
  background: linear-gradient(180deg, #2166D9 0%, #1C9DF1 100%);
}
.content-card .cross-border-e-commerce-declaration .card .logo {
  width: 50px;
  height: 50px;
}
.content-card .cross-border-e-commerce-declaration .card .logo img {
  width: 100%;
  height: 100%;
}
.content-card .cross-border-e-commerce-declaration .card .logo img:nth-child(1) {
  display: block;
}
.content-card .cross-border-e-commerce-declaration .card .logo img:nth-child(2) {
  display: none;
}
.content-card .cross-border-e-commerce-declaration .card:hover .logo img:nth-child(1) {
  display: none;
}
.content-card .cross-border-e-commerce-declaration .card:hover .logo img:nth-child(2) {
  display: block;
}
.content-card .cross-border-e-commerce-declaration .card .text {
  padding-top: 20px;
  color: #010101;
  font-size: 18px;
}
.content-card .cross-border-e-commerce-declaration .card:hover .text {
  color: #FFF;
  font-weight: 700;
}
.content-card .off-site-port-data-landing {
  padding-top: 30px;
}
.content-card .off-site-port-data-landing .text {
  color: #333;
  font-size: 16px;
}
.content-card .off-site-port-data-landing .card-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-card .off-site-port-data-landing .card-container .card {
  margin-right: 16px;
  width: 273px;
  height: 150px;
  cursor: pointer;
}
.content-card .off-site-port-data-landing .card-container .card:nth-child(4n) {
  margin-right: 0;
}
.content-card .off-site-port-data-landing .card-container .card img {
  width: 100%;
  height: 100%;
}