.ks-box { margin: 10px 10px 0 10px; background: #fff; padding: 10px 15px 15px 15px; border-radius: 5px; } 
.ks-box__title { font-size: 16px; line-height:32px; height: 32px; overflow: hidden; font-weight:bold; color:#333; } 
.ks-no-data { width: 60%; height: 300px; background: url(./images/nodata.png?v4) no-repeat center 30%; background-size: contain; margin-left: 20%; position: relative; } 

.ks-no-data p { width: 100%; position: absolute; bottom:30px; font-size:14px; color: #888; text-align: center; } 

.ks-default-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: relative; } 
.ks-default-image--user { width: 100%; height: 100%; background-image: url('/sysImg/default-avatar.png') } 
.ks-default-image--default { width: 100%; height: 100%; background-image: url('/sysImg/nopic.png') } 
.ks-default-image--logo { width: 100%; height: 100%; background-image: url('/sysImg/nologo.gif') } 
.ks-default-image--teacher { width: 100%; height: 100%; background-image: url('/sysImg/eavatar.jpg') } 

.ks-toast__mask { width: 100%; height: 100%; z-index: 5000; position: fixed; left: 0; top: 0 } 
.ks-toast { position: fixed; z-index: 5001; width: 7.6em; min-height: 7.6em; top: 40%; left: 50%; margin-left: -3.8em; margin-top:-3.8em; background: hsla(0,0%,7%,.7); text-align: center; border-radius: 5px; color: #fff; font-size: 16px; } 
.ks-toast__content { font-size: 14px; margin-top: 5px; } 

.ks-toast__icon { margin: 25px 0 0; width: 44px; height: 44px; vertical-align: baseline; display: inline-block; background-size: 100%; background-repeat: no-repeat; background-position: 50% 50% } 
.ks-toast__icon__success { background-image: url(./images/checkmark-circle-2-outline.png); } 
.ks-toast__icon__error { background-image: url(./images/close-circle-outline.png); } 
.ks-toast__icon__tips { background-image: url(./images/alert-circle-outline.png); } 
.ks-toast__icon__loading { -webkit-animation: weuiLoading 1s steps(12, end) infinite; animation: weuiLoading 1s steps(12, end) infinite; background-image: url(./images/loding.svg); } 
@-webkit-keyframes weuiLoading { 
 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg) } 
 to { -webkit-transform:rotate(1turn); transform:rotate(1turn) } 
 }
@keyframes weuiLoading { 
 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg) } 
 to { -webkit-transform:rotate(1turn); transform:rotate(1turn) } 
 }

/*长提示处理*/
.ks-toast-long { max-width: 80%; position: fixed; z-index: 5001; top:40%; left: 0; right: 0; margin:0 auto; text-align:center } 
.ks-toast-long span { line-height: 24px; background: rgba(0,0,0,0.6); color:#fff; padding: 8px 20px; border-radius: 4px; display: inline-block; font-size: 14px; text-align: left; } 

/*分页容器*/
.page-scroll-container__nomore { height: 36px; line-height: 36px; color: #999; text-align: center; } 

.ks-sort-popup { width: 100%; height: 178px; border-radius: 10px 10px 0px 0px; background: #fff; position: fixed; bottom: 0; text-align: center; } 
.ks-sort-box__title { margin-top: 12px; height: 40px; border-bottom: 1px solid #eee; } 
.ks-sort-box__title p { width: 100px; font-size: 16px; color: rgba(26, 26, 26, 1); float: left; padding-left: 50%; margin-left: -50px; text-align: center; } 
.ks-sort-box__title img { width: 18px; height: 18px; margin-right: 20px; float: right; margin-top: 2.5px; } 
.ks-sort-box span { display: inline-block; width: 120px; height: 40px; background: #fb6e52; border-radius: 4px; font-size: 16px; color: rgba(255, 255, 255, 1); line-height: 40px; text-align: center; margin: 45px 30px 0 30px; } 

/*考试部分组件*/
.paper-medal { background: #fff; padding: 20px 0; } 
.paper-medal__img { background: url(../assets/exam/exam_sheet_bg.png) no-repeat center; height: 160px; padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-size: contain; position: relative; } 
.paper-medal__value { text-align: center; padding-top: 22px; font-weight: bold; } 
.paper-medal__value span { font-size: 36px; color: #ff7827; } 
.paper-medal__value i { font-size: 18px; font-style: normal; } 
.paper-medal__info { position: absolute; bottom: 35px; text-align: center; width: 100%; color: #fff; font-size: 13px; } 

/*答题卡*/
.answer-sheet { background: #fff; position: fixed; width: 100%; height: 100%; left: 0; right: 0; margin: 0 auto; max-width: 480px; top:103px; z-index: 99; overflow-y: auto; overflow-x: hidden; } 
 .answer-sheet__title { font-size: 14px; font-weight: bold; line-height: 24px; position: relative; padding:10px 0 10px 15px; } 
 .answer-sheet__title::before { content: ''; width: 6px; height: 6px; position: absolute; left: 0; top:50%; margin-top: -3px; border-radius: 50%; background: #fb6e52; } 
 .answer-sheet__body { padding: 15px 15px 70px 15px; box-sizing: border-box; } 
 
 .answer-sheet__answer { display: flex; flex-wrap: wrap; } 
 .answer-sheet__answer-item { width: 45px; height: 45px; line-height: 45px; border-radius: 50%; border: 1px solid #ff795c; color: #ff795c; text-align: center; font-size: 15px; margin: 10px; } 
 .answer-sheet__submit { line-height: 51px; text-align: center; background: #ff795c; color: #fff; width: 100%; font-size: 16px; position: fixed; bottom: 0; left: 0; right: 0; margin:0 auto; z-index: 100; max-width: 480px; } 
 .answer-sheet__sign { display: inline-block; padding-left: 20px; font-size: 15px; color: #8f8f8f; position: relative; margin:0 10px; } 
 .answer-sheet__sign i { position: absolute; left: 0; top: 50%; width: 14px; height: 14px; margin-top: -7px; display: block; border-radius: 50%; } 
 .answer-sheet__sign--color1 i { background: #ff795c; } 
 .answer-sheet__sign--color2 i { background: #ed7c78; } 
 .answer-sheet__sign--color3 i { background: #fff; border: 1px solid #dcdcdc; } 
 .answer-sheet__sign--color4 i { background: #dcdcdc; } 
 .answer-sheet__opear { padding-right: 20px; margin-top:10px; text-align: right; } 
 
 .answer-sheet .active { background: #ff795c; color: #fff; } 

 .answer-sheet .signed { background: #dcdcdc; border-color: #dcdcdc; color: #8f8f8f; } 

 /*题目标题*/
 .question-title { font-size: 16px; color: #3e4754; line-height: 1.6; } 
 .question-title__type { display: inline-block; padding:1px 6px; height: 16px; line-height: 16px; font-size: 10px; overflow: hidden; position: relative; top:4px; margin-right: 10px; background: #80c269; border-radius: 20px 20px 0 20px; color:#fff; } 
 .question-title__cont { display: inline; } 
 .question-title__cont br:first-child { display:none; } 
 .question-title__cont img { max-width:100% !important; } 


 /*题目解析*/
 .analysis-info { padding: 15px; border-radius: 4px; margin-top: 15px; background: #f9f9f9; } 
 .analysis-info__title { font-size: 14px; } 
 .analysis-info__content { font-size: 14px; color: #999; padding: 5px 0 10px 0; line-height: 22px; border-radius: 4px; } 
 .analysis-info .score_rule { font-size: 14px; } 
 .audiofile-btn { border: 0.05rem solid #e64a3b; color: #e64a3b; padding: 0 0.5rem; line-height: 1rem; height: 1rem; border-radius: 1rem; display: inline-block; } 
 .analysis-info .underline { text-decoration: underline; } 
 .analysis-video,.success { margin: 0.5rem 0; } 
 .analysis-info .mr10 { margin-right:0.5rem; } 


 /*多选题*/

 .multiple-choice { margin-top: 10px; } 
 .multiple-choice__inner { padding: 10px 0; line-height: 28px; color: #3e4754; font-size: 14px; display: flex; align-items: center; } 
 .multiple-choice__letter { width: 28px; height: 28px; text-align: center; font-size: 15px; color: #3e4754; border-radius: 50%; border: 1px solid #e5e7eb; margin-right: 15px; background-size: 24px; background-repeat: no-repeat; background-position: 50% 50%; } 
 .multiple-choice__option { flex: 1; } 
 .multiple-choice__option img { max-width: 80%; } 
 
 /*回答样式*/
 .multiple-choice .right { color: #80c269; } 
 .multiple-choice .right .multiple-choice__letter { background-color: #80c269; border: 1px solid #80c269; color: #fff; text-indent: 64px; background-image: url(../assets/exam/checkmark.png); } 
 .multiple-choice .error { color: #f95d5d; } 
 .multiple-choice .error .multiple-choice__letter { background-color: #f95d5d; border: 1px solid #f95d5d; color: #fff; text-indent: 64px; background-image: url(../assets/exam/close.png); } 
 .multiple-choice .miss { color: #80c269; position: relative; } 
 .multiple-choice .miss .multiple-choice__letter { background-color: #80c269; border: 1px solid #80c269; color: #fff; text-indent: 64px; position: relative; overflow: hidden; background-image: url(../assets/exam/checkmark.png); } 
 .multiple-choice .miss::after { content: "漏选"; color: #80c269; position: absolute; background: #fff; border: 1px solid #80c269; line-height: 1; border-radius: 15px; padding: 1px 0; width: 28px; text-align: center; left: 10px; top: 3px; font-size: 10px; } 
 .multiple-choice .done .multiple-choice__letter { background-color: #ff795c; border: 1px solid #ff795c; color: #fff; } 

 /*填空题*/
 .fill-blanks { margin: 20px 0; line-height: 32px; color: #3e4754; font-size: 14px; } 

 .fill-blanks__input { margin-left: 10px; height: 30px; line-height: 30px; border: 0px; border-bottom: 1px solid #eee; font-size: 14px; width: 75%; } 

 /*简答题*/
 .short-answer { display: block; resize: vertical; padding: 10px 15px; line-height: 1.5; box-sizing: border-box; width: 100%; height: 10rem; font-size: 14px; color: #606266; background-color: #fff; background-image: none; border: 1px solid #dcdfe6; border-radius: 4px; transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); margin-top:10px; } 
 .short-answer:focus { border: 1px solid #9fb9f3; } 
 .answer-img { margin-top: 20px; } 

 /*题目解析项*/
 .analysis-item { padding:15px 0 } 
 .analysis-item__title { font-size: 14px; color: #3e4754; line-height: 24px; } 
 .analysis-item__body { padding-top: 15px; } 
 .analysis-subjective { border: 1px solid #e6e6e6; padding: 12px; border-radius: 4px; font-size: 14px; /*height: 200px; */min-height: 200px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } 
 .analysis-subjective,
 .analysis-fill-blank { color: #666; } 
 .analysis-fill-blank { line-height: 24px; font-size: 14px; } 
 .analysis-fill-blank p { padding-top: 5px; } 
 
 .analysis-score { line-height: 34px; margin-top: 15px; font-size: 14px; } 
 .analysis-item .uncorrected { color: #ff7827; } 



 /* 目录 */
 .ks-catalog-title { font-size: 14px; background-color: #f5f7fa; border-bottom: 1upx solid #e6e9ed; color:#787c82; position: relative; } 

 a.ks-catalog-title__periodname { color:#787c82; display: block; } 
 a.ks-catalog-title__periodname:hover { color:#FF663D; } 
 .ks-catalog-title__lock { background-position: center; background-repeat: no-repeat; width: 30px; height: 50px; float: right; margin-left: 10px; } 

 .ks-catalog-title__th { position: relative; z-index: 1; padding: 10px 20px; border-bottom: 1px solid #EDEDED; } 
 .ks-catalog-title__th--pointer { cursor: pointer; } 
 .ks-catalog-title .ks-tag { margin-left: 10px; } 
 /* .ks-catalog-title__time { float: right; margin-left: 10px; } 
.ks-catalog-box { float: right; } */
.ks-catalog-title__time .icon-img { position: absolute; right: 20px; height: 25px; width: 25px; top:50%; margin-top: -12.5px; } 
.ks-catalog-title__periodname { color: #010D15; } 
 .ks-catalog-title__money { float: right; margin-left: 20px; color:#f59121; } 
 .ks-catalog-title__arrow { float: right; width: 40px; height: 20px; cursor: pointer; position: relative; right: -10px; margin-top: 0 !important; } 
 .ks-catalog-title .ks-button { float: right; position: relative; top:8px; margin-left: 20px; display: none; } 
 .ks-catalog-chapter > .ks-catalog-title { font-size: 16px; background-repeat: no-repeat; background-position: 20px 50%; background-size:auto 14px; padding-left: 30px; } 
 .ks-catalog-period { background: #fff; } 
 .ks-catalog-period > .ks-catalog-title { background: none; } 
 .ks-catalog-period:hover { background: #fff7f5; } 

 .ks-catalog-section > .ks-catalog-title { background: #f0f2f5; } 

 .ks-catalog-schedule,
 .ks-catalog-schedule__learned { width: 100%; height: 100%; position: absolute; left: 0; top:0; } 
 .ks-catalog-title__try { background:#2e65ef; color:#fff; border-color:#2e65ef; display: inline-block; font-size: 12px; padding: 0 5px; } 
 .ks-catalog-schedule { background: #fff7f5; } 
 .ks-catalog-schedule__learned { background: #d9e7fd; } 
 .ks-catalog-title__type0,
 .ks-catalog-title__type1,
 .ks-catalog-title__type2,
 .ks-catalog-title__type3,
 .ks-catalog-title__type-live { padding-right: 28px; height: 100%; } 
 .ks-catalog-title__type0 { font-size: 0.6rem; margin-top: 0.25rem; } 
 .ks-catalog-title__live-state1 { color:#FF663D; } 
 .ks-catalog-title__more { float: right; width: 40px; height: 50px; background-size: 16px 16px; background-position: center; background-repeat: no-repeat; cursor: pointer; position: relative; margin-left: 10px; margin-right: -10px; z-index: 1; } 
 .ks-catalog-title__btns { width: 120px; position: absolute; right: 0; top: 40px; background: #fff; z-index: 9; border-radius: 4px; box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1); display: none; } 
 .ks-catalog-title__btns a { display: block; height: 44px; line-height: 44px; color:#787c82; padding: 0 20px 0 42px; background-repeat: no-repeat; background-position: 20px 50%; } 
 .ks-catalog-title__btns a:hover { background-color:#f9f9f9; color:#7cc5fe; } 
 .ks-catalog-chapter>.ks-catalog-title { background: none !important; } 

 .ks-catalog-section>.ks-catalog-title { background: url('/KS_Inc/member-center/images/catalog/common_icon_circle.png') no-repeat 20px 18px !important; background-size: 5px 5px !important; } 
 .ks-catalog-section>.ks-catalog-title .ks-catalog-title__th { padding-left: 30px; } 

 .ks-catalog-chapter>.ks-catalog-title { padding-left: 0 !important; } 

 .ks-catalog-section .ks-catalog-period .ks-catalog-title .ks-catalog-title__th--pointer { padding-left: 30px; } 
 .ks-catalog-title__arrow { background: url('/KS_Inc/member-center/images/catalog/common_icon_pulldown.png') no-repeat 50% 50%; top: 50%; margin-top: -25px; } 
 .sprogress { width: 50%; display: inline-block; vertical-align: middle; } 
 .sprogress .el-progress { width: 120px; } 
 .ks-catalog-learnednum { font-size: 0.6rem; color: #8D9299; margin-left: 11px; } 

.MediaPreview .mt10 { margin-top: 10px; } 
.MediaPreview video::-internal-media-controls-download-button { display: none; } 
.MediaPreview video::-webkit-media-controls-enclosure { overflow: hidden; } 
/* 原生 */
.MediaPreview audio::-webkit-media-controls-enclosure { border-radius: 0px; } 
.MediaPreview audio::-webkit-media-controls-timeline { padding-top: 10px; padding-bottom: 10px; } 
.MediaPreview .audio { width:300px; } 
.MediaPreview .preview img { float:left; } 
.MediaPreview .preview-image .atlas .ks-image img { width: 100%; height: 200px; object-fit: cover; margin-top: 5px; } 
.MediaPreview .preview-image { overflow: hidden; } 
.MediaPreview .preview-image .ks-image { float: left; } 
.MediaPreview .preview-image .ks-image img { width: 4.5rem; height: 4.5rem; margin: 5px 8px 5px 0; } 
.MediaPreview .preview-vodeo .video { width: 14.5rem; margin-top: 5px; } 

.MediaPreview .audio-wrapper { width:300px; background-color: #f7f7f7; border-radius: 4px; display: flex; padding: 5px; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; } 

.MediaPreview .audio-left { width: 40px; height: 40px; text-align: center; color: #fff; background-image: url(/ks_inc/member-center/images/common/play.png); background-repeat: no-repeat; background-size: 100% 100%; } 
.MediaPreview .audio-left--playing { /* animation: rotation 3s linear infinite; */
 background-image: url(/ks_inc/member-center/images/common/playing_gr.gif); } 
@keyframes rotation { 
 from { -webkit-transform: rotate(0deg); } 
to { -webkit-transform: rotate(360deg); } 
 }
.MediaPreview .audio-left--pause { background-image: url(/ks_inc/member-center/images/common/playing_gr.gif); } 

.MediaPreview .audio-right { width: 100%; padding-left: 15px; } 
.MediaPreview .audio-right__name { font-weight: bold; line-height: 24px; height: 24px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } 

.MediaPreview .audio-right__time { line-height: 20px; height: 20px; color: #e64a3b; font-size: 10px; } 

.MediaPreview .audio-length-current { float: left; font-size: 12px; } 
.MediaPreview .ks-action-sheet__list { border-radius: 5px; overflow: hidden; } 
.MediaPreview .ks-action-sheet { width: 96%; left: 2%; } 
.MediaPreview .ks-action-sheet__cancel { border-radius: 5px; overflow: hidden; margin-bottom: 10px; } 
.MediaPreview .audio-length-total { position: absolute; right: 18px; top: 10px; font-size: 16px } 
/* 图片样式 */
.MediaPreview .preview { width: 5rem; height: 5rem; margin-right: .5rem; margin-top: 5px; border-radius: 4px; border: 1px solid #eee; object-fit: cover; } 
.MediaPreview .preview-image .atlas .preview { width: 100%; height: 100%; border-radius: 4px; margin-top: 5px; object-fit: cover; } 
/* .preview-video { width: 100%; } */
.MediaPreview .atlas { width: 100%; } 
.MediaPreview .audio-wrapper { position: relative; } 
.MediaPreview .audio-left { background-image: url(/ks_inc/member-center/images/common/play.png); } 
.MediaPreview .audio-left--playing { background-image: url(/ks_inc/member-center/images/common/playing_gr.gif); } 
.MediaPreview .preview-video .preview-span { width:460px; } 
.MediaPreview .preview-word .preview-span { width: 760px; } 
.MediaPreview .preview-span { position:relative; float: left; display: block; } 
.MediaPreview .preview-span__i { position: absolute; right: 18px; top: 12px; background: #00000036; padding: 5px; } 
.MediaPreview .el-icon-delete:before { color: #fff; } 
.MediaPreview .video { height: 10rem; } 

/* 支付弹窗 */
.pay-title { margin: 0.8rem 0.6rem; padding: 0 0.3rem; } 
.pay-title__text { font-size: 0.8rem; } 
.pay-select { margin: 0 0.6rem 0.8rem; background-color:#fff; border-radius: 8px; } 
.pay-item { height: 2.95rem; padding: 0 0.625rem; flex-direction: row; align-items: center; display: flex; } 
.pay-item-img { margin-right: 0.25rem; } 
.pay-item_label,.balance { flex: 2; } 
.balance { display: flex; justify-content: flex-start; margin-left: 0.625rem; } 
.pay-item_label__text { font-size: 0.8rem; color: var(--color-text-primary); } 
.balance__text { font-size: 0.6rem; color:var(--color-text-seconday); } 
.pay-money { display: flex; margin: 0 0.6rem 1.2rem; flex-direction: row; align-items: center; justify-content: flex-end; } 
.pay-money__text { font-size: 0.6rem; color: var(--color-text-seconday); } 
.pay-money__text-money { font-size: 0.9rem; color: var(--color-text-price); } 


/* 已购课程 */
.course-list { padding: 0.75rem 0.25rem 0.75rem 0.75rem; } 
.course-main { padding-bottom: 0.75rem; } 
.course-item { padding:0.75rem; background-image: linear-gradient(to right, #fff, #fff); border-radius: 0.3rem; margin-right:0.5rem; position: relative; overflow:hidden; box-sizing: border-box; } 
.course-main .course-item { padding-bottom: 0;margin-right: 0; } 
.course-item__bg { position: absolute; bottom: -30%; transform: scale(2.5); left: -60%; } 
.course-item--active { background-image: linear-gradient(to right, #0060C3, #3283D7); } 
.course-item__title { font-size: 0.8rem; font-weight: bold; height: 2.2rem; line-height:1.1rem; } 
.course-item__info { margin-top: 0.75rem; } 
.course-item__info span { display: block; } 
.course-item__info-text { font-size:0.6rem; line-height: 1.1rem; opacity: 0.6; } 
.course-item__title--active,
.course-item__info-text--active { color:#fff; } 
.com-title { height: 2.2rem; line-height: 2.2rem; overflow:hidden; padding: 0 0.75rem; } 
.com-title__text { font-size: 0.8rem; } 
.com-box { background-color: #fff; margin-left:0.75rem; margin-right: 0.75rem; margin-bottom: 0.75rem; border-radius: 0.3rem; overflow: hidden; } 
.com-box__inner { padding: 0.75rem; } 
.progress { display:flex; flex-direction: row; align-items: center; } 
.progress-bar { height: 0.5rem; background-color: #f0f0f0; border-radius: 0.25rem; flex: 1; flex-direction: row;display: flex; } 
.progress-bar__completed { border-radius: 0.25rem; height: 0.5rem; background-color: var(--color-primary); } 
.progress-text { font-size: 0.6rem; font-weight: bold; color:var(--color-primary); margin-left: 0.5rem; } 
.progress-info { flex-direction: row; align-items: center; height: 1.6rem; } 
.progress-info__text { font-size: 0.6rem; color:#5a5a5d; } 
.progress-info__bold { font-size: 0.7rem; font-weight: bold; } 
.progress-info__bold--primary { color:var(--color-primary); } 
.examine-standard { margin-top: 0.75rem; border-top:0.05rem dashed #ddd; padding-top: 0.75rem; } 
.examine-standard__title { color:#5a5a5d; font-size: 0.6rem; font-weight: bold; } 
.examine-standard__text { font-size: 0.65rem; color: #8E8E93; line-height: 1.1rem; } 

/* 学习中心的班级 */
.p15 { padding:0.75rem; } 
.curr-class { position: relative; flex-direction: row; align-items: center; display: flex; margin-top: 0.75rem; } 
.course-item__cover { object-fit: cover; border-radius: 0.25rem; overflow: hidden;} 
.course-info::after { display: none; } 
.curr-class__title { flex: 1; } 
.curr-class__title-text { font-size: 0.9rem; font-weight: 500; } 
.curr-class__icon { margin-left: 0.75rem; } 
.curr-class__icon-text { transform: rotate(90deg); font-size: 0.8rem; color:#969799; transition-property:transform; transition-duration:0.1s; } 
.curr-class__icon-rotate { transform: rotate(-90deg); } 
.examine-title { padding-bottom: 0.75rem; } 
.examine-title__text { font-size: 0.8rem; font-weight: 500; } 
.content-box { padding:0px; } 
/*通知公告*/
.notice { padding: 0.3rem 0.75rem; } 
.notice-icon { width: 1.2rem; } 
.notice-icon__image { width: 0.7rem; height: 0.7rem; vertical-align: middle; } 
.notice-text { font-size: 0.7rem; line-height: 1.6rem; color:#5a5a5d; } 
.notice-more { width: 2.2rem; } 
.notice-more__text { font-size: 0.7rem; color: #8E8E93; text-align: right; } 
/*课程列表*/
.course-item__title { height: 2.2rem; line-height: 1.1rem; } 
.course-item__btn { margin-left: 0.5rem; height: 1.6rem; border: 0.05rem solid #eee; border-radius: 1.5rem; margin-top: 0.5rem; text-align: center; } 
.course-item__btn:first-child { margin-left: 0; } 
.course-item__btn:active { background-color: #f3f3f3; } 
.course-item__btn-text { font-size: 0.65rem; line-height: 1.6rem; text-align: center; } 
.course-item__exam { position:absolute; background-color: #fff; right: 0.5rem; top: 2.65rem; z-index:10; box-shadow:0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.1); border-radius: 0.25rem; padding-bottom: 0.5rem; } 
.course-item__exam-item { line-height: 1.8rem; font-size: 0.7rem; padding: 0 1.45rem; } 
/*考试*/
.ex-list { padding:1rem 2rem; flex-direction: column; } 
.ex-item { height: 2.2rem; line-height: 2.2rem; margin-top: 0.75rem; position: relative; background-color: #f9f9f9; align-items: center; flex-direction: row; padding: 0 1rem; border-radius: 1.1rem; } 
.ex-item--open:active { background-color: #f3f3f3; } 
.ex-item__text--disabled { opacity: 0.4; color:#323233; } 
.ex-item span { vertical-align: middle; } 
.ex-item__font { font-size: 0.8rem; color:#127DFD; width: 1.1rem; height: 0.8rem; margin-right: 0.5rem; text-align: center; display: inline-block; } 
.ex-item .ks-icon-shunxu { background:url(../assets/user/course/shunxu_s.png) no-repeat center; background-size:0.8rem auto; } 
.ex-item .ks-icon-moni { background:url(../assets/user/course/moni_s.png) no-repeat center; background-size:0.8rem auto; } 
.ex-item .ks-icon-cuoti { background:url(../assets/user/course/cuoti_s.png) no-repeat center; background-size:0.8rem auto; } 
.ex-item .ks-icon-suiji { background:url(../assets/user/course/suiji_s.png) no-repeat center; background-size:0.8rem auto; } 
/*班级列表*/
.class-list { padding: 0.75rem; } 
.class-item { background-color: #f9f9f9; padding: 0.75rem; border-radius: 0.3rem; margin-top: 0.5rem; border: 0.05rem solid #f9f9f9; } 
.class-item--active { background-color: rgb(18 125 253 / 10%); border-color: rgb(18 125 253 / 70%); } 
.class-box .van-popup--bottom,.camp-box .van-popup--bottom { left: auto; } 
.class-box .van-overlay,.camp-box .van-overlay{ left: auto; } 
.class-box .block-point { width: 1.5rem; height: 0.2rem; border-radius: 0.2rem; margin-top: 0.8rem; background-color: #c0c0c0; } 
.class-info span { color: #969799; } 

/* 班级作业 */
.domain-olevel { padding-left: 0.8rem; padding-right: 0.8rem; padding-top: 0.7rem; padding-bottom: 0.7rem; } 


/* 答疑 */
.comment-item { padding: 0.75rem 0.75rem 0 0.75rem; } 
.comment-item-info { flex: 1; margin-left: 0.75rem; position: relative; } 
.comment-item-img { margin: 0.5rem 0.5rem 0 0; object-fit: cover; } 
.comment-item-info__uname { font-size: 0.7rem; color:#666; line-height: 1.1rem; height: 1.1rem; } 
.comment-item-info__content { margin-top: 0.25rem; line-height: 1.35rem; font-size: 0.7rem; color:#323233; align-items: center; justify-content: center; } 
.comment-item-info__bottom { margin-top: 0.75rem; padding-bottom: 0.75rem; flex-direction: row; align-items: center; justify-content:space-between; } 
.comment-item-info__date { color:#969799; font-size: 0.6rem; } 

.comment-item-info__reply { color:#127DFD; font-size: 0.6rem; } 
.comment-item-reply { margin-bottom: 0.75rem; padding: 0.75rem; background-color:#969799; } 
.comment-item-info__top { flex-direction: row; align-items: center; } 
.comment-item-info__label { font-size: 0.5rem; color:#fff; line-height: 0.9rem; height: 0.9rem; background-color: #25D045; padding: 0 0.25rem; border-radius: 0.125rem; margin-left: 0.25rem; } 

/*营期列表*/
.camp-list-wrap { padding: 0 0.25rem 0 0.75rem; } 
.camp-list { padding: 0 0 0.75rem 0.5rem; } 

.camp-item { padding:0.75rem; background-image: linear-gradient(to right, #fff, #fff); border-radius: 0.3rem; margin-right:0.5rem; position: relative; overflow:hidden; box-sizing: border-box; border:1px solid rgb(18 125 253 / 40%); } 
.camp-item__bg { position: absolute; bottom: -30%; transform: scale(2.5); left: -60%; } 
.camp-item--active { background-image: linear-gradient(to right, #0060C3, #3283D7); } 
.camp-item__title { font-size: 0.8rem; font-weight: bold; height: 2.2rem; line-height:1.1rem; color:#127DFD; } 
.camp-item__info { margin-top: 0.75rem; } 
.camp-item__info-text { font-size:0.6rem; line-height: 1.1rem; opacity: 0.6; } 
.camp-item__title--active,
.camp-item__info-text--active { color:#fff; } 
.course-item__credit { height: 1rem; align-items: center; margin-top: 0.25rem;display: flex; } 
.course-item__credit-text { color: #fc4747; } 
.course-item__credit-icon { width: 0.6rem; height: 0.6rem; margin-right:0.3rem; } 
.camp-catalog .com-title{padding: 0.75rem;margin-top: 0.5rem;line-height: normal;height: auto;}
.emo-icon{width:1rem;vertical-align: middle;}
.ask-item-del{font-size: 0.6rem;color: #409eff;margin-left: 0.5rem;}
.homework-item{border:1px solid #eee;position: relative;}
.dobtn{position:absolute ;right: 0.8rem;top: 50%;margin-top: -0.6rem;}