.BookCourse {
  width: 100%;
}
.BookCourse .bookTitle {
  height: 100px;
  background: #ffffff;
  font-size: 24px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
.BookCourse .loadingImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BookCourse .loadingImg img {
  z-index: 300;
  margin-right: 4px;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.BookCourse .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.BookCourse .dot span {
  background: #fbe4c7;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.BookCourse .block {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(251, 138, 31, 0.1);
          box-shadow: 0px 10px 40px rgba(251, 138, 31, 0.1);
  border-radius: 20px;
  margin: 20px auto;
  width: 80%;
  padding: 25px;
}
.BookCourse .block .ivu-form {
  padding: 0 60px;
}
.BookCourse .block h5 {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
.BookCourse .formBlock .classTime {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.BookCourse .formBlock .ivu-date-picker,
.BookCourse .formBlock .ivu-select {
  width: 50%;
}
.BookCourse .formBlock .ivu-select-selection,
.BookCourse .formBlock .ivu-input {
  background: #fafafa;
}
.BookCourse .formBlock .ivu-select-placeholder,
.BookCourse .formBlock .ivu-select-selected-value {
  height: 100%;
  line-height: 40px;
}
.BookCourse .formBlock .chineseBlock .ivu-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BookCourse .formBlock .chineseBlock .ivu-radio-group .ivu-radio-wrapper {
  font-size: 12px;
  color: #333333;
}
.BookCourse .formBlock .initChineseLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BookCourse .formBlock .ivu-col {
  margin-bottom: 10px;
}
.BookCourse .formBlock .subTitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.BookCourse .bookBlock .alert {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-left: 60px;
  margin-bottom: 20px;
}
.BookCourse .bookBlock .schedule-table {
  padding: 0 30px;
}
.BookCourse .bookBlock .schedule-table .schedule-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.BookCourse .bookBlock .schedule-table .schedule-table-header .weekBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fafafa;
  -webkit-box-shadow: inset -1px 0px 0px rgba(218, 218, 218, 0.2);
          box-shadow: inset -1px 0px 0px rgba(218, 218, 218, 0.2);
  border-radius: 2px 2px 0px 0px;
  height: 42px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.BookCourse .bookBlock .schedule-table .schedule-table-header .weekBlock .weekday {
  font-weight: 500;
  font-size: 14px;
}
.BookCourse .bookBlock .schedule-table .schedule-table-header .weekBlock .date {
  font-size: 12px;
}
.BookCourse .bookBlock .schedule-table .schedule-table-header .weekBlock.active {
  color: var(--main-color);
  background: #fff3e8;
  border-bottom: 2px solid var(--main-color);
}
.BookCourse .bookBlock .schedule-table .schedule-table-body .ivu-col {
  margin-bottom: 20px;
}
.BookCourse .bookBlock .schedule-table .schedule-table-body .ivu-col button {
  width: 100%;
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background: #fff3e8;
  color: var(--main-color);
  border: none;
}
.BookCourse .bookBlock .schedule-table .schedule-table-body .ivu-col .notBook {
  background: #dddddd;
  color: #333333;
}
.BookCourse .bookBlock .schedule-table .schedule-table-body .ivu-col .active {
  background: #fff3e8;
  color: var(--main-color);
}
.BookCourse .msgBlock .ivu-input {
  width: 50%;
}
.BookCourse .msgBlock .ivu-row {
  width: 60%;
}
.BookCourse .msgBlock .ivu-row .ivu-input,
.BookCourse .msgBlock .ivu-row .ivu-select {
  width: 100%;
}
.BookCourse .successBlock {
  text-align: center;
  padding-bottom: 160px;
}
.BookCourse .successBlock h3 {
  font-weight: 500;
  font-size: 40px;
  margin-top: 40px;
}
.BookCourse .successBlock p {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
}
.BookCourse .successBlock .timeBlock {
  background: #fffaf1;
  padding: 10px 20px;
  font-size: 14px;
  max-width: 64%;
  position: relative;
  margin: 20px auto;
}
.BookCourse .successBlock .timeBlock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 20px solid var(--main-color);
  opacity: 0.5;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.BookCourse .successBlock .timeBlock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 20px solid var(--main-color);
  opacity: 0.5;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.BookCourse .saveBtn {
  margin: 0 auto;
  width: 80%;
  margin-top: 25px;
  text-align: right;
  margin-bottom: 100px;
}
.BookCourse .saveBtn .backBtn {
  margin-right: 10px;
}

