@font-face {
  font-family: 'Montserrat';
  src: url(./font/Montserrat-Regular.woff), url(./font/Montserrat-Regular.ttf);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes leftIn {
  from {
    transform: translateX(-100%) translateZ(0);
  }
  to {
    transform: translateX(0) translateZ(0);
  }
}

@keyframes leftOut {
  from {
    transform: translateX(0) translateZ(0);
  }
  to {
    transform: translateX(-100%) translateZ(0);
  }
}

@-webkit-keyframes leftIn {
  from {
    transform: translateX(-100%) translateZ(0);
  }
  to {
    transform: translateX(0) translateZ(0);
  }
}

@-webkit-keyframes leftOut {
  from {
    transform: translateX(0) translateZ(0);
  }
  to {
    transform: translateX(-100%) translateZ(0);
  }
}

body {
  height: 100%;
  color: #010101;
}

#app.en {
  font-family: 'Montserrat', sans-serif;
}

.full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 750px;
  width: 100%;
  height: 100%;
  margin: auto;
}

#app {
  max-width: 750px;
  min-height: 100%;
  margin: auto;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

#menu {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 66666;
}

.l-mask {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  z-index: -1;
}

.l-menu {
  width: 80%;
  height: 100%;
  padding: 0 .4rem;
  color: #FFFFFF;
  background: #E34240;
}

.l-menu .i-close {
  position: absolute;
  top: .42rem;
  right: .26rem;
  font-size: .41rem;
  cursor: pointer;
}

.l-menu .i-logo {
  display: inline-block;
  padding: .18rem 0 .15rem;
  font-size: .9rem;
  vertical-align: top;
}

.l-menu-item {
  display: block;
  margin-top: .38rem;
  font-size: .32rem;
  line-height: .45rem;
}

#menu.show, #menu.hide {
  display: block;
}

#menu.show .l-mask {
  animation: fadeIn .3s;
  -webkit-animation: fadeIn .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#menu.show .l-menu {
  animation: leftIn .3s;
  -webkit-animation: leftIn .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#menu.hide .l-mask {
  animation: fadeOut .1s;
  -webkit-animation: fadeOut .1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#menu.hide .l-menu {
  animation: leftOut .1s;
  -webkit-animation: leftOut .1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#main {
  padding-top: 1.28rem;
}

.r-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  width: 100%;
  height: 1.28rem;
  margin: auto;
  padding: .18rem .4rem;
  color: #FFFFFF;
  background: #E34240;
  z-index: 23333;
}

.r-header .i-logo {
  display: inline-block;
  font-size: .9rem;
  vertical-align: top;
}

.r-header .i-menu {
  float: right;
  width: .58rem;
  height: .58rem;
  margin: .17rem .07rem;
  cursor: pointer;
}

.r-video {
  padding: .38rem .2rem 0;
  text-align: center;
}

.r-video .title {
  font-size: .48rem;
  line-height: .65rem;
  font-weight: bold;
}

.r-video .title p {
  text-align: left;
  font-size: .4rem;
  line-height: .6rem;
}

.r-video .video-box {
  position: relative;
  width: 100%;
  height: 3.82rem;
  margin-top: .28rem;
  background-size: cover;
  background-position: center center;
  background-image: url(./video-def.png);
}

#video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

#video.playing {
  display: block;
}

#play {
  position: absolute;
  right: .28rem;
  bottom: .3rem;
  color: #FAFAFA;
  font-size: .24rem;
  line-height: .5rem;
  cursor: pointer;
}

#play.playing {
  display: none;
}

.r-video .i-play {
  width: .5rem;
  height: .5rem;
  vertical-align: top;
}

.r-block {
  position: relative;
  padding: .58rem 0;
}

.r-location {
  position: absolute;
  top: -1.2rem;
}

.r-block .h-title {
  font-size: .3rem;
  line-height: .4rem;
  text-align: center;
  font-weight: bold;
}

.r-block .h-title span {
  display: inline-block;
  position: relative;
  padding-bottom: .1rem;
  vertical-align: top;
}

.r-block .h-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .3rem;
  height: .04rem;
  background: #E34240;
}

.block1 {
  padding: .38rem .2rem 0;
}

.block1 .inner {
  padding-top: .1rem;
}

.block1 .head {
  margin-top: .38rem;
  font-size: .3rem;
  line-height: .42rem;
  font-weight: bold;
}

.block1 .title {
  position: relative;
  margin: .28rem 0 .18rem;
  padding-left: .18rem;
  color: #1D1D1D;
  font-size: .24rem;
  line-height: .33rem;
}

.block1 .title::before {
  content: '';
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: .1rem;
  height: .1rem;
  background: #E34240;
  border-radius: 50%;
}

.block1 .text {
  margin-top: .08rem;
  color: #666666;
  font-size: .24rem;
  line-height: .46rem;
  text-align: justify;
}

.block1 .img {
  width: 100%;
  height: 3.83rem;
  margin-top: .18rem;
  vertical-align: top;
}

.block2 {
  padding: .48rem 0;
}

.block2 .images {
  position: relative;
  margin-top: .28rem;
  padding-top: .62rem;
  font-size: 0;
  white-space: nowrap;
}

.block2 .images::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: .14rem;
  background: #E34240;
}

.block2 .images .img {
  display: inline-block;
  width: 3.5rem;
  height: 5.5rem;
  vertical-align: top;
}

.block2 .tabs {
  display: inline-block;
  width: 3.7rem;
  padding: 1rem 1.4rem 0 1.28rem;
  vertical-align: top;
  white-space: initial;
}

.block2 .tabs .tab {
  width: 1rem;
  height: 1rem;
  margin-bottom: .58rem;
  border-radius: 50%;
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, .05);
}

.block2 .texts {
  position: relative;
  margin-top: .9rem;
  padding: 0 .2rem .62rem;
}

.block2 .texts::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: .14rem;
  background: #000000;
}

.block2 .texts .title {
  margin-bottom: .28rem;
  font-size: .28rem;
  line-height: .4rem;
  font-weight: bold;
}

.block2 .texts .text {
  margin-top: .18rem;
  color: #666666;
  font-size: .24rem;
  line-height: .38rem;
}

.block3 {
  color: #fff;
  background: #230033;
}

.block3 .text {
  padding: .28rem .2rem 0;
  font-size: .24rem;
  line-height: .46rem;
  text-align: justify;
}

.block4 {
  padding-left: .2rem;
  padding-right: .2rem;
  padding-bottom: .48rem;
}

.block4 .member {
  margin-top: .38rem;
}

.block4 .member .img {
  width: 3.4rem;
  height: 3rem;
  margin: 0 auto .28rem;
  background-size: 100% auto;
  background-position: center 12%;
}

.block4 .member .name {
  font-size: .28rem;
  line-height: .4rem;
  font-weight: bold;
}

.block4 .member .text {
  padding-top: .18rem;
  color: #666666;
  font-size: .24rem;
  line-height: .46rem;
  text-align: justify;
}

.block4 .founding {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.74rem;
  height: 1.42rem;
  margin-right: -.2rem;
  background: #E34240;
}

.block4 .founding .img {
  position: absolute;
  top: .26rem;
  right: 0;
  width: 3.6rem;
  height: .86rem;
}

.block5 {
  background: #F9F9F9;
}

.block5 .imgs {
  padding: .28rem .7rem 0;
  font-size: 0;
  text-align: justify;
}

.block5 .imgs::after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.block5 .img {
  width: 2.6rem;
  height: 1rem;
}

.block5 .img:nth-last-child(n+3) {
  margin-bottom: .7rem;
}

.r-footer {
  position: relative;
  padding: .78rem 0 .4rem;
  color: #FFFFFF;
  font-size: .18rem;
  line-height: .25rem;
  text-align: center;
  background: #E34240;
}

.r-footer .i-logo {
  display: inline-block;
  font-size: .9rem;
  line-height: 1;
  vertical-align: top;
}

.r-footer .nav {
  display: inline-block;
  position: relative;
  margin-top: .5rem;
  vertical-align: top;
  cursor: pointer;
}

.r-footer .nav.text {
  margin-right: .58rem;
  font-size: 13px;
  line-height: 18px;
}

.r-footer .nav.icon {
  font-size: 18px;
  line-height: 18px;
}

.r-footer .nav.i-wechat {
  margin-right: .53rem;
}

.r-footer .scan {
  display: none;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  width: 1.4rem;
  margin-left: -.7rem;
}

.r-footer .scan img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: rgba(0, 0, 0, .05);
}

.r-footer .scan div {
  padding-top: .18rem;
  font-size: .18rem;
  line-height: .25rem;
}

.r-footer .icon:hover .scan,
.r-footer .icon:hover .scan {
  display: block;
}

.r-footer .put {
  padding-top: .3rem;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}