body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: gray;
}

@font-face {
  font-family: "Yantramanav";
  src: url(/f/frodo/6e723b301e8f3cfb84a560385a5710c2f9d693d0/pics/landing/fonts/Yantramanav.eot);
  src: local("Yantramanav Light"), local("Yantramanav-Light"),
    url(/f/frodo/6e723b301e8f3cfb84a560385a5710c2f9d693d0/pics/landing/fonts/Yantramanav.eot)
      format("embedded-opentype"),
    url(/f/frodo/3905999ac7cbbaea21d3bab6b1b9f247bae566eb/pics/landing/fonts/Yantramanav.ttf)
      format("truetype"),
    url(/f/frodo/1e946a30d020354e007c3e430dece2ec2fb65dc2/pics/landing/fonts/Yantramanav.svg)
      format("svg"),
    url(/f/frodo/861bdb9ee183412e78ea5a4619a18f15b7608c76/pics/landing/fonts/Yantramanav.woff)
      format("woff"),
    url(/f/frodo/7eeb5cb4344606d988c5b7967f9b5a53d90401aa/pics/landing/fonts/Yantramanav.woff2)
      format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "frodo";
  src: url(/f/frodo/f6cd5b83ed2046fd90dfbfe54a0869a45bf6d20d/pics/fonts/frodo.v1.eot);
  src: url(/f/frodo/f6cd5b83ed2046fd90dfbfe54a0869a45bf6d20d/pics/fonts/frodo.v1.eot)
      format("embedded-opentype"),
    url(/f/frodo/77f66660150b4f175ace411792e7af676d28c655/pics/fonts/frodo.v1.woff)
      format("woff"),
    url(/f/frodo/e63a878e635f9c3f56a20eeb91818742ad45054f/pics/fonts/frodo.v1.ttf)
      format("truetype"),
    url(/f/frodo/a0aaf7a087149e7250146621ccd07ee67319ffd9/pics/fonts/frodo.v1.svg)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "frodo";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-doubanlogo:before {
  content: "\e007";
}

.icon-search:before {
  content: "\e006";
}

.icon-renren:before {
  content: "\e005";
}

.icon-qq:before {
  content: "\e004";
}

.icon-douban:before {
  content: "\e003";
}

.icon-weibo:before {
  content: "\e002";
}

.icon-apple:before {
  content: "\e001";
}

.icon-android:before {
  content: "\e000";
}

html {
  font-size: 62.5%;
}

html,
body,
ul,
li,
h1,
h2 {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, sans-serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.banner {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  bottom: 0;
}

.banner + #wrap {
  top: 61px;
}

.banner + #ghb-wrap {
  top: 61px;
}

.banner + #wrap1 {
  top: 61px;
}

#wrap {
  height: 100%;
  width: 100%;
}

#ghb-wrap {
  height: 100%;
  width: 100%;
}

#wrap1 {
  height: 100%;
  width: 100%;
}

#wrap .first {
  /* background: url("../img/m1_tab.png") center no-repeat; */
  background: url("../img/m1.webp") center no-repeat;
  background-size: contain;
  width: 100%;
  /* background-color: #CA262E; */
}

#wrap .second {
  /* background: url("../img/m2_tab.png") center no-repeat; */
  background: url("../img/m2.png") center no-repeat;
  background-size: contain;
  background-color: #CA262E;
}

#wrap .third {
  /* background: url("../img/m3_tab.png") center no-repeat; */
  background: url("../img/m3.jpg") center no-repeat;
  background-size: contain;
  background-color: #CA262E;
}

#wrap .fourth {
  /* background: url("../img/m4_tab.png") center no-repeat; */
  background: url("../img/m4.webp") center no-repeat;
  background-size: contain;
}

#ghb-wrap .ghb-first {
  background: url("../img/m1_tab.png") center no-repeat;
  /* background: url("../img/m1.jpg") center no-repeat; */
  background-size: contain;
  width: 100%;
  background-color: #CA262E;
}

#ghb-wrap .ghb-second {
  background: url("../img/m2_tab.png") center no-repeat;
  /* background: url("../img/m2.png") center no-repeat; */
  background-size: contain;
  background-color: #CA262E;
}

#ghb-wrap .ghb-third {
  background: url("../img/m3_tab.png") center no-repeat;
  /* background: url("../img/m3.jpg") center no-repeat; */
  background-size: contain;
  background-color: #CA262E;
}

#ghb-wrap .ghb-fourth {
  background: url("../img/m4_tab1.png") center no-repeat;
  /* background: url("../img/m4.jpg") center no-repeat; */
  background-size: cover;
}

.app-logo .logo {
  padding: 0 1.2rem;
  margin: 0 auto;
  position: relative;
}

.app-logo .logo img.fg {
  width: 100%;
  vertical-align: top;
}

.app-logo .logo img.bg {
  width: 200%;
  position: absolute;
  left: -49%;
  top: -63%;
  z-index: -1;
}

.app-intro {
  text-align: center;
  margin-top: 0.06rem;
}

.app-intro .h1 {
  color: #494949;
  font-size: 0.54rem;
  line-height: 0.8rem;
  font-weight: normal;
}

.app-intro .h1 span {
  color: #888;
  font-family: "Yantramanav", sans-serif !important;
  padding-left: 0.5rem;
  font-weight: 300;
  font-size: 0.2rem;
}

.app-intro .h2 {
  color: #9b9b9b;
  font-size: 0.32rem;
  line-height: 1.5;
  font-weight: 400;
}

.download {
  margin: 0.4rem 0 0.7rem;
}

.download-button {
  height: 0.5rem;
  width: 2.2rem;
  line-height: 0.5rem;
  display: block;
  border-radius: 0.1rem;
  background: #ff5a5f;
  background: -webkit-linear-gradient(-180deg, #fe6368 0%, #e35256 100%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-180deg, #fe6368 0%, #e35256 100%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-180deg, #fe6368 0%, #e35256 100%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(-180deg, #fe6368 0%, #e35256 100%);
  /* 标准的语法 */
  color: #fff;
  padding: 0.1rem;
  font-size: 0.32rem;
  font-family: "PingFangSC-Regular";
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
}

.downloadBox {
  display: flex;
}

.downloadBox > div {
  flex: 1;
}

.download-wrap {
  /* height: 2.95rem */
}

.app-screenshot {
  margin: 0 auto;
}

.app-screenshot .android img {
  margin: 0.4rem 0 0 0.08rem;
}

.app-screenshot .iphone img {
  width: 89%;
  margin: 0.42rem 0 0 0.1rem;
}

section {
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

section:nth-child(even) {
  background: #fff;
}

section img.bg {
  width: 100%;
}

section .tit {
  padding: 0.7rem 0 0.2rem;
  color: #111;
  font-size: 0.45rem;
  line-height: 1.5;
  font-weight: normal;
}

section .con {
  width: 80%;
  margin: 0 auto;
  color: #9b9b9b;
  font-size: 0.26rem;
  line-height: 1.5;
}

section:last-child .tit {
  padding-top: 0.6rem;
}

section:last-child img.bg {
  vertical-align: top;
}

.active .tit {
  -webkit-animation: fadeInDown 1s linear both;
  -moz-animation: fadeInDown 1s linear both;
  animation: fadeInDown 1s linear both;
}

.active .con {
  -webkit-animation: fadeInDown 1s linear both;
  -moz-animation: fadeInDown 1s linear both;
  animation: fadeInDown 1s linear both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.footer {
  padding-top: 0.4rem;
  position: relative;
  text-align: center;
  background: #f1faf1;
}

.rights {
  font-size: 0.2rem;
  color: #999;
  width: 100%;
  text-align: center;
  line-height: 0.38rem;
  /* margin-top: .4rem */
}

.next {
  width: 0.4rem;
  position: fixed;
  line-height: 0;
  bottom: 0.3rem;
  left: 50%;
  margin-left: -0.3rem;
  opacity: 1;
  z-index: 10;
  -webkit-animation: arrow 1.5s ease-out infinite;
  -moz-animation: arrow 1.5s ease-out infinite;
  -o-animation: arrow 1.5s ease-out infinite;
  animation: arrow 1.5s ease-out infinite;
}

.next img {
  width: 100%;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, -0.1rem);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, -0.05rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
}

@-moz-keyframes arrow {
  0% {
    -webkit-transform: translate(0, -0.1rem);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, -0.05rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate(0, -0.1rem);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, -0.05rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
}

.wechat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.wechat-dialog {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.wechat-dialog > p {
  margin: 0;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.32rem;
}

.wechat-highlight {
  color: #ffaa3c;
}

.wechat-hand {
  position: absolute;
  right: 12px;
  width: 0.43rem;
  top: 50%;
  transform: translateY(-50%);
}

.wechat-hand > img {
  width: 100%;
}

.wechat-arrow {
  position: absolute;
  top: 30px;
  right: -10px;
  width: 150px;
  height: 60px;
  border: 2px dashed transparent;
  border-radius: 50%;
  border-bottom-color: #000;
  -webkit-transform: rotate(-60deg);
}

.wechat-arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  bottom: -2px;
  right: 2px;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(-70deg);
}

.wechat-overlay {
  display: none;
}

.app-related-info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 12px;
}

.app-related-info li {
  display: inline-block;
  color: #999;
}

.app-related-info li + li:before {
  content: "/";
  margin: 0 4px 0 2px;
}

.app-related-info a {
  text-decoration: none;
  color: #999;
}

.app-related-info a:hover {
  color: #666;
}

.app-related-info {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}

a.copyRight_new {
  font-size: 0.2rem;
}

a.copyRight_new:link {
  color: #999;
}

a.copyRight_new:visited {
  color: #999;
}

a.copyRight_new:hover {
  color: black;
  text-decoration: underline;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 312.5%;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 351.5625%;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 366.211%;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 390.625%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 404.2969%;
  }
}

@media screen and (min-width: 440px) {
  html {
    font-size: 429.6875%;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 468.75%;
  }
}

@media screen and (min-width: 520px) {
  html {
    font-size: 507.8125%;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 527.34375%;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 546.875%;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 585.9375%;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 625%;
  }
}

@media screen and (min-width: 680px) {
  html {
    font-size: 664.0625%;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 703.125%;
  }
}

@media screen and (min-width: 760px) {
  html {
    font-size: 742.1875%;
  }
}

@media screen and (min-width: 800px) {
  html {
    font-size: 781.25%;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 937.5%;
  }
}

#tabBox {
  /* height: 400px; */
  width: 100%;
  /* border: 1px solid #ccc; */
  padding: 10px;
}
ul{
  height: 30px;
  /* width: 600px; */
  padding: 0;
  margin: 0;
}
li{
  display: block;
  text-align: center;
  width: 47%;
  float: left;
  list-style: none;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-size: 0.5rem;
}
.choice{
  background: #409EFF;
  color: #fff;
}
.tab-item{
  display: none;
}
.tab-item1{
  display: none;
}
.show{
  display: block;
}