/*
 * 定义公共变量
*/
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 79px!important;
  left: 0;
  width: 100%;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px!important;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 48%;
  width: 41px;
  height: 25px;
  margin-top: -22px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 639px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 0.4;
}
.swiper-button-prev {
  left: 1.5%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiper-button-next {
  right: 1.5%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.load-more {
  position: absolute;
  z-index: 10;
  bottom: 23px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  cursor: pointer;
}
.load-more img {
  position: relative;
  width: 20px;
}
.load-more .load-1 {
  bottom: -16px;
  -webkit-animation: loadmore 2.2s infinite;
  -o-animation: loadmore 2.2s infinite;
  animation: loadmore 2.2s infinite;
}
.load-more .load-2 {
  bottom: -8px;
  -webkit-animation: loadmore 2.2s .9s infinite;
  -o-animation: loadmore 2.2s .9s infinite;
  animation: loadmore 2.2s .9s infinite;
}
.load-more .load-3 {
  -webkit-animation: loadmore 2.2s 1.4s infinite;
  -o-animation: loadmore 2.2s 1.4s infinite;
  animation: loadmore 2.2s 1.4s infinite;
}
@-webkit-keyframes loadmore {
  0% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes loadmore {
  0% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes loadmore {
  0% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner h1 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -1em;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 100px;
  line-height: 1.1em;
}
.banner h1 span {
  font-size: 28px;
}
@media screen and (max-width: 639px) {
  .banner h1 {
    top: 40%;
    font-size: 35px;
  }
  .banner h1 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .banner h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .banner h1 {
    font-size: 70px;
  }
}
.banner .btn {
  position: absolute;
  bottom: 16%;
  left: 0;
}
@media screen and (max-width: 639px) {
  .banner-1 {
    background: url('../assets/img/mobile-banner-1.png') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 640px) {
  .banner-1 {
    background: url('../assets/img/banner-1.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .banner-1 h1 {
    margin-top: -1.5em;
  }
}
@media screen and (max-width: 639px) {
  .banner-2 {
    background: url('../assets/img/mobile-banner-2.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 640px) {
  .banner-2 {
    background: url('../assets/img/banner-2.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.banner-2 .btn {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 156px;
  height: 50px;
  margin-left: -78px;
  line-height: 50px;
}
@media screen and (max-width: 639px) {
  .banner-2 .btn {
    bottom: 20%;
  }
}
@media screen and (max-width: 639px) {
  .banner-3 {
    background: url('../assets/img/mobile-banner-3.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 640px) {
  .banner-3 {
    background: url('../assets/img/banner-3.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  .banner-3 h1 {
    top: 45%;
  }
}
.banner-3 .btn {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 156px;
  height: 50px;
  margin-left: -78px;
  line-height: 50px;
}
@media screen and (max-width: 639px) {
  .banner-3 .btn {
    bottom: 20%;
  }
}
h3,
.join-section h1 {
  letter-spacing: 0;
  font-size: 35px;
}
@media screen and (max-width: 639px) {
  h3,
  .join-section h1 {
    margin-top: 18%;
    font-size: 37px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  h3,
  .join-section h1 {
    font-size: 45px;
  }
}
.apps-section .sub-title {
  letter-spacing: -0.2px;
}
.apps-section .container {
  margin-top: 10.3%;
}
@media screen and (max-width: 639px) {
  .apps-section .container {
    margin-top: 14.9%;
  }
}
.apps-section .btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 639px) {
  .apps-section .btn {
    margin: 32px auto 11px;
  }
}
@media screen and (max-width: 639px) {
  .apps-section .squ-grid-6 {
    width: 100%;
    padding-bottom: 100%;
  }
}
.apps {
  position: relative;
  overflow: hidden;
}
.apps .app-bg {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.apps .app-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  background: rgba(34, 24, 21, 0.8);
}
.apps .app-detail .app-logo {
  margin-top: 5%;
  text-align: center;
}
.apps .app-detail .app-logo img {
  width: 22.6%;
}
.apps .app-detail a {
  display: block;
  height: 100%;
  padding: 15% 10%;
}
.apps .app-detail h4 {
  margin-top: 9.3%;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1.4px;
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  font-weight: 100;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .apps .app-detail h4 {
    margin-top: 6%;
    font-size: 28px;
  }
}
.apps .app-detail p {
  margin-top: 12%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .apps .app-detail p {
    font-size: 14px;
  }
}
.apps:hover .app-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apps:hover .app-detail {
  display: block;
  opacity: 1;
}
.apps:hover .app-detail p {
  margin-top: 5%;
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  .value-section .container {
    width: 86%;
    margin: 0 auto 24%;
  }
}
.value-section .play-card {
  padding: 9% 3% 6.8%;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .value-section .play-card {
    padding: 18.5% 1% 0;
  }
}
.value-section .play-card span {
  font-size: 123px;
}
@media screen and (max-width: 639px) {
  .value-section .play-card span {
    font-size: 100px;
  }
}
.value-section .play-card h4 {
  margin: 0;
  font-weight: 600!important;
  font-size: 23px;
  font-weight: 100;
}
@media screen and (max-width: 639px) {
  .value-section .play-card h4 {
    margin-top: -8%;
    font-size: 20px;
    font-weight: 600;
  }
}
.value-section .play-card p {
  width: 84%;
  margin: 14% auto;
}
@media screen and (max-width: 639px) {
  .value-section .play-card p {
    width: 94%;
    margin: 8% auto;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .value-section .play-card p {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .value-section .grid-3-no-mar {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .join-section {
    background: url('../assets/img/mobile-join-us-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .join-section {
    background: url('../assets/img/join-us-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.join-section h1 {
  margin-top: 10.8%;
  margin-bottom: 0%;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .join-section h1 {
    line-height: 70px;
  }
}
.join-section .sub-title {
  margin-top: 1%;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .join-section .sub-title {
    margin-top: -2%;
    font-size: 14.3px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .join-section .sub-title {
    font-size: 20px;
  }
}
.join-section .btn {
  margin: 6.6% auto 7.8%;
}
@media screen and (max-width: 639px) {
  .join-section .btn {
    margin: 8.6% auto 9.8%;
  }
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

#joinUs {
  color: #000;
}
#joinUs > .sub-title{
  opacity: 0.6;
}
#index-section-wrap a{
  color: rgba(0, 0, 0, .8)!important;
  border-color: rgba(0, 0, 0, .6)!important;
}

#index-section-wrap a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
