.banner .content {
  width: 100%;
}
.banner .content .text-content {
  width: 100%;
  max-width: 810px;
  height: 500px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: auto;
}
@media screen and (max-width: 720px) {
  .banner .content .text-content {
    align-items: initial;
    padding: 30px 5% 0;
    height: 610px;
  }
}
.banner .content .text-content .title {
  margin: initial;
  text-align: left;
  padding-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .banner .content .text-content .title {
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }
}
.banner .content .text-content .title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
}
.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: #ffffff;
  background-image: url(/static/img/enterpriseBox/new/banner-bg.jpg);
  background-position: top center;
  background-size: 1920px;
}
@media screen and (max-width: 720px) {
  .banner .bg {
    background-position: bottom;
    background-image: url(/static/img/enterpriseBox/new/m-banner-bg.jpg);
    background-size: 710px;
  }
}

.contents {
  width: 100%;
}
.contents .content-box {
  width: 100%;
}
.contents .content-box .motherboard {
  max-width: 980px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
}
.contents .content-box .motherboard .title {
  text-align: center;
}
.contents .content-box .motherboard .title h3 {
  font-size: 32px;
  font-weight: bold;
}
.contents .content-box .motherboard .img-box {
  margin: auto;
  text-align: center;
  padding-bottom: 32px;
}
.contents .content-box .motherboard .img-box img {
  width: 90%;
  max-width: 400px;
}
.contents .content-box .motherboard .item-box {
  display: grid;
  grid-template-columns: 31.5% 31.5% 31.5%;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .contents .content-box .motherboard .item-box {
    grid-template-columns: 100%;
  }
}
.contents .content-box .motherboard .item-box .mc {
  display: grid;
  grid-template-columns: 48px auto;
  padding: 24px 32px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f5f6f8;
}
.contents .content-box .motherboard .item-box .mc .icon-box {
  display: flex;
  align-items: center;
}
.contents .content-box .motherboard .item-box .mc .icon-box img {
  height: 32px;
}
.contents .content-box .system-features {
  max-width: 980px;
  margin: auto;
  padding: 50px 0;
}
.contents .content-box .system-features .title {
  text-align: center;
}
.contents .content-box .system-features .title h3 {
  font-size: 32px;
  font-weight: bold;
}
.contents .content-box .system-features .system-content {
  padding: 50px 5% 0;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 48% 48%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .contents .content-box .system-features .system-content {
    grid-template-columns: auto;
  }
}
.contents .content-box .system-features .system-content::before {
  content: initial;
}
.contents .content-box .system-features .system-content .row {
  margin: 0;
}
.contents .content-box .system-features .system-content .row .column {
  box-sizing: border-box;
  width: 100%;
  padding: 24px 32px;
  border-radius: 16px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.contents .content-box .system-features .system-content .row .column h5 {
  font-weight: bold;
}
.contents .content-box .system-features .system-content .row .column p {
  font-size: 14px;
}
.contents .content-box .system-features .system-content .row .column-1 {
  height: 160px;
  background-color: #ffffff;
  background-position: right;
  background-size: cover;
}
.contents .content-box .system-features .system-content .row .column-1 .text-box {
  width: 80%;
}
@media screen and (max-width: 720px) {
  .contents .content-box .system-features .system-content .row .column-1 .text-box {
    width: 100%;
  }
}
.contents .content-box .system-features .system-content .row .column-2 {
  height: 340px;
  background-position: bottom right;
  background-size: contain;
}
.contents .content-box .system-features .system-content .row .column-2 .text-box {
  width: 90%;
}
@media screen and (max-width: 720px) {
  .contents .content-box .system-features .system-content .row .column-2 .text-box {
    width: 100%;
  }
}
.contents .content-box .system-features .system-content .row .column-3 {
  height: 250px;
  background-color: rgb(255, 255, 255);
  background-position: bottom right;
  background-size: contain;
}
.contents .content-box .system-features .system-content .row .column-3 .text-box {
  width: 80%;
}
@media screen and (max-width: 720px) {
  .contents .content-box .system-features .system-content .row .column-3 .text-box {
    width: 100%;
  }
}
.contents .content-box .system-features .column-box {
  width: 90%;
  padding-top: 50px;
  margin: auto;
}
.contents .content-box .system-features .column-box .box {
  padding: 32px;
  border-radius: 16px;
  width: 100%;
  min-height: 600px;
  border-radius: 16px;
  background-color: #262533;
  box-sizing: border-box;
}
.contents .content-box .system-features .column-box .box h5 {
  font-weight: bold;
}
.contents .content-box .system-features .column-box .box h5,
.contents .content-box .system-features .column-box .box p {
  color: white;
}
.contents .content-box .system-features .column-box .box .card-box {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 31.5% 31.5% 31.5%;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .contents .content-box .system-features .column-box .box .card-box {
    grid-template-columns: 45% 45%;
  }
}
@media screen and (max-width: 750px) {
  .contents .content-box .system-features .column-box .box .card-box {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.contents .content-box .system-features .column-box .box .card-box .card {
  padding: 24px 32px;
  min-height: 300px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.contents .content-box .system-features .column-box .box .card-box .card .title h5 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  text-align: left;
}
.contents .content-box .system-features .column-box .box .card-box .card .title h5 span {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
}
.contents .content-box .system-features .column-box .box .card-box .card .title p {
  color: #000;
  text-align: left;
}
.contents .content-box .system-features .column-box .box .card-box .card .img-box {
  text-align: center;
}
.contents .content-box .system-features .column-box .box .card-box .card .img-box img {
  width: 200px;
}
.contents .content-box .system-features .column-box .box .card-box .card-1 .text-box .text-1 {
  margin-bottom: 16px;
}
.contents .content-box .system-features .column-box .box .card-box .card-1 .text-box .text-1 p {
  font-size: 14px;
  margin-bottom: 4px;
  color: #888;
}
.contents .content-box .system-features .column-box .box .card-box .card-1 .text-box .text-1 p:nth-child(2) {
  color: #000;
}
.contents .content-box .system-features .column-box .box .card-box .card-1 .text-box .text-1 p:nth-child(2) span {
  font-weight: bold;
  font-size: 16px;
  padding-left: 8px;
  color: #FA6400;
}
.contents .content-box .system-features .column-box .box .card-box .card-1 .text-box .text-1:nth-child(2) p:nth-child(2) span {
  color: #35A94C;
}
.contents .content-box .cloud-functions {
  max-width: 980px;
  padding: 36px 0;
  margin: auto;
}
.contents .content-box .cloud-functions .title {
  text-align: center;
  margin-bottom: 36px;
}
.contents .content-box .cloud-functions .title h3 {
  font-size: 32px;
  font-weight: bold;
}
.contents .content-box .cloud-functions .content-1 .text {
  padding-left: 5%;
}
.contents .content-box .cloud-functions .content-2 {
  width: 90%;
  margin: auto;
  padding: 36px;
  min-height: 408px;
  border-radius: 24px;
  background-color: #000;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.contents .content-box .cloud-functions .content-2 .text {
  margin-top: 50px;
  text-align: center;
  color: #f5f6f8;
}
.contents .content-box .cloud-functions .content-2 .text h5 {
  color: #f5f6f8;
}
.contents .content-box .cloud-functions .content-2 .text p {
  font-size: 14px;
}
.contents .content-box .cloud-functions .content-3 {
  padding-top: 50px;
  padding-left: 3%;
  padding-right: 3%;
}
.contents .content-box .cloud-functions .content-3 .text {
  text-align: center;
  padding-bottom: 36px;
}
.contents .content-box .cloud-functions img {
  width: 100%;
}
.contents .content-box .hardware {
  max-width: 980px;
  padding: 36px 0;
  margin: auto;
}
.contents .content-box .hardware .title {
  text-align: center;
}
.contents .content-box .hardware .title h3 {
  font-size: 32px;
  font-weight: bold;
}
.contents .content-box .hardware .p-content {
  text-align: center;
}
.contents .content-box .hardware .img-box {
  text-align: center;
}
.contents .content-box .hardware .img-box img {
  width: 100%;
  max-width: 400px;
}
.contents .content-box .hardware .card-box {
  padding-top: 36px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 30% 30% 30%;
}
@media screen and (max-width: 820px) {
  .contents .content-box .hardware .card-box {
    grid-template-columns: 90%;
    justify-content: space-evenly;
  }
}
.contents .content-box .hardware .card-box .card {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 20px;
}
.contents .content-box .hardware .card-box .card h5 {
  font-size: 16px;
}
.contents .content-box .p-combo {
  max-width: 980px;
  padding: 36px 0;
  margin: auto;
  position: relative;
}
.contents .content-box .p-combo .title {
  text-align: center;
  margin-bottom: 32px;
}
.contents .content-box .p-combo .title h3 {
  font-size: 32px;
  font-weight: bold;
}
.contents .content-box .p-combo .hardware-charges {
  padding: 0 5%;
}
.contents .content-box .p-combo .hardware-charges h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.contents .content-box .p-combo .hardware-charges .charges-box {
  width: 100%;
  max-width: 720px;
  padding: 36px;
  border-radius: 16px;
  background-color: #fff;
  margin: auto;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-title h3 {
  font-size: 24px;
  font-weight: bold;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .contents .content-box .p-combo .hardware-charges .charges-box .charges-row {
    grid-template-columns: 100%;
  }
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .row {
  cursor: pointer;
  margin: 0;
  padding: 18px 16px;
  border: 1px solid #eee;
  display: grid;
  grid-template-columns: 48% 48%;
  margin-bottom: 20px;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .row::before {
  content: initial;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .row:hover {
  border-color: rgb(38, 38, 228);
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .row p {
  font-size: 15px;
  color: #262533;
  margin: 0;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .row p:nth-child(2) {
  text-align: right;
  font-weight: bold;
  color: #ff3300;
}
.contents .content-box .p-combo .hardware-charges .charges-box .charges-row .current {
  border-color: rgb(38, 38, 228);
}
.contents .content-box .p-combo .hardware-charges .charges-box .statistics h3 {
  color: #FA6400;
  text-align: right;
  margin: 16px 0;
}
.contents .content-box .p-combo .hardware-charges .charges-box .statistics .box {
  display: grid;
  grid-template-columns: auto 100px;
}
.contents .content-box .p-combo .hardware-charges .charges-box .statistics .box .buy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contents .content-box .p-combo .hardware-charges .charges-box .statistics a {
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  padding: 10px 21px;
  background-color: rgb(59, 59, 208);
}
.contents .system-features-bg {
  background-color: #f5f6f8;
  background-image: url(/static/img/enterpriseBox/new/system-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px;
}
.contents .bg-mf {
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}/*# sourceMappingURL=enterpriseBox.css.map */