@-webkit-keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes bjy-loading-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes bjy-loading-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.dialog .bjy-quiz{height:500px}.bjy-quiz{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;font-size:12px;color:#333;color:var(--brand-text-content,#333);overflow-y:auto}.bjy-quiz .bjy-quiz-item,.bjy-quiz .bjy-navigator,.bjy-quiz .bjy-edit-header,.bjy-quiz .bjy-edit-body[data-is-editing='1'],.bjy-quiz .bjy-edit-question,.bjy-quiz .bjy-result-actions{padding:10px 16px}.bjy-quiz .bjy-edit-question{padding-bottom:30px}.bjy-quiz .bjy-quiz-item .bjy-quiz-question{padding-bottom:20px}.bjy-quiz .bjy-quiz-title{font-weight:bold}.bjy-quiz .bjy-navigator,.bjy-quiz .bjy-edit-header{padding-left:10px}.bjy-quiz .icon{color:#9fa8b5}.bjy-quiz .icon.icon-arrow-left{cursor:pointer}.bjy-quiz a{color:#fff;text-decoration:none}.bjy-quiz input[type='radio'],.bjy-quiz input[type='checkbox']{display:none}.bjy-quiz .bjy-quiz-loading{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(159,168,181,0.2)}.bjy-quiz .bjy-quiz-loading .bjy-quiz-loading-text{display:inline-block;position:absolute;left:50%;top:50%;width:100px;height:20px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#333;color:var(--brand-text-content,#333)}.bjy-quiz .bjy-icon{display:inline-block;width:24px;height:24px;background:url("img/sprite.png") no-repeat;background-image:-webkit-image-set(url("img/sprite@2x.png") 2x)}.bjy-quiz .bjy-icon.bjy-back{margin-right:4px;cursor:pointer;background-position:0 -184px}.bjy-quiz .bjy-navigator{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:0;z-index:1;color:#333;color:var(--brand-text-content,#333)}.bjy-quiz .bjy-navigator .bjy-flex-end{margin-left:auto;line-height:24px}.bjy-quiz .bjy-edit-input{border:1px solid rgba(159,168,181,0.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.1);font-size:12px;line-height:1.4;padding:6px 8px;outline:none;resize:none;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#333;color:var(--brand-text-content,#333);word-break:break-all;word-wrap:break-word;white-space:normal;box-sizing:border-box;font-size:12px;border:none}.bjy-quiz .bjy-edit-textarea{border:1px solid rgba(159,168,181,0.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.1);font-size:12px;line-height:1.4;padding:6px 8px;outline:none;resize:none;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#333;color:var(--brand-text-content,#333);word-break:break-all;word-wrap:break-word;white-space:normal;box-sizing:border-box;font-size:12px;border:none}.bjy-quiz .bjy-edit-input::-webkit-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-textarea::-webkit-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-input::-moz-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-textarea::-moz-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-input:-ms-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-textarea:-ms-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-input::placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-textarea::placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz .bjy-edit-input:hover{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz .bjy-edit-textarea:hover{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz .bjy-edit-input:focus{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz .bjy-edit-textarea:focus{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz .bjy-edit-input{width:320px;padding:0 5px;line-height:24px;height:24px}.bjy-quiz .bjy-edit-textarea{height:6em;padding:6px 7px;line-height:1.5em;resize:none}.bjy-quiz .bjy-error-tip{margin-top:10px;text-align:center;color:#ff1f49}.bjy-quiz.bjy-quiz-teacher-wrapper > *{position:relative}.bjy-quiz.bjy-quiz-student-wrapper,.bjy-quiz.bjy-quiz-teacher-wrapper > *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:44px}.bjy-quiz.bjy-quiz-student-wrapper.bjy-view-result,.bjy-quiz.bjy-quiz-teacher-wrapper > *.bjy-view-result,.bjy-quiz.bjy-quiz-student-wrapper.bjy-view-quiz,.bjy-quiz.bjy-quiz-teacher-wrapper > *.bjy-view-quiz{padding-left:0;padding-right:0}.bjy-quiz .bjy-button{background-color:#1795ff;background-color:var(--brand-btn-primary,#1795ff);color:#fff;color:var(--brand-text-btn-primary,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:84px;height:24px;text-align:center;font-size:12px;cursor:pointer;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-quiz .bjy-button:not(.bjy-disable):not(.disabled):hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bjy-quiz .bjy-button:not(.bjy-disable):not(.disabled):active{-webkit-filter:brightness(.9);filter:brightness(.9)}.bjy-quiz .bjy-button.disabled,.bjy-quiz .bjy-button.bjy-disable{-webkit-filter:none;filter:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.4);color:#9fa8b5}.bjy-quiz .bjy-button + .bjy-button{margin-left:10px}.bjy-quiz .bjy-button.bjy-cancel{background-color:#eee;background-color:var(--brand-btn-secondary,#eee);color:#666;color:var(--brand-text-btn-secondary,#666);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none}.bjy-quiz .bjy-button.bjy-cancel:not(.bjy-disable):not(.disabled):hover{-webkit-filter:brightness(1.03);filter:brightness(1.03)}.bjy-quiz .bjy-button.bjy-cancel:not(.bjy-disable):not(.disabled):active{-webkit-filter:brightness(.9);filter:brightness(.9)}.bjy-quiz .bjy-button.bjy-cancel.disabled,.bjy-quiz .bjy-button.bjy-cancel.bjy-disable{-webkit-filter:none;filter:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.4);color:#9fa8b5}.bjy-quiz .btn-default{background-color:rgba(159,168,181,0.5);border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#333;color:var(--brand-text-content,#333);background-color:rgba(159,168,181,0.5) !important;color:#333 !important;color:var(--brand-text-content,#333) !important}.bjy-quiz .btn-default:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.bjy-quiz-media-play{width:100%;height:100%;position:relative}.bjy-quiz-media-play video{width:100%;height:100%}.bjy-quiz-media-play .url-error-tip{background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:14px;padding:4px 8px}.bjy-quiz-student-wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:14px;color:#333;color:var(--brand-text-content,#333);overflow-x:hidden;overflow-y:auto}.bjy-quiz-student-wrapper .bjy-navigator{border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-quiz-student-wrapper .bjy-navigator{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bjy-quiz-student-wrapper .bjy-navigator .score-wrapper{color:#1795ff;color:var(--brand-primary,#1795ff);width:200px;text-align:right}.bjy-quiz-student-wrapper p{margin:10px 0}.bjy-quiz-student-wrapper p.bjy-media{margin:0 0 0 27px;font-size:12px;color:#1795ff;cursor:pointer;pointer-events:visible}.bjy-quiz-student-wrapper .bjy-quiz-loading{height:400px}.bjy-quiz-student-wrapper .bjy-quiz-loading .bjy-quiz-loading-fail{position:relative;padding-top:30%;width:100%;height:100%;text-align:center;font-size:20px;color:#ff1f49}.bjy-quiz-student-wrapper .bjy-quiz-loading .bjy-quiz-loading-fail .bjy-btn-refresh{background-color:#4a9afc;color:#fff;font-size:16px;width:110px;height:44px;line-height:44px;text-align:center;display:inline-block;margin-top:20px}.bjy-quiz-student-wrapper .bjy-quiz-loading #floatingCirclesG{position:relative;top:30%;width:125px;height:125px;margin:auto;-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6)}.bjy-quiz-student-wrapper .bjy-quiz-loading .f_circleG{position:absolute;background-color:#fff;height:22px;width:22px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-animation-name:f_fadeG;-moz-animation-name:f_fadeG;-o-animation-name:f_fadeG;animation-name:f_fadeG;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;-o-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_01{left:0;top:51px;-webkit-animation-delay:.45s;-moz-animation-delay:.45s;-o-animation-delay:.45s;animation-delay:.45s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_02{left:15px;top:15px;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_03{left:51px;top:0;-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_04{right:15px;top:15px;-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_05{right:0;top:51px;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;-o-animation-delay:1.05s;animation-delay:1.05s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_06{right:15px;bottom:15px;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_07{left:51px;bottom:0;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;-o-animation-delay:1.35s;animation-delay:1.35s}.bjy-quiz-student-wrapper .bjy-quiz-loading #frotateG_08{left:15px;bottom:15px;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes f_fadeG{0%{background-color:rgba(8,137,250,0.98)}100%{background-color:#fff}}@-moz-keyframes f_fadeG{0%{background-color:rgba(8,137,250,0.98)}100%{background-color:#fff}}@-o-keyframes f_fadeG{0%{background-color:rgba(8,137,250,0.98)}100%{background-color:#fff}}@keyframes f_fadeG{0%{background-color:rgba(8,137,250,0.98)}100%{background-color:#fff}}.bjy-quiz-student-wrapper .bjy-quiz-item-list{overflow:auto;height:-webkit-calc(100% - 10px);height:-moz-calc(100% - 10px);height:calc(100% - 10px);margin-top:8px}.bjy-quiz-student-wrapper .bjy-quiz-item{border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-quiz-student-wrapper > .bjy-title{text-align:left;font-size:12px;line-height:40px}.bjy-quiz-student-wrapper .bjy-quiz-close{background-color:#1795ff;background-color:var(--brand-btn-primary,#1795ff);color:#fff;color:var(--brand-text-btn-primary,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:120px;height:32px;margin:10px auto;line-height:32px;text-align:center;font-size:14px;cursor:pointer}.bjy-quiz-student-wrapper .bjy-quiz-submit{background-color:#1795ff;background-color:var(--brand-btn-primary,#1795ff);color:#fff;color:var(--brand-text-btn-primary,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:120px;height:32px;margin:10px auto;line-height:32px;text-align:center;font-size:14px;cursor:pointer}.bjy-quiz-student-wrapper .bjy-quiz-close:not(.bjy-disable):not(.disabled):hover,.bjy-quiz-student-wrapper .bjy-quiz-submit:not(.bjy-disable):not(.disabled):hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bjy-quiz-student-wrapper .bjy-quiz-close:not(.bjy-disable):not(.disabled):active,.bjy-quiz-student-wrapper .bjy-quiz-submit:not(.bjy-disable):not(.disabled):active{-webkit-filter:brightness(.9);filter:brightness(.9)}.bjy-quiz-student-wrapper .bjy-quiz-close.disabled,.bjy-quiz-student-wrapper .bjy-quiz-submit.disabled,.bjy-quiz-student-wrapper .bjy-quiz-close.bjy-disable,.bjy-quiz-student-wrapper .bjy-quiz-submit.bjy-disable{-webkit-filter:none;filter:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.4);color:#9fa8b5}.bjy-quiz-student-wrapper .bjy-quiz-submit{margin-top:10px}.bjy-quiz-student-wrapper .bjy-quiz-close{position:absolute;left:0;right:0;bottom:0;margin:auto auto 10px}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea{border:1px solid rgba(159,168,181,0.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.1);font-size:12px;line-height:1.4;padding:6px 8px;outline:none;resize:none;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#333;color:var(--brand-text-content,#333);word-break:break-all;word-wrap:break-word;white-space:normal;box-sizing:border-box;border:none;height:6em;padding:6px 7px;font-size:12px;line-height:1.5em;resize:none}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea::-webkit-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea::-moz-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea:-ms-input-placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea::placeholder{color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea:hover{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea:focus{border-color:#1795ff;border-color:var(--brand-primary,#1795ff)}.bjy-quiz-student-wrapper .bjy-quiz-answer textarea:focus{outline:none}.bjy-quiz-student-wrapper[data-can-close='1'] .bjy-quiz-item-list{height:-webkit-calc(100% - 67px);height:-moz-calc(100% - 67px);height:calc(100% - 67px);margin-top:15px}.bjy-quiz-objective .bjy-quiz-title .bjy-index{display:inline-block;width:20px;text-align:left}.bjy-quiz-objective .bjy-quiz-title .bjy-title{word-break:break-all;word-wrap:break-word;white-space:normal;line-height:1.5}.bjy-quiz-objective .bjy-quiz-title .bjy-title .error-tip{color:#ff1f49}.bjy-quiz-objective .bjy-option-checkbox{display:inline-block}.bjy-quiz-objective .bjy-quiz-options{margin-left:20px;margin-top:8px;padding-bottom:0}.bjy-quiz-objective .bjy-quiz-options .bjy-option{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px;line-height:2;cursor:pointer;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:1.5;color:#333;color:var(--brand-text-content,#333)}.bjy-quiz-objective .bjy-quiz-options .bjy-option:hover{background-color:rgba(159,168,181,0.2)}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-icon{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-text{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;margin-left:8px;word-wrap:break-word;word-break:break-all;word-wrap:break-word;white-space:normal}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-text:not(:last-child){margin-right:8px}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-text > span{margin-left:8px}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-radio{position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;font-size:14px;font-weight:bold;line-height:24px;background:#1795ff;background:var(--brand-primary,#1795ff);color:#fff;cursor:pointer}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-checkbox{position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;font-size:14px;font-weight:bold;line-height:24px;background:#1795ff;background:var(--brand-primary,#1795ff);color:#fff;cursor:pointer}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-extra{margin-left:auto;text-align:right;color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-objective .bjy-quiz-options .bjy-option .bjy-option-percentage{margin-left:auto;text-align:right;color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-is-standard-answer='0']{color:#333;color:var(--brand-text-content,#333)}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-has-standard-answer='1']{color:#333;color:var(--brand-text-content,#333)}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-has-standard-answer='1'][data-is-standard-answer='1'] > .bjy-option-extra,.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-has-standard-answer='1'][data-is-standard-answer='1'] > .bjy-option-text{color:#1795ff}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-has-standard-answer='1'][data-is-my-answer='1'][data-is-standard-answer='0'] > .bjy-option-extra,.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-has-standard-answer='1'][data-is-my-answer='1'][data-is-standard-answer='0'] > .bjy-option-text{color:#ff1f49}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-is-my-answer='1']:after{content:'';display:inline-block;position:absolute;top:50%;right:14px;width:16px;height:16px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:url("img/sprite.png") no-repeat;background-image:-webkit-image-set(url("img/sprite@2x.png") 2x);background-position:-76px -140px}.bjy-quiz-objective .bjy-quiz-options .bjy-option[data-is-my-answer='1'][data-has-standard-answer='1']:after{left:18px;right:unset;-webkit-transform:translateY(-2px) scale(.8);-moz-transform:translateY(-2px) scale(.8);-ms-transform:translateY(-2px) scale(.8);-o-transform:translateY(-2px) scale(.8);transform:translateY(-2px) scale(.8)}.bjy-quiz-objective[data-is-view-mode='1']{pointer-events:none}.bjy-quiz-objective[data-type='4'] .bjy-option .bjy-option-radio:after{-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);content:'';display:inline-block;position:absolute;left:0;top:0;width:24px;height:24px;background:url("img/sprite.png") no-repeat;background-image:-webkit-image-set(url("img/sprite@2x.png") 2x)}.bjy-quiz-objective[data-type='4'] .bjy-option:nth-child(1) .bjy-option-radio:after{background-position:-4px -4px}.bjy-quiz-objective[data-type='4'] .bjy-option:nth-child(2) .bjy-option-radio:after{background-position:-36px -4px}.bjy-quiz-objective .earned-points{text-align:right;color:#ff1f49}.bjy-quiz-objective .standard-answer{color:#1795ff}.bjy-quiz-objective .bjy-quiz-media{width:260px;margin-left:24px;pointer-events:visible}.bjy-quiz-text .bjy-quiz-title .bjy-index{display:inline-block;width:20px;text-align:left}.bjy-quiz-text .bjy-quiz-title .bjy-title{word-break:break-all;word-wrap:break-word;white-space:normal;line-height:1.5}.bjy-quiz-text p{margin:10px 0}.bjy-quiz-text .bjy-quiz-media{width:260px;margin-left:24px;pointer-events:visible}.bjy-quiz-text .bjy-quiz-answer{margin-left:20px;margin-top:8px;padding-bottom:20px}.bjy-quiz-text .bjy-quiz-answer > textarea{width:100%;max-width:100%;height:100px;padding:10px;border:1px solid #efefef;overflow:auto;outline:none;resize:none}.bjy-quiz-text .bjy-quiz-answer .bjy-quiz-standard-answer > small{margin-left:-6px;color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-text .bjy-quiz-answer .bjy-quiz-my-answer > small{margin-left:-6px;color:#999;color:var(--brand-text-placeholder,#999)}.bjy-quiz-text .bjy-quiz-answer .bjy-quiz-standard-answer > p,.bjy-quiz-text .bjy-quiz-answer .bjy-quiz-my-answer > p{word-wrap:break-word;word-break:break-all;word-wrap:break-word;white-space:normal;line-height:1.5}.bjy-graph{width:650px;height:300px;margin:0 auto;padding-right:100px}