@charset "UTF-8";
/**
 * Created by liangyl on 2016/9/21 0021.
 */
/**
 * Created by liangyl on 2016/9/21 0021.
 */
/***************

/**
 * @param $min   min-width
 * @param $max   max-width

@mixin screen($min, $max)
@mixin max-screen($width)
@mixin min-screen($width)
@mixin hidpi($ratio: 1.3)
 */
/**
 * @param $filename
 * @param $retina-filename   多个或者一个
 * @param $ratio             多个或者一个
 * @param $background-size

@mixin retina-image($filename, $retina-filename, $ratio: 1.3, $background-size: 100%)
@mixin iphone6($orientation: all)
@mixin iphone6plus($orientation: all)
@mixin iphone5($orientation: all)
@mixin iphone4($orientation: all)
@mixin ipad($orientation: all)
@mixin ipad-mini($orientation: all)
@mixin ipad-retina($orientation: all)

@include retina-image(test.png, test@2.png test@3.png, 2 3);

****************/
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/8/22 0022.
 */
/**
 * Created by liangyl on 2016/9/13 0013.
 */
/**
 * Created by liangyl on 2016/9/21 0021.
 * form  https://raw.githubusercontent.com/huanz/mixins/master/src/_onepx.scss
 * @param $color
 * @param $direction: top bottom left right vertical all(默认)
 */
/**
 * Created by liangyl on 2016/9/21 0021.
 */
/****************

// scss
@include placeholder() {
    ...
}

// css
::-webkit-input-placeholder {
    ...
}
::-moz-placeholder {
    ...
}
:-ms-input-placeholder {
    ...
}
**********************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.6;
  font-family: "Microsoft YaHei", sans-serif; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }

a img {
  border: 0; }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }

li {
  list-style: none; }

.none {
  display: none !important; }

.modal-overlay,
.popup-overlay,
.preloader-indicator-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
  visibility: hidden;
  opacity: 0;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }
  .modal-overlay.modal-overlay-visible,
  .popup-overlay.modal-overlay-visible,
  .preloader-indicator-overlay.modal-overlay-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms; }
  .modal-overlay.deep-bg,
  .popup-overlay.deep-bg,
  .preloader-indicator-overlay.deep-bg {
    background: rgba(0, 0, 0, 0.5); }

.modal {
  width: 5.4rem;
  position: absolute;
  z-index: 11001;
  left: 50%;
  top: 50%;
  margin-left: -2.7rem;
  margin-top: 0;
  text-align: center;
  border-radius: 0.14rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  -ms-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }
  .modal.modal-in {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .modal.modal-out {
    opacity: 0;
    z-index: 10999;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

.toast {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.2rem;
  color: white;
  padding: 0.1rem 0.18rem;
  /*height: 2rem;*/
  font-size: 0.28rem;
  width: auto;
  max-width: 80%; }
  .toast.top {
    top: 10%; }
  .toast.bottom {
    top: auto;
    bottom: 10%; }
  .toast a {
    color: #20ecb5; }

.page-wrap .modal-show {
  opacity: 1;
  z-index: 11002;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box; }

.modal-inner {
  padding: 0.3rem;
  border-radius: 0.14rem 0.14rem 0 0;
  background: #fff;
  position: relative; }
  .modal-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  .modal-inner.no-after-border:after {
    display: none; }
  .modal-inner .brand-phone-box {
    display: -webkit-box;
    -webkit-box-align: center;
    margin: 30px 0;
    padding: 14px 0;
    background: #ffffff; }
    .modal-inner .brand-phone-box .modal-text-input {
      -webkit-box-flex: 1;
      padding: 0;
      font-size: 0.32rem; }
    .modal-inner .brand-phone-box .brand-phone-icon {
      display: block;
      font-size: 18px;
      color: #d4d4d4; }

.modal-title {
  font-weight: 500;
  font-size: 0.34rem;
  text-align: center;
  color: #000; }
  .modal-title + .modal-text {
    margin-top: 0.1rem; }

.modal-text {
  font-size: 0.3rem;
  color: #141414; }

input.modal-text-input {
  box-sizing: border-box;
  height: 0.52rem;
  background: #fff;
  margin: 0.3rem 0 0 0;
  padding: 0 0.1rem;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 0.28rem;
  font-family: inherit;
  display: block;
  box-shadow: 0 0 0 transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.modal-buttons {
  height: 0.88rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: #0894ec; }
  .modal-buttons.modal-buttons-vertical {
    display: block;
    height: auto; }

.modal-button {
  width: 100%;
  padding: 0 5px;
  height: 0.88rem;
  font-size: 0.32rem;
  line-height: 0.88rem;
  text-align: center;
  color: #141414;
  background: #e5e9ed;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #b5b5b5;
  -webkit-box-flex: 1; }
  .modal-button:first-child {
    border-radius: 0 0 0 0.14rem;
    background: #e5e9ed;
    color: #838a8e; }
  .modal-button:last-child {
    border-right: none;
    border-radius: 0 0 0.14rem 0;
    background: #28A7E1;
    color: #fff; }
  .modal-button:first-child:last-child {
    border-radius: 0 0 0.14rem 0.14rem; }
  .modal-button.modal-button-bold {
    font-weight: 500; }
  .modal-button:active {
    background: #d4d4d4;
    filter: alpha(opacity=90);
    opacity: 0.9; }

.modal-no-buttons .modal-inner {
  border-radius: 0.14rem;
  border-bottom: none;
  background-color: #fff; }
.modal-no-buttons .modal-buttons {
  display: none; }

.modal-buttons-vertical .modal-button {
  border-radius: 0; }
  .modal-buttons-vertical .modal-button:last-child {
    border-radius: 0 0 0.14rem 0.14rem; }

.modal .preloader {
  width: 0.68rem;
  height: 0.68rem; }

.preloader-indicator-overlay {
  visibility: visible;
  opacity: 1; }

/* Loading 的样式  */
.preloader-indicator-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0.2rem;
  margin-left: -0.54rem;
  margin-top: -1rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11000;
  border-radius: 0.12rem; }
  .preloader-indicator-modal .preloader {
    display: block;
    width: 0.68rem;
    height: 0.68rem; }

/* === Preloader === */
.preloader {
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s step-end infinite;
  animation: preloader-spin 1s step-end infinite; }

.preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='%23fff' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='%23l' opacity='.27'/><use xlink:href='%23l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='%23l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='%23l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='%23l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='%23l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='%23l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='%23l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>"); }

@-webkit-keyframes preloader-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  8.33333333% {
    -webkit-transform: rotate(30deg); }
  16.66666667% {
    -webkit-transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  33.33333333% {
    -webkit-transform: rotate(120deg); }
  41.66666667% {
    -webkit-transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  58.33333333% {
    -webkit-transform: rotate(210deg); }
  66.66666667% {
    -webkit-transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  83.33333333% {
    -webkit-transform: rotate(300deg); }
  91.66666667% {
    -webkit-transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes preloader-spin {
  0% {
    transform: rotate(0deg); }
  8.33333333% {
    transform: rotate(30deg); }
  16.66666667% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  33.33333333% {
    transform: rotate(120deg); }
  41.66666667% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  58.33333333% {
    transform: rotate(210deg); }
  66.66666667% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  83.33333333% {
    transform: rotate(300deg); }
  91.66666667% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }
.infinite-scroll-preloader {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

/* 操作成功的浮层 */
.succeed-tips-modal {
  width: 168px;
  margin-left: -84px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: 0;
  padding-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }
  .succeed-tips-modal.modal-in {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .succeed-tips-modal.modal-out {
    opacity: 0;
    z-index: 10999;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .succeed-tips-modal .succeed-tips-icon,
  .succeed-tips-modal .failure-tips-icon {
    width: 60px;
    height: 60px;
    margin: 24px auto 24px auto; }
  .succeed-tips-modal .succeed-tips-icon {
    background: url(../images/mobile_web/succeed-icon.png);
    background-size: 100% 100%; }
  .succeed-tips-modal .failure-tips-icon {
    background: url(../images/mobile_web/failed-tips-icon.png);
    background-size: 100% 100%; }
  .succeed-tips-modal .succeed-tips-text {
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    padding: 0 7px;
    display: inline-block;
    white-space: normal;
    word-break: break-all; }
  .succeed-tips-modal.small-tips-modal {
    width: 90%;
    bottom: 10%;
    top: auto;
    padding-bottom: 0;
    border-radius: 3px; }
    .succeed-tips-modal.small-tips-modal .failure-tips-icon {
      display: none; }

html.ios-gt-8 .modal-title {
  font-weight: 600; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /* 在X5新内核Blink中，在排版页面的时候，会主动对字体进行放大，会检测页面中的主字体，当某一块字体在我们的判定规则中，认为字号较小，并且是页面中的主要字体，就会采取主动放大的操作。然而这不是我们想要的，可以采取给最大高度解决 */
  max-height: 100000px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

em,
strong {
  font-style: normal; }

ul,
ol,
li {
  list-style: none; }

body {
  font-family: PingFang-Medium, PingFangSC-Regular, Helvetica, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f2f2f2;
  font-size: 0.24rem; }

a {
  text-decoration: none; }

.img-responsive {
  width: 100%; }

[class^="nin-iconfont"] {
  font-size: 0.5rem; }
  [class^="nin-iconfont"].active-state {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.nav-white .nin-iconfont {
  color: #272727; }

@font-face {
  font-family: DINCondensedBold;
  src: url(../../../cdn/common/main/css/fonts/dincondensedbold.ttf), url(../../../cdn/common/main/css/fonts/dincondensedbold.eot);
  src: url(../../../cdn/common/main/css/fonts/dincondensedbold.woff2) format("woff2"), url(../../../cdn/common/main/css/fonts/dincondensedbold.eot?#iefix) format("embedded-opentype"); }
.fonts-num {
  font-family: DINCondensedBold;
  color: #fff; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff; }

ul, ul > li {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, p, dl, dt, dd {
  margin: 0; }

img {
  width: 100%;
  border: 0; }

input, img {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #666666; }

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

/* Page 的样式  */
.page-wrap {
  width: 100%;
  margin: 0 auto;
  font-family: PingFang-Medium, PingFangSC-Regular, Helvetica, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 10rem; }

.page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

.page-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }

.loadding-box {
  width: 100%;
  display: -webkit-box;
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  padding: pxToRem(20 0); }

.infinite-scroll {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

/* === Images Lazy Loading === */
.lazy-loaded.lazy-fadeIn {
  -webkit-animation: lazyFadeIn 600ms;
  animation: lazyFadeIn 600ms; }

@-webkit-keyframes lazyFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes lazyFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.pt88 {
  padding-top: 0.88rem; }

.pb88 {
  padding-bottom: 0.88rem; }

.nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.88rem;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  box-sizing: border-box;
  margin: 0;
  z-index: 11003;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #272727; }
  .nav-bar.nav-white {
    background-color: #fff; }
    .nav-bar.nav-white .nav-title {
      color: #272727; }
  .nav-bar.nav-logo-left {
    border-bottom: none; }
    .nav-bar.nav-logo-left .nav-logo-title {
      justify-content: flex-start;
      width: 100%;
      padding-left: 0.3rem;
      display: flex;
      align-items: center; }
      .nav-bar.nav-logo-left .nav-logo-title a {
        display: inline-block;
        width: 1.3rem;
        height: 0.64rem;
        background: url(../images/mobile_web/web_logo.png) no-repeat center center;
        background-size: contain; }
    .nav-bar.nav-logo-left .nav-back {
      right: 0.88rem; }
  .nav-bar .nav-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38%;
    height: 0.88rem;
    font-size: 0.35rem;
    color: #fff;
    margin: 0 auto; }
  .nav-bar .nav-ellipsis {
    display: block;
    line-height: 0.88rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .nav-bar .nav-back {
    position: absolute;
    width: 0.88rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .nav-bar .nav-share-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: flex-start; }
    .nav-bar .nav-share-box .icon0,
    .nav-bar .nav-share-box .icon1 {
      width: 0.88rem;
      height: 0.88rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav-bar .nav-share-box .icon0.active-state,
      .nav-bar .nav-share-box .icon1.active-state {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .nav-bar .nav-share-box .auto {
      width: auto;
      padding-right: 0.2rem; }
    .nav-bar .nav-share-box .txt-share {
      margin-right: 0.3rem;
      color: #272727;
      font-size: 0.28rem; }
    .nav-bar .nav-share-box .icon0 .nin-iconfont {
      font-size: 0.4rem; }

.nav-back.active-state,
.icon1.active-state,
icon0.active-state {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.nav-bar {
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  color: #fff;
  background: #272727; }
  .nav-bar .nav-title .pc,
  .nav-bar .nav-title .user {
    width: 0.88rem;
    height: 0.88rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center; }
  .nav-bar .nav-title.right {
    display: -webkit-box;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center; }
  .nav-bar .main-title {
    font-size: 0.34rem;
    -webkit-box-flex: 20;
    box-flex: 20;
    width: 0.88rem;
    height: 0.88rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    padding-left: 1.1rem; }

.page-index {
  background-color: #fff; }

.page-banner-wrap {
  width: 100%;
  height: 4.66rem;
  margin-bottom: 0.2rem;
  overflow: hidden; }
  .page-banner-wrap .banner-box {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/mobile_web/top_bg.png) no-repeat center center;
    background-size: contain; }
  .page-banner-wrap .school-num-info {
    display: flex;
    align-items: flex-end;
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
    flex: 2; }
    .page-banner-wrap .school-num-info .school-num {
      width: 3.26rem;
      font-size: 0.5rem;
      color: #666;
      background: url(../images/mobile_web/school_num.png) no-repeat 0.3rem 0.04rem;
      background-size: cover;
      padding-left: 0.14rem;
      position: relative;
      height: 0.52rem;
      line-height: 0.52rem; }
      .page-banner-wrap .school-num-info .school-num .sign {
        position: relative;
        top: -0.04rem; }
      .page-banner-wrap .school-num-info .school-num:after, .page-banner-wrap .school-num-info .school-num:before {
        position: absolute;
        top: 0.02rem;
        font-size: 0.3rem; }
      .page-banner-wrap .school-num-info .school-num:before {
        content: '[';
        left: -0.1rem; }
      .page-banner-wrap .school-num-info .school-num:after {
        content: ']';
        right: -0.26rem; }
      .page-banner-wrap .school-num-info .school-num .timer {
        color: #666;
        position: relative;
        left: 0; }
  .page-banner-wrap .school-entry-gate {
    flex: 1;
    display: flex;
    align-items: flex-start; }
    .page-banner-wrap .school-entry-gate .entry {
      display: flex;
      width: 1.66rem;
      height: 0.54rem;
      font-size: 0.26rem;
      color: #1fb5ff;
      background: url(../images/mobile_web/school_entry.png) no-repeat center center;
      background-size: cover;
      align-items: center;
      justify-content: center;
      padding-bottom: 0.04rem; }

.page-entry-school {
  display: flex;
  align-items: center; }
  .page-entry-school .school-num-info,
  .page-entry-school .school-entry-gate {
    align-self: center; }
  .page-entry-school .school-num-info {
    flex: 3; }
  .page-entry-school .school-entry-gate {
    flex: 1; }

.page-slider-wrap {
  width: 100%;
  height: 2.8rem;
  position: relative;
  overflow: hidden; }

.page-slider-swiper-container {
  height: 100%; }

.page-slider-swiper-container {
  width: 100%;
  clear: both; }

.page-slider-swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 5.8rem;
  height: 2.8rem; }

.page-product-nav {
  padding: 0.5rem 0.3rem; }
  .page-product-nav .product-nav-box {
    display: flex; }
  .page-product-nav .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    justify-content: center; }
    .page-product-nav .nav-item.active-state {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .page-product-nav .icon {
    display: flex;
    width: 1.09rem;
    height: 0.86rem;
    margin-bottom: 0.1rem; }
  .page-product-nav .i_one {
    background: url(../images/mobile_web/i_one.png) no-repeat center center;
    background-size: cover; }
  .page-product-nav .i_two {
    background: url(../images/mobile_web/i_two.png) no-repeat center center;
    background-size: cover; }
  .page-product-nav .i_three {
    background: url(../images/mobile_web/i_three.png) no-repeat center center;
    background-size: cover; }
  .page-product-nav .i_four {
    background: url(../images/mobile_web/i_four.png) no-repeat center center;
    background-size: cover; }
  .page-product-nav .txt {
    color: #666;
    font-size: 0.24rem; }

.page-product-hot {
  position: relative;
  background-color: #f2f6f9;
  padding: 0.3rem 0.2rem;
  color: #666; }
  .page-product-hot .hot-title {
    display: flex;
    flex-direction: column;
    padding: 0 0.2rem 0.3rem 0.2rem;
    font-size: 0.26rem; }
    .page-product-hot .hot-title .title {
      font-size: 0.36rem;
      justify-content: center;
      display: flex;
      padding-bottom: 0.4rem;
      padding-top: 0.2rem; }
    .page-product-hot .hot-title .more-hot {
      display: flex;
      justify-content: center;
      color: #50b4ff;
      font-size: 0.26rem;
      align-items: center; }
      .page-product-hot .hot-title .more-hot .nin-iconfont {
        font-size: 0.4rem;
        width: 0.2rem;
        height: 0.2rem;
        line-height: 0.2rem; }
  .page-product-hot .product-hot-list {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0); }
  .page-product-hot .host-list-cell {
    display: flex;
    padding: 0.2rem;
    position: relative;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.22rem;
    box-shadow: 0 0 0.1rem 0.01rem rgba(204, 204, 204, 0.9); }
    .page-product-hot .host-list-cell.opened .product-is-opened {
      display: flex; }
    .page-product-hot .host-list-cell:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.2rem;
      width: 0.04rem;
      height: 70%;
      background: #00c0fe;
      background: -webkit-linear-gradient(top, #00c0fe, #2d6ea6);
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(top, #00c0fe, #2d6ea6);
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(top, #00c0fe, #2d6ea6);
      /* Firefox 3.6 - 15 */
      background: -ms-linear-gradient(top, #00c0fe, #2d6ea6);
      background: linear-gradient(to bottom, #00c0fe, #2d6ea6);
      /* 标准的语法（必须放在最后） */
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c0fe', endColorstr='#2d6ea6', GradientType=1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c0fe', endColorstr='#2d6ea6', GradientType=1);
      /*IE<9>*/ }
  .page-product-hot .product-name {
    flex: 4;
    overflow: hidden; }
    .page-product-hot .product-name strong {
      display: flex;
      color: #808080;
      font-weight: normal;
      font-size: 0.32rem;
      padding-bottom: 0.1rem; }
    .page-product-hot .product-name .desc {
      color: #b3b3b3;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      font-size: 0.28rem; }
  .page-product-hot .product-is-opened {
    flex: 1;
    color: #84c6fe;
    font-size: 0.28rem;
    display: none;
    align-items: center;
    justify-content: center; }

.page-top-nav {
  border-top: 1px solid #f2f2f2;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff; }
  .page-top-nav .top-nav-box {
    display: flex;
    justify-content: space-between;
    align-content: center; }
  .page-top-nav .top-nav-item {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0.2rem 0;
    font-size: 0.26rem; }
    .page-top-nav .top-nav-item.active-state {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .page-top-nav .top-nav-item.active {
      color: #84c6fe; }

.page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(115, 115, 115, 0.5); }
  .page-bottom .bottom-item {
    flex: 1;
    font-size: 0.28rem;
    color: #666666;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-bottom .bottom-item .nin-iconfont {
      vertical-align: middle;
      color: #089cef;
      font-size: 0.38rem; }
    .page-bottom .bottom-item.active-state {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .page-bottom .bottom-item > span {
      -moz-user-select: none;
      /*火狐*/
      -webkit-user-select: none;
      /*webkit浏览器*/
      -ms-user-select: none;
      /*IE10*/
      user-select: none;
      margin-left: 0.2rem; }

.animate-slide, .page-top-nav, .page-bottom {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.bottom-slide {
  position: fixed;
  z-index: 200;
  background-color: #fff;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  .bottom-slide.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.top-nav-slide {
  position: fixed;
  z-index: 200;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-0.88rem);
  transform: translateY(-0.88rem); }
  .top-nav-slide.active {
    -webkit-transform: translateY(0.88rem);
    transform: translateY(0.88rem);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.page-solution-box {
  position: relative; }
  .page-solution-box .title {
    display: flex;
    font-size: 0.36rem;
    color: #666666;
    text-align: center;
    padding: 0.95rem 0 0.6rem 0;
    justify-content: center; }
  .page-solution-box .solution-one {
    margin-bottom: 0.15rem; }
  .page-solution-box .solution-one,
  .page-solution-box .solution-two {
    display: flex;
    width: 100%;
    height: 3.18rem; }
  .page-solution-box img {
    width: 100%;
    height: 100%; }

.page-schools-list-box {
  position: relative;
  color: #666666; }
  .page-schools-list-box .title {
    display: flex;
    font-size: 0.4rem;
    text-align: center;
    padding: 1rem 0 0.3rem 0;
    justify-content: center; }
    .page-schools-list-box .title .timer {
      color: #666;
      font-size: 0.5rem; }
    .page-schools-list-box .title .sign {
      position: relative;
      top: 0;
      font-size: 0.5rem; }
  .page-schools-list-box .sub-title {
    display: flex;
    font-size: 0.24rem;
    padding-bottom: 0.16rem;
    justify-content: center;
    align-items: center; }
  .page-schools-list-box .more {
    flex: 1;
    display: flex;
    justify-content: center;
    color: #50b4ff;
    font-size: 0.26rem;
    padding: 0.2rem 0;
    align-items: center; }
    .page-schools-list-box .more .nin-iconfont {
      font-size: 0.4rem;
      width: 0.2rem;
      height: 0.2rem;
      line-height: 0.2rem; }
  .page-schools-list-box .page-all-school {
    position: relative;
    height: 6.2rem;
    background-color: #f4f4f4; }

.swiper-container {
  height: 3rem; }

.swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 0.18rem;
  overflow: hidden; }
  .swiper-slide a img {
    width: 100%;
    height: 100%; }

.wrap {
  background-color: #f2f2fa;
  padding: 0.24rem; }
  .wrap .item-content {
    position: relative;
    margin-bottom: 0.34rem; }
  .wrap .content {
    position: relative;
    display: block;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
    background-color: #fff;
    overflow: hidden;
    min-height: 2.18rem; }
  .wrap .item-title {
    font-size: 0.3rem;
    color: #333333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 0.3rem 0.2rem 0.1rem 0.2rem; }
  .wrap .item-count {
    padding-left: 0.3rem;
    color: #b7b7b7;
    font-size: 0.26rem;
    padding-bottom: 0.2rem; }
  .wrap .budge {
    position: absolute;
    top: -0.18rem;
    left: 0.2rem;
    font-size: 0.6rem;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); }
    .wrap .budge.flag {
      color: #f90;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
 * Created by liangyl on 2016/9/11 0011.
 * 验证的表单
 * 档案验证 手机号验证
 */
.verify-box {
  padding-top: 0.44rem; }
  .verify-box .sub-title {
    background-color: #f0f5f8;
    font-size: 0.12rem;
    color: #b1b8bd;
    text-align: center;
    padding: 0.14rem 0; }

.n-verify-box {
  position: relative;
  width: 90%;
  margin: 10% auto 10%;
  background-color: #fff;
  border-radius: 0.02rem;
  padding: 5% 5% 8% 5%; }
  .n-verify-box .hd {
    display: -webkit-box;
    font-size: 110%;
    color: #7f8a91;
    margin-bottom: 4%; }
  .n-verify-box .account-title {
    margin: 0 auto 0.2rem;
    font-size: 0.16rem; }
  .n-verify-box .account-bd .button {
    margin-top: 0.3rem; }
  .n-verify-box .account-bd .verify-button:nth-child(2) {
    margin-top: 0.2rem;
    background-color: transparent;
    color: #28A7E1;
    border: 1px solid #28A7E1; }
  .n-verify-box .phone-bd .button {
    margin-top: 0.3rem; }
  .n-verify-box .phone-bd .go-create {
    font-size: 0.12rem;
    text-align: center;
    padding-top: 0.4rem; }
    .n-verify-box .phone-bd .go-create a {
      color: #34a3f9; }

.nin-nav {
  position: fixed;
  width: 100%;
  height: 0.44rem;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.16rem;
  margin: 0;
  padding: 0 4% 0 4%;
  z-index: 11003;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fafafa;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center; }
  .nin-nav .nin-nav-box-cover {
    position: absolute;
    width: 100%;
    height: 0.44rem;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: #4dcc96;
    background: -webkit-linear-gradient(top, #4dcc96 0%, #23cfbc 100%);
    background: linear-gradient(to bottom, #4dcc96 0%, #23cfbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dcc96', endColorstr='#23cfbc', GradientType=0); }
  .nin-nav .nin-nav-title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    height: 100%;
    font-size: 0.16rem;
    color: #fff;
    -webkit-box-flex: 2; }
  .nin-nav .nin-bar-left {
    position: relative;
    left: 0;
    width: 0.44rem;
    height: 0.44rem; }
    .nin-nav .nin-bar-left.holder .nin-iconfont {
      display: none; }
    .nin-nav .nin-bar-left .nin-iconfont {
      width: 0.44rem;
      height: 0.44rem;
      font-size: 0.28rem;
      color: #fff; }
      .nin-nav .nin-bar-left .nin-iconfont.active-state {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .nin-nav .nin-bar-right {
    width: 0.44rem;
    height: 0.44rem;
    position: relative;
    right: 0;
    text-align: right; }
    .nin-nav .nin-bar-right.none .nin-iconfont, .nin-nav .nin-bar-right.holder .nin-iconfont {
      display: none; }
    .nin-nav .nin-bar-right .nin-iconfont {
      width: 0.44rem;
      height: 0.44rem;
      line-height: 0.44rem;
      font-size: 0.22rem;
      color: #fff; }
      .nin-nav .nin-bar-right .nin-iconfont.active-state {
        opacity: 0.7;
        filter: alpha(opacity=70); }

.common-input {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #838a8e; }
  .common-input .input-item {
    border: 0;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    position: relative;
    margin-bottom: 5%;
    clear: both; }
    .common-input .input-item .text {
      display: -moz-box;
      display: -webkit-box;
      display: box;
      -moz-box-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
      font-size: 0.14rem;
      color: #838a8e;
      padding: 4% 3%;
      border: 1px solid #e7e8ec;
      position: relative;
      background-color: #f0f5f8;
      width: 100%; }
  .common-input .input-vcode .verify-code-box {
    display: flex;
    height: 0.82rem;
    width: 1.8rem;
    padding: 0.1rem 0; }
    .common-input .input-vcode .verify-code-box .verify-code-img {
      width: 100%;
      height: 100%;
      border-radius: 0 2rem 2rem 0; }

.button .verify-button {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 1px;
  padding: 0.08rem 0;
  background-color: #34a3f9;
  color: #fff;
  font-size: 0.16rem; }
  .button .verify-button.active-state {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.input-get-sms-code .get-sms-btn {
  background: #28A7E1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.62rem;
  width: 1.8rem;
  margin: 0.1rem 0;
  border-radius: 0 2rem 2rem 0;
  font-size: 0.26rem; }
  .input-get-sms-code .get-sms-btn.active-state {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .input-get-sms-code .get-sms-btn.disabled {
    background-color: #e5e9ed;
    color: #838a8e; }

.download-index {
  position: relative;
  background-color: #fff;
  color: #666; }

.product-download-list {
  position: relative;
  padding: 0.3rem 0.2rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }
  .product-download-list .download-cell {
    display: flex;
    padding: 0.2rem;
    position: relative;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.22rem;
    box-shadow: 0 0 0.1rem 0.01rem rgba(204, 204, 204, 0.9); }
  .product-download-list .download-name {
    flex: 4;
    overflow: hidden; }
    .product-download-list .download-name strong {
      display: flex;
      color: #808080;
      font-weight: normal;
      font-size: 0.32rem;
      padding-bottom: 0.1rem; }
    .product-download-list .download-name .desc {
      color: #b3b3b3;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      font-size: 0.28rem; }
  .product-download-list .product-avatar {
    margin-right: 0.3rem; }
  .product-download-list .product-avatar,
  .product-download-list .download-btn {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex; }
  .product-download-list .download-btn {
    color: #84c6fe;
    font-size: 0.28rem; }
  .product-download-list .img {
    width: 0.96rem;
    height: 0.96rem;
    overflow: hidden;
    border-radius: 0.1rem; }

.product-download-banner {
  position: relative;
  height: 4.7rem;
  width: 100%;
  background: url(../images/mobile_web/download.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 0.4rem; }
  .product-download-banner .download-btn {
    position: absolute;
    width: 2.8rem;
    height: 2rem;
    left: 0;
    bottom: 0;
    background-color: transparent; }
    .product-download-banner .download-btn.active-state {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.lesson-index {
  background-color: #fff;
  position: relative; }

.lesson-center-box {
  display: flex;
  flex-direction: row;
  position: relative; }
  .lesson-center-box .lesson-bar {
    flex: 1;
    vertical-align: top;
    min-width: 1.8rem;
    display: flex; }
    .lesson-center-box .lesson-bar .lesson-bar-ul {
      flex: 1;
      flex-direction: column;
      width: 1.8rem;
      height: 100%;
      overflow-y: scroll;
      background-color: #f2f6f9; }
      .lesson-center-box .lesson-bar .lesson-bar-ul .lesson-tab {
        display: flex;
        color: #99a5ac;
        height: 1.2rem;
        border-left: 0.04rem solid transparent;
        padding-left: 0.35rem; }
        .lesson-center-box .lesson-bar .lesson-bar-ul .lesson-tab.current {
          background-color: #fff;
          border-left-color: #29abe2; }
          .lesson-center-box .lesson-bar .lesson-bar-ul .lesson-tab.current .t {
            color: #29abe2; }
        .lesson-center-box .lesson-bar .lesson-bar-ul .lesson-tab.active-state {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      .lesson-center-box .lesson-bar .lesson-bar-ul .t {
        display: flex;
        align-items: center;
        font-size: 0.28rem; }
  .lesson-center-box .lesson-main {
    display: flex;
    flex: 4;
    font-size: 0.28rem;
    padding: 0.28rem 0.2rem 0 0.3rem;
    overflow-y: scroll;
    height: 100%; }
    .lesson-center-box .lesson-main .content {
      width: 100%;
      flex-direction: column;
      height: 100%; }
  .lesson-center-box .sub-item {
    background: #fff;
    margin-bottom: 0.2rem;
    height: 1.36rem;
    position: relative;
    border-bottom: 0.02rem solid #e6e6e6; }
    .lesson-center-box .sub-item.un-open {
      background-color: #e6ecf0; }
      .lesson-center-box .sub-item.un-open .title {
        color: #99a5ac; }
      .lesson-center-box .sub-item.un-open .l-bd {
        color: #99a5ac; }
      .lesson-center-box .sub-item.un-open .un-open-bundge {
        font-size: 0.18rem;
        background-color: #838a8e;
        padding: 0.06rem 0.08rem;
        color: #fff;
        display: inline-block;
        line-height: 1.3;
        border-radius: 0.04rem;
        position: absolute;
        right: 0;
        top: 0.16rem; }
    .lesson-center-box .sub-item .un-open-bundge {
      display: none; }
    .lesson-center-box .sub-item .l-hd {
      position: relative;
      padding-top: 0.15rem;
      padding-bottom: 0.15rem;
      overflow: hidden; }
    .lesson-center-box .sub-item .title {
      color: #4b505b;
      font-weight: normal;
      font-size: 0.3rem;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
    .lesson-center-box .sub-item .l-pre-u {
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      color: #fff;
      font-size: 0.18rem;
      display: inline-block;
      z-index: 1;
      transform: rotate(45deg);
      line-height: 0.49rem; }
      .lesson-center-box .sub-item .l-pre-u:after {
        content: " ";
        position: absolute;
        top: -0.22rem;
        right: 0;
        transform: rotate(-90deg);
        z-index: -1;
        display: inline-block;
        width: 0;
        height: 0;
        border: 0.4rem dashed transparent;
        border-right-width: 0;
        border-left-color: #28A7E1;
        border-left-style: solid; }
    .lesson-center-box .sub-item .l-bd {
      font-size: 0.24rem;
      color: #b3b3b3;
      overflow: hidden;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
  .lesson-center-box .sub-item-blank {
    min-height: 3rem;
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .lesson-center-box .sub-item-blank strong {
      font-weight: 500;
      display: block; }
    .lesson-center-box .sub-item-blank span {
      margin-top: 0.1rem; }

.select-trial-ver-wrap {
  padding-top: 44px;
  clear: both;
  overflow: hidden;
  position: relative; }
  .select-trial-ver-wrap:after {
    content: " ";
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%; }
  .select-trial-ver-wrap .to-selection {
    position: fixed;
    width: 85%;
    margin: 0 auto;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .select-trial-ver-wrap .select-trial-ver-hd {
    color: #fff;
    text-align: center;
    padding-bottom: 20px; }
    .select-trial-ver-wrap .select-trial-ver-hd p {
      font-size: 16px; }
  .select-trial-ver-wrap .select-trial-ver-bd {
    background: #fff;
    border-radius: 4px;
    padding: 10px; }
    .select-trial-ver-wrap .select-trial-ver-bd .trial-user {
      text-align: center; }
      .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u {
        padding: 20px;
        font-size: 18px;
        color: #fff; }
        .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u .t {
          background: #34a3f9;
          box-shadow: 0 0 1em #34a3f9; }
          .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u .t:before {
            content: "\601"; }
        .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u .s {
          background: #2acaa2;
          box-shadow: 0 0 1em #2acaa2; }
          .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u .s:before {
            content: "\e62b"; }
        .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u span {
          display: inline-block;
          height: 100px;
          width: 100px;
          line-height: 130px;
          border-radius: 50%;
          position: relative; }
          .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u span:before {
            font-family: "nin-iconfont" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            top: -33px;
            font-size: 34px; }
          .select-trial-ver-wrap .select-trial-ver-bd .trial-user .u span.active-state {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    .select-trial-ver-wrap .select-trial-ver-bd .btn {
      font-size: 16px;
      padding: 8px;
      margin: 10px; }
      .select-trial-ver-wrap .select-trial-ver-bd .btn.active-state {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .select-trial-ver-wrap .select-trial-ver-bd .b {
      background: #e5e9ed;
      color: #838a8e; }
    .select-trial-ver-wrap .select-trial-ver-bd .trial-lists {
      text-align: center; }
      .select-trial-ver-wrap .select-trial-ver-bd .trial-lists .s {
        background: #34a3f9;
        color: #fff; }
  .select-trial-ver-wrap .trial-list-items {
    margin: 10px;
    *zoom: 1; }
    .select-trial-ver-wrap .trial-list-items:before, .select-trial-ver-wrap .trial-list-items:after {
      content: "";
      display: table; }
    .select-trial-ver-wrap .trial-list-items:after {
      clear: both; }
    .select-trial-ver-wrap .trial-list-items li {
      font-size: 14px;
      border: 1px solid #e1e5eb;
      padding: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #34a3f9;
      margin-bottom: 5px;
      height: 44px; }
      .select-trial-ver-wrap .trial-list-items li.active-state {
        background-color: #e5e9ed; }
      .select-trial-ver-wrap .trial-list-items li.selected {
        color: #c3c3c3; }
      .select-trial-ver-wrap .trial-list-items li .nin-iconfont {
        color: #2dcfa6;
        font-size: 26px; }

.search-bar {
  display: flex;
  flex: 1;
  background-color: #fff; }
  .nav-white {
    border: none; }
  .search-bar-icon {
    display: flex;
    align-items: center;
    align-content: center;
    width: 0.3rem;
    height: 0.44rem;
    overflow: hidden;
    line-height: 0.44rem;
    align-self: center;
    justify-content: center;
    margin-left: 0.3rem;
    margin-right: 0.22rem; }
    .search-bar-icon .nin-iconfont {
      color: #009cef; }
      .search-bar-icon .nin-iconfont.active-state {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .search-bar-input {
    display: flex;
    flex: 5;
    align-items: center;
    justify-content: center;
    position: relative; }
  .search-bar-search {
    display: flex;
    align-self: center;
    justify-content: center;
    margin-right: 0.3rem;
    margin-left: 0.14rem; }
    .search-bar-search .search {
      font-size: 0.3rem;
      color: #009cef;
      display: flex;
      align-items: center;
      justify-content: center; }
      .search-bar-search .search.active-state {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .search-bar-text {
    outline: none;
    border: none;
    background-color: #99e2ff;
    font-size: 0.3rem;
    width: 100%;
    color: #fff; }
    .search-bar-text::placeholder {
      color: #fff;
      align-items: center;
      align-self: center;
      display: flex;
      vertical-align: middle; }
  .search-bar-cancel {
    text-align: right;
    position: absolute;
    right: 0.12rem;
    top: 0.22rem; }
    .search-bar-cancel .cancel {
      display: inline-block;
      font-size: 14px;
      color: #333;
      width: 0.44rem;
      height: 0.44rem;
      text-align: center;
      background: #e5e9ed;
      border-radius: 0.44rem;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotateZ(45deg); }
      .search-bar-cancel .cancel.active-state {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .search-bar-cancel .nin-iconfont {
      font-size: 0.3rem;
      color: #666;
      top: -1px;
      position: relative;
      left: -1px; }
  .search-bar .search-bar-text-box {
    width: 100%;
    background-color: #99e2ff;
    color: #fff;
    font-family: "nin-iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border-radius: 0.56rem;
    padding: 0 0.18rem;
    display: flex;
    height: 0.56rem; }
    .search-bar .search-bar-text-box .inline-search {
      line-height: 0.56rem;
      font-size: 0.3rem;
      color: #fff;
      margin-right: 0.08rem; }

.search-blank-box {
  *zoom: 1;
  font-size: 0.38rem;
  color: #949ca1;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .search-blank-box:before, .search-blank-box:after {
    content: "";
    display: table; }
  .search-blank-box:after {
    clear: both; }
  .search-blank-box .search-blank-text {
    font-size: 0.4rem;
    color: #949ca1;
    text-align: center;
    width: 100%;
    position: relative; }

.class-lists {
  *zoom: 1;
  padding: 0 0.4rem; }
  .class-lists:before, .class-lists:after {
    content: "";
    display: table; }
  .class-lists:after {
    clear: both; }
  .class-lists-item {
    color: #b3b3b3;
    height: 0.88rem;
    font-size: 0.28rem;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    align-items: center; }
    .class-lists-item.active-state {
      background: #fbfdff; }

.common-bg-wrap {
  background: #fff url("../../static/images/mobile_web/page_bg.png") no-repeat bottom center; }
  .common-bg-wrap .top-wrap {
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 0.3rem; }
    .common-bg-wrap .top-wrap .nin-iconfont {
      color: #009cef; }

.share-wrap .hd-wrap {
  margin-bottom: 1rem;
  text-align: center; }
  .share-wrap .hd-wrap .hd-title {
    font-size: 0.32rem;
    color: #666; }
  .share-wrap .hd-wrap .sub-title {
    font-size: 0.28rem;
    color: #999;
    margin-top: 0.2rem; }
.share-wrap .common-input {
  display: flex;
  padding: 0 0.6rem;
  margin-bottom: 0.1rem; }
  .share-wrap .common-input input::-webkit-input-placeholder {
    color: #aeb4ca; }
  .share-wrap .common-input .input-item {
    display: flex;
    align-items: center;
    height: 0.82rem;
    border: 1px solid #f2f2f2;
    border-radius: 0.8rem;
    background-color: #f7f7f7;
    padding-left: 0.2rem;
    padding-right: 0.06rem; }
    .share-wrap .common-input .input-item .text {
      flex: 1;
      width: 100%;
      height: 0.4rem;
      line-height: 0.4rem;
      font-size: 0.26rem;
      color: #aeb4ca;
      border: 0;
      background-color: transparent;
      font-family: PingFang-Medium, PingFangSC-Regular, Helvetica, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; }
    .share-wrap .common-input .input-item .nin-iconfont {
      color: #919191; }
    .share-wrap .common-input .input-item .right-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      height: 0.68rem;
      width: 1.8rem;
      border-radius: 0 2rem 2rem 0;
      font-size: 0.26rem; }
      .share-wrap .common-input .input-item .right-btn.right-blue-btn {
        background-color: #4ab7f1; }
      .share-wrap .common-input .input-item .right-btn.right-gray-btn {
        background-color: #a3a3a3;
        font-size: 0.24rem; }
    .share-wrap .common-input .input-item .verify-code-box {
      display: flex;
      height: 0.68rem;
      align-items: center; }
      .share-wrap .common-input .input-item .verify-code-box .verify-code-img {
        height: 100%;
        width: 1.8rem;
        border-radius: 0 2rem 2rem 0; }
      .share-wrap .common-input .input-item .verify-code-box .reload-icon {
        display: flex;
        align-items: center;
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.18rem;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUBAMAAACdextHAAAAHlBMVEUAAACZmZmZmZmrq6uZmZmjo6OcnJzBydS0tLSZmZm6yfSvAAAACXRSTlMA7sccdKqMBzg5eLzEAAAAjElEQVQI10WPrQ7CMBRGzzbYkBuuDgXBkVThCg63TDEHQfEWJLxA2/CT+7a0tIGjjvluzgXYq7nhy0465Ux1g6m7UJ2fpYVxBTTrwTLxREqxFG+A2RD0cAKoRVrGDRGtoeOHJ1EvWGaNdzNFS6XTbtuj5EXkahB/BGgcQdPqAT7n9EFTpAfuOR34P/QBk4UdPuZw9OkAAAAASUVORK5CYII=);
        background-repeat: no-repeat;
        background-size: 100% 100%; }
.share-wrap .button {
  font-size: 0.2rem;
  margin-bottom: 8%;
  padding: 0 0.6rem; }
  .share-wrap .button .s-button {
    display: flex;
    justify-content: center;
    border-radius: 0.6rem;
    padding: 0.2rem 0;
    font-size: 0.26rem; }
    .share-wrap .button .s-button:active {
      background-color: #1a89bc; }
    .share-wrap .button .s-button.blue-btn {
      box-shadow: 0.1rem 0.16rem 0.5rem rgba(0, 156, 239, 0.7);
      background-color: #009cef;
      color: #fff; }
    .share-wrap .button .s-button.white-btn {
      color: #009cef;
      border: 1px solid #009cef;
      background-color: #fff; }
.share-wrap .help {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0.30rem;
  color: #999; }
  .share-wrap .help a.login-account {
    color: #009cef; }

.overlayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999; }

.join-wrap {
  color: #666; }
  .join-wrap .top-wrap {
    padding: 0.2rem;
    color: #009cef;
    display: flex;
    justify-content: flex-end; }
    .join-wrap .top-wrap .close-btn {
      width: 0.5rem;
      height: 0.5rem;
      background: url("../images/mobile_web/close.png") center no-repeat;
      background-size: 100%; }
  .join-wrap .pub_title {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.6rem; }
  .join-wrap .form-group-box {
    display: flex;
    justify-content: center;
    padding: 0 0.6rem; }
  .join-wrap .input-block {
    position: relative;
    padding: 0 0.3rem;
    display: flex;
    flex: 1;
    align-items: center;
    height: 0.8rem;
    border-radius: 0.6rem;
    border: 1px solid #009cef;
    margin-bottom: 0.2rem;
    background-color: #f7f7f7;
    font-size: 0.26rem; }
    .join-wrap .input-block .red-pot {
      color: #f9122e; }
    .join-wrap .input-block-tip {
      flex: 3; }
    .join-wrap .input-block .import-box {
      flex: 7; }
    .join-wrap .input-block .input {
      color: #666;
      width: 100%;
      height: 0.6rem;
      border: none;
      outline: none;
      background-color: #f7f7f7;
      font-size: 0.28rem; }
    .join-wrap .input-block.textarea-block {
      padding: 0;
      height: 2.6rem;
      flex-direction: column;
      justify-content: flex-start;
      border-radius: 0.3rem;
      resize: none; }
      .join-wrap .input-block.textarea-block .input {
        border-radius: 0.3rem;
        padding: 0 0.3rem;
        height: 1.6rem;
        line-height: 0.4rem;
        font-size: 0.28rem;
        resize: none; }
      .join-wrap .input-block.textarea-block .help-tip {
        height: 0.6rem;
        border-radius: 0;
        bottom: 0.1rem; }
      .join-wrap .input-block.textarea-block .input-block-tip {
        width: 100%;
        justify-content: flex-start;
        padding-left: 0.3rem;
        padding-top: 0.1rem;
        height: 0.4rem;
        flex: 2; }
      .join-wrap .input-block.textarea-block .import-box {
        width: 99%; }
    .join-wrap .input-block.select-block {
      border: none;
      background-color: transparent;
      padding: 0; }
      .join-wrap .input-block.select-block .import-box {
        display: flex;
        height: 100%; }
      .join-wrap .input-block.select-block .help-tip {
        right: 0.05rem;
        padding-right: 0.15rem; }
    .join-wrap .input-block .elect-container {
      position: relative;
      flex: 4.5;
      height: 0.8rem; }
      .join-wrap .input-block .elect-container .elect {
        -webkit-appearance: none; }
      .join-wrap .input-block .elect-container .icon-down {
        position: absolute;
        right: 0.02rem;
        top: 0.25rem;
        width: 0.3rem;
        height: 0.3rem;
        border-right: none;
        background: #f7f7f7 url("../images/mobile_web/select-down.png") no-repeat center; }
      .join-wrap .input-block .elect-container.city {
        margin-left: 0.2rem; }
    .join-wrap .input-block .elect {
      width: 100%;
      height: 100%;
      color: #666;
      font-size: 0.28rem;
      text-indent: 0.2rem;
      outline: none;
      border: 1px solid #009cef;
      background-color: #f7f7f7; }
      .join-wrap .input-block .elect option {
        font-size: 0.28rem; }
  .join-wrap .help-tip {
    position: absolute;
    right: 0.2rem;
    top: 0.03rem;
    display: flex;
    align-items: center;
    height: 94%;
    color: #D46F7A;
    background-color: #f7f7f7;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem; }
  .join-wrap .btn {
    flex: 1;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.6rem;
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
    background-color: #009cef;
    box-shadow: 0.1rem 0.16rem 0.5rem rgba(0, 156, 239, 0.7); }

/*# sourceMappingURL=mobile_web.css.map */
