@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.content_box {
  background: transparent;
  box-shadow: none;
  padding: 29px 0 0; }

@media (max-width: 1440px) {
  .content_box {
    padding: 29px 36px; } }
.btn {
  border-width: 1px; }

#user_info {
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
  display: flex;
  padding: 40px 30px 40px;
  background: #fff;
  justify-content: space-between; }
  #user_info .user_personal {
    display: flex;
    padding-right: 20px;
    width: 50%; }
    #user_info .user_personal_box {
      margin-left: 30px;
      flex: 1;
      overflow: hidden; }
      #user_info .user_personal_box span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #user_info .user_name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold; }
  #user_info .user_list {
    display: flex;
    align-items: center; }
    #user_info .user_list .iconfont {
      margin-right: 8px;
      font-size: 24px; }
    #user_info .user_list #languageLevel {
      margin-left: 2px; }
  #user_info #user_img {
    width: 118px;
    height: 118px;
    object-fit: cover;
    border-radius: 50%; }
  #user_info .user-check {
    margin-left: 14px;
    line-height: 24px; }
    #user_info .user-check.green:before, #user_info .user-check.red:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 4px;
      background: url("../../img/family/message-check .svg") no-repeat center; }
    #user_info .user-check.red {
      cursor: pointer; }
      #user_info .user-check.red:before {
        background-image: url("../../img/family/icon-arrow-send.svg"); }
  #user_info .levelBox {
    color: #585b5f;
    font-size: 16px;
    margin-left: 11px;
    display: none; }
    #user_info .levelBox b {
      font-weight: normal; }
  #user_info .my_adviser {
    padding: 0 20px;
    margin-top: 10px; }
    #user_info .my_adviser .icon-headset {
      width: 15px;
      margin-right: 9px;
      background: url("../../img/icons/ic-headset.svg");
      background-size: 100% 100%;
      display: inline-block;
      height: 15px;
      vertical-align: sub; }
    #user_info .my_adviser:hover .icon-headset {
      background-image: url("../../img/icons/ic-headset-white.png"); }
  #user_info .course_list {
    min-width: 260px; }
    #user_info .course_list_title {
      margin-bottom: 16px;
      font-weight: bold; }
    #user_info .course_list li {
      font-size: 14px;
      overflow: hidden;
      margin-bottom: 8px; }
    #user_info .course_list_key {
      float: left; }
    #user_info .course_list_value {
      float: right;
      color: #585b5f; }
    #user_info .course_list .course_btn {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin-top: 20px; }
    #user_info .course_list .btn {
      background: #00bbd6;
      border-color: #00bbd6;
      padding: 0 30px;
      color: #fff; }
      #user_info .course_list .btn:hover {
        border-color: #0097AD;
        background-color: #0097AD; }
      #user_info .course_list .btn:last-child {
        margin-right: 19px; }
  #user_info .upload-edit {
    content: '';
    width: 38px;
    height: 38px;
    box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.06);
    background: #fff url(../../img/family/ic-edit-photo.svg) no-repeat center;
    position: absolute;
    border-radius: 50%;
    right: -12px;
    bottom: 0; }

.user_name {
  font-size: 21px;
  margin-bottom: 14px;
  font-weight: bold;
  display: flex;
  align-items: center; }

.score_text {
  position: absolute;
  right: -14px;
  top: 0;
  color: gray; }

.user_img {
  float: left;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 24px; }
  .user_img img {
    width: 124px;
    height: 124px;
    border-radius: 50%; }

#course_info {
  margin-top: 36px; }
  #course_info a {
    color: #246efc; }
  #course_info .name {
    margin: 30px 0;
    display: flex;
    align-items: center; }
    #course_info .name .user_header_img {
      width: 48px;
      height: 48px;
      margin-right: 16px; }
  #course_info .course_content {
    width: 50%;
    padding: 0 15px;
    display: none; }
    #course_info .course_content p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #course_info .course_content_box {
      padding: 30px;
      border-radius: 4px;
      min-height: 280px;
      border: solid 1px #e6e6e6;
      height: calc(100% - 31px);
      box-sizing: border-box;
      background: #fff; }
    #course_info .course_content .btn {
      height: 40px;
      line-height: 38px;
      font-size: 16px; }
  #course_info .course_title {
    color: #585b5f;
    margin-bottom: 8px; }
  #course_info .course_top_text {
    overflow: hidden; }
    #course_info .course_top_text p {
      font-size: 18px;
      margin-bottom: 10px; }
  #course_info .course_left_text {
    float: left; }
  #course_info .course_right_text {
    float: right;
    text-align: right; }
  #course_info .course_sub_text {
    font-size: 16px;
    color: #585b5f; }
  #course_info .course_bottom_img {
    text-align: center; }

#course_preview .course_content_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
#course_preview .btn {
  margin-top: 10px; }
#course_preview #teacherImg {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 16px; }
#course_preview #className {
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
#course_preview #classdate {
  font-size: 16px; }

#course_rating .course_content_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
#course_rating img {
  width: 64px;
  margin: 6px 0 13px; }
#course_rating #ratingName {
  font-size: 20px;
  margin-bottom: 14px; }
#course_rating .course_sub_text {
  color: #000000;
  margin-bottom: 24px; }

#course_plan {
  margin: 30px 0;
  box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
  border-radius: 4px;
  background: #fff;
  padding: 40px 30px;
  justify-content: space-between; }

#coexist {
  height: 352px; }
  #coexist .course_content_box {
    background-color: transparent;
    border: none;
    padding: 0; }
    #coexist .course_content_box p {
      margin-bottom: 6px; }
    #coexist .course_content_box .font-subtext {
      font-size: 16px;
      color: #585b5f; }
    #coexist .course_content_box .course_list {
      background-color: #fff;
      border-radius: 2px;
      border: solid 1px #e6e6e6;
      height: 156px;
      overflow: hidden;
      margin-left: 4px;
      border-left: none;
      box-shadow: -4px 0px 0px #246efc;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 9px;
      padding: 0 30px; }
      #coexist .course_content_box .course_list:first-child {
        margin-top: 0; }
      #coexist .course_content_box .course_list.team {
        box-shadow: -4px 0px 0px #0eb58e; }
        #coexist .course_content_box .course_list.team .course_type {
          color: #0eb58e; }
        #coexist .course_content_box .course_list.team .btn-primary {
          background-color: #0eb58e;
          border-color: #0eb58e; }
          #coexist .course_content_box .course_list.team .btn-primary:hover {
            background-color: #007f74; }
        #coexist .course_content_box .course_list.team .btn-outline-primary {
          border-color: #0eb58e;
          color: #0eb58e; }
          #coexist .course_content_box .course_list.team .btn-outline-primary:hover {
            background-color: #0eb58e;
            color: #fff; }
    #coexist .course_content_box .course_type {
      color: #246efc; }
    #coexist .course_content_box .red {
      font-size: 14px; }
    #coexist .course_content_box .course_info {
      flex: 1;
      overflow: hidden;
      padding-right: 20px; }
    #coexist .course_content_box .btn_box {
      display: flex;
      flex-direction: column; }
    #coexist .course_content_box .btn {
      margin: 6px 0; }

#exam {
  height: 400px; }
  #exam .course_content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #exam .course_content_box .font-subtext {
      font-size: 16px; }
  #exam .btn {
    margin-top: 12px; }

#download .course_content_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
#download .course_sub_text {
  color: #000;
  text-align: left;
  margin-bottom: 12px; }
  #download .course_sub_text:before {
    content: "- "; }
#download img {
  width: 100px;
  margin: 0 auto 20px; }
#download .btn {
  color: #fff;
  margin-top: 10px; }

#course_waiting img {
  width: 460px; }
#course_waiting .course_right_text {
  width: 50%; }

#course_nothing .course_content_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #course_nothing .course_content_box a {
    color: #fff; }
#course_nothing .course_left_text {
  font-size: 18px; }

/*评价老师 弹窗*/
#evaluateModal .user_personal {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  #evaluateModal .user_personal .user_header_img {
    width: 96px;
    height: 96px;
    margin-right: 20px; }
#evaluateModal .score_box {
  position: relative; }
#evaluateModal .rating_box {
  width: 47px;
  margin: 0; }
  #evaluateModal .rating_box .rating_star {
    width: 20px;
    height: 20px; }
  #evaluateModal .rating_box .rating_star_num {
    margin-left: 5px;
    color: #246efc; }
#evaluateModal .text {
  color: #585b5f;
  font-size: 14px;
  margin-bottom: 16px; }
#evaluateModal #evaluate_area {
  resize: none;
  border: solid 1px #cacaca;
  width: 100%;
  height: 180px;
  margin: 0 0 30px;
  padding: 10px;
  outline: none;
  color: #000; }
  #evaluateModal #evaluate_area::-webkit-input-placeholder {
    color: #bfbfbf; }
#evaluateModal .evaluate_num_box {
  color: #585b5f;
  font-size: 14px;
  float: right; }
#evaluateModal #evaluate_num {
  font-style: normal; }

#invite-alert {
  top: 62px; }
  #invite-alert .alert {
    margin: 0;
    display: flex;
    align-items: center;
    height: auto;
    line-height: initial;
    padding: 10px 80px;
    justify-content: center; }
  #invite-alert .alert_img {
    width: 44px;
    height: 44px; }
  #invite-alert .alert_info {
    text-align: left;
    margin: 0 20px; }
  #invite-alert .close {
    line-height: 21px;
    opacity: 0.7; }
    #invite-alert .close img {
      width: 20px;
      height: 20px; }
    #invite-alert .close:hover {
      opacity: 1; }
  #invite-alert .btn {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap; }

.dashboard-info {
  display: flex;
  margin-bottom: 20px; }
  .dashboard-info-box {
    min-width: 140px;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #beccdb; }
    .dashboard-info-box:last-child {
      border-right: none; }
  .dashboard-info-num {
    font-size: 40px;
    font-weight: bold; }
  .dashboard-info-name {
    font-size: 14px; }

.dashboard-course-btn .btn {
  height: 40px;
  line-height: 38px;
  margin-left: 12px; }
  .dashboard-course-btn .btn .iconfont {
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 12px; }

#course-calendar {
  width: 50%; }

#calendar-list {
  width: 45%;
  padding-bottom: 20px;
  box-sizing: border-box;
  /**************** course list *********************/ }
  #calendar-list .course_item {
    background-color: #f5f5f5;
    margin-bottom: 8px;
    padding: 16px 24px;
    display: flex;
    align-items: flex-end; }
    #calendar-list .course_item .course_time {
      color: #246efc;
      font-size: 16px;
      margin-bottom: 10px; }
    #calendar-list .course_item[lessonStatus='5'] .course_name, #calendar-list .course_item[lessonStatus='5'] .course_time {
      color: #999999; }
    #calendar-list .course_item[lessonStatus='6'] .course_name, #calendar-list .course_item[lessonStatus='6'] .course_time {
      color: #999999; }
    #calendar-list .course_item[lessonStatus='9'] .course_name, #calendar-list .course_item[lessonStatus='9'] .course_time {
      color: #999999; }
  #calendar-list .course_leave {
    color: #e9452f; }
  #calendar-list .course_name {
    color: #000000;
    font-size: 16px; }
  #calendar-list .no_message {
    text-align: center;
    background: #f5f5f5;
    padding: 19px 5px; }
  #calendar-list .course_list_header {
    margin: 0 -11px 17px; }
    #calendar-list .course_list_header span {
      margin: 0 7.5px;
      font-size: 16px; }
    #calendar-list .course_list_header .fl span {
      color: rgba(0, 0, 0, 0.5); }
    #calendar-list .course_list_header #plan_course_num {
      font-style: normal; }

.sale {
  margin: 30px -15px;
  padding-bottom: 30px; }
  .sale .swiper-slide {
    padding: 0 15px;
    height: auto;
    width: 50%; }
  .sale-box {
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    background-size: cover ,100% auto;
    background-position: 0 center;
    color: #fff;
    min-height: 150px;
    height: 100%; }
  .sale-group {
    background-image: url(../../img/marketing/mask-1.svg), url(../../img/marketing/sales-card-1-s.jpg); }
  .sale-covid {
    background-image: url(../../img/marketing/mask-2.svg), url(../../img/marketing/sales-card-2-s.jpg); }
  .sale-invitation {
    background-image: url(../../img/marketing/mask-3.svg), url(../../img/marketing/sales-card-3-s.jpg); }
  .sale-img {
    margin-right: 20px; }
    .sale-img img {
      width: 56px;
      height: 56px; }
  .sale-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sale-title {
    font-size: 18px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600; }
  .sale.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px; }
  .sale .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
    .sale .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #585b5f; }

.dashboard-course-box {
  margin-bottom: 30px;
  display: none; }
.dashboard-course-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px; }
  .dashboard-course-title a.look-more {
    font-size: 16px;
    font-weight: normal; }
  .dashboard-course-title .iconfont {
    font-size: 18px;
    margin-left: 13px; }
.dashboard-course-img {
  width: 140px;
  margin-right: 30px; }

.paging span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  color: #000000;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-left: 6px;
  font-size: 14px; }
  .paging span.active {
    background-color: #026dd1;
    color: #fff; }

@media screen and (max-width: 768px) {
  .calendar {
    width: 345px; }
    .calendar-week .item, .calendar-date .item {
      margin-left: 9px;
      margin-right: 9px; } }
#news_swiper .swiper-container {
  margin: 60px 60px 0;
  padding-bottom: 40px; }
#news_swiper .swiper-prev, #news_swiper .swiper-next {
  font-size: 35px;
  color: #212529; }
  #news_swiper .swiper-prev:after, #news_swiper .swiper-next:after {
    content: none; }
#news_swiper .swiper-prev {
  left: 0; }
#news_swiper .swiper-next {
  right: 0; }
#news_swiper .swiper-wrapper {
  height: auto; }
#news_swiper .swiper-slide {
  width: 100%;
  height: auto;
  box-sizing: border-box; }
  #news_swiper .swiper-slide > .container {
    height: 100%; }
  #news_swiper .swiper-slide.specialOffer .news_img {
    background: #ff6a00;
    justify-content: space-between; }
  #news_swiper .swiper-slide.invitation .news_img {
    background: #f1ca04; }
#news_swiper .news_img {
  width: 200px;
  height: 120px;
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden; }
  #news_swiper .news_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0050ff);
    opacity: 0.5; }
  #news_swiper .news_img img {
    width: 100%;
    object-fit: cover; }
#news_swiper .news_box {
  height: 100%;
  overflow: hidden; }
#news_swiper .news_title {
  font-size: 18px;
  display: block;
  font-weight: 500;
  margin: 15px 0; }
  #news_swiper .news_title:hover {
    text-decoration: underline; }
#news_swiper .news_text {
  color: #666666;
  margin-top: 14px;
  font-size: 14px; }
#news_swiper .news_label {
  display: inline-block;
  padding: 7px 19px;
  background: #ffd200;
  font-weight: bold;
  border-radius: 4px;
  margin-top: -17px;
  z-index: 100;
  position: relative;
  top: -9px;
  margin-bottom: -9px;
  font-size: 14px; }
  #news_swiper .news_label .iconfont {
    font-size: 12px;
    margin-right: 7px; }
@media (max-width: 575.98px) {
  #news_swiper {
    margin-top: 60px; }
    #news_swiper .swiper-container {
      margin: 0; }
    #news_swiper .news_label {
      font-size: 14px;
      font-weight: 500;
      padding: 5px 14px; } }
