﻿.services-top {
  background-image: url("/img/services/support_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66.667%;
  position: relative;
}

.services-top-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
}

.services-top-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #f3f3f3;
  text-align: center;
  margin-top: 0;
}

    .services-top-content p {
        font-size: 14px;
        color: #f3f3f3;
        text-align: center;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .services-top {
        background-image: url("/img/services/support_bg.jpg");
        padding-top: 41.40625%;
    }

  .services-top-content h3 {
    font-size: 50px;
    /* font-family: "黑体"; */
  }

    .services-top-content p {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }
}

.services-cate {
  display: flex;
}

.services-cate {
    display: flex;
    /*color: #999;*/
    /*background-color: #151515;*/
    color: #333;
    background-color: #d8dbe0;
    transform: translateY(-50%);
}

.services-cate-item {
  cursor: pointer;
  display: block;
  /*color: #999;*/
  color: #333;
  padding: 15px 0;
  flex-grow: 1;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.services-cate-item.active,
.services-cate-item:hover,
.services-cate-item:focus {
  color: #fff;
  background-color: #028be6;
}
.container-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .services-cate,
  .container-wrap {
    max-width: 1400px;
    margin: 0 auto;
  }

  .services-cate-item {
    padding: 18px 0;
  }
}

.pagination ul li a {
  color: #666;
  height: 38px;
  width: 38px;
  line-height: 38px;
  padding: 0 0;
  background-color: transparent;
  border: 1px solid #666;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
  border-color: #666;
}

.pagination ul li.active a,
.pagination ul li a.active,
.pagination ul li a:hover {
  color: #fff;
  background-color: #028be6;
  border-color: #028be6;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.mask.hideing {
  opacity: 0;
}

.mask.hide {
  display: none;
}

.mask .loading {
  padding: 10% 0;
  text-align: center;
}

.mask .loading .circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  margin-right: 15px;
  border-radius: 50%;
}

.loading .circle {
  -webkit-animation: ripple 1.8s infinite ease-in-out;
  -moz-animation: ripple 1.8s infinite ease-in-out;
  -ms-animation: ripple 1.8s infinite ease-in-out;
  animation: ripple 1.8s infinite ease-in-out;
}

.loading .circle:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .circle:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading .circle:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes ripple {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes ripple {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes ripple {
  0%,
  80%,
  100% {
    -ms-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}
