@charset "UTF-8";
html {
  font-size: 16px;
}

@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 10px;
  }
}
ul {
  list-style: none;
}

.common-header {
  height: 33.6vw;
  max-height: 500px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../png/banner-back01.png");
  background-size: cover;
  position: relative;
  min-height: 202px;
}
.common-header .common-header-logo {
  margin: 2rem 0 0 7rem;
  width: 11rem;
}
@media (max-width: 500px) {
  .common-header .common-header-logo {
    font-size: 2.5rem;
    margin: 1rem 0 0 1rem;
  }
}
.common-header .common-header-title {
  width: 60%;
  margin: auto;
  margin-top: 6%;
  color: #fff;
  text-align: center;
}
.common-header .common-header-title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-shadow: 0px 0.8rem 0.5rem rgba(3, 20, 22, 0.5);
}
@media (max-width: 500px) {
  .common-header .common-header-title h2 {
    font-size: 2.5rem;
  }
}
.common-header .common-header-title div {
  background-image: linear-gradient(90deg, #40bd86 0%, #3ba5b4 60%, #358ce2 100%), linear-gradient(#0baf8d, #0baf8d);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 24px 6px rgba(16, 89, 74, 0.36);
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  cursor: pointer;
}
.common-header .common-header-menu {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-header .common-header-menu > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.6rem;
  cursor: pointer;
  position: relative;
}
.common-header .common-header-menu > li img {
  width: 2rem;
  margin-bottom: 0.1rem;
}
.common-header .common-header-menu > li h5 {
  font-size: 1rem;
  margin: 0.7rem 0 0 0;
}
.common-header .common-header-menu > li:nth-child(1):hover {
  background-color: #0baf8d;
}
.common-header .common-header-menu > li:nth-child(1):hover .second-menu li:hover {
  background-color: #0baf8d;
}
.common-header .common-header-menu > li:nth-child(1):hover .second-menu li:hover a {
  color: #fff;
}
.common-header .common-header-menu > li:nth-child(2):hover {
  background-color: #124b80;
}
.common-header .common-header-menu > li:nth-child(2):hover .second-menu li:hover {
  background-color: #124b80;
}
.common-header .common-header-menu > li:nth-child(2):hover .second-menu li:hover a {
  color: #fff;
}
.common-header .common-header-menu > li:nth-child(3):hover {
  background-color: #00aed0;
}
.common-header .common-header-menu > li:nth-child(3):hover .second-menu li:hover {
  background-color: #00aed0;
}
.common-header .common-header-menu > li:nth-child(3):hover .second-menu li:hover a {
  color: #fff;
}
.common-header .common-header-menu > li:hover .second-menu {
  display: block;
}
.common-header .common-header-menu > li .second-menu {
  position: absolute;
  right: 5.2rem;
  top: 0;
  background: #000911;
  color: #000;
  padding: 0.5rem 0;
  display: none;
}
.common-header .common-header-menu > li .second-menu li a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.common-header .common-header-menu > li .second-menu li a:hover, .common-header .common-header-menu > li .second-menu li a.active {
  text-decoration: none;
}
@media (max-width: 700px) {
  .common-header .common-header-menu > li .second-menu {
    right: 6rem;
  }
}

.common-footer {
  background: #1e1e1e;
  color: #fff;
}
.common-footer .common-footer-list {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  font-size: 0.9rem;
}
.common-footer .common-footer-list ul {
  padding: 0 2rem;
  min-width: 120px;
}
.common-footer .common-footer-list ul li {
  padding: 0.3rem;
}
.common-footer .common-footer-list ul a {
  color: #7e7e7e;
}
.common-footer .common-footer-copyright {
  padding: 1rem 0;
  text-align: center;
  color: #7e7e7e;
  font-size: 0.9rem;
  border-top: 1px solid #2f2f2f;
  width: 94%;
  margin: auto;
  clear: both;
}
.common-footer .footer-contact-us-box {
  padding: 3rem 10px;
  max-width: 400px;
}

/* 其他网站copy过来的 */
.footer-contact-us {
  background-color: #141414;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 14px;
}

.footer-contact-us .title {
  font-size: 16px;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 700;
}

.footer-contact-us .title .iconfont {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


.footer-contact-us .form-group {
  position: relative;
  margin-bottom: 0;
}

.footer-contact-us .form-group .form-control {
  background: none;
  border: none;
  border-radius: 0;
  color: #FFF;
}

.footer-contact-us .form-group .input-group {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
}

.footer-contact-us .form-group .input-group .codeimg {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  cursor: pointer;
  background: #FFF;
  z-index: 3;
}

.footer-contact-us .form-group .input-group-addon {
  background: none;
  border: none;
  border-radius: 0;
}

.footer-contact-us .form-group .input-group-addon.icon-w {
  background: url("../png/f-mg-w-2.png") no-repeat left 8px;
}

.footer-contact-us .form-group .input-group-addon.icon-e {
  background: url("../png/f-mg-e-2.png") no-repeat left center;
}

.footer-contact-us .form-group .input-group-addon.icon-c {
  background: url("../png/f-mg-c-2.png") no-repeat left center;
}

.footer-contact-us .form-group input.form-control {
  height: 50px;
}

.footer-contact-us .form-group .text-center {
  margin-top: 60px;
}

.footer-contact-us .form-group .text-center .btn {
  width: 150px;
  border-radius: 30px;
  background: #8a8a8a;
  color: #FFF;
}

.footer-contact-us .form-group .help-block {
  position: absolute;
  bottom: -10px;
  left: 36px;
}

.footer-contact-us .form-group .form-control-feedback:before {
  display: none;
}

.footer-contact-us .form-group .glyphicon-remove:before {
  content: "";
  display: none;
}

.preview-popup {
  margin: auto;
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  height: 40%;
  width: 60%;
  background: #fff;
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.3);
  z-index: 90;
}
.preview-popup > div > i {
  color: #000;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  z-index: 99;
}
.preview-popup > div .preview-content img, .preview-popup > div .preview-content video {
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
