.biShadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.padTB-a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.marT-30 {
  margin-top: 30px;
}

.marT-a {
  margin-top: 30px;
}

.c-blue {
  color: #0c7df5 !important;
}

ul {
  margin-bottom: 0;
}

dd {
  line-height: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.6;
}

.colorA {
  color: #333;
}

.paypalCon {
  width: 260px;
}

.cndns-top-banner, .cndns-header, #footer, .cndsnFoot, .footer-leaveMessage, .cndns-right, .posPopup-left {
  display: none;
}

body {
  min-width: auto;
}

main {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
main p {
  line-height: 1.4;
}
main .banner {
  height: 300px;
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
main .banner dt {
  color: #00f0ff;
}
main .blockA .pic {
  width: 80px;
  height: 50px;
}
main .blockA dl {
  flex: 1;
}
main .blockC .pic {
  width: 60px;
  height: 60px;
  display: flex;
}
main .blockC .pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .blockC dl {
  flex: 1;
}
main .blockD {
  background: url(../images/3.jpg) no-repeat center;
  background-size: cover;
}
main .blockD dt {
  color: #ff8a00;
}
main .blockE .bgA {
  background-color: #f6f8ff;
}

@media (min-width: 768px) {
  .cndns-top-banner, .cndns-header, #footer, .cndsnFoot, .footer-leaveMessage, .cndns-right, .posPopup-left {
    display: block;
  }
  body {
    min-width: 1200px;
  }
  main .banner {
    height: 480px;
  }
  main .blockA .pic {
    width: 106px;
    height: 86px;
    display: flex;
    align-items: center;
  }
  main .blockA .pic img {
    height: auto !important;
  }
  main .blockD {
    height: 324px;
  }
}/*# sourceMappingURL=style.css.map */