h2 {
  font-size: 4rem;
  color: #1a1a1a;
}
.banner {
  padding: 90px 0 60px 0;
  text-align: center;
  background: url(/assets/adr/images/thanks-install-pa-demo/banner-bg.png) no-repeat center;
  background-size: cover;
}
.banner .gou {
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(/assets/adr/images/thanks-install-pa-demo/Installation.png) no-repeat center;
  vertical-align: middle;
}
.banner h1 {
  display: inline-block;
  color: #fff;
  font-size: 4.4rem;
  vertical-align: middle;
  margin-left: 20px;
}
.banner .des {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 45px;
}
@media screen and (max-width: 512px) {
  .banner .gou {
    margin: 30px;
  }
}
.full {
  padding: 100px 0 80px 0;
  text-align: center;
}
.full h2 {
  font-size: 3.6rem;
}
.full .des {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
}
.full .fbox {
  margin-top: 80px;
}
.full .item {
  display: inline-block;
  width: 440px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(41, 122, 216, 0.3);
  border-radius: 20px;
  padding-bottom: 25px;
}
.full .imgbox {
  padding: 28px 0px 25px;
  background: rgba(50, 175, 255, 0.1);
}
.full .imgbox h3 {
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 24px;
  margin-top: 10px;
}
.full .pinfo {
  padding: 15px 0 23px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 55px;
}
.full .pinfo strong {
  font-size: 36px;
  font-weight: bold;
  color: #ff6a00;
}
.full .pinfo del {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.full .pinfo .txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
}
.full .pinfo .txt::before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/adr/images/thanks-install-pa-demo/xu.png) no-repeat;
}
.full .pinfo .tips-cnt {
  border-color: #fff;
  padding: 15px 20px 20px;
  border-top: 3px solid #20a7fd;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=125, Strength=6);
  width: 320px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: -158px;
  display: none;
  font-weight: normal;
  z-index: 10;
}
.full .pinfo .tips-cnt::after {
  content: "";
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  z-index: 2;
}
.full .pinfo .wen {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/adr/images/thanks-install-pa-demo/wen.png) no-repeat;
  vertical-align: middle;
}
.full .pinfo .wen:hover .tips-cnt {
  display: block;
}
.full .pinfo .btn {
  min-width: 240px;
  height: 50px;
  background: linear-gradient(0deg, #ff7100, #ffa81e);
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  margin-top: 10px;
}
.full .list {
  display: table;
  margin: 34px auto 0;
  text-align: left;
  max-width: 280px;
}
.full .list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.full .list li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/adr/images/thanks-install-pa-demo/xu.png) no-repeat;
}
@media screen and (max-width: 992px) {
  .full .item {
    width: 100%;
    margin: 30px 0;
  }
  .full .list {
    max-width: 100%;
  }
}
@media screen and (max-width: 473px) {
  .full .pinfo {
    margin: 0 30px;
  }
  .full .pinfo .btn {
    min-width: 200px;
  }
  .full .list {
    padding-left: 30px;
  }
}
.part8 {
  background: #1b7bf2;
  width: 100%;
  padding: 22px 0 18px 0;
}
.part8 .txt {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.part8 li {
  display: table-cell;
  margin-left: 140px;
}
.part8 li:nth-child(1) {
  margin-left: 60px;
}
.part8 .ft-ic {
  text-align: left;
}
.part8 .f-tal {
  text-align: left;
}
.part8 .f-tac {
  text-align: center;
}
.part8 .f-dib {
  display: inline-block;
  vertical-align: middle;
}
.part8 .icon {
  display: inline-block;
  width: 41px;
  height: 40px;
  background: url(/assets/adr/images/thanks-install-pa-demo/icon-100.png) no-repeat;
  margin-right: 10px;
}
.part8 .icon-2 {
  background: url(/assets/adr/images/thanks-install-pa-demo/ic-24.png) no-repeat;
}
.part8 .icon-3 {
  background: url(/assets/adr/images/thanks-install-pa-demo/icon-90-Day.png) no-repeat;
}
.part8 .icon-4 {
  background: url(/assets/adr/images/thanks-install-pa-demo/ic-256-Bit.png) no-repeat;
}
@media screen and (max-width: 1200px) {
  .part8 .ft-ic {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .part8 li {
    margin-left: 0;
  }
  .part8 li .txt {
    text-align: center;
  }
  .part8 li:nth-child(1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 660px) {
  .part8 .icon {
    margin-right: 0;
  }
  .part8 li {
    margin-left: 0;
  }
  .part8 li .txt {
    text-align: center;
    margin: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  .part8 .ft-ic {
    flex-wrap: wrap !important;
  }
  .part8 .ft-ic li {
    width: 50%;
    text-align: left;
  }
  .part8 .ft-ic li .txt {
    text-align: left;
  }
}
@media screen and (max-width: 380px) {
  .part8 .ft-ic li {
    width: 100%;
    padding: 0 50px;
  }
}
.more {
  background: #f4f4f4;
  padding: 90px 0 140px 0;
  text-align: center;
}
.more h2 {
  font-size: 4rem;
}
.more .mbox {
  margin-top: 50px;
}
.more .item {
  max-width: 580px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: left;
  transition: transform 0.2s;
}
.more .item:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.more .tit img {
  vertical-align: middle;
}
.more .tit h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 26px;
  vertical-align: middle;
  margin-left: 20px;
}
.more .ms {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 25px;
}
.more .btn {
  min-width: 130px;
  height: 36px;
  background: #19b919;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .more .item {
    display: inline-block;
    margin: 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .more .item {
    padding: 40px 15px;
  }
}
.footer {
  background: #040603;
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: normal;
  color: #fff;
  padding: 10px 0;
}
.footer .ltxt {
  float: left;
}
.footer .rtxt {
  float: right;
}
@media screen and (max-width: 473px) {
  .footer {
    text-align: center;
  }
  .footer .ltxt,
  .footer .rtxt {
    display: inline-block;
    float: none;
  }
}
