/* line 1, sass/public.scss */
.hidden {
  display: none;
}

/* line 4, sass/public.scss */
.nohidden, .windows .one, .nav i, .xab li {
  display: block;
}

/* line 10, sass/public.scss */
.login, .back, .windows .yes, .footer img, .nav span, .fenye li {
  float: left;
}

/* line 14, sass/public.scss */
.down, .windows .no, .license, .downs {
  float: right;
}

/* line 18, sass/public.scss */
.fenye {
  position: relative;
}

/* line 21, sass/public.scss */
.xab {
  position: absolute;
}

/* line 29, sass/public.scss */
.clearfix, .w_btn, .footer, .nav {
  zoom: 1;
}

/* line 31, sass/public.scss */
.clearfix:after, .w_btn:after, .footer:after, .nav:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

/* line 33, sass/public.scss */
.windows .w_txt, .windows .tit_text, .windows .w_txts, .windows span, .nav span, .xifenye, .xab li, .tops, .downs {
  text-align: center;
}

/* line 37, sass/public.scss */
.login, .back, .nav {
  overflow: hidden;
}

/* line 46, sass/public.scss */
.contit {
  line-height: 999px;
  overflow: hidden;
}

/* line 90, sass/public.scss */
.windows span {
  color: #fff;
}

/* line 96, sass/public.scss */
.windows .one, .contit, .fenye, .xab {
  margin: 0 auto;
}

/* line 111, sass/public.scss */
.license p {
  font-size: 1.2rem;
}

/* line 113, sass/public.scss */
.login, .back {
  font-size: 1.4rem;
}

/* line 114, sass/public.scss */
.nav i {
  font-size: 1.5rem;
}

/* line 115, sass/public.scss */
.windows {
  font-size: 1.6rem;
}

/* line 123, sass/public.scss */
#backpng, .backpng {
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#b2000000', EndColorStr='#b2000000');
}

/* line 138, sass/public.scss */
.wcon, .windows, .nav span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2, sass/common.scss */
html {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-text-size-adjust: none;
}

/* line 3, sass/common.scss */
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

/* line 4, sass/common.scss */
html, body, button, input, select, textarea {
  font: 62.5%/1.5 \5FAE\8F6F\96C5\9ED1,arial,sans-serif;
}

/* line 5, sass/common.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 6, sass/common.scss */
cite, em, var, i {
  font-style: normal;
}

/* line 7, sass/common.scss */
code {
  font-family: courier new,courier,monospace;
}

/* line 8, sass/common.scss */
form {
  display: inline;
}

/* line 9, sass/common.scss */
small {
  font-size: 12px;
}

/* line 10, sass/common.scss */
ul, ol, li {
  list-style: none;
}

/* line 11, sass/common.scss */
a {
  text-decoration: none;
  color: #333;
}

/* line 12, sass/common.scss */
img {
  vertical-align: top;
  border: none 0;
  -ms-interpolation-mode: bicubic;
}

/* line 13, sass/common.scss */
button, input, select, textarea {
  font-size: 100%;
}

/* line 14, sass/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, sass/common.scss */
input, button, select, textarea {
  outline: none;
}

/* line 16, sass/common.scss */
textarea {
  resize: none;
}

/* line 17, sass/common.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 18, sass/common.scss */
html, body {
  min-width: 320px;
}

/* line 35, sass/common.scss */
html {
  background: url(../../../images/qiuqiu/team/loginbg.jpg) no-repeat #151426;
  background-size: 100% auto;
  width: 100%;
}

/* line 41, sass/common.scss */
.top {
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  background: url(../../../images/qiuqiu/team/top_logo.png) no-repeat #151426 center;
  background-size: 8.16rem 2.88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 44;
  -webkit-transform: translateY(-4.2rem);
  transform: translateY(-4.2rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 55, sass/common.scss */
.top.cur {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 62, sass/common.scss */
.login, .back {
  color: #adcaff;
  margin-left: 8px;
  width: 33%;
  height: 50px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

/* line 76, sass/common.scss */
#loginout {
  text-decoration: underline;
}

/* line 80, sass/common.scss */
.down {
  width: 6.2rem;
  height: 2.5rem;
  line-height: 2.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #003460;
  background: url(../../../images/qiuqiu/team/down.png) no-repeat #adcaff 4rem center;
  background-size: 11px 12px;
  margin: 0.9rem 10px 0 0;
  text-indent: 0.9rem;
}

/* line 95, sass/common.scss */
.back i {
  font-family: \5B8B\4F53;
  margin-right: 0.05rem;
}

/* line 101, sass/common.scss */
.wcon, .windows {
  width: 100%;
  padding: 0 1rem;
}

/* line 107, sass/common.scss */
#backpng, .backpng {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}

/* line 116, sass/common.scss */
.windows {
  background: #ecf3f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 41;
  width: 90%;
  margin: -9.25rem 0 0 -45%;
}
/* line 126, sass/common.scss */
.windows .w_txt, .windows .tit_text {
  padding: 3.5rem 0;
  line-height: 1.5;
  color: #454e59;
}
/* line 133, sass/common.scss */
.windows .w_txts {
  padding-top: 1.5rem;
  line-height: 1.5;
  color: #454e59;
}
/* line 140, sass/common.scss */
.windows span {
  width: 9.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  background: #6586c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 154, sass/common.scss */
.windows .no {
  background: #ba513f;
}

/* line 169, sass/common.scss */
.w_btn {
  margin: 2rem auto;
  width: 90%;
}

/* line 178, sass/common.scss */
.footer {
  margin-bottom: 1.2rem;
}
/* line 181, sass/common.scss */
.footer img {
  width: 8.155rem;
  height: 2.59rem;
  margin: 2.7rem 0 0 1.2rem;
}

/* line 189, sass/common.scss */
.mb48 {
  margin-bottom: 4.8rem;
}

/* line 195, sass/common.scss */
.license {
  margin: 1.6rem 1.2rem 0 0;
}
/* line 198, sass/common.scss */
.license p {
  color: #676d71;
}

/* line 204, sass/common.scss */
.nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.7rem;
  background: url(../../../images/qiuqiu/team/nav.jpg) no-repeat;
  background-size: 100% 4.7rem;
  z-index: 32;
  -webkit-transform: translateY(4.7rem);
  transform: translateY(4.7rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 219, sass/common.scss */
.nav.cur {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 225, sass/common.scss */
.nav span {
  width: 25%;
  height: 4.7rem;
  font-size: 0.9rem;
  color: #003460;
  border-right: 1px solid #6d8cc4;
  padding-top: 0.7rem;
}
/* line 235, sass/common.scss */
.nav span.cur {
  background: url(../../../images/qiuqiu/team/navh.png) no-repeat;
  background-size: 100% 4.7rem;
  color: #fff;
}

/* line 250, sass/common.scss */
.mb5rem {
  margin-bottom: 5rem;
}

/* line 251, sass/common.scss */
.contit {
  background: url(../../../images/qiuqiu/team/title.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 3.6rem;
}

/* line 262, sass/common.scss */
.wrap {
  width: 100%;
  background: #333f64;
}

/* line 267, sass/common.scss */
.fenye {
  height: 3.4rem;
  line-height: 3.4rem;
  width: 70%;
}

/* line 278, sass/common.scss */
.xifenye {
  width: 42%;
  font-size: 16px;
  color: #a1d0ff;
  background: #333f64;
}
/* line 284, sass/common.scss */
.xifenye a {
  color: #a1d0ff;
}

/* line 290, sass/common.scss */
.xab {
  bottom: 40px;
  left: 57px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 55%;
  background: #333f64;
}
/* line 300, sass/common.scss */
.xab li {
  float: none;
  width: 100%;
}

/* line 308, sass/common.scss */
.tops, .downs {
  font-size: 18px;
  color: #a1d0ff;
  width: 28%;
}

@media screen and (max-width: 320px) {
  /* line 321, sass/common.scss */
  .wcon, .windows {
    padding: 0 0.5rem;
  }

  /* line 325, sass/common.scss */
  .footer img {
    margin-left: 1rem;
  }

  /* line 333, sass/common.scss */
  .license {
    margin-right: 1rem;
  }

  /* line 337, sass/common.scss */
  .down {
    text-indent: 0.4rem;
  }
}
@media all and (orientation: landscape) {
  /* line 347, sass/common.scss */
  .top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../../../images/qiuqiu/team/top_logo.png) no-repeat #151426 center;
    background-size: 6.52rem 2.3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 44;
  }

  /* line 360, sass/common.scss */
  .xab {
    left: 100px;
  }

  /* line 364, sass/common.scss */
  .login {
    font-size: 14px;
  }

  /* line 368, sass/common.scss */
  .fenye {
    height: 43px;
    line-height: 43px;
  }

  /* line 373, sass/common.scss */
  .down {
    width: 83px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    text-indent: 20px;
    background-position: 54px 9px;
  }

  /* line 384, sass/common.scss */
  .nav {
    height: 47.5px;
  }

  /* line 388, sass/common.scss */
  .nav span {
    height: 47.5px;
    font-size: 14px;
    padding-top: 2px;
  }

  /* line 394, sass/common.scss */
  .nav i {
    font-size: 15px;
  }

  /* line 398, sass/common.scss */
  .footer {
    width: 410px;
    margin: 0 auto 80px;
  }

  /* line 404, sass/common.scss */
  .license p {
    font-size: 12px;
  }

  /* line 408, sass/common.scss */
  .footer img {
    width: 119px;
    height: auto;
    margin-left: 26px;
    margin-top: 2rem;
  }

  /* line 415, sass/common.scss */
  .windows {
    width: 50%;
    margin: -7rem 0 0 -25%;
    font-size: 15px;
  }

  /* line 421, sass/common.scss */
  .windows span {
    width: 115px;
    height: 39px;
    line-height: 39px;
  }

  /* line 428, sass/common.scss */
  .back {
    font-size: 15px;
  }

  /* line 432, sass/common.scss */
  .contit {
    background-size: 375px 34px;
    width: 375px;
    height: 40px;
    margin: 0 auto;
    line-height: 999px;
    overflow: hidden;
  }
}
