@charset "UTF-8";
/* rem */
/* reset */
/**********************************全局*************************************/
* {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

li {
  list-style-type: none; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 0.6222222222rem;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; }

.xp_page_nav {
  width: 100%;
  height: 100%;
  background: url("/static/china120/image/download.jpg") no-repeat top center;
  background-size: cover; }

nav {
  width: 100%;
  height: 1.4222222222rem;
  background: #fff;
  position: relative; }
  nav #logo {
    width: 6.3333333333rem;
    height: 0.9555555556rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 7.3777777778rem; }
  nav #right_p {
    line-height: 1.4222222222rem;
    font-size: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 9.3333333333rem;
    letter-spacing: 0.0444444444rem; }
    nav #right_p span {
      margin-left: 0.8888888889rem; }

.text_nav {
  width: 8.6666666667rem;
  height: 7.1111111111rem;
  padding-bottom: 2.2222222222rem;
  position: absolute;
  /*top: rem(310);
  left: rem(460);*/
  margin: auto;
  top: 28%;
  left: 10.2222222222rem; }
  .text_nav .img_nav {
    margin-bottom: 0.6666666667rem; }
    .text_nav .img_nav img {
      width: 284px; }
  .text_nav .text_desc {
    font-size: 26px;
    color: #777777;
    margin-top: 2rem; }
  .text_nav .text_p {
    font-size: 14px;
    color: rgb(55,55,55);
    margin-bottom: 1.9555555556rem; }
  .text_nav .loaddown_nav {
    width: 452px;
    height: 148px;
    color: #fff;
    line-height: 65px;
    font-size: 14px;
    letter-spacing: 0.0666666667rem;
    position: relative;
    text-indent: 90px; }
    .text_nav .loaddown_nav #erweima {
      width: 148px;
      height: 148px;
      position: absolute;
      left: 0;
      top: 0; }
    .text_nav .loaddown_nav a {
      color: #fff; }
    .text_nav .loaddown_nav .loaddown_div {
      width: 275px;
      height: 65px;
      position: absolute; }
    .text_nav .loaddown_nav #ios_loaddown {
      background: url("/static/china120/image/appledownload.png") no-repeat center;
      background-size: 100% 100%;
      top: 0;
      right: 0; }
    .text_nav .loaddown_nav #android_loaddown {
      background: url("/static/china120/image/Androiddownload.png") no-repeat center;
      background-size: 100% 100%;
      bottom: 0;
      right: 0; }

footer {
  width: 100%;
  height: 1.3333333333rem;
  line-height: 1.3333333333rem;
  background: #fff;
  text-align: center;
  font-size: 10px;
  position: fixed !important;
  bottom: 0; }
  footer img {
    width: 14px;
    position: relative;
    top: 2px;
    margin-left: 0.0444444444rem;
    margin-right: 0.1111111111rem; }

