@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/******x reset end*****/
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

html,
body {
  -webkit-overflow-scrolling: touch; }

a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

.clear {
  clear: both;
  *zoom: 1; }

.cf:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ""; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*显示类*/
.hide,
.hidden {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.block {
  display: block; }

.inline {
  display: inline; }

.inlineblock,
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*位置浮动类*/
.float-left,
.pull-left {
  float: left; }

.float-right,
.pull-right {
  float: right; }

.vertical-middle {
  vertical-align: middle; }

.over-hide,
.over-hidden {
  overflow: hidden; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.scroll-auto,
.scrollauto {
  overflow: auto; }

.scroll {
  overflow: auto; }

/*内联文本类*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-nowrap,
.nowrap {
  white-space: nowrap; }

.breakall,
.break-all,
.text-break {
  word-break: break-all; }

.text-bold,
.font-bold {
  font-weight: bold !important; }

.text-lowercase,
.lowercase {
  text-transform: lowercase !important; }

.text-uppercase,
.uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

.hover-transition {
  transition: all 0.35s ease; }

body {
  font-family: "PingFang SC", "PingHei", "STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "microsoft yahei", "SimHei", "tahoma", "Arial", "Verdana", "sans-serif";
  color: #333333; }

textarea,
input {
  outline: none; }

html {
  font-size: 10vw; }

img {
  max-width: 100%;
  vertical-align: top; }

.line1, .course-list-page .list .item .info-box .img-box p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.warp {
  width: 10rem;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  padding-bottom: 0.4rem; }
  .warp.warp-top {
    min-height: calc(100vh - 1.06667rem); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.0666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 10; }
  .header .back {
    position: absolute;
    top: 50%;
    left: 0.4666666667rem;
    width: 0.2666666667rem;
    height: 0.4266666667rem;
    margin-top: -0.2133333333rem;
    background: url(/v4/img/icon_back.png) no-repeat top center/100% auto; }
  .header .title {
    font-size: 0.4533333333rem;
    }

.course-detail-page {
  background: url(/v4/img/course/top.png) no-repeat top center/100% auto;
  padding-top: 1.4666666667rem;
  padding-bottom: 1.3333333333rem; }
  .course-detail-page .course-info {
    width: 9.36rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(202, 208, 224, 0.5);
    border-radius: 16px;
    padding: 0.6666666667rem 0.3333333333rem 0.1333333333rem;
    position: relative;
    margin: 0 auto 0.6666666667rem; }
    .course-detail-page .course-info .tt {
      font-size: 0.4533333333rem;
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 0.2666666667rem; }
      .course-detail-page .course-info .tt span {
        line-height: 0.5333333333rem;
        background: #FFFFFF;
        border-radius: 2px;
        border: 2px solid #1490FF;
        font-size: 0.3466666667rem;
        color: #1490FF;
        padding: 0 0.2rem;
        margin-right: 0.1333333333rem; }
    .course-detail-page .course-info .info {
      padding-left: 0.6666666667rem;
      margin-bottom: 0.3333333333rem;
      font-size: 0.3466666667rem;
      color: #878FA0;
      position: relative; }
      .course-detail-page .course-info .info.num:after {
        background: url(/v4/img/course/icon3.png) no-repeat top center/100% auto; }
      .course-detail-page .course-info .info.address:after {
        background: url(/v4/img/course/icon4.png) no-repeat top center/100% auto; }
      .course-detail-page .course-info .info.time:after {
        background: url(/v4/img/course/icon5.png) no-repeat top center/100% auto; }
      .course-detail-page .course-info .info.desc:after {
        background: url(/v4/img/course/icon6.png) no-repeat top center/100% auto; }
      .course-detail-page .course-info .info:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0.5333333333rem;
        height: 0.5333333333rem;
        margin-top: -0.2666666667rem; }
    .course-detail-page .course-info .price-box {
      height: 1.1333333333rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #DDDDDD; }
      .course-detail-page .course-info .price-box .has-num {
        display: flex;
        align-items: center; }
        .course-detail-page .course-info .price-box .has-num span {
          font-size: 0.2933333333rem;
          color: #878FA0; }
        .course-detail-page .course-info .price-box .has-num .tips {
          font-size: 0.2666666667rem;
          color: #fff;
          height: 0.5333333333rem;
          background: linear-gradient(180deg, #FEC714 0%, #FF6F16 100%);
          box-shadow: 0px 2px 3px 0px rgba(255, 139, 0, 0.2);
          border-radius: 0.1066666667rem;
          padding: 0 0.2rem;
          margin-left: 0.2rem; }
      .course-detail-page .course-info .price-box .price {
        font-size: 0.5333333333rem;
        color: #FF4831; }
        .course-detail-page .course-info .price-box .price span {
          font-size: 0.32rem; }
  .course-detail-page .class-info {
    padding: 0 0.56rem;
    margin-bottom: 0.6666666667rem; }
    .course-detail-page .class-info h3 {
      position: relative;
      padding-left: 1.0666666667rem;
      font-size: 0.5866666667rem;
      margin-bottom: 0.4rem; }
      .course-detail-page .class-info h3:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0.6666666667rem;
        height: 0.6666666667rem;
        margin-top: -0.3333333333rem;
        background: url(/v4/img/course/icon1.png) no-repeat top center/100% auto; }
    .course-detail-page .class-info .item {
      display: flex;
      align-items: center;
      position: relative;
      margin-bottom: 0.2666666667rem; }
      .course-detail-page .class-info .item .key {
        font-size: 0.4rem;
        width: 25%;
        font-weight: bold;
        color: #333; }
      .course-detail-page .class-info .item .val {
        flex: 1;
        font-size: 0.4rem;
        width: 100%;
        color: #878FA0;
        padding-right: 0.4rem; }
    .course-detail-page .class-info .icon-arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 0.16rem;
      height: 0.2933333333rem;
      margin-top: -0.1466666667rem;
      background: url(/v4/img/course/icon_arrow.png) no-repeat top center/100% auto; }
  .course-detail-page .arrangement-info {
    padding: 0 0.56rem;
    margin-bottom: 1.0666666667rem; }
    .course-detail-page .arrangement-info h3 {
      position: relative;
      padding-left: 1.0666666667rem;
      font-size: 0.5866666667rem;
      margin-bottom: 0.4rem; }
      .course-detail-page .arrangement-info h3:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0.6666666667rem;
        height: 0.6666666667rem;
        margin-top: -0.3333333333rem;
        background: url(/v4/img/course/icon2.png) no-repeat top center/100% auto; }
    .course-detail-page .arrangement-info .list {
      margin-bottom: 0.4rem; }
      .course-detail-page .arrangement-info .list .item {
        display: flex;
        position: relative;
        margin-bottom: 0.2666666667rem; }
        .course-detail-page .arrangement-info .list .item .key {
          font-size: 0.4rem;
          width: 25%;
          font-weight: bold; }
        .course-detail-page .arrangement-info .list .item .val {
          flex: 1;
          font-size: 0.4rem;
          width: 100%;
          color: #878FA0;
          padding: 0.2666666667rem 0 0.2666666667rem 0.4rem;
          border-bottom: 1px solid #DDDDDD; }
          .course-detail-page .arrangement-info .list .item .val span {
            height: 0.4266666667rem;
            border-radius: 2px;
            font-size: 0.2666666667rem;
            color: #B9C3D5;
            border: 1px solid #B9C3D5;
            margin-left: 0.0666666667rem;
            padding: 0 0.1333333333rem; }
            .course-detail-page .arrangement-info .list .item .val span.active {
              border: 1px solid #1490FF;
              color: #1490FF; }
          .course-detail-page .arrangement-info .list .item .val .time {
            color: #333;
            margin-bottom: 0.2666666667rem; }
    .course-detail-page .arrangement-info .view-all {
      width: 4rem;
      line-height: 1.0666666667rem;
      background: #F4F4F4;
      font-size: 0.4rem;
      border-radius: 1.0666666667rem;
      margin: 0 auto;
      display: block;
      color: #333;
      text-align: center; }
  .course-detail-page .submit {
    font-size: 0.4266666667rem;
    color: #fff;
    width: 9.4933333333rem;
    line-height: 1.0666666667rem;
    background: linear-gradient(90deg, #FF4831 0%, #FF8042 100%);
    box-shadow: 0px 2px 12px 0px #e7cccc;
    border-radius: 1.0666666667rem;
    text-align: center;
    margin: 0 auto; }

.school-list-page {
  background: #F4F4F4; }
  .school-list-page .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1333333333rem 0.4rem;
    background: #fff; }
    .school-list-page .search-box .city {
      font-size: 0.3733333333rem;
      padding-right: 0.4rem;
      position: relative; }
      .school-list-page .search-box .city:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px; }
    .school-list-page .search-box .search {
      width: 7.6133333333rem;
      height: 0.9066666667rem;
      background: #F5F9FC;
      border-radius: 0.1066666667rem;
      font-size: 0;
      position: relative; }
      .school-list-page .search-box .search input {
        width: 100%;
        height: 100%;
        font-size: 0.3733333333rem;
        background: #F5F9FC;
        padding: 0 0.2666666667rem;
        padding-right: 1.0666666667rem; }
      .school-list-page .search-box .search .search-btn {
        position: absolute;
        top: 50%;
        right: 0.2666666667rem;
        width: 0.4533333333rem;
        height: 0.4533333333rem;
        margin-top: -0.2266666667rem;
        background: url(/v4/img/school/icon_search.png) no-repeat top center/100% auto; }
  .school-list-page .address-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1333333333rem 0.4rem;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(213, 228, 250, 0.5); }
    .school-list-page .address-box .address {
      font-size: 0.3733333333rem;
      color: #878FA0; }
    .school-list-page .address-box .restart {
      display: flex;
      align-items: center; }
      .school-list-page .address-box .restart img {
        width: 0.8rem; }
      .school-list-page .address-box .restart p {
        font-size: 0.3733333333rem;
        color: #1490FF; }
  .school-list-page .list {
    padding-top: 0.4rem; }
    .school-list-page .list .item {
      width: 9.36rem;
      background: #FFFFFF;
      border-radius: 0.2666666667rem;
      margin: 0 auto 0.32rem;
      padding: 0.36rem 0.4rem; }
      .school-list-page .list .item .name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.2rem;
        position: relative;
        padding-left: 1.0666666667rem; }
        .school-list-page .list .item .name .address {
          font-size: 0.4533333333rem;
          width: 5.8666666667rem; }
        .school-list-page .list .item .name .distance {
          font-size: 0.3733333333rem;
          color: #878FA0; }
      .school-list-page .list .item .info-box {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .school-list-page .list .item .info-box .info {
          width: 5.9466666667rem;
          background: #F5F9FC;
          border-radius: 0.1066666667rem;
          padding: 0.2133333333rem 0.36rem; }
          .school-list-page .list .item .info-box .info p {
            font-size: 0.3466666667rem;
            color: #878FA0;
            padding-left: 0.6666666667rem;
            position: relative;
            margin-bottom: 0.2666666667rem; }
            .school-list-page .list .item .info-box .info p:after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 0.5333333333rem;
              height: 0.5333333333rem;
              margin-top: -0.2666666667rem; }
          .school-list-page .list .item .info-box .info .address:after {
            background: url(/v4/img/school/icon4.png) no-repeat top center/100% auto; }
          .school-list-page .list .item .info-box .info .time:after {
            background: url(/v4/img/school/icon5.png) no-repeat top center/100% auto; }
        .school-list-page .list .item .info-box .view {
          font-size: 0.32rem;
          text-align: center;
          color: #fff;
          width: 2.08rem;
          line-height: 0.64rem;
          background: linear-gradient(270deg, #3BD4FF 0%, #0B81FF 100%);
          border-radius: 0.64rem; }

.course-list-page {
  padding: 0.2666666667rem 0 1.3333333333rem; }
  .course-list-page .nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0.1333333333rem; }
    .course-list-page .nav-box .item {
      margin: 0 0.3066666667rem; }
  .course-list-page .tab-nav {
    height: 1.0666666667rem;
    line-height: 1.0666666667rem;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto; }
    .course-list-page .tab-nav p {
      margin: 0 0.32rem;
      display: inline-block;
      font-size: 0.4rem;
      color: #626977;
      position: relative; }
      .course-list-page .tab-nav p.active {
        color: #333;
        font-weight: bold; }
        .course-list-page .tab-nav p.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0.48rem;
          height: 3px;
          background: #1695FF;
          border-radius: 4px;
          margin-left: -0.24rem; }
  .course-list-page .list {
    padding-top: 0.4rem; }
    .course-list-page .list .item {
      width: 9.36rem;
      background: #FFFFFF;
      box-shadow: 0px 4px 16px 0px rgba(202, 208, 224, 0.5);
      border-radius: 0.2133333333rem;
      margin: 0 auto 0.2666666667rem;
      padding: 0.2666666667rem; }
      .course-list-page .list .item .info-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.2rem; }
        .course-list-page .list .item .info-box .img-box {
          width: 2.4rem;
          height: 2.4rem;
          position: relative; }
          .course-list-page .list .item .info-box .img-box p {
            line-height: 0.5333333333rem;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 0.24rem;
            color: #fff; }
        .course-list-page .list .item .info-box .info {
          width: 6rem; }
          .course-list-page .list .item .info-box .info h3 {
            font-size: 0.4266666667rem;
            margin-bottom: 0.1333333333rem; }
          .course-list-page .list .item .info-box .info .tag-box {
            font-size: 0;
            margin-bottom: 0.2rem; }
            .course-list-page .list .item .info-box .info .tag-box span {
              line-height: 0.4533333333rem;
              border: 1px solid #AF9173;
              margin-right: 0.2rem;
              margin-bottom: 0.2rem;
              padding: 0 0.1333333333rem;
              font-size: 0.32rem;
              color: #AF9173;
              display: inline-block; }
          .course-list-page .list .item .info-box .info .price {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .course-list-page .list .item .info-box .info .price p {
              font-size: 0.32rem;
              color: #FF4831; }
              .course-list-page .list .item .info-box .info .price p span {
                font-size: 0.5333333333rem; }
            .course-list-page .list .item .info-box .info .price .view {
              width: 2.08rem;
              line-height: 0.64rem;
              background: linear-gradient(270deg, #3BD4FF 0%, #0B81FF 100%);
              border-radius: 0.64rem;
              font-size: 0.32rem;
              color: #fff;
              text-align: center; }
      .course-list-page .list .item .tips {
        height: 0.8533333333rem;
        background: #F5F9FC;
        border-radius: 4px;
        font-size: 0.3466666667rem;
        color: #878FA0;
        display: flex;
        align-items: center;
        padding: 0 0.1333333333rem; }
        .course-list-page .list .item .tips span {
          line-height: 0.4266666667rem;
          background: #FFFFFF;
          border: 1px solid #1490FF;
          font-size: 0.2666666667rem;
          color: #1490FF;
          padding: 0 0.0666666667rem;
          margin-right: 0.0666666667rem; }

.school-page {
  padding-top: 3.3333333333rem;
  background: url(/v4/img/school/top.png) no-repeat top center/100% auto; }
  .school-page .info-page {
    background: #FFFFFF;
    border-radius: 0.5333333333rem 0.5333333333rem 0px 0px;
    padding: 0.6666666667rem 0.32rem 0.6666666667rem; }
    .school-page .info-page h3 {
      text-align: center;
      font-size: 0.5333333333rem;
      margin-bottom: 0.4rem; }
    .school-page .info-page .img-box {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0.4rem; }
      .school-page .info-page .img-box .item {
        margin: 0 0.1333333333rem 0.1333333333rem;
        width: 4.2666666667rem; }
    .school-page .info-page .address {
      font-size: 0.4rem;
      position: relative;
      margin-bottom: 0.6666666667rem;
      padding: 0 1.0666666667rem; }
      .school-page .info-page .address:before {
        content: '';
        top: 50%;
        position: absolute;
        width: 0.8533333333rem;
        height: 0.8533333333rem;
        margin-top: -0.4266666667rem; }
      .school-page .info-page .address:before {
        left: 0;
        background: url(/v4/img/school/icon_address.png) no-repeat top center/100% auto; }
      .school-page .info-page .address .phone {
        top: 50%;
        position: absolute;
        width: 0.8533333333rem;
        height: 0.8533333333rem;
        margin-top: -0.4266666667rem;
        right: 0;
        background: url(/v4/img/school/icon_phone.png) no-repeat top center/100% auto; }
    .school-page .info-page .course {
      border-top: 1px solid #DDDDDD;
      padding-top: 0.4rem; }
      .school-page .info-page .course h5 {
        font-size: 0.5866666667rem;
        margin-bottom: 0.2666666667rem; }
      .school-page .info-page .course .info-box {
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(187, 194, 212, 0.5);
        border-radius: 8px;
        padding: 0.3733333333rem; }
        .school-page .info-page .course .info-box .tt {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          margin-bottom: 0.2666666667rem; }
          .school-page .info-page .course .info-box .tt img {
            width: 0.4533333333rem; }
          .school-page .info-page .course .info-box .tt span {
            line-height: 0.4266666667rem;
            border: 1px solid #1490FF;
            font-size: 0.2666666667rem;
            color: #1490FF;
            margin: 0 0.1066666667rem;
            padding: 0 0.1333333333rem; }
          .school-page .info-page .course .info-box .tt p {
            font-size: 0.4rem; }
      .school-page .info-page .course .tag {
        margin-bottom: 0.2666666667rem;
        font-size: 0; }
        .school-page .info-page .course .tag span {
          height: 0.4266666667rem;
          background: #F6F7FA;
          border-radius: 2px;
          margin-right: 0.2666666667rem;
          margin-bottom: 0.2666666667rem;
          padding: 0 0.1333333333rem;
          font-size: 0.2666666667rem;
          color: #626977; }
      .school-page .info-page .course .txt {
        padding-left: 0.6666666667rem;
        font-size: 0.32rem;
        color: #878FA0;
        margin-bottom: 0.2666666667rem;
        position: relative; }
        .school-page .info-page .course .txt:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 0.5333333333rem;
          height: 0.5333333333rem;
          margin-top: -0.2666666667rem; }
        .school-page .info-page .course .txt.icon-address:after {
          background: url(/v4/img/school/icon4.png) no-repeat top center/100% auto; }
        .school-page .info-page .course .txt.icon-time:after {
          background: url(/v4/img/school/icon5.png) no-repeat top center/100% auto; }
        .school-page .info-page .course .txt.icon-desc:after {
          background: url(/v4/img/school/icon6.png) no-repeat top center/100% auto; }
      .school-page .info-page .course .price-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #DDDDDD;
        padding: 0.2666666667rem 0; }
        .school-page .info-page .course .price-box .headimg {
          width: 0.8rem;
          height: 0.8rem; }
        .school-page .info-page .course .price-box .price {
          font-size: 0.32rem;
          color: #FF4831; }
          .school-page .info-page .course .price-box .price span {
            font-size: 0.5333333333rem; }

.course-arrangement-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none; }
  .course-arrangement-float .course-arrangement-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    background: #FFFFFF;
    padding: 0.6666666667rem 0.6rem 0.2666666667rem; }
    .course-arrangement-float .course-arrangement-dialog h3 {
      font-size: 0.6666666667rem;
      margin-bottom: 0.2666666667rem; }
    .course-arrangement-float .course-arrangement-dialog .list {
      height: 50vh;
      overflow: auto; }
      .course-arrangement-float .course-arrangement-dialog .list .item {
        display: flex;
        position: relative;
        margin-bottom: 0.2666666667rem; }
        .course-arrangement-float .course-arrangement-dialog .list .item .key {
          font-size: 0.4rem;
          width: 25%;
          font-weight: bold; }
        .course-arrangement-float .course-arrangement-dialog .list .item .val {
          flex: 1;
          font-size: 0.4rem;
          width: 100%;
          color: #878FA0;
          padding: 0.2666666667rem 0 0.2666666667rem 0.4rem; }
          .course-arrangement-float .course-arrangement-dialog .list .item .val span {
            height: 0.4266666667rem;
            border-radius: 2px;
            font-size: 0.2666666667rem;
            color: #B9C3D5;
            border: 1px solid #B9C3D5;
            margin-left: 0.0666666667rem;
            padding: 0 0.1333333333rem; }
            .course-arrangement-float .course-arrangement-dialog .list .item .val span.active {
              border: 1px solid #1490FF;
              color: #1490FF; }
          .course-arrangement-float .course-arrangement-dialog .list .item .val .time {
            color: #333;
            margin-bottom: 0.2666666667rem; }
    .course-arrangement-float .course-arrangement-dialog .close {
      position: absolute;
      top: 0.64rem;
      right: 0.4rem;
      width: 0.6666666667rem; }

.reserve-course-page {
  background: #F4F4F4;
  padding: 0.2666666667rem 0 0.2666666667rem; }
  .reserve-course-page .nav-box {
    width: 9.36rem;
    height: 3.2rem;
    background: #FFFFFF url(/v4/img/course/reserve_nav_bg.png) no-repeat left bottom/100% auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.5333333333rem;
    padding: 0 0.7333333333rem; }
    .reserve-course-page .nav-box .item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .reserve-course-page .nav-box .item img {
        width: 1.1733333333rem;
        margin-bottom: 0.1333333333rem; }
      .reserve-course-page .nav-box .item p {
        font-size: 0.3466666667rem;
        color: #333; }
  .reserve-course-page .course-box h3 {
    font-size: 0.5866666667rem;
    padding: 0 0.3333333333rem;
    margin-bottom: 0.2666666667rem; }
  .reserve-course-page .course-box .list .item {
    width: 9.36rem;
    background: #FFFFFF;
    border-radius: 0.2666666667rem;
    margin: 0 auto 0.4rem;
    padding: 0.3333333333rem 0.3333333333rem 0.1333333333rem;
    position: relative;
    overflow: hidden; }
    .reserve-course-page .course-box .list .item h5 {
      font-size: 0.4533333333rem;
      margin-bottom: 0.2666666667rem;
      padding-right: 0.8rem; }
    .reserve-course-page .course-box .list .item .info {
      background: #F5F9FC;
      border-radius: 4px;
      padding: 0.2666666667rem;
      margin-bottom: 0.2666666667rem; }
      .reserve-course-page .course-box .list .item .info .txt {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .reserve-course-page .course-box .list .item .info .txt p {
          width: 50%;
          font-size: 0.32rem;
          color: #878FA0; }
    .reserve-course-page .course-box .list .item .links {
      display: flex;
      align-items: all;
      justify-content: space-between;
      height: 1.0666666667rem;
      line-height: 1.0666666667rem; }
      .reserve-course-page .course-box .list .item .links a, .reserve-course-page .course-box .list .item .links .links-item {
        width: 50%;
        border-right: 1px solid #DDDDDD;
        font-size: 0.4266666667rem;
        text-align: center; }
        .reserve-course-page .course-box .list .item .links a:last-child, .reserve-course-page .course-box .list .item .links .links-item:last-child {
          border-right: 0; }
      .reserve-course-page .course-box .list .item .links .edit-btn {
        color: #1490FF; }
      .reserve-course-page .course-box .list .item .links .return-btn {
        color: #FF4831; }
    .reserve-course-page .course-box .list .item .state {
      position: absolute;
      top: -0.4666666667rem;
      right: -0.9333333333rem;
      transform: rotate(45deg);
      background: #DADEE7;
      width: 2.2666666667rem;
      height: 1.4666666667rem;
      line-height: 2.2666666667rem;
      text-align: center;
      font-size: 0.3466666667rem;
      color: #fff; }
      .reserve-course-page .course-box .list .item .state.state1 {
        background: linear-gradient(270deg, #3BD4FF, #0B81FF); }

.live-course-list-bottom {
  padding-bottom: 1.6rem; }

.live-course-list-page {
  background: #F6F7FA; }
  .live-course-list-page .group-item {
    background: #fff; }
    .live-course-list-page .group-item .info {
      padding: 0.4266666667rem; }
      .live-course-list-page .group-item .info h3 {
        font-size: 0.4533333333rem; }
      .live-course-list-page .group-item .info .price {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .live-course-list-page .group-item .info .price p {
          font-size: 0.3466666667rem;
          color: #626977; }
        .live-course-list-page .group-item .info .price .new-price {
          color: #FF4343;
          font-size: 0.3466666667rem;
          margin: 0 0.0666666667rem; }
          .live-course-list-page .group-item .info .price .new-price span {
            font-size: 0.5733333333rem; }
        .live-course-list-page .group-item .info .price .old-price {
          text-decoration: line-through;
          color: #626977;
          font-size: 0.2133333333rem; }
          .live-course-list-page .group-item .info .price .old-price span {
            font-size: 0.3333333333rem; }
  .live-course-list-page .search-box {
    background: #fff;
    padding: 0.2666666667rem 0.5333333333rem 0.1333333333rem;
    font-size: 0;
    position: relative;
    z-index: 110; }
    .live-course-list-page .search-box:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 1.4666666667rem;
      width: 1px;
      height: 0.4rem;
      margin-top: -0.2rem;
      background: #B3B3B3; }
    .live-course-list-page .search-box:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0.8rem;
      width: 0.4rem;
      height: 0.4rem;
      margin-top: -0.2rem;
      background: url(/v4/img/school/icon_search.png) no-repeat top center/100% auto; }
    .live-course-list-page .search-box input {
      height: 0.8rem;
      background: #F6F7FA;
      font-size: 0.32rem;
      padding-left: 1.12rem;
      padding-right: 0.2666666667rem;
      width: 100%;
      border-radius: 0.8rem; }
  .live-course-list-page .filter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 1.0666666667rem;
    z-index: 110;
    position: relative; }
    .live-course-list-page .filter-box .item {
      width: 50%;
      font-size: 0.37rem;
      color: #626977;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .live-course-list-page .filter-box .item.active {
        color: #1490FF; }
        .live-course-list-page .filter-box .item.active:after {
          border-top: 10px solid transparent;
          border-bottom: 10px solid #1490FF;
          margin-bottom: 10px; }
      .live-course-list-page .filter-box .item:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #999999;
        margin-left: 0.2666666667rem; }
  .live-course-list-page .group-list {
    margin: 0.4rem 0; }
    .live-course-list-page .group-list h3 {
      font-size: 0.3733333333rem;
      color: #626977;
      margin-bottom: 0.2666666667rem;
      padding-left: 0.32rem; }
  .live-course-list-page .list {
    margin-top: 0.3333333333rem;
    background-color: #fff; }
    .live-course-list-page .list .item {
      display: flex;
      justify-content: space-between;
      padding: 0.32rem 0.4rem; }
      .live-course-list-page .list .item .img-box {
        width: 3.2rem;
        overflow: hidden; }
      .live-course-list-page .list .item .info-box {
        width: 5.64rem; }
        .live-course-list-page .list .item .info-box h3 {
          font-size: 0.3466666667rem;
          margin-bottom: 0.1333333333rem; }
        .live-course-list-page .list .item .info-box .teacher {
          margin-bottom: 0.1333333333rem;
          font-size: 0.32rem;
          color: #999999; }
        .live-course-list-page .list .item .info-box .tag {
          margin-bottom: 0.1333333333rem;
          font-size: 0; }
          .live-course-list-page .list .item .info-box .tag span {
            width: 1.04rem;
            height: 0.4533333333rem;
            border-radius: 30px;
            color: #32B720;
            background: rgba(50, 183, 32, 0.24);
            font-size: 0.2666666667rem;
            text-align: center;
            margin-right: 0.2666666667rem;
            margin-bottom: 0.2666666667rem;
            display: inline-block; }
            .live-course-list-page .list .item .info-box .tag span.vip {
              background: rgba(255, 223, 163, 0.24);
              color: #FF8600; }
        .live-course-list-page .list .item .info-box .price-box {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .live-course-list-page .list .item .info-box .price-box .price {
            font-size: 0.32rem;
            color: #FF4848; }
            .live-course-list-page .list .item .info-box .price-box .price span {
              font-size: 0.4533333333rem; }
          .live-course-list-page .list .item .info-box .price-box .learn {
            display: flex;
            align-items: center;
            font-size: 0.32rem;
            color: #999999; }
            .live-course-list-page .list .item .info-box .price-box .learn span {
              color: #333; }
  .live-course-list-page .footer-pay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 1.2rem;
    background: #F2F3F4;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2666666667rem; }
    .live-course-list-page .footer-pay .link-box {
      display: flex;
      align-items: center; }
      .live-course-list-page .footer-pay .link-box .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 0.4rem; }
        .live-course-list-page .footer-pay .link-box .item img {
          width: 0.6666666667rem; }
        .live-course-list-page .footer-pay .link-box .item p {
          font-size: 0.2666666667rem;
          color: #5A6B89; }
    .live-course-list-page .footer-pay .btn-box {
      display: flex;
      align-items: center; }
      .live-course-list-page .footer-pay .btn-box .btn1 {
        width: 2.7066666667rem;
        line-height: 0.9866666667rem;
        background: #1490FF linear-gradient(270deg, #FEC714 0%, #FF9016 100%);
        border-radius: 0.6rem;
        font-size: 0.4rem;
        color: #fff;
        text-align: center; }
      .live-course-list-page .footer-pay .btn-box .btn2 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        text-align: center;
        width: 2.6933333333rem;
        height: 0.9866666667rem;
        background: #1490FF linear-gradient(270deg, #FF9A02 0%, #FE5100 100%);
        border-radius: 0.6rem;
        margin-left: 0.2666666667rem; }
        .live-course-list-page .footer-pay .btn-box .btn2 .txt {
          font-size: 0.32rem; }
        .live-course-list-page .footer-pay .btn-box .btn2 .price {
          font-size: 0.2rem; }
          .live-course-list-page .footer-pay .btn-box .btn2 .price span {
            font-size: 0.2533333333rem; }

.type-find-float, .complex-find-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  padding-top: 2.2666666667rem;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .type-find-float .type-find-dialog, .complex-find-float .type-find-dialog {
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    border-top: 1px solid #D8D8D8;
    padding: 0.4rem;max-height: 62vh;}
    .type-find-float .type-find-dialog .type-find-box, .complex-find-float .type-find-dialog .type-find-box {
      height: 50vh;
      overflow: auto;
      margin-bottom: 0.4rem; }
    .type-find-float .type-find-dialog .type-find-item h3, .complex-find-float .type-find-dialog .type-find-item h3 {
      font-size: 0.4rem;
      margin-bottom: 0.4rem; }
    .type-find-float .type-find-dialog .type-find-item .list, .complex-find-float .type-find-dialog .type-find-item .list {
      font-size: 0; }
      .type-find-float .type-find-dialog .type-find-item .list p, .complex-find-float .type-find-dialog .type-find-item .list p {
        line-height: 0.8rem;
        background: #F6F6F6;
        border-radius: 30px;
        padding: 0 0.2rem;
        font-size: 0.3466666667rem;
        margin-bottom: 0.4rem;
        margin-right: 0.4rem;
        display: inline-block; }
        .type-find-float .type-find-dialog .type-find-item .list p.active, .complex-find-float .type-find-dialog .type-find-item .list p.active {
          color: #1490FF;
          background: #ECF6FF; }
  .type-find-float .footer-btn, .complex-find-float .footer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem; }
    .type-find-float .footer-btn p, .complex-find-float .footer-btn p {
      width: 45%;
      line-height: 0.8rem;
      text-align: center;
      color: #1490FF;
      font-size: 0.3733333333rem;
      border-radius: 0.8rem;
      border: 1px solid #1490FF; }
      .type-find-float .footer-btn p.confirm, .complex-find-float .footer-btn p.confirm {
        background: #1490FF;
        color: #fff; }

.complex-find-float .complex-find-dialog {
  background: #FFFFFF;
  border-radius: 0px 0px 15px 15px;
  border-top: 1px solid #D8D8D8;
  padding-bottom: 0.4rem; }
.complex-find-float .complex-list {
  margin-bottom: 0.4rem; }
  .complex-find-float .complex-list p {
    line-height: 1.2rem;
    font-size: 0.37rem;
    color: #626977;
    padding-right: 0.4rem;
    padding: 0 0.4rem;
    position: relative;
     }
    .complex-find-float .complex-list p.active {
      color: #1490FF; }
      .complex-find-float .complex-list p.active:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.4rem;
        width: 0.3866666667rem;
        height: 0.2666666667rem;
        margin-top: -0.1333333333rem;
        background: url(/v4/img/icon_hook.png) no-repeat top center/100% auto; }

.my-learn-page {
  background: #F6F7FA url(/v4/img/my/top.png) no-repeat 0 0/100% auto; }
  .my-learn-page .my-info {
    position: relative;
    height: 4.7066666667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .my-learn-page .my-info .headimg {
      width: 1.4533333333rem;
      height: 1.4533333333rem;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 0.2rem; }
    .my-learn-page .my-info .name {
      text-align: center;
      font-size: 0.3466666667rem;
      color: #fff; }
    .my-learn-page .my-info .store {
      position: absolute;
      right: 0.4rem;
      top: 0.4rem;
      width: 0.4533333333rem; }
  .my-learn-page .nav-box {
    margin: -0.6666666667rem auto 0.5333333333rem;
    width: 8.24rem;
    height: 1.3333333333rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 1px rgba(121, 178, 224, 0.33);
    border-radius: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2133333333rem 0; }
    .my-learn-page .nav-box .item {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .my-learn-page .nav-box .item img {
        width: 1.0666666667rem;
        margin-right: 0.0666666667rem; }
      .my-learn-page .nav-box .item p {
        font-size: 0.3466666667rem;
        color: #626977; }
  .my-learn-page .course-box h3 {
    padding-left: 0.32rem;
    font-size: 0.3733333333rem;
    color: #626977;
    margin-bottom: 0.2rem; }
  .my-learn-page .course-box .tab-nav {
    padding-top: 0.2666666667rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding-bottom: 0.5333333333rem; }
    .my-learn-page .course-box .tab-nav p {
      font-size: 0.4rem;
      color: #626977;
      position: relative;
      margin: 0 0.32rem;
      line-height: 0.6666666667rem; }
      .my-learn-page .course-box .tab-nav p.active {
        color: #333; }
        .my-learn-page .course-box .tab-nav p.active:after {
          content: '';
          width: 0.48rem;
          height: 0.08rem;
          background: #1695FF;
          border-radius: 2px;
          position: absolute;
          bottom: -0.1333333333rem;
          left: 50%;
          margin-left: -0.24rem; }
  .my-learn-page .course-box .list {
    background: #FFFFFF;
    padding: 0 0.32rem 0.5333333333rem;
    display: none; }
    .my-learn-page .course-box .list.active {
      display: block; }
    .my-learn-page .course-box .list .item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.5333333333rem; }
      .my-learn-page .course-box .list .item .img-box {
        width: 3.2rem; }
      .my-learn-page .course-box .list .item .info-box {
        width: 5.64rem; }
        .my-learn-page .course-box .list .item .info-box .name {
          color: #333;
          font-size: 0.3466666667rem;
          margin-bottom: 0.2666666667rem; }
        .my-learn-page .course-box .list .item .info-box .tag {
          margin-bottom: 0.2666666667rem;
          font-size: 0; }
          .my-learn-page .course-box .list .item .info-box .tag span {
            line-height: 0.3733333333rem;
            background: #FFF6E9;
            border-radius: 2px;
            padding: 0 0.2rem;
            font-size: 0.2666666667rem;
            color: #FF9A00; }
        .my-learn-page .course-box .list .item .info-box .teacher {
          font-size: 0.32rem;
          color: #626977;
          margin-bottom: 0.1333333333rem; }
        .my-learn-page .course-box .list .item .info-box .schedule {
          text-align: right;
          color: #999999;
          margin-bottom: 0.2rem;
          font-size: 0.2933333333rem; }
        .my-learn-page .course-box .list .item .info-box .progress {
          height: 0.0933333333rem;
          position: relative; }
          .my-learn-page .course-box .list .item .info-box .progress:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(180deg, #43A6FF 0%, #2E7BFE 100%);
            opacity: 0.2; }
          .my-learn-page .course-box .list .item .info-box .progress p {
            height: 100%;
            background: linear-gradient(180deg, #43A6FF 0%, #2E7BFE 100%);
            border-radius: 2px; }

.order-page {
  background: #f6f7fa;
  padding-top: 1.3rem; }
  .order-page .orderInfo {
    width: 9.4666666667rem;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 0.0666666667rem;
    margin: 0 auto 0.2666666667rem; }
    .order-page .orderInfo .productInfoNumCount {
      font-size: 0.2933333333rem;
      font-family: PingFang-SC-Bold, PingFang-SC;
      font-weight: bold;
      color: #212430;
      line-height: 0.4rem;
      text-align: left;
      padding-top: 0.28rem;
      padding-left: 0.2666666667rem; }
    .order-page .orderInfo .productInfoBox {
      width: 8.84rem;
      margin: 0.1066666667rem auto 0;
      padding-top: 0.3333333333rem;
      padding-bottom: 0.4133333333rem;
      border-top: rgba(151, 151, 151, 0.16) solid 2px;
      display: flex;
      align-items: center; }
      .order-page .orderInfo .productInfoBox .productImg {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.2666666667rem;
        border-radius: 3px; }
      .order-page .orderInfo .productInfoBox .productNamePriceNum {
        width: 6.4266666667rem;
        height: 1.4666666667rem; }
        .order-page .orderInfo .productInfoBox .productNamePriceNum .productName {
          width: 5.3333333333rem;
          height: 0.56rem;
          font-size: 0.4rem;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #333333;
          line-height: 0.56rem;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .order-page .orderInfo .productInfoBox .productNamePriceNum .productPriceNum {
          width: 6.2rem;
          height: 0.4933333333rem;
          margin-top: 0.4133333333rem;
          margin-left: 0.04rem;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .order-page .orderInfo .productInfoBox .productNamePriceNum .productPriceNum .productPrice {
            height: 0.4933333333rem;
            font-size: 0.3466666667rem;
            font-family: PingFang-SC-Medium, PingFang-SC;
            font-weight: 500;
            color: #ff4343;
            line-height: 0.4933333333rem;
            text-align: left; }
          .order-page .orderInfo .productInfoBox .productNamePriceNum .productPriceNum .productNum {
            height: 0.4933333333rem;
            font-size: 0.3466666667rem;
            font-family: PingFang-SC-Regular, PingFang-SC;
            font-weight: 400;
            color: #999999;
            line-height: 0.4933333333rem;
            text-align: right; }
    .order-page .orderInfo .orderInfoList {
      width: 8.44rem;
      margin-left: 0.32rem;
      padding: 0.4533333333rem 0; }
      .order-page .orderInfo .orderInfoList .orderInfoBox {
        height: 0.44rem;
        margin-bottom: 0.5333333333rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .order-page .orderInfo .orderInfoList .orderInfoBox .orderInfoName {
          height: 0.44rem;
          font-size: 0.32rem;
          font-family: PingFang-SC-Medium, PingFang-SC;
          font-weight: 500;
          color: #626977;
          line-height: 0.44rem;
          text-align: left; }
        .order-page .orderInfo .orderInfoList .orderInfoBox .orderInfoData {
          font-size: 0.32rem;
          font-family: PingFang-SC-Regular, PingFang-SC;
          font-weight: 400;
          color: #626977;
          line-height: 0.44rem;
          text-align: right;
          position: relative; }
          .order-page .orderInfo .orderInfoList .orderInfoBox .orderInfoData .infoNextIcon {
            width: 0.1066666667rem;
            height: 0.2266666667rem;
            margin-left: 0.1866666667rem;
            position: absolute;
            top: 0.1066666667rem; }
    .order-page .orderInfo .productPriceList {
      width: 8.44rem;
      margin-left: 0.32rem;
      padding-top: 0.4533333333rem;
      padding-bottom: 0.5466666667rem; }
      .order-page .orderInfo .productPriceList .productPriceBox {
        height: 0.44rem;
        margin-bottom: 0.44rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .order-page .orderInfo .productPriceList .productPriceBox:last-child {
          margin-bottom: 0; }
        .order-page .orderInfo .productPriceList .productPriceBox .priceName {
          height: 0.44rem;
          font-size: 0.32rem;
          font-family: PingFang-SC-Medium, PingFang-SC;
          font-weight: 500;
          color: #626977;
          line-height: 0.44rem;
          text-align: left; }
        .order-page .orderInfo .productPriceList .productPriceBox .orderTotalPrice {
          font-size: 0.32rem;
          font-family: PingFang-SC-Bold, PingFang-SC;
          font-weight: bold;
          color: #626977;
          line-height: 0.44rem;
          text-align: right; }
        .order-page .orderInfo .productPriceList .productPriceBox .orderDiscount {
          font-size: 0.32rem;
          font-family: PingFang-SC-Bold, PingFang-SC;
          font-weight: bold;
          color: #ff4343;
          line-height: 0.44rem;
          text-align: right; }
  .order-page .payInfo {
    width: 100%;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.91);
    margin-top: 2.8933333333rem;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .order-page .payInfo .payBox {
      margin-left: 0.32rem;
      display: flex;
      align-items: center; }
      .order-page .payInfo .payBox .payTxt {
        font-size: 0.2666666667rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #5a6b89;
        line-height: 0.3466666667rem;
        text-align: left; }
      .order-page .payInfo .payBox .payPrice {
        font-size: 0.3066666667rem;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #ff4343;
        line-height: 0.4266666667rem;
        letter-spacing: 0.0266666667rem;
        text-align: left;
        margin-left: 0.0666666667rem; }
    .order-page .payInfo .payBtn {
      width: 4.36rem;
      height: 0.9866666667rem;
      background: #1490ff linear-gradient(270deg, #ff9a02 0%, #fe5100 100%);
      border-radius: 0.6rem;
      margin-right: 0.4rem;
      font-size: 0.3733333333rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #fefffe;
      line-height: 0.5333333333rem;
      text-align: center;
      padding-top: 0.2266666667rem; }

.pay-type-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.pay-type-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0 0; }
  .pay-type-dialog .styleHead {
    width: 8.9866666667rem;
    padding-top: 0.4rem;
    padding-bottom: 0.3333333333rem;
    border-bottom: rgba(151, 151, 151, 0.16) solid 1px;
    margin: auto;
    position: relative; }
    .pay-type-dialog .styleHead .styleTitle {
      height: 0.56rem;
      font-size: 0.4rem;
      font-weight: 500;
      color: #333333;
      line-height: 0.56rem;
      text-align: center; }
    .pay-type-dialog .styleHead .closeIcon {
      width: 0.36rem;
      height: 0.36rem;
      position: absolute;
      top: 0.4133333333rem;
      left: 0.28rem; }
  .pay-type-dialog .styleBox {
    width: 8.9866666667rem;
    border-bottom: rgba(151, 151, 151, 0.16) solid 1px;
    margin: auto;
    padding-top: 0.28rem;
    padding-bottom: 0.3066666667rem;
    display: flex;
    align-items: center; }
    .pay-type-dialog .styleBox.active .styleCheck {
      display: block; }
    .pay-type-dialog .styleBox .styleIcon {
      width: 0.9866666667rem;
      height: 0.9866666667rem;
      margin-left: 0.24rem; }
    .pay-type-dialog .styleBox .styleName {
      width: 3.4666666667rem;
      height: 0.4933333333rem;
      font-size: 0.3466666667rem;
      font-weight: 500;
      color: #333333;
      line-height: 0.4933333333rem;
      text-align: left;
      margin-left: 0.2933333333rem;
      margin-right: 3.4666666667rem; }
    .pay-type-dialog .styleBox .styleInsufficient {
      width: 3.88rem;
      margin-left: 0.2933333333rem;
      margin-right: 3.0666666667rem; }
      .pay-type-dialog .styleBox .styleInsufficient .insufficientName {
        height: 0.4933333333rem;
        font-size: 0.3466666667rem;
        font-weight: 500;
        color: #333333;
        line-height: 0.4933333333rem;
        text-align: left;
        margin-bottom: 0.0933333333rem; }
      .pay-type-dialog .styleBox .styleInsufficient .insufficientTxt {
        width: 2.0666666667rem;
        height: 0.3733333333rem;
        font-size: 0.2666666667rem;
        font-weight: 400;
        color: #626977;
        line-height: 0.3733333333rem;
        text-align: left; }
    .pay-type-dialog .styleBox .styleCheck {
      width: 0.3825333333rem;
      height: 0.2710666667rem;
      margin-right: 0.12rem;
      display: none; }
  .pay-type-dialog .payBtn {
    width: 8.5333333333rem;
    height: 1.6rem;
    background: url(/v4/img/payStyle/pay-bg.png) no-repeat 0 0/100% auto;
    font-size: 0.4rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.56rem;
    text-align: center;
    margin: 1.2rem auto 0.3333333333rem;
    padding-top: 0.4933333333rem; }

.paySuccess-page {
  background: #f6f7fa; }
  .paySuccess-page .payResult {
    padding-top: 1.2rem; }
    .paySuccess-page .payResult .payResultIcon {
      width: 2.6933333333rem;
      height: 2.6666666667rem;
      display: block;
      margin: 0 auto 0.5333333333rem; }
    .paySuccess-page .payResult .payResultStatus {
      width: 4.1066666667rem;
      height: 0.9466666667rem;
      font-size: 0.68rem;
      font-family: PingFang-SC-Regular, PingFang-SC;
      font-weight: 400;
      color: #404754;
      line-height: 0.9466666667rem;
      text-align: center;
      margin: auto; }
    .paySuccess-page .payResult .payResultAmount {
      width: 3rem;
      height: 0.8933333333rem;
      font-size: 0.5066666667rem;
      font-family: PingFang-SC-Bold, PingFang-SC;
      font-weight: bold;
      color: #404754;
      line-height: 0.7066666667rem;
      text-align: center;
      margin: 0.3733333333rem auto 0.2533333333rem; }
    .paySuccess-page .payResult .payResultReward {
      height: 0.4933333333rem;
      font-size: 0.3466666667rem;
      font-family: PingFang-SC-Regular, PingFang-SC;
      font-weight: 400;
      color: #626977;
      line-height: 0.4933333333rem;
      text-align: center; }
    .paySuccess-page .payResult .backBtn {
      width: 5.2rem;
      height: 1.1466666667rem;
      background: #1490ff;
      box-shadow: 0 2px 0.2666666667rem 0 #c4e3ff;
      border-radius: 0.6rem;
      margin: 2.16rem auto 0;
      font-size: 0.4rem;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #ffffff;
      line-height: 0.56rem;
      text-align: center;
      padding-top: 0.3066666667rem; }

.personal-page {
  padding-top: 0.2666666667rem; }
  .personal-page .personalInfo {
    background: #f6f7fa; }
    .personal-page .personalInfo .personalInfoBox {
      width: 9.0266666667rem;
      height: 1.16rem;
      margin: auto;
      padding-top: 0.16rem;
      padding-bottom: 0.1466666667rem;
      border-bottom: rgba(151, 151, 151, 0.16) solid 1px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .personal-page .personalInfo .personalInfoBox:last-child {
        border: 0; }
      .personal-page .personalInfo .personalInfoBox .info-r {
        position: relative;
        display: flex;
        align-items: center; }
        .personal-page .personalInfo .personalInfoBox .info-r input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0; }
      .personal-page .personalInfo .personalInfoBox .infoCategory {
        width: 0.8rem;
        height: 0.56rem;
        font-size: 0.35rem;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #626977;
        line-height: 0.56rem;
        text-align: center;
        margin-left: 0.1466666667rem;
      }
      .personal-page .personalInfo .personalInfoBox .infoAvatar {
        width: 1.0178666667rem;
        height: 1.0178666667rem;
        margin-left: 6.48rem;
        margin-right: 0.3733333333rem;
        border-radius: 50%; }
      .personal-page .personalInfo .personalInfoBox .infoData {
        width: 2.8rem;
        height: 0.64rem;
        font-size: 0.4rem;
        font-family: PingFang-SC-Regular, PingFang-SC;
        font-weight: 400;
        color: #626977;
        line-height: 0.56rem;
        text-align: right;
        margin-right: 0.1866666667rem;
        margin-left: 4.8933333333rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .personal-page .personalInfo .personalInfoBox .infoData select {
          color: #626977;
          font-size: 0.4rem;
          appearance: none; }
      .personal-page .personalInfo .personalInfoBox .infoNextIcon {
        width: 0.134rem;
        height: 0.2946666667rem;
        margin-right: 0.0666666667rem; }
      .personal-page .personalInfo .personalInfoBox .infoContact {
        text-align: right;
        outline-style: none;
        border: 0;
        padding: 0.28rem;
        margin-left: 1.3333333333rem;
        width: 6.6666666667rem;
        background: #f6f7fa;
        font-size: 0.4rem;
        font-family: PingFang-SC-Regular, PingFang-SC;
        font-weight: 400;
        color: #626977;
        line-height: 0.56rem; }
  .personal-page .saveBtn {
    width: 8rem;
    height: 1.0666666667rem;
    background: #1490ff;
    box-shadow: 0 2px 0.2666666667rem 0 #c4e3ff;
    border-radius: 0.6rem;
    margin: 1.5466666667rem auto 0;
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.56rem;
    text-align: center;
    padding-top: 0.2666666667rem; }

.ranking-page {
  background: url(/v4/img/ranking/rankTitle-bg.png) no-repeat top center/100% auto;
  padding-top: 5.3333333333rem;
  padding-bottom: 0.5333333333rem; }
  .ranking-page .back {
    position: absolute;
    top: 0.4666666667rem;
    left: 0.4666666667rem;
    width: 0.2666666667rem;
    height: 0.4266666667rem;
    background: url(/v4/img/ranking/icon-back.png) no-repeat top center/100% auto; }
  .ranking-page .grades {
    border-radius: 0.3866666667rem 0.3866666667rem 0 0;
    background: #fff; }
    .ranking-page .grades .myGrades {
      width: 9.0533333333rem;
      height: 2.2rem;
      margin: 0.6133333333rem auto 0;
      display: flex;
      align-items: center; }
      .ranking-page .grades .myGrades .myGradesTitle {
        width: 0.9066666667rem;
        font-size: 0.4533333333rem;
        font-weight: 600;
        color: #1490FF;
        line-height: 0.64rem;
        margin-left: 0.5866666667rem; }
      .ranking-page .grades .myGrades .myGradesAvatar {
        width: 1.0666666667rem;
        height: 1.0666666667rem;
        background: #D8D8D8;
        border-radius: 50%;
        margin-left: 0.3333333333rem;
        margin-right: 0.3333333333rem; }
      .ranking-page .grades .myGrades .myGradesNicknames {
        width: 2.1866666667rem;
        height: 0.5733333333rem;
        font-size: 0.3733333333rem;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        color: #3D4045;
        line-height: 0.5733333333rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .ranking-page .grades .myGrades .myGradesRank {
        width: 1.36rem;
        height: 0.64rem;
        font-size: 0.4533333333rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #1490FF;
        line-height: 0.64rem;
        margin-left: 0.2666666667rem;
        margin-right: 0.4rem; }
      .ranking-page .grades .myGrades .myGradesFractions {
        width: 1.3333333333rem;
        height: 0.5733333333rem;
        font-size: 0.4533333333rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #1490FF;
        line-height: 0.64rem;
        text-align: center; }
  .ranking-page .gradeFrom {
    background: #FFFFFF;
    margin-top: 0.2666666667rem; }
    .ranking-page .gradeFrom .gradeFromTitle {
      width: 8.6666666667rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .ranking-page .gradeFrom .gradeFromTitle span {
        font-size: 0.3733333333rem;
        color: #626977; }
      .ranking-page .gradeFrom .gradeFromTitle span:nth-child(1) {
        text-align: center;
        position: absolute;
        left: 0;
        top: 0; }
      .ranking-page .gradeFrom .gradeFromTitle span:nth-child(2) {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        width: 100%; }
      .ranking-page .gradeFrom .gradeFromTitle span:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0; }
    .ranking-page .gradeFrom .userInfoList {
      width: 8.6666666667rem;
      margin: 0.52rem auto; }
      .ranking-page .gradeFrom .userInfoList .userInfoBoxTop {
        margin-bottom: 0.5333333333rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        position: relative; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop:nth-child(1) .sort {
          height: 0.96rem;
          font-size: 0;
          background: url(/v4/img/ranking/icon-1.png) no-repeat 0 0/100% auto; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop:nth-child(2) .sort {
          height: 0.96rem;
          font-size: 0;
          background: url(/v4/img/ranking/icon-2.png) no-repeat 0 0/100% auto; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop:nth-child(3) .sort {
          height: 0.96rem;
          font-size: 0;
          background: url(/v4/img/ranking/icon-3.png) no-repeat 0 0/100% auto; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop .sort {
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 0.4rem;
          width: 0.6666666667rem;
          color: #626977;
          text-align: center;
          line-height: 1.0666666667rem; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop .user-info {
          display: flex;
          align-items: center; }
          .ranking-page .gradeFrom .userInfoList .userInfoBoxTop .user-info .userInfoAvatar {
            width: 1.0666666667rem;
            height: 1.0666666667rem;
            background: #D8D8D8;
            border-radius: 50%;
            margin-right: 0.2666666667rem; }
          .ranking-page .gradeFrom .userInfoList .userInfoBoxTop .user-info .userInfoNicknames {
            width: 4rem;
            height: 0.5733333333rem;
            font-size: 0.3733333333rem;
            font-family: PingFang-SC-Bold, PingFang-SC;
            font-weight: bold;
            color: #3D4045;
            line-height: 0.5733333333rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .ranking-page .gradeFrom .userInfoList .userInfoBoxTop .userInfoFractions {
          font-size: 0.48rem;
          color: #3D4045;
          position: absolute;
          right: 0;
          line-height: 1.0666666667rem;
          top: 0; }

.footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.33333rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.66667rem;
  z-index: 10;
  border-top: 1px solid #f4f4f4;
  padding: 0 0.26667rem; }
.footer-nav a, .footer-nav .item {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0.8rem;
  font-size: 0.34667rem;
  text-align: center;
  color: #999; }
.footer-nav a.active, .footer-nav .item.active {
  color: #4ec9ff; }
.footer-nav a:after, .footer-nav .item:after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 50%;
  width: 0.96667rem;
  height: 0.96667rem;
  margin-left: -0.4633rem;
}
.footer-nav .icon-home.active:after {
  background: url(/v2/icon/footer/index-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-home:after {
  background: url(/v2/icon/footer/index-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-find.active:after {
  background: url(/v2/icon/footer/course-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-find:after {
  background: url(/v2/icon/footer/course-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-study.active:after {
  background: url(/v2/icon/footer/exam-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-study:after {
  background: url(/v2/icon/footer/exam-un.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-live.active:after {
  background: url(/v2/icon/footer/live.png) no-repeat 0 0/100% auto;
}
.footer-nav .icon-live:after {
  background: url(/v2/icon/footer/live.png) no-repeat 0 0/100% auto;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.7rem;
  margin-left: -0.7rem;
}
.footer-nav .icon-my.active:after {
  background: url(/v2/icon/footer/my-dis.png) no-repeat 0 0/100% auto; }
.footer-nav .icon-my:after {
  background: url(/v2/icon/footer/my-un.png) no-repeat 0 0/100% auto; }

.stamp {
  width: 89.3%;
  margin-bottom: 15px;
  margin-left: 3.6%;
  min-height: 120px;
  padding: 0 2%;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #4cb551;
  background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #529be8 4px);
  background-size: 12px 8px;
  background-position: 2%;
}

.stamp:before {
  background-color: #529be8;
  left: 5px;
  right: 5px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.stamp:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 20px 1px rgb(255, 255, 255);
  z-index: -2;
}

.stamp .par {
  float: left;
  padding: 16px 7% 16px 2%;
  width: 54%;
  border-right: 2px dashed rgba(255, 255, 255, 0.3);
  text-align: left;
}

.stamp .copy {
  padding: 13px 2% 12px 4%;
  font-size: 24px;
  display: inline-block;
  width: 30%;
  vertical-align: text-bottom;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: initial;
}

.stamp .par text {
  position: relative;
  top: -5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.stamp .par span {
  font-size: 28px;
  color: #fff;
  margin-right: 5px;
  line-height: 45px;
}

.stamp .par div {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.stamp .copy div {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.stamp .copy .chooseNav {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 3px;
  display: block;
  position: absolute;
  z-index: 99;
  margin-left: 6px;
}

.stamp i {
  position: absolute;
  left: 20%;
  top: 45px;
  height: 190px;
  width: 390px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(-30deg);
}

.page .invalid {
  background: #827d76;
  background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #a9a6a0 4px);
  background-size: 12px 8px;
  background-position: 2%;
}

.page .invalid:before {
  background-color: #a9a6a0;
}
.topTile {
  font-size: 16px;
  margin: 20px 4%;
  color: #333;
}

.couponList {
  margin-bottom: 100px;
}
.school-page .submit {
  position: fixed;
  bottom: 0.4rem;
  left: 50%;
  font-size: 0.4266666667rem;
  color: #fff;
  width: 9.4933333333rem;
  line-height: 1.0666666667rem;
  background: linear-gradient(
          90deg
          , #0683f8 0%, #2dc5f1 100%);
  border-radius: 1.0666666667rem;
  text-align: center;
  margin: 0 auto;
  margin-left: -4.7466666667rem;
  z-index: 1;
  display: block;
}
.footer-nav-model {
  background-color: #fcfdfe;
  box-shadow: 0rem -0.0266666667rem 0.0266666667rem 0rem rgba(221, 232, 243, 0.5);
  width: 100%;
  position: fixed;
  bottom: 0; }
.footer-nav-model .footer-box {
  display: flex;
  justify-content: space-between;
  padding: 0.2666666667rem 0.3733333333rem; }
.footer-nav-model .footer-box .footer-nav-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.28rem; }
.footer-nav-model .footer-box .footer-nav-box .footer-nav-icon {
  width: 0.72rem;
  height: 0.6533333333rem;
  margin-bottom: 0.0666666667rem; }
.footer-nav-model .footer-box .footer-nav-box .footer-nav-txt {
  height: 0.3733333333rem;
  font-size: 0.2666666667rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #767f93;
  line-height: 0.3733333333rem;
  text-align: center; }

/*# sourceMappingURL=main.css.map */
