@charset "utf-8";

.first-screen {
  height: 72px;
}

.box-bg {
  /* background-image: url('/wp-content/themes/smallfighter-wp-web/assets/product/header-bg.jpg'); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 581px;
  display: flex;
}

.content {
  width: 1200px;
  display: block;
  margin: 147px auto;
  line-height: 60px;
}

.content .intro {
  text-align: left;
  font-size: 86px;
  font-weight: bold;
}

.intro-desc {
  font-size: 30px;
  margin-top: 11px;
}

.content .button-box {
  text-align: left;
}

.content .use-button {
  width: 270px;
  font-size: 40px;
  height: 70px;
  line-height: 65px;
  background-color: #2c9c2c;
  margin-top: 43px;
}

.item-title-content {
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto 55px;
}

.item-title-content p {
  font-size: 48px;
  margin-left: 10px;
  color: #000;
}

.case {
  padding-top: 50px;
}

.case .case-content, .advantage-content, .func-content, .logos-content {
  width: 1200px;
  margin: auto;
}

.case .case-content {
  display: flex;
  justify-content: space-between;
  margin: 52px auto 77px;
}

.case.customer-case .case-item {
  width: 360px;
}

.case-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 276px;
  box-shadow: 0px 0px 16px 0px rgba(200,200,200,0.5800);
}

.case-item-type {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  background: #20A037;
  text-align: center;
}

.case-item-inner {
  padding: 23px 15px 35px;
  text-align: center;
  background-color: #fff;
}

.case-item-text {
  font-size: 13px;
  color: #000000;
  text-align: center;
}

.case-item-compare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 25px 23px;
  border-bottom: 1px solid #b6b6b6;
}

.case-item-compare .compare-contact {
  font-size: 52px;
  font-weight: bold;
  color: #BEBEBE;
}

.compare-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #BEBEBE;
}

.compare-item.compare-after {
  color: #20A037;
}

.compare-item .before,
.compare-item .after {
  font-size: 14px;
  color: #727171;
}

.compare-item .count {
  font-size: 52px;
  font-weight: bold;
  line-height: 42px;
  padding: 16px 0 10px;
}

.compare-item .unit {
  font-size: 12px;
}

.case-item-prompt {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.case-item-prompt .prompt-item {
  padding-top: 36px;
  /* padding-right: 10px; */
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #000;
}

.case-item-prompt .prompt-item .count {
  padding-top: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #BEBEBE;
}

.customer-case .case-content {
  margin: 0 auto;
  padding: 0 0 77px;
}

.customer-case .case-item-type {
  padding: 0 30px;
  height: 130px;
  box-sizing: border-box;
  text-align: left;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-case .case-item-type .type-desc {
  display: block;
  font-size: 17px;
  margin-top: 12px;
  font-weight: normal;
}

.customer-case .case-item-inner {
  padding: 3px 32px 35px;
}

.customer-case .inner-item {
  display: flex;
  flex-direction: column;
  line-height: normal;
  color: #646464;
}

.customer-case .inner-item.inner-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.customer-case .inner-item .title {
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 14px;
  color: #000;
}

.customer-case .inner-item .use-left .title {
  margin-bottom: 25px;
}

.customer-case .inner-item .use-left {
  width: 50%;
}

.customer-case .inner-item .use {
  width: calc(100% - 10px);
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background-image: url(/wp-content/themes/smallfighter-wp-web/assets/IDC/case/banber-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin-bottom: 11px;
}

.customer-case .inner-item .text {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}

.customer-case .inner-item .count {
  width: 35%;
  text-align: center;
}


.advantage {
  background-color: #fff;
  padding: 45px 0 90px 0;
}

.case ul {
  width: 1240px;
  padding: 93px 0 109px;
  margin: auto;
}

.func {
  background-color: #fff;
  padding: 46px 0 90px 0;
}

.func-item {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #6C6C6C;
}

.func-item:first-child {
  padding-top: 20px;
}

.func-item img {
  width: 100px;
  margin: 0 73px 0 60px;
}

.func-item .func-title {
  font-size: 32px;
  font-weight: bold;
  color: #20A037;
  margin-bottom: 20px;
}

.func-item .func-desc {
  font-size: 24px;
  color: #231815;
  line-height: 23px;
}

.logos {
  padding: 78px 0 86px;
}

.logos .logos-head {
  width: 1200px;
  margin: auto;
  text-align: center;
}

.logos .logos-head .title {
  color: #000;
}

.logos .logos-head .desc {
  text-align: left;
  line-height: 28px;
  padding-bottom: 48px;
  color: #6e6e6e;
}

.logos-content img {
  width: 100%;
}

.case-items {
  background-color: #fff;
}


@media screen and (max-width: 768px) {
  .box {
    box-sizing: border-box;
  }

  .logos .logos-head,
  .item-title-content {
    width: 100%;
  }

  .item-title-content {
    margin-bottom: 40px;
    font-weight: 400;
    color: #000000;
  }

  .item-title-content p {
    font-size: 26px;
  }

  .item-title-content img {
    width: 30px;
    margin-right: 5px;
  }

  .case .item-title-content {
    padding-left: 44px;
    box-sizing: border-box;
  }

  .case .case-content, .advantage-content, .func-content, .logos-content {
    width: 100%;
    box-sizing: border-box;
  }

  .box-bg {
    height: 399px;
    background-position: center right;
  }

  .box-bg .content {
    width: 76%;
    min-width: 0;
    margin-top: 90px;
  }

  .box-bg .content .intro {
    font-size: 50px;
  }

  .box-bg .content .intro-desc {
    font-size: 17px;
    margin-top: -18px;
  }

  .box-bg .content .use-button {
    margin-top: 19px;
    font-size: 24px;
    width: 153px;
    height: 43px;
    line-height: 40px;
  }

  .advantage {
    padding: 45px 44px 56px;
  }
  
  .case .case-content {
    padding: 0 44px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  
  .case .case-item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }

  .case .case-item:nth-child(n+3) {
    margin-bottom: 0;
  }

  .case.customer-case .case-content {
    padding: 0 44px 70px;
  }

  .case.customer-case .case-item {
    width: calc(50% - 12px);
  }

  .customer-case .inner-item .use {
    height: 29px;
    line-height: 29px;
  }

  .func {
    padding: 47px 44px;
  }

  .func-item img {
    margin: 0;
    margin-right: 56px;
  }

  .func-item {
    padding: 48px 0;
    align-items: flex-start;
  }

  .func-item:first-child {
    padding-top: 10px;
  }

  .func-item:last-child {
    border-bottom: 0;
  }

  .func-item img {
    width: 85px;
  }
  
  .func-item .func-title {
    line-height: 1;
  }
  
  .func-item .func-desc {
    line-height: 32px;
  }

  .logos {
    padding-top: 60px;
  }

  .logos .desc {
    padding-bottom: 40px;
  }

  .logos-content {
    padding: 0 44px;
  }

  .logos-content img {
    width: 100%;
  }

  .logos .logos-head .desc {
    padding-left: 44px;
    padding-right: 44px;
  }
}

@media (min-width: 768px) {
}
