@charset "utf-8";
/*题库、备课*/
.question-tab {
    width: 100%;
    min-height: 709px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.teaching-tab .layui-tab-item .qt-banner img {
    width: 116px;
    height: 134px;
    margin-right: -18px;
}

.question-tab-title {
    height: auto;
}

.question-tab-title li {
    margin-bottom: -1px;
    min-width: 84px;
    font-size: 16px;
    line-height: 48px;
}

.question-tab-title .layui-this:after {
    height: 48px;
}

.question-tab-content {
    padding: 0;
    height: 558px;
}

.question-tab-content li {
    float: left;
    padding: 12px;
    margin: 0 0 20px 0;
    width: 288px;
    height: 158px;
}

.question-tab-content li a {
    display: block;
    overflow: hidden;
}

.question-tab-content .qt-banner {
    float: left;
    position: relative;
}

.question-tab-content .qt-banner img {
    width: 94px;
    height: 134px;
}

.question-tab-content .qt-name {
    margin: 10px 0 10px 110px;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.question-tab-content .qt-author {
    margin: 10px 0 0 110px;
    font-size: 14px;
    color: #999;
}

.question-tab-content .qt-info {
    margin-left: 110px;
    padding-bottom: 6px;
    color: #999;
    font-size: 12px;
}

.question-tab-content .qt-info a {
    display: inline-block;
    vertical-align: middle;
    color: #999;
}

.question-tab-content .qt-info a:hover {
    color: #44a4f8;
    text-decoration: underline;
}

.question-tab-content .qt-btn {
    position: relative;
    margin: 14px 0 0 110px;
    width: 72px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #44a4f8;
    color: #44a4f8;
    border-radius: 16px;
    font-size: 12px;
    cursor: pointer;
}

.button-nina {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.button-nina.button--inverted {
    background: #fff;
    color: #44a4f8;
}

/*鼠标经过动画*/
.button-nina > span {
    display: inline-block;
    opacity: 0;
    color: #44a4f8;
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button-nina::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.question-tab-content .button-nina:hover {
    background-color: #fff;
}

.question-tab-content .button-nina:hover::before {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

.question-tab-content .button-nina:hover > span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.question-tab-content .button-nina:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}

.question-tab-content .button-nina:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.question-tab-content .button-nina:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}

.question-tab-content .button-nina:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

/*列表*/
.ranking-wrap .content-padding {
    min-height: 415px;
}

.row-search .input-search {
    float: left;
    border: none;
    width: 180px;
    height: 30px;
    padding: 0 6px;
    margin: 0 6px;
    line-height: 30px;
}

.row-search .btn-search {
    float: right;
    width: 36px;
    height: 30px;
    line-height: 30px;
    color: #666;
    background-color: transparent;
    border: none;
    border-left: 1px solid #dcdcdc;
    cursor: pointer;
}

.row-search .btn-search:hover {
    background-color: #fafafa;
}

.row-body {
    position: relative;
    margin-top: 20px;
}

.item-list-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row-right {
    float: right;
    width: 592px;
    min-height: 250px;
}

.row-body .item-list {
    width: 100%;
    overflow: hidden;
}

.row-body .item-list li a {
    display: block;
    height: 34px;
    margin-bottom: 4px;
    color: #545e64;
    overflow: hidden;
    clear: both;
}

.row-body .item-list li a:hover {
    color: #44a4f8;
}

.row-body .item-list li .list-important {
    color: #44a4f8;
}

.row-body .item-list li .item-list-left {
    float: left;
    max-width: calc(100% - 36px);
    position: relative;
}

.ranking-wrap .item-list li .item-list-left {
    max-width: 80%;
}

.row-body .item-list li .item-list-right {
    float: right;
    color: #999;
}

.row-body .item-list li a.list-first {
    margin-bottom: 12px;
    padding: 6px;
    background-color: #f9f9f9;
    border-radius: 4px;
    height: auto;
}

.icon-type {
    position: relative;
    float: left;
    width: 53px;
    height: 61px;
    background: url(/static/images/icons/icon-document.png) no-repeat 0 -71px;
}

.icon-ppt, .icon-pptx {
    background-position: 0 -144px;
}

.icon-pdf {
    background-position: -80px -144px;
}

.icon-rar, .icon-zip {
    background-position: -80px -71px;
}

.index-list-wrap .list-info {
    margin-top: 6px;
    color: #999;
}

.index-list-wrap .list-info span {
    margin-right: 12px;
}

.index-list-wrap .list-name {
    height: 36px;
    line-height: 18px;
    word-break: break-all;
    overflow: hidden;
}

.list-type.type-file span {
    position: absolute;
    left: 7px;
    top: 9px;
    color: #44a4f8;
    font-weight: bold;
    width: 28px;
    line-height: 15px;
    height: 14px;
    overflow: hidden;
}

.item-list .list-first .title {
    margin: 10px 12px 12px;
    height: 32px;
    color: #333;
    font-size: 15px;
    line-height: 16px;
    word-break: break-all;
    overflow: hidden;
}

.item-list .list-first .info span {
    margin-right: 10px;
    color: #999;
}

.row-header-tab {
    position: absolute;
    left: 150px;
    /* top:-46px; */
    /* border:none; */
    color: #9fadb5;
}

.row-header-tab li {
    font-size: 16px;
    margin-right: 16px !important;
    color: #333;
    padding: 4px 14px;
    /* border-radius:14px; */
    background-color: #f6f6f6;
    vertical-align: 1px;
    line-height: normal;
}

.row-header-tab .layui-this, .row-header-tab li:hover {
    background-color: #44a4f8;
    color: #fff;
}

.row-header-tab .layui-this:after {
    display: none;
}

.paper-video {
    overflow: hidden;
}

.paper-video li {
    float: left;
    position: relative;
    width: 200px;
    margin-right: 37px;
    overflow: hidden;
}

.paper-video li a {
    display: block;
    overflow: hidden;
}

.paper-video li:hover img {
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
}

.paper-video li:nth-child(5) {
    margin-right: 0;
}

.paper-video li .video-img {
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.paper-video li .video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-btn .video-play {
    display: block;
    margin: 50px auto;
    width: 42px;
    height: 42px;
    background: url("../images/icons/icon-play.png") no-repeat center;
    background-size: 100%;
}

.video-btn .video-time {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
}

.video-info {
    margin-top: 8px;
    height: 40px;
    color: #545e64;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*vip列表*/
.vip-title {
    margin-bottom: 24px;
    width: 125px;
    height: 20px;
    background: url("/static/images/document/vip-title.png") no-repeat center;
    background-size: 100%;
}

/*备课列表*/
.t-list-wrap li {
    position: relative;
    margin-top: 10px;
    padding: 6px 12px 12px;
    color: #333;
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.teacher-dynamic .t-list-wrap li p {
    margin-left: 16px;
}

.t-list-wrap li a {
    display: block;
    overflow: hidden;
}

.t-list-left {
    float: left;
}

.t-list-right {
    float: left;
    width: auto;
    padding-left: 12px;
}

.t-list-title {
    padding-bottom: 6px;
}

.t-list-title h3 {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.t-list-title h3 p {
    display: inline-block;
}

.t-list-info p {
    display: inline-block;
    margin: 8px 16px 8px 0;
    color: #999;
}

.t-list-info p span {
    margin: 0 2px;
    color: #5d5d5d;
}

.t-list-info p i.teachers-v {
    display: inline-block;
    margin-left: 6px;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    border: 1px solid #caad74;
    border-radius: 4px;
    color: #caad74;
    font-size: 12px;
}

.t-list-resources {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eaeaea;
    color: #999;
}

.t-list-resources p {
    display: inline-block;
    margin-right: 8px;
    height: 18px;
    line-height: 18px;
    color: #545e64;
}

.resources i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
    background: url("../images/icons/icon-fileType.png") no-repeat;
}

.resources i.doc, .resources i.docx, .resources i.dotx {
    background-position: -10px -10px;
}

.resources i.ppt, .resources i.pptx {
    background-position: -10px -60px;
}

.resources i.pdf {
    background-position: -10px -110px;
}

.resources i.mp3 {
    background-position: -10px -160px;
}

.resources i.fly, .resources i.avi, .resources i.mov, .resources i.mp4, .resources i.rmvb {
    background-position: -10px -210px;
}

.resources i.zip, .resources i.rar, .resources i.a7z {
    background-position: -10px -260px;
}

.resources i.xls, .resources i.xlsx {
    background-position: -10px -310px;
}

.resources i.png, .resources i.jpg, .resources i.gif {
    background-position: -10px -360px;
}

.resources i.txt {
    background-position: -10px -410px;
}

.resources-box .resources {
    display: inline-block;
}

.t-list-info {
    width: 100%;
    line-height: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-list-right .fly-list-nums {
    top: 14px;
    right: 22px;
    color: #999;
}

.t-list-right .fly-list-nums span {
    color: #9e6b49;
    font-weight: bold;
}

.fly-list-nums div {
    display: inline-block;
    cursor: pointer;
    padding: 6px;
    font-size: 16px;
}

.fly-list-nums div i {
    font-size: 18px;
    vertical-align: -1px;
}

.layui-icon-praise-fill {
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background: url("../images/icons/icon-praise-fill.png") no-repeat center;
    background-size: 100%;
    vertical-align: -3px !important;
}

.layui-icon-praise-fill:before {
    display: none;
}

.filtrate {
    width: 563px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

.tc-start .main .filtrate ul {
    float: left;
    margin-left: 8px;
}

.filtrate ul li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.filtrate ul li samp {
    float: left;
    font-size: 14px;
    color: #717076;
    line-height: 35px;
}

.filtrate ul li select {
    width: 120px;
    padding: 5px 0;
    border: 1px solid #b3b3b3;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    text-indent: 5px;
}
/*课时数量*/
.ks-num {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.ks-num ul {
    width: 100%;
    float: left;
    padding-top: 5px;
    overflow: hidden;
}

.ks-num .question-tab-title li {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-right: 16px;
    min-width: 120px;
    color: #999;
    border: 1px solid #eaeaea;
    text-align: center;
}

.ks-num .btn-select {
    border: 1px solid #1E9FFF;
    background-color: #fff;
    color: #1E9FFF;
}

.ks-num .btn-update {
    border: 1px solid #009688;
    background-color: #fff;
    color: #009688;
}

.ks-num li.layui-this a {
    position: relative;
    color: #44a4f8;
    background-color: #fcfcfc;
    font-weight: bold;
}

.ks-num .layui-this:after {
    display: none;
}

.ks-num li.layui-this:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
    height: 49px;
    background: url("../images/icons/icon-shadow.png") no-repeat center;
    background-size: 100%;
}

.ks-box .layui-tab-title {
    border: none;
}

.ks-box .layui-tab-title li.layui-this {
    background-color: #25c88a;
}

.ks-box .layui-tab-title li.layui-this a {
    background-color: #25c88a;
    color: #fff;
}

.ks-num .ks-btn {
    float: left;
    margin-top: 4px;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #1e9fff;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.ks-num .ks-btn:hover {
    background-color: #fafafa;
}

.question-tab-header {
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    left: inherit;
}

.question-tab-header li a {
    display: inline-block;
}

.tab-header-box .layui-btn {
    float: right;
    margin: 12px 12px 0 0;
}

.ks-content {
    position: relative;
    padding: 0 16px 16px 16px;
    clear: both;
    overflow: hidden;
    min-height: 500px;
}

.ks-content .item-box {
    overflow: hidden;
    clear: both;
}

.ks-content .item-box.fold-page {
    position: relative;
    height: 400px;
}

.ks-content .item-box .btn-add-proc {
    float: right;
    margin: -36px 0 12px;
    background-color: #FFF;
    border: 1px solid #44a4f8;
    color: #44a4f8;
}

.ks-content .item-box input {
    margin-bottom: 12px;
}

.ks-content .item-box .page-number {
    margin: 12px 0;
}

.ks-content .item-title {
    line-height: 1.1;
    font-weight: 800;
    border-left: 3px solid #25c88a;
    padding-left: 8px;
    font-size: 16px;
    margin-top: 24px;
    color: #545e64;
}

.ks-content .item-title span {
    color: #999;
}

.ks-content .item-info {
    margin: 16px 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .05);
    min-height: 140px;
    padding: 14px;
    color: #545e64;
    border-radius: 4px;
    border: 1px solid #ececec;
    line-height: initial;
}

.ks-content .item-info p {
    font-size: 14px;
    /*text-indent:1em;
    */
    line-height: 2;
    word-wrap: break-word;
}

.ks-content .item-info .resources {
    display: inline-block;
    margin: 0 12px 12px 0;
}

.item-box .select-btn {
    float: right;
    text-align: right;
    margin-top: -6px;
    font-weight: normal;
    padding: 6px 2px 6px 18px;
    cursor: pointer;
    color: #9e6b49;
    background: none;
    border: none;
}

.layui-tab-bar {
    display: none;
}

/*备课-编辑*/
.ks-content .edit-info {
    padding: 18px 12px;
    cursor: pointer;
    color: #545e64;
    line-height: initial;
}

.ks-content .ks-btn-edit {
    float: right;
    text-align: right;
    margin-top: -6px;
    font-weight: normal;
    padding: 6px 2px 6px 18px;
    cursor: pointer;
    color: #9e6b49;
}

.ks-content .ks-btn-save {
    display: none;
    margin-top: -6px;
    float: right;
    background-color: #9e6b49;
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.ks-content .edit-box {
    margin: 12px 0;
    clear: both;
}

.ks-content .edit-box .mytinymce {
    width: 100%;
    height: 300px;
}

.ks-content .edit-refer {
    /*float:right;
    */
    padding-bottom: 12px;
    color: #FF5722;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.ks-content .edit-refer:hover {
    color: #9e6b49;
}

.file-list {
    position: relative;
    margin-bottom: 12px;
}

.file-list .layui-table-tips-c {
    position: initial;
    background-color: #bec0c1;
}

.file-list .layui-table-tips-c:before {
    right: 0;
}

/*备课-编辑-参考资料*/
.ks-dialog-body .modal-left {
    min-height: 300px;
}

.ks-dialog-body .title {
    float: left;
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.ks-dialog-body .tit {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.ks-dialog-body .tit .tit-lf {
    float: left;
    width: 405px;
}

.ks-dialog-body .tit .tit-lf b {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 14px;
}

.ks-dialog-body .tit .tit-lf dl {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
}

.ks-dialog-body .tit .tit-lf dl dd {
    float: left;
    width: auto;
    color: #666;
    font-size: 14px;
}

.ks-dialog-body .tit .tit-lf dl dd.line {
    width: 1px;
    height: 15px;
    background: #666;
    margin: 2px 9px 0;
}

.ks-dialog-body .copy {
    float: right;
    width: 66px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    font-size: 14px;
    color: #44a4f8;
    border: 1px solid #44a4f8;
    margin-right: 12px;
    cursor: pointer;
}

.ks-dialog-body .copy:hover {
    background-color: #44a4f8;
    color: #fff;
}

.ks-dialog-body .ga-con {
    float: left;
    width: 100%;
    height: 245px;
    overflow-y: auto;
    margin-top: 18px;
    padding-right: 12px;
}

.ks-dialog-body .ga-con p {
    color: #666;
    font-size: 14px;
    line-height: 27px;
    float: left;
}

.ks-dialog-body .modal-right {
    padding-left: 12px;
}

.modal-right .text-box {
    clear: both;
    overflow: hidden;
    padding: 12px 0;
}

/*个人中心*/
.teaching-list {
    overflow: hidden;
    position: relative;
    *zoom: 1;
    padding: 12px 0;
    border-bottom: 1px dotted #e2e2e2;
    clear: both;
}

.teaching-list .list-title a {
    display: inline;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.list-title .list-state {
    display: inline-block;
    width: 42px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: 0;
    color: #fff;
    background-color: #c39b80;
}

.list-title .list-time {
    float: right;
    color: #999;
}

.list-btn a {
    background-color: #f2f6f9;
    border-radius: 4px;
}

.list-btn .mine-edit {
    display: inline-block;
    padding: 0 12px;
}

.list-btn .split {
    display: inline-block;
    *zoom: 1;
    width: 0;
    height: 12px;
    border-left: 1px solid #e2e2e2;
    vertical-align: -2px;
    margin-right: 15px;
    margin-left: 15px;
}

.list-item {
    color: #999;
}

.list-item * {
    display: inline-block;
}

.t-list-left .btn-image {
    height: 68px;
    width: 68px;
}

/*专集*/
.index-tab-famousTeachers {
    padding: 0;
}

.index-tab-famousTeachers .layui-col-space20 {
    margin: 0 -10px;
}

.index-tab-famousTeachers .layui-col-space20 > * {
    padding: 0 10px;
}

.index-tab-famousTeachers .layui-col-space25 {
    margin: 0 -14px;
}

.index-tab-famousTeachers .layui-col-space25 > * {
    padding: 0 14px;
}

.index-tab-famousTeachers li {
    float: left;
    position: relative;
}

.index-tab-famousTeachers li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 96%;
    background-color: #f3f3f3;
}

.index-tab-famousTeachers li:last-child:after {
    display: none;
}

.index-tab-famousTeachers li a {
    display: block;
    overflow: hidden;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.index-tab-famousTeachers li a:hover {
    transform: translateY(-5px);
}

.index-tab-famousTeachers li .item-img {
    position: relative;
}

.index-tab-famousTeachers li .item-img img {
    width: 100%;
    height: 100%;
}

.tab-album li .item-img img {
    height: 128px;
    border-radius: 8px;
}

.index-tab-famousTeachers li .img-title {
    position: absolute;
    left: 18px;
    top: 0;
    padding: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #bee2fc;
    color: #3b63c2;
    font-size: 14px;
    font-weight: bold;
}

.index-tab-famousTeachers li .img-info {
    position: absolute;
    left: 18px;
    top: 42px;
    max-width: 60%;
}

.index-tab-famousTeachers li .img-info h3 {
    font-weight: bold;
    font-size: 15px;
}

.index-tab-famousTeachers li .img-info p {
    margin-top: 4px;
    font-size: 12px;
}

.index-tab-famousTeachers li .item-info {
    margin-top: 8px;
    width: 100%;
    height: 34px;
    line-height: 17px;
    color: #545e64;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-tab-famousTeachers li .item-footer {
    margin: 8px 0;
    color: #999;
    overflow: hidden;
}

/*排行榜*/
.ranking-list li {
    color: #545e64;
    clear: both;
    overflow: hidden;
    height: 38px;
}

.index-list-right {
    margin-top: 12px;
}

.ranking-list li a {
    display: block;
    overflow: hidden;
}

.ranking-list li a:hover .title, .ranking-list li a:hover .item-list-left {
    color: #44A4F8;
    white-space: normal;
}

.ranking-list li span {
    float: left;
    display: inline-block;
    min-width: 18px;
}

.ranking-list li span.title {
    width: 87%;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #545e64;
    height: 32px;
    line-height: 16px;
    margin-top: 3px;
}

.ranking-list li span.title.active {
    white-space: normal;
    position: absolute;
    left: 34px;
    line-height: 16px;
    height: 32px;
    color: #44a4f8;
}

.ranking-list li .item-list-left.active {
    white-space: normal;
    color: #44a4f8;
}

.row-body .item-list li .item-list-left.active {
    white-space: normal;
    line-height: 14px;
    height: 29px;
}

.ranking-list li span img {
    margin-right: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: -6px;
}

.ranking-list li span.ranking-number {
    margin: 2px 6px 0 0;
    text-align: center;
    width: 18px !important;
    height: 18px;
    line-height: 18px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #666;
}

.ranking-list li:nth-child(1) span.ranking-number {
    background: #9302db;
    color: #ffffff;
}

.ranking-list li:nth-child(2) span.ranking-number {
    background: #f30422;
    color: #ffffff;
}

.ranking-list li:nth-child(3) span.ranking-number {
    background: #ff9001;
    color: #ffffff;
}

/*试卷快捷入口*/
.entrance-wrap {
    background-color: #fff;
    overflow: hidden;
    padding: 12px 0 12px 28px;
}

.entrance-wrap .title {
    display: inline-block;
    float: left;
    line-height: 32px;
    color: #999;
}

.entrance-wrap .chs-v.entrance-list {
    word-break: keep-all;
}

.entrance-wrap .chs-v.entrance-list a {
    margin-right: 32px;
    color: #333;
    padding: 4px 6px;
    line-height: 33px;
}

.entrance-wrap .chs-v a:hover {
    background-color: #f5f5f5;
}

.loading-icon {
    text-align: center;
    margin: 20px auto;
}

/*试卷详情*/
.knowledge-list {
    overflow: hidden;
}

.knowledge-list a {
    display: inline-block;
    max-width: 100%;
    background: #f3f3f3;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    transition: all .2s ease;
    color: #333;
    float: left;
    margin: 0 5px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explanation-item {
    position: relative;
    clear: both;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

.explanation-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.explanation-footer {
    margin-top: 6px;
}

.explanation-footer p {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    color: #999;
}

.explanation-footer p span {
    color: #666;
}

.explanation-footer .comment-star {
    float: right;
    margin-top: 4px;
}

.explanation-footer .comment-star .layui-rate li i.layui-icon {
    font-size: 14px;
}
/*评论*/
.jieda {
    margin-bottom: 30px;
}

.detail-about-reply {
    position: relative;
    padding: 0 0 0 55px;
    background: none;
}

.detail-hits {
    color: #999;
    font-size: 12px;
    margin-top: 6px
}

.detail-about-reply .fly-avatar {
    left: 0;
    top: 0;
}

.jieda-body {
    margin: 18px 0 12px;
    min-height: 0;
    line-height: 24px;
    font-size: 14px;
}

.jieda-body p {
    margin-bottom: 10px;
}

.jieda-body a {
    color: #4f99cf
}

button.btn-delete {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 16px;
    background: #fff;
    border: none;
    color: #999;
    cursor: pointer;
    width: 48px;
}

.jieda-reply {
    position: relative;
}

.fly-avatar {
    position: absolute;
    left: 15px;
    top: 15px;
}

.fly-avatar img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 50%
}

/*分享*/
.share-box {
    padding: 12px 0;
    line-height: 28px;
}

.share-box a {
    float: right;
    display: inline-block;
    height: 28px;
    margin: 0 12px;
}

.share-box a:hover {
    margin: -2px 14px 0 10px;
}

.icon-share {
    display: inline-block;
    height: 28px;
    background: url("/static/images/icons/icon-share.png");
    cursor: pointer;
}

.icon-qq {
    width: 26px;
    background-position: 0 0;
}

.icon-qqzone {
    width: 28px;
    background-position: -73px 0;
}

.icon-weixin {
    width: 34px;
    background-position: -32px 0;
}

.icon-sina {
    width: 33px;
    background-position: -107px 0;
}

/*点赞*/
.praise {
    position: relative;
    margin: 30px auto 0;
    width: 90px;
    height: 90px;
    padding-top: 16px;
    background-color: #f3f3f3;
    border-radius: 45px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.praise:hover {
    -webkit-box-shadow: 0 0 3px #E91E63;
    box-shadow: 0 0 3px #E91E63;
}

#praise {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#praise-txt {
    height: 25px;
    line-height: 25px;
    display: block;
    color: red;
}

.praise img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.praise img.animation {
    animation: iconPraise 0.5s;
    -moz-animation: iconPraise 0.5s;
    -webkit-animation: iconPraise 0.5s;
}

@keyframes iconPraise {
    0% {
        width: 40px;
        height: 40px;
    }
    50% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@-moz-keyframes iconPraise /* Firefox */
{
    0% {
        width: 40px;
        height: 40px;
    }
    50% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@-webkit-keyframes iconPraise {
    0% {
        width: 40px;
        height: 40px;
    }
    50% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@-o-keyframes iconPraise /* Opera */
{
    0% {
        width: 40px;
        height: 40px;
    }
    50% {
        width: 50px;
        height: 50px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}