@charset "UTF-8";
/* helpers */
/* 绝对居中 */
/* 单行溢出省略 */
/*怪异盒模型*/
/*禁止选中文本*/
/* 渐变 */
/*淡出*/
/*淡出*/
/*淡人*/
/*淡出*/
/*** Functions ***/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

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

.clear:after {
  content: "";
  display: block;
  clear: both; }

.float-tag:after {
  content: "";
  display: block;
  clear: both; }

.clear, .float-tag {
  zoom: 1; }

input {
  outline-color: #e0e0e0;
  border-width: 1px; }

html, body {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, sans-serif; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

li {
  list-style: none; }

body {
  background-color: #F2F5F7; }

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

.btn-primary {
  padding: 10px 28px;
  background: #5BA4D4;
  border-radius: 3px;
  font-size: 16px;
  color: #FFFFFF; }

.btn-warning {
  padding: 10px 28px;
  background: #F1721D;
  border-radius: 3px;
  font-size: 16px;
  color: #FFFFFF; }

.card {
  border-radius: 10px;
  border: none;
  padding: 20px 25px; }
  .card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #494949; }

.w100 {
  width: 100% !important; }

header {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  overflow: overlay; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .container .left {
      display: flex;
      align-items: center; }
      header .container .left .logo {
        display: block; }
        header .container .left .logo img {
          height: 40px;
          width: 40px; }
      header .container .left .navi {
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 50px; }
        header .container .left .navi a {
          width: 80px;
          height: 40px;
          font-size: 14px;
          color: #777777;
          line-height: 40px;
          text-align: center; }
    header .container .right {
      display: flex;
      align-items: center; }
      header .container .right .search {
        margin-right: 20px; }
        header .container .right .search a img {
          width: 20px;
          height: 20px;
          display: block; }
        header .container .right .search .search-input {
          display: flex;
          align-items: center; }
          header .container .right .search .search-input input {
            height: 40px;
            width: 200px;
            background: url(https://i.micecube.com/202109/1010172949912.png) no-repeat left center;
            background-size: 20px 20px;
            padding-left: 30px; }
      header .container .right .personal {
        margin-right: 20px; }
        header .container .right .personal .el-dropdown {
          display: block;
          position: relative;
          color: #606266;
          font-size: 14px; }
        header .container .right .personal a img {
          width: 30px;
          height: 30px;
          display: block; }

.banner-img {
  width: 100%; }

.nav {
  width: 100%;
  background-color: #fff; }
  .nav li {
    width: 50%; }
    .nav li a {
      padding: 20px;
      margin: 0 10px;
      color: #949494;
      text-decoration: none;
      display: inline-block;
      font-size: 14px; }
  .nav .li1 a {
    float: right; }
  .nav .li2 a {
    float: left; }
  .nav .active {
    color: #000;
    border-bottom: solid 2px #000; }

.tab-content {
  padding: 0; }

.kc_top {
  text-align: center;
  padding: 20px 0; }
  .kc_top a {
    color: #3A3A3A;
    margin: 0 20px;
    display: inline-block; }
  .kc_top .act {
    color: #B53A51 !important; }

.kc_top_m {
  display: none;
  overflow: hidden;
  text-align: center; }
  .kc_top_m a {
    padding: 10px 0;
    margin: 10px 0;
    display: inline-block;
    width: 18%;
    text-align: center; }
    .kc_top_m a img {
      width: 70%;
      margin-bottom: 10px;
      border-radius: 50%; }
    .kc_top_m a p {
      font-size: 14px;
      margin-bottom: 0; }
  .kc_top_m .act p {
    color: #B53A51; }

.kc_bottom {
  padding: 0 15px;
  padding-bottom: 20px; }
  .kc_bottom li {
    margin-bottom: 30px; }
    .kc_bottom li > a {
      display: block;
      padding-bottom: 10px;
      padding-bottom: 10px;
      background-color: #fff;
      border-radius: 10px; }
      .kc_bottom li > a .img {
        height: 0;
        padding-bottom: 56.25%;
        /* 16:9 */
        position: relative;
        width: 100%; }
        .kc_bottom li > a .img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 10px 10px 0 0; }
      .kc_bottom li > a .text {
        padding: 10px; }
        .kc_bottom li > a .text p {
          height: 42px;
          font-size: 14px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-weight: 500;
          color: #494949; }
        .kc_bottom li > a .text .tag {
          margin: 12px 0; }
          .kc_bottom li > a .text .tag span {
            font-size: 12px;
            color: #777777;
            padding: 3px 5px;
            background: #DDDDDD;
            border-radius: 3px;
            margin-right: 5px; }
        .kc_bottom li > a .text .details {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .kc_bottom li > a .text .details .price {
            font-size: 16px;
            font-weight: 500;
            color: #494949; }
            .kc_bottom li > a .text .details .price span {
              font-size: 14px;
              font-weight: 500;
              color: #AFAFAF;
              text-decoration: line-through; }
          .kc_bottom li > a .text .details .num {
            font-size: 14px;
            color: #AFAFAF; }

@media (max-width: 772px) {
  .container {
    padding: 0; }

  .kc_bottom li {
    width: 50% !important; }

  .kc_top {
    display: none; }

  .kc_top_m {
    display: block; }

  .nav li a {
    padding: 10px; } }
.morenav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0 20px; }
  .morenav ul {
    overflow-y: auto;
    white-space: nowrap;
    margin-bottom: 0; }
    .morenav ul li {
      display: inline-block;
      width: auto !important;
      padding: 19px 0; }
      .morenav ul li a {
        padding: 18px 10px;
        margin: 0 30px;
        color: #949494 !important;
        font-size: 16px; }
    .morenav ul .active {
      color: #257EB8 !important;
      border-bottom: solid 2px #257EB8;
      font-weight: 500; }

.kc_bottom h4 {
  font-size: 20px;
  margin-bottom: 10px; }

/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/
.morenav ul::-webkit-scrollbar {
  display: none; }

@media (max-width: 772px) {
  .kc_bottom h4 {
    font-size: 16px; }

  header {
    padding: 6px; }
    header img {
      height: 38px; } }
.class-info {
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .class-info .left {
    display: flex;
    align-items: center; }
    .class-info .left .img {
      width: 300px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 30px;
      height: 169px; }
      .class-info .left .img img {
        width: 100%;
        height: 100%;
        display: block; }
    .class-info .left .text .tit {
      font-size: 18px;
      font-weight: 600;
      color: #494949; }
    .class-info .left .text .tag {
      margin: 8px 0; }
      .class-info .left .text .tag span {
        font-size: 12px;
        color: #777777;
        padding: 3px 5px;
        background: #DDDDDD;
        border-radius: 3px; }
    .class-info .left .text .intro {
      font-size: 12px;
      color: #777777;
      margin: 8px 0;
      max-width: 600px; }
    .class-info .left .text .price {
      font-size: 16px;
      font-weight: 500;
      color: #494949;
      margin: 8px 0; }
      .class-info .left .text .price span {
        font-size: 14px;
        font-weight: 500;
        color: #AFAFAF;
        text-decoration: line-through; }
    .class-info .left .text .btns {
      position: absolute;
      right: 30px;
      bottom: 30px; }
  .class-info .right .mobile-link {
    font-size: 12px;
    color: #777777;
    padding-left: 20px;
    background: url(https://i.micecube.com/202109/1018015559958.png) no-repeat left center;
    background-size: 12px; }

.class-content {
  display: flex;
  justify-content: space-between; }
  .class-content .left-block {
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    width: calc(100% - 320px);
    overflow: hidden; }
    .class-content .left-block ul {
      padding: 0 10px; }
      .class-content .left-block ul .active {
        color: #257EB8 !important;
        border-bottom: solid 2px #257EB8; }
    .class-content .left-block .tab-content {
      padding: 0 10px; }
      .class-content .left-block .tab-content .jieshao .bot p {
        font-size: 14px;
        color: #343434;
        line-height: 20px; }
      .class-content .left-block .tab-content .mulu-list li {
        border-bottom: solid 1px #F2F5F7; }
        .class-content .left-block .tab-content .mulu-list li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 20px 0 !important; }
          .class-content .left-block .tab-content .mulu-list li a .left {
            display: flex;
            align-items: center; }
            .class-content .left-block .tab-content .mulu-list li a .left img {
              width: 20px;
              height: 20px;
              margin-right: 20px; }
            .class-content .left-block .tab-content .mulu-list li a .left p {
              font-size: 14px;
              font-weight: 500;
              color: #343434;
              max-width: 400px; }
          .class-content .left-block .tab-content .mulu-list li a span {
            font-size: 14px;
            color: #6BACDC; }
      .class-content .left-block .tab-content .ziliao li a .left {
        display: flex;
        align-items: center; }
        .class-content .left-block .tab-content .ziliao li a .left img {
          width: 36px;
          height: 36px;
          margin-right: 20px; }
        .class-content .left-block .tab-content .ziliao li a .left div p {
          font-size: 14px;
          font-weight: 500;
          color: #343434;
          max-width: 400px; }
        .class-content .left-block .tab-content .ziliao li a .left div h5 {
          font-size: 12px;
          color: #777777; }
      .class-content .left-block .tab-content .ziliao li a .right img {
        width: 24px;
        height: 20px;
        margin-right: 20px; }
      .class-content .left-block .tab-content .teacher {
        padding: 15px;
        max-width: 300px; }
        .class-content .left-block .tab-content .teacher .top {
          display: flex;
          align-items: center; }
          .class-content .left-block .tab-content .teacher .top .avatar {
            width: 65px;
            height: 65px;
            margin-right: 15px;
            border-radius: 100%;
            overflow: hidden; }
            .class-content .left-block .tab-content .teacher .top .avatar img {
              width: 100%;
              display: block;
              border: none; }
          .class-content .left-block .tab-content .teacher .top .text .name {
            font-size: 14px;
            font-weight: 500;
            color: #343434;
            line-height: 2; }
          .class-content .left-block .tab-content .teacher .top .text .pos {
            font-size: 12px;
            color: #949494; }
        .class-content .left-block .tab-content .teacher .mid {
          margin: 20px 0; }
          .class-content .left-block .tab-content .teacher .mid p {
            font-size: 14px;
            color: #949494;
            line-height: 24px; }
        .class-content .left-block .tab-content .teacher .btm {
          text-align: right; }
          .class-content .left-block .tab-content .teacher .btm a {
            font-size: 12px;
            color: #257EB8; }
  .class-content .right-block {
    margin-top: 20px;
    width: 300px; }
    .class-content .right-block .teacher .top {
      display: flex;
      align-items: center; }
      .class-content .right-block .teacher .top .avatar {
        width: 65px;
        height: 65px;
        margin-right: 15px;
        border-radius: 100%;
        overflow: hidden; }
        .class-content .right-block .teacher .top .avatar img {
          width: 100%;
          display: block;
          border: none; }
      .class-content .right-block .teacher .top .text .name {
        font-size: 14px;
        font-weight: 500;
        color: #343434;
        line-height: 2; }
      .class-content .right-block .teacher .top .text .pos {
        font-size: 12px;
        color: #949494; }
    .class-content .right-block .teacher .mid {
      margin: 20px 0; }
      .class-content .right-block .teacher .mid p {
        font-size: 14px;
        color: #949494;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .class-content .right-block .teacher .btm {
      text-align: right; }
      .class-content .right-block .teacher .btm a {
        font-size: 12px;
        color: #257EB8; }
    .class-content .right-block .more-class {
      margin: 10px 0; }
      .class-content .right-block .more-class .class-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .class-content .right-block .more-class .class-item .img {
          width: 100px;
          height: 56px;
          border-radius: 5px;
          margin-right: 15px;
          overflow: hidden; }
          .class-content .right-block .more-class .class-item .img img {
            width: 100%;
            display: block;
            height: 100%; }
        .class-content .right-block .more-class .class-item .text {
          width: 155px; }
          .class-content .right-block .more-class .class-item .text .name {
            font-size: 14px;
            font-weight: 500;
            color: #343434;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 12px; }
          .class-content .right-block .more-class .class-item .text .price {
            font-size: 12px;
            color: #FA6400; }
          .class-content .right-block .more-class .class-item .text .free {
            font-size: 12px;
            color: #41B98B; }

.ewm {
  text-align: center; }
  .ewm img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto; }

.detailnav {
  text-align: center;
  background-color: #fff; }
  .detailnav li {
    display: inline-block;
    width: auto !important;
    margin: 0 10px; }
    .detailnav li a {
      padding: 10px;
      margin: 0 !important;
      color: #949494 !important; }
  .detailnav .active {
    color: #000 !important;
    border-bottom: solid 2px #000; }

.jieshao .top {
  background-color: #fff;
  padding: 10px 17px;
  margin-bottom: 5px; }
  .jieshao .top h3 {
    font-size: 14px;
    color: #343434; }
  .jieshao .top h4 {
    font-size: 12px;
    color: #949494;
    margin: 5px 0; }
  .jieshao .top p {
    font-size: 14px;
    color: #3abc70; }
.jieshao .bot {
  background-color: #fff;
  padding: 10px 17px 20px 17px; }
  .jieshao .bot h4 {
    font-size: 16px;
    color: #343434;
    margin-bottom: 5px; }
  .jieshao .bot p {
    font-size: 12px; }

.jiangzhe {
  padding: 0 16pt;
  background-color: #fff; }
  .jiangzhe li {
    padding: 16px 0;
    display: flex;
    border-bottom: solid 1px #f2f5f7; }
    .jiangzhe li > img {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      margin-right: 10px; }
    .jiangzhe li div h4 {
      font-size: 14px;
      margin: 10px 0;
      color: #343434; }
    .jiangzhe li div p {
      font-size: 12px;
      color: #949494; }

.mulu li {
  padding: 0 !important; }
  .mulu li a {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center; }

.pb60 {
  padding-bottom: 70px; }

.footer {
  width: 100%;
  height: 68px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px -3px 5px #eee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .footer a {
    width: 60%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #4195f5;
    color: #fff !important;
    font-size: 16px;
    text-align: center; }
  .footer .reged {
    background-color: #87b3f2 !important; }

@media (max-width: 772px) {
  .detailnav {
    display: block; } }
/*****pc********/
.pc-detail-content .room-info {
  padding: 20px 0;
  position: relative; }
  .pc-detail-content .room-info .reg {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #4195f5;
    color: #fff;
    border-radius: 5px; }
    .pc-detail-content .room-info .reg:hover {
      color: #4195f5;
      border: solid 1px #4195f5;
      background-color: #fff; }
  .pc-detail-content .room-info .reged {
    background-color: #87b3f2 !important; }
  .pc-detail-content .room-info h3 {
    font-size: 18px;
    color: #494949; }
  .pc-detail-content .room-info h4 {
    font-size: 12px;
    color: #777777;
    margin-top: 13px; }
    .pc-detail-content .room-info h4 span {
      display: inline-block;
      padding: 3px 10px;
      border: solid 1px #3abc70;
      border-radius: 3px;
      color: #3abc70;
      margin-left: 10px; }
.pc-detail-content .top-block {
  width: 100%;
  display: flex;
  margin-bottom: 10px; }
  .pc-detail-content .top-block .comment-section {
    width: 280px;
    background-color: #fff;
    border-radius: 10px;
    position: relative; }
    .pc-detail-content .top-block .comment-section h5 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 42px;
      line-height: 42px;
      padding: 0 10px;
      color: #777777;
      background-color: #fff;
      border-radius: 10px 10px 0 0;
      z-index: 99;
      border-bottom: solid 1px #d8d8d8;
      font-size: 18px;
      font-weight: 600;
      color: #494949; }
    .pc-detail-content .top-block .comment-section .mulu-list {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      padding: 43px 10px 0 10px; }
      .pc-detail-content .top-block .comment-section .mulu-list li {
        border-bottom: solid 1px #f2f5f7; }
        .pc-detail-content .top-block .comment-section .mulu-list li a {
          display: flex;
          align-items: center;
          padding: 15px 10px; }
          .pc-detail-content .top-block .comment-section .mulu-list li a img {
            width: 20px;
            height: 20px;
            margin-right: 10px; }
          .pc-detail-content .top-block .comment-section .mulu-list li a p {
            font-size: 14px;
            font-weight: 500;
            color: #343434;
            line-height: 20px;
            width: 182px; }
    .pc-detail-content .top-block .comment-section .question-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      overflow: auto;
      padding: 55px 15px 0 15px;
      display: flex;
      flex-wrap: wrap; }
      .pc-detail-content .top-block .comment-section .question-box li {
        margin: 0 10px 10px 0;
        width: 30px;
        height: 30px;
        background: #6BACDC;
        border-radius: 2px;
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center; }
  .pc-detail-content .top-block .video-content {
    width: calc(100% - 300px);
    margin-right: 20px; }
    .pc-detail-content .top-block .video-content .pc-video-block {
      position: relative; }
      .pc-detail-content .top-block .video-content .pc-video-block img {
        width: 100%; }
      .pc-detail-content .top-block .video-content .pc-video-block .continue-player {
        display: none;
        position: absolute;
        left: 0;
        bottom: 15%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 2px; }

.mulu-list::-webkit-scrollbar {
  display: none; }

.start {
  padding: 24px 16px; }
  .start h4 {
    font-size: 15px;
    color: #343434;
    margin-bottom: 20px; }
  .start ul {
    padding: 0 32px; }
    .start ul li {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 14px;
      line-height: 30px; }
      .start ul li .t-l {
        color: #949494;
        margin-right: 20px; }
    .start ul .start-btn {
      display: block;
      width: 100%;
      height: 44px;
      line-height: 44px;
      color: #3abc70;
      border: solid 1px #3abc70;
      border-radius: 5px;
      margin-top: 100px;
      text-align: center; }

.bg-white {
  background-color: #fff; }

.answer {
  position: relative; }
  .answer .daojishi {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 99999;
    color: #DD2424; }
  .answer .time {
    padding: 8px 16px;
    border-bottom: solid 1px #d8d8d8;
    background-color: #fff;
    color: #999; }
    .answer .time span {
      color: #000; }
  .answer .ans-main {
    background-color: #fff; }
    .answer .ans-main p {
      padding: 0 16px;
      font-size: 16px;
      line-height: 30px;
      color: #343434; }
      .answer .ans-main p span {
        position: absolute;
        top: 0;
        left: 46%;
        font-size: 18px;
        font-weight: 500;
        color: #494949; }
    .answer .ans-main ul li {
      padding: 8px 16px;
      display: flex;
      align-items: center; }
      .answer .ans-main ul li .option {
        margin-right: 16px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border: solid 1px #ccc;
        border-radius: 50%; }
    .answer .ans-main ul .select {
      background-color: #f2f5f7; }
      .answer .ans-main ul .select .option {
        background-color: #3abc70;
        color: #fff;
        border: solid 1px #3abc70; }

.choose {
  text-align: center;
  padding: 24px 0; }
  .choose button {
    padding: 11px 44px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 15px; }
  .choose .submit {
    background-color: #6BACDC;
    color: #fff;
    display: none; }

.end {
  padding: 24px 16px;
  text-align: center;
  margin: 0 auto; }
  .end p {
    font-size: 15px;
    color: #343434;
    line-height: 30px; }
  .end h4 {
    font-size: 30px;
    font-weight: 500;
    color: #343434;
    margin: 10px; }
    .end h4 span {
      font-size: 15px;
      color: #343434;
      line-height: 30px; }
  .end .succ {
    font-size: 15px;
    font-weight: 500;
    color: #3ABC70;
    line-height: 30px; }
  .end .fail {
    font-size: 15px;
    font-weight: 500;
    color: #CB2D2D;
    line-height: 30px; }
  .end .tips {
    font-size: 12px;
    color: #949494;
    margin: 10px 0 20px; }
  .end .res {
    background: #F0F3F7;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
    border-radius: 5px; }
    .end .res .item {
      text-align: center; }
      .end .res .item h4 {
        font-size: 20px;
        font-weight: 500;
        color: #272727;
        margin-bottom: 5px; }
      .end .res .item p {
        font-size: 13px;
        color: #949494; }

.end-c button {
  border: solid 1px #6BACDC;
  color: #6BACDC;
  margin: 10px; }
.end-c .notime {
  background-color: #cccccc;
  color: #fff;
  border: solid 1px #cccccc; }
.end-c .submits {
  background-color: #6BACDC;
  color: #fff; }

.answer-box {
  padding: 35px 50px;
  background-color: #fff; }
  .answer-box .start {
    width: 375px; }
    .answer-box .start h5 {
      font-size: 14px;
      font-weight: 500;
      color: #343434; }
    .answer-box .start .exam-info {
      border-bottom: 1px solid #f1f1f1;
      display: flex;
      justify-content: space-between;
      padding: 20px 35px; }
      .answer-box .start .exam-info .item {
        text-align: center; }
        .answer-box .start .exam-info .item h4 {
          font-size: 20px;
          font-weight: 500;
          color: #272727;
          margin-bottom: 5px; }
        .answer-box .start .exam-info .item p {
          font-size: 13px;
          color: #949494; }
    .answer-box .start .intro {
      font-size: 14px;
      color: #494949;
      line-height: 30px;
      margin: 20px 0; }
    .answer-box .start .btn a {
      display: block;
      width: 300px;
      height: 44px;
      background: #6BACDC;
      border-radius: 10px;
      font-size: 15px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 44px; }
    .answer-box .start ul {
      padding: 0; }
      .answer-box .start ul li .t-l {
        width: 70px; }
  .answer-box .end {
    width: 375px; }
  .answer-box .answer {
    width: 100%; }

.van-radio, .van-checkbox {
  padding: 8px 16px; }

.van-radio__icon--checked .van-icon,
.van-checkbox__icon--checked .van-icon {
  background-color: #6BACDC;
  border-color: #6BACDC; }

.pc-question .top-block .comment-section {
  width: 230px; }
.pc-question .top-block .video-content {
  width: calc(100% - 250px); }

.pc-profile .profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pc-profile .profile-info .info {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pc-profile .profile-info .info .left {
      width: 70px;
      height: 70px;
      margin-right: 24px; }
      .pc-profile .profile-info .info .left img {
        width: 100%; }
    .pc-profile .profile-info .info .mid h4 {
      font-size: 30px;
      font-weight: 600;
      color: #494a4c;
      margin-bottom: 10px; }
    .pc-profile .profile-info .info .mid p {
      font-size: 16px;
      color: #949494; }
  .pc-profile .profile-info .view {
    padding: 40px 0;
    display: flex;
    justify-content: space-around; }
    .pc-profile .profile-info .view .grid {
      text-align: center;
      margin-left: 50px; }
      .pc-profile .profile-info .view .grid h4 {
        font-size: 24px;
        font-weight: 500;
        color: #494a4c;
        line-height: 2; }
      .pc-profile .profile-info .view .grid p {
        font-size: 14px;
        font-weight: 400;
        color: #949494;
        line-height: 14px; }
.pc-profile .profile-content {
  display: flex;
  justify-content: space-between; }
  .pc-profile .profile-content .right-block {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    width: calc(100% - 210px);
    overflow: hidden;
    padding: 35px 30px; }
    .pc-profile .profile-content .right-block .my-info {
      position: relative; }
      .pc-profile .profile-content .right-block .my-info .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-info .form .item p {
        font-size: 16px;
        line-height: 40px; }
      .pc-profile .profile-content .right-block .my-info .form .item .opt {
        width: 400px; }
        .pc-profile .profile-content .right-block .my-info .form .item .opt .el-select, .pc-profile .profile-content .right-block .my-info .form .item .opt .el-date-editor.el-input, .pc-profile .profile-content .right-block .my-info .form .item .opt .el-date-editor.el-input__inner {
          width: 100%; }
        .pc-profile .profile-content .right-block .my-info .form .item .opt .avatar-uploader img {
          max-width: 100%;
          max-height: 100%; }
    .pc-profile .profile-content .right-block .my-class {
      position: relative; }
      .pc-profile .profile-content .right-block .my-class .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-class .tab-pane .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .pc-profile .profile-content .right-block .my-class .tab-pane .items .item {
          background: #FFFFFF;
          padding: 15px;
          display: flex;
          justify-content: space-between;
          margin: 20px 0;
          width: 48%;
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
          border-radius: 10px; }
          .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .left {
            width: 100px;
            height: 100px; }
            .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .left img {
              display: block;
              width: 100%;
              height: 100%;
              border-radius: 5px; }
          .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .right {
            width: 70%; }
            .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .right h4 {
              font-size: 16px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1.5;
              margin-bottom: 5; }
            .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .right p {
              font-size: 13px;
              color: #949494;
              line-height: 1.5;
              margin-bottom: 5; }
              .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .right p span {
                color: #CB4B4B; }
            .pc-profile .profile-content .right-block .my-class .tab-pane .items .item .right div {
              text-align: right;
              font-size: 14px;
              color: #6BACDC;
              line-height: 1; }
    .pc-profile .profile-content .right-block .my-exam {
      position: relative; }
      .pc-profile .profile-content .right-block .my-exam .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-exam .tab-pane .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item {
          background: #FFFFFF;
          border-radius: 10px;
          padding: 15px;
          display: flex;
          justify-content: space-between;
          margin: 20px 0;
          width: 48%;
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
          border-radius: 10px; }
          .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right {
            width: 100%; }
            .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right h4 {
              font-size: 16px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1.5;
              margin-bottom: 5px; }
            .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right p {
              font-size: 13px;
              color: #949494;
              line-height: 1.5;
              margin-bottom: 5px; }
            .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right div {
              font-size: 13px;
              line-height: 1.5;
              margin-bottom: 5px;
              display: flex;
              justify-content: space-between; }
              .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right div .grade {
                color: #949494; }
              .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right div .res {
                color: #28A445; }
              .pc-profile .profile-content .right-block .my-exam .tab-pane .items .item .right div .res_no {
                color: #CB4B4B; }
    .pc-profile .profile-content .right-block .my-credits {
      position: relative; }
      .pc-profile .profile-content .right-block .my-credits .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-credits .tab-pane .info {
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .pc-profile .profile-content .right-block .my-credits .tab-pane .info .grade {
          text-align: center;
          width: 60px; }
          .pc-profile .profile-content .right-block .my-credits .tab-pane .info .grade h4 {
            font-size: 20px;
            font-weight: 500;
            color: #494A4C;
            line-height: 20px;
            margin-bottom: 10px; }
          .pc-profile .profile-content .right-block .my-credits .tab-pane .info .grade p {
            font-size: 13px;
            color: #949494;
            line-height: 13px; }
        .pc-profile .profile-content .right-block .my-credits .tab-pane .info .select select {
          width: 93px;
          height: 28px;
          border-radius: 2px;
          border: 1px solid #DCDCDC;
          font-size: 13px;
          color: #777777;
          line-height: 1;
          background-color: #FFFFFF !important; }
      .pc-profile .profile-content .right-block .my-credits .tab-pane .panel {
        border-radius: 10px;
        overflow: hidden;
        background-color: #fff; }
        .pc-profile .profile-content .right-block .my-credits .tab-pane .panel .item {
          padding: 15px 15px;
          border-bottom: 1px solid #F2F5F7; }
          .pc-profile .profile-content .right-block .my-credits .tab-pane .panel .item h4 {
            font-size: 15px;
            font-weight: 500;
            color: #494A4C;
            line-height: 1.5;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between; }
            .pc-profile .profile-content .right-block .my-credits .tab-pane .panel .item h4 span {
              color: #6BACDC;
              font-size: 13px;
              line-height: 1.75;
              cursor: pointer; }
          .pc-profile .profile-content .right-block .my-credits .tab-pane .panel .item p {
            font-size: 13px;
            color: #949494;
            line-height: 1.5;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between; }
            .pc-profile .profile-content .right-block .my-credits .tab-pane .panel .item p span {
              color: #CB4B4B; }
    .pc-profile .profile-content .right-block .my-speaker {
      position: relative; }
      .pc-profile .profile-content .right-block .my-speaker .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-speaker .tab-teacher {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .pc-profile .profile-content .right-block .my-speaker .tab-pane .back {
        position: absolute;
        top: 0;
        right: 0; }
      .pc-profile .profile-content .right-block .my-speaker .tab-pane .item {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
        width: 48%;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px; }
        .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .left {
          width: 70px;
          height: 70px; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .left img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 100%; }
        .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .mid {
          width: 150px; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .mid h4 {
            font-size: 16px;
            font-weight: 500;
            color: #494A4C;
            line-height: 1.5;
            margin-bottom: 5px; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .mid p {
            font-size: 13px;
            color: #949494;
            line-height: 1.5;
            margin-bottom: 5px; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .mid div {
            font-size: 13px;
            color: #6BACDC;
            line-height: 1; }
        .pc-profile .profile-content .right-block .my-speaker .tab-pane .item .right a {
          display: block;
          width: 64px;
          height: 26px;
          background: #FFFFFF;
          border-radius: 13px;
          border: 1px solid #CCCCCC;
          font-size: 12px;
          color: #949494;
          line-height: 2;
          text-align: center; }
      .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 15px; }
        .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          margin-top: 5px; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .left {
            width: 70px;
            height: 70px;
            margin-bottom: 15px; }
            .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .left img {
              display: block;
              width: 100%;
              height: 100%;
              border-radius: 100%; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .mid {
            width: 150px;
            text-align: center; }
            .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .mid h4 {
              font-size: 16px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1.5;
              margin-bottom: 5px; }
            .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .mid p {
              font-size: 13px;
              color: #949494;
              line-height: 1.5;
              margin-bottom: 5px; }
            .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .mid div {
              font-size: 13px;
              color: #6BACDC;
              line-height: 1; }
          .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .top .right a {
            display: block;
            width: 64px;
            height: 26px;
            background: #FFFFFF;
            border-radius: 13px;
            border: 1px solid #CCCCCC;
            font-size: 12px;
            color: #949494;
            line-height: 2;
            text-align: center; }
        .pc-profile .profile-content .right-block .my-speaker .tab-pane .item2 .btm {
          font-size: 13px;
          color: #949494;
          line-height: 20px; }
    .pc-profile .profile-content .right-block .my-order {
      position: relative; }
      .pc-profile .profile-content .right-block .my-order .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-order .tab-pane .items .item {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 15px;
        margin: 20px 0;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        display: flex;
        justify-content: space-between; }
        .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo {
          width: 78%;
          position: relative;
          border-right: 1px solid #D8D8D8;
          padding-right: 2%; }
          .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .top p {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            color: #777777;
            line-height: 13px;
            margin-bottom: 15px; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .top p .res {
              color: #28A445; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .top p .res_no {
              color: #CB4B4B; }
          .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid {
            display: flex; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .left {
              width: 90px;
              height: 90px;
              margin-right: 20px; }
              .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .left img {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 5px; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .right h4 {
              font-size: 16px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1.5;
              margin-bottom: 5px; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .right p {
              font-size: 13px;
              color: #949494;
              line-height: 1.5;
              margin-bottom: 5px; }
              .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .right p span {
                color: #CB4B4B; }
            .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .zuo .mid .right div {
              text-align: right;
              font-size: 14px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1.5;
              margin-top: 10px;
              position: absolute;
              right: 2%;
              bottom: 0; }
        .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .btm {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 20%; }
          .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .btm a {
            display: block;
            width: 80px;
            height: 34px;
            border-radius: 18px;
            font-size: 14px;
            line-height: 34px;
            text-align: center; }
          .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .btm .cancel {
            border: 1px solid #CCCCCC;
            color: #777777; }
          .pc-profile .profile-content .right-block .my-order .tab-pane .items .item .btm .pay {
            border: 1px solid #6BACDC;
            color: #6BACDC;
            margin: 10px; }
    .pc-profile .profile-content .right-block .my-coupon {
      position: relative; }
      .pc-profile .profile-content .right-block .my-coupon .tit {
        font-size: 20px;
        font-weight: 500;
        color: #494A4C;
        position: absolute;
        top: 0;
        left: 0; }
      .pc-profile .profile-content .right-block .my-coupon .tab-pane .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 15px;
          width: 345px;
          height: 75px;
          background: url(https://i.micecube.com/202109/0914072133047.png) no-repeat;
          background-size: 100% 100%;
          margin: 20px 0;
          width: 48%;
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
          border-radius: 10px; }
          .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .img {
            width: 45px; }
            .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .img img {
              width: 100%;
              display: block; }
          .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .text {
            width: 190px;
            height: 45px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .text h4 {
              font-size: 16px;
              font-weight: 500;
              color: #494A4C;
              line-height: 1; }
            .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .text p {
              font-size: 13px;
              color: #949494;
              line-height: 1;
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .btn1 {
            width: 60px;
            height: 30px;
            border-radius: 18px;
            border: 1px solid #5BA4D4;
            color: #5BA4D4;
            font-size: 14px;
            line-height: 30px;
            text-align: center; }
          .pc-profile .profile-content .right-block .my-coupon .tab-pane .items .item .btn2 {
            width: 60px;
            height: 30px;
            border-radius: 18px;
            border: 1px solid #777777;
            color: #777777;
            font-size: 14px;
            line-height: 30px;
            text-align: center; }
    .pc-profile .profile-content .right-block ul {
      padding: 0 140px; }
      .pc-profile .profile-content .right-block ul .active {
        color: #257eb8 !important;
        border-bottom: solid 2px #257eb8; }
    .pc-profile .profile-content .right-block .tab-content {
      padding: 0 10px; }
      .pc-profile .profile-content .right-block .tab-content .jieshao .bot p {
        font-size: 14px;
        color: #343434;
        line-height: 20px; }
      .pc-profile .profile-content .right-block .tab-content .mulu-list li {
        border-bottom: solid 1px #f2f5f7; }
        .pc-profile .profile-content .right-block .tab-content .mulu-list li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 20px 0 !important; }
          .pc-profile .profile-content .right-block .tab-content .mulu-list li a .left {
            display: flex;
            align-items: center; }
            .pc-profile .profile-content .right-block .tab-content .mulu-list li a .left img {
              width: 20px;
              height: 20px;
              margin-right: 20px; }
            .pc-profile .profile-content .right-block .tab-content .mulu-list li a .left p {
              font-size: 14px;
              font-weight: 500;
              color: #343434;
              max-width: 400px; }
          .pc-profile .profile-content .right-block .tab-content .mulu-list li a span {
            font-size: 14px;
            color: #6bacdc; }
      .pc-profile .profile-content .right-block .tab-content .ziliao li a .left {
        display: flex;
        align-items: center; }
        .pc-profile .profile-content .right-block .tab-content .ziliao li a .left img {
          width: 36px;
          height: 36px;
          margin-right: 20px; }
        .pc-profile .profile-content .right-block .tab-content .ziliao li a .left div p {
          font-size: 14px;
          font-weight: 500;
          color: #343434;
          max-width: 400px; }
        .pc-profile .profile-content .right-block .tab-content .ziliao li a .left div h5 {
          font-size: 12px;
          color: #777777; }
      .pc-profile .profile-content .right-block .tab-content .ziliao li a .right img {
        width: 24px;
        height: 20px;
        margin-right: 20px; }
      .pc-profile .profile-content .right-block .tab-content .teacher {
        padding: 15px;
        max-width: 300px; }
        .pc-profile .profile-content .right-block .tab-content .teacher .top {
          display: flex;
          align-items: center; }
          .pc-profile .profile-content .right-block .tab-content .teacher .top .avatar {
            width: 65px;
            height: 65px;
            margin-right: 15px;
            border-radius: 100%;
            overflow: hidden; }
            .pc-profile .profile-content .right-block .tab-content .teacher .top .avatar img {
              width: 100%;
              display: block; }
          .pc-profile .profile-content .right-block .tab-content .teacher .top .text .name {
            font-size: 14px;
            font-weight: 500;
            color: #343434;
            line-height: 2; }
          .pc-profile .profile-content .right-block .tab-content .teacher .top .text .pos {
            font-size: 12px;
            color: #949494; }
        .pc-profile .profile-content .right-block .tab-content .teacher .mid {
          margin: 20px 0; }
          .pc-profile .profile-content .right-block .tab-content .teacher .mid p {
            font-size: 14px;
            color: #949494;
            line-height: 24px; }
        .pc-profile .profile-content .right-block .tab-content .teacher .btm {
          text-align: right; }
          .pc-profile .profile-content .right-block .tab-content .teacher .btm a {
            font-size: 12px;
            color: #257eb8; }
  .pc-profile .profile-content .left-block {
    margin-top: 20px;
    width: 180px; }
    .pc-profile .profile-content .left-block ul {
      border-radius: 10px;
      background-color: #fff;
      overflow: hidden; }
      .pc-profile .profile-content .left-block ul li {
        display: block;
        width: 100%;
        height: 60px;
        padding: 0 30px;
        cursor: pointer; }
        .pc-profile .profile-content .left-block ul li a {
          background: url(https://i.micecube.com/202108/3117440878206.png) no-repeat left center;
          background-size: 20px 20px;
          padding-left: 35px;
          font-size: 14px;
          font-weight: 500;
          color: #494A4C;
          line-height: 60px;
          background-color: transparent; }
      .pc-profile .profile-content .left-block ul li:nth-child(1) a {
        background-image: url(https://i.micecube.com/202109/1410261186092.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(2) a {
        background-image: url(https://i.micecube.com/202108/3117440878206.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(3) a {
        background-image: url(https://i.micecube.com/202108/3117440838277.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(4) a {
        background-image: url(https://i.micecube.com/202108/3117440818348.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(5) a {
        background-image: url(https://i.micecube.com/202108/3117440894541.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(6) a {
        background-image: url(https://i.micecube.com/202108/3117440865791.png); }
      .pc-profile .profile-content .left-block ul li:nth-child(7) a {
        background-image: url(https://i.micecube.com/202108/3117440869928.png); }
      .pc-profile .profile-content .left-block ul li:hover, .pc-profile .profile-content .left-block ul li.active {
        background-color: #E0EEF8; }

.el-button--primary {
  color: #FFF;
  background-color: #6BACDC;
  border-color: #6BACDC; }

.hide {
  display: none !important; }

.pay-info {
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 20px 0;
  width: 100%; }
  .pay-info .top {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 60px; }
    .pay-info .top .img {
      width: 300px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 30px;
      height: 168px; }
      .pay-info .top .img img {
        width: 100%;
        height: 100%;
        display: block; }
    .pay-info .top .text .tit {
      font-size: 18px;
      font-weight: 600;
      color: #494949; }
    .pay-info .top .text .tag {
      margin: 8px 0; }
      .pay-info .top .text .tag span {
        font-size: 12px;
        color: #777777;
        padding: 3px 5px;
        background: #DDDDDD;
        border-radius: 3px; }
    .pay-info .top .text .intro {
      font-size: 12px;
      color: #777777;
      margin: 8px 0;
      max-width: 600px; }
    .pay-info .top .text .price {
      font-size: 16px;
      font-weight: 500;
      color: #494949;
      margin: 8px 0; }
      .pay-info .top .text .price span {
        font-size: 14px;
        font-weight: 500;
        color: #AFAFAF;
        text-decoration: line-through; }
    .pay-info .top .price {
      position: absolute;
      right: 20px;
      bottom: 0;
      font-size: 18px;
      color: #777777; }
      .pay-info .top .price span {
        color: #494A4C; }
  .pay-info .mid h4 {
    font-size: 18px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 20px; }
    .pay-info .mid h4 span {
      font-size: 14px;
      color: #AAAAAA;
      padding: 0 30px; }
  .pay-info .mid .btn {
    border-radius: 5px;
    border: 1px solid #5BA4D4;
    color: #5BA4D4;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px; }
  .pay-info .mid .invoice {
    padding-bottom: 60px; }
    .pay-info .mid .invoice .el-form--label-top .el-form-item__label {
      padding-bottom: 0;
      margin-bottom: 0; }
    .pay-info .mid .invoice .el-form-item {
      margin-bottom: 10px;
      width: 30%; }
  .pay-info .btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0;
    border-top: 1px solid #D8D8D8; }
    .pay-info .btm h3 {
      font-size: 20px;
      color: #777777;
      padding: 0 35px; }
      .pay-info .btm h3 span {
        color: #FA6400; }
    .pay-info .btm .payBtn {
      width: 200px;
      height: 60px;
      background: #6BACDC;
      border-radius: 5px;
      font-size: 20px;
      font-weight: 500;
      color: #FFFFFF; }

.select-coupon .el-dialog {
  border-radius: 10px; }
  .select-coupon .el-dialog .el-dialog__title {
    color: #777;
    font-size: 18px; }
  .select-coupon .el-dialog .el-dialog__footer {
    text-align: center; }
    .select-coupon .el-dialog .el-dialog__footer .btn {
      background: #6BACDC;
      border-radius: 5px;
      border: 1px solid #6BACDC;
      color: #fff; }
.select-coupon .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 345px;
  height: 75px;
  background: url(https://i.micecube.com/202109/0914072133047.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .select-coupon .item .img {
    width: 45px; }
    .select-coupon .item .img img {
      width: 100%;
      display: block; }
  .select-coupon .item .text {
    width: 70%;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .select-coupon .item .text h4 {
      font-size: 16px;
      font-weight: 500;
      color: #494A4C;
      line-height: 1; }
    .select-coupon .item .text p {
      font-size: 13px;
      color: #949494;
      line-height: 1;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

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