.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_pc.png) no-repeat center 30%; background-size: contain; margin-left: 20%; position: relative; } 
.ks-no-data2 { width: 60%; height: 300px; background: url(./images/nodata.png) no-repeat center 30%; background-size: contain; margin-left: 20%; position: relative; } 
.ks-no-data p ,.ks-no-data2 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/avatar.jpg') } 
.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; display: flex } 
 .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-block; flex: 1 } 
 .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__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: 14px; 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; } 