@charset "UTF-8";
section.customization .customizationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  margin: 0.45rem auto 0;
  padding: 0 0.12rem;
}
section.customization .customizationList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
section.customization .customizationList li img {
  width: 2.32rem;
  height: 2.12rem;
  margin-bottom: 0.03rem;
}
section.customization .customizationList li span {
  color: #333333;
  font-size: 0.18rem;
  display: block;
}
section.customization .customizationList li.line {
  margin: -0.3rem -0.36rem 0 -0.36rem;
}
section.customization .customizationList li.line img {
  width: 1.52rem;
  height: 0.26rem;
}
section.customization .button {
  display: block;
  width: 1.78rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.59rem auto 0;
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 0.28rem;
  font-size: 0.18rem;
  color: #ffffff;
}
section.customization .button img {
  margin-left: 0.12rem;
  width: 0.23rem;
  height: 0.23rem;
}
section.customization .button:hover {
  background-image: -o-linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}

section.cooperation {
  width: 100%;
  min-width: 12rem;
  background: url("../img/index/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 3.63rem;
  text-align: center;
  padding-top: 0.8rem;
}
section.cooperation h3 {
  font-size: 0.48rem;
  color: #ffffff;
}
section.cooperation p {
  color: #ffffff;
  font-size: 0.22rem;
  margin: 0.29rem 0 0.43rem;
}
section.cooperation > a {
  display: block;
  width: 1.78rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.48rem auto 0;
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 0.28rem;
  font-size: 0.18rem;
  color: #ffffff;
}
section.cooperation > a img {
  margin-left: 0.12rem;
  width: 0.23rem;
  height: 0.23rem;
}
section.cooperation > a:hover {
  background-image: -o-linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}

footer.footerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 3.2rem;
  background-color: #333135;
  min-width: 12rem;
  padding: 0.5rem 0 0 0;
}
footer.footerContent .wrapper {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}
footer.footerContent .leftContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footerContent .leftContent::after {
  content: "";
  width: 0.01rem;
  height: 0.95rem;
  background-color: #4c4c4c;
  margin: 0.56rem 1.29rem 0;
}
footer.footerContent .leftContent ul {
  font-size: 0;
  width: 0.72rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer.footerContent .leftContent ul li {
  margin-top: 0.2rem;
}
footer.footerContent .leftContent ul li a {
  font-size: 0.14rem;
  color: #888888;
}
footer.footerContent .leftContent ul li a:hover {
  color: #ffffff;
}
footer.footerContent .leftContent ul.productServiceList {
  margin-right: 1.09rem;
  width: 0.73rem;
}
footer.footerContent .leftContent ul.productServiceList::before {
  content: "产品服务";
  color: #bbbbbb;
  font-size: 0.18rem;
  display: block;
  margin-bottom: 0.34rem;
}
footer.footerContent .leftContent ul.productServiceList li {
  font-size: 0.14rem;
  color: #888888;
  margin-top: 0.2rem;
}
footer.footerContent .leftContent ul.solutionList {
  height: 1.76rem;
  width: 1.88rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.footerContent .leftContent ul.solutionList::before {
  content: "解决方案";
  color: #bbbbbb;
  font-size: 0.18rem;
  display: block;
  margin-bottom: 0.14rem;
}
footer.footerContent .leftContent ul.solutionList li {
  font-size: 0.14rem;
  color: #888888;
  margin-top: 0.2rem;
  margin-right: 0.55rem;
}
footer.footerContent .leftContent ul.solutionList li:nth-last-of-type(2) {
  margin: 0.52rem 0 0 0;
}
footer.footerContent .rightContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
footer.footerContent .rightContent .qqBox {
  display: block;
  margin-right: 0.94rem;
}
footer.footerContent .rightContent .qqBox img {
  margin: 0.34rem 0 0 0.16rem;
}
footer.footerContent .rightContent .email {
  padding-top: 0.52rem;
}
footer.footerContent .rightContent .email img {
  margin-left: 0.12rem;
}
footer.footerContent .rightContent h5 {
  font-size: 0.18rem;
  color: #bbbbbb;
}
footer.footerContent .rightContent .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.22rem;
  width: 1.28rem;
}
footer.footerContent .rightContent .text p {
  font-size: 0.14rem;
  color: #888888;
  margin-bottom: 0.1rem;
}
footer.footerContent > p {
  font-size: 0.12rem;
  color: #666666;
  text-align: center;
  margin-top: 0.36rem;
}
footer.footerContent > p a {
  font-size: 0.12rem;
  color: #666666;
}
footer.footerContent > p a:hover {
  color: #ffffff;
}

.notIndex .cooperation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.8rem calc((100% - 12rem) / 2) 0;
}
.notIndex .cooperation > * {
  text-align: left;
}
.notIndex .cooperation h3 {
  color: #424242;
  font-size: 0.3rem;
  font-weight: 600;
}
.notIndex .cooperation p {
  color: #666;
  font-size: 0.2rem;
  line-height: 0.33rem;
  margin: 0.3rem 0 0.4rem;
  max-width: 4.08rem;
}
.notIndex .cooperation a {
  margin: 0;
}