@charset "UTF-8";
@import url("input.css?v=202401151714");
@import url("navbar.css?v=202402211855");
@import url("dropdown.css?v=1.0.1");
@import url("select.css?v=23.04.0");

/* base */
fieldset,img {border:0;}
ol,ul {list-style:none;}
capation,th{text-align:left;}
q:before, q:after{content:' '}
abbr,acronym{border:0;}

address,caption,cite,code,dfn,th,var,optgroup {
    font-style: normal;
    font-weight: normal;
}

*{
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    position: relative;
} 
body {
    font: 0.875em/1.5em  "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, Verdana, sans-serif;
    color: #444444;
    font-size:14px;
}
body:not(.modal-open){
    padding-right: 0 !important;
}
footer{
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: 40px;
    height:40px;
    background: #64a651;
}
select {
    min-width:70px;
}
ul{
	list-style-type: none;
}
label{
	display: inline;
}

body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0;
}

ol,ul,li {
    list-style: none;
}

a,a:visited {
    text-decoration: none;
    color: #444444;
}
a:hover{
    text-decoration:none;
    color:#222;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,button,textarea,select {
    *font-size: 100%;
}

:focus {
    outline: 0;
}

.wrapper {
    min-height:100%;
    height: auto !important;
    margin:0 auto;
    padding-bottom:80px;
    margin-bottom: -40px;
    color: #858585;
    background: #F7F7F7;
}
.label-span{
	margin-left:10px;
	font-weight:bold;
	color:#656565;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

ul.sidebar{
    list-style: none;
    padding-left: 0;
}
ul.sidebar li {
    border-bottom: 1px #e0e0e0 solid;
    text-align: center;
    background: #fff;
}
ul.sidebar li a{
    display: block;
    padding: 10px;
    color: #656565;
    text-decoration:none;
}
ul.sidebar li a:hover{
    color: #4CC443;
    border-left: 2px solid #4CC443;
}
ul.sidebar .current-sidebar{
    color: #4CC443;
    border-left: 2px solid #4CC443;   
}

.auth-icon-yes{
    background: url("../../images/icon_yes.png") no-repeat 0 0;
    width: 16px;
    height: 14px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
}
.auth-icon-no{
    background: url("../../images/icon_no.png") no-repeat 0 0;
    width: 16px;
    height: 14px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
}
a.button{
    padding: 5px 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    text-decoration:none;
    cursor:pointer;
}
a.btn-md{
    padding: 8px 22px;
    height: 50px;
    line-height: 50px;
    font-size:16px;
    border-radius: 2px;
}
a.btn-lg{
    padding: 10px 25px;
    height: 60px;
    line-height: 60px;
    font-size:20px;
    border-radius: 4px;
}
a.btn-white{
    background: #FFF;
    color: #9595A0;
    border-radius: 1px;
    border: 1px solid #DADADA;
}
a.btn-white:hover{ 
	color:#4CC443;
}
a.btn-green{
    background: #4CC443;
    color: #fff;
}
a.btn-green-light{
    background: rgba(77, 196, 68, 0.15);
    color: #4DC444;
}
a.btn-red{
    background: #FF0033;
    color: #fff;
}
a.btn-gray{
    background: #AEAEAE;
    color: #aa0000;
}
a.btn-disable{
	cursor:default;
}
a.green{
	color: #4CC443;
	cursor:pointer;
}
a.red{
	color: #FF0033;
	cursor:pointer;
}
/* 清除浮动带来的影响 */
.clear:after{
	content:'';
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}
/* 父元素高度不确定的块级元素垂直居中 */
.v-center-block{
	display:table-cell;
	vertical-align:middle;
}
/* 含有input文本框的单行元素的垂直居中 */
.v-center-inline{
	height: 34px;
	line-height: 34px;
	overflow: hidden; 	
}
.reminder span{
	background:url("../../images/icon_warninghints.png") no-repeat;
	width:27.8px;
	height:27.8px;
	padding-left:33px;
	margin-left:50px;
}
.reminder .btn-green{
	margin-left:20%;
	margin-right:15px;
}
.dis-browser-reminder{
	background:url("../../images/icon_ viewsupportbrowser_delete.png") no-repeat;
	clear:both;
	width:22px;
	height:22px;
	margin: 8px 0 0 25px;
	cursor: pointer;
	border:0;
	position:absolute;
}
.create-item .create-item-header{
    height: 45px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
}
.create-item .create-item-header .notice-element{
    display: inline-block;
    float: left;
    margin-top: 12px;
    background-color: #4CC443;
    padding: 1px 5px;
    color: #fff;
    border-radius: 3px;
} 
.create-item .create-item-header .create-item-title{
    color:#333;
    margin-left: 10px;
    margin-top: 12px;
    margin-right: 15px;
    display: inline-block;
    float: left;
    font-size: 14px;
}
.create-item .create-item-main{
    padding: 10px;
}
.list-title{
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

ul.subitems, ul.sortable{
    list-style-type: none; 
    margin: 0; 
    padding: 0;   
}
.col-question{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    height:35px;
} 
ul.subitems li:hover, ul.sortable li:hover{
	cursor: move;
}
ul.subitems li span.ui-icon-arrowthick-2-n-s, span.ui-icon-carat-1-s,  span.ui-icon-carat-1-n{ 
    position: absolute; 
    margin-left: -1.3em; 
}
li.ui-state-highlight{
    height:35px;
}
.col-question a, 
.col-question a:link, 
.col-question a:visited{
    color:#337ab7;
    text-decoration: none;
}
.q-score, .g-score, .g-count{
    height: 24px;
    width: 55px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    float:left;
}
.border-top{
	border-top: 1px solid #e5e5e5;
}
.default-content {
    background: white;
    margin-top: 20px;
}

.modal-body{
	max-height: 1000px;
	overflow: auto;
}
.modal-content{
	margin-top: 180px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.transform-none {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.modal-footer{
    text-align:right;
    border: 1px solid #F8F8F8;
    border-radius: 2px;
}

.ar {
    text-align: right;
}

@media (min-width: 1300px) {
    .container {
        width: 1180px;
    }
}
.login-pic{
    padding: 5px;
    display: inline-block;
}

.page-size, .total-item{
    color: #00C922;
    padding: 0 5px 0 5px;
}
.itemCounter .active{
    background: #00C922;
}
.itemCounter, .page-count{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

/*------------header-end-----------------*/
.breadcrumb.file{
    background-color:transparent;
     margin-bottom: 0;
}

.breadcrumb.file>li{
    font-size:14px;
}

.breadcrumb a{
    color: #337ab7;
    text-decoration:none
}
.breadcrumb .parent a,
.breadcrumb .parent span{
    color: #999999;
}

/*--------------左边下拉菜单start----------------*/
.content-left {
    height:auto !important;
    background: #FBFDFF;
    position: relative;
}

.first-menu li {
    width: 100%;
    color: #FFF;
    display: inline-block;
}
.first-menu>li>a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    padding: 22px;
    background: #334554;
    border-left: 1px solid #405769;;
    border-right: 1px solid #405769;
    border-bottom: 1px solid #405769;
    text-decoration: none;
    text-align:center;
}
.first-menu>li.current>a {
    color: #00C922;
}
.first-menu>li>a:hover {
    background: #455969;
}
.second-menu{
    display: none;
}
.second-menu li {
    width: 100%;
    color: #666666;
    display: inline-block;
    background:#F6FBFF;
}
.second-menu li:hover{
    background:#FFFFFF;
}
.second-menu>li>a {
    display: block;
    font-size: 15px;
    padding:17px 0 17px 25px;
    text-align:center;
    border-bottom: 2px solid #e0e0e0;
    text-decoration: none;
}
.videoSub>a{
    background-image: url(../../images/nav_video_n.png);
    background-position:79px center;
    background-repeat:no-repeat;
}
.videoSub>a:hover,
.videoSub.current>a{
    background-image: url(../../images/nav_video_s.png);
}
.audioSub>a{
    background-image: url(../../images/nav_audio_n.png);
    background-position:79px center;
    background-repeat:no-repeat;
}
.audioSub>a:hover,
.audioSub.current>a{
    background-image: url(../../images/nav_audio_s.png);
}
.docSub>a{
    background-image: url(../../images/nav_doc_n.png);
    background-position:79px center;
    background-repeat:no-repeat;
}
.docSub>a:hover,
.docSub.current>a{
    background-image: url(../../images/nav_doc_s.png);
}
.imageSub>a{
    background-image: url(../../images/nav_image_n.png);
    background-position:79px center;
    background-repeat:no-repeat;
}
.imageSub>a:hover,
.imageSub.current>a{
    background-image: url(../../images/nav_image_s.png);
}
.second-menu>li>a:hover ,
.second-menu>li.current>a{
    color: #00C922;
}
/*--------------左边下拉菜单end----------------*/


/*--------------other----------------*/

.content{
    margin-top:16px;
    margin-left:0;
    margin-bottom:20px;
}
.dialog-hide {
    border:none;
    cursor:pointer;
    background: #FFF;
    background-image: url(../../images/popWindow_minimize_n.png);
    background-position:center;
    background-repeat:no-repeat;
    height:20px;
    width:20px; 
    border-radius: 100px;
    float:right;
}
.dialog-hide:hover{
    background-image: url(../../images/popWindow_minimize_h.png);
}
.res-content{
    margin:10px 0 15px 20px; 
    width:220px;
    table-layout:fixed; 
    word-break:break-all; 
}
#uploadCenter{
    z-index:1000;
}
.changeShowTypeImg{
    position:relative;
    float:right;
}
.changeShowTypeImg:hover {
    cursor:pointer;
}

/* left slidebar*/

ul.sidebar{
    list-style: none;
    padding-left: 0;
}
ul.sidebar li {
    border-bottom: 1px #e0e0e0 solid;
    text-align: center;
    background: #fff;
}
ul.sidebar li a{
    display: block;
    padding: 10px;
    color: #656565;
    text-decoration:none;
    border-left:0;
}
ul.sidebar li a:hover{
    color: #4CC443;
    border-left: 2px solid #4CC443;
}

ul.sidebar .current-sidebar a{
    border-left: 2px solid #4CC443; 
    color: #4CC443;  
}
.qs-toolbar{
    display:inline;
    width: auto;
    font-size: inherit;
    padding-top:3px;
}
.qs-toolbar .btn-primary{
    display:inline;
    height:35px;
    font-size:14px;
    padding-top:3px;
}

.highcharts-tooltip>span {
    background: white;
    border: 1px solid silver; 
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 3px;
}
.sss{
    height:34px;
    background-color:white;
    border-color:darkgrey;
    width:80px;
 }
.sxs{
    height:34px;
    background-color:white;
    border-color:darkgrey;
    width:120px;
 }
 .ss {
    height: 34px;
    background-color: white;
    border-color: darkgrey;
    width: 174px;
}
.sms{
    height:34px;
    background-color:white;
    border-color:darkgrey;
    width:185px;
}
.sm{
    height:34px;
    background-color:white;
    border-color:darkgrey;
    width:196px;
}
.sl{
    height:34px;
    background-color:white;
    border-color:darkgrey;
    width:218px;
}
.line{
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 #E7E7E7;
    margin:5px 5px 10px 5px;
    padding-bottom:15px;
}
.recent-dtae{
    border-radius: 2px;
    border-color: #D1D1D1;
    width: 160px;
    height: 34px;
}

.chart-content{
    margin-top: 50px;
}
.timepicker{
    background: #E6FFEA !important;
    border: 1px solid #1DD03B;
    height:34px;
    color:#1DD03B;
}
.table-condensed{
    width:245px;
}
.inner-tab{
    margin-left:32%;
    margin-bottom:30px;
}
.activeTab{
    color: #FFF;
    background: #00C922;
    height:42px;
    line-height: 32px;
    width:180px;
    font-size: 16px;
}
.activeTab:hover{
    background: #2FDA2F;
    color: #fff;
}

.download_app_scan,.download_app_scan_teacher{
    position:absolute;
    top:54px;
    z-index:9999;
    display:none;
    right:190px;
}
.download_app{
    cursor: pointer;
    color: #169BD5;
    text-align:center;
    width:90px;
    height:54px;
    line-height:54px;
}
.download_app:hover{
    display: block; 
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    background: #4CC443;
    color:#FFF;
}

.tool-btn-group{
    float:left;
    width:100%;
    text-align:center;
}
.tool-btn-group>button{
    margin-left:20px;
    border-radius: 2px;
    line-height:0.92;
    height:26px;
    min-width:82px;
}

.tool-sel-group{
    float:left;
    width:100%;
}
.tool-sel-group>div:last-child{
    float:left;
    width:230px;
    margin-top: 14px;
}
.tool-sel-group>div:not(:last-child){
    float:left;
    width:290px;
    margin-top: 14px;
    padding-right:60px;
}
.tool-sel-group>div>span{
    margin-right:8px; 
    float:right;
    color: #858585;
    font-weight:bold;
}
.tool-sel-group>div>select{
    width:150px;
    float:right;
}
.seperate-line{
    float:right;
    width:100%;
    background: #C9C9C9;
    height:1px;
    padding:0 10px;
    margin-top:14px;
    opacity:0.4;
}
.contentTip {
    position: absolute;
    left: 20%;
    z-index: 1000;
    display: none;
    padding: 5px 3px;
    margin: 2px;
    font-size: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contentTip>div{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.contentTip-right {
    position: absolute;
    right: 10%;
    z-index: 1000;
    display: none;
    float: right;
    width: auto;
    padding: 5px 3px;
    margin: 2px;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.datetimepicker-days>.table-condensed>thead{
    background:#FFF;
}
.borderLabel{
    border: 1px solid #1DD03B;
    color:#1DD03B;
    height:26px;
    padding:2px;
}
.ql-title{
    color:white;
    line-height: 24px;
}
.ql-title:visited{
    color:white;
}
.ql-title img{
    display:none;
}
.tipDialogBody{
    max-height:300px !important;
    line-height:20px !important;
}
.sub-title-green{
    color: #4CC443;
    font-size: 18px;
    text-decoration:underline;
}
.col-question{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    height:35px;
}
li.ui-state-highlight{
    height:35px;
}
.hide{
    display:none;
}
.col-question a, 
.col-question a:link, 
.col-question a:visited{
    color:#337ab7;
    text-decoration: none;
}
.q-score, .g-score{
    height: 24px;
    width: 55px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    float:left;
}  
.error, .g-error{
	display: block;
    color: red;
}

.modal-tiplabel{
    font-size: 14px;
    color: #FF2E2E;
    line-height: 14px;
}
.search{
    background-color: #D8D5D5;
    background-image: url(../../images/search.png);
    background-position: center;
    background-repeat:no-repeat; 
    float:left;
    height:34px;
    width:34px;
    border:1px solid #D8D5D5;
    border-left:none;
}
.stat-chart{
    margin : 3%; 
    float : left; 
}
.w-line {
    margin: -8px 0 0 -15px;
    border-top: 1px solid #D8D5D5;
    width: 1170px;
    position: absolute;
}
.conditionEdit{
    font-size: 12px;
    color: #00C922;
}
.tag:not(.activeTab):hover{
    color: #FFF;
    background: #00C922;
    font-size: 14px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.tab-text {
    height:36px !important;
    width:90px !important;
    font-size:14px !important;
    line-height: 18px !important;
}
.switch-btn-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label,
.switch-btn-wrapper input[type="checkbox"]:not(:checked)+label {
    background-color: #e0e0e0;
    border-radius: 24px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    width: 40px;
    margin-bottom: -4px;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label:after,
.switch-btn-wrapper input[type="checkbox"]:not(:checked)+label:after {
    background-color: #fff;
    border-radius: 20px;
    content: " ";
    height: 15px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 15px;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label {
    background-color: #19D3B2;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label:after {
    left: 22px;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label,
.switch-btn-wrapper input[type="checkbox"]:not(:checked)+label {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.switch-btn-wrapper input[type="checkbox"]:checked+label:after,
.switch-btn-wrapper input[type="checkbox"]:not(:checked)+label:after {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

.breadcrumb > li, .breadcrumb > li > a {
    font-size: 14px;
}

.modal-header {
    font-size: 18px;
}

/* 标签样式一 */
.qs-tab-container-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.qs-tab-container-1 > div {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    cursor: pointer;
    white-space: nowrap;
}
.qs-tab-container-1 > div a {
    color: #666666;
}
.qs-tab-container-1 > div.qs-tab-active-1 {
    color: #4CC443;
    border-radius: 24px;
    border: 1px solid #4CC443;
}
.qs-tab-container-1 > div.qs-tab-active-1 a {
    color: #4CC443;
}
.qs-tab-container-1 > div.qs-tab-active-1 a,
.qs-tab-container-1 > div.qs-tab-active-1 a:link,
.qs-tab-container-1 > div.qs-tab-active-1 a:visited,
.qs-tab-container-1 > div.qs-tab-active-1 a:hover,
.qs-tab-container-1 > div.qs-tab-active-1 a:active {
    text-decoration: none;
}

/* 标签样式二 */
.qs-tab-container-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid #EEE; /* 灰色横线 */
    position: relative; /* 为了绝对定位伪元素 */
    padding-bottom: 8px; /* 添加8px的底部填充，保持横线与元素间隔 */
    width: min-content;
}
.qs-tab-container-2 > div {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    position: relative; /* 相对定位用于伪元素 */
}
.qs-tab-container-2 > div a {
    color: #666666;
}
.qs-tab-container-2 > div::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
}
.qs-tab-container-2 > div.qs-tab-active-2 {
    color: #4CC443;
}
.qs-tab-container-2 > div.qs-tab-active-2 a {
    color: #4CC443;
}
.qs-tab-container-2 > div.qs-tab-active-2::after {
    background-color: #4CC443; /* 激活状态的颜色 */
    height: 2px; /* 激活状态横线变粗 */
}
.qs-tab-container-2 > div a,
.qs-tab-container-2 > div a:link,
.qs-tab-container-2 > div a:visited,
.qs-tab-container-2 > div a:hover,
.qs-tab-container-2 > div a:active {
    text-decoration: none;
}