/* 首页 */

.company-profile {
  margin-top: 104px;
  margin-bottom: 90px;
}

.company-profile-title {
  margin-bottom: 32px;
  margin-top: 104px;
  height: 50px;
  font-size: 36px;
  font-family: 'PingFangSC';
  font-weight: 500;
  color: rgba(49, 70, 89, 1);
  line-height: 50px;
  letter-spacing: 2px;
}

.company-profile-content {
  line-height: 10px;
  height: 90px;
  font-size: 16px;
  font-family: 'PingFangSC';
  color: rgba(0, 0, 0, 0.43);
  line-height: 30px;
}

.login-modal-dialog {
  width: 540px;
}

.login-modal-body {
  padding-left: 86px;
  padding-right: 86px;
}

.login-modal-body-title {
  font-size: 30px;
  font-weight: 500;
  color: #5AD0C9;
  margin-bottom: 4px;
}

.login-modal-body-subtitle {
  font-size: 12px;
  color: #5AD0C9;
  margin-bottom: 40px;
}

.login-modal-body-btn {
  margin-top: 70px;
  margin-bottom: 64px;
}

.form-group {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.form-group label {
  line-height: 38px;
  padding-right: 0;
}

.form-group .form-control {
  height: 38px;
  padding-left: 0;
  font-size: 1.4rem;
}

/* 执照选择 */

.select-license-body {
  padding-top: 15vh;
  background-color: #F4F6F8;
  min-height: calc(100vh - 114px - 64px);
}

.select-license-title {
  font-size: 32px;
  color: #404040;
  margin-bottom: 16px;
}

.select-license-subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 50px;
}

.license-card-container {
  max-width: 910px;
  margin: 0 auto;
}

.license-card {
  height: 134px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align-last: left;
  padding-left: 24px;
  padding-top: 28px;
}

.license-card .license-card-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
}

.license-card .license-card-subtitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}

/* 课程选择 */
.select-lesson-body .col-6 {
  margin-bottom: 40px;
}
.select-lesson-title {
  font-size: 32px;
  color: #404040;
  margin-bottom: 16px;
}

.select-lesson-subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 40px;
}

.select-lesson-checkbox-container {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.select-lesson-checkbox-container input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.lesson-card {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-color: #DCDFE6;
}

.lesson-card.checked {
  border-color: #5AD0C9;
}

.media {
  padding: 20px;
  padding-left: 0;
}

.media-left img {
  width: 80px;
  height: 80px;
  background-color: #CCC;
}

.media-body {
  margin-top: 16px;
  margin-left: 16px;
  font-size: 14px;
  color: #909399;
}

.media-heading {
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 8px;
}

.pay-method-footer {
  height: 80px;
  justify-content: flex-end;
}

.pay-method-footer .price {
  font-size: 14px;
}

.pay-method-footer .price span {
  margin: 0 10px;
}

.pay-method-footer .btn {
  margin: 0 12px;
  width: 120px;
  height: 40px;
}

.wechat-pay-modal-body {
  margin-top: 20px;
  padding-bottom: 80px;
}

.wechat-pay-modal-body-title {
  font-size: 12px;
  color: #848993;
}

.wechat-pay-modal-body-subtitle {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}

.wechat-pay-modal-body-qrcode {
  width: 182px;
  height: 182px;
  padding: 11px;
  margin: 0 auto;
}

.wechat-pay-log {
  margin-top: 16px;
  font-size: 14px;
}

.wechat-pay-log img {
  margin-right: 8px;
}

/* 支付成功 */

.pay-result-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 24px;
  margin-bottom: 16px;
}

.pay-result-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
}

.mini-program-qrcode {
  width: 160px;
  height: 160px;
  padding: 11px;
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #ccc;
}

.mini-program-qrcode-subtitle {
  font-size: 14px;
  color: #4A4A4A;
}