/*
* @Author: Administrator
* @Date:   2017-10-13 10:53:59
* @Last Modified by:   Administrator
* @Last Modified time: 2017-10-26 19:24:40
*/

.centerBox {
    width: 1200px;
    margin: 0 auto;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

i,
em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
}

.circle50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

/*----*/

.pages-find {
    margin-bottom: 50px;
}

.pages-find li:nth-child(1) {
    display: none;
}

.pages-find li {
    color: #707070;
    border-color: #aaa;
}

.pages-find li a {
    padding: 5px 10px;
    color: #707070;
}

.pages-find li span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pages-find li:hover,
.pages-find li.active {
    color: #fff;
    border-color: #07bbee;
    background-color: #07bbee;
}

.pages-find li.disabled:hover {
    border-color: #d8d8d8;
}

/*----*/

/*天天课堂头部的样式开始*/

/*header.header-relative {*/
/*background: #00aaff;*/
/*}*/

header.header .logo {
    margin: 0 90px 0 20px;
}

/*header.header-relative .logo a {*/
/*background: 100% 100% url("../../images/homework/patian_log.png")no-repeat;*/
/*}*/


.page-container .question_person {
    float: right;
    position: relative;
}

.question_person .ques-message {
    position: relative;
    float: left;
    top: 26px;
    left: 0;
    color: #c3ebff;
    font-size: 18px;
}

.question_person .ques-message:hover {
    color: #fff;
}

.question_person .ques-message b {
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    top: -4px;
    left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.question_person img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 15px 12px 0 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.content-left .pic .myphoto {
    display: block;
}

.content-left .pic .myphoto img {
    height: 100px;
    width: 100px;
    margin-top: -74px;
    border: none;
    vertical-align: top;
    margin-left: -7px;
}

/*天天课堂头部的样式结束*/

/*
.tagdetailBox {
    padding: 5px 0 110px;
}*/

/*
.pages-find{
    margin:0;
    padding-bottom: 50px;
}*/

/*上半部分开始*/

.tagdetailBox .tagheadCon {
    position: relative;
    font-size: 0;
    /*height: 176px;*/
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px #f0f3f6;
    -moz-box-shadow: 0 3px 5px #f0f3f6;
    -ms-box-shadow: 0 3px 5px #f0f3f6;
    box-shadow: 0 3px 5px #f0f3f6;
}

/*.tagheadCon .centerBox{
    position: relative;
}*/

.tagheadCon .headPic {
    position: relative;
    /*width: 37%;*/
    width: 420px;
    height: 100%;
    padding: 36px 0 55px 80px;
}

.headPic .stupic {
    position: absolute;
    left: 0;
    top: 36px;
    width: 80px;
    height: 80px;
    background-image: url(../../images/home-tem/322_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.headPic .stuArea {
    padding-left: 20px;
}

.stuArea .nickName {
    padding-top: 6px;
}

.stuArea .nickName em {
    display: block;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    font-size: 16px;
    color: #333;
}

.stuArea .medal {
    padding-top: 16px;
}

.stuArea .medal span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    background-color: #ffc000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.medal i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-image: url(../../images/homework/medal_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: -2px;
}

.memlevel {
    padding-top: 18px;
    font-size: 0;
}

.memlevel span {
    display: inline-block;
    width: 20px;
    height: 20px;

    background-image: url(../../images/homework/a_v1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.stuArea b {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding-top: 20px;
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.workCall {
    position: relative;
    width: 63%;
    /*width: 470px;*/
    padding: 20px 0 20px 70px;
    border-left: 1px solid #f0f3f6;
}

.workCall h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 15px;
}

.workCall h2 span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
    font-size: 12px;
    color: #fff;
    background-color: #ffc000;
    vertical-align: bottom;
    margin-left: 10px;
}

/*.workCall h2 i{
  display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-image: url(../../images/homework/medal_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: -2px;
}*/

.workCall .labelfre {
    min-height: 100px;
}

.workCall .refresher {
    padding-top: 10px;
}

.workCall .refresher h5 {
    font-size: 14px;
    color: #666;
    line-height: 1;
}

.workCall .refresher dl {
    max-width: 600px;
}

.workCall .refresher dd {
    font-size: 14px;
    color: #00aaff;
    line-height: 1;
    margin-bottom: 10px;
}

.refresher dd i {
    margin: 0 5px;
}

.labelList {
    padding-top: 5px;
}

.labelList li {
    display: inline-block;
    padding: 7px 16px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    margin: 20px 12px 0 0;
    background-color: #00aaff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    cursor: default;
}

.labelList li:hover {
    background-color: #009eed;
}

.curtimeList .iconList {
    line-height: 1;
}

.iconList span {
    font-size: 14px;
    color: #bbb;
}

.iconList .iconfont {
    font-size: 16px;
    color: #bbb;
    margin-right: 5px;
    vertical-align: 1px;
}

.iconList .iconfont1 {
    vertical-align: -1px;
}

.iconList em {
    margin: 0 25px;
    color: #eee;
}

.courseTime {
    /*position: absolute;
    right: 0;
    bottom: 28px;*/
    line-height: 1;
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}

.courseTime strong {
    margin-right: 10px;
}

.courseTime em {
    margin-left: 5px;
}

.tagmainCon {
    padding-top: 40px;
    background-color: #f9f9f9;
}

.commentArea {
    width: 860px;
}

.commentArea .commentShow {
    background-color: #fff;
    padding: 20px 14px 0;
    border: 1px solid #f0f3f6;
}

.commentShow {
    padding: 28px 30px 48px;
}

.commentArea .commentShow h4 {
    font-size: 14px;
    color: #666;
    line-height: 1;
    padding-bottom: 17px;
}

.commentArea .commentShow p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    padding-bottom: 27px;
}

.commentShow .comimg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.commentShow .zanArea {
    height: 200px;

    text-align: center;
}

.commentShow .zanArea i {
    display: inline-block;
    width: 104px;
    height: 104px;
    margin-top: 48px;
    background-image: url(../../images/homework/zan_01.png);
    cursor: pointer;
}

.commentShow .zanArea .zanimg {
    background-image: url(../../images/homework/zan_02.png);
}

.commentText {
    margin-top: 14px;
    /*background-color: #fff;
    padding: 20px 30px 24px;*/
}

.textarea {
    display: block;
    height: 100px;
    width: 100%;
    font-size: 12px;

    line-height: 18px;
    resize: none;
    border: 1px solid #e0e0e0;
}

.commentText textarea {
    color: #999;
    background-color: #fff;
    border-color: #f0f3f6;
}

.commentText textarea::-moz-placeholder {
    color: #999;
}

.commentText textarea:-moz-placeholder {
    color: #999;
}

.commentText textarea::-webkit-input-placeholder {
    color: #999;
}

.commentText textarea:-ms-input-placeholder {
    color: #999;
}

.commentText p {
    line-height: 1;
}

.basicBut {
    display: inline-block;
    border: 1px solid #00aaff;
    padding: 11px 36px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.commentText .basicBut {
    margin-top: 8px;
    background-color: #00aaff;
}

.commentText button:hover {
    background-color: #009eed;
    border-color: #009eed;
}

/*上半部分结束*/

/*左侧显示评论开始*/

.commentBox {
    margin-top: 26px;
    background-color: #fff;
    border: 1px solid #f0f3f6;
}

.commentBox .commentList {
    padding-bottom: 30px;
}

.commentBox .commentList li {

    padding: 24px 40px 0;
}

.commentList .usermese {
    position: relative;
    padding-left: 80px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f3f6;
}

.usermese .userPic {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../images/home-tem/322_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.usermese .userCom {
    margin-bottom: 18px;
}

.usermese .userCom h4 {
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.userCom h4 img {
    margin-right: 5px;
}

.usermese .userCom p {
    padding: 10px 0 12px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.usermese .userOper {
    font-size: 14px;
    color: #999;
}

.usermese .userOper i {
    font-size: 16px;
    color: #999;
}
.usermese .userOper i.iconfont {
    cursor: pointer;
}
.usermese .userOper strong {
    cursor: pointer;
    margin: 0 9px 0 11px;
}

.userOper .on {
    color: #ffc000;
}

.usermese .userOper b {
    cursor: pointer;
}

.userReply textarea {
    border-color: #e4ecf3;
    background-color: #fafbfc;
    height: 104px;
}

.userReply {
    display: none;
    /*padding-top: 7px;*/
}

.userReply .sure {
    background-color: #00aaff;
}

.userReply .sure:hover {
    background-color: #009eed;
    border-color: #009eed;
}

.userReply .cancle {
    border-color: #dbdbdb;
    background-color: #fff;
    color: #666;
}

.userReply .cancle:hover {
    background-color: #f3f3f3;
}

.userReply button {
    margin: 20px 0 20px 16px;
}

.respondeList .userCom1 {
    padding: 14px 20px;
    background-color: #f0f3f6;
    margin-bottom: 14px;
}

.userCom1 h4 em {
    font-size: 14px;
    color: #666;
    margin: 0 6px;
}

/*左侧显示评论结束*/

/*右侧开始*/

.teacshowArea {
    width: 320px;
}

.teacshowArea .teacshowitem {
    position: relative;
    border: 1px solid #f0f3f6;
    background-color: #fff;
    margin-bottom: 20px;
}

.teacshowitem .tith {
    line-height: 1;
    font-size: 14px;
    color: #333;
}

.teacshowArea .markItemBox {
    position: relative;
    padding: 16px 12px 0;
}

.markItemBox .teacdeta {
    padding-top: 20px;
    text-align: center;
}

.teacdeta .teacpic {
    width: 98px;
    height: 98px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.teacdeta .teacpic span {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../../images/homework/class_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.teacdeta strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1;
    padding-top: 14px;
}

.teacdeta p {
    padding-top: 9px;
    max-height: 41px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 21px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.commtag {
    margin-top: 27px;
}

.commtag .labeltag {
    /*padding: 24px 0 15px;*/
    margin-top: 5px;
}
.workTag{
    margin-top: 30px;
}
.workTag .fenlevel {
    position: relative;
    padding-left: 29px;
    margin: 25px 0 35px;
}

.workTag .fenlevel i {
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 26px;
    background: url(../../images/homework/level_01.png) no-repeat;
}

.workTag .fenlevel span {
    display: inline-block;
    padding: 0 25px 0 14px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #ffc000;
    -webkit-border-radius: 0 13px 13px 0;
    -moz-border-radius: 0 13px 13px 0;
    -ms-border-radius: 0 13px 13px 0;
    border-radius: 0 13px 13px 0;
}

.tagSimple p {
    padding: 19px 0 10px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.teacInte {
    position: absolute;
    width: 96px;
    height: 96px;
    right: -1px;
    top: 0;
    background: url(../../images/homework/jifen_01.png) no-repeat center;
}

.teacInte em {
    position: relative;
    display: block;
    left: 12px;
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.adjoinBox {
    padding: 16px 0 13px;
}

.adjoinBox .tith {
    padding-left: 9px;
}

.adjoinBox .adjoinList {
    padding: 16px 6px 0;
}

.adjoinBox .adjoinList li {
    float: left;
    width: 96px;
    height: 96px;
    margin: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.adjoinBox .adjoinList li:hover {
    padding: 4px;
    background-color: #00aaff;
}

.adjoinBox .adjoinList p {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: url(../../images/homework/class_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.enjoyBox {
    padding: 16px 0 0;
}

.enjoyBox .tith {

    padding: 0 0 10px 12px;
}

.enjoyBox .enjoyList {
    padding: 0 3px 6px;
}

.enjoyBox .enjoyList li {
    float: left;
    margin: 12px 9px;
}

.enjoyList li p {
    width: 60px;
    height: 60px;
    background-image: url(../../images/user/head_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.enjoyList li strong {
    display: block;
    padding-top: 12px;
    font-size: 12px;
    color: #666;
    line-height: 1;
    text-align: center;
    max-width: 60px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*右侧结束

/*其他优秀作业开始*/
.otherTit {
    padding-top: 30px;
    padding-left: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.cont_list {
    padding-bottom: 56px;
    margin: 0 -8px;
}

.cont_list .list_every {
    position: relative;
    width: 288px;
    height: 288px;
    margin: 26px 8px 0;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.cont_list .list_every:hover {
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .6);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cont_list .list_every:hover .list_hide {
    bottom: 0;
}

.cont_list .list_every img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list_look {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .76);
}

.list_every .list_hide {
    width: 100%;
    height: 78px;
    background: #fff;
    position: absolute;
    bottom: -78px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_every .list_hide h4 {
    font-size: 14px;
    color: #333;
    margin: 14px 0 0 14px;
}

.list_every .list_hide p {
    margin: 10px 0 0 14px;
    height: 26px;
    line-height: 26px;
}

.list_hide p span {
    width: 78px;
    height: 26px;
    background: #dd0000;
    color: #fff;
    float: left;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
}

.list_hide p strong {
    float: right;
    color: #999;
    font-size: 12px;
    margin-right: 14px;
}

.list_hide p i {
    /*  float: right;*/
    font-size: 16px;
    /*color: #999;*/
    margin-right: 3px;
}

/*其他优秀作业结束*/

/*d5新加*/
.look_other {
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_every:hover .look_other {
    bottom: 0;
}

.look_other p {
    font-size: 14px;
    color: #333;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.look_other span {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}
.cont_list .list_every .list_hide{height:94px;bottom:-94px;}
.list_hide p .person_pic{width:36px;height:36px;float:left;position:relative;margin-left:16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;}
.list_hide p{margin:16px 0 0 14px;height:auto;}
.list_hide p span{margin: 7px 0 0 26px;width: 95px;border-left: 1px solid #eee;
    color: #dd0000;border-right: 1px solid #eee;background: #fff;    border-radius:0;}
.list_hide p strong{margin-top:7px;font-size:14px;}
.list_hide p strong i{font-size:14px;}