* {
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  font-family: Avenir Next, Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
body .container {
  margin: 30px auto;
  transform: translateZ(0);
}
body .container #carouselExampleCaptions .carousel-control-prev {
  width: 8%;
  margin-left: -6%;
}
body .container #carouselExampleCaptions .carousel-control-next {
  width: 8%;
  margin-right: -6%;
}
body .container #carouselExampleCaptions .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b93fa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
body .container #carouselExampleCaptions .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b93fa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
body .container #carouselExampleCaptions .carousel-inner {
  border-radius: 24px;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption {
  width: 60%;
  left: 8%;
  top: 8%;
  text-align: left;
  color: #000;
  padding: 0;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption img {
  width: 30%;
  position: absolute;
  top: 22%;
  right: -40%;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
  position: absolute;
  bottom: 5%;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
  float: left;
  transition: all 0.2s;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
  position: relative;
  left: 3%;
  margin-right: 10px;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child:hover {
  background-color: #000;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child:hover {
  background-color: #1b93fa;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child {
  background-color: #292d32;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
  color: #fff;
  height: 60px;
  display: inline-block;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
  font-size: 0.8rem;
  margin: 5px auto;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
  font-size: 1.2rem;
  margin: 0;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child {
  background-color: #4EADFF;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
  text-align: center;
  line-height: 60px;
}
body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a:hover {
  color: #fff;
}
@media screen and (min-width: 320px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 0.7rem;
    margin-bottom: 2px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 0.75rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 0.5rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 0;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 80px;
    height: 28px;
    border-radius: 4px;
    margin-right: 3px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 12px;
    top: -24%;
    margin-right: 1px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 0;
    height: 28px;
    transform: scale(0.8, 0.8);
    white-space: nowrap;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 0.75rem;
    transform: scale(0.9, 0.9);
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    font-size: 0.7rem;
    transform: scale(0.83, 0.83);
    margin-bottom: 0;
    margin-top: 0;
    height: 13px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 30px;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 450px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 0.65rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 1%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    margin-right: 3px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 18px;
    top: -24%;
    margin-right: 1px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 8px;
    height: 30px;
    transform: scale(0.9, 0.9);
    white-space: nowrap;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 0.75rem;
    transform: scale(0.95, 0.95);
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    font-size: 0.7rem;
    transform: scale(0.9, 0.9);
    margin-bottom: 0;
    margin-top: 0;
    height: 13px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 30px;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 500px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 0.75rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 1%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 135px;
    height: 40px;
    border-radius: 6px;
    margin-right: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 28px;
    top: -24%;
    margin-right: 1px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 97px;
    height: 40px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 0.95rem;
    transform: none;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 0;
    transform: none;
    height: 19px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 40px;
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 538px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 0.75rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 2%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 140px;
    height: 50px;
    border-radius: 6px;
    margin-right: 10px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 30px;
    top: -24%;
    margin-right: 0px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 97px;
    height: 50px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 1rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    margin-top: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 50px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 800px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 0.75rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 2%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 140px;
    height: 50px;
    border-radius: 6px;
    margin-right: 10px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 30px;
    top: -24%;
    margin-right: 0px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 97px;
    height: 50px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 1rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    margin-top: 5px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 50px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1055px) {
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h5 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #26447D;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption p {
    font-size: 1.25rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul {
    bottom: 5%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li {
    width: 200px;
    height: 60px;
    margin-right: 20px;
    border-radius: 10px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li img {
    width: 40px;
    top: -25%;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span {
    width: 147px;
    height: 60px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span h5 {
    font-size: 1.4rem;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:first-child span p {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 2px;
  }
  body .container #carouselExampleCaptions .carousel-inner .carousel-caption ul li:last-child a {
    line-height: 60px;
    font-size: 1.4rem;
  }
}
body .container .appList {
  margin: 50px auto;
}
body .container .appList h1 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
body .container .appList h2 {
  margin-top: 30px;
  margin-bottom: -10px;
  font-size: 1.25rem;
  text-align: center;
}
body .container .appList .row {
  text-align: center;
  font-size: 12px;
}
body .container .appList .row .thumbnail {
  background-color: #fff;
  transition: all 0.2s;
  margin-top: 10%;
  border-radius: 10px;
}
body .container .appList .row .thumbnail img {
  width: 70%;
  padding: 5% 15%;
}
body .container .appList .row .thumbnail .title {
  background-color: #EEF7FF;
  height: 60px;
  font-size: 1rem;
  color: #26447D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  padding: 10px;
}
body .container .appList .row .thumbnail .caption {
  padding: 10px;
  height: 80px;
  font-size: 0.9rem;
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .container .appList .row .thumbnail:hover {
  box-shadow: 0px 0px 5px rgba(0, 137, 255, 0.5);
  transform: scale(1.06);
}
body li {
  list-style: none;
}
body a {
  text-decoration: none !important;
  color: #fff;
}
.support.container {
  margin: 50px auto;
}
.support.container .row .support-icon {
  width: 50px;
  margin-bottom: 10px;
}
.support.container .row p {
  font-size: 14px;
}
.support.container .submit-message h1 {
  text-transform: uppercase;
  font-size: 2.3rem;
}
.support.container .submit-message p {
  font-size: 16px;
}
.support.container .submit-message textarea {
  resize: none;
}
.blog.container {
  margin-bottom: 50px;
}
.blog.container .col-sm-6,
.blog.container .col-md-4,
.blog.container .col-lg-4 {
  padding: 0 20px 0 20px;
}
.blog.container .row {
  font-size: 12px;
}
.blog.container .row a {
  color: #000;
}
.blog.container .row .thumbnail {
  transition: all 0.2s;
  margin-top: 10%;
}
.blog.container .row .thumbnail img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cde1f3;
}
.blog.container .row .thumbnail .tag {
  height: 40px;
}
.blog.container .row .thumbnail .tag li {
  float: left;
  width: 47%;
  height: 40px;
  line-height: 40px;
  background-color: #C9F59B;
  border-radius: 20px;
  text-align: center;
}
.blog.container .row .thumbnail .tag li:first-child {
  margin-right: 6%;
}
.blog.container .row .thumbnail .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  margin: 15px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog.container .row .thumbnail .title a {
  color: #26447D;
}
.blog.container .row .thumbnail .caption {
  margin-bottom: 15px;
  font-size: 0.75rem;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog.container .row .thumbnail .caption a {
  color: #26447D;
}
.blog.container .row .thumbnail .info {
  margin-top: 10px;
}
.blog.container .row .thumbnail .info img {
  width: 15%;
  vertical-align: middle;
  border: 0;
}
.blog.container .row .thumbnail .info span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.blog.container .row .thumbnail .info span ul {
  margin-bottom: 0;
}
.blog.container .row .thumbnail .info span li:first-child {
  font-size: 0.85rem;
  font-weight: 600;
  color: #26447D;
}
.blog.container .row .thumbnail .info span li:last-child {
  color: #26447D;
}
.blog.container .row .thumbnail .info span img {
  width: 9%;
  vertical-align: middle;
}
.blog.container .row .thumbnail .info span a {
  color: #d81823;
}
.container.partners h2 {
  text-align: center;
  margin: 40px;
}
.container.partners .row .col-lg-4 .caption {
  background-color: #FFFFFF;
  text-align: center;
  height: 450px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.container.partners .row .col-lg-4 .caption .icon {
  width: 50px;
  margin: 20px 0 10px 0 ;
}
.container.partners .row .col-lg-4 .caption h5 {
  color: #26447D;
}
.container.partners .row .col-lg-4 .caption p {
  margin-top: 0.5rem;
  padding: 0 20px 20px 20px;
  color: #585858;
}
.container.partners .row .col-lg-4 .caption .promoteImage {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px;
}
.container.blog-detail .thumbnail {
  transition: all 0.2s;
  border-radius: 10px;
}
.container.blog-detail .thumbnail img {
  width: 25%;
  border-radius: 10%;
  border: 1px solid #cde1f3;
  display: inline-block;
}
.container.blog-detail .thumbnail .tit {
  padding-left: 50px;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.container.blog-detail .thumbnail .tit .title {
  font-size: 1.8rem;
  line-height: 35px;
  margin: 20px 0 20px 0;
  color: #26447D;
  font-weight: 600;
}
.container.blog-detail .thumbnail .tit .info img {
  width: 7%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}
.container.blog-detail .thumbnail .tit .info span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.container.blog-detail .thumbnail .tit .info span ul {
  margin-bottom: 0;
}
.container.blog-detail .thumbnail .tit .info span li {
  color: #26447D;
}
.container.blog-detail .thumbnail .tit .info span li:first-child {
  font-size: 0.85rem;
  font-weight: 600;
}
.container.blog-detail .thumbnail .tit .info span li:last-child {
  font-size: 12px;
}
.container.blog-detail .thumbnail .tit .tag {
  height: 30px;
}
.container.blog-detail .thumbnail .tit .tag ul {
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.container.blog-detail .thumbnail .tit .tag li {
  float: left;
  width: 40%;
  height: 36px;
  line-height: 36px;
  background-color: #C9F59B;
  border-radius: 20px;
  text-align: center;
}
.container.blog-detail .thumbnail .tit .tag li a {
  color: #000;
  font-size: 0.75rem;
}
.container.blog-detail .thumbnail .tit .tag li:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 1000px) {
  .container.blog-detail .thumbnail .tit {
    padding-left: 20px;
    width: 70%;
  }
  .container.blog-detail .thumbnail .tit .title {
    font-size: 1rem;
    margin: 10px 0 10px 0;
  }
  .container.blog-detail .thumbnail .tit .info img {
    width: 9%;
  }
  .container.blog-detail .thumbnail .tit .info span li:first-child {
    font-size: 0.7rem;
    font-weight: 600;
  }
  .container.blog-detail .thumbnail .tit .info span li:last-child {
    font-size: 10px;
  }
  .container.blog-detail .thumbnail .tit .tag ul {
    margin-top: 0.6rem;
  }
  .container.blog-detail .thumbnail .tit .tag li {
    width: 40%;
    height: 25px;
    line-height: 30px;
  }
  .container.blog-detail .thumbnail .tit .tag li a {
    color: #000;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 538px) {
  .container.blog-detail .thumbnail img {
    width: 27%;
  }
  .container.blog-detail .thumbnail .tit {
    padding-left: 10px;
  }
  .container.blog-detail .thumbnail .tit .title {
    font-size: 0.85rem;
    margin: 5px 0 5px 0;
  }
  .container.blog-detail .thumbnail .tit .info img {
    width: 10%;
  }
  .container.blog-detail .thumbnail .tit .info span ul li {
    font-size: 0.75rem;
  }
  .container.blog-detail .thumbnail .tit .tag ul {
    margin-top: 0.3rem;
  }
  .container.blog-detail .thumbnail .tit .tag li {
    width: 40%;
  }
}
@media screen and (max-width: 420px) {
  .container.blog-detail {
    padding: 0 5px;
  }
  .container.blog-detail .thumbnail img {
    width: 25%;
  }
  .container.blog-detail .thumbnail .tit {
    padding-left: 5px;
  }
  .container.blog-detail .thumbnail .tit .title {
    font-size: 0.7rem;
    margin: 3px 0 0 0;
  }
  .container.blog-detail .thumbnail .tit .tag ul {
    margin-top: 3px;
  }
  .container.blog-detail .thumbnail .tit .tag li {
    width: 45%;
  }
  .container.blog-detail .thumbnail .tit .info span li:first-child {
    font-size: 0.6rem;
    font-weight: 600;
  }
  .container.blog-detail .thumbnail .tit .info span li:last-child {
    font-size: 8px;
  }
}
@media screen and (max-width: 320px) {
  .container.blog-detail {
    padding: 0 5px;
  }
  .container.blog-detail .thumbnail img {
    width: 80px;
  }
  .container.blog-detail .thumbnail .tit {
    padding-left: 3px;
  }
  .container.blog-detail .thumbnail .tit .title {
    font-size: 0.6rem;
    margin: 3px 0 0 0;
  }
  .container.blog-detail .thumbnail .tit .tag {
    display: none;
  }
  .container.blog-detail .thumbnail .tit .info span li:first-child {
    font-size: 0.5rem;
    font-weight: 600;
  }
  .container.blog-detail .thumbnail .tit .info span li:last-child {
    font-size: 6px;
  }
}
.product-detail {
  width: 100%;
  margin: 0 auto;
}
.product-detail .row.banner {
  width: 90%;
  margin: auto;
  padding: 40px;
}
.product-detail .row.banner .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.product-detail .row.banner .product-left h1 {
  color: #26447D;
  font-size: 2.5rem;
}
.product-detail .row.banner .product-left h2 {
  font-size: 1.5rem;
}
.product-detail .row.banner .product-left p {
  margin-bottom: 2rem;
  text-align: justify;
  font-size: 1.2rem;
}
.product-detail .row.banner .product-left ul li {
  width: 28%;
  height: 45px;
  float: left;
  color: #000;
  border-radius: 4px;
  margin-right: 6%;
  transition: all 0.2s;
}
.product-detail .row.banner .product-left ul li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.product-detail .row.banner .product-left ul li a img {
  width: 28px;
  margin-left: 3px;
  margin-right: 3px;
}
.product-detail .row.banner .product-left ul li a span {
  display: inline-block;
}
.product-detail .row.banner .product-left ul li a span p {
  font-size: 0.75rem;
  margin-top: 3px;
  margin-bottom: 0;
}
.product-detail .row.banner .product-left ul li a span h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
.product-detail .row.banner .product-left ul li a:hover {
  color: #fff;
}
.product-detail .row.banner .product-left ul li:first-child {
  background-color: #292d32;
}
.product-detail .row.banner .product-left ul li:first-child:hover {
  background-color: #000;
}
.product-detail .row.banner .product-left ul li:last-child:hover {
  background-color: #1b93fa;
}
.product-detail .row.banner .product-left ul li:last-child {
  background-color: #4EADFF;
}
.product-detail .row.banner .product-left ul li:last-child a {
  line-height: 45px;
}
.product-detail .row.banner .product-left ul li:last-child a p {
  width: 100%;
  text-align: center;
  margin: 0;
  height: 100%;
}
.product-detail .row.banner .product-center {
  text-align: center;
}
.product-detail .row.banner .product-center img {
  width: 100%;
  border-radius: 10px;
}
.product-detail .row.banner .product-right div {
  width: 100%;
  height: 33.333%;
  padding: 20px 0;
}
.product-detail .row.banner .product-right div p {
  margin-top: 1rem;
}
.product-detail .features {
  width: 50%;
  margin: 0 auto;
}
.product-detail .features h2 {
  text-align: center;
  padding: 40px;
}
.product-detail .features .row .col-lg-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 25px;
}
.product-detail .features .row .col-lg-4 img {
  width: 100%;
  padding-bottom: 20px;
}
.product-detail .features .row .col-lg-4 .caption {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.product-detail .features .row .col-lg-4 .caption h5 {
  color: #26447D;
}
.product-detail .features .row .col-lg-4 .caption p {
  text-align: center;
  font-weight: 250;
}
.product-detail .FAQ {
  width: 70%;
  margin: 0 auto;
}
.product-detail .FAQ h2 {
  text-align: center;
  padding: 40px;
}
.product-detail .FAQ .content-box {
  background-color: #fff;
  padding: 2%;
  text-align: justify;
  margin-bottom: 4%;
}
@media (max-width: 1733px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 2.25rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.4rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 10%;
    font-size: 1.2rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 35%;
    height: 45px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 6%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 28px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 45px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 32%;
    padding: 15px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 1rem;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 1588px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 2rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.3rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 8%;
    font-size: 1rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 36%;
    height: 45px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 6%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 28px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 45px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 30%;
    padding: 12px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 1rem;
  }
  .product-detail .row.banner .product-right img {
    width: 19px;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 1404px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 1.7rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.15rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 1rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 38%;
    height: 45px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 6%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 28px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 45px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 28%;
    padding: 8px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 1rem;
    font-size: 0.95rem;
  }
  .product-detail .row.banner .product-right img {
    width: 18px;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 1266px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 1.55rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 0.9rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 0.75rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 44%;
    height: 35px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 6%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 22px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.63rem;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.73rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 35px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 23%;
    padding: 8px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .product-detail .row.banner .product-right img {
    width: 13px;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 1023px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail .row.banner .product-left {
    padding-bottom: 40px;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 2.25rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.8rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 1.2rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 20%;
    height: 45px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 2%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 28px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 45px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right {
    padding-top: 30px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 33%;
    padding: 15px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
  .product-detail .row.banner .product-right img {
    width: 20px;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 938px) {
  .product-detail .row.banner {
    padding: 40px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail .row.banner .product-left {
    padding-bottom: 40px;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 2.25rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.8rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 1rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 25%;
    height: 45px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 2%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 28px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 45px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right {
    padding-top: 30px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 30%;
    padding: 15px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 0.9rem;
    font-size: 1.2rem;
  }
  .product-detail .row.banner .product-right img {
    width: 20px;
  }
  .product-detail .features {
    width: 60%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 688px) {
  .product-detail .row.banner {
    padding: 30px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail .row.banner .product-left {
    padding-bottom: 25px;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 1.8rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.4rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 1rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 42%;
    height: 38px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 2%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 22px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 38px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right {
    padding-top: 30px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 25%;
    padding: 10px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
  .product-detail .row.banner .product-right img {
    width: 15px;
  }
  .product-detail .features {
    width: 100%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
    font-size: 1.8rem;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
@media (max-width: 413px) {
  .product-detail .row.banner {
    padding: 20px;
  }
  .product-detail .row.banner .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail .row.banner .product-left {
    padding-bottom: 25px;
  }
  .product-detail .row.banner .product-left h1 {
    font-size: 1.3rem;
  }
  .product-detail .row.banner .product-left h2 {
    font-size: 1.1rem;
  }
  .product-detail .row.banner .product-left p {
    margin-bottom: 6%;
    font-size: 0.8rem;
  }
  .product-detail .row.banner .product-left ul li {
    width: 45%;
    height: 38px;
    float: left;
    color: #000;
    border-radius: 4px;
    margin-right: 5%;
    transition: all 0.2s;
  }
  .product-detail .row.banner .product-left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .product-detail .row.banner .product-left ul li a img {
    width: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-detail .row.banner .product-left ul li a span {
    display: inline-block;
  }
  .product-detail .row.banner .product-left ul li a span p {
    font-size: 0.6rem;
    margin-bottom: 0;
    transform: scale(0.95);
  }
  .product-detail .row.banner .product-left ul li a span h5 {
    font-size: 0.7rem;
    margin-bottom: 0;
  }
  .product-detail .row.banner .product-left ul li a:hover {
    color: #fff;
  }
  .product-detail .row.banner .product-left ul li:last-child a {
    line-height: 38px;
  }
  .product-detail .row.banner .product-left ul li:last-child a p {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
  }
  .product-detail .row.banner .product-center {
    text-align: center;
  }
  .product-detail .row.banner .product-center img {
    width: 100%;
    border-radius: 10px;
  }
  .product-detail .row.banner .product-right {
    padding-top: 20px;
  }
  .product-detail .row.banner .product-right div {
    width: 100%;
    height: 25%;
    padding: 8px 0;
  }
  .product-detail .row.banner .product-right div p {
    margin-top: 0.8rem;
    font-size: 0.8rem;
  }
  .product-detail .row.banner .product-right img {
    width: 13px;
  }
  .product-detail .features {
    width: 100%;
    margin: 0 auto;
  }
  .product-detail .features h2 {
    text-align: center;
    font-size: 1.75rem;
  }
  .product-detail .features .row .col-lg-4 img {
    width: 100%;
    padding-bottom: 20px;
  }
  .product-detail .features .row .col-lg-4 .caption {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }
  .product-detail .features .row .col-lg-4 .caption h5 {
    color: #26447D;
  }
}
/*# sourceMappingURL=index.css.map */