@charset "utf-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, tr, td, th {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: initial;
    color: #646464;
}

a:hover, a:active {
    color: #00bbdd;
}

ul {
    list-style: none;
}

body {
    background-color: #f7f7f9;
    -webkit-font-smoothing: antialiased;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clear10 {
    clear: both;
    height: 10px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clear20 {
    clear: both;
    height: 20px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clear30 {
    clear: both;
    height: 30px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

#school-header {
    height: 59px;
    min-width: 980px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}

#school-header .inner {
    height: 40px;
    width: 960px;
    margin: auto;
    padding: 10px 0;
}

#school-header .brand {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #646464;
    float: left;
}

#header {
    height: 99px;
    min-width: 980px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
}

#header .inner {
    height: 40px;
    width: 960px;
    margin: auto;
    padding: 30px 0;
}

#header .brand {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #646464;
    float: left;
}

#header ul.nav {
    height: 40px;
    line-height: 40px;
    float: right;
}

#header ul.nav li:first-child {
    margin-left: 0;
}

#header ul.nav li {
    float: left;
    font-size: 14px;
    margin-left: 30px;
}

#header ul.nav li a {
    color: #646464;
}

#header ul.nav li:hover a {
    color: #00bbdd;
}

#header ul.nav li.current a {
    color: #00bbdd;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.container .no-data {
    font-size: 12px;
    text-align: center;
    color: #969696;
}

.container .stat {
    padding: 40px 0;
    height: 120px;
}

.container .stat .row:first-child {
    margin-left: 0;
}

.container .stat .row {
    width: 225px;
    height: 120px;
    float: left;
    margin-left: 20px;
    border-radius: 4px;
    position: relative;
}

.container .stat .row .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -25px;
}

.container .stat .row .info {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 105px;
    margin-top: -25px;
    width: 100px;
}

.container .stat .row .info .title {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    height: 14px;
    line-height: 14px;
    top: 0;
}

.container .stat .row .info .total-count {
    color: #ffffff;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .stat .row-clazzcourse {
    background: #428bca;
}

.container .stat .row-clazzcourse .icon {
    background: url("../images/clazzcourse.png") center no-repeat;
}

.container .stat .row-member {
    background: #f0ad4e;
}

.container .stat .row-member .icon {
    background: url("../images/member.png") center no-repeat;
}


.container .stat .row-res {
    background: #1caf9a;
}

.container .stat .row-res .icon {
    background: url("../images/res.png") center no-repeat;
}

.container .stat .row-activity {
    background: #d9534f;
}

.container .stat .row-activity .icon {
    background: url("../images/activity.png") center no-repeat;
}

.container .list {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    position: relative;
}

.container .list .loading-box {
    display: none;
}
.container .list .loading-box .loading {
    position: absolute;
    background: url("../images/loader.gif") center no-repeat;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.container .list .loading-box .loading-shade {
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=20);
}
.container .list .loading-box .loading-close {
    position: absolute;
    right: 10px;
    top: 60px;
    height: 12px;
    width: 12px;
    background: url("../images/close.png") no-repeat;
    z-index: 999;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.container .list .head {
    height: 49px;
    line-height: 50px;
    font-size: 12px;
    color: #646464;
    border-bottom: 1px solid #f0f0f0;
}

.container .list .head .title-line {
    float: left;
    font-size: 14px;
    color: #323232;
    width: 134px;
    padding-left: 20px;
    border-right: 1px solid #f0f0f0;
}
.container .list .head .title {
    float: left;
    font-size: 14px;
    color: #323232;
    width: 134px;
    padding-left: 20px;
}

.container .list .head .tabs {
    float: left;
    padding: 0 10px;
}

.container .list .head .tabs .tab-row {
    float: left;
    margin: 11px 10px;
    height: 28px;
    line-height: 28px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.container .list .head .tabs .tab-row.current {
    background: #00bbdd;
    color: #ffffff;
    border-radius: 15px;
}
.container .list .head .tabs .tab-row.current:hover{
    color: #ffffff;
}
.container .list .head .tabs .tab-row:hover {
 /*   background: #ccc;
    color: #ffffff;
    border-radius: 15px;*/
    color: #00bbdd;
}

.container .list .head .more {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}

.container .list .ranking {
    width: 478px;
    float: left;
    border-bottom: 1px solid #f0f0f0;
}
.container .list .ranking[data-type='left'] {
    border-right: 1px solid #f0f0f0;
    width: 479px;
}

.container .list .ranking .ranking-head {
    height: 39px;
    line-height: 40px;
    color: #00bbdd;
    font-size: 12px;
    padding-left: 20px;
    width: 458px;
    border-bottom: 1px solid #f0f0f0;
}

.container .list .ranking .ranking-content li {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
}

.container .list .ranking .ranking-content li.bgf9f9f9 {
    background: #f9f9f9;
}

.container .list .ranking .ranking-content li .number {
    float: left;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #969696;
    color: #ffffff;
    font-size: 12px;
    margin: 20px;
    border-radius: 4px;
}

.container .list .ranking .ranking-content li .number.number-1 {
    background: #d9534f;
}

.container .list .ranking .ranking-content li .number.number-2 {
    background: #f0ad4e;
}

.container .list .ranking .ranking-content li .number.number-3 {
    background: #428bca;
}

.container .list .ranking .ranking-content li .icon {
    height: 40px;
    width: 40px;
    margin: 10px 0;
    float: left;
}

.container .list .ranking .ranking-content li .icon img {
    height: 40px;
    width: 40px;
}

.container .list .ranking .ranking-content li .title {
    float: left;
    width: 160px;
    height: 40px;
    margin: 10px 20px;
    color: #646464;
    font-size: 12px;
    position: relative;
}

.container .list .ranking .ranking-content li .title .text,
.container .list .ranking .ranking-content li .title .subtext {
    height: 12px;
    line-height: 12px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.container .list .ranking .ranking-content li .title .subtext {
    top: auto;
    bottom: 0;
}

.container .list .ranking .ranking-content li .pate {
    float: left;
    width: 178px;
    height: 60px;
    position: relative;
}

.container .list .ranking .ranking-content li .pate .progress-box {
    width: 150px;
    height: 6px;
    margin: 27px 0;
    border-radius: 10px;
    background: #e1e1e1;
    position: relative;
}

.container .list .ranking .ranking-content li .pate .progress-box .progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    background: #1caf9a;
    border-radius: 10px;
}

.container .list .ranking .ranking-content li .pate .progress-text {
    font-size: 12px;
    color: #969696;
    position: absolute;
    top: -15px;
    right: 30px;
}

.realtime-data-box {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.container .list .realtime-data {
    width: 2000px;
    position: absolute;
    left: 0;
    transition-property: left;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.container .list .realtime-data li {
    float: left;
    width: 191px;
    height: 300px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.container .list .realtime-data li.no-data {
    width: 958px;
    border: 0;
    text-align: center;
    line-height: 300px;
}

.container .list .realtime-data li .cc-cover {
    width: 142px;
    height: 200px;
    margin: 20px 0;
}

.container .list .realtime-data li .cc-name,
.container .list .realtime-data li .cc-teacher {
    font-size: 12px;
    color: #646464;
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .list .download .download-books {
    width: 478px;
    height: 480px;
    border-right: 1px solid #f0f0f0;
    float: left;
    background: url("../images/download-books.png") center 30px no-repeat;
    position: relative;
}

.container .list .download .download-teach {
    width: 479px;
    float: left;
    height: 480px;
    background: url("../images/download-teach.png") center 30px no-repeat;
    position: relative;
}

.container .list .download .click-download {
    position: absolute;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 200px;
    text-align: center;
    padding-left: 24px;
    bottom: 70px;
    left: 50%;
    margin-left: -112px;
    cursor: pointer;
}

.container .list .download .download-books .click-download {
    color: #1a7680;
    background: url("../images/download-books-icon.png") 0 center no-repeat;
}

.container .list .download .download-teach .click-download {
    color: #00bbdd;
    background: url("../images/download-teach-icon.png") 0 center no-repeat;
}

.container .list .head .select-box {
    position: relative;
    padding: 0 20px;
    float: left;
    width: 110px;
    height: 50px;
    font-size: 14px;
    color: #323232;
}
.container .list .head .select-box .select-name {
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 17px 4px 17px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
}
.container .list .head .select-box .select-arrow {
    background: url("../images/down.png") center no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin: 17px 0;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.container .list .head .select-box.selected .select-arrow {
    background: url("../images/up.png") center no-repeat;
}
.container .list .head .select-box .option-box {
    position: absolute;
    left: -1px;
    top: 49px;
    padding: 0 20px;
    width: 110px;
    z-index: 100;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    display: none;
    height: 255px;
    overflow-y: auto;
}

.container .list .head .select-box .option-box li {
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.container .list .head .select-box .option-box li:hover,
.container .list .head .select-box .option-box li.current {
    color: #00bbdd;
}

.container .list .head .keyword {
    position: relative;
    padding: 0 20px;
    float: left;
    width: 110px;
    height: 50px;
    border-left: 1px solid #f0f0f0;
    font-size: 14px;
    color: #323232;
}
.container .list .head .keyword .keyword-text {
    height: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    margin: 17px 0;
    width: 94px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.container .list .head .keyword .keyword-icon {
    background: url("../images/edit.png") center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    margin: 17px 0;
    cursor: pointer;
}
.container .list .head .keyword .edit-keyword {
    width: 280px;
    height: 70px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    position: absolute;
    left: -1px;
    top: 49px;
    display: none;
}

.container .list .head .keyword .keyword-input {
    width: 160px;
    padding: 6px 5px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 20px;
    margin-right: 10px;
    outline: none;
    color: #646464;
    font-size: 12px;
}

.container .list .head .keyword .keyword-button {
    width: 60px;
    height: 28px;
    border: 0;
    background: #00bbdd;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}

.container .charts .charts-pie-box {
    position: relative;
    width: 375px;
    height: 340px;
    float: left;
}

.container .charts .charts-pie-box .no-data {
    position: absolute;
    top: 0;
    width: 375px;
    height: 340px;
    line-height: 340px;
    display: none;
}

.container .charts .charts-pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 340px;
}
.container .charts .legend-box {
    height: 300px;
    width: 190px;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
}
.container .charts .legend {
    position: absolute;
    top: 0;
    width: 190px;
    transition-property: top;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}

.container .charts .legend .legend-row {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.container .charts .legend .legend-row .legend-icon {
    height: 10px;
    width: 28px;
    border-radius: 15px;
    background: red;
    float: left;
    margin: 20px 10px 20px 0;
}

.container .charts .legend .legend-row .legend-text {
    height: 20px;
    line-height: 20px;
    float: left;
    margin: 15px 0;
    font-size: 12px;
    color: #969696;
    width: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
}

.container .charts .legend .legend-row .legend-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
}

.container .charts .legend .legend-row .legend-text .legend-name {
    width: 60px;
}

.container .charts .legend .legend-row .legend-text .colon {
    width: 2px;
    height: 100%;
    line-height: 100%;
}

.container .charts .legend .legend-row .legend-text .legend-rate {
    width: 68px;
    text-align: right;
}

.container .charts .legend-move {
    height: 30px;
    position: absolute;
    bottom: 5px;
    width: 100px;
    margin: 0 45px;
    z-index: 99;
    display: none;
}

.container .charts .legend-move div {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 10px;
}

.container .charts .legend-move .up {
    background: url("../images/up.png") center no-repeat;
    background-size: 10px 7px;
}

.container .charts .legend-move .up.disabled {
    background: url("../images/up_disable.png") center no-repeat;
    background-size: 10px 7px;
}

.container .charts .legend-move .down {
    background: url("../images/down.png") center no-repeat;
    background-size: 10px 7px;
}

.container .charts .legend-move .down.disabled {
    background: url("../images/down_disable.png") center no-repeat;
    background-size: 10px 7px;
}

.container .charts .charts-cc-stat-box {
    width: 563px;
    height: 340px;
    float: left;
    position: relative;
}

.container .charts .charts-cc-stat-box .no-data {
    position: absolute;
    top: 0;
    width: 563px;
    height: 340px;
    line-height: 340px;
    display: none;
}

.container .charts .charts-cc-stat-box .charts-cc-stat {
    width: 553px;
    height: 340px;
}

.container .split-line {
    height: 1px;
    width: 100%;
    background: #f0f0f0;
}

.container .charts .detail-stat-chart-box {
    height: 400px;
    width: 100%;
    position: relative;
}

.container .charts .detail-stat-chart-box .charts-detail-stat {
    height: 400px;
    width: 100%;
}

.container .charts .detail-stat-chart-box .no-data {
    position: absolute;
    top: 0;
    width: 958px;
    height: 400px;
    line-height: 400px;
    display: none;
}

.container .list .cc-list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.container .list .cc-list thead {
    border-collapse: collapse;
    color: #00bbdd;
}

.container .list .cc-list tbody {
    border-collapse: collapse;
    color: #646464;
}

.container .list .cc-list tr {
    width: 100%;
    height: 60px;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.container .list .cc-list tr.bgf9f9f9 {
    background: #f9f9f9;
}

.container .list .cc-list tbody tr:last-child {
    border-bottom: 0;
}

.container .list .cc-list tr td,
.container .list .cc-list tr th {
    text-align: left;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.container .list .cc-list tr td:nth-child(1),
.container .list .cc-list tr th:nth-child(1) {
    width: 60px;
    padding-left: 20px;
}

.container .list .cc-list tr td:nth-child(1) img {
    width: 40px;
    height: 40px;
}

.container .list .cc-list tr td:nth-child(2),
.container .list .cc-list tr th:nth-child(2) {
    width: 170px;
    padding: 0 10px;
}

.container .list .cc-list tr td:nth-child(3),
.container .list .cc-list tr th:nth-child(3) {
    width: 170px;
    padding: 0 10px;
}

.container .list .cc-list tr td:nth-child(4),
.container .list .cc-list tr th:nth-child(4) {
    width: 170px;
    padding: 0 10px;
}

.container .list .cc-list tr td:nth-child(5),
.container .list .cc-list tr th:nth-child(5) {
    width: 170px;
    padding: 0 10px;
}

.container .list .cc-list tr td:nth-child(6),
.container .list .cc-list tr th:nth-child(6) {
    width: 80px;
    padding-right: 20px;
}

.container .list .cc-list tr td.no-data {
    width: 960px;
    padding: 0;
    text-align: center;
}

.container .list .book-list {
    padding: 5px;
}

.container .list .book-list .book-rows {
    width: 227px;
    height: 270px;
    padding-top: 30px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 5px;
}

.container .list .book-list .book-rows .book-cover {
    width: 141px;
    height: 200px;
    margin: 0 auto;
}

.container .list .book-list .book-rows .book-title {
    font-size: 14px;
    color: #646464;
    width: 230px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .pagenation {
    height: 49px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    color: #646464;
    text-align: right;
    padding-right: 20px;
}

.container .pagenation.recommended-book-pagenation,
.container .pagenation.school-book-pagenation {
    border-top: 0;
}

.container .pagenation a {
    margin-left: 10px;
}

.container .pagenation a.disabled {
    color: #c8c8c8;
}

#footer {
    height: 58px;
    line-height: 60px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    min-width: 960px;
    padding: 0 10px;
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    color: #969696;
    margin-top: 30px;
}
.moso-teach{
    width:780px;
    height: 340px;
    margin-top: 80px;
    clear:both;
}
.moso-book{
    width:780px;
    height: 420px;
    clear:both;
    margin-top:121px;
    margin-bottom: 80px;
}
.teach-download{
        
    float:left;
    width:420px;
    height:340px;
    padding-top: 35px;
    
}
.book-download{
    float:right;
    width:360px;
    height:420px;
}
.teach-data{

}
.teach-img{
    float:right;
    width:320px;
    height:340px;
    background-image: url('../images/picture_teach.png');

}
.book-img{
    float:left;
    width:319px;
    height:298px;
    margin-top: 60px; 
    background-image: url('../images/picture_books.png');
}
.teach-data{
    height:140px;
    width:360px;
        
    overflow: hidden;
}
.book-data{
    width: 360px;
    height: 140px;
    overflow: hidden;
}
.teach-data-img{
    float:left;
    width:30px;
    height:50px;
}
.title-type{
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    margin: 13px 0 10px 20px;
}
.text{
    font-size: 12px;
    color: #646464;
    clear: both;
    /*margin-left: 50px;*/
}
.text a:hover{
    text-decoration:underline;

}
.top{
    position: relative;
    top:-140px;
    transition-duration: 100ms;
    transition-property: top;
    transition-timing-function: ease-in-out;
    width: 360px;
    height: 140px;
    margin-top: 30px;
}
.bottom{
    position: relative;
    top:-140px;
    transition-duration: 100ms;
    transition-property: top;
    transition-timing-function: ease-in-out;
    width:280px;
    height:100px; 
    padding:20px 40px;
    background-color:#eeeeee;
}
.app-type:hover{
    opacity: 0.8;
}
.weixin{
    margin-top:8px;
    width:80px;
    font-size: 12px;
    color: #646464;text-align: center;
}
.underline{
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #cccccc solid;
    width: 300px;
}

