@font-face {
  font-family: 'PuHuiTi';
  src: url(./font/Alibaba-PuHuiTi-Heavy.woff), url(./font/Alibaba-PuHuiTi-Heavy.ttf);
}

@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);
  animation: fadeIn .3s;
  -webkit-animation: fadeIn .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  z-index: -1;
}

.l-menu {
  width: 80%;
  height: 100%;
  padding: 0 .4rem;
  color: #FFFFFF;
  background: #E34240;
  animation: leftIn .3s;
  -webkit-animation: leftIn .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.l-menu .i-close {
  position: absolute;
  top: .4rem;
  right: .24rem;
  font-size: .45rem;
  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.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;
}


.title {
  position: relative;
  width: 100%;
  padding: .38rem .2rem .36rem;
  font-size: .48rem;
  line-height: .67rem;
  font-weight: bold;
  overflow: hidden;
  z-index: 0;
}

.title .en {
  position: absolute;
  top: .6rem;
  left: .5rem;
  color: #FFE8E8;
  font-size: .6rem;
  line-height: .82rem;
  white-space: nowrap;
  font-weight: normal;
  font-family: 'PuHuiTi', sans-serif;
  z-index: -1;
}

.content {
  padding: .18rem .2rem 0;
  color: #666666;
  font-size: .24rem;
  line-height: .46rem;
  text-align: justify;
}

.contact {
  padding: 3.25rem 0 3.27rem 1.58rem;
  color: #fff;
  background-image: url(./about.png);
  background-size: 100% 100%;
}

.name {
  font-size: .22rem;
  line-height: .3rem;
}

.email {
  padding-top: .18rem;
  font-size: .34rem;
  line-height: .48rem;
}