/*我的作业css-2019.12.11-6.8*/
.header{
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    /*background-color: #fff;*/
    background-color: #00b7ef;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 9;
}

.header span{
    /*font-weight:600;*/
}

.header i{
    color: #fff;
    /*font-weight:600;*/
    position: absolute;
    left:0.15rem;
}

.navbox{
    width: 100%;
    background: #fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08);
    height: 0.42rem;
    line-height: 0.42rem;
    margin-top: 0.44rem;
}

.navbox li{
    color: #2A2A2A;
    font-size: 0.14rem;
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
}

.navbox li.hover{
    font-weight: bold;
}

.navbox li.hover em {
    width: 0.12rem;
    height: 0.04rem;
    background-color: #00AAFF;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.navbox_navinfo{
    width: 92%;
    margin:0 auto;
}

.navbox_navinfo .navboxInfo{
    display: none;
}

.navbox_navinfo .navboxInfo:first-child{
    display: block;
}

.tobesubmit{
    background: #fff;
    border-radius:4px;
    padding: 0.1rem 0;
    margin-top: 0.15rem;
}

.tobesubmit p{
    padding: 0 0.15rem;
}

.tobesubmit .titp{
    font-size: 0.16rem;
    color: #2A2A2A;
    margin-bottom: 0.07rem;
    font-weight:bold;
}

.tobesubmit .contp{
    font-size: 0.14rem;
    color: #2A2A2A;
    margin-bottom: 0.07rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tobesubmit .sectionname{
    font-size: 0.12rem;
    color: #666;
    margin-bottom: 0.1rem;
}

.tobesubmit .goto{
    border-top: 1px solid #eee;
    color: #00AAFF;
    font-size: 0.12rem;
    text-align: right;
    padding-top: 0.07rem;
}

.tobesubmit .submittedbox{
    border-top: 1px solid #eee;
    clear: both;
    overflow: hidden;
    padding-top: 0.07rem;
}

.tobesubmit .submittedbox .sbumittime{
    font-size: 0.12rem;
    color: #939CA5;
}

.tobesubmit .submittedbox .goto{
    border-top:none;
    padding-top: 0;
}

/*提交作业提交作业提交作业css*/
.submitHomework{
    margin-top: 0.44rem;
}

.jobDescription{
    background: #fff;
    padding: 0.15rem;
}

.jobtit{
    color: #2A2A2A;
    font-size: 0.16rem;
    font-weight:bold;
}

.jobDescription_info{
    overflow: hidden;
    margin-top: 0.15rem;
}

.jobDescription_info span{
    display: block;
}

.description_txt{
    color: #2A2A2A;
    font-size: 0.14rem;
    font-weight:bold;
    width: 22%;
    display: block;
}

.description_info{
    font-size: 0.14rem;
    color: #666;
    width: 78%;
}

.submitHwbox{
    padding: 0.2rem 0.15rem;
    background: #fff;
    /*margin-top: 0.1rem;*/
    border-top:0.1rem solid #F2F5F7;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.editbox{
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.reSubmitbox .uploadMaterial{
    width:28%;
}

.showmask{
    width: 1.1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    color: #666;
    font-size: 0.12rem;
    border-radius:4px;
    border:1px dashed rgba(181,185,188,1);
    display: block;
}


.writearea{
    background: #F8F8F8;
    padding: 0.1rem;
    color: #2A2A2A;
    font-size: 0.14rem;
    width: 100%;
    resize:none;
    border:none;
    display: block;
    margin: 0.1rem 0 0.2rem;
    height: 2rem;
}

.submitHwbox textarea::-webkit-input-placeholder {
    color: #2A2A2A;
    font-size: 0.14rem;
}

.uploadMaterial .uploadimg{
    width: 0.19rem;
    height: 0.17rem;
    color: #939CA5;
    margin-left: 0.05rem;
}

.showchice{
    font-size: 0.12rem;
    color: #939CA5;
    margin-top: 0.1rem;
}

.showchice i{
    width: 14px;
    font-size: 0.14rem;
    color: #DADEE0;
    margin-right: 0.05rem;
    height: 14px;
    display: inline-block;
}

.uploadpicbox,.uploadvideobox{
    display: none;
}

.uploadpicbox{
    position: relative;
}

.picbox{
    position: relative;
    width: 1.04rem;
    height: 1.04rem;
    float: left;
    margin-right: 0.15rem;
    margin-bottom: 0.1rem;
    cursor: move;
}

.picbox:nth-child(3n){
    margin-right: 0px;
}

.picbox img{
    width: 100%;
    height: 100%;
    display: block;
}

.delpic{
    font-size: 0.2rem;
    color: #D3D6D8;
    border:0.02rem solid #fff;
    position: absolute;
    right: -11px;
    top: -8px;
    border-radius: 50%;
    background: #fff;
}

.submitbg{
    width: 100%;
    height: 0.6rem;
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 99;
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
    background: #fff;
    margin-top: 30px;
}

.submitbtn{
    width: 92%;
    text-align: center;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.14rem;
    background: rgba(0,170,255,.4);
    border-radius:4px;
    /*margin:0.35rem auto 0.5rem;*/
    margin:0.08rem auto;
}

/*多次提交作业css*/
.submission{
    background: #fff;
    border-top:0.1rem solid #F2F5F7;
    padding: 0.2rem 0.15rem;
}

/*.firstSubmission{*/
/*    background: #fff;*/
/*    border-top:0.1rem solid #F2F5F7;*/
/*    padding: 0.2rem 0.15rem;*/
/*}*/

.submitTime{
    width: 0.7rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #fff;
    font-size: 0.12rem;
    background: #939CA5;
    border-radius:11px 11px 11px 0px;
    text-align: center;
    margin-bottom: 0.14rem;
}

.marbottom{
    margin-bottom: 0.18rem;
    overflow: hidden;
}

.commentlabel .description_info{
    color: #939CA5;
}

.labeltxt{
    background: #F5F6F7;
    display: block;
    float: left;
    color: #939CA5;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.05rem 0.08rem;
    margin-right: 0.1rem;
    border-radius:10px;
}

.peotime{
    color: #939CA5;
    font-size: 0.12rem;
    display: block;
    margin-top: 0.05rem;
}

.workmaterial img{
    width: 0.83rem;
    height: 0.83rem;
    margin-right: 0.1rem;
}

.workmaterial img:nth-child(3n){
    margin-right: 0px;
}

.workmaterial em.peotime{
    margin-top: 0.15rem;
}

.workmaterial{
    overflow: hidden;
}

.firstworkmaterial{
    overflow: hidden;
}

.firstworkmaterial em{
    display: block;
    margin-bottom: 0.1rem;
}

.reSubmitbox{
    background: #fff;
    padding: 0.2rem 0.15rem;
    border-top:0.1rem solid #F2F5F7;
    margin-bottom: 0.6rem;
}

.reSubmit_txt{
    color: #2A2A2A;
    font-size: 0.14rem;
    font-weight: bold;
}

/*去答卷页面css*/
.testPaperbox{
    margin: 0.58rem 0.15rem 0;
}

.testPaperbox .marbotm{
    margin-bottom: 0.15rem;
    overflow: hidden;
}

.testPapertit{
    font-size: 0.16rem;
    font-weight: bold;
    color: #2A2A2A;
    margin-bottom: 0.15rem;
}

.lefttxt{
    font-size: 0.14rem;
    color: #2A2A2A;
    font-weight: bold;
    width: 22%;
}

.rightxt{
    font-size: 0.14rem;
    color: #666;
    width: 78%;
}

.goAnswerSheet,.seetestPaper{
    background: #00AAFF;
    width: 92%;
    margin:0.4rem auto 0;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    border-radius:4px;
    height: 0.44rem;
    line-height: 0.44rem;
}

.jobDescription_info .bluetxt,.firstworkmaterial .bluetxt, .workmaterial .bluetxt{
    color: #00AAFF;
}

/*浮层*/
.maskbox, .maskbox-loading{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
}


.camerabox{
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 0.3rem 0 0.4rem;
    bottom:-100%;
    border-radius:10px 10px 0px 0px;
    z-index: 12;
}

.camerabox div{
    float: left;
    width: 30%;
}

.uploadpic,.uploadvideo{
    width: 0.74rem;
}

.uploadpic{
    margin-right: 10%;
    margin-left: 15%;
}

.uploadpic img,.uploadvideo img{
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 0.74rem;
    height: 0.74rem;
    margin:0 auto;
}

.uploadpic span,.uploadvideo span{
    color: #666;
    font-size: 0.14rem;
    text-align: center;
    display: block;
}
/*唤起手机相册*/
.uploadimgopa{
    width: 1rem;
    height: 1.2rem;
    position: absolute;
    top: 0.3rem;
    left: 0.7rem;
    opacity: 0;
}

.uploadvideoinp{
    width: 1rem;
    height: 1.2rem;
    position: absolute;
    top: 0.3rem;
    right: 0.7rem;
    opacity: 0;
}

.morepic{
    width: 1.04rem;
    height: 1.04rem;
    float: right;
    margin-bottom: 0.1rem;
    background:rgba(181,185,188,.6);
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 1.04rem;
}

.morepicPreview{
    width: 0.83rem;
    height: 0.83rem;
    float: right;
    /*margin-bottom: 0.1rem;*/
    background:rgba(181,185,188,.6);
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 0.83rem;
}

/*上传所有图片页面的css*/
.allImgbox{
    margin-top: 0.44rem;
}

.allImgbox .picbox{
    position: relative;
    width: 1.21rem;
    height: 1.21rem;
    margin-bottom: 0.05rem;
    margin-right: 0.06rem;
}

.allImgbox .picbox:nth-child(3n){
    margin-right: 0;
}

.allImgbox .picbox .delpic{
    color: #fff;
    position: absolute;
    top:0.08rem;
    right:0.08rem;
    background: none;
    opacity: 0.7;
    border:none;
}

/*上传的视频css*/
.videobox{
    width: 1.6rem;
    height: 1.2rem;
    position: relative;
    background: #000000;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

.videobox video{
    width: 100%;
    height: 100%;
    margin:0 auto;
}

.playbtn{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top:0.25rem;
    top:0.4rem;
    left:0.6rem;
    opacity:0.95;
}

/*交卷弹框*/
.finishedbox{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.finishedinfo{
    width: 80%;
    border-radius:12px;
    background: #fff;
    padding-top: 0.22rem;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.finishedinfo .finishedtit{
    font-size: 0.17rem;
    font-weight: bold;
    color: #2A2A2A;
    text-align: center;
    margin-bottom: 0.1rem;
}

.finishedinfo .infotxt{
    font-size: 0.14rem;
    color: #2A2A2A;
    text-align: center;
    padding: 0 0.2rem;
    margin-bottom: 0.18rem;
}

.choicebtn{
    border-top:1px solid #ECECEC;
}

.choicebtn span{
    color: #00AAFF;
    font-size: 0.17rem;
    text-align: center;
    display: block;
    width: 49%;
    padding: 0.11rem 0;
}

.choicebtn span.cancelbtn{
    border-right: 1px solid #ECECEC;
}

/*附件点击*/
.blueinfo{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 107;
    display: none;
}
.bluecont{
    width: 100%;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 108;
}

.bluecont img{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bluecont video{
    width: 100%;
}

.bluecont audio{
    width: 100%;
}

.handle-course a, .homeworkNew, .liveExerciseNew{
    color: #00AAFF;
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.handle-course a img, .homeworkNew img, .liveExerciseNew img{
    width: 16px;
    height: 16px;
    margin:0 3px -3px 0;
}

.jobDescription_info img {
    width: 0.83rem;
    height: 0.83rem;
    margin-right: 0.1rem;
}
.uploadpicbox .picbox .delpic{
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: -11px;
    top: -8px;
}

.uploadvideobox .videobox .delpic{
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: -11px;
    top: -8px;
    z-index: 999;
}

.allImgbox .picbox .delpic{
    position: absolute;
    top:0.08rem;
    right:0.08rem;
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
}
.showchice img{
    width: 0.14rem;
    height: 0.14rem;
    display: inline-block;
    color: #DADEE0;
    margin: 0 0.05rem -0.03rem 0;
}

.showchice img.afterclick{
    display: none;
}

.voices {
    display: flex;
    align-items: baseline;
    position: relative;
    margin-bottom: .1rem;
}

.voices div {
    margin-right: 10px;
}

.voices em {
    color: #c4c1c1;
    font-size: 0.12rem;
}

.voices img {
    width: .25rem;
    top: -5px;
}

.voiceId {
    color: #00AAFF;
}
