@charset "utf-8";

/* css document */

/*为空-按钮 时*/
 .plate-2-kong{
    float: left;
    text-align: center;
    width: 100%;
    height:auto;
    margin:20px 0 40px;
}
 .plate-2-kong p{
    float: left;
    width: 100%;
    color:#999;
    font-size: 16px;
}
.plate-2-btn{
    float: left;
    text-align: center;
    width: 100%;
    height:auto;
    margin:65px 0;
}
.plate-2-btn button.bj{
    width:136px;
    height:40px;
    color:#fff;
    font-size: 14px;
    background: #19a26d;
    border-radius: 2px;
}
.plate-2-btn button.sy{
    width:260px;
    height:40px;
    color:#19a26d;
    border:1px solid #19a26d;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
}
.plate-2-btn button:hover{
    background: #159966;
    color: #fff;
}

/*集体备课 样式*/
.details .details-left{
    width: 889px;
    height: auto;
    float: left;
    margin-bottom: 50px;
    
}

.details{
    width: 100%;
    height: auto;
    float: left; 
}
.details-title b {
    width: 6px;
    height: 18px;
    float: left;
    margin-top: 11px;
    margin-right: 11px;
    background: #1cb177;
}
.details-title h3 {
    font-size: 18px;
    color: #222;
    float: left;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-left .activity-details {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    margin-bottom: 10px;
}

.details-left .activity-tips{
    float: left;
    height: auto;
    background: #fff;
    padding: 7px 13px 9px 18px;
    margin-bottom: 10px;
}

.details-left .activity-tips p{
    font-size: 14px;
    color: #0FB1FF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.activity-details .details-intro {
    width: 840px;
    height: auto;
    float: left;
    margin:10px 25px 12px;
}

.activity-details .details-intro ul {
    width: 100%;
    float: left;
}

.activity-details .details-intro ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity-details .details-intro ul li samp {
    float: left;
    font-size: 14px;
    color: #666;
    padding-right: 12px;
    padding-top: 1px;
}


.activity-details .details-intro ul li p {
    font-size: 14px;
    color: #222;
    line-height: 23px;
}

.activity-details .details-intro ul li dl {
    width: 80%;
    height: auto;
    float: left;
}

.activity-details .details-intro ul li dl dd {
    float: left;
    font-size: 14px;
    color: #222;
}
.activity-details .details-intro ul li dl dd.line{
    float: left;
    width: 1px;
    height:13px;
    background: #222;
    margin:4px 15px 0;
}
.activity-details .details-intro ul li dl dd i {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.activity-details .details-intro ul li dl dd a {
    font-size: 14px;
    color: #222;
}

.activity-details .details-intro ul li dl dd a:hover {
    color: #ff4200;
}

.c-plate {
    width: 100%;
    height: auto;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 10px;
    float: left;
}

.c-plate .plate-left {
    width: 900px;
    height: auto;
    float: left;
    margin-left: 20px;

}

.c-plate .plate-left .pic {
    width: 120px;
    height: 120px;
    float: left;
    margin-bottom: 20px;
    margin-top: 25px;
}

.c-plate .plate-left .pic img {
    width: 120px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.c-plate .plate-left .pic .mask {
    width: 100%;
    height: 32px;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    margin-top: -32px;
    float: left;
}

.c-plate .plate-left .pic .mask p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.c-plate .plate-left .pic .mask:hover {
    cursor: pointer;
}

.c-plate .plate-left .plate-info {
    width: 710px;
    float: left;
    margin-left: 30px;
}

.c-plate .plate-left .plate-info .info-top {
    width: 100%;
    height: 115px;
    float: left;
}

.c-plate .plate-left .plate-info .info-top h5 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.c-plate .plate-left .plate-info .info-top h5 input {
    display: none;
}

.c-plate .plate-left .plate-info .info-top h5.edit input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-indent: 5px;
    color: #222;
    display: block;
    float: left;
    margin-top: 14px;
}

.c-plate .plate-left .plate-info .info-top h5.edit em b {
    margin-top: -8px;
}

.c-plate .plate-left .plate-info .info-top h5.edit a {
    display: none;
}

.c-plate .plate-left .plate-info .info-top h5 em {
    font-size: 14px;
    color: #aaa;
    font-style: normal;
    margin-left: 15px;
    float: left;
    margin-top: 28px;
}

.c-plate .plate-left .plate-info .info-top h5 em.bkmc {
    float: left;
    color: #222;
    font-style: normal;
    padding-right: 3px;
    margin-left: 0px;
}

.c-plate .plate-left .plate-info .info-top h5 em i {
    width: 12px;
    height: 12px;
    float: left;
    background: url(../../image/match/prepare-icon.png) -10px -10px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
}

.c-plate .plate-left .plate-info .info-top h5 em:hover b.bj {
    color: #00a2ac;
    cursor: pointer;
}

.c-plate .plate-left .plate-info .info-top h5 em:hover i {
    background: url(../../image/match/prepare-icon.png) -10px -42px no-repeat;
    cursor: pointer;
}

.c-plate .plate-left .plate-info .info-top h5 em b {
    float: left;
}

.c-plate .plate-left .plate-info .info-top h5 a.re {
    font-size: 14px;
    color: #00a2ac;
    float: left;
    line-height: 26px;
}

.c-plate .plate-left .plate-info .info-top h5 a.line {
    float: left;
    width: 1px;
    background: #ccc;
    margin: 29px 17px;
    cursor: text;
    padding-top: 15px;
}

.c-plate .plate-left .plate-info .info-top h5 div.first-prize {
    max-width: 114px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    background: #ffb62a;
    border-bottom: 1px solid #e6a426;
    border-top: 1px solid #ffce42;
    min-width: 74px;
    width: auto;
    height: 29px;
}

.c-plate .plate-left .plate-info .info-top h5 div.first-prize samp{
    font-size: 17px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
}

.c-plate .plate-left .plate-info .info-top h5 div.first-prize samp.text-top{
    font-size: 17px;
    color: #5c2301;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.c-plate .plate-left .plate-info .info-top h5 div.second-prize {
    max-width: 114px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    background: #63b7ff;
    border-bottom: 1px solid #59a5e6;
    border-top: 1px solid #7bcfff;
    min-width: 74px;
    width: auto;
    height: 29px;
}

.c-plate .plate-left .plate-info .info-top h5 div.second-prize samp{
    font-size: 17px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
}

.c-plate .plate-left .plate-info .info-top h5 div.second-prize samp.text-top{
    font-size: 17px;
    color: #08204a;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.c-plate .plate-left .plate-info .info-top h5 div.third-prize {
    max-width: 114px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    background: #e79f78;
    border-bottom: 1px solid #d08f6c;
    border-top: 1px solid #ffb790;
    min-width: 74px;
    width: auto;
    height: 29px;
}

.c-plate .plate-left .plate-info .info-top h5 div.third-prize samp{
    font-size: 17px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
}

.c-plate .plate-left .plate-info .info-top h5 div.third-prize samp.text-top{
    font-size: 17px;
    color: #42240d;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.c-plate .plate-left .plate-info .info-top h5 div.another-prize {
    max-width: 114px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    background: #ff8d1d;
    border-bottom: 1px solid #e67f1a;
    border-top: 1px solid #ffa535;
    min-width: 74px;
    width: auto;
    height: 29px;
}

.c-plate .plate-left .plate-info .info-top h5 div.another-prize samp{
    font-size: 17px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
}

.c-plate .plate-left .plate-info .info-top h5 div.another-prize samp.text-top{
    font-size: 17px;
    color: #65230f;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.c-plate .plate-left .plate-info .info-top h5 em b.bj {
    font-size: 14px;
    color: #00a2ac;
    float: left;
}

.c-plate .plate-left .plate-info .info-top h5.edit em b.bj {
    display: none;
}

.c-plate .plate-left .plate-info .info-top h5.edit em i {
    display: none;
}

.c-plate .plate-left .plate-info .info-top h5 em b.bc {
    color: #aaa;
    display: none;
}

.c-plate .plate-left .plate-info .info-top h5 em b.bc:hover {
    color: #00a2ac;
    cursor: pointer;
}

.c-plate .plate-left .plate-info .info-top h5.edit em b.bc {
    display: block;
}

.c-plate .plate-left .plate-info .info-top h5.edit em b.qx {
    display: block;
}

.c-plate .plate-left .plate-info .info-top h5 em b.qx {
    color: #aaa;
    display: none;
    margin-left: 10px;
}

.c-plate .plate-left .plate-info .info-top h5 em b.qx:hover {
    color: #00a2ac;
    cursor: pointer;
}

.c-plate .plate-left .plate-info .info-top h5 em b {
    font-weight: normal;
}

.c-plate .plate-left .plate-info .info-top h5 a {
    font-size: 18px;
    color: #222;
    float: left;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

.c-plate .plate-left .plate-info .info-top h5 a:hover {
    color: #00a2ac;
    text-decoration: underline;
}

.c-plate .plate-left .plate-info .info-top span {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 4px;
}

.c-plate .plate-left .plate-info .info-top span em {
    float: left;
    color: #222;
    font-style: normal;
    padding-right: 3px;
}

.c-plate .plate-left .plate-info .info-top span a {
    float: left;
    color: #666;
}

.c-plate .plate-left .plate-info .info-top span a.line {
    width: 1px;
    height: 15px;
    background: #666;
    margin: 4px 10px 0 10px;
}

.c-plate .plate-left .plate-info .info-bottom {
    width: 100%;
    float: left;
}

.c-plate .plate-left .plate-info .info-bottom ul {
    width: 100%;
    float: left;
}

.c-plate .plate-left .plate-info .info-bottom ul li {
    width: 100%;
    font-size: 14px;
    float: left;
    padding-bottom: 5px;
}

.c-plate .plate-left .plate-info .info-bottom ul li em {
    float: left;
    color: #222;
    padding-right: 3px;
    font-style: normal;
}

.c-plate .plate-left .plate-info .info-bottom ul li samp {
    width: 635px;
    float: left;
}

.c-plate .plate-left .plate-info .info-bottom ul li samp a {
    float: left;
    color: #666;
    padding-right: 20px;
    padding-bottom: 2px;
}

.c-plate .plate-right {
    max-width: 260px;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

.c-plate .plate-right p {
    font-size: 14px;
    color: #aaa;
    padding-top: 120px;
}

.c-plate .plate-right p a {
    font-size: 14px;
    color: #aaa;
    float: right;
}

.c-plate .plate-right p a:hover {
    color: #00a2ac;
    text-decoration: underline;
    cursor: pointer;
}

.c-plate .plate-right dl {
    float: left;
}

.c-plate .plate-right dl dd {
    float: left;
    margin-left: 18px;
}

.c-plate .plate-right dl dd i.praise {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -10px no-repeat;
    margin-right: 5px;
}

.c-plate .plate-right dl dd i.praise:hover {
    cursor: pointer;
}

.c-plate .plate-right dl dd i.praise.active {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -70px -10px no-repeat;
    margin-right: 5px;
}

.c-plate .plate-right dl dd i.pl {
    width: 22px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -110px no-repeat;
    margin-right: 5px;
    margin-top: 2px;
}

.c-plate .plate-right dl dd i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -60px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
}

.c-plate .plate-right dl dd:hover i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -70px -60px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.c-plate .plate-right dl dd:hover em.share {
    color: #00a2ac;
    cursor: pointer;
}

.c-plate .plate-right dl dd em {
    font-size: 14px;
    color: #666;
    font-family: 微软雅黑;
    font-style: normal;
    float: left;
    line-height: 24px;
}

.sl-custom-file {
    position: relative;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.sl-custom-file .ui-input-file {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    _zoom: 30;
    font-size: 0px;
    font-size: 300px \9;
    height: 100%;
    _height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
}

/*教案介绍*/
.ja-intro {
    float: left;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    margin: 0;
    padding-bottom: 10px;
    height: auto;
    cursor: pointer;
}

.ja-intro .intro-top {
    width: 100%;
    font-size: 12px;
    color: #09AFFF;
    margin: 25px 0 23px 23px;
}

.ja-intro .intro-top span{
    font-weight: bold;
    background: #E8F9FF;
    border-radius: 2px;
    padding: 10px 10px 9px 10px;
}

.ja-intro .intro-lf {
    width: 700px;
    height: auto;
    float: left;
}

.ja-intro .intro-lf .ja-cover {
    width: 119px;
    height: 113px;
    float: left;
    margin: 0 15px 0 20px;
    background: url(../../image/match/ja-bg.png) no-repeat;
    text-align: center;
}

.ja-intro .intro-lf .ja-cover b {
    display: inline-block;
    width: 115px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.ja-intro .intro-lf .ja-cover span {
    display: inline-block;
    margin: 0 auto;
    height: 21px;
    line-height: 21px;
    background: #fff;
    color: #1db3bc;
    font-size: 14px;
    padding: 0 3px;
    border-radius: 10px;
    margin: 5px 0 7px;
}

.ja-intro .intro-lf .ja-cover samp {
    display: inline-block;
    width: 115px;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    font-family: arial;
}

.ja-intro .intro-lf .lf-text {
    float: left;
    width: 545px;
}

.ja-intro .intro-lf .lf-text samp {
    float: left;
    color: #666;
    font-style: normal;
    padding-right: 15px;
    line-height: 24px;
    font-size: 14px;
}

.ja-intro .intro-lf .lf-text samp.next-se {
    line-height: 45px;
}

.ja-intro .intro-lf .lf-text p {
    float: left;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    width: 460px;
    min-height: 72px;
}

.ja-intro .intro-lf .lf-text dl {
    float: left;
    margin-top: 13px;
    width: 450px;
}

.ja-intro .intro-lf .lf-text dl dd {
    width: 257.5px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    margin-bottom: 15px;
}

.ja-intro .intro-lf .lf-text dl dd i {
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 10px;
}

.ja-intro .intro-lf .lf-text dl dd a {
    font-size: 14px;
    color: #666;
}

.ja-intro .intro-lf .lf-text dl dd a:hover {
    text-decoration: underline;
    color: #00af7e;
}

.ja-intro .intro-rt {
    width: 160px;
    float: right;
    margin-right: 20px;
}

.ja-intro .intro-rt dl {
    float: left;
    width: 100%;
}

.ja-intro .intro-rt dl dd {
    float: right;
    margin-left: 20px;
}

.ja-intro .intro-rt dl dd i.praise {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -10px no-repeat;
    margin-right: 5px;
}

.ja-intro .intro-rt dl dd i.praise:hover {
    cursor: pointer;
}

.ja-intro .intro-rt dl dd i.praise.active {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -70px -10px no-repeat;
    margin-right: 5px;
}

.ja-intro .intro-rt dl dd i.pl {
    width: 22px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -110px no-repeat;
    margin-right: 5px;
    margin-top: 2px;
}

.ja-intro .intro-rt dl dd i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/team-details-icon2.png) -10px -365px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
}

.ja-intro .intro-rt dl dd:hover i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/team-details-icon2.png) -100px -365px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.ja-intro .intro-rt dl dd:hover em.share {
    color: #00a2ac;
    cursor: pointer;
}

.ja-intro .intro-rt dl dd em {
    font-size: 12px;
    color: #666;
    font-family: arial;
    font-style: normal;
    float: left;
    padding-top: 5px;
}

.ja-intro .intro-rt button {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 0px;
    width: 160px;
    height: 32px;
    background: #ff510d;
    line-height: 30px;
    border-radius: 20px;
    margin-top: 59px;
}

.ja-intro .intro-rt button:hover {
    background: #ea4809;
}

/*访客模式下为空*/
.ja-intro .visitor-kong {
    float: left;
    width: 100%;
    height: 100%;
}

.ja-intro .visitor-kong .kong-area {
    width: 459px;
    height: 121px;
    background: url(../../image/match/bknr-kong.png) no-repeat;
    margin: 15px auto 0;
    position: relative;
}

.ja-intro .visitor-kong .kong-area p {
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 45px;
    left: 165px;
}

/*主人模式下为空*/
.ja-intro .master-kong {
    float: left;
    width: 100%;
    height: 100%;
}

.ja-intro .master-kong .kong-area {
    width: 459px;
    height: 121px;
    background: url(../../image/match/bknr-kong.png) no-repeat;
    margin: 15px auto 0;
    position: relative;
}

.ja-intro .master-kong .kong-area .kong-text {
    float: left;
    position: absolute;
    top: 30px;
    left: 142px;
    width: 100%;
}

.ja-intro .master-kong .kong-area .kong-text p {
    float: left;
    width: 325px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-left: 40px;
}

.ja-intro .master-kong .kong-area .kong-text button.bj-button {
    float: left;
    width: 122px;
    height: 30px;
    border: 1px solid #ff510d;
    color: #ff510d;
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    background: #fff;
    margin: 10px 0 0 90px;
}

.ja-intro .master-kong .kong-area .kong-text button.bj-button:hover{
    background:#ff510d ;
    color: #fff;
}

.ja-intro .master-kong .kong-area .kong-text dl {
    float: left;
    margin-top: 10px;
}

.ja-intro .master-kong .kong-area .kong-text dl dd.bj-self {
    float: left;
    color: #ff510d;
    font-size: 14px;
    cursor: pointer;
}

.ja-intro .master-kong .kong-area .kong-text dl dd.bj-copy {
    float: left;
    color: #00a2ac;
    font-size: 14px;
    cursor: pointer;
}

.ja-intro .master-kong .kong-area .kong-text dl dd.line {
    float: left;
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 4px 14px;
}

.ja-intro .master-kong .kong-area .kong-text dl dd:hover {
    text-decoration: underline;
}

/*研讨记录*/
.yt-record {
    float: left;
    margin-top: 10px;
    width: 859px;
    height: 450px;
    background: #fff;
    border-radius: 2px;
    margin-right: 10px;
    padding: 0 15px;
    position: relative;
}

.box-area {
    float: left;
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #ccc;
}

.box-area span {
    float: left;
    color: #222;
    font-size: 18px;
}

.box-area .area-div {
    float: left;
    font-size: 12px;
    line-height: 34px;
    color: #09AFFF;
    background: #E8F9FF;
    border-radius: 2px;
    margin: 8px 0px 7px 10px;
}
.box-area .area-div samp {
    font-weight: bold;
    padding: 10px 9px 9px 10px;
}

.yt-record .yt-main {
    float: left;
    width: 100%;
    height: 355px;
}

.yt-record .yt-main .record-main {
    float: left;
    width: 100%;
    padding-top: 15px;
    margin-left: 5px;
}

.yt-record .yt-main .record-main .main-lf {
    float: left;
    width: 78px;
    height: auto;
    max-height: 339px;
    overflow-y: auto;
    min-height: 10px;
}

.yt-record .yt-main .record-main .main-lf .name-time {
    float: left;
    width: 66px;
    background: #fff;
}

.yt-record .yt-main .record-main .main-lf .name-time a {
    float: left;
}

.yt-record .yt-main .record-main .main-lf .name-time a span {
    float: left;
    width: 66px;
    height: 24px;
    background: #00a2ac;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.yt-record .yt-main .record-main .main-lf .name-time a:hover span {
    background: #ff4200;
}

.yt-record .yt-main .record-main .main-lf .name-time a.active span {
    background: #ff4200;
}

.yt-record .yt-main .record-main .main-lf .name-time a:hover samp {
    color: #ff4200;
}

.yt-record .yt-main .record-main .main-lf .name-time a.active samp {
    color: #ff4200;
}

.yt-record .yt-main .record-main .main-lf .name-time samp {
    float: left;
    width: 100%;
    text-align: center;
    color: #00a2ac;
    font-family: arial;
    font-size: 14px;
    margin-top: 10px;
}

.yt-record .yt-main .record-main .main-lf .name-time b {
    float: left;
    width: 1px;
    height: 30px;
    background: #00a2ac;
    margin: 5px 0px 5px 34px;
}

.yt-record .yt-main .record-main .main-lf::-webkit-scrollbar {
    width: 5px;
    height: 300px;
}

.yt-record .yt-main .record-main .main-lf::-webkit-scrollbar-track {
    background-color: #c3c3c3;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    margin: 3px 0 3px 0;
}

.yt-record .yt-main .record-main .main-lf::-webkit-scrollbar-thumb {
    background-color: #8c8b8b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.yt-record .yt-main .record-main .main-rt {
    float: left;
    width: 780px;
    height: auto;
    max-height: 355px;
    overflow: hidden;
}

.yt-record .yt-main .record-main .main-rt ul {
    float: left;
    /*width: 535px;*/
    padding-left: 30px;
    margin-top: -15px;
    max-height: 355px;
    overflow-y: auto;
    overflow-x: hidden;
}

.yt-record .yt-main .record-main .main-rt ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    width: 730px;
    margin-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.yt-record .yt-main .record-main .main-rt ul li:first-child {
    margin-top: 15px;
}

.yt-record .yt-main .record-main .main-rt ul li.first-article {
    color: #ff4200;
    margin-top: 15px;
}

.yt-record .yt-main .record-main .main-rt ul li b {
    color: #222;
    cursor: pointer;
}

.yt-record .yt-main .record-main .main-rt ul li b:hover {
    color: #00a2ac;
}

.yt-record .yt-main .record-main .main-rt ul li span {
    float: left;
    width: 100%;
    color: #999;
    font-family: arial;
}

.yt-record .yt-main .record-main .main-rt ul::-webkit-scrollbar {
    width: 8px;
    height: 300px;
}

.yt-record .yt-main .record-main .main-rt ul::-webkit-scrollbar-track {
    background-color: #c3c3c3;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    margin: 3px 0 3px 0;
}

.yt-record .yt-main .record-main .main-rt ul::-webkit-scrollbar-thumb {
    background-color: #8c8b8b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.yt-record .pl-area {
    float: left;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 380px;
    left: 0;
}

.yt-record .pl-area input {
    float: left;
    width: 650px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 30px;
    text-indent: 10px;
    margin: 25px 0 0 135px;
}

.yt-record .pl-area button {
    float: left;
    width: 66px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    background: #00a2ac;
    margin: 25px 0 0 1px;
}

.yt-record .pl-area button:hover {
    background: #018d96;
}

/*按钮不可点情况*/
.yt-record .pl-area button.grey {
    background: #a8a8a8;
    cursor: default;
}

.yt-record .pl-area button.grey:hover {
    background: #a8a8a8;
}

/*访客模式下研讨记录*/
.yt-record .discuss-box {
    float: left;
    width: 100%;
    height: auto;
    max-height: 355px;
    overflow-y: auto;
}

.yt-record .discuss-box ul {
    float: left;
    width: 95%;
    margin: 10px 0 0 5px;
}

.yt-record .discuss-box ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 31px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yt-record .discuss-box ul li b {
    color: #222;
    cursor: pointer;
}

.yt-record .discuss-box ul li b:hover {
    color: #00a2ac;
}

/*主人模式下研讨记录为空*/
.yt-record .discuss-box2 {
    float: left;
    width: 100%;
    height: auto;
}

.default {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 60px 0 20px;
}

.default p {
    color: #b3b3b3;
    font-size: 18px;
    width: 100%;
}

.default-icon.comment {
    height: 95px;
    background: url(../../image/match/default.png) -10px -800px no-repeat;
}

.default-icon.clases {
    height:95px;
    background: url(../../image/match/default.png) -200px -10px no-repeat;
}

.default-icon.teaching {
    height:107px;
    background: url(../../image/match/default.png) -10px -10px no-repeat;
}

.default .default-icon {
    margin: 0 0 15px 0;
    width: 110px;
    display: inline-block;
}

/*团队成员统计*/
.team-statistics {
    float: left;
    margin-top: 10px;
    width: 859px;
    height: 500px;
    background: #fff;
    border-radius: 2px;
    padding: 0 15px;
}

.team-statistics .discuss-box3 {
    float: left;
    width: 100%;
    height: auto;
}

.team-statistics .team-main {
    float: left;
    width: 830px;
    height: 380px;
    margin: 10px 10px;
    position: relative;
}
.team-statistics .team-main .dw{
    float: left;
    width: 100%;
    margin: 8px 0 -8px 0;
}
.team-statistics .team-main .dw .zi{
    float: left;
    color: #ffb980;
    font-size: 14px;
}
.team-statistics .team-main .dw .ci{
    float: right;
    color: #2ec7c9;
    font-size: 14px;
    margin-right: 14px;
}
.team-statistics .team-main .slide_nav.prev {
    width: 29px;
    height: 72px;
    float: left;
    background: url(../../image/match/grind-page-icon.png) -10px -10px no-repeat;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 150px;
    left: -30px;
    color: transparent;
}

.team-statistics .team-main .slide_nav.prev:hover {
    background: url(../../image/match/grind-page-icon.png) -10px -100px no-repeat;
}

.team-statistics .team-main .slide_nav.next {
    width: 29px;
    height: 72px;
    float: right;
    background: url(../../image/match/grind-page-icon.png) -100px -10px no-repeat;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 150px;
    right: -31px;
    color: transparent;
}

.team-statistics .team-main .slide_nav.next:hover {
    background: url(../../image/match/grind-page-icon.png) -100px -100px no-repeat;
}

.team-statistics .team-main .tj-box {
    float: left;
    width: 100%;
    height: 380px;
}

.team-statistics .team-main .tj-box .tj-box-all {
    float: left;
    width: 100%;
}

.team-statistics .team-main .tj-box .tj-box-all > img {
    margin-left: 28px;
    width: 366px;
}

.team-statistics .team-main .tj-box .tjt-main {
    float: left;
    width: 100%;
    height: 380px;
    margin-top: -30px;
}

.team-statistics .team-main .tj-box .ex-tl {
    float: left;
    margin: 0 0 0 300px;
}

.team-statistics .team-main .tj-box .ex-tl dd {
    float: left;
    margin-right: 40px;
}

.team-statistics .team-main .tj-box .ex-tl dd samp {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 21px;
    margin-right: 5px;
}

.team-statistics .team-main .tj-box .ex-tl dd span.word {
    float: left;
    width: 49px;
    height: 21px;
    border-radius: 1px;
    background: #ffb980;
}

.team-statistics .team-main .tj-box .ex-tl dd span.num {
    float: left;
    width: 49px;
    height: 1px;
    background: #31c7c8;
    margin-top: 11px;
}

.team-statistics .team-main .tj-box .x-tx {
    float: left;
    margin: -35px 0px 10px 40px;
}

.team-statistics .team-main .tj-box .x-tx dd {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.team-statistics .team-main .tj-box .x-tx dd.total-5 {
    margin: 0 -28px 0 139px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-5:first-child {
    margin: 0 -28px 0 99px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-4 {
    margin: 0 -28px 0 173px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-4:first-child {
    margin: 0 -28px 0 115px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-3 {
    margin: 0 -28px 0 228px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-3:first-child {
    margin: 0 -28px 0 143px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-2 {
    margin: 0 -28px 0 338px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-2:first-child {
    margin: 0 -28px 0 200px;
}
.team-statistics .team-main .tj-box .x-tx dd.total-1 {
    margin: 0 -28px 0 365px;
}

.team-statistics .team-main .tj-box .x-tx dd img {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/*统计为空*/
.team-statistics .statistic-kong {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 60px;
}

/*磨课过程*/
.grind{
    float: left;
    margin-top: 10px;
    width:859px;
    height:auto;
    background: #fff;
    border-radius: 2px;
    padding: 0 15px 10px;
    margin-bottom: 100px;
}
.grind .grind-main{
    width: 100%;
    height: auto;
    float: left;
}

.grind .discuss-box4 {
    float: left;
    width: 100%;
    height: auto;
}

.grind .grind-main .grind-box{
    float: left;
    width: 100%;
    height:172px;
    margin-top: 20px;
}
.grind .grind-main .grind-box ul{
    float: left;
}
.grind .grind-main .grind-box ul li{
    float: left;
    width: 108px;
    height: 132px;
    border-radius: 2px;
    padding:20px 10px;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
}
.grind .grind-main .grind-box ul li b{
    float:left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
}
.grind .grind-main .grind-box ul li .li-bot{
    float: left;
    width:100px;
    position: absolute;
    bottom:20px;
    left:10px;
}
.grind .grind-main .grind-box ul li .li-bot span{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px;
}
.grind .grind-main .grind-box ul li .li-bot samp{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: arial;
}
.grind .grind-main .grind-box ul li.gene_final p.final_p{
    float: left;
    font-size: 13px;
    color: #222222;
    text-align: center;
    line-height: 22px;
    margin-top: 10px;
}
.grind .grind-main .grind-box ul li.gene_final button.final_but{
    float: left;
    background: #19A26D;
    border: 1px solid #19A26D;
    border-radius: 14px;
    width: 95px;
    height: 28px;
    margin: 40px 0 0 5px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.grind .grind-main .grind-box ul li.orange{
    background: #ff994e;
}
.grind .grind-main .grind-box ul li.blue{
    background: #52bffa;
}
.grind .grind-main .grind-box ul li.green{
    background: #90df70;
}
.grind .grind-main .grind-box ul li.blue-green{
    background: #61d6dc;
}
.grind .grind-main .grind-box ul li.violet{
    background: #b1aaed;
}
.grind .grind-main .grind-box ul li.pink{
    background: #ff8f91;
    margin-right: 0;
}
.grind .grind-main .grind-box ul li.gene_final{
    background: #F2F2F2;
    margin-right: 0;
}

/*添加资源弹窗*/

.tc-add {
    width: 1000px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    display: none;
}

.tc-add .main-title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #b7d3f3;
    background: #f2f8ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tc-add .main-title h3 {
    line-height: 45px;
    font-size: 16px;
    color: #333;
    float: left;
    text-indent: 20px;
}

.tc-add .main-title h3 a {
    float: left;
    font-size: 16px;
    color: #333;
}

.tc-add .main-title h3 span {
    padding-left: 10px;
    float: left;
}

.tc-add .main-title h3 span em {
    font-size: 14px;
    color: #666;
    float: left;
    font-style: normal;
    text-indent: 0;
}

.tc-add .main-title h3 span em.line {
    width: 1px;
    height: 15px;
    background: #666;
    margin: 15px 10px 0 10px;
}

.tc-add .main-title i.close {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/match/close-icon.png) -10px -10px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
}

.tc-add .main-title i.close:hover {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/match/close-icon.png) -10px -60px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}

.tc-add .main {
    width: 100%;
    float: left;
}

.tc-add .tc-resourse {
    width: 943px;
    min-height: 374px;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-bottom: 25px;
}

.tc-add .tc-resourse .no-works-list {
    margin: 100px auto;
    width: 200px;
}

.tc-add .tc-resourse .no-works-list img {
    width: 81px;
    margin: 0 auto;
    display: block;
}

.tc-add .tc-resourse .no-works-list p {
    padding-left: 15px;
}

.tc-resourse .design-con {
    width: 943px;
    height: auto;
    margin: 14px 0 3px 0;
    background: #f0f4f7;
    float: left;
    border: 1px solid transparent;
}

.tc-resourse .design-con:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #d0d0d0;
}

.tc-resourse .design-con.active {
    border: 1px solid #00af7e;
}

.tc-resourse .design-con .plate-1 {
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #ccc;
    float: left;
}

.tc-resourse .design-con .plate-1 .plate-1-left {
    float: left;
}

.tc-resourse .design-con .plate-1 .plate-1-left img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f0f4f7;
    margin-top: -8px;
    margin-left: 10px;
    float: left;
}

.tc-resourse .design-con .plate-1 .plate-1-left ul {
    float: left;
    margin-left: 18px;
}

.tc-resourse .design-con .plate-1 .plate-1-left ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.tc-resourse .design-con .plate-1 .plate-1-left ul li.line {
    width: 1px;
    height: 15px;
    background: #666;
    margin: 14px 10px 0 10px;
}

.tc-resourse .design-con .plate-1 .plate-1-left ul li span {
    width: 43px;
    height: 17px;
    line-height: 17px;
    background: #ff5a3c;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    font-family: simsun;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.tc-resourse .design-con .plate-1 .plate-1-left ul li samp {
    font-family: arial
}

.tc-resourse .design-con .plate-1 .plate-1-right {
    float: right;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl {
    float: left;
    margin-right: 20px;
    margin-top: 9px;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #00af7e;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd:hover {
    cursor: pointer;
    text-decoration: underline;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd i.praise {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -10px no-repeat;
    margin-right: 5px;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd i.praise:hover {
    cursor: pointer;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd i.praise.active {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -70px -10px no-repeat;
    margin-right: 5px;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd i.pl {
    width: 22px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -110px no-repeat;
    margin-right: 5px;
    margin-top: 2px;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -10px -60px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd:hover i.share {
    width: 23px;
    height: 19px;
    float: left;
    background: url(../../image/match/lesson-plan-icon.png) -70px -60px no-repeat;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd:hover em.share {
    color: #00a2ac;
    cursor: pointer;
}

.tc-resourse .design-con .plate-1 .plate-1-right dl dd em {
    font-size: 12px;
    color: #666;
    font-family: arial;
    font-style: normal;
    float: left;
    padding-top: 5px;
}

.tc-resourse .design-con .plate-3 {
    width: 100%;
    height: auto;
    float: left;
}

.tc-resourse .design-con .plate-3 .plate-2-title {
    width: 100%;
    height: 65px;
}

.tc-resourse .design-con .plate-3 .plate-2-title h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 65px;
    float: left;
    text-indent: 22px;
    margin-right: 10px;
}

.tc-resourse .design-con .plate-3 .plate-2-title h5 a {
    font-size: 16px;
    color: #222;
}

.tc-resourse .design-con .plate-3 .plate-2-title h5 a:hover {
    color: #00af7e;
    text-decoration: underline;
}

.tc-resourse .design-con .plate-3 .plate-2-title span {
    height: 22px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #00af7e;
    border-radius: 2px;
    float: left;
    font-size: 14px;
    color: #00af7e;
    margin-top: 20px;
    margin-right: 10px;
}

.tc-resourse .design-con .plate-3 .plate-2-title ul {
    float: left;
    margin-top: 22px;
}

.tc-resourse .design-con .plate-3 .plate-2-title ul li {
    float: left;
    height: 20px;
    background: #00af7e;
    border-radius: 20px;
    font-size: 12px;
    font-family: "宋体";
    color: #fff;
    line-height: 20px;
    padding: 0 9px;
    margin-right: 10px;
}

.tc-resourse .design-con .plate-3 .plate-2-con {
    width: 830px;
    height: auto;
    float: left;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul {
    width: 830px;
    float: left;
    margin-left: 20px;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li {
    float: left;
    margin-bottom: 12px;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li samp {
    float: left;
    font-size: 14px;
    color: #222;
    padding-right: 10px;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li p {
    width: 750px;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl {
    width: 750px;
    float: left;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl dd {
    width: 270px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-bottom: 5px;
    margin-right: 30px;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl dd a {
    font-size: 14px;
    color: #222;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl dd a:hover {
    /* color: #00af7e;
    text-decoration: underline; */
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl dd i {
    float: left;
}

.tc-resourse .design-con .plate-3 .plate-2-con ul li dl dd i {
    float: left;
    margin-right: 10px;
    width: 23px;
    height: 40px;
}

.tc-add .main .page-btn {
    width: 943px;
    float: left;
    margin-left: 30px;
    margin-bottom: 25px;
}

.tc-add .main .page-btn .page {
    float: left;
}

.tc-add .main .page-btn .page a {
    float: left;
    font-size: 12px;
    font-family: arial;
    color: #222;
    padding: 0 10px 0 10px;
}

.tc-add .main .page-btn .page a:hover {
    color: #00af7e;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.tc-add .main .page-btn .page a.pre {
    width: 5px;
    height: 9px;
    background: url(../../image/match/lesson-plan-icon.png) -70px -110px no-repeat;
    float: left;
    margin-top: 3px;
    padding: 0;
}

.tc-add .main .page-btn .page a.pre:hover {
    width: 5px;
    height: 9px;
    background: url(../../image/match/lesson-plan-icon.png) -70px -140px no-repeat;
}

.tc-add .main .page-btn .page a.next {
    width: 5px;
    height: 9px;
    background: url(../../image/match/lesson-plan-icon.png) -112px -110px no-repeat;
    float: left;
    margin-top: 3px;
}

.tc-add .main .page-btn .page a.next:hover {
    width: 5px;
    height: 9px;
    background: url(../../image/match/lesson-plan-icon.png) -112px -140px no-repeat;
}

.tc-add .main .page-btn .page a.omit:hover {
    font-weight: normal;
    color: #222;
    text-decoration: none;
    cursor: text;
}

.tc-add .main .page-btn .btn {
    float: right;
}

.tc-add .main .page-btn .btn button {
    width: 130px;
    height: 35px;
    font-size: 14px;
    border-radius: 2px;
}

.tc-add .main .page-btn .btn button.qd {
    background: #00C177;
    color: #fff;
}

.tc-add .main .page-btn .btn button.qd:hover {
    background: #01B26E;
    color: #fff;
}

.tc-add .main .page-btn .btn button.qx:hover {
    background: #01B26E;
    color: #fff;
}

.tc-add .main .page-btn .btn button.qx {
    border: 1px solid #00C177;
    color: #00C177;
    margin-left: 20px;
    background: #fff;
}

/*图标类型样式-大*/

i.big-doc {
    background: url(../../image/match/file-type.png) -10px -20px no-repeat;
}

i.big-ppt {
    background: url(../../image/match/file-type.png) -10px -80px no-repeat;
}

i.big-pdf {
    background: url(../../image/match/file-type.png) -10px -140px no-repeat;
}

i.big-music {
    background: url(../../image/match/file-type.png) -10px -200px no-repeat;
}

i.big-video {
    background: url(../../image/match/file-type.png) -10px -260px no-repeat;
}

i.big-zip {
    background: url(../../image/match/file-type.png) -10px -320px no-repeat;
}

i.big-excel {
    background: url(../../image/match/file-type.png) -10px -414px no-repeat;
}

i.big-xls {
    background: url(../../image/match/file-type.png) -10px -414px no-repeat;
}

i.big-img {
    background: url(../../image/match/file-type.png) -10px -366px no-repeat;
}

i.big-txt {
    background: url(../../image/match/file-type.png) -10px -461px no-repeat;
}