/**
 * Created by PhpStorm.
 * User: zhangsf
 * Date: 2016/10/25
 * Time: 15:04
 */

html, body {
    font-size: 14px;
    font-family: "微软雅黑";
    height: 100%;
    margin: 0;
    padding: 0;
    background: #eaeae7;
    color: #333333;
}

a, a:link, a:visited, a:hover, a:active {
    color: #333333;
    text-decoration: none;
}

ul, li, dl, dd, dt {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.font-bold {
    font-weight: bolder;
}

.font-normal {
    font-weight: normal;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.left50 {
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top50 {
    margin-top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle50 {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.m-3 {
    margin: 3px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.c-pointer {
    cursor: pointer;
}

.hover70:hover {
    opacity: 0.7;
}

.hover85:hover {
    opacity: 0.85;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

/* 仿bootstrap */
.pull-right, .f-right {
    float: right
}

.pull-left, .f-left {
    float: left
}

.hide, .hidden {
    display: none
}

.show, .display-block {
    display: block
}

.clearfix {
    clear: both;
}

.container {
    padding: 0 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-fuild {
    margin: 0;
    padding: 0;
    width: 100%;
}

.height-100 {
    height: 100%;
}

.lheight-160 {
    line-height: 160%;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33.33%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width100 {
    width: 100%;
}

img.middle {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

input.form-control {
    height: 34px;
    padding: 0.5rem 0.8rem;
    line-height: 1.4;
    border-radius: 2px;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #138a9e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.btn:active, {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.transform-rotate-180deg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-rotate-0deg {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tran-all {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 根据项目而更改 */
.width1280 {
    width: 1280px;
    margin: 0 auto;
}

.bg-white {
    background: white !important;
}

.bg-red {
    background: red !important;
}

.bg-green {
    background: #00cab0 !important;
}

.color-green {
    color: #00cab0 !important;
}

.color-white {
    color: white !important;
}

.color-yellow {
    color: #f88102 !important;
}

.color-lgray {
    color: #9b9b9a !important;
}

.color-red {
    color: #dd272b !important;
}

select {
    outline: none;
    padding-left: 5px;
}

option {
    padding: 0 5px;
    height: 25px;
}

/* header|article|footer */
.page-top {
    height: 30px;
    line-height: 30px;
    background: #ccfbf5;
}

.page-top li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.page-top li a {
    display: block;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bolder;
}

.page-top li:hover a, .page-top li.active a {
    color: #00cab0;
}

header nav {
    height: 54px;
    line-height: 54px;
    background: #3f5664;
}

header nav dt {
    width: 180px;
}

header nav dt img {
    margin-top: 12px;
}

header nav dd {
    width: 128px;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-left: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav dd a {
    display: block;
}

header nav dd.active, header nav dd:hover {
    background: #eaeae7;
}

header nav dd.active b, header nav dd:hover b {
    color: #5ed7c6;
}

header nav dd.active i, header nav dd:hover i {
    display: block;
    position: absolute;
    top: 0;
    width: 142px;
    height: 5px;
    background: rgba(0, 202, 176, 0.6);
    left: -7px;
}

header nav dd b {
    height: 54px;
    line-height: 60px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    color: white;
    font-size: 16px;
}

header nav dd span.icon {
    display: inline-block;
    width: 40px;
    height: 54px;
    float: left;
    margin-top: 2px;
}

header nav dd span.icon1 {
    background: url(../images/nav1.png) no-repeat;
}

header nav dd span.icon2 {
    background: url(../images/nav2.png) no-repeat;
}

header nav dd span.icon3 {
    background: url(../images/nav3.png) no-repeat;
}

header nav dd span.icon4 {
    background: url(../images/nav4.png) no-repeat;
}

header nav dd span.icon5 {
    background: url(../images/nav5.png) no-repeat;
}

header nav dd.active span.icon1, header nav dd:hover span.icon1 {
    background: url(../images/nav1-hover.png) no-repeat;
}

header nav dd.active span.icon2, header nav dd:hover span.icon2 {
    background: url(../images/nav2-hover.png) no-repeat;
}

header nav dd.active span.icon3, header nav dd:hover span.icon3 {
    background: url(../images/nav3-hover.png) no-repeat;
}

header nav dd.active span.icon4, header nav dd:hover span.icon4 {
    background: url(../images/nav4-hover.png) no-repeat;
}

header nav dd.active span.icon5, header nav dd:hover span.icon5 {
    background: url(../images/nav5-hover.png) no-repeat;
}

.person-head-infor img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-top: 9px;
    float: left;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 9;
}

footer {
    height: 5px;
    background: #00cab0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

article {
    padding: 84px 0 5px 0;
    width: 1280px;
    margin: 0 auto;
}

.page-box {
    width: 1280px;
    height: auto;
    padding: 20px;
}

.page-left {
    width: 320px;
    min-height: 580px;
    height: auto;
    float: left;
    border: 1px dashed #00cab0;
    padding: 20px 15px 30px 15px;
}

.page-right {
    width: 900px;
    float: left;
    margin-left: 20px;
    border: 1px solid #00cab0;
    min-height: 580px;
    height: auto;
    padding: 25px;
}

.right-content-box {
    margin-top: 30px;
    height: auto;
    min-height: 470px;
}

/* index */
.index-ul {
    width: 1280px;
    min-height: 500px;
    height: auto;
    overflow: hidden;
    padding: 10px 0 20px 20px;
}

.index-ul li {
    float: left;
    width: 210px;
    margin: 20px 20px 10px 20px;
}

.index-ul li .img {
    width: 158px;
    height: 224px;
    overflow: hidden;
    margin: 0 26px;
}

.index-ul li img {
    width: 158px;
    height: 224px;
    display: block;
    -moz-transition: 0.5s transform;
    -ms-transition: 0.5s transform;
    -o-transition: 0.5s transform;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.index-ul li:hover img {
    overflow: hidden;
    -moz-transform: scale(1.2, 1.2);
    -moz-animation: transform 0.5s;
    -ms-ransform: scale(1.2, 1.2);
    -ms-animation: transform 0.5s;
    -o-transform: scale(1.2, 1.2);
    -o-animation: transform 0.5s;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-animation: transform 0.5s;
    transform: scale(1.2, 1.2);
    animation: transform 0.5s;
}

.index-ul li div.font18 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
}

/* catalogue */
.catalogue ul {
    padding-bottom: 2px;
}

.catalogue li {
    line-height: 30px;
}

.icon-on-off {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    cursor: pointer;
    margin-top: 8px;
}

[attr-switch="on"] > .icon-on-off {
    background: url("../images/icon-open.png") no-repeat;
}

[attr-switch="off"] > .icon-on-off {
    background: url("../images/icon-close.png") no-repeat;
}

.icon-chapter {
    display: block;
    float: left;
    width: 15px;
    height: 22px;
    background: url("../images/icon-chapter.png") no-repeat;
    margin-top: 3px;
    margin-right: 5px;
}

.catalogue .line {
    float: left;
    width: 15px;
    height: 1px;
    display: inline-block;
    background: url("../images/point-x.png") repeat-x;
    margin-top: 13px;
}

.catalogue-chapter li {
    background: url("../images/point-y.png") 5px 10px repeat-y;
    position: relative;
}

.catalogue-chapter > li:first-child:before {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    top: -2px;
    left: 0;
    background: #eaeae7;
    overflow: hidden;
    content: "";
}

.catalogue ul > li:last-child {
    background: none;
    position: relative;
}

.catalogue-chapter > li:last-child:before, .catalogue-section > li:last-child:before {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    top: -2px;
    left: 5px;
    background: url("../images/point-y-last.png") no-repeat;
    overflow: hidden;
    content: "";
}

.catalogue-section li {
    margin-left: 28px;
    background: url("../images/point-y.png") repeat-y;
    background-position: 5px 20px;
}

.icon-section {
    display: block;
    float: left;
    width: 16px;
    height: 17px;
    background: url("../images/icon-section.png") no-repeat;
    margin-top: 7px;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}

.catalogue-class li {
    background: none;
    margin-left: 51px;
    position: relative;
    z-index: 3px;
    cursor: pointer;
}

.catalogue-class li:before {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    top: -15px;
    left: -17px;
    background: url("../images/point-class.png") no-repeat;
    content: "";
    overflow: hidden;
}

.catalogue-class li.active:after, .catalogue-class li:hover:after {
    content: "";
    width: 213px;
    height: 26px;
    display: block;
    border: 1px solid #f88102;
    padding: 5px;
    position: absolute;
    top: 2px;
    left: -4px;
    background: #fae9cf;
}

.catalogue-class li span {
    margin-left: 5px;
    display: block;
    color: #00cab0;
}

.catalogue span {
    display: block;
    position: relative;
    z-index: 3;
}

.catalogue span > * {
    position: relative;
    z-index: 5;
}

.catalogue-class li:hover span, .catalogue-class li.active span {
    color: #f88102;
}

.icon-class {
    display: block;
    float: left;
    width: 13px;
    height: 15px;
    background: url("../images/icon-class.png") no-repeat;
    position: relative;
    z-index: 1;
    margin: 8px 5px 0 5px;
}

.catalogue-class li.active .icon-class, .catalogue-class li:hover .icon-class {
    background: url("../images/icon-class-hover.png") no-repeat;
}

.catalogue-chapter > li:hover, .catalogue-section > li:hover {
    opacity: 0.85;
}

[attr-switch="off"] > ul {
    display: none;
}

.catalogue-chapter .icon-edit {
    float: left;
    width: 20px;
    height: 13px;
    background: url("../images/edit.png") 5px no-repeat;
    position: relative;
    top: 9px;
    cursor: pointer;
    display: none;
}

.catalogue-chapter .icon-delete {
    float: left;
    width: 20px;
    height: 13px;
    background: url("../images/delete.png") 5px no-repeat;
    position: relative;
    top: 9px;
    cursor: pointer;
    display: none;
}

.catalogue b {
    font-weight: normal;
    display: block;
}

.catalogue-chapter > li > div > span > b {
    max-width: 180px;
}

.catalogue-section > li > div > span > b {
    max-width: 100px;
}

.catalogue-class > li > span > b {
    max-width: 89px;
}

.catalogue-class li.joint .icon-class:after {
    content: "联合";
    font-style: normal;
    position: absolute;
    left: -46px;
    color: #00cab0;
    font-size: 10px;
    top: -8px;
}

.edit-input {
    position: absolute;
    left: -2px;
    top: 6px;
    width: 235px;
    z-index: 9999;
    padding: 0 3px;
}

.catalogue-class .edit-input {
    width: 182px;
}

.add-catalogue time {
    background: #00cab0;
    padding: 2px 5px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.catalogue-chapter > li > div > span {
    padding-left: 5px;
}

.catalogue-chapter > li > div > span.active:after, .catalogue-chapter > li > div > span:hover:after {
    content: "";
    width: 242px;
    height: 26px;
    display: block;
    border: 1px solid #f88102;
    padding: 5px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #fae9cf;
    z-index: 4;
}

.catalogue-chapter > li > div > span.active b, .catalogue-chapter > li > div > span:hover b, .catalogue-section > li > div > span.active b, .catalogue-section > li > div > span:hover b {
    color: #f88102
}

.catalogue-section > li > div > span {
    padding-left: 5px;
}

.catalogue-section > li > div > span > .edit-input {
    width: 100px !important;
}

.catalogue-section > li > div > span.active:after, .catalogue-section > li > div > span:hover:after {
    content: "";
    width: 213px;
    height: 26px;
    display: block;
    border: 1px solid #f88102;
    padding: 5px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #fae9cf;
    z-index: 4;
}

.catalogue-section > li > div > span.active b {
    color: #f88102;
}

span.two .edit-input {
    width: 207px
}

/* 开始备课 */
.page-right .module-name {
    font-size: 18px;
}

.start-ready-con {
    width: 506px;
    margin: 0 auto;
    position: relative;
}

.to-ready-class {
    width: 150px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    background: #00cab0;
    color: white !important;
    display: block;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 4px;
    position: absolute;
    top: 220px;
    left: 195px;
}

/* 备课中 */
.readyclassing .top li {
    float: left;
    width: 80px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #00cab0;
    border-radius: 4px;
    color: #00cab0;
    margin-right: 30px;
    cursor: pointer;
    padding-left: 20px;
}

.readyclassing .top li span {
    font-size: 16px;
}

.readyclassing .top li:hover, .readyclassing .top li.active {
    color: white;
}

.readyclassing .top li:nth-child(1) {
    background: url("../images/icon-bk1.png") no-repeat 8px 4px;
}

.readyclassing .top li:nth-child(2) {
    background: url("../images/icon-bk2.png") no-repeat 8px 4px;
}

.readyclassing .top li:nth-child(3) {
    background: url("../images/icon-bk3.png") no-repeat 8px 4px;
}

.readyclassing .top li:nth-child(4) {
    background: url("../images/icon-bk4.png") no-repeat 8px 4px;
}

.readyclassing .top li:nth-child(5) {
    background: url("../images/icon-bk5.png") no-repeat 8px 4px;
}

.readyclassing .top li:nth-child(6) {
    background: url("../images/icon-bk6.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(1), .readyclassing .top li.active:nth-child(1) {
    background: #00cab0 url("../images/icon-bk1-hover.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(2), .readyclassing .top li.active:nth-child(2) {
    background: #00cab0 url("../images/icon-bk2-hover.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(3), .readyclassing .top li.active:nth-child(3) {
    background: #00cab0 url("../images/icon-bk3-hover.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(4), .readyclassing .top li.active:nth-child(4) {
    background: #00cab0 url("../images/icon-bk4-hover.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(5), .readyclassing .top li.active:nth-child(5) {
    background: #00cab0 url("../images/icon-bk5-hover.png") no-repeat 8px 4px;
}

.readyclassing .top li:hover:nth-child(6), .readyclassing .top li.active:nth-child(6) {
    background: #00cab0 url("../images/icon-bk6-hover.png") no-repeat 8px 4px;
}

.readyclassing .down-template {
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #00cab0;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    color: #00cab0;
    cursor: pointer;
}

.readyclassing .down-template:hover {
    background: #00cab0;
    color: white;
}

.submit-box .submit-btn {
    height: 28px;
    line-height: 28px;
    background: #00cab0;
    display: block;
    border-radius: 3px;
    text-align: center;
    color: white;
    cursor: pointer;
    float: right;
    padding: 0 15px;
}

.submit-box .submit-btn.active {
    border: 1px solid #00cab0;
    background: white;
    color: #00cab0;
}

.submit-box {
    width: 300px;
    text-align: right;
    float: right;
    height: 70px;
}

.submit-box .e {
    width: 250px;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 5px;
    height: 42px;
}

.submit-box .e img {
    position: relative;
    top: 3px;
}

.upload-box {
    min-height: 370px;
    padding-top: 20px;
}

/* 完成备课 */
.upload-box dl {
    position: relative;
}

.upload-box dt {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
}

.upload-box dd {
    line-height: 40px;
    padding-left: 100px;
}

.upload-box dd span {
    max-width: 350px;
    display: block;
    float: left;
}

.upload-box li b {
    font-weight: normal;
    float: left;
}

.upload-box li img {
    position: relative;
    top: 13px;
    float: left;
    margin-right: 3px;
}

.upload-box li {
    padding-left: 35px;
    width: 750px;
    height: 40px;
    overflow: hidden;
}

.upload-box li.word {
    background: url(../images/type-word.png) no-repeat 0 5px;
}

.upload-box li.img {
    background: url(../images/type-jpg.png) no-repeat 0 5px;
}

/* 集体备课首页 */
.create-teachbook {
    width: 97px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #00cab0;
    border-radius: 4px;
    color: #00cab0;
    text-align: center;
    position: relative;
}

.create-teachbook-box {
    width: 254px;
    height: 300px;
    border: 1px solid #00cab0;
    border-radius: 4px;
    position: absolute;
    top: 45px;
    right: 0;
    background: white;
    z-index: 1;
}

.create-teachbook-box select {
    width: 165px;
}

.create-teachbook-box button, .rc-alert-box > div button {
    padding: 5px 15px;
    margin: 0 15px;
    border: none;
    border-radius: 5px;
}

.create-teachbook-box button:nth-child(2), .rc-alert-box > div button:nth-child(2) {
    background: #b5b5b5;
}

.create-teachbook span {
    color: #333333;
}

/* 集体备课-开始备课 */
.rc-alert-box {
    width: 500px;
    min-height: 200px;
    height: auto;
    background: #efeff0;
    border: 1px solid #00cab0;
}

.rc-alert-box i {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../images/choose-no.png") no-repeat;
    margin-right: 3px;
    position: relative;
    top: 8px;
}

.rc-alert-box i.active {
    background: url("../images/choose.png") no-repeat;
}

.rc-alert-box span {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}

.rc-alert-box > div:nth-child(1) {
    margin: 30px 0 0 80px;
}

.rc-alert-box > div:nth-child(2) {
    margin-left: 65px;
}

.rc-alert-box .mt-20 {
    margin-left: 65px;
}

.rc-alert-box .box {
    padding-left: 15px;
    margin-top: 10px;
}

.rc-alert-box .box li {
    background: url("../images/mchoose-no.png") no-repeat 0 2px;
    padding-left: 20px;
    margin-right: 10px;
    width: 130px;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.rc-alert-box .box li.active {
    background: url("../images/mchoose-yes.png") no-repeat 0 2px;
}

.rc-alert-box .box .pull-left:first-child {
    width: 73px;
}

.rc-alert-box .box .pull-left:last-child {
    width: 325px;
}

.rc-alert-box button:nth-child(2) {
    margin-left: 100px;
}

/* 集体备课-备课中 */
.start-ready .person select {
    width: 120px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    height: 28px;
}

.start-ready .person span {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.start-ready .time {
    height: 28px;
    line-height: 28px;
}

.bk-textarea {
    width: 700px;
    height: 200px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #00cab0;
    resize: none;
}

.start-ready .btn span {
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #00cab0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    color: #00cab0;
    cursor: pointer;
}

.start-ready .btn span:hover {
    background: #00cab0;
    color: white;
}

.start-ready .btn span.esc {
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
}

.start-ready .btn span.esc:hover {
    background: #9a9a9a;
    color: white;
}

.start-ready .btn {
    margin-left: 56px;
}

.bking-content {
    width: 770px;
}

.bkupload-box {
    min-height: 215px;
}

.bkupload-box li {
    min-height: 70px;
    height: auto;
    overflow: hidden;
}

.bkupload-box li p.color-lgray {
    position: relative;
    top: -10px;
    left: -28px;
}

.comment-box {
    width: 100%;
    min-height: 50px;
    background: #e8f8f5;
    position: relative;
    left: -28px;
    top: -10px;
    padding: 10px 15px;
}

.comment-box > div > p {
    height: 30px;
    line-height: 30px;
}

.comment-box .text-overflow {
    max-width: 500px;
}

.comment-btn input[type=text] {
    width: 400px;
    margin-right: 5px;
}

.comment-btn input[type=text]:focus {
    border-color: #00af98;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 175, 152, 0.075), 0 0 8px rgba(0, 175, 152, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 175, 152, 0.075), 0 0 8px rgba(0, 175, 152, 0.6);
}

.comment-btn input[type=button] {
    width: 100px;
    background: #00cab0;
    color: white;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.bk-record .box {
    width: 540px;
    height: 130px;
    background: white;
    border: 1px solid #00cab0;
    overflow-y: auto;
    padding: 5px 15px;
}

.bk-record .box dl {
    padding: 5px 0;
}

.bk-record .submit-box {
    margin-top: 100px;
}

/* 备课组 */
.readyclass-box {
    width: 1240px;
}

.readyclass-box > .pull-left {
    width: 80px;
}

.readyclass-box > .pull-right {
    width: 1160px;
}

.readyclass-box > .pull-right .line {
    width: 100%;
    height: 1px;
    background: #00cab0;
    margin: 10px 0;
}

.readyclass-log {
    height: 28px;
    line-height: 28px;
}

.readyclass-log select {
    width: 120px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    height: 28px;
}

.readyclass-log span b, .start-ready .time span b {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #00cab0;
    color: #00cab0;
    background: white;
}

.readyclass-log span b.active, .start-ready .time span b.active {
    background: #00cab0;
    color: white;
}

.readyclass-log .layui-input, .start-ready .time .layui-input {
    height: 28px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    padding: 0 10px;
}

#laydate_box, #laydate_box *, #laydate_box > *::before, #laydate_box > *::after {
    box-sizing: content-box;
}

.readyclass-log .search-text {
    width: 160px;
    height: 28px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    padding: 0 10px;
}

.laydateinput {
    width: 160px;
    height: 28px;
    position: relative;
}

.laydateinput input {
    width: 100%;
}

.laydateinput .laydate-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rcgroup-table {
    border: 1px solid #00cab0;
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: none;
}

.rcgroup-table td {
    line-height: 40px;
    text-align: center;
    border: 1px solid #00cab0;
    border-top: none;
    border-left: none;
}

.rcgroup-table thead td {
    background: #daf7f3;
    color: #00cab0;
    font-size: 14px;
    font-weight: bolder;
}

.rcgroup-table tbody td {
    padding: 5px 10px;
    line-height: 150%;
}

.rcgroup-table tbody tr:nth-child(2n+1) {
    background: white;
}

.rcgroup-table tbody tr:nth-child(2n) {
    background: #f9f9f9;
}

.rcgroup-table tbody tr:hover {
    background: #f1f1f1;
}

.bkupload-box li[data-comment="off"] .comment-box {
    display: none;
}

/* 备课统计 */
.bkwidth80 {
    width: 80px !important;
}

.bkwidth60 {
    width: 60px !important;
}

.bkwidth200 {
    width: 200px !important;
}

.chart1 {
    border: 1px solid #00cab0;
    width: 1160px;
    height: 540px;
    padding: 20px;
}

.chart1-title {
    position: absolute;
    bottom: 50px;
    font-weight: normal;
    font-size: 16px;
    width: 450px;
    text-align: center;
    left: 20px;
}

.chart2-title {
    position: absolute;
    bottom: 50px;
    font-weight: normal;
    font-size: 16px;
    width: 450px;
    text-align: center;
    right: 20px;
}

.chart6-title {
    position: absolute;
    top: 440px;
    font-weight: normal;
    font-size: 16px;
    width: 350px;
    text-align: center;
    left: 20px;
}

.chart7-title {
    position: absolute;
    top: 440px;
    font-weight: normal;
    font-size: 16px;
    width: 320px;
    text-align: center;
    left: 420px;
}

.chart8-title {
    position: absolute;
    top: 440px;
    font-weight: normal;
    font-size: 16px;
    width: 350px;
    text-align: center;
    right: 50px;
}

.chart3, .chart5 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 480px;
    border: 1px solid #00cab0;
}

.chart4 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 560px;
    border: 1px solid #00cab0;
}

.chart6 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 510px;
    border: 1px solid #00cab0;
}

.chart9 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 550px;
    border: 1px solid #00cab0;
}

.chart10 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 510px;
    border: 1px solid #00cab0;
}

.chart11 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 520px;
    border: 1px solid #00cab0;
}

.chart15 {
    width: 1160px;
    padding: 20px 20px 0 20px;
    height: 710px;
    border: 1px solid #00cab0;
}

.chart-down {
    position: relative;
    top: 2px;
}

.readyclass-box .dropdown {
    width: 400px;
    height: auto;
    border: 1px solid #00cab0;
    margin-top: 5px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
}

.readyclass-box .dropdown li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: white;
    padding: 0 10px;
    border-bottom: 1px solid #c2f7f0;
}

.readyclass-box .dropdown li a {
    display: block;
}

.readyclass-box .dropdown li:last-child {
    border-bottom: none;
}

.readyclass-box .dropdown li:hover {
    background: #f1f1f1;
}

/* 新增加的首页20170213 */
.home-ul {
    width: 100%;
    height: 100%;
    background: #ccfbf5 url("../images/home-tbg.png") repeat-x center 85px;
    position: relative;
}

.home-ul:before {
    width: 100%;
    height: 243px;
    background: url("../images/home-bbg.png") repeat-x center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
}

.home-ul ul {
    width: 1240px;
    margin: 0 auto;
    padding-top: 120px;
    padding-left: 70px;
}

.home-ul li {
    width: 232px;
    height: 317px;
    background: url("../images/home-li-bg.png") no-repeat;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.home-ul li:hover {
    background: url("../images/home-li-bg-hover.png") no-repeat;
}

.home-ul li:nth-child(3n-1), .home-ul li:nth-child(3n-2) {
    margin-right: 200px;
}

.home-ul li img {
    position: absolute;
    top: 18px;
    left: 47px;
}

.home-ul li div {
    text-align: center;
    width: 232px;
    margin-top: 145px;
}

.home-ul li div h3 {
    color: #00cab0;
    font-size: 24px;
    margin-bottom: 10px;
}

.home-ul li div p {
    font-size: 15px;
    line-height: 30px;
    color: #999a9a;
}

/* 联合备课 */
.lhbk-first-page {
    background: url("../images/lianhebeike-bg.png") no-repeat 130px 180px;
    width: 100%;
    height: 666px;
    border: 1px solid #00cab0;
    position: relative;
}

.lhbk-first-page p {
    margin-top: 80px;
}

.lhbk-first-page .a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #00cab0;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 220px;
    left: 550px;
}

.lianhebeike-list .top {

}

.lianhebeike-list .top .pull-left .a {
    display: block;
    width: 91px;
    height: 27px;
    line-height: 27px;
    background: #00cab0;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.lianhebeike-list .top .text {
    width: 256px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #00cab0;
    border-radius: 3px;
    padding: 0 5px;
}

.lianhebeike-list .top .btnn {
    width: 60px;
    height: 27px;
    background: #00cab0;
    color: white;
    border: 0;
    border-radius: 3px;
}

.lhbk-dl dt {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #00cab0;
}

.lhbk-dl dt .pull-left span {
    width: 90px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.lhbk-dl dt .pull-left span.active, .lhbk-dl dt .pull-left span:hover {
    color: #00cab0;
    font-weight: bold;
}

.lhbk-dl dt .pull-right i {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    background: url("../images/mchoose-no.png") no-repeat;
}

.lhbk-dl dt .pull-right i.active {
    background: url("../images/mchoose-yes.png") no-repeat;
}

.lhbk-dl dd {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #00cab0;
    margin-top: 10px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 30px;
    background: white;
}

.lhbk-dl dd.color-lgray a {
    color: #9b9b9a;
}

.lhbk-dl dd:hover {
    background: #f7f7f7;
}

.lhbk-dl dd span {
    margin-right: 10px;
    display: block;
    float: left;
}

.lhbk-dl dd span:nth-child(1) {
    width: 410px;
}

.lhbk-dl dd span:nth-child(2) {
    width: 240px;
}

.lhbk-dl dd span:nth-child(3) {
    width: 260px;
}

.lhbk-dl dd span:nth-child(4) {
    width: 100px;
}

.lhbk-dl dd img {
    margin-left: 40px;
    display: inline-block;
    padding-top: 14px;
    cursor: pointer;
}

.lhbk-add-box {
    height: 28px;
    line-height: 28px;
    margin-left: 50px;
    margin-top: 20px;
}

.lhbk-add-box .layui-input {
    height: 28px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    padding: 0 10px;
}

.lhbk-add-box .title-input {
    width: 360px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00cab0;
    border-radius: 3px;
    padding: 0 10px;
}

.lhbk-add-box li > .pull-left:first-child {
    width: 80px;
}

.lhbk-add-box li {
    padding-bottom: 10px;
}

.lhbk-add-box li textarea {
    width: 500px;
    height: 200px;
    border: 1px solid #00cab0;
    border-radius: 3px;
}

.lhbk-add-box li .btn {
    background: #00cab0;
    color: white;
    border: 0;
    border-radius: 3px;
}

.lhbk-add-box .button span {
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.lhbk-add-box .button {
    margin-top: 50px;
}

.lhbk-add-box .button span:first-child {
    border: 1px solid #00cab0;
    color: #00cab0;
    margin-left: 350px;
}

.lhbk-add-box .button span:last-child {
    border: 1px solid #9b9b9b;
    margin-left: 200px;
}

.shadom-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.add-member-box {
    width: 860px;
    height: 530px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin: -265px 0 0 -420px;
    background: white;
    padding: 20px;
}

.add-member-box h3 {
    font-size: 16px;
}

.add-member-box select {
    width: 150px;
    border: 1px #00cab0 solid;
    border-radius: 3px;
    height: 28px;
}

.add-member-box .box {
    width: 100%;
    height: 210px;
    border: 1px solid #00cab0;
}

.add-member-box .box .top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #bafdf4;
}

.mt-15 {
    margin-top: 15px;
}

.add-member-box .box ul {
    padding: 10px 0 30px 30px;
}

.add-member-box .box li {
    background: url("../images/mchoose-no.png") no-repeat 0 12px;
    padding-left: 25px;
    font-size: 15px;
    float: left;
    width: 150px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.add-member-box .box li.active {
    background: url("../images/mchoose-yes.png") no-repeat 0 12px;
}

.add-member-box .box .con {
    height: 175px;
    overflow-y: auto;
}

.add-member-box .choosed-box {
    width: 100%;
    height: 130px;
    border: 1px #00cab0 solid;
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    overflow-y: auto;
}

.add-member-box .choosed-box img {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.add-member-box .choosed-box li {
    float: left;
    margin-right: 35px;
    height: 35px;
    line-height: 35px;
}

.add-member-box .choosed-box ul {
    height: 70px;
}

.add-member-box .bottom span {
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.add-member-box .bottom span:first-child {
    background: #00cab0;
    color: white;
}

.add-member-box .bottom span:last-child {
    background: #b6b8b7;
    color: white;
    margin-left: 120px;
}

.lhbk-content h3 {
    padding-top: 30px;
}

.start-ready.lianhebk-content {
    width: 900px;
}

.lianhebk-content .table {
    border-left: 1px solid #00cab0;
    border-top: 1px solid #00cab0;
    width: 520px;
}

.lianhebk-content .table td {
    border-right: 1px solid #00cab0;
    border-bottom: 1px solid #00cab0;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:white;
}

.lianhebk-content .table tr > td:first-child {
    width: 100px;
    color: #00cab0;
}

.lianhebk-content .table thead td {
    border: none;
    border-bottom: 1px solid #00cab0;
    background: #e8f8f5;
}

.lianhebk-content .table thead td:last-child {
    border-right: 1px solid #00cab0;
}

.lianhebk-content .table thead {
    color: #00cab0;
}

.mb-50 {
    margin-bottom: 50px;
}








