/* line 2, mobile.scss */
.main {
  background: none;
  height: auto; }
  /* line 5, mobile.scss */
  .main .jxdiv {
    width: auto; }
  /* line 8, mobile.scss */
  .main .logo {
    display: none; }
  /* line 11, mobile.scss */
  .main .jxcon {
    margin: 0 auto;
    float: none;
    display: block;
    width: 100%; }
    /* line 16, mobile.scss */
    .main .jxcon .xq p {
      width: 19em;
      margin: 0 auto; }
    /* line 20, mobile.scss */
    .main .jxcon .down a {
      margin: 0 auto; }

/* line 25, mobile.scss */
.zthead p {
  display: none; }

/* line 28, mobile.scss */
body {
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #99ffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(bottom top, #99ffff, #ffffff);
  background-image: -moz-linear-gradient(bottom top, #99ffff, #ffffff);
  background-image: -o-linear-gradient(bottom top, #99ffff, #ffffff);
  background-image: linear-gradient(bottom top, #99ffff, #ffffff); }

/* line 31, mobile.scss */
#footer {
  display: none; }

/* line 35, mobile.scss */
.jxcon h4 {
  text-align: center; }
  /* line 37, mobile.scss */
  .jxcon h4 span {
    display: none; }

/* line 42, mobile.scss */
.descrip {
  width: 23em;
  margin: 0 auto; }
