@import "reset.css";
body {
  margin: 0;
  background: #fff31f;
  background: #222;
  /*background: none;*/
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  position: relative;
}
.header {
  height: 85px;
  padding: 0 48px;
  padding: 0 22px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(34, 34, 34, 0);
  transition: 0.4s;
  box-sizing: border-box;
  white-space: nowrap;
}
.header .social-icons {
  position: absolute;
  right: 56px;
  right: 30px;
  top: 26px;
  top: 28px;
  color: #f0f0f0;
  opacity: 0.9;
  font-size: 18px;
}
.header .social-icons .fa {
  margin: 0 4px;
}
.brand {
  position: relative;
  font-weight: 600;
  padding-left: 72px;
  line-height: 85px;
  font-size: 24px;
  text-transform: uppercase;
  color: #59c1ed;
}
.brand .logo {
  position: absolute;
  width: 65px;
  width: 56px;
  left: 5px;
  top: 12px;
}
.cover-box {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  overflow: hidden;
}
.cover-box:hover .fullscreen-btn {
  opacity: 0.9 !important;
}
.cover-box:hover .banner-ctrl-item {
  opacity: 1;
}
.video-list {
  position: relative;
  display: flex;
  width: 300vw;
  transition: 0.5s;
  transform: translate(0, 0);
}
.video-list video {
  flex: 1;
  width: 100vw;
}
.banner-ctrl {
  position: absolute;
  left: 48px;
  bottom: 48px;
  z-index: 999;
}
.banner-ctrl-item {
  font-size: 36px;
  display: inline-block;
  margin: 0 8px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: 0.2s;
}
.banner-ctrl-item:not(.active) {
  cursor: pointer;
}
.banner-ctrl-item:not(.active):hover {
  color: #0088c2;
}
.banner-ctrl-item.active {
  color: #0088c2;
  font-weight: bolder;
  opacity: 0.95;
}
.fixed-cover {
  position: fixed;
}
.video-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  transition: 0.2s;
  z-index: 1000;
}
.video-container video {
  width: 100%;
  height: 100%;
}
.video-container .__close {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  transition: 0.2s;
  background: rgba(121, 4, 4, 0.8);
  cursor: pointer;
  z-index: 1001;
}
.video-container .__close .icon-close {
  font-size: 22px;
}
.video-container .__close:hover {
  background: #29bfff;
}
.fullscreen-btn {
  right: 36px;
  bottom: 36px;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  z-index: 99;
  font-size: 40px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  opacity: 0.3;
}
.fullscreen-btn + .__mask {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: rgba(34, 34, 34, 0.6);
  z-index: 1;
}
.fullscreen-btn + .__mask:hover {
  opacity: 0.3;
}
.fullscreen-btn:hover .icon-full {
  color: #0088c2;
}
.fullscreen-btn:hover + .__mask {
  opacity: 1;
}
.fullscreen-btn .icon-play {
  font-size: 48px;
}
.fullscreen-btn .icon-full {
  font-size: 64px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  right: 36px;
  bottom: 36px;
}
.body {
  background: #222;
  position: relative;
  z-index: 100;
}
.about {
  position: relative;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
  background: #f7f7e2;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.about .title {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 6;
  color: #111;
}
.about p {
  padding: 0 140px;
  margin: 0 auto;
  max-width: 1480px;
  font-size: 22px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  position: relative;
  z-index: 6;
  color: #222;
}
.about p + p {
  margin-top: 1em;
}
.about-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 80px 0 0 0;
  text-transform: uppercase;
}
[lang*="zh"] .title {
  font-weight: 500;
}
.title-des {
  text-align: center;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 8px;
}
[lang*="zh"] .title-des {
  font-size: 12px;
}
.container {
  width: calc(100% - 150px);
  margin: 20px auto 0 auto;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.case-item {
  flex: 0 0 32%;
  margin-top: 36px;
  transition: 0.3s;
}
.case-item > :not(img) {
  padding-left: 5px;
  padding-right: 5px;
}
.case-item:hover img {
  opacity: 1;
}
.case-item img {
  display: block;
  border-radius: 1px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  transition: 0.4s;
}
.case-item p {
  font-size: 14px;
  margin-block-start: 12px;
  margin-block-end: 12px;
  line-height: 1.6em;
  font-weight: 100;
}
[lang*="zh"] .case-item p {
  font-weight: 200;
}
.case-item div:not(.vlinks) {
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5em;
}
.case-item div:not(.vlinks) + p {
  margin-top: 20px;
}
h2 {
  margin: 12px 0 16px;
  font-size: 24px;
  text-transform: capitalize;
}
.vlinks {
  margin-top: 25px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 56px!important;
}
[lang*="zh"] .vlinks {
  padding-left: 30px!important;
}
[lang*="zh"] .vlinks span {
  font-size: 12px;
  left: 2px;
}
.vlinks span {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 10px;
  font-weight: bold;
  opacity: 0.8;
}
.vlinks a {
  display: inline-block;
  padding: 4px 10px 4px 7px;
  margin: 4px 2px;
  color: #fff;
  background: #0088c2;
  text-decoration: none;
  font-size: 12px;
  border-radius: 4px;
  transition: 0.2s;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vlinks a .fa {
  margin-right: 4px;
}
.vlinks a:hover {
  background: #00acf5;
  box-shadow: 0 2px 8px #0088c2;
}
.contact {
  font-size: 14px;
  font-weight: 200;
  border-top: 1px solid #454242;
  margin-top: 108px;
  text-align: center;
  padding-bottom: 16px;
}
.contact .social-icons {
  margin-bottom: 54px;
  margin-top: 56px;
  opacity: 0.6;
}
.contact .social-icons a {
  font-size: 24px;
  margin: 0 5px;
}
.social-icons a {
  color: #f0f0f0;
  transition: 0.2s;
  text-decoration: none;
}
.social-icons a.lang {
  font-size: 14px;
}
.social-icons a:hover {
  opacity: 1;
  color: #fff;
  text-shadow: 0 2px 4px #0088c2;
}
.contact-info {
  line-height: 28px;
}
.contact-info a {
  color: #f0f0f0;
  border-bottom: 1px dashed #f0f0f0;
  padding: 4px 0;
  text-decoration: none;
}
.contact-info a + a {
  margin-left: 24px;
}
.contact-info a:hover {
  text-shadow: 0 2px 4px #0088c2;
}
.add {
  line-height: 1.2em;
  padding: 2px 0 10px;
  max-width: 80%;
  margin: 0 auto;
}
.copy {
  font-weight: 100;
  margin-top: 96px;
  font-size: 12px;
  opacity: 0.6;
}
@media screen and (min-width: 1400px) {
  .container {
    width: calc(100% - (48 + 72) * 2px);
  }
  .case-item {
    flex: 0 0 23.5%;
  }
}
@media screen and (min-width: 730px) and (max-width: 999px) {
  .about p {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container {
    width: calc(100% - 96px);
  }
  .case-item {
    flex: 0 0 48%;
  }
}
.t-show-small {
  display: none;
}
.t-hide-small {
  display: block;
}
@media screen and (max-width: 729px) {
  .t-show-small {
    display: block;
  }
  .t-hide-small {
    display: none;
  }
  .header {
    height: 68px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .header .social-icons {
    top: 20px;
    right: 15px;
  }
  .brand {
    font-size: 16px;
    line-height: 68px;
    margin-left: -20px;
  }
  .brand > div {
    white-space: nowrap;
    margin-left: -9px;
  }
  .brand .logo {
    top: 3px;
  }
  .banner-ctrl {
    left: unset;
    right: 18px;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
  }
  .banner-ctrl-item {
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    text-align: right;
    opacity: 0.85;
  }
  .title {
    padding-top: 30px;
    font-size: 28px;
    font-weight: 1000;
  }
  [lang*="zh"] .title {
    font-weight: bolder;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .about .title {
    padding-bottom: 20px;
  }
  .about p {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    font-size: 15px;
  }
  .container {
    display: block;
    width: 100%;
  }
  .case-item {
    margin-bottom: 20px;
  }
  .case-item + .case-item {
    margin-top: 60px;
  }
  .case-item img {
    border-top: 4px solid #8fdeff;
  }
  .case-item section {
    padding: 0 15px;
  }
  .vlinks span {
    left: 0;
  }
  .vlinks a {
    max-width: 200px;
  }
  .fullscreen-btn {
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    bottom: unset;
  }
  .fullscreen-btn .icon-full {
    font-size: 24px;
  }
  .fullscreen-btn .icon-play {
    margin-top: 72px;
    font-size: 48px;
  }
}
