@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes slide-in-elliptic-right-fwd {
  0% {
    -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
    transform: translateX(800px) rotateY(-30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -1800px 50%;
    transform-origin: -1800px 50%;
    opacity: 1;
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(800px) rotate(720deg);
    transform: translateY(800px) rotate(720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html,
body {
  font-size: .28rem;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
button,
hr,
blockquote,
pre {
  margin: 0;
  padding: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2;
}
ul,
ol,
dl {
  list-style-type: none;
}
fieldset,
img {
  border: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
th {
  font-style: normal;
  font-weight: normal;
}
input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
textarea {
  vertical-align: top;
}
img {
  vertical-align: middle;
}
em,
i {
  font-style: normal;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
div {
  box-sizing: border-box;
}
q:before,
q:after {
  content: "";
}
hr {
  margin: 4px 0;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  _display: block;
  _margin: -5px 0;
  _font-size: 0;
  _line-height: 0;
}
a {
  text-decoration: none;
}
a:active {
  opacity: .7;
}
html,
body,
.mian-wrap {
  height: 100%;
}
.main-wrap {
  width: 100%;
  height: 100%;
}
.main-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: .9rem;
  box-sizing: border-box;
  overflow-x: auto;
  padding: 0 .2rem;
  background: #393c61;
}
.header-wrap .sidebar-toggle {
  width: 25px;
  fill: #e6af69;
  margin-right: .2rem;
}
.header-wrap .site-name {
  font-weight: bold;
  color: #bfa47b;
  font-size: .3rem;
}
.page-index {
  color: #FFF;
  /*+++++++mobile *****/
}
.page-index .col {
  position: relative;
  float: left;
  display: inline-block;
  width: 33.333%;
  height: 100%;
  overflow: hidden;
  cursor: se-resize;
}
.page-index .col video {
  width: 100%;
}
.page-index .col .mark-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.5s ease-in;
  /* WebKit */
  -webkit-transition: all 0.5s ease-in;
  /* Opera */
  -o-transition: all 0.5s ease-in;
  /* Standard */
  transition: all 0.5s ease-in;
}
.page-index .col .mark-wrap .box {
  margin: 0 auto;
  text-align: center;
}
.page-index .col .mark-wrap .box.info-wrap {
  position: relative;
  top: 50%;
  margin-top: -38px;
  height: 76px;
}
.page-index .col .mark-wrap .box.info-wrap .email {
  font-size: 24px;
  animation: slide-in-bottom 1.2s both;
}
.page-index .col .mark-wrap .box.info-wrap .tips {
  margin-top: 20px;
  font-size: 16px;
  opacity: .7;
  animation: slide-in-bottom 1.4s both;
}
.page-index .col .mark-wrap .box.app-wrap {
  position: relative;
  top: 50%;
  margin-top: -200px;
  height: 314px;
}
.page-index .col .mark-wrap .box.app-wrap .img-logo {
  width: 3rem;;
  animation: bounce-in-left 0.6s both;
}
.page-index .col .mark-wrap .box.app-wrap .app-name {
  margin: 40px 0 30px 0;
  font-size: 28px;
  letter-spacing: 15px;
  animation: slide-in-blurred-left 1s both;
}
.page-index .col .mark-wrap .box.app-wrap .slogan {
  font-size: 16px;
  letter-spacing: 10px;
  animation: slide-in-blurred-left 1.4s both;
}
.page-index .col .mark-wrap .box.download-wrap {
  position: relative;
  top: 50%;
  margin-top: -140px;
  height: 280px;
}
.page-index .col .mark-wrap .box.download-wrap .qrcode-wrap {
  margin: 0 auto;
  padding: 20px;
  width: 250px;
  height: 280px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFF;
  animation: slide-in-bottom 1.4s both;
}
.page-index .col .mark-wrap .box.download-wrap .qrcode-wrap img {
  width: 100%;
}
.page-index .col .mark-wrap .box.download-wrap .qrcode-wrap .tips {
  padding-top: 15px;
  color: #666;
  font-size: 14px;
}
.page-index .col.play .mark-wrap {
  background: rgba(0, 0, 0, 0.2);
  opacity: .8;
}
.page-index.mobile .video-wrap {
  width: 100%;
  height: 100%;
}
.page-index.mobile .video-wrap .mark-wrap {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.page-index.mobile .video-wrap .mark-wrap .info-wrap {
  top: 0;
  margin-top: 0;
  height: auto;
}
.page-index.mobile .video-wrap .mark-wrap .info-wrap .img-logo {
  width: 1.5rem;
  animation: bounce-in-left 0.6s both;
}
.page-index.mobile .video-wrap .mark-wrap .info-wrap .app-name {
  margin: .48rem 0 .3rem 0;
  font-size: .4rem;
  letter-spacing: 15px;
  animation: slide-in-blurred-left 1s both;
}
.page-index.mobile .video-wrap .mark-wrap .info-wrap .slogan {
  font-size: .3rem;
  letter-spacing: 10px;
  animation: slide-in-blurred-left 1.4s both;
}
.page-index.mobile .download-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.page-index.mobile .download-wrap .btn {
  margin: 0 auto;
  width: 2.8rem;
  height: .9rem;
  line-height: .9rem;
  border-radius: 20px;
  
  font-size: .3rem;
  animation: slide-in-bottom 1.8s both;
  text-align: center;
}
.page-index.mobile .download-wrap .btn.android {
  margin-right: .32rem;
  animation: slide-in-bottom 1.7s both;
  background: rgba(226, 58 , 47, 0.6);
}
.page-index.mobile .download-wrap .btn.ios {
  animation: slide-in-bottom 1.8s both;
  background: rgba(255, 255, 255, 0.4);
}
.page-index.mobile .tutorial-go {
  color: #b2d1dc;
  margin: .5rem 0;
}
.page-index.mobile .group-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-index.mobile .group-wrap .img-tg {
  width: .7rem;
  margin-right: .35rem;
}
.page-index.mobile .group-wrap a {
  color: #ffff00;
  font-size: .24rem;
  text-decoration: underline;
}
.page-index.mobile .email {
  margin-top: .2rem;
}
.page-index.mobile .warn {
  position: absolute;
  bottom: .3rem;
  left: 0;
  right: 0;
  font-size: .24rem;
  text-align: center;
  opacity: .3;
}
.page-index.mobile .tutorial-wrap {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: .3rem;
  font-size: .28rem;
  overflow-y: auto;
}
.page-index.mobile .tutorial-wrap .color-red {
  color: #ffae00;
}
.page-index.mobile .tutorial-wrap .tips {
  font-size: .3rem;
  margin-bottom: .6rem;
  line-height: 1.8;
}
.page-index.mobile .tutorial-wrap .title {
  font-size: .4rem;
  border-bottom: 2px solid #FFF;
  padding-bottom: .2rem;
  font-weight: bold;
}
.page-index.mobile .tutorial-wrap .title .btn-back {
  width: 40px;
}
.page-index.mobile .tutorial-wrap .q1 {
  margin: .4rem 0;
  font-size: .35rem;
}
.page-index.mobile .tutorial-wrap .q2 {
  margin: .6rem 0 .2rem 0;
  font-size: .35rem;
}
.page-index.mobile .tutorial-wrap .step .text {
  font-size: .3rem;
  margin-bottom: .2rem;
}
.page-index.mobile .tutorial-wrap .step img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: .3rem;
}
.page-index.mobile .tutorial-wrap.animate {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.page-feedback {
  background: #00001A;
  color: #a0a0c5;
  font-size: 14px;
}
.page-feedback .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-feedback .item {
  padding: .4rem;
  background: #131737;
  margin-bottom: 5px;
}
.page-feedback .no {
  color: #FF5037;
}
.page-feedback .yes {
  color: #FFAE42;
}
.page-feedback .category {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-feedback .info .label {
  color: #7b7b8e;
}
.page-feedback .desc {
  margin-top: 5px;
  color: #7b7b8e;
  font-size: 12px;
  line-height: 1.8;
}
.page-feedback .detail {
  padding: 20px;
  background: #131737;
}
.page-feedback .detail-img {
  width: 200px;
}
.page-feedback .reply {
  padding: 20px;
  padding-top: 0;
  background: #131737;
}
.page-feedback fieldset {
  border: 1px dashed #2c315d;
  padding: 10px;
}
.page-feedback legend {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #eee;
}
.page-feedback .reply-date {
  margin-bottom: 10px;
  font-weight: bold;
  color: #7b7b8e;
}


#首页迁移进来
#cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 18888;
  background-color: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%
}

#guide {
  display: none;
  position: fixed;
  right: 18px;
  top: 5px;
  z-index: 19999;
}

#guide img {
  width: 260px;
  height: 180px;
}
