.banner .content {
  width: 100%;
}
.banner .content .text-content {
  height: 400px;
  display: flex;
  align-items: center;
}
.banner .content .text-content .title {
  margin: auto;
  text-align: center;
  padding-bottom: 24px;
}
.banner .content .text-content .title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
  margin-top: 0;
}
.banner .content .text-content .title a {
  background-color: #ff5500;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.banner .bg {
  background-color: #aeeeb4;
  background-image: url(/static/img/wireless/banner.jpg);
  background-position: center;
  background-size: 1920px;
}

.contents .content-box {
  max-width: 1180px;
  margin: auto;
}
.contents .content-box .product-introduction {
  min-height: auto;
}
.contents .content-box .product-introduction .item-box {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 360px 360px 360px;
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .contents .content-box .product-introduction .item-box {
    grid-template-columns: 90%;
  }
}
.contents .content-box .product-introduction .item-box .item {
  padding: 56px;
  background-color: #aeeeb4;
  min-height: 300px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.contents .content-box .product-introduction .item-box .item h4 {
  font-weight: bold;
}
.contents .content-box .product-introduction .item-box .item p {
  font-size: 16px;
}

.contents .content-box .product-introduction .item-box .item:nth-child(1) {
  background-image: url(/static/img/wireless/card-01.png);
}
.contents .content-box .product-introduction .item-box .item:nth-child(2) {
  background-image: url(/static/img/wireless/card-02.png);
}
.contents .content-box .product-introduction .item-box .item:nth-child(3) {
  background-image: url(/static/img/wireless/card-03.png);
}


.contents .content-box .package-prices {
  padding: 0 3%;
  padding-bottom: 50px;
  margin: auto;
}
.contents .content-box .package-prices .title {
  text-align: center;
}
.contents .content-box .package-prices .title h3 {
  font-size: 32px;
  margin-bottom: 16px;
}
.contents .content-box .package-prices .item-box {
  height: 300px;
  max-width: 890px;
  margin: auto;
  padding: 48px;
  border-radius: 16px;
  background-image: linear-gradient(230deg, #F6FCFF 0%, #EAF7FF 100%);
}
.contents .content-box .package-prices .item-box p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333535;
  line-height: 56px;
}
.contents .content-box .package-prices .item-box p span {
  font-size: 14px;
}

.content-box .network-test{
	margin: auto;
	margin-bottom: 40px;
}

.content-box .network-test .title h3{
	text-align: center;
	font-size: 32px;
	margin-bottom: 16px;
}

.content-box .network-test .img-box{
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.content-box .network-test p{
	text-align: center;
}


.content-box .network-test .img-box img{
	width: 100%;
}

/* package-prices */
.contents .content-box .package-prices {
  padding-bottom: 50px;
  margin: auto;
}
.contents .content-box .package-prices .title {
  text-align: center;
}
.contents .content-box .package-prices .title h3 {
  font-size: 32px;
  margin-bottom: 16px;
}
.contents .content-box .package-prices .item-box {
  height: auto;
  padding: 48px;
  border-radius: 16px;
  background-image: repeating-linear-gradient(320deg, #c4f0ff, #f3fbff);
}
.contents .content-box .package-prices .item-box .item {
  margin-bottom: 16px;
  padding-top: 12px;
}
.contents .content-box .package-prices .item-box .box {
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.contents .content-box .package-prices .item-box .box h6 {
  font-weight: bold;
  font-size: 16px;
}
.contents .content-box .package-prices .item-box .box p {
  padding: 0;
  margin: 0;
}
.contents .content-box .package-prices .item-box .box .combo {
  background-color: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 16px;
}
@media screen and (max-width: 720px) {
  .contents .content-box .package-prices .item-box .box .combo {
    grid-template-columns: 90%;
  }
}
.contents .content-box .package-prices .item-box .box .combo div {
  display: flex;
  justify-content: space-evenly;
}
.contents .content-box .package-prices .item-box .box .combo div p {
  font-size: 14px;
  line-height: 42px;
}