.tab-pancourse-detail-common {
  margin-top: 24px;
}
.tab-pancourse-detail-common .course-tab-1-box {
  padding: 0 16px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block:first-child {
  margin-bottom: 20px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .block-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #59646e;
  line-height: 22px;
  padding-left: 6px;
  border-left: 2px solid #EF9132;
  margin-bottom: 16px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .block-list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .block-list-box .list-item-box {
  margin-bottom: 20px;
  width: 33%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .block-list-box .list-item-box .item-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding-right: 12px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .block-list-box .list-item-box .item-info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #364049;
  line-height: 22px;
  width: 65%;
  word-wrap: break-word;
  word-break: break-all;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-label {
  margin-bottom: 16px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-label .label-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding-right: 16px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-label .label-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  padding-right: 20px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box {
  display: flex;
  justify-content: flex-start;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box {
  background: #f9f9fa;
  width: calc(100% / 2 - 80px);
  min-width: calc(1280px / 2 - 40px);
  padding: 0 16px;
  margin-right: 24px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-title {
  height: 58px;
  padding-left: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box {
  margin-bottom: 16px;
  background-color: #ffffff;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box {
  height: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  padding-left: 24px;
  line-height: 38px;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell1 {
  width: 50%;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell2 {
  width: 25%;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell3 {
  width: 25%;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell-total1 {
  width: 75%;
}
.tab-pancourse-detail-common .course-tab-1-box .course-block .test-question-box .question-table-list-box .test-question-box .question-list-box .list-row-box .question-cell-total2 {
  width: 25%;
}
.tab-pancourse-detail-common .course-tab-2-box {
  padding: 0 16px;
}
.tab-pancourse-detail-common .course-tab-3-box {
  padding: 0 16px;
}
.long-text-tip {
  word-wrap: break-word;
  word-break: break-all;
  max-width: 200px;
}

.wrapPswConfirmStrStyle {
  position: relative;
}
.wrapPswConfirmStrStyle .ant-modal-confirm-body .ant-modal-confirm-title {
  display: inline;
}
.wrapPswConfirmStrStyle .ant-modal-confirm-body > .anticon {
  margin-right: 10px;
}
.wrapPswConfirmStrStyle .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 0;
}
.wrapPswConfirmStrStyle .PswConfirmStrStyle {
  background-color: #F9F9F9;
  padding: 12px;
  margin-top: 15px;
  line-height: 22px;
  font-size: 14px;
  color: #364049;
}
.wrapPswConfirmStrStyle #Pswdisablebtn {
  position: absolute;
  right: 32px;
  bottom: 24px;
  z-index: 999;
  background: #e1e1e1;
  color: #959595;
  user-select: none;
}
.wrapPswConfirmStrStyle #Pswdisablebtn:hover {
  background: #e1e1e1;
  color: #959595;
}
.wrapPswConfirmStrStyle .style-form-label {
  margin: 10px 0 10px 0;
}
.wrapPswConfirmStrStyle .style-form-label-requied::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.hiddenPswConfirmCancelBtn .ant-modal-confirm-btns button:nth-last-of-type(2) {
  display: none;
}

.to-examine-modal--style .ps-confirm-str--style {
  margin-top: 16px;
  margin-left: 106px;
  padding: 12px;
  background-color: #F8F8FA;
}
.to-examine-modal--style .ps-confirm-str--style .ant-form-item-label {
  width: 0;
  height: 0;
  overflow: hidden;
}
.to-examine-modal--style .ps-confirm-str--style .ps-confirm-str--declareStr {
  margin-bottom: 8px;
}
.to-examine-modal--style .ps-confirm-str--style .ps-confirm-str--p {
  margin-bottom: 4px;
}
.to-examine-modal--style .ps-confirm-str--autocomplete {
  display: flex;
  width: 640px;
}
.to-examine-modal--style .ps-confirm-str--autocomplete .ps-confirm-str-autocomplete--label {
  flex: 0 0 78px;
  margin-left: 26px;
}
.to-examine-modal--style .ps-confirm-str--autocomplete .ps-confirm-str-autocomplete--label .label {
  position: relative;
  top: 3px;
}
.to-examine-modal--style .ps-confirm-str--autocomplete .ps-confirm-str-autocomplete--label .label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.to-examine-modal--style .ps-confirm-str--autocomplete .ps-confirm-str-autocomplete--value {
  flex: 1;
}
.to-examine-modal--style .ps-confirm-checkFlage--err {
  padding: 6px 0 0 0;
  color: #f5222d;
}

.mytraining--common-tips-jump {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 876;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.mytraining--common-tips-jump .mytraining--common-tips-jump-card {
  position: absolute;
  top: -20%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 360px;
  height: 202px;
  padding: 20px;
  background-color: #fff;
}
.mytraining--common-tips-jump .mytraining--common-tips-jump-card .tips-circular {
  width: 60px;
  height: 60px;
  border: 2px solid #4EB24C;
  color: #4EB24C;
  border-radius: 50%;
  margin: 10px auto;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
}
.mytraining--common-tips-jump .mytraining--common-tips-jump-card .tips-text {
  margin-top: 14px;
  margin-bottom: 26px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ApprovalDetails {
  margin: 10px 0 40px 0;
  background-color: #fff;
}
.ApprovalDetails .h4 {
  font-weight: bolder;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.ApprovalDetails .title-p {
  font-style: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.ApprovalDetails .elips {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.ApprovalDetails .elips300 {
  max-width: 300px;
}

.dplayer-setting {
    display: none;
}
#PlaybackRate {
    position: relative;
    top: 11px;
    padding: 8px;
    font-size: 15px;
    /* background-color: bisque; */
}
#floatRate {
    position: absolute;
    top: -174px;
    left: 10px;
    background-color: rgba(28, 28, 28, .9);
    width: 50px;
    border-radius: 3px;
}
#floatRate .dplayer-span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 4px 0;
}
#floatRate .dplayer-span:hover {
    background-color: hsla(0, 0%, 100%, .1);
}
#floatRate .act {
    color: rgb(0, 245, 41) !important;
}

/* #PlaybackRate .text {
    font-size: 15px;
}
#PlaybackRate .showRate {
    font-size: 13px;
} */
/* .danmaku-text-font--style {

} */

.practicalTrainingModal--modal-ecollege {
  width: 100%;
  height: 100%;
}
.practicalTrainingModal--modal-ecollege .ant-modal-body {
  padding: 0;
  background-color: #F1F2F5;
}
.practicalTrainingModal--modal-ecollege .ant-modal {
  height: 100%;
  padding: 0;
}
.practicalAssessmentForm-new--style {
  display: flex;
  width: 100%;
  height: calc(100vh - 56px);
}
.practicalAssessmentForm-new--style .practicalAssessmentForm-new--left {
  width: 310px;
  height: inherit;
  flex: 0 0 326px;
  margin-right: 16px;
  background-color: #fff;
  overflow: auto;
}
.practicalAssessmentForm-new--style .practicalAssessmentForm-new--right {
  flex: 1;
  height: inherit;
  background-color: #fff;
  overflow: auto;
  padding: 16px;
}
.practicalAssessmentForm-new--style .practicalAssessmentForm-new--add {
  text-align: center;
  padding: 20px 0;
}
.practicalAssessmentForm-new--style .practicalAssessmentForm-new--form .ant-form-item {
  margin-bottom: 10px;
}
.practicalAssessmentForm-new--style .buttom-a-parent {
  text-align: right;
  margin-bottom: 10px;
}
.practicalAssessmentForm-new--style .buttom-a-parent .buttom-a {
  margin-left: 10px;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .act {
  background-color: #ECF6FF;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item {
  height: 46px;
  padding-top: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item:hover {
  background-color: #ECF6FF;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item:hover .editForm {
  display: block !important;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item .FileName {
  padding: 0 16px;
  font-size: 14px;
  position: relative;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item .FileName .editForm {
  display: none;
  position: absolute;
  right: 10px;
  top: 2px;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item .FileCode {
  padding: 0 16px;
  font-size: 14px;
}
.practicalAssessmentForm-new--style .racticalAssessmentForm-new--constent .racticalAssessmentForm-new--item .overFlowEllipsis {
  width: 310px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.learning-course-by-wps-js--modal .ant-modal {
  top: 0;
  padding: 0;
}
.learning-course-by-wps-js--modal .ant-modal-body {
  padding: 0;
  height: calc(100vh - 46px);
  overflow: auto;
}
.learning-course-by-wps-js--modal .ant-modal-header {
  padding: 10px 24px;
}
.learning-course-by-wps-js--modal .coverFileName {
  width: 100%;
  height: 45px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 30px;
}
.learning-course-by-wps-js--modal .coverFileName .closeIcon {
  position: absolute;
  right: 50px;
  top: 10px;
  font-size: 18px;
  color: #000;
}
.learning-course-by-wps-js--modal .coverFileName .closeIcon .tips {
  color: #7b7575;
  font-size: 14px;
  position: relative;
  right: 14px;
  top: -2px;
}
.learning-course-by-wps-js--modal .coverFileName p {
  padding: 5px 0;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.learning-course-by-wps-js--modal .notes {
  position: absolute;
  left: 30px;
  top: 25px;
  text-align: left;
  font-weight: bold;
  color: #ff2a2a;
  font-size: 13px;
}

.evaluationFormModal--modal {
  width: 100%;
  height: 100%;
}
.evaluationFormModal--modal .ant-modal {
  height: 100%;
  padding: 0;
}
.evaluationFormModal--modal .ant-modal-content {
  height: calc(100vh);
  display: flex;
  flex-direction: column;
}
.evaluationFormModal--modal .ant-modal-content .ant-modal-header {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.evaluationFormModal--modal .ant-modal-content .ant-modal-body {
  flex: 1;
  overflow: auto;
}
.evaluationFormModal--modal .ant-modal-content .evaluationForm--result {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #364049;
  font-size: 20px;
}
.evaluationFormModal--modal .ant-modal-content .evaluationForm--result .result--span {
  color: #4EB24C;
}
.evaluationFormModal--modal .ant-modal-content .evaluationForm--result .result--span.unqualified {
  color: #DF2532;
}

.reset-pass-word-appin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
}

.back-top-content-component {
  position: fixed;
  right: 16px;
  bottom: 9vh;
  width: 64px;
  z-index: 20;
}
.back-top-content-component .back-top-item {
  width: 100%;
  height: 80px;
  padding-top: 12px;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 12px;
  text-align: center;
  color: #AEB3B8;
}
.back-top-content-component .back-top-item .back-top-img {
  width: 32px;
  height: 32px;
  margin: 0 0 4px 16px;
  background-size: cover;
}
.back-top-content-component .back-top-item:hover {
  background-color: #ECF6FF;
  color: #3794F5;
}
.back-top-content-component .phone .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-phone-grey.05e4e61c.png);
}
.back-top-content-component .phone:hover .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-phone-blue.de4a35ca.png);
}
.back-top-content-component .feed .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-edit-grey.d3f51c3b.png);
}
.back-top-content-component .feed:hover .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-edit-blue.6fc16952.png);
}
.back-top-content-component .top .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-top-grey.4b73b7fd.png);
}
.back-top-content-component .top:hover .back-top-img {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/back-top-top-blue.a956eef7.png);
}
.back-top-content-component .line {
  position: relative;
}
.back-top-content-component .line:before {
  position: absolute;
  top: 0;
  left: 9px;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.backtop-content-component-popover .ant-popover-inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.backtop-content-component-popover .ant-popover-arrow {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.backtop-content-component-popover .backtop-content-component-QRcode {
  overflow: hidden;
  clear: both;
}
.backtop-content-component-popover .backtop-content-component-QRcode .backtop-QRcode {
  float: left;
  width: 120px;
  margin-top: 6px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
}
.backtop-content-component-popover .backtop-content-component-QRcode .backtop-QRcode-img {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
  background-size: cover;
}
.backtop-content-component-popover .backtop-content-component-QRcode .download-app {
  background-image: url(https://cdn.mobilemd.cn/tstatic/train/0.0.1/assets/media/app_down.3da9ff82.png);
}

