.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 .bg-light {
  background-color: #f2f8ff !important;
}
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 {
  font-size: 24px;
}
main .banner dd {
  font-size: 16px;
}
main .blockA .pic {
  height: 60px;
}
main .blockB .pic {
  height: 100px;
  display: flex;
}
main .blockB dl {
  flex: 1;
}
main .blockC {
  background: url(../images/9.jpg) no-repeat center;
  background-size: cover;
}
main .blockD .con {
  background-color: #462fc3;
  border-radius: 10px;
  padding: 20px;
}

@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 .banner dt {
    font-size: 40px;
  }
  main .banner dd {
    font-size: 16px;
  }
  main .blockA .pic {
    height: 78px;
  }
  main .blockB .pic {
    height: 125px;
  }
  main .blockC {
    height: 306px;
  }
  main .blockD .con {
    background-image: url(../images/10.jpg);
    background-repeat: no-repeat;
    height: 285px;
    width: 100%;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
  }
}/*# sourceMappingURL=style.css.map */