@charset "UTF-8";
	
@import url("iconfont_v2.css");
.iconfont {
  font-size: 0.6rem;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
    font-family: 'Montserrat';
    src: url(https://www.espay.hk/st/font/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Pro';
    src: url(https://www.espay.hk/st/font/Montserrat-Light.ttf);
}

.lang_en_v2 * {
	font-family: Montserrat !important;
}
 
.lang_cn_v2 * {
	font-family: Pro,Helvetica,abchanel-corpo,"Microsoft YaHei",微软雅黑;
}	
	
	
	
.c01 {
  color: #1d7739; }

.c03 {
  color: #e82f2f; }



	
.change_green {
  background: -webkit-radial-gradient(0px 0px, #00912d, #1d7739); }

.change_green2, .btn01 {
  background: -webkit-linear-gradient(left, #00912d, #1d7739); }

.btn01 {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 0.125rem; }

.border {
  border-bottom: #e7e7e7 1px solid;
  border-top: #e7e7e7 1px solid; }

.title {
  height: 1.8rem;
  line-height: 1.8rem;
  border-bottom: #eee 1px solid;
  font-weight: bold;
  font-size: 0.75rem; }
  .title p {
    font-size: 0.75rem;
    float: left; }
    .title p:before {
      content: '';
      display: inline-block;
      width: 0.2rem;
      height: 0.75rem;
      background-color: #1d7739;
      border-radius: 0.25rem;
      margin-right: 0.25rem;
      vertical-align: center;
      position: relative;
      top: 0.125rem; }
  .title a {
    float: right;
    color: #bbb;
    font-size: 0.5rem; }

.hide, .goodsList ul li a .right h1, .goodsList ul li a .right p, .orderList ul li a .right h1, .orderList ul li a .right p, .new_list ul.list li .info .name, .new_list ul.list li .info p, .new_book .contBox .courseInfo .info .top .name, .new_book .contBox .courseInfo .info p, .new_pay .contBox .courseInfo .info .top .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.notfound {
  text-align: center;
  background: url("../img/notfound.png") no-repeat center top;
  background-size: 6rem auto;
  padding-top: 5.5rem;
  margin-top: 1rem; }
  .notfound p {
    font-size: 0.7rem;
    margin-top: 0.5rem; }
  .notfound .btn01 {
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0rem 1.5rem;
    font-size: 0.7rem;
    margin-top: 0.7rem;
    border-radius: 0.125rem; }

.tips_box {
  text-align: center; }
  .tips_box i {
    font-size: 3rem; }
  .tips_box h1 {
    font-size: 0.75rem;
    padding: 0.5rem; }
  .tips_box p {
    padding: 0.5rem;
    text-align: left;
    background-color: #fff; }
  .tips_box .btn01 {
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0rem 1.5rem;
    font-size: 0.7rem;
    margin: 0.7rem 0.5rem;
    border-radius: 0.125rem; }

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none;
  color: #28282a; }
  a:hover {
    color: #28282a; }

em,
i {
  font-style: normal; }

table {
  width: 100%; }

dd,
dl,
li,
ul {
  list-style: none; }

input {
  border: none;
  background: none;
  outline: none;
  color: #666;
  font-size: 0.7rem; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c3c3; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c3c3; }

input:-ms-input-placeholder {
  color: #c5c3c3; }

input::-webkit-input-placeholder {
  color: #c5c3c3; }

select {
  -webkit-appearance: menulist-button;
  -webkit-appearance: none; }

textarea {
  border: none;
  outline: none;
  background: none;
  font-size: 0.7rem; }

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c3c3; }

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c3c3; }

textarea:-ms-input-placeholder {
  color: #c5c3c3; }

textarea::-webkit-input-placeholder {
  color: #c5c3c3; }

html {
  font-size: 40px; }

body,
html {
  color: #25282c;
font-family: abchanel-corpo,PingFangHK-Semibold,Microsoft YaHei,sans-serif; }

.box {
  font-size: 0.6rem;
  max-width: 750px;
  margin: 0 auto; }
  .box header {
    height: 2.2rem;
    line-height: 2.2rem;
    overflow: hidden;
    border-bottom: #f5f5f7 1px solid;
    background-color: #f5f5f7; }
    .box header.t {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; }
    .box header h1 {
      text-align: center;
      font-size: 0.8rem;
      padding: 0 3rem; }
    .box header .left {
      float: left;
      padding: 0 0.5rem;
      color: #999; }
      .box header .left i {
        font-size: 1.1rem; }
    .box header .home {
      float: left;
      color: #fff;
      height: 1.6rem;
      line-height: 1.6rem;
      margin-top: 0.3rem;
      padding: 0 0.5rem;
      border-left: rgba(255, 255, 255, 0.2) 1px solid; }
      .box header .home i {
        font-size: 1.1rem; }
    .box header .right {
      float: right;
      color: #999;
      padding: 0 0.5rem; }
      .box header .right.on {
        color: #e82f2f; }
      .box header .right i {
        font-size: 0.8rem; }
  .box footer {
    position: fixed;
    z-index: 10;
    border-top: #e7e7e7 1px solid;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.45rem;
    line-height: 2.45rem;
    background-color: #f5f5f7;
    color: #999; }
    .box footer ul {
      width: 100%;
      text-align: center; }
      .box footer ul li {
        text-align: center;
        width: 33.3%;
        float: left;
        position: relative; }
        .box footer ul li em {
          position: absolute;
          display: block;
          height: 0.6rem;
          line-height: 0.6rem;
          background-color: #e82f2f;
          color: #fff;
          padding: 0 0.15rem;
          border-radius: 0.3rem;
          left: 50%;
          margin-left: 0.5rem;
          font-size: 0.5rem;
          top: 0.125rem; }
        .box footer ul li a {
          display: block;
          overflow: hidden;
          width: 100%;
          height: 2.45rem; }
          .box footer ul li a p {
            font-size: 0.5rem;
            line-height: 0.6rem;
            color: #999; }
          .box footer ul li a i {
            display: block;
            height: 2.45rem;
            line-height: 2.45rem;
            font-family: "iconfont" !important;
            font-size: 1.5rem;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #999; }
        .box footer ul li.list i:before {
          content: '\e623'; }
        .box footer ul li.list.active i:before {
          color: #e82f2f;
          content: '\e623'; }
        .box footer ul li.home i:before {
          content: '\e624'; }
        .box footer ul li.home.active i:before {
          color: #e82f2f;
          content: '\e624'; }
        .box footer ul li.orders i:before {
          content: '\e620'; }
        .box footer ul li.orders.active i:before {
          color: #e82f2f;
          content: '\e620'; }
        .box footer ul li.me i:before {
          content: '\e625'; }
        .box footer ul li.me.active i:before {
          color: #e82f2f;
          content: '\e625'; }
        .box footer ul li.child i:before {
          content: '\e746'; }
        .box footer ul li.child.active i:before {
          color: #e82f2f;
          content: '\e745'; }
        .box footer ul li.active p {
          color: #e82f2f; }

.goodsList {
  padding-bottom: 2.5rem;
  margin-top: 0.5rem;
  background-color: #fff; }
  .goodsList ul {
    padding: 0 0.75rem; }
    .goodsList ul li {
      position: relative; }
      .goodsList ul li:first-child {
        border: none; }
      .goodsList ul li a {
        display: block;
        padding: 0.5rem 0;
        overflow: hidden; }
        .goodsList ul li a .pic {
          float: left;
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 0.5rem; }
          .goodsList ul li a .pic img {
            display: block;
            width: 3.75rem;
            height: 3.75rem;
            border-radius: 0.5rem; }
        .goodsList ul li a .right {
          padding-left: 4.5rem; }
          .goodsList ul li a .right h1 {
            font-size: 0.9rem;
            height: 1.15rem;
            line-height: 1.15rem;
            padding-right: 1.5rem;
            margin-top: 0.15rem; }
          .goodsList ul li a .right p {
            color: #666;
            line-height: 0.9rem;
            height: 0.9rem;
            font-size: 0.6rem; }
          .goodsList ul li a .right .foot {
            margin-top: 0.6rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            height: 0.9rem;
            line-height: 0.9rem;
            color: #bbb; }
            .goodsList ul li a .right .foot span {
              height: 0.75rem;
              line-height: 0.75rem;
              padding: 0 0.125rem;
              font-size: 0.6rem;
              border-radius: 0.075rem;
              color: #e82f2f; }
              .goodsList ul li a .right .foot span b {
                font-size: 0.9rem;
                margin-left: 0.125rem; }
          .goodsList ul li a .right i {
            position: absolute;
            right: 0;
            top: 0.5rem;
            color: #bbbbbb;
            font-size: 1.5rem;
            height: 1rem;
            line-height: 1rem; }

.page {
  background-color: #f5f5f7;
  height: 2.25rem;
  line-height: 2.25rem;
  color: #666;
  text-align: center;
  font-size: 0.8rem;
  margin: 0 0.75rem;
  border-radius: 1.125rem;
  margin-top: 0.5rem; }
  .page .prev {
    float: left;
    width: 3rem;
    height: 2.25rem;
    line-height: 2.25rem; }
  .page .next {
    float: right;
    width: 3rem;
    height: 2.25rem;
    line-height: 2.25rem; }
    .page .next i {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .page .num {
    padding: 0 3.5rem;
    line-height: 2.25rem; }
  .page i {
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1rem;
    color: #999; }

section ul {
  padding: 0 0.75rem; }
  section ul li {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
    background-color: #fff;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: right; }
    section ul li a {
      display: block; }
    section ul li p {
      float: left;
      font-size: 0.7rem; }
    section ul li i {
      color: #bbb; }
    section ul li span {
      color: #1d7739; }
    section ul li .y {
      background: #1d7739;
      padding: 0 0.125rem;
      color: #fff;
      border-radius: 0.075rem; }
    section ul li .n {
      background: #e82f2f;
      padding: 0 0.125rem;
      color: #fff;
      border-radius: 0.075rem; }
    section ul li em {
      background-color: #e82f2f;
      color: #fff;
      border-radius: 0.5rem;
      padding: 0 0.2rem; }

.me section {
  margin-top: 1rem; }
.me .user {
  height: 3.75rem;
  padding: 0 0.75rem;
  margin-top: 1rem; }
  .me .user .pic {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 0.5rem;
    float: left; }
    .me .user .pic img {
      height: 3.75rem;
      width: 3.75rem;
      border-radius: 0.5rem; }
  .me .user .right {
    height: 3.75rem;
    line-height: 3.75rem;
    padding-left: 4.5rem; }
    .me .user .right .name {
      line-height: 3.75rem;
      font-size: 0.9rem; }

.goods {
  padding-bottom: 3rem; }
  .goods .swiper-container {
    width: 100%;
    height: 15rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0.75rem 0.75rem; }
    .goods .swiper-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-transition-property: -webkit-transform;
      transition-property: transform,-webkit-transform; }
    .goods .swiper-container .swiper-container-android .swiper-slide,
    .goods .swiper-container .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .goods .swiper-container .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: transform,-webkit-transform;
      box-sizing: content-box; }
    .goods .swiper-container .swiper-container-wp8-vertical,
    .goods .swiper-container .swiper-container-wp8-vertical > .swiper-wrapper {
      -ms-touch-action: pan-x;
      touch-action: pan-x; }
    .goods .swiper-container .swiper-container-vertical > .swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .goods .swiper-container .swiper-container-android .swiper-slide,
    .goods .swiper-container .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .goods .swiper-container .swiper-pagination {
      position: absolute;
      bottom: 1rem;
      left: 0;
      text-align: center;
      width: 100%;
      height: 0;
      z-index: 10; }
      .goods .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        border-radius: 0.15rem;
        margin: 0 0.125rem;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .goods .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #fff;
          width: 0.6rem; }
    .goods .swiper-container img {
      height: 15rem;
      border-radius: 0 0 0.75rem 0.75rem; }
  .goods .data {
    margin: 0 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px #ddd dashed; }
    .goods .data h1 {
      font-size: 0.9rem;
      margin-top: 0.5rem; }
    .goods .data p {
      font-size: 0.6rem;
      margin-top: 0.25rem; }
    .goods .data .price {
      overflow: hidden;
      height: 1rem;
      line-height: 1rem;
      margin-top: 1rem; }
      .goods .data .price span {
        display: block;
        float: left;
        color: #e82f2f;
        font-size: 0.6rem; }
        .goods .data .price span b {
          font-size: 0.9rem; }
      .goods .data .price em {
        display: block;
        float: right; }
    .goods .data .cp {
      background-color: #f5f5f7;
      color: #666;
      font-size: 0.6rem;
      height: 1.1rem;
      line-height: 1.1rem;
      padding: 0 0.5rem;
      border-radius: 0.55rem;
      display: inline-block;
      margin-top: 0.75rem; }
  .goods .info {
    margin: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px #ddd dashed; }
    .goods .info dt {
      margin-bottom: 0.5rem;
      font-size: 0.75rem; }
    .goods .info dd {
      margin-top: 0.25rem; }
  .goods .main {
    margin: 0 0.75rem; }
    .goods .main .title {
      border: none;
      margin-top: 0.5rem; }
    .goods .main p {
      font-size: 0.75rem;
      margin-top: 0.5rem; }
    .goods .main img {
      width: 100%;
      margin-top: 0.5rem; }
  .goods .btn {
    height: 2.25rem;
    line-height: 2.25rem;
    position: fixed;
    bottom: 0.25rem;
    left: 0.75rem;
    right: 0.75rem;
    border-radius: 1.125rem;
    background-color: #e82f2f;
    color: #fff;
    font-size: 0.9rem;
    text-align: center; }
  .goods .pop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10; }
    .goods .pop .inside {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 11;
      padding: 0.75rem; }
      .goods .pop .inside dl dt {
        font-size: 1.05rem;
        text-align: center;
        line-height: 1.8rem; }
      .goods .pop .inside dl dd {
        overflow: hidden;
        margin-top: 0.5rem; }
        .goods .pop .inside dl dd p {
          font-size: 0.3rem;
          float: left;
          height: 1.5rem;
          line-height: 1.5rem;
          margin-top: 0.5rem;
          width: 2.5rem; }
        .goods .pop .inside dl dd ul {
          padding-left: 2.5rem; }
          .goods .pop .inside dl dd ul li {
            display: inline-block;
            line-height: 1.5rem;
            height: 1.5rem;
            background-color: #eee;
            padding: 0 0.75rem;
            border-radius: 0.75rem;
            margin-left: 0.5rem;
            margin-top: 0.5rem; }
            .goods .pop .inside dl dd ul li.on {
              background-color: #e82f2f;
              color: #fff; }
      .goods .pop .inside .num {
        margin-top: 1rem;
        border-bottom: #f5f5f7 1px solid; }
        .goods .pop .inside .num .in {
          margin-top: 0.25rem;
          height: 1.5rem;
          line-height: 1.5rem;
          border: #999 1px solid;
          color: #666;
          display: inline-block;
          vertical-align: middle; }
          .goods .pop .inside .num .in span {
            float: left;
            display: block;
            height: 1.5rem;
            width: 1.5rem;
            text-align: center;
            font-size: 0.75rem; }
          .goods .pop .inside .num .in .input {
            float: left;
            width: 3rem;
            border-left: #999 1px solid;
            border-right: #999 1px solid; }
            .goods .pop .inside .num .in .input input {
              display: block;
              width: 3rem;
              height: 1.5rem;
              font-size: 0.9rem;
              text-align: center;
              color: #28282a; }
        .goods .pop .inside .num em {
          margin-left: 0.5rem;
          display: inline-block;
          vertical-align: middle;
          color: #999; }
      .goods .pop .inside .foot {
        border-top: #eee 1px solid;
        margin-top: 0.75rem;
        text-align: center;
        padding-top: 0.75rem; }
        .goods .pop .inside .foot span {
          display: inline-block;
          width: 38%;
          margin: 0 0.5rem;
          height: 1.8rem;
          line-height: 1.8rem;
          background-color: #eee;
          font-size: 0.95rem;
          text-align: center;
          border-radius: 1.125rem; }
          .goods .pop .inside .foot span.on {
            background-color: #e82f2f;
            color: #fff; }

.int {
  margin-top: 0.5rem;
  padding-bottom: 3rem;
  padding-top: 2.25rem; }
  .int .name {
    padding: 0 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #999;
    font-size: 0.75rem; }
    .int .name span {
      color: #e82f2f;
      margin-right: 0.125rem; }
  .int ul {
    margin-bottom: 0.5rem; }
    .int ul li {
      padding: 0 0.75rem;
      background-color: #f5f5f7;
      height: 2.2rem;
      line-height: 2.2rem;
      margin-top: 0.025rem;
      position: relative; }
      .int ul li p {
        float: left;
        font-size: 0.7rem; }
      .int ul li i {
        color: #bbb;
        position: absolute;
        right: 0.5rem;
        top: 0; }
        .int ul li i.icon-infofill {
          color: #e82f2f; }
      .int ul li em {
        background-color: #e82f2f;
        color: #fff;
        border-radius: 0.5rem;
        padding: 0 0.2rem; }
      .int ul li.input {
        padding: 0 0.75rem; }
        .int ul li.input input {
          display: block;
          width: 100%;
          height: 2.2rem; }
      .int ul li.textarea {
        height: auto;
        overflow: hidden;
        padding: 0.5rem 0.5rem; }
        .int ul li.textarea textarea {
          height: 3.3rem;
          line-height: 1.1rem;
          display: block;
          width: 100%; }
      .int ul li.select {
        position: relative;
        height: 2.2rem; }
        .int ul li.select select {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 2.2rem;
          opacity: 0; }
        .int ul li.select:before {
          font-family: iconfont;
          content: "\e60b";
          color: #bbb;
          font-size: 0.6rem;
          float: right; }
      .int ul li.face {
        height: auto;
        overflow: hidden;
        position: relative;
        text-align: center;
        border-top: #eee 1px solid;
        padding-bottom: 0.75rem; }
        .int ul li.face img {
          width: 100%; }
        .int ul li.face .upload {
          position: relative;
          margin: 0.75rem auto;
          overflow: hidden;
          height: 1.5rem;
          width: 40%; }
          .int ul li.face .upload h1 {
            font-size: 0.75rem;
            background-color: #e82f2f;
            color: #fff;
            border-radius: 0.75rem;
            padding: 0 0.75rem;
            height: 1.5rem;
            line-height: 1.5rem; }
          .int ul li.face .upload input {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 200%;
            font-size: 20rem;
            opacity: 0;
            height: 1.5rem; }
    .int ul.clist li.on i:before, .int ul.clists li.on i:before {
      content: "\e65d";
      color: #e82f2f;
      font-size: 1rem; }
  .int .btn {
    height: 2.25rem;
    line-height: 2.25rem;
    position: fixed;
    bottom: 0.25rem;
    left: 0.75rem;
    right: 0.75rem;
    border-radius: 1.125rem;
    background-color: #e82f2f;
    color: #fff;
    font-size: 0.9rem;
    text-align: center; }
  .int .add {
    height: 1.05rem;
    line-height: 1.05rem;
    border-radius: 0.525rem;
    color: #e82f2f;
    font-size: 0.75rem;
    text-align: center;
    text-decoration: underline; }
  .int .num {
    text-align: center;
    margin-top: 0.75rem; }
    .int .num p {
      font-size: 0.75rem;
      text-align: center;
      background: #28282a;
      color: #fff;
      height: 1.05rem;
      line-height: 1.05rem;
      border-radius: 0.525rem;
      display: inline-block;
      padding: 0 0.5rem; }

.confirm {
  padding: 0 0.75rem; }
  .confirm .address {
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: #f5f5f7 1px solid;
    position: relative; }
    .confirm .address dl dt {
      font-size: 0.75rem;
      margin-bottom: 0.5rem; }
    .confirm .address dl dd {
      margin-top: 0.25rem;
      position: relative; }
      .confirm .address dl dd span {
        color: #999; }
      .confirm .address dl dd i {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.5rem;
        height: 1rem;
        line-height: 1rem;
        color: #999; }
    .confirm .address dl.people dt {
      margin-bottom: 1rem; }
    .confirm .address dl.people dd {
      border-bottom: 1px #ddd dashed;
      margin-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .confirm .address i {
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.5rem;
      height: 1rem;
      line-height: 1rem;
      color: #999; }
    .confirm .address h1 {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      color: #e82f2f; }
  .confirm .main {
    overflow: hidden;
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: #f5f5f7 1px solid; }
    .confirm .main .top {
      font-size: 0.75rem;
      margin-bottom: 0.5rem; }
    .confirm .main .pic {
      float: left;
      width: 3rem;
      height: 3rem; }
      .confirm .main .pic img {
        width: 3rem;
        height: 3rem;
        border-radius: 0.25rem; }
    .confirm .main .right {
      padding-left: 3.75rem; }
      .confirm .main .right h1 {
        font-size: 0.9rem;
        height: 2.2rem;
        line-height: 1.1rem; }
      .confirm .main .right .foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #999; }
    .confirm .main .cp {
      height: 1.1rem;
      line-height: 1.1rem;
      margin-top: 0.75rem; }
      .confirm .main .cp span {
        display: inline-block;
        color: #999; }
      .confirm .main .cp b {
        background-color: #f5f5f7;
        color: #666;
        font-size: 0.6rem;
        height: 1.1rem;
        line-height: 1.1rem;
        padding: 0 0.5rem;
        border-radius: 0.55rem;
        display: inline-block; }
    .confirm .main dl {
      margin-top: 0.5rem; }
      .confirm .main dl dd {
        height: 1rem;
        line-height: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .confirm .main dl dd span.on {
          color: #e82f2f; }
  .confirm .data {
    margin-top: 0.75rem; }
    .confirm .data dt {
      font-size: 0.75rem;
      margin-bottom: 0.5rem; }
    .confirm .data dd {
      line-height: 1rem;
      color: #999; }
  .confirm .link {
    display: block;
    width: 17.25rem;
    margin: 0.75rem auto;
    background-color: #e82f2f;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.25rem;
    height: 2.25rem;
    border-radius: 1.125rem;
    text-align: center; }
  .confirm .num {
    margin-top: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: #f5f5f7 1px solid; }
    .confirm .num p {
      color: #999; }
    .confirm .num .inside {
      margin-top: 0.25rem;
      height: 1.5rem;
      line-height: 1.5rem;
      border: #999 1px solid;
      color: #666;
      display: inline-block; }
      .confirm .num .inside span {
        float: left;
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        text-align: center;
        font-size: 0.75rem; }
      .confirm .num .inside .input {
        float: left;
        width: 3rem;
        border-left: #999 1px solid;
        border-right: #999 1px solid; }
        .confirm .num .inside .input input {
          display: block;
          width: 3rem;
          height: 1.5rem;
          font-size: 0.9rem;
          text-align: center;
          color: #28282a; }
  .confirm .pay h1 {
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }
  .confirm .pay ul li i:before {
    content: "\e65f";
    color: #ddd;
    font-size: 1rem; }
  .confirm .pay ul li p {
    font-weight: bold; }
  .confirm .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.2rem;
    background-color: #f5f5f7;
    padding: 0 0.75rem;
    line-height: 2.2rem; }
    .confirm .footer .left {
      float: left; }
      .confirm .footer .left p {
        display: inline; }
      .confirm .footer .left b {
        font-size: 0.9rem;
        color: #e82f2f; }
      .confirm .footer .left span {
        color: #e82f2f; }
    .confirm .footer .btn {
      float: right;
      height: 1.5rem;
      line-height: 1.5rem;
      padding: 0 0.75rem;
      background-color: #e82f2f;
      color: #fff;
      font-size: 0.75rem;
      margin-top: 0.35rem;
      border-radius: 0.75rem; }

.orderList {
  margin-top: 0.5rem;
  background-color: #fff; }
  .orderList ul {
    padding: 0 0.75rem; }
    .orderList ul li {
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem;
      border-radius: 0.25rem; }
      .orderList ul li:first-child {
        border: none; }
      .orderList ul li .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 1.5rem;
        line-height: 1.5rem;
        border-bottom: #eee 1px solid;
        padding: 0 0.5rem; }
      .orderList ul li a {
        display: block;
        overflow: hidden;
        padding: 0 0.5rem;
        margin-top: 0.25rem; }
        .orderList ul li a .pic {
          float: left;
          width: 3rem;
          height: 3rem;
          border-radius: 0.5rem; }
          .orderList ul li a .pic img {
            display: block;
            width: 3rem;
            height: 3rem;
            border-radius: 0.5rem; }
        .orderList ul li a .right {
          padding-left: 3.75rem; }
          .orderList ul li a .right h1 {
            font-size: 0.9rem;
            height: 1.15rem;
            line-height: 1.15rem;
            padding-right: 1.5rem;
            margin-top: 0.15rem; }
          .orderList ul li a .right p {
            color: #666;
            line-height: 0.9rem;
            height: 0.9rem;
            font-size: 0.6rem;
            text-align: right; }
          .orderList ul li a .right i {
            position: absolute;
            right: 0;
            top: 0.5rem;
            color: #bbbbbb;
            font-size: 1.5rem;
            height: 1rem;
            line-height: 1rem; }
          .orderList ul li a .right span {
            color: #666; }
      .orderList ul li .foot {
        margin-top: 0.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #bbb;
        padding: 0 0.5rem; }
        .orderList ul li .foot .left span {
          height: 0.75rem;
          line-height: 0.75rem;
          padding: 0 0.125rem;
          font-size: 0.6rem;
          border-radius: 0.075rem;
          color: #e82f2f; }
        .orderList ul li .foot .left b {
          font-size: 0.9rem;
          margin-left: 0.125rem;
          color: #e82f2f; }
        .orderList ul li .foot .btn {
          background-color: #e82f2f;
          color: #fff;
          border-radius: 0.75rem;
          padding: 0 0.75rem;
          height: 1.5rem;
          line-height: 1.5rem; }
  .orderList .tab {
    margin-bottom: 0.25rem; }
    .orderList .tab dl {
      padding-left: 0.75rem; }
      .orderList .tab dl dd {
        display: inline-block;
        background-color: #eee;
        color: #999;
        border-radius: 0.75rem;
        padding: 0 0.75rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem; }
        .orderList .tab dl dd.on {
          background-color: #e82f2f;
          color: #fff; }

.addList {
  padding: 0 0.75rem;
  position: relative; }
  .addList .link {
    display: block;
    width: 17.25rem;
    margin: 0.75rem auto;
    background-color: #e82f2f;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.25rem;
    height: 2.25rem;
    border-radius: 1.125rem;
    text-align: center; }
  .addList ul li {
    border-bottom: #f5f5f7 1px solid;
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative; }
    .addList ul li.on i:before {
      content: "\e65d";
      color: #e82f2f;
      font-size: 1rem;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.5rem; }
    .addList ul li .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 1rem;
      line-height: 1rem; }
      .addList ul li .top .cz span {
        background-color: #eee;
        color: #999;
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 0.5rem;
        border-radius: 0.4rem;
        display: inline-block;
        vertical-align: middle; }
        .addList ul li .top .cz span.on {
          background: none;
          color: #e82f2f; }
      .addList ul li .top .cz i {
        color: #bbb;
        display: inline-block;
        font-size: 0.8rem;
        vertical-align: middle;
        margin-left: 0.25rem; }
    .addList ul li .foot {
      margin-top: 0.125rem; }
      .addList ul li .foot span {
        color: #999; }

.new_list {
  background-color: #FAFAFA;
  min-height: 100vh; }
  .new_list .cont {
    padding: 1rem 0.5rem 0.5rem 1rem; }
    .new_list .cont .tabMenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .new_list .cont .tabMenu dd {
        padding: 0 0.75rem;
        line-height: 1.35rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        background-color: #F5F5F7;
        border-radius: 99em;
        color: #999999; }
        .new_list .cont .tabMenu dd.curr {
          background-color: #e82f2f;
          color: #FFF; }
      .new_list .cont .tabMenu.max dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center; }
  .new_list ul.list {
    padding-bottom: 2.5rem; }
    .new_list ul.list.book {
      padding-bottom: 0; }
    .new_list ul.list li {
      margin: 0 1rem 0.75rem;
      background-color: #FFF;
      border-radius: 0.35rem;
      box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05);
      overflow: hidden; }
      .new_list ul.list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 6.25rem; }
      .new_list ul.list li .img {
        background-size: cover;
        width: 6.25rem; }
      .new_list ul.list li .info {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 0.55rem;
        color: #999; }
        .new_list ul.list li .info .name {
          font-size: 0.825rem;
          font-weight: bold;
          line-height: 1;
          color: #333; }
        .new_list ul.list li .info .teacher {
          margin-top: 0.5rem;
          color: #666; }
          .new_list ul.list li .info .teacher .fIco {
            font-size: 0.6rem;
            margin-right: 0.25rem; }
        .new_list ul.list li .info p {
          margin-top: 0.25rem; }
        .new_list ul.list li .info .price {
          margin-top: auto;
          color: #e82f2f;
          font-size: 0.625rem;
          line-height: 1; }
          .new_list ul.list li .info .price em {
            font-size: 0.875rem;
            font-weight: bold; }
      .new_list ul.list li .fIco {
        margin: auto 0.5rem auto 0;
        color: #999999;
        font-size: 0.75rem; }

.new_me {
  background-color: #FAFAFA;
  min-height: 100vh; }
  .new_me .meHeader {
    background: url("../img/meHeader.png") center bottom;
    background-size: 100% auto;
    height: 9rem;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .new_me .meHeader .userHead {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 50%;
      border: 0.05rem solid #FFF;
      background-color: #F5F5F7;
      text-align: center; }
      .new_me .meHeader .userHead .default {
        line-height: 2.75rem;
        color: #E4E4EB;
        font-size: 1.75rem; }
    .new_me .meHeader .name {
      margin-top: 0.625rem;
      font-size: 0.9rem; }
  .new_me menu {
    padding: 1.75rem 1rem; }
    .new_me menu dd {
      background-color: #FFF;
      line-height: 2.725rem;
      padding: 0 0.9rem;
      border-radius: 0.35rem;
      box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05); }
      .new_me menu dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .new_me menu dd a .cL {
          font-size: 0.9rem; }

.new_info header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  border: 0; }
  .new_info header .left {
    color: #FFF;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5); }
.new_info .goodsShow {
  background-color: #EEE;
  height: 13.75rem;
  position: relative;
  overflow: hidden; }
  .new_info .goodsShow ul {
    display: -webkit-box; }
    .new_info .goodsShow ul li {
      height: 13.75rem;
      background-size: cover; }
  .new_info .goodsShow .infoText {
    position: absolute; 
    bottom: 0.75rem;
    left: 1rem;  
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.35rem;
    overflow: hidden;
  
    padding: .5rem 1rem;
    box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05); }
    .new_info .goodsShow .infoText .name {
      font-size: 0.8rem; }
      .new_info .goodsShow .infoText .name i {
        font-size: 0.8rem;
        color: #e82f2f; 
        margin-right: 0.4rem; float: left; display: block; width: 1rem;}
      	.new_info .goodsShow .infoText .name  span {
	float: left; display: block; width: 13.2rem;
      	}
    .new_info .goodsShow .infoText .price {
      color: #e82f2f; }
      .new_info .goodsShow .infoText .price em {
        font-size: 0.9rem;
        font-weight: bold;
        display: inline-block;
        vertical-align: -0.075rem; }
  .new_info .goodsShow .swiper-pagination {
    position: absolute;
    bottom: 0.275rem;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .new_info .goodsShow .swiper-pagination .swiper-pagination-bullet {
      border-radius: 10px;
      width: 0.5rem;
      height: 0.2rem;
      background-color: rgba(0, 0, 0, 0.5);
      margin: 0 0.1rem; }
      .new_info .goodsShow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FFF; }
.new_info .contBox {
  padding: 1rem;
  color: #666666;
  line-height: 1.8;
  font-size: 0.6rem; }
  .new_info .contBox .mainTitle {
    line-height: 1;
    padding-bottom: 0.75rem;
    font-size: .9rem;
    font-weight: normal;
    color: #666; } 
  .new_info .contBox.teacher .user {
    margin-bottom: 0.5rem;
    line-height: 1.625rem;
    font-weight: bold;
    color: #333; }
    .new_info .contBox.teacher .user .head {
      width: 1.625rem;
      height: 1.625rem;
      background-color: #F5F5F7;
      display: inline-block;
      border-radius: 50%;
      margin-right: 0.5rem;
      text-align: center;
      font-size: 1rem;
      color: #E4E4EB;
      vertical-align: -0.15rem; }
  .new_info .contBox.address ul li {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #EEE; }
    .new_info .contBox.address ul li:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    .new_info .contBox.address ul li h3 {
      font-size: 0.75rem;
      font-weight: normal;
      color: #333; }
  .new_info .contBox.infoShow {
    padding: 0;
    padding-bottom: 3.75rem; }
    .new_info .contBox.infoShow .mainTitle {
      padding: 1rem; }
    .new_info .contBox.infoShow img {
      width: 100%; }
.new_info hr {
  height: 0.5rem;
  border: 0;
  background-color: #F5F5F7; }

.buyBtn {
  position: fixed;
  border: 0;
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  background-color: #636345;
  z-index: 10;
  border-radius: 99em;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .buyBtn .text {
    color: #e82f2f;
    background-color: #FFF;
    line-height: 1.75rem;
    border-radius: 99em;
    margin-left: 0.25rem;
    width: 8rem;
    font-size: 0.75rem; }
  .buyBtn button {
    border: 0;
    background: none;
    color: #FFF;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.9rem; }
  .buyBtn i {
    font-size: 1rem;
    display: inline-block;
    padding-right: 0.4rem;
    vertical-align: -0.05rem; }

.new_book {
  background-color: #FAFAFA;
  min-height: 100vh;
  padding-bottom: 3rem;
  box-sizing: border-box; }
  .new_book .contBox {
    padding: 1rem; }
    .new_book .contBox .courseInfo {
      margin-bottom: 0.75rem;
      background-color: #FFF;
      border-radius: 0.35rem;
      box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .new_book .contBox .courseInfo .img {
        width: 4.5rem;
        height: 4.5rem;
        background-size: cover; }
      .new_book .contBox .courseInfo .info {
        padding: 0.625rem 1rem 0.75rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 0.55rem;
        color: #999; }
        .new_book .contBox .courseInfo .info .top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .new_book .contBox .courseInfo .info .top .name {
            font-size: 0.825rem;
            font-weight: bold;
            line-height: 1.5;
            color: #333; }
          .new_book .contBox .courseInfo .info .top .price {
            white-space: nowrap;
            color: #e82f2f;
            font-size: 0.625rem;
            line-height: 1; }
            .new_book .contBox .courseInfo .info .top .price em {
              font-size: 0.875rem;
              font-weight: bold; }
        .new_book .contBox .courseInfo .info .teacher {
          margin-top: 0.25rem;
          color: #666; }
          .new_book .contBox .courseInfo .info .teacher .fIco {
            font-size: 0.6rem;
            margin-right: 0.25rem; }
        .new_book .contBox .courseInfo .info p {
          margin-top: auto;
          line-height: 1; }
    .new_book .contBox .optionDate {
      background-color: #FFF;
      border-radius: 0.35rem;
      box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05); }
      .new_book .contBox .optionDate .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 2.75rem;
        padding: 0 1rem; }
        .new_book .contBox .optionDate .top .tabDate {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .new_book .contBox .optionDate .top .tabDate dd, .new_book .contBox .optionDate .top .tabDate dt {
            margin-left: 0.75rem;
            font-size: 0.55rem; }
          .new_book .contBox .optionDate .top .tabDate dd {
            color: #e82f2f; }
            .new_book .contBox .optionDate .top .tabDate dd i {
              display: inline-block;
              vertical-align: -0.05rem; }
          .new_book .contBox .optionDate .top .tabDate dt {
            font-size: 0.75rem; }
      .new_book .contBox .optionDate .dateOp {
        background-color: #fafafa;
        height: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.25rem;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.02); }
        .new_book .contBox .optionDate .dateOp dd {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          line-height: 1;
          margin-bottom: -0.1rem; }
          .new_book .contBox .optionDate .dateOp dd p {
            font-size: 0.5rem;
            padding-top: 0.125rem;
            padding-bottom: 0.125rem; }
          .new_book .contBox .optionDate .dateOp dd em {
            font-size: 0.825rem;
            font-weight: bold; }
          .new_book .contBox .optionDate .dateOp dd i {
            font-size: 0.25rem;
            padding-top: 0.075rem; }
          .new_book .contBox .optionDate .dateOp dd.curr {
            background-color: #e82f2f;
            color: #FFF;
            border-radius: 0.25rem 0.25rem 0 0;
            margin-top: 0.25rem; }
      .new_book .contBox .optionDate .cont {
        padding: 1rem; }
        .new_book .contBox .optionDate .cont h3 {
          font-size: 0.7rem;
          padding-bottom: 0.75rem; }
        .new_book .contBox .optionDate .cont ul {
          padding-bottom: 0.25rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .new_book .contBox .optionDate .cont ul li {
            margin-right: 4%;
            margin-bottom: 0.5rem;
            width: 20%;
            border: 0.05rem solid #CCC;
            height: 1.8rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 0.5rem;
            border-radius: 0.25rem; }
            .new_book .contBox .optionDate .cont ul li em {
              font-size: 0.3rem;
              padding-top: 0.125rem;
              color: #e82f2f; }
            .new_book .contBox .optionDate .cont ul li.curr {
              color: #e82f2f;
              border-color: #e82f2f; }
            .new_book .contBox .optionDate .cont ul li.out {
              background-color: #F5F5F7;
              border-color: #F5F5F7;
              color: #CCCCCC; }
              .new_book .contBox .optionDate .cont ul li.out em {
                color: #CCCCCC; }

.new_pay {
  background-color: #FAFAFA;
  min-height: 100vh;
  padding-bottom: 3rem;
  box-sizing: border-box; }
  .new_pay .contBox {
    padding: 1rem; }
    .new_pay .contBox .courseInfo {
      margin-bottom: 1.25rem;
      background-color: #FFF;
      border-radius: 0.35rem;
      box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .new_pay .contBox .courseInfo .img {
        width: 6.35rem;
        height: 6.35rem;
        background-size: cover; }
      .new_pay .contBox .courseInfo .info {
        padding: 0.625rem 1rem 0.6rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 0.55rem;
        color: #999; }
        .new_pay .contBox .courseInfo .info .top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .new_pay .contBox .courseInfo .info .top .name {
            font-size: 0.825rem;
            font-weight: bold;
            line-height: 1.5;
            color: #333; }
          .new_pay .contBox .courseInfo .info .top .price {
            white-space: nowrap;
            color: #e82f2f;
            font-size: 0.625rem;
            line-height: 1; }
            .new_pay .contBox .courseInfo .info .top .price em {
              font-size: 0.875rem;
              font-weight: bold; }
        .new_pay .contBox .courseInfo .info .teacher {
          margin-top: 0.25rem;
          color: #666; }
          .new_pay .contBox .courseInfo .info .teacher .fIco {
            font-size: 0.6rem;
            margin-right: 0.25rem; }
        .new_pay .contBox .courseInfo .info dl {
          margin-top: auto;
          line-height: 1.5; }
          .new_pay .contBox .courseInfo .info dl dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .new_pay .contBox .courseInfo .info dl dd label {
              white-space: nowrap; }
    .new_pay .contBox .payBox h2 {
      font-size: 1rem; }
    .new_pay .contBox .payBox ul {
      margin-top: 1rem; }
      .new_pay .contBox .payBox ul li {
        margin-bottom: 0.75rem;
        background-color: #FFF;
        border-radius: 0.35rem;
        box-shadow: 0 0.1rem 0.275rem rgba(0, 0, 0, 0.05);
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 0.75rem;
        height: 2.25rem; }
        .new_pay .contBox .payBox ul li .type {
          height: 1.25rem;
          line-height: 1.25rem;
          white-space: nowrap;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 0.9rem; }
          .new_pay .contBox .payBox ul li .type img {
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.3rem; }
        .new_pay .contBox .payBox ul li .fIco {
          font-size: 1rem;
          color: #e82f2f; }
        	
        	
        	
        	
