.linkus-desktop-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 890px;
  padding-top: 50px;
}
.linkus-desktop-banner h1,
.linkus-desktop-banner .banner-info {
  text-align: center;
}
.linkus-desktop-banner .btn-link {
  margin: 30px auto 0;
  width: max-content;
}
.linkus-desktop-banner .btn-link a:first-child {
  background-color: #006ee1;
  margin: 0 27px 20px 0;
}
.linkus-desktop-banner .btn-link a:last-child {
  background-color: rgb(255 255 255 / 0%);
  color: #006ee1;
  border: 1px solid #006ee1;
}
/*  */
.more-resource {
  margin: 7vw auto;
  padding-bottom: 7vw;
}
.more-resource .display-flex {
  justify-content: space-around;
}
.more-resource .item {
  width: 33.3%;
  min-height: 255px;
  background: #fff;
  border-right: 1px solid #dcdcdc;
  padding: 0 30px;
}
.more-resource .item:hover {
  /* box-shadow: 7px 12px 53px 0 rgba(16,31,58,.1) */
}
.more-resource .item:hover .title {
  color: #006ee1;
}
.more-resource img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.more-resource .title {
  font-size: 24px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #303c42;
  line-height: 36px;
  display: block;
  text-align: center;
  margin-top: -8px;
}
.more-resource .item .t {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #303c42;
  line-height: 23px;
  margin-top: 10px;
  padding: 0 7%;
}
.more-resource .item:hover * {
  text-decoration: none;
}
.more-resource .item3 {
  border: none;
}
/*  */
.feature-wrap {
  background-color: #006ee1;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
.feature-wrap * {
  color: #fff;
  align-items: stretch;
}
.feature-wrap .item {
  width: 22.3%;
  margin-top: -20px;
}
.feature-wrap .item .img {
  width: 82px;
  line-height: 0;
  margin: 0 0 0 -20px;
}
.feature-wrap h3 {
  margin-top: 0;
}
/*  */
.business-phone {
  margin-top: 7vw;
}
.business-phone .content-left {
  width: 47%;
}
.business-phone .content-right {
  width: 43%;
}
.business-phone .link a,
.integrate .link a {
  text-decoration: underline;
  position: relative;
  margin-top: 33px;
  display: inline-block;
}
.business-phone .link a {
  margin-top: 0;
}
.business-phone .link a::after,
.integrate .link a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 20px;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}
.business-phone .link a:hover,
.integrate .link a:hover {
  color: #00b7ff;
}
.business-phone h3 {
  margin: 0 0 12px 0;
}
.business-phone .item {
  margin-bottom: 30px;
}
/*  */
.save-time {
  margin-top: 5vw;
}
.save-time .t {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 70px;
  text-align: center;
}
.save-time .img {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
/*  */
.integrate.display-flex {
  margin-top: 7vw;
}
.integrate .content-left {
  width: 50%;
}
.integrate .content-right {
  width: 45%;
}
.integrate h2 {
  text-align: left;
}
/*  */
.secure {
  min-height: 800px;
  margin-top: 7vw;
}
.secure h2 {
  text-align: left;
  margin-bottom: 30px;
}
.secure .content-left {
  width: 46%;
}
.secure .content-right {
  width: 42%;
}
.secure .link a {
	color: #303c42;
}
.secure .item {
  width: 31%;
  min-height: 162px;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 30px 30px 30px 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.secure .item .img {
  width: 20%;
  margin-bottom: 0;
  line-height: 0;
}
.secure .item h3 {
  margin: 8px 0 10px 0;
  font-size: 20px;
}
.secure .item .left {
  width: 79%;
}
.secure .item .left .t {
  margin-bottom: 0;
}
.secure .item .left a {
  text-decoration: underline;
}
.secure .item .left a:hover {
  color: #00b7ff;
}
.secure .item:last-child .left a {
  color: #303c42;
  padding-right: 20px;
  text-decoration: none;
}
.secure .display-flex {
  margin-top: 60px;
}
/*  */
.sound.display-flex {
  margin-top: 7vw;
  min-height: 293px;
  justify-content: center;
	border-radius: 20px;
}
.sound * {
  color: #fff;
	text-align: center;
}
.sound h2 {
  margin: 0 0 22px 0;
}
.sound .btn-link {
  width: max-content;
  margin: 30px auto 0;
}
.sound .btn-link a {
  width: initial;
  min-width: 180px;
  padding: 0 25px;
}
.more-resource .tip {
  text-align: center;
  color: rgb(48 60 66 / 60%);
  width: 785px;
  max-width: 90%;
  margin: 50px auto 0;
}
@media (max-width: 1500px) and (min-width: 769px) {
  div .display-flex,
  div .same-width {
    width: 1100px;
    max-width: 90%;
  }
  .linkus-desktop-banner {
    min-height: 820px;
    padding-top: 30px;
  }
  .feature-wrap .item {
    width: 26%;
  }
  .save-time .t {
    width: 900px;
  }
  .save-time .img {
    width: 1100px;
  }
  .secure .content-left {
    width: 50%;
  }
  .secure .item {
    padding: 20px 20px 20px 10px;
  }
  .secure {
    min-height: 750px;
  }
}
@media(max-width: 767px) {
	.banner-info {
		background-color: rgb(255 255 255 / 60%);
	}
	.linkus-desktop-banner {
    padding: 30px 15px;
    min-height: 520px;
	}
	.linkus-desktop-banner .btn-link {
    width: initial;
	}
	.linkus-desktop-banner .btn-link a,
	.linkus-desktop-banner .btn-link a:first-child {
    display: block;
    margin: 0 auto 20px;
	}
	.linkus-desktop-banner .btn-link a:last-child {
    background-color: #00b7ff;
    color: #fff;
    border: 1px solid #00b7ff;
	}
	.feature-wrap .item {
    width: 100%;
    margin: 20px 0;
	}
	.display-flex .content-left,
	.display-flex .content-right {
		width: 100%;
	}
	.secure {
    padding-bottom: 50px;
	}
	.secure .item {
    margin: 20px 0;
    width: 100%;
	}
	.sound.display-flex {
    padding: 50px 15px 0;
	}
	.more-resource .item {
    width: 100%;
    border-right: none;
	}
	.more-resource .tip {
    margin: 0 auto;
    padding-bottom: 50px;
	}
}