@charset "UTF-8";
@media (min-width: 1200px) {
  /*控制整个滚动条*/
  ::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
    border-left: 1px solid #dddddd;
  }
  /*滚动条两端方向按钮*/
  ::-webkit-scrollbar-button {
    display: none;
  }
  /*滚动条中间滑动部分*/
  ::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #b2b2b2;
  }
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("./Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("./Poppins-Medium.ttf");
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("./Poppins-Bold.ttf");
}

* {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 8.75px;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto;
  color: #2a2a2a;
  font-size: 1.6rem;
  font-family: "Poppins-Regular";
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

ul {
  list-style-type: none;
}

input,
img,
select {
  vertical-align: middle;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: unset;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
  color: #062c87;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "Poppins-Bold";
  /*font-weight: normal;*/
}

.tabs-content .tab-pane {
  display: none;
}

.tabs-content .tab-pane.active {
  display: block;
}

.zoom-container {
  width: 30vw;
  border: 1px solid #ccc;
  cursor: crosshair;
  overflow: hidden;
}

.zoom-container img {
  width: 100%;
  position: relative;
}

.img-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-wrap--not-hover img {
  -webkit-transform: none !important;
          transform: none !important;
}

.img-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img-wrap img {
  max-width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.navigation.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  margin-left: auto;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #2c3e50;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  border-radius: 4px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
}

.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: auto;
  padding: 0 5px;
}

.swiper-container:hover .swiper-button {
  opacity: .7;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.swiper-container:hover .swiper-button:hover {
  opacity: 1;
}

.swiper-container .swiper-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.swiper-container .swiper-button-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swiper-container .swiper-button-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
}

.swiper-button::after {
  display: none;
}

.swiper-button-prev {
  background: url(../images/left.jpg) no-repeat center center;
}

.swiper-button-next {
  background: url(../images/right.jpg) no-repeat center center;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fcf172;
  margin: 0 5px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.25%;
  position: relative;
  overflow: hidden;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.table-container {
  width: 100%;
  overflow: auto;
}

.table-container table {
  border-collapse: collapse;
  width: 100%;
}

.table-container table th,
.table-container table td {
  padding: 10px;
  border: 1px solid #e8e8e8;
}

.main-color {
  color: #f00;
}

.c-message {
  min-width: 380px;
  min-height: 48px;
  padding: 10px;
  position: fixed;
  z-index: 999;
  background-color: #edf2fc;
  border: 1px solid #909399;
  color: #909399;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  border-radius: 4px;
}

.c-message.active {
  opacity: 1;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}

.c-message.success {
  background-color: #f0f9eb;
  border-color: #67C23A;
  color: #67C23A;
}

.c-message.warning {
  background-color: #fdf6ec;
  border-color: #E6A23C;
  color: #E6A23C;
}

.c-message.danger {
  background-color: #fef0f0;
  border-color: #F56C6C;
  color: #F56C6C;
}

@media (max-width: 767px) {
  .c-message {
    min-width: 95vw;
  }
}

.c-article-details h1,
.c-article-details h2,
.c-article-details h3,
.c-article-details h4,
.c-article-details h5,
.c-article-details h6,
.c-article-details p,
.c-article-details ul,
.c-article-details ol,
.c-article-details table {
  margin: 1em 0;
}

.c-article-details img {
  max-width: 100%;
  height: auto;
}

.c-article-details table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 15px 0;
}

.c-article-details table td,
.c-article-details table th {
  padding: 10px;
  border: 1px solid #e8e8e8;
}

.c-article-details ul {
  list-style-type: disc;
}

.c-article-details ul,
.c-article-details ol {
  padding-left: 20px;
}

.c-article-details ul li,
.c-article-details ol li {
  margin: .5em 0;
}

.c-article-details a {
  color: #f00;
}

.c-sidebar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 998;
}

.c-sidebar-item {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-sidebar-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-sidebar-item__icon {
  width: 50%;
}

.c-fixed-contact {
  position: fixed;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  right: 50%;
  bottom: 50%;
  width: 800px;
  height: 563px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

@media (max-width: 800px) {
  .c-fixed-contact {
    width: 100%;
  }
}

.c-fixed-contact.hide {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 68px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-animation: __fixed-contact 500ms;
          animation: __fixed-contact 500ms;
  background-color: #f00;
}

.c-fixed-contact.hide .c-fixed-contact-form {
  display: none;
}

.c-fixed-contact.hide .c-fixed-contact__close {
  background: url(/lib/img/index/mail.svg) no-repeat center center;
  position: unset;
  width: 100%;
  height: 100%;
}

.c-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/lib/img/index/x.svg) no-repeat center center;
}

.c-fixed-contact-form {
  padding: 60px 40px;
}

.c-fixed-contact-form__input, .c-fixed-contact-form__textarea {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-fixed-contact-form__input:focus, .c-fixed-contact-form__textarea:focus {
  border-color: #f00;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
}

.c-fixed-contact-form__input::-webkit-input-placeholder, .c-fixed-contact-form__textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input:-ms-input-placeholder, .c-fixed-contact-form__textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input::-ms-input-placeholder, .c-fixed-contact-form__textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input::placeholder, .c-fixed-contact-form__textarea::placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__textarea {
  height: 144px;
  padding: 20px;
  resize: none;
}

.c-fixed-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.c-search {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 998;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
  border-radius: .5rem;
  display: none;
}

.c-search.active {
  display: block;
  -webkit-animation: __search_in 500ms;
          animation: __search_in 500ms;
}

@-webkit-keyframes __search_in {
  from {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes __search_in {
  from {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.c-search__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.c-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search .search-form__input {
  width: 380px;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
}

.c-search .search-form__input::-webkit-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input:-ms-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input::-ms-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input::placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input:focus {
  border-color: #f00;
}

.c-search .search-form__submit {
  width: 40px;
  height: 40px;
  background-color: #f00;
}

.c-btn {
  width: 20rem;
  height: 4.8rem;
  background-color: #f00;
  color: #fff !important;
  border: 1px solid #f00;
  font-family: "Poppins-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-btn:hover::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.c-btn::after {
  content: '';
  width: 1.4rem;
  height: 1.2rem;
  background: url(/lib/img/index/arrow_right.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.8rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-title {text-align: center;text-transform:uppercase;}
.c-title h2 {font-size: 4.6rem;line-height: 1.25;color: #062055; text-transform:uppercase;}
.c-title h2 span {color: #fcf172;}
.c-title__description {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 1rem;
  color: #8c8c8c;
}

.c-banner {
  position: relative;
}

.c-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-banner__container {
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.c-banner__title {
  font-size: 4rem;
}

.c-F-layout {
  padding-bottom: 6rem;
  margin-top: 2rem;
}

.c-F-layout .aside {
  margin-top: 4rem;
}

.c-F-layout .aside-item {
  margin-top: 4rem;
}

.c-F-layout .aside-item__title {
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
}

.c-F-layout .aside-item .menu {
  margin-top: 1.6rem;
  border-bottom: 1px solid #ececec;
}

.c-F-layout .aside-item .menu li {
  line-height: 1.25;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-F-layout .aside-item .menu li.active::before {
  background: url(/lib/img/products/minus.svg) no-repeat center center;
}

.c-F-layout .aside-item .menu li.active .sub-menu {
  display: block;
}

.c-F-layout .aside-item .menu li.menu-item-has-children::before {
  visibility: visible;
}

.c-F-layout .aside-item .menu li.current-menu-item > a {
  color: #f00;
}

.c-F-layout .aside-item .menu li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/lib/img/products/plus.svg) no-repeat center center;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-F-layout .aside-item .menu li a {
  max-width: calc(100% - 36px);
  padding: 1.6rem 0;
  font-weight: bold;
}

.c-F-layout .aside-item .menu li .sub-menu {
  width: 100%;
  display: none;
}

.c-F-layout .aside-item .menu li .sub-menu li a {
  font-weight: normal;
}

.c-F-layout .aside-item .tags {
  padding: 2rem 0;
  padding-top: 1rem;
  margin-top: 1.6rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-F-layout .aside-item .tags li {
  margin-right: 1rem;
  margin-top: 1rem;
}

.c-F-layout .aside-item .tags li a {
  display: block;
  font-size: 1.4rem;
  padding: .5rem 1rem;
  border: 1px solid #ececec;
}

.c-F-layout .aside-item .tags li a:hover {
  border-color: #f00;
  background-color: #f00;
  color: #fff;
}

.c-F-layout .aside-item .blog {
  margin-top: 1.6rem;
  border-bottom: 1px solid #ececec;
}

.c-F-layout .aside-item .blog li {
  padding: 1.65rem 0;
  border-top: 1px solid #ececec;
}

.c-F-layout .aside-item .blog__title {
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

.c-F-layout .aside-item .blog__date {
  font-size: 1.2rem;
  color: #8c8c8c;
  margin-top: 0.5rem;
}

.c-F-layout .aside-form {
  padding-top: 2rem;
  margin-top: 1.6rem;
  border-top: 1px solid #ececec;
}

.c-F-layout .aside-form input,
.c-F-layout .aside-form textarea {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-F-layout .aside-form input::-webkit-input-placeholder,
.c-F-layout .aside-form textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}

.c-F-layout .aside-form input:-ms-input-placeholder,
.c-F-layout .aside-form textarea:-ms-input-placeholder {
  color: #8c8c8c;
}

.c-F-layout .aside-form input::-ms-input-placeholder,
.c-F-layout .aside-form textarea::-ms-input-placeholder {
  color: #8c8c8c;
}

.c-F-layout .aside-form input::placeholder,
.c-F-layout .aside-form textarea::placeholder {
  color: #8c8c8c;
}

.c-F-layout .aside-form input:focus,
.c-F-layout .aside-form textarea:focus {
  border: 1px solid #f00;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
}

.c-F-layout .aside-form textarea {
  height: 14.2rem;
  padding: 20px;
  resize: none;
}

.c-F-layout .aside-form input[type='submit'] {
  width: 14rem;
  padding: 0;
  margin: 0;
  background-color: #f00;
  color: #fff;
  cursor: pointer;
}

.c-F-layout .aside-form input[type='submit']:hover {
  background-color: #fff;
  color: #f00;
  border-color: #f00;
}

.c-F-layout .aside-form input[type='submit']:disabled {
  background-color: #ececec !important;
  color: #fff !important;
  border-color: #ececec !important;
  cursor: default;
}

.c-F-layout .article {
  padding-left: 20px;
  margin-top: 4rem;
}

.c-contact {
  padding: 6rem 0;
  margin-top: 4rem;
  background-color: #f0f1f3;
  position: relative;
}

.c-contact__container {
  position: relative;
  z-index: 1;
}

.c-contact__title {
  font-size: 2rem;
  text-align: center;
}

.c-contact__container {
  margin-top: 3rem;
}

.c-contact input,
.c-contact textarea {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-contact input::-webkit-input-placeholder,
.c-contact textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}

.c-contact input:-ms-input-placeholder,
.c-contact textarea:-ms-input-placeholder {
  color: #8c8c8c;
}

.c-contact input::-ms-input-placeholder,
.c-contact textarea::-ms-input-placeholder {
  color: #8c8c8c;
}

.c-contact input::placeholder,
.c-contact textarea::placeholder {
  color: #8c8c8c;
}

.c-contact input:focus,
.c-contact textarea:focus {
  border: 1px solid #f00;
  -webkit-box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
          box-shadow: 0 0px 30px 0px rgba(6, 32, 85, 0.1);
}

.c-contact textarea {
  height: 15.8rem;
  padding: 20px;
  resize: none;
}

.c-contact input[type='submit'] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  border-color: #f00;
  background-color: #f00;
  color: #fff;
  cursor: pointer;
}

.c-contact input[type='submit']:hover {
  background-color: #fff;
  color: #f00;
}

.c-contact input[type='submit']:disabled {
  background-color: #ececec !important;
  color: #fff !important;
  border-color: #ececec !important;
  cursor: default;
}

.c-contact .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-contact .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.c-contact .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-contact .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.c-contact .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.c-contact .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.c-contact .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-contact .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-contact .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.c-contact .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.c-contact .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.c-contact .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.c-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: none;
}

.c-loading--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-video {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-video.hide {
  display: none;
}

.c-video__container {
  width: 800px;
  position: relative;
}

.c-video__close {
  position: absolute;
  right: 6px;
  top: -30px;
  cursor: pointer;
}

.c-video .iframe-container {
  border: 1px solid #ccc;
}
