
.text-o-show {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn {
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn.btn-primary {
    color: #fff !important;
    background: #188eee;
    border: 1px solid #188eee;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background: #23b8ff !important
}

.flat, .sidenav {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #e0e0e0 \9
}

.flat h2, .sidenav h2, .flat h3, .sidenav h3 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 20px;
    color: #444;
    font-size: 18px
}

.flat h2 span.count, .sidenav h2 span.count, .flat h3 span.count, .sidenav h3 span.count {
    color: #666;
    font-size: 20px;
    font-weight: normal
}

.flat h2 .filter, .sidenav h2 .filter, .flat h3 .filter, .sidenav h3 .filter {
    font-size: 16px;
    color: #666;
    line-height: 59px
}

.flat h2 .filter span, .sidenav h2 .filter span, .flat h3 .filter span, .sidenav h3 .filter span {
    padding: 0 20px;
    margin: 0;
    color: #ddd
}

.flat h3.ret, .sidenav h3.ret {
    border-bottom: none;
    color: #666;
    font-size: 16px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.nav-list li {
    width: 88px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height:72px;
}

.nav-list li.active {
    background: #188eee;

}

.nav-list li.active a {
    color: #fff;
}

.nav-list li:hover ul {
    display: block;
}

.nav-list li ul {
    position: absolute;
    background: #fff;
    z-index: 10000;
    display: none;
    box-shadow: 0px 2px 2px #eee;
}

.nav-list li ul li {
    width: auto;
    min-width: 88px;
    text-align: center;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    border-top: 1px solid #ededed;

}
.nav-list li ul li a{
    color:#2f2f2f;
}

.breadcrumb {
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-left: 20px;
    margin: 10px 0;
    background: none;
}

.breadcrumb > span {
    margin: 0 5px
}

.breadcrumb .in {
    margin: 0;
    color: #999
}

.breadcrumb.ctopic {
    padding: 0 15px;
    margin-bottom: 20px
}

.modal-dialog.noborder {
    width: 750px;
    font-size: 16px
}

@media (max-width: 768px) {
    .modal-dialog.noborder {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.modal-dialog.noborder .modal-content {
    padding: 0 15px 25px 15px
}

.modal-dialog.noborder .modal-header {
    border: 0;
    height: 40px
}

.modal-dialog.noborder .modal-footer {
    border: 0
}

.modal-header .close {
    position: relative;
    z-index: 99
}

.modal {
    overflow-y: auto
}

.course-sidebar .user-menu-list {
    min-height: 600px;
    border-radius: 10px;
    padding-bottom: 100px;
}

.course-sidebar ul li {
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    font-size: 14px;
    border-top: 1px solid #ededed;
}

.course-sidebar ul li:last-child {
    border-bottom: 1px solid #ededed;
}

.course-sidebar ul li:hover a {
    color: #188eee;
}

.course-sidebar ul li.title {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    cursor: default;
    line-height: inherit;
    height: inherit;
}

.course-sidebar ul li a {
    padding: 0 20px;
    width: 100%;
    height: 100%;
}

.course-sidebar ul li.active {
    border-left: 3px solid #188eee;
    background: #188eee;

}

.course-sidebar ul li.active a {
    color: #fff;
}

.flat {
    background-image: none !important
}

.flat .more {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.flat .more a > i {
    margin-right: 13px
}

.flat .words {
    padding: 10px 20px 20px;
    line-height: 23px;
    margin-bottom: 0
}

.flat .words img {
    width: 200px;
    height: auto
}

.flat .words .fa-flag {
    margin-right: 10px;
    line-height: 22px
}

.nav-topline ul {
    background: #f9f9f9;
    color: #444;
    border-top: 1px solid #f0f0f0
}

.nav-topline li {
    float: left
}

.nav-topline li a {
    display: block;
    padding: 15px 35px
}

.nav-topline li.active a {
    margin-top: -1px;
    background: #fff;
    border-top: 1px solid #188eee;
    color: #188eee
}

.nav-topline li:hover a {
    background: #fff
}

.hz-unlogin-editor {
    position: relative
}

.hz-unlogin-editor .hz-login-editor {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    top: 0;
    left: 0
}

.hz-unlogin-editor button[type="submit"] {
    opacity: .65;
    filter: alpha(opacity=65)
}

.hz-sign-in .not-sign {
    padding: 20px 20px 10px 20px
}

.hz-sign-in .not-sign p {
    margin: 0
}

.hz-sign-in .not-sign p font {
    font-size: 80px;
    color: #ff815a;
    line-height: 90px
}

.hz-sign-in .has-sign {
    padding: 20px
}

.hz-sign-in .has-sign p {
    display: block;
    letter-spacing: 1px;
    color: #999
}

.hz-sign-in .has-sign p font {
    font-size: 20px;
    color: #ff815a;
    padding: 0 2px
}

.hz-sign-in .has-sign .sentence {
    color: #666;
    line-height: 24px;
    letter-spacing: normal
}

.hz-sign-in .more-sign {
    padding: 0 20px 20px
}

.hz-sign-in .more-sign > a {
    display: block;
    padding: 8px 0;
    background: #ff815a;
    font-size: 16px;
    color: #fff;
    border-bottom: 4px solid #d1623f
}

.hz-sign-in .more-sign > a:hover {
    background: #f17b57
}

.hz-sign-in .more-sign .calendar-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 44px;
    font-weight: bold;
    font-size: 12px;
    background: url("../img/howzhi/icon_setting.png") -162px 0;
    position: relative
}

.hz-sign-in .more-sign > a.has-data {
    background: #ccc;
    border-bottom: 4px solid #999;
    cursor: default
}

.hz-sign-in .share-out {
    padding: 0 20px 20px;
    line-height: 35px
}

.hz-sign-in .share-out .dropdown-menu {
    padding-top: 4px !important
}

.hz-sign-in .share-out .dropdown-menu .js-social-share {
    margin-right: 8px !important
}

.hz-sign-load i {
    font-size: 90px;
    color: #f0f0f0
}

.hz-share, .es-share {
    position: relative
}

.hz-share.top .js-social-share-params:after, .es-share.top .js-social-share-params:after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    top: 100%;
    left: 50%;
    margin-left: -8px
}

.hz-share .js-social-share-params, .es-share .js-social-share-params {
    top: -30px;
    left: 50%;
    min-width: 145px;
    padding: 5px 0 !important;
    margin-left: -74px;
    background: #fff !important
}

.hz-share .js-social-share-params .js-social-share, .es-share .js-social-share-params .js-social-share {
    margin: 0 0 0 9px !important;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    text-align: center
}

.hz-share .js-social-share-params .es-icon, .es-share .js-social-share-params .es-icon {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px
}

.hz-share .js-social-share-params .weixin, .es-share .js-social-share-params .weixin {
    background: #89dbc0
}

.hz-share .js-social-share-params .qq, .es-share .js-social-share-params .qq {
    background: #8fcdf0
}

.hz-share .js-social-share-params .weibo, .es-share .js-social-share-params .weibo {
    background: #f27a6a
}

.hz-share .js-social-share-params .qzone, .es-share .js-social-share-params .qzone {
    background: #59ba89
}

.share-out {
    line-height: 60px
}

.share-out .dropdown-menu {
    display: block;
    position: static;
    margin-left: 0 !important;
    background: transparent !important;
    box-shadow: none;
    padding-top: 16px !important;
    border: 0
}

.topic-action .hz-share {
    line-height: 30px
}

.topic-action .hz-share .dropdown-menu {
    padding-top: 2px !important
}

.work-share .js-social-share-params {
    margin-left: -10px !important
}

.work-share .js-social-share-params a {
    border: 1px solid #666;
    border-radius: 2px;
    background: #fff !important;
    padding: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.work-share .js-social-share-params a .es-icon {
    font-size: 18px;
    line-height: 14px;
    color: #666 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.work-share .js-social-share-params a:hover.weixin {
    background: #89dbc0 !important;
    border-color: #89dbc0 !important
}

.work-share .js-social-share-params a:hover.qq {
    background: #8fcdf0 !important;
    border-color: #8fcdf0 !important
}

.work-share .js-social-share-params a:hover.weibo {
    background: #f27a6a !important;
    border-color: #f27a6a !important
}

.work-share .js-social-share-params a:hover.qzone {
    background: #59ba89 !important;
    border-color: #59ba89 !important
}

.work-share .js-social-share-params a:hover .es-icon {
    color: #fff !important
}

.work-share {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 70px;
    line-height: 25px
}

html, body {
    background: #f4f6f8;
    min-height: 100%;
    min-width: 1200px;
}

a, input, button, textarea {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

textarea {
    resize: none;
    width: 100%;
    padding: 4px 8px !important;
    border-radius: 0 !important
}

input:focus, textarea:focus {
    border-color: #188eee !important
}

input::-webkit-input-placeholder {
    color: #aaa !important
}

input::-moz-placeholder {
    color: #aaa !important
}

textarea::-webkit-input-placeholder {
    color: #aaa !important
}

textarea::-moz-placeholder {
    color: #aaa !important
}

pre {
    white-space: pre-wrap
}

div.cke_reset {
    width: 100%
}

ul, ol {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

.noborder {
    border: 0 !important
}

.tooltip .tooltip-inner {
    background: #188eee
}

.tooltip .tooltip-arrow {
    border-top-color: #188eee !important
}

.stars-0, .stars-1, .stars-2, .stars-3, .stars-4, .stars-5 {
    background: url("../img/howzhi/stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
    width: 85px;
    display: inline-block;
    height: 16px
}

.stars-5 {
    background-position: 0 0
}

.stars-4 {
    background-position: 0 -16px
}

.stars-3 {
    background-position: 0 -32px
}

.stars-2 {
    background-position: 0 -48px
}

.stars-1 {
    background-position: 0 -64px
}

.stars-0 {
    background-position: 0 -80px
}

.pagination {
    margin: 35px auto 35px;
    width: 100%;
    text-align: center;
}

.mestudying {
    min-height: 690px;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    margin: 4px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-sizing: content-box;
}

.pagination li a {
    height: 36px;
    line-height: 36px;
    border: none;
    padding: 0px 14px;
    color: #333;
    display: block;
    margin: 0px;
}

.pagination li span {
    height: 36px;
    line-height: 36px;
    padding: 0px 14px;
    border: none;
    display: block;
}

.pagination li.active {
    background: #188eee;
}

.pagination li.active a {
    background: #188eee;
}

.pagination li.active span {
    background:#188eee;
	color:#fff;
}

.q-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/howzhi/icon_setting.png") -141px 0;
    margin-right: 8px;
    vertical-align: top
}

.huodong-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #ff9445;
    margin-right: 8px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    vertical-align: top
}

.topic-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/howzhi/icon_setting.png") -296px 0;
    margin-right: 8px;
    vertical-align: top
}

.report {
    font-size: 12px;
    color: #999 !important;
    display: none
}

.namber {
    line-height: 14px;
    color: #fff;
    background: #188eee;
    border-radius: 4px;
    padding: 1px 8px
}

.daren-icon, .dapinpai-icon {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: 32%;
    margin-left: 20px;
    border: 2px solid #fff;
    background: #ff9445 url("../img/howzhi/daren-icon.png") no-repeat 3px center
}

.dapinpai-icon {
    background: #188eee url("../img/howzhi/daren-icon.png") no-repeat 3px center
}

.daren-icons, .dapinpai-icons {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid #fff;
    background: #ff9445 url("../img/howzhi/daren-icon.png") no-repeat 3px center
}

.daren-icon-t, .dapinpai-icon-t {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/howzhi/darens-icon.png") no-repeat;
    vertical-align: middle
}

.dapinpai-icon-t {
    background: url("../img/howzhi/dapinpais-icon.png") no-repeat
}

.no-bottom-line {
    border-bottom: none
}

.white-daren {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/howzhi/daren-icon.png") no-repeat;
    vertical-align: middle
}

.count a {
    padding-right: 20px
}

.count a i {
    padding-right: 6px
}

.dash-icon {
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #188eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 20px;
    vertical-align: text-top
}

.social {
    text-align: center
}

.social .hz-icon {
    display: inline-block;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 19px;
    margin-left: 10px;
    border-radius: 3px
}

.social .icon-weibo {
    background: #f27a6a
}

.social .icon-qq {
    background: #8fcdf0
}

.social .icon-renren {
    background: #89dbc0
}

.social .icon-gongnengyedouban {
    background: #59ba89
}

.social .icon-weixin {
    background: #00d30d
}

.nav.inline {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.nav.inline a {
    padding: 3px 7px;
    margin-right: 10px
}

.nav.inline .active {
    background-color: #188eee;
    color: #fff !important
}

.nopadding {
    padding: 0 !important
}

.hz-classify {
    margin: 20px 40px;
    color: #444;
    font-size: 16px;
    background: #f4f6f8
}

.hz-classify h4 {
    padding: 15px 20px;
    border-left: 2px solid #188eee;
    cursor: pointer;
    margin: 0
}

.hz-classify h4:hover, .hz-classify h4.act {
    color: #188eee
}

.hz-classify h4 b {
    margin-left: 10px
}

.hz-classify .list {
    margin: 0 20px;
    padding: 25px 0;
    display: none
}

.hz-classify .list li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px
}

.hz-line-left {
    position: relative;
    padding-left: 20px
}

.hz-line-left:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #188eee;
    border-radius: 5px;
    height: 20px
}

.hz-b-circle {
    border-radius: 50%
}

.editor-text p {
    line-height: 1.75;

}

.media-body .editor-text img {
    width: auto;
    width: auto \9
}

.hz-new-icon {
    position: absolute;
    right: 5px;
    top: 2px;
    background: #fd9271;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    padding: 1px 3px;
    -webkit-animation: nextshake 1s infinite linear;
    animation: nextshake 1s infinite linear;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    margin-top: 14px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.hz-loading {
    animation: chihiro-o 2s linear 0 infinite normal;
    -moz-animation: chihiro-o 2s linear 0 infinite normal;
    -webkit-animation: chihiro-o 2s linear 0 infinite normal;
    -o-animation: chihiro-o 2s linear 0 infinite normal
}

@media (max-width: 767px) {
    .img-responsive {
        width: 100%
    }
}

.hz-layout-ad {
    position: absolute;
    right: 0;
    top: 60px;
    padding: 0;
    z-index: 100001
}

@media (max-width: 1200px) {
    .hz-layout-ad {
        top: 50%;
        position: fixed !important;
        margin-top: -63px
    }
}

.hz-layout-ad.affix {
    position: fixed !important
}

.hz-layout-ad .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px
}

.hz-dashed {
    border: 1px dashed #ddd
}

.hz-weight-nomal {
    font-weight: normal
}

.hz-tags {
    color: #188eee;
    border: 1px solid #188eee
}

.hz-tags:hover {
    background: #188eee;
    color: #fff
}

.hz-triangle:after {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    position: absolute
}

.hz-triangle-db:after, .hz-triangle-db:before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    position: absolute
}

.index-add {
    position: fixed;
    display: inline;
    bottom: 160px;
    margin-top: -81px;
    z-index: 99999;
    right: -200px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.index-add .close {
    position: absolute;
    left: 95px;
    top: 0;
    color: #999;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 100001;
    text-shadow: none
}

.index-add .close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.index-add.act {
    right: -82px
}

@media (max-width: 767px) {
    .index-add {
        bottom: 125px
    }

    .index-add.act {
        right: -120px
    }

    .index-add .close {
        left: 30px
    }
}

.match-color li {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background: #a40000;
    cursor: pointer;
    position: relative
}

.match-color li i {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0
}

.match-color li.act i {
    display: inline-block
}

.hz-shade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: none
}

.hz-modal-close {
    position: absolute;
    top: -8px;
    right: -9px;
    background: #999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer
}

@media (max-width: 767px) {
    .hz-modal-close {
        top: 0;
        right: 0
    }
}

.hz-popup {
    position: absolute;
    width: 520px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -300px;
    border-radius: 3px
}

@media (max-width: 767px) {
    .hz-popup {
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0
    }

    .hz-popup strong, .hz-popup .t-gray {
        display: block;
        float: none !important;
        margin-bottom: 10px
    }
}

.hz-popup .content {
    padding: 30px 40px 0 40px
}

@media (max-width: 767px) {
    .hz-popup .content {
        padding: 10px
    }
}

.hz-popup img.top {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.hz-popup .img {
    position: relative;
    color: #fff
}

.hz-popup .bottom-shade {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    height: 80px;
    padding: 16px;
    width: 100%
}

.text-loading i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    animation: flash 1s linear 1s infinite alternate;
    -webkit-animation: flash 1s linear 1s infinite alternate
}

.text-loading .l2 {
    animation-delay: .33s;
    -webkit-animation-delay: .33s
}

.text-loading .l3 {
    animation-delay: .66s;
    -webkit-animation-delay: .66s
}

@-webkit-keyframes flash {
    50% {
        opacity: 0
    }
    0%, 100% {
        opacity: 1
    }
}

@keyframes flash {
    50% {
        opacity: 0
    }
    0%, 100% {
        opacity: 1
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

a {
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    -o-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease
}

a {
    color: #666;
    outline: none !important
}

a:hover, a:active, a:focus {
    color: #188eee;
    text-decoration: none !important
}

a.con {
    color: #999 !important
}

a.con:hover, a.con:active, a.con:focus {
    color: #188eee !important
}

a.white {
    color: #fff
}

a.white:hover, a.white:active, a.white:focus {
    color: #188eee
}

a.hzlink-line {
    text-decoration: underline;
    color: #fff
}

a.hzlink-line:hover {
    text-decoration: underline !important
}

@media (max-width: 767px) {
    .navbar-header {
        margin: 0 !important
    }

    .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #fff;
        top: 66px
    }
}

@font-face {
    font-family: 'iconfont';  /* project id 1308453 */
    src: url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.eot');
    src: url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.woff') format('woff'),
    url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1308453_cv9fs07et9t.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*头部搜索框*/
.search-box {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 32px;
}

@media (min-width: 768px) {
    .container {
        width: 1270px;
    }
}

/*轮播图*/
.index_banner {
    position: relative;
    height: 320px;
}

.index_banner ul {
    overflow: hidden;
}

.index_banner li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 320px;
}

.index_banner li a {
    display: block;
    margin: 0 auto;
}

.index_banner cite {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    height: 15px;
}

.index_banner cite span {
    float: left;
    display: block;
    margin: 0 4px;
    width: 40px;
    height: 8px;
    background-color: #e5e5e5;
    text-indent: -999em;
    opacity: .8;
    cursor: pointer;
}

.index_banner cite span:hover {
    background-color: #f5f5f5;
}

.index_banner cite span.cur {
    background-color: #188eee;
    cursor: default;
}

.clear {
    clear: both;
}

.search-box .search-input-box input {
    background-color: #fff;
    height: 34px;
    border: none;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    width: 125px;
    text-indent: 12px;
}

.search-box .search-btn {
    display: block;
    cursor: pointer;
    background: #fff;
    color: #fff;
    z-index: 2;
    border: none;
    margin-right: 10px;
}

.search-box .search-btn i {
    color: #666;
    font-weight: bold;
    font-size: 18px;
}

.search-box .search-btn i:hover {
    color: #188eee;
}

/*题库页搜索框*/
.search-box2 {
    position: relative;
    margin: 30px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    width: 500px;
    overflow: hidden;
    height: 46px;
    border-radius: 99px;

}

.search-box2 .search-input-box input {
    background-color: #fff;
    height: 46px;
    border: none;
    line-height: 46px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    width: 380px;
    text-indent: 12px;
}

.search-box2 .search-type-box {
    height: 46px;
    line-height: 46px;
    margin-left: 20px;
}

.search-box2 .search-btn {
    display: block;

    height: 46px;
    cursor: pointer;
    right: 0;
    top: -2px;
    background: #188eee;
    color: #fff;
    line-height: 46px;
    z-index: 2;
    padding: 0 20px;
    border: none;
    position: absolute;
}

.header {
    background: #2f2f2f;
    position: relative;
    height: 72px;
}
.header a{
    color:#fff;
}
.header > .container {
    position: relative
}

.header .logo {
    margin-right: 80px;
}

.header .navbar-brand {
    display: block;
    max-height: 120px;
    height: auto !important;
    padding-left: 0px;
}

.header .navbar-brand img {
    height: 50px;
    width: auto;
    max-height: 90px
}

.header .search-box {
    width: 240px;
    height: 36px;
    position: relative;
    margin-left: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    border-radius: 18px;
}

.header .search-box .search-filter {
    margin-left: 10px;
    color:#666;
    position: relative;
    cursor: pointer;
}
.header .search-box .search-filter:hover  .search-filter-list{
    display: block;
}
.header .search-box .search-filter i{
    margin-left: 5px;
}
.header .search-box .search-filter .search-filter-list{
    position: absolute;
    left:-10px;
    top:20px;
    width: 60px;
    z-index: 10000;
    text-align: center;
    background:#fff;
    line-height: 32px;
    display: none;
    box-shadow: 0px 2px 10px #eee;
}
.header .vip-btn {
    padding-left: 20px;
    position: relative;
}

.header .vip-btn .hot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgb(234, 53, 83);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 4px;
}

.nav.nav-login {
    padding-left: 20px;
    font-size: 16px;
}

.nav.nav-login > li > a {
    padding: 29px 10px;
}

.navbar-toggle {
    float: left;
    margin: 16px 0 16px 0;
    padding: 9px 6px;
    background: #188eee
}

.navbar-toggle > span {
    background: #fff
}

.hz-search {
    padding: 0;
    margin: 22px 0 0 0;
    height: 35px;
    border-width: 0
}

.hz-search > div {
    height: 100%;
    border: 1px solid #f0f0f0;
    border-width: 0 1px
}

.hz-search input.form-control {
    width: 135px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 15px;
    border-radius: 0;
    border-width: 0
}

.hz-search .search-left {
    height: 100%;
    width: 220px;
    background: #fff
}

.hz-search .search-type {
    margin-top: 5px
}

.hz-search .search-type .choose {
    padding: 0 15px;
    cursor: pointer;
    border-right: 1px solid #f0f0f0
}

.hz-search .search-type .choose i {
    font-size: 18px
}

.hz-search .search-type ul {
    display: none;
    position: relative;
    z-index: 99;
    width: 64px;
    background: #fff;
    padding-top: 28px;
    left: 0;
    cursor: pointer
}

.hz-search .search-type ul li {
    padding: 4px 0
}

.hz-search .search-type ul li:hover {
    background: #f7f7f7;
    color: #188eee
}

.hz-search .button {
    position: relative;
    height: 34px;
    width: 50px;
    padding: 0;
    top: 0;
    right: 0;
    background: #fff;
    font-size: 20px;
    color: #188eee
}


.user-nav {
    position: relative;
    z-index: 100;
}

.user-nav .nav {
    position: relative;
    z-index: 1;
    line-height: 72px;
}

.user-nav .nav > li {
    vertical-align: middle
}

.navbar-nav > li > a:hover {
    background: none;
}

.user-nav .nav > li a:hover {
    background: none;
}

.user-nav .nav > li .hz-icon {
    font-size: 18px
}

.user-nav .nav > li a {
    padding: 0 10px !important
}

.user-nav .nav > li > a.btn {
    padding: 6px 12px !important;
    margin: 23px 10px 23px 20px;
    border-radius: 20px
}

.user-img .dropdown-menu {
    min-width: 140px
}

.user-img img {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.user-img:hover img {
    border: 2px solid #c0f0e0
}

.user-msg .dropdown-menu {
    min-width: 115px;
    right: -30px !important
}


.user-msg .dropdown-menu li {
    text-align: left;
    padding-left: 30px
}

.user-msg .dropdown-menu li span {
    background: #f53e20;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-left: 15px;
    padding: 2px 10px
}

.user-msg .dropdown-menu li span.bg {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.user-nav-dropdown:hover .dropdown-menu {
    display: block
}

.user-nav-dropdown .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    left: auto;
    right: 0
}

.user-nav-dropdown .dropdown-menu > li {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee
}

.user-nav-dropdown .dropdown-menu > li > a {
    padding: 15px 20px !important
}

.user-nav-dropdown .dropdown-menu > li > a .fa, .user-nav-dropdown .dropdown-menu > li > a .hz-icon {
    width: 25px;
    position: absolute;
    top: 17px;
    left: 25px;
    padding: 0;
    line-height: 14px
}

.user-nav-dropdown .dropdown-menu > li > a:hover {
    background: none;
    color: #188eee
}

.index-search-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    padding:30px 100px;
}
.index-search-box .search-filter li{
    padding:10px 30px;
    font-size:16px;
    color:#999;
    cursor: pointer;
}
.index-search-box .search-filter li.active{
    background:#ededed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#188eee;
    font-weight: bold;
}
.index-search-box  .index-search-input{
    width: 100%;
    height:52px;
    padding-right: 280px;
    padding-left: 16px;
    font-size: 16px;
    box-sizing: border-box;

    background-color: rgba(255, 255, 255, 0.85);
    color: rgba(0, 0, 0, 0.65);
    background: rgba(236, 236, 236, 0.95);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border:none;
}
.index-search-box  .search-btn{
    width: 144px;
    background-color: #17A1FF;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 52px;
    line-height: 52px;
    position: relative;
    margin: 0;
    color: #fff;
    border:none;
    font-size:16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.course-nav-list li {
    float: left;
    height: 60px;
    width: 150px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #454545;
    cursor: pointer;
}

.course-nav-list li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;

}

.course-nav-list li.active {
    border: none;
    line-height: 50px;
    background: #fff;
    border-top: 6px solid #188eee;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    box-sizing: border-box;

}

.course-nav-list li.active a {
    height: 62px;
    color: #188eee;
}

.course-in {
    padding: 0 30px 20px;
    margin-bottom: 20px
}

.course-question .question-header {
    color: #999;
    line-height: 50px;
    height: 50px
}

.course-question .question-header span {
    color: #188eee
}

.course-question .question_content {
    display: none !important
}

.course-question #cke_thread_content {
    margin-top: 20px;
    display: none
}

.course-question #cke_thread_content.active {
    display: block
}

.course-question ul h4 {
    padding-right: 150px;
    margin-top: 0;
    line-height: 22px;
    position: relative;
    color: #444;
    font-size: 14px
}

.course-question ul h4 .from {
    padding-left: 10px;
    font-size: 12px;
    color: #999
}

.course-question ul h4 .q-icon {
    left: -5px
}

.course-question ul p {
    font-size: 12px;
    color: #999
}

.course-question ul .right-btn {
    top: 29px !important;
    text-align: right
}

.course-question ul .right-btn a {
    font-size: 12px;
    display: block
}

.course-question ul .aws {
    color: #188eee
}

.course-question ul .focus {
    color: #4bbcef;
    margin-bottom: 10px
}

.course-question ul .gray {
    margin-bottom: 10px
}

.course-notes .rr li.active a {
    color: #fff
}

.detail {
    background: #fff;
    padding: 20px 20px 65px 20px
}

.hz-course-before {
    margin: 0;
    background: #232323;
    border-radius: 5px;
}

.hz-course-before .pic {
    padding: 0;
    position: relative;
}

.hz-course-before .pic .live {
    background: #188eee;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 6px;
}

.hz-course-before .pic img {
    width: 100%
}

.hz-course-before .info {
    position: relative;
    padding-left: 20px;
    height: 320px;
}

.hz-course-before .info h1 {
    line-height: 26px;
    max-height: 52px;
    color: #f5f5f5;
    font-size: 22px;
}

.hz-course-before .info .learn-info {
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}

.hz-course-before .info .learn-info > div {
    margin-right: 30px;
}

.hz-course-before .info .info-bottom {
    width: 100%;
}

.hz-course-before .info .price {
    color: #999;
}

.hz-course-before .info .price .line-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}

.hz-course-before .info .price span {
    color: #fe4940;
    font-size: 36px;
}

.hz-course-before .info .btn {
    width: 135px;
    height: 42px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    padding: 0px;

}

.hz-course-before .info .buy-btn {
    background-color: #ff554c;
}

.hz-course-before .info .action .share, .hz-course-before .info .action .favorite {
    margin-left: 20px;
    color: #999;
    font-size: 16px;
}

.hz-course-before .info .action .favorite.active {
    color: #ff9306;
}

.hz-course-before .info .action .share i, .hz-course-before .info .action .favorite i {
    font-size: 18px;
}

.hz-course-before .info .action .share a {
    color: #999;
    font-size: 16px;
}

.hz-course-before .info .action .share .dropdown-menu i {
    color: #fff;
    font-size: 16px;
}

.course-header-new {
    padding-bottom: 40px;
    margin-bottom: 30px;
    background: #232323;
    background-size: 100% 100%
}

.course-header-new .bread_crumb {
    height: 50px
}

.course-header-new .breadcrumb {
    background: transparent;
    height: 50px;
    line-height: 50px
}

.course-header-new .breadcrumb span, .course-header-new .breadcrumb a {
    color: #fff
}

.hzcourse-progress {
    margin-bottom: 0;
    border-radius: 0;
    height: 10px;
    line-height: 10px;
    overflow: inherit
}

.hzcourse-progress .progress-bar {
    position: relative;
    min-width: 42px;
    background-color: #188eee
}

.hzcourse-progress .progress-bar .count {
    position: absolute;
    right: 0;
    top: -4px;
    padding: 0 4px;
    height: 19px;
    background-color: #188eee;
    color: #7ee4c1;
    border-bottom: 1px solid #15ad7a
}

.hzcourse-progress .progress-bar .count font {
    color: #fff
}

.hzcourse-progress .progress-bar .data {
    display: block;
    position: absolute;
    right: -39px;
    top: -38px;
    width: 108px;
    padding: 2px 6px;
    color: #666;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd
}

.hzcourse-progress .progress-bar .data font {
    color: #188eee
}

.hzcourse-progress .progress-bar .data:before, .hzcourse-progress .progress-bar .data:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border: 5px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border-top: 5px solid #ddd
}

.hzcourse-progress .progress-bar .data:after {
    border-top: 5px solid #fff;
    z-index: 3;
    margin-top: -1px
}

.hzcourse-detail {
    padding: 18px 20px;
    min-height: 400px;
}

.hzcourse-detail img {
    max-width: 100%;
}

.hzcourse-detail .hz-line-left:after {
    top: 2px;
    height: 16px
}

.hzcourse-detail .tag li {
    float: left;
    margin: 0 20px 20px 0
}

.hzcourse-detail .tag a {
    border: 1px solid #188eee;
    color: #188eee;
    padding: 3px 5px;
    border-radius: 5px;
    display: block
}

.hzcourse-detail .tag a:hover {
    background: #188eee;
    color: #fff
}

.hz-overview {
    padding: 30px 22px
}

@media (max-width: 767px) {
    .hz-overview {
        padding: 0 15px
    }
}

.hz-overview .overview-title {

    line-height: 21px;
    height: 20px;
    border: 0;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.hz-overview .hz-courselist {
    padding: 0 0 30px
}

.hz-overview .tag li {
    margin: 0 20px 10px 0
}

.open-course-info .guide .title {
    margin: 40px 0;
    position: relative
}

.open-course-info .guide .title .bottom {
    position: absolute;
    bottom: -1px;
    width: 30px;
    height: 4px;
    background: #ee3f33;
    left: 50%;
    margin-left: -15px
}

.open-course-info .guide .title span {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #494949;
    padding: 18px 34px
}

.open-course-info .guide .head-pic {
    padding: 0 30px
}

.open-course-info .guide .head-pic p {
    margin-bottom: 20px;
    font-size: 16px
}

.open-course-info .guide .head-pic img {
    width: 100%;
    margin-bottom: 20px
}

.open-course-info > .title {
    font-size: 20px;
    color: #444;
    margin-bottom: 22px;
    position: relative;
    padding-left: 40px
}

@media (max-width: 767px) {
    .open-course-info > .title {
        padding-left: 22px
    }
}

.open-course-info > .title span {
    font-size: 16px;
    padding-left: 15px;
    color: #999
}

.open-course-info > .title .left {
    display: inline-block;
    border: 8px solid transparent;
    position: absolute;
    border-width: 16px;
    border-left: 16px solid #f00;
    left: 0;
    top: -3px
}

.open-course-info > .content {
    padding: 0 42px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 27px
}

@media (max-width: 767px) {
    .open-course-info > .content {
        padding: 0 22px;
        margin-bottom: 20px
    }
}

.open-course-info > .content img {
    margin-bottom: 10px;
    max-width: 100%
}

.open-course-info .teacher {
    background: #e6e6e6;
    margin: 0 -22px 40px;
    padding: 20px 50px 35px 50px
}

.open-course-info .teacher > .row {
    padding: 0
}

.open-course-info .teacher .text {
    border: 2px solid #494949;
    padding: 25px 30px;
    height: 310px;
    overflow: hidden
}

@media (max-width: 1200px) {
    .open-course-info .teacher .text {
        height: 263px;
        padding: 13px 15px
    }
}

@media (max-width: 767px) {
    .open-course-info .teacher .text {
        height: auto
    }
}

.open-course-info .teacher .text .name {
    font-size: 30px
}

.open-course-info .teacher .text .word {
    font-size: 16px;
    max-height: 86px
}

.open-course-info .teacher .text .info {
    font-size: 15px;
    max-height: 135px
}

.learn-dashboard-header {
    position: relative;
    background: #242424;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 70px;
    text-align: left;
    color: #fff;
    border-radius: 0
}

@media (max-width: 480px) {
    .learn-dashboard-header {
        padding: 0 15px
    }
}

.learn-dashboard-header > span {
    color: #666
}

.learn-dashboard-header h1 {
    font-size: 14px;
    line-height: 60px;
    margin: 0;
    height: 100%;
    float: left;
    max-width: 160px
}

.learn-dashboard-header h1 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.learn-dashboard-header h1 i {
    padding-right: 15px
}

.learn-dashboard-foot {
    color: #999;
    padding: 0 70px;
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    line-height: 60px;
    background-color: #4f4f4f
}

@media (max-width: 768px) {
    .learn-dashboard-foot {
        padding: 0 15px;
        height: 100px
    }
}

.learn-dashboard-foot > i {
    margin-left: 15px;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: #8fcdf0;
    color: #fff;
    border-radius: 5px
}

.learn-dashboard-foot .right {
    float: right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px
}

@media (max-width: 992px) {
    .learn-dashboard-foot .right {
        width: 280px
    }
}

@media (max-width: 768px) {
    .learn-dashboard-foot .right {
        float: none;
        width: 100%;
        line-height: 25px
    }
}

.learn-dashboard {
    width: 100%;
    height: 620px;
    position: relative
}

.learn-dashboard.toolbarhide .dashboard-content {
    padding: 0
}

.learn-dashboard.toolbarhide .dashboard-toolbar {
    right: -324px !important
}

@media (max-width: 767px) {
    .learn-dashboard .dashboard-toolbar {
        display: none
    }

    .learn-dashboard .dashboard-content {
        padding-right: 0 !important
    }
}

.learn-dashboard .dashboard-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    padding-right: 324px;
    background: #343434;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width: 768px) {
    .learn-dashboard .dashboard-content {
        bottom: 100px
    }
}

.learn-dashboard .dashboard-content .learn-load {
    color: #fff;
    font-size: 30px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px
}

.learn-dashboard .dashboard-content .dashboard-body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.learn-dashboard .dashboard-content .lesson-content-text {
    overflow: hidden;
    background-color: #e5e5e5
}

.learn-dashboard .dashboard-content .lesson-content {
    height: 100%;
    position: relative
}

.learn-dashboard .dashboard-content .lesson-content-text-body {
    min-height: 100%;
    padding: 30px 80px;
    width: 860px;
    margin: auto;
    background: #fff
}

@media (max-width: 1200px) {
    .learn-dashboard .dashboard-content .lesson-content-text-body {
        width: 90%;
        padding: 20px 30px
    }
}

.learn-dashboard .dashboard-content .lesson-content-text-body img {
    max-width: 100%
}

.learn-dashboard .dashboard-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    background: #fff;
    padding: 0;
    width: 324px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.learn-dashboard .dashboard-toolbar > .tab-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

.learn-dashboard .dashboard-toolbar > .tab-content > .tab-pane {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.learn-dashboard .dashboard-toolbar .tab-title {
    background: #f0f0f0;
    padding: 14px 20px;
    font-size: 16px;
    margin-bottom: 5px
}

.learn-dashboard .dashboard-toolbar > .options {
    position: absolute !important;
    z-index: 99;
    width: 56px;
    left: -56px;
    top: 50%;
    margin-top: -117px
}

.learn-dashboard .dashboard-toolbar > .options li {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    background: #ccc
}

.learn-dashboard .dashboard-toolbar > .options li a:hover {
    background: #188eee
}

.learn-dashboard .dashboard-toolbar > .options li i {
    margin-right: 5px;
    display: block
}

.learn-dashboard .dashboard-toolbar > .options li a {
    color: #fff;
    display: block;
    padding: 12px 0
}

.learn-dashboard .dashboard-toolbar > .options li.active {
    background: #188eee;
    border-bottom: 0
}

.learn-dashboard .dashboard-toolbar > .options li.introjs-showElement a {
    color: #444
}

@media (max-width: 1200px) {
    .learn-dashboard .dashboard-toolbar > .options li i {
        margin: 0
    }

    .learn-dashboard .dashboard-toolbar > .options li a > span {
        display: none
    }
}

.learn-dashboard .dashboard-toolbar .notes-header {
    padding: 0
}

.learn-dashboard .dashboard-toolbar .notes-header > li {
    text-align: center;
    display: inline-block;
    width: 50%;
    float: left;
    border: 0
}

.learn-dashboard .dashboard-toolbar .notes-header > li.active a {
    background: #666;
    border-radius: 5px;
    color: #fff
}

.learn-dashboard .dashboard-toolbar .notes-header > li a {
    padding: 7px 10px;
    color: #666
}

.learn-dashboard .dashboard-toolbar .form .note-content {
    height: 200px
}

.learn-dashboard .dashboard-toolbar .form .btns {
    line-height: 34px
}

.learn-dashboard .dashboard-toolbar .tab-question .form {
    padding: 20px 20px 0 20px
}

.learn-dashboard .dashboard-toolbar .tab-question .form .question_title {
    height: 35px
}

.learn-dashboard .dashboard-toolbar .tab-question > ul {
    margin-top: 40px
}

.learn-dashboard .dashboard-toolbar .tab-question > ul li {
    border: 1px dashed #eee;
    position: relative;
    padding: 15px 0 15px 90px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.learn-dashboard .dashboard-toolbar .tab-question > ul li span {
    padding: 2px;
    display: inline-block;
    max-width: 60px;
    position: absolute;
    left: 30px;
    top: 14px;
    font-size: 12px;
    border: 1px solid #f4d8be;
    color: #e28327
}

.learn-dashboard .dashboard-toolbar .tab-question > ul li span.undo {
    background: #f3d6ba;
    color: #fff
}

.hz-noflash {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #343434;
    display: none;
    font-size: 30px;
    text-align: center
}

.hz-noflash span {
    position: absolute;
    display: block;
    height: 40px;
    margin-top: -40px;
    top: 50%;
    width: 100%
}

.hz-learning .cke_reset {
    width: 100% !important
}

.hz-courselist {
    padding: 10px 22px 30px
}

.hz-courselist .section {
    background: #f7fbfa;
    color: #666;
    font-size: 16px
}

.hz-courselist .lesson-item {
    padding: 0;
    font-size: 16px
}

.hz-courselist .lesson-item.live-course-li a {
    padding-right: 140px
}

.hz-courselist .lesson-item .icon-lock {
    position: absolute;
    left: 20px;
    color: #aaa;
    font-size: 19px;
    top: 4px
}

.hz-courselist .lesson-item > a, .hz-courselist .lesson-item > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 10px 40px 10px 53px
}

.hz-courselist .lesson-item .status-icon {
    left: 20px;
    color: #ccc;
    top: 50%;
    margin-top: -9px
}

.hz-courselist .chapter {
    background: #f7fbfa
}

.hz-courselist .chapter:hover {
    background: #f0f8f6
}

.hz-courselist .chapter > .hz-icon {
    position: absolute;
    top: 11px;
    left: 15px;
    background: #24d18c;
    padding: 1px 4px;
    border-radius: 50%;
    color: #fff
}

.hz-courselist .chapter .period-show {
    top: 12px
}

.hz-courselist .chapter .period-show .hz-icon {
    font-size: 18px;
    color: #c0dcd2
}

.hz-courselist .chapter .title {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    height: 26px;
    padding: 0 30px 0 35px
}

.hz-courselist .period .title {
    color: #666
}

.hz-courselist .period .date {
    font-size: 14px;
    padding: 0 2px
}

.hz-courselist .period a:hover, .hz-courselist .period:hover {
    background: #f2faf7
}

.hz-courselist .period .course-type i {
    color: #999;
    font-size: 18px;
    line-height: 20px
}

.hz-courselist .period .course-type i.icon-68image {
    font-size: 16px
}

.hz-courselist .period .date {
    position: static
}

.hz-courselist .btn.tag {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    vertical-align: top;
    margin-left: 5px
}

@media (max-width: 767px) {
    .hz-courselist .btn.tag {
        display: none
    }
}

.p-home {
    width: 100%;
    height: 174px;
    background: #fff url("../images/bgpt_bg.png");
    color: #fff;
    background-size: cover
}

.p-home .personImg {
    float: left;
    margin-top: 41px;
    margin-left: 20px
}

.p-home .personImg > a {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative
}

.p-home .personImg > a:hover {
    background: rgba(21, 194, 136, 0.3)
}

.p-home .personImg > a i {
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: 50%
}

.p-home .personImg img {
    margin: 5px auto;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.p-home .personImg span {
    vertical-align: top
}

.p-home .personImg .daren-icon {
    margin-left: 34px
}

.p-home ul {
    float: right;
    padding: 54px 0 0 0
}

.p-home ul li {
    display: inline-block;
    padding: 0 32px 0 0;
    text-align: center
}

.p-home ul li span {
    display: block;
    padding-bottom: 16px;
    text-align: center
}

.p-home ul li a.count {
    font-size: 30px;
    color: #fff;
    max-width: 101px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p-home ul li a.count:hover {
    color: #188eee
}

.p-home ul li.line {
    height: 48px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    padding: 0;
    margin-right: 32px
}

.p-home .user-info {
    padding: 18px 0 0 24px;
    display: inline-block;
    vertical-align: top
}

.p-home .user-info > p a {
    color: #fff;
    padding: 0 6px
}

.p-home .user-info > p a:hover {
    color: #188eee
}

.p-home .user-info .user-name {
    font-size: 16px
}

.p-home .user-info p {
    margin-top: 10px;
    max-width: 370px;
    height: 40px;
    overflow: hidden
}

.hz-ad img.img-responsive {
    width: 100%
}

.home-nav {
    margin-bottom: 20px;
    background-color: #fff
}

.home-nav ul.nav-mian li {
    float: left;
    height: 54px;
    color: #666
}

.home-nav ul.nav-mian li a {
    padding: 18px 40px
}

.home-nav ul.nav-mian li a:hover, .home-nav ul.nav-mian li a:focus {
    background-color: transparent
}

.home-nav ul.nav-mian li.active a {
    color: #188eee
}

.home-nav ul.nav-mian .more ul.dropdown-menu {
    min-width: 118px
}

.home-nav ul.nav-mian .more ul.dropdown-menu a {
    padding: 18px 45px
}

.home-nav ul.nav-mian .more ul.dropdown-menu a:hover {
    color: #188eee
}

.home-nav ul.nav-mian .more ul.dropdown-menu .active a {
    background: transparent
}

.p-topic .index-group {
    padding-top: 0;
    padding-bottom: 0
}

.p-topic .topic-list {
    padding: 20px
}

.p-topic .topic-list .media:last-child {
    border-bottom: none
}

.f-movement h3 {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 20px;
    color: #444;
    font-size: 20px;
    background: #fff
}

.f-movement h3 a {
    margin-left: 40px;
    padding: 21px 10px;
    font-size: 14px;
    color: #444
}

.f-movement h3 a.active {
    color: #188eee;
    border-bottom: 1px solid #5fd2ab
}

.publish-topic .has-img li {
    width: 168px;
    height: 124px;
    display: inline-block;
    overflow: hidden
}

.publish-topic .has-img li a {
    display: inline-block;
    width: 100%
}

.publish-question .daren-icon {
    bottom: -2px
}

.publish-question .ff li p {
    color: #444;
    line-height: 22px;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    *display: inline;
    zoom: 1
}

.publish-question .ff li span {
    color: #444;
    font-size: 12px
}

.publish-question .ff li .data {
    color: #999;
    padding-left: 15px
}

.publish-question .ff li:first-child span {
    font-size: 14px
}

.publish-question .more {
    border-top: 1px dashed #ddd;
    height: 30px;
    line-height: 42px;
    text-align: center
}

.publish-question .more a {
    color: #999
}

.publish-question .more a i {
    margin-right: 13px
}

.publish-question .more a span {
    padding: 0 6px
}

.task ul li {
    border-bottom: 1px dashed #f4f6f8;
    padding: 15px 20px
}

.task ul .num {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff815a;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    margin-top: 2px;
    vertical-align: top
}

.task ul .count {
    float: right;
    color: #ff815a
}

.task ul a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 146px
}

@media (max-width: 1200px) {
    .task ul a {
        width: 104px
    }
}

.task .more {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.task .more i {
    margin-right: 13px
}

.visit h3 a {
    font-size: 14px;
    color: #188eee;
    padding-left: 4px
}

.visit ul li {
    padding: 18px 0 18px 28px;
    display: inline-block;
    border-bottom: none
}

@media (max-width: 1200px) {
    .visit ul li {
        padding: 18px 0 18px 16px
    }
}

.visit ul li a {
    overflow: hidden
}

.visit ul li a img {
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.visit ul li span {
    display: inline-block;
    padding-top: 12px
}

.f-more {
    height: 46px;
    line-height: 46px;
    text-align: center
}

.f-more a {
    color: #444
}

.f-more a i {
    margin-right: 10px
}

.m-home {
    width: 100%;
    height: 370px;
    background: #fff url("../img/howzhi/person-homepage.jpg");
    color: #fff;
    background-size: cover
}

.m-home .userImg {
    display: block;
    text-align: center;
    margin-top: 57px
}

.m-home .userImg > a {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%
}

.m-home .userImg > a .daren-icon, .m-home .userImg > a .dapinpai-icon {
    margin-left: 34px
}

.m-home .userImg img {
    margin: 5px auto;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.m-home .user-info {
    margin-top: 10px
}

.m-home .user-info .user-name {
    font-size: 18px;
    color: #fff
}

.m-home .user-info p {
    max-width: 424px;
    height: 65px;
    font-size: 12px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 12px 50px;
    margin-top: 12px;
    overflow: hidden;
    position: relative
}

.m-home .user-info p:hover a {
    display: block
}

.m-home .user-info p a {
    position: absolute;
    right: 19px;
    top: 60%;
    color: #188eee;
    display: none
}

.m-home .user-info p a i {
    font-size: 14px
}

.m-home .user-info .m-btns {
    margin-top: 20px
}

.m-home .user-info .m-btns span {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #188eee;
    color: #188eee;
    margin-right: 12px;
    cursor: pointer
}

.m-home .user-info .m-btns span i {
    padding-right: 6px
}

.m-home .user-info .m-btns .last-icon {
    background: #188eee;
    color: #fff;
    line-height: 30px
}

.m-home .user-info .m-btns .last-icon i {
    padding-right: 10px
}

.phPublic-course {
    padding-bottom: 0
}

.phPublic-course .section-body {
    padding: 20px 5px
}

.phPublic-course .section-body .row {
    margin: 0
}

.phPublic-course .count {
    padding: 2px;
    color: #188eee
}

.phPublic-course .course-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px
}

.person-count {
    width: 272px;
    height: 97px;
    background: url("../img/howzhi/popularity_bg.png");
    margin-bottom: 12px;
    font-size: 12px
}

.person-count ul {
    padding: 26px 0 29px 27px
}

.person-count li {
    display: inline-block
}

.person-count li a, .person-count li span {
    display: block;
    text-align: center
}

.person-count li a {
    font-size: 18px;
    width: 32px;
    height: 25px;
    display: inline-block;
    overflow: hidden
}

.person-count li.line {
    height: 33px;
    width: 1px;
    background: #eee;
    padding: 0;
    margin: 0 14px
}

.person-info {
    color: #444
}

.person-info ul {
    padding: 20px 20px 0
}

.person-info li {
    padding: 7px;
    border-bottom: 1px dashed #eee
}

.person-info li .first {
    color: #999
}

.person-info li .content {
    line-height: 20px;
    word-break: break-all
}

.person-info li .content p {
    display: inherit
}

.person-info li .brand-daren, .person-info li .brand-dapinpai {
    border: 1px solid #188eee;
    padding: 6px 13px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #188eee;
    color: #fff;
    line-height: 32px
}

.person-info li .brand-daren {
    border: 1px solid #ff9445;
    background: #ff9445
}

.person-info li .user-info {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    padding-left: 16px
}

.person-info li:last-child {
    border-bottom: none
}

.person-info .more {
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-top: 1px solid #eee;
    color: #999
}

.person-info .more i {
    padding: 0 8px
}

.person-learner, .person-visitor {
    padding-bottom: 20px
}

.person-learner > a, .person-visitor > a {
    display: inline-block;
    margin: 16px 0;
    cursor: pointer
}

.person-learner a.active, .person-visitor a.active {
    color: #188eee
}

.person-learner a.first, .person-visitor a.first {
    padding-left: 20px
}

.person-learner a.pull-right, .person-visitor a.pull-right {
    padding-right: 20px
}

.person-learner li, .person-visitor li {
    border-bottom: none !important;
    display: inline-block;
    padding: 21px 0 0 19px;
    text-align: center
}

.person-learner li > a .daren-icon, .person-visitor li > a .daren-icon, .person-learner li > a .dapinpai-icon, .person-visitor li > a .dapinpai-icon {
    bottom: 13px
}

.person-learner li img, .person-visitor li img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px
}

.person-learner li .name, .person-visitor li .name {
    text-align: center;
    width: 62px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.person-comment {
    padding: 20px 40px
}

.person-comment .form .question_title {
    height: 120px;
    background: #fff
}

.person-comment .form .question_title:focus {
    border-color: #188eee;
    outline: 0
}

.person-comment > ul > li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
    position: relative
}

.person-comment > ul > li:last-child {
    border-bottom: none
}

.person-comment .userimg {
    display: table-cell
}

.person-comment .userimg a {
    width: 50px;
    display: inline-block;
    position: relative
}

.person-comment .userimg a img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.person-comment .userimg a .daren-icon, .person-comment .userimg a .dapinpai-icon {
    bottom: -1px
}

.person-comment .userInfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    width: 100%
}

.person-comment .userInfo .head {
    font-size: 12px;
    margin: 5px 0
}

.person-comment .userInfo .body {
    line-height: 22px;
    padding-bottom: 10px
}

.person-comment .userInfo p {
    margin: 3px 0;
    padding: 0;
    margin-top: 4px;
    color: #999
}

.person-comment .userInfo a {
    padding-right: 8px
}

.person-comment .userInfo span {
    color: #999
}

.person-comment .more {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #999
}

.person-comment .more i {
    padding-right: 6px
}

.person-nav {
    text-align: center
}

.hz-progress {
    padding: 28px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0
}

.hz-progress p {
    color: #444
}

.hz-progress p .count {
    font-size: 16px;
    color: #188eee
}

.hz-progress p .rule {
    font-size: 12px;
    color: #999;
    padding-left: 18px
}

.hz-progress .progress {
    margin-left: 24px;
    height: 12px;
    margin-bottom: 0
}

.hz-progress .progress-bar-success {
    background: #188eee
}

.hz-daren {
    background: #fff
}

.hz-daren .enter-banner, .hz-daren .daren-footer {
    background: url("../img/howzhi/hzdaren/banner.png") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hz-daren .enter-item {
    margin: 15px 0 45px 0
}

.hz-daren .enter-item.item2 h2 {
    color: #10b156
}

.hz-daren .enter-item.item3 h2 {
    color: #188eee
}

.hz-daren .enter-item h2 {
    font-size: 18px;
    color: #188eee;
    padding-left: 25px;
    margin-bottom: 45px
}

.hz-daren .enter-item .row {
    text-align: center
}

.hz-daren .enter-item .row img {
    display: inline
}

.hz-daren .enter-item .row p.act {
    color: #10b182;
    margin: 20px 0 10px 0;
    font-size: 18px
}

.hz-daren .enter-item .row p {
    font-size: 16px
}

.hz-daren .hz-daren-form, .hz-daren .enter-item {
    padding: 0 60px
}

@media (max-width: 992px) {
    .hz-daren .hz-daren-form, .hz-daren .enter-item {
        padding: 0 15px
    }
}

@media (max-width: 992px) {
    .hz-daren .hz-daren-form .wxlogo {
        float: none !important;
        margin-top: 0;
        margin-bottom: 20px
    }
}

.form-control {
    border-radius: 0
}

.panel-default {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 0 0 rgba(0, 0, 0, 0.05);
    padding: 0
}

.panel-default .panel-heading {
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 18px
}

.panel-default .panel-heading > a {
    font-size: 14px
}

.panel-default .panel-body {
    padding: 15px
}

.panel-default {
    border: 0
}

.group-all .panel-heading > div {
    height: 33px
}

.group-all .panel-heading h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 500
}

.group-grids .grid {
    text-align: center
}

.group-grids .grid .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.grouplist {
    text-align: center
}

.user-grids li {
    height: 93px
}

.empty {
    background: #fff;
    color: #666;
    padding: 20px 0 30px
}

.empty a {
    color: #188eee
}

.ptl .alert-warning {
    color: #666
}

.group-post-list .media-list .media-object {
    width: 48px;
    height: 48px
}

.user-avatar-list li {
    width: 33%
}

textarea.form-control {
    height: 120px
}

.ptl .panel-page {
    text-align: center;
    padding-top: 90px !important
}

.group-main a {
    color: #188eee
}

.thread-list .metas a {
    color: #188eee
}

.toolbar-pane-list .media {
    border: 1px dashed #eee;
    padding: 15px;
    margin: 0
}

.show-user {
    color: #188eee;
    font-size: 14px
}

.group-page .grouplist {
    height: 136px
}

.form-horizontal.hz-reset .form-group {
    margin-bottom: 25px
}

.input-group .btn {
    position: relative;
    z-index: 3
}

.input-group .btn .media-evaluate .es-icon-star {
    color: #188eee
}

.sidenav .list-group-item.active {
    border-color: #188eee !important
}

.sidenav .list-group-item.active a {
    color: #188eee !important
}

.nav.nav-tabs .highlight {
    border-bottom: 2px solid #188eee
}

.nav.nav-tabs > li > a {
    color: #444
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li:hover > a {
    color: #188eee
}

.login {
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.login-box {
    width: 420px;
    margin: 100px auto;
    z-index: 11;
    background: #fff;
    box-shadow: 2px 2px 15px #ddd;
    padding: 30px 50px 40px;
    -webkit-transition: -webkit-transform .7s ease, visibility .7s ease, z-index .7s ease;
    -moz-transition: -moz-transform .7s ease, visibility .7s ease, z-index .7s ease;
    -o-transition: -o-transform .7s ease, visibility .7s ease, z-index .7s ease;
    transition: transform .7s ease, visibility .7s ease, z-index .7s ease
}

.login-box.active {
    z-index: -1;
    visibility: hidden;
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg)
}

.login-box.reset {
    padding: 0;
    box-shadow: none;
    margin: 0;
    position: static;
    background: #eff3f6;
    margin: auto;
    width: 280px
}

.login-box h1 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px
}

.login-box .tab-list {
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 10px;
}

.login-box .tab-list .tab-item {
    color: #999999;
    display: inline-block;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
    margin-bottom: -1px;
    cursor: pointer;
}

.login-box .tab-list .tab-item.active {
    color: #188eee;
    border-bottom: 2px solid #188eee;
    font-weight: 500;
}

.login-box h1 > a {
    color: #188eee;
    font-size: 18px
}

.login-box h1 > a > i {
    margin-left: 10px
}

.login-box .checkbox input {
    margin-top: 3px
}

.login-box .form-group {
    position: relative;

    color: #999
}

.login-box .form-group.has-error .fa-label i {
    color: #a94442 !important
}

.login-box .form-group > .control-label {
    display: none
}

.login-box .form-group > .controls .fa-label {
    position: absolute;
    top: 13px;
    left: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    height: 18px;
    line-height: 18px;
    width: 30px
}

.login-box .form-group > .controls .fa-label > i {
    font-size: 20px;
    position: absolute;
    font-weight: normal;
    top: 0;
    left: 0
}

.login-box .form-group .form-control {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding-left: 65px
}

.login-box .form-group .ident {
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
}

.login-box .form-group .ident .get-btn {
    font-size: 14px;
}

.login-box .form-group .ident-img {
    height: 45px
}

.login-box .form-group .ident-img img {
    width: 100%;
    height: 100%
}

.login-box .form-group .remember_me {
    position: static;
    font-weight: 500
}

.login-box .login-btn {
    border: 0;
    width: 100%;
    height: 45px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.login-box.register {
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    z-index: -1;
    visibility: hidden
}

.login-box.register.active {
    z-index: 11;
    visibility: visible;
    display: block;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s
}

.login-modal-reset {
    background: #eff3f6;
    border-radius: 10px
}

.login-modal-reset .modal-header {
    border: 0;
    margin-top: 10px
}

.login-modal-reset .modal-header h4 {
    font-size: 22px;
    color: #188eee;
    padding-bottom: 5px
}

.login-modal-reset .modal-header > img {
    display: block;
    margin: auto
}

.login-modal-reset .modal-body {
    padding: 0
}

.login-modal-reset .modal-footer {
    border: 0
}

.login-modal-reset .controls .fa {
    color: #188eee !important
}

.login-modal-reset .toregister {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px
}

.login-delay {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s
}

.fixed-bar .hz-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #999
}

.fixed-bar {
    position: fixed;
    right: 10px;
    z-index: 1000;
    bottom: 10px
}

.fixed-bar li {
    height: 52px;
    width: 52px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-bar li .icon-question {
    font-size: 28px
}

.fixed-bar li .fixed-bar-icon:hover {
    background: #188eee
}

.fixed-bar li .fixed-bar-icon:hover i {
    color: #fff
}

.fixed-bar li:hover {
    border-color: #188eee
}

.fixed-bar li:hover .fixed-bar-text {
    display: block
}

.fixed-bar li:hover .fixed-bar-icon {
    display: none
}

.fixed-bar .hz-weixin {
    position: relative
}

.fixed-bar .hz-weixin a {
    display: block !important
}

.fixed-bar .hz-weixin a:hover {
    background: #188eee
}

.fixed-bar .hz-weixin a:hover .icon-erweima {
    color: #fff
}

.fixed-bar .hz-weixin .icon-erweima {
    font-size: 40px
}

.fixed-bar .hz-weixin .weixin {
    position: absolute;
    left: -160px;
    width: 150px;
    top: 50%;
    margin-top: -88px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scale(.1, .1);
    -moz-transform: scale(.1, .1);
    -ms-transform: scale(.1, .1);
    -o-transform: scale(.1, .1);
    transform: scale(.1, .1);
    transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    -o-transform-origin: right 50%
}

.fixed-bar .hz-weixin .weixin p {
    margin-bottom: 0
}

.fixed-bar .hz-weixin .weixin:after {
    content: ' ';
    position: absolute;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    top: 50%;
    margin-top: -8px;
    right: -16px
}

.fixed-bar .hz-weixin:hover .weixin {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.fixed-bar a {
    display: block
}

.fixed-bar .fixed-bar-text {
    display: none;
    color: #fff;
    padding: 5px 10px;
    background: #188eee
}

.fixed-bar .go-top {
    display: none
}

.fixed-bar .go-top .hz-icon {
    font-size: 35px
}

.fixed-bar .hz-feedback, .fixed-bar .go-top {
    margin-top: -1px
}

.fixed-bar .hz-app {
    display: none;
    border: 1px solid #188eee
}

.fixed-bar .hz-app a {
    padding: 0;
    display: block;
    text-align: center;
    line-height: 33px;
    height: 100%
}

@media (max-width: 768px) {
    .fixed-bar li {
        width: 35px;
        height: 35px
    }

    .fixed-bar .hz-icon {
        line-height: 35px
    }

    .fixed-bar .fixed-bar-icon {
        display: block !important
    }

    .fixed-bar .fixed-bar-text {
        display: none !important
    }

    .fixed-bar .hz-weixin .icon-erweima {
        font-size: 30px
    }

    .fixed-bar .hz-weixin .weixin {
        width: 100px;
        left: -110px;
        margin-top: -50px
    }
}

.hz-learning .hz-feedback {
    display: none
}

.hz-learning .hz-weixin {
    display: none
}

.editor-text blockquote {
    border-left-color: #188eee
}

.editor-text pre {
    padding: 15px;
    border: 1px solid #eee;
    line-height: 1.7
}

.hzco-classify {
    background: #fff
}

.hzco-classify .tab {
    text-align: center
}

.hzco-classify .tab li {
    float: left;

}

.hzco-classify .tab li a {
    display: block;
    padding: 12px 40px;
}

.hzco-classify .tab-head {
    border: 1px solid #f0f0f0;
    border-width: 1px 0;
    background: #f9f9f9;
    font-size: 16px;
    color: #444
}

.hzco-classify .tab-head li.first {
    border-left: 1px solid #f0f0f0
}

.hzco-classify .tab-head li.first.act {
    margin-bottom: 0
}

.hzco-classify .tab-head li.last {
    border-right: 1px solid #f0f0f0
}

.hzco-classify .tab-head > li.act {
    border-top: 2px solid #188eee;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    background: #fff;
    margin-bottom: -1px
}

.hzco-classify .tab-body {
    width: 100%;
    left: 0;
    top: 100%;
    border: 1px solid #f0f0f0;
    border-width: 0 1px 1px 1px
}

.hzco-classify .tab-body li a {
    padding: 22px 20px;
}

.hzco-classify .tab-body li.act a {
    color: #188eee;
}

.hzco-classify .co-classify-list {
    margin-top: 20px
}

.hzco-classify .ad {
    position: relative;
    margin-bottom: 20px
}

.hzco-classify .ad img {
    width: 100%
}

.hzco-classify .ad .close {
    position: absolute;
    top: 5px;
    right: 10px
}

.hzco-classify .sort-nav {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    color: #444;
    border-width: 1px 1px 1px 0;
    margin-bottom: 20px
}

.hzco-classify .sort-nav dl {
    margin: 0
}

.hzco-classify .sort-nav dd > a.act, .hzco-classify .sort-nav .other i.act {
    border: 1px solid #f0f0f0;
    border-width: 0 1px;
    background: #fff;
    color: #188eee;
}

.hzco-classify .sort-nav dd {
    float: left
}

.hzco-classify .sort-nav dd > a {
    display: block;
    padding: 9px 25px
}

@media (max-width: 992px) {
    .hzco-classify .sort-nav dd > a {
        padding: 6px 10px
    }
}

.hzco-classify .sort-nav .live {
    margin-left: -1px
}

.hzco-classify .sort-nav .live .hz-icon {
    font-size: 18px;
    margin-right: 5px;
    line-height: 16px
}

.hzco-classify .sort-nav .live .unlive {
    border: 1px solid #f0f0f0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    vertical-align: text-top;
    margin-right: 5px
}

.hzco-classify .sort-nav .price-order {
    position: relative
}

.hzco-classify .sort-nav .price-order .hz-icon {
    line-height: 16px
}

.hzco-classify .sort-nav .price-order > ul {
    display: none;
    position: absolute;
    text-align: center;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 80;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-width: 0 1px 1px 1px
}

.hzco-classify .sort-nav .price-order > ul a {
    padding: 7px 0;
    display: block
}

.hzco-classify .sort-nav .price-order > ul a.act {
    color: #188eee;
}

.hzco-classify .sort-nav .price-order:hover {
    background: #fff
}

.hzco-classify .sort-nav .price-order:hover > ul {
    display: block
}

.hzco-classify .sort-nav .first a {
    border-left: 1px solid #f0f0f0
}

.hzco-classify .sort-nav .other {
    position: absolute;
    right: 10px;
    border-right: 1px solid #f0f0f0;
    padding: 0
}

.hzco-classify .sort-nav .other > i {
    float: right;
    height: 39px;
    width: 40px;
    line-height: 39px;
    display: block;
    color: #999;
    margin-right: -1px
}

.hzco-classify .sort-nav .other > i.icon-formatlistbulleted {
    font-weight: 900
}

.hzco-classify .sort-nav .other > i.act {
    border-width: 0 1px 1px 1px
}

.hzco-classify .hot-tag ul {
    margin-right: -13px;
    padding-top: 3px
}

.hzco-classify .hot-tag a {
    border: 1px solid #188eee;
    float: left;
    display: block;
    margin-bottom: 16px;
    margin-right: 12px;
    padding: 4px 10px;
    color: #188eee
}

.hzco-classify .hot-tag a:hover {
    background: #188eee;
    color: #fff
}

.hzco-classify .hot-tag p {
    margin: 0
}

.hzco-classify .wall {
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    padding: 13px;
    margin-bottom: 20px
}

.hzco-classify .wall h2 {
    height: 30px;
    line-height: 30px;
    margin: 0 0 13px 0;
    font-size: 16px
}

.hzco-classify .wall .tag-more {
    height: 7px;
    line-height: 7px;
    margin: 0
}

.hzco-classify .wall.nobottom {
    padding-bottom: 0
}

.uploader-pic-item {
    margin: 20px 15px 10px 0;
    float: left;
    width: 90px;
    height: 90px;
    position: relative
}

.uploader-pic-item img {
    width: 90px;
    height: 90px
}

.uploader-pic-item .close {
    position: absolute;
    text-align: center;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.uploader-pic-item .close:hover {
    color: #f00
}

.uploader-pic-item:hover .close {
    opacity: 1;
    top: 0
}

.uploader-pic-item p {
    margin-top: 5px;
    font-size: 12px
}

.uploader-pic-item .progress-bar {
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0
}

.uploader-pic-item .icon-selected {
    position: absolute;
    z-index: 100002;
    bottom: -12px;
    right: -12px;
    font-size: 20px;
    color: #188eee;
    display: none
}

.hz-upload-ui .webuploader-dnd-over {
    border: 1px dashed #919191 !important
}

.hz-upload-ui .upload-show, .hz-upload-ui .upload-list {
    background: #f8f8f8;
    border: 1px dashed #e1e1e1;
    cursor: pointer
}

.hz-upload-ui .upload-show .upload-word, .hz-upload-ui .upload-list .upload-word {
    margin: 70px 0
}

.hz-upload-ui .upload-show .icon-addcircle, .hz-upload-ui .upload-list .icon-addcircle {
    font-size: 60px;
    line-height: 50px;
    color: #30c78d;
    cursor: pointer
}

.hz-upload-ui .upload-list {
    padding: 30px 30px 10px 30px;
    display: none
}

.hz-upload-ui .upload-list .upload-word {
    margin: 0;
    border: 1px dashed #e1e1e1;
    background-color: #fff;
    height: 100%
}

.hz-upload-ui .upload-list .upload-word .addcircle {
    margin-top: 46px
}

.hz-upload-ui .upload-list .upload-word > div {
    height: 100% !important;
    width: 100% !important
}

.hz-upload-ui .upload-list .upload-word .icon-addcircle {
    font-size: 35px;
    line-height: 35px
}

.hz-upload-ui .upload-list ul {
    margin: 0 -10px
}

.hz-upload-ui .upload-list li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 10px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .hz-upload-ui .upload-list li {
        width: 50%
    }
}

.hz-upload-ui .upload-list li:hover .close {
    opacity: 1;
    filter: alpha(opacity=100)
}

.hz-upload-ui .upload-list li:after {
    content: ' ';
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: #f8f8f8
}

.hz-upload-ui .upload-list li > div {
    height: 100%;
    background-color: #fff
}

.hz-upload-ui .upload-list li .wait {
    background: #f0f0f0
}

.hz-upload-ui .upload-list li img {
    height: 100%;
    display: none
}

.hz-upload-ui .upload-list .close {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 20px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hz-upload-ui .upload-list .close i {
    font-size: 14px
}

.hz-upload-ui .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    height: 64px;
    line-height: 64px;
    width: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: #fafafa;
    border: 1px solid #cfcfcf
}

/*公共部分*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media ( min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-xs-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.price-color {
    color: #f20d0d;
}

.free-color {
    color: #188eee !important;
}

.danger-color {
    color: #d9534f;
}

.success-color {
    color: #5cb85c;
}

.info-color {
    color: #5bc0de;
}

.warning-color {
    color: #f0ad4e;
}

primary-color {
    color: #337ab7;
}

em {
    font-style: normal;
}

.w100 {
    width: 100%;
}

[v-cloak] {
    display: none;
}

.mobile-box {
    margin-top: 15px;
    margin-left: 15px;
}

.mobile-box .left-img {
    margin-right: 10px;
}

.mobile-box .centers {
    margin-right: 10px;
    width: 100%;
    text-align: left;
}

.mobile-box p {
    font-size: 12px;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0px;
}

/*首页登录框*/
.index-login-box {

    border-radius: 5px;
    z-index: 11;

    padding: 20px;
    -webkit-transition: -webkit-transform .7s ease, visibility .7s ease, z-index .7s ease;
    -moz-transition: -moz-transform .7s ease, visibility .7s ease, z-index .7s ease;
    -o-transition: -o-transform .7s ease, visibility .7s ease, z-index .7s ease;
    transition: transform .7s ease, visibility .7s ease, z-index .7s ease
}

.index-login-box.active {
    z-index: -1;
    visibility: hidden;
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg)
}

.index-login-box.reset {
    padding: 0;
    box-shadow: none;
    margin: 0;
    position: static;
    background: #eff3f6;
    margin: auto;
    width: 280px
}

.index-login-box h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.index-login-box .tab-list {
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 10px;
}

.index-login-box .tab-list .tab-item {
    color: #999999;
    display: inline-block;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
    margin-bottom: -1px;
    cursor: pointer;
}

.index-login-box .tab-list .tab-item.active {
    color: #188eee;
    border-bottom: 2px solid #188eee;
    font-weight: 500;
}

.index-login-box h1 > a {
    color: #188eee;
    font-size: 18px
}

.index-login-box h1 > a > i {
    margin-left: 10px
}

.index-login-box .checkbox input {
    margin-top: 3px
}

.index-login-box .form-group {
    position: relative;

    color: #999
}

.index-login-box .form-group.has-error .fa-label i {
    color: #a94442 !important
}

.index-login-box .form-group > .control-label {
    display: none
}

.index-login-box .form-group > .controls .fa-label {
    position: absolute;
    top: 13px;
    left: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    height: 18px;
    line-height: 18px;
    width: 30px
}

.index-login-box .form-group > .controls .fa-label > i {
    font-size: 20px;
    position: absolute;
    font-weight: normal;
    top: 0;
    left: 0
}

.index-login-box .form-group .form-control {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding-left: 65px
}

.index-login-box .form-group label {
    margin-bottom: 0px;
}

.index-login-box .form-group .ident {
    width: 125px;
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
}

.index-login-box .form-group .ident .get-btn {
    font-size: 14px;
}

.index-login-box .form-group .ident-img {
    height: 45px
}

.index-login-box .form-group .ident-img img {
    width: 100%;
    height: 100%
}

.index-login-box .form-group .remember_me {
    position: static;
    font-weight: 500
}

.index-login-box .login-btn {
    border: 0;
    width: 100%;
    height: 45px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.index-login-box.register {
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    z-index: -1;
    visibility: hidden
}

.index-user-box {
    padding: 20px;
    border-radius: 5px;
}

.index-user-box .header {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.index-user-box .header-img {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    margin-right: 10px;
    border: 1px solid #eee;
}

.index-user-box .header-img img {
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

.index-user-box .header .username {
    font-size: 16px;
}

.index-user-box .zhibo-box {
    padding: 10px 0;
    text-align: center;
}

.index-user-box .zhibo-box i {
    font-size: 56px;
    margin-right: 10px;
}

.index-user-box .total-box {
    padding: 10px 0;
    font-size: 16px;
}

.index-user-box .index-user-box-footer .btn {
    background: #dddddd;
}

/*第三方登录*/
.threeLogin {
    margin-top: 20px;
}

.threeLogin span {
    color: #b3c3c0;
    float: left;
    font-size: 14px
}

.threeLogin a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/login_img.png) no-repeat;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer
}

.threeLogin .nqq {
    background-position: 0 0
}

.threeLogin .nqq:hover {
    background-position: 0 -20px
}

.threeLogin .nwx {
    background-position: -20px 0
}

.threeLogin .nwx:hover {
    background-position: -20px -20px
}

.threeLogin .nwb {
    background-position: -40px 0
}

.threeLogin .nwb:hover {
    background-position: -40px -20px
}

/*课程列表*/
.tab-head > li.act {
    margin-top: -1px;
}

.course-list .course-item {
    -webkit-box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    border: 1px solid #eee \9;
    border-bottom: 1px solid #f7faf9;
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

.course-list .course-item .live {
    background: #188eee;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 6px;
    z-index: 100000;

}

.course-list .course-item:hover {
    box-shadow: 0 3px 6px rgba(220, 220, 220, 0.6)
}

.course-list .course-item:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.course-list .course-item:hover .mask .btn {
    top: 50%;
    margin-top: -17px
}

.course-list .course-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    height: 100%;
    overfow: hidden;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.course-list .course-item .mask .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -41px
}

.course-list .course-item .course-img {
    position: relative;
    overflow: hidden;
    height: 262px;
}

.col-xs-5ths .course-item .course-img {
    height: 123px;
}

.course-list .course-item .course-img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.col-xs-5ths .course-item .course-img img {
    min-height: 123px;
}

.course-list .course-item .course-img:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.course-list .course-item .course-img .status {
    position: absolute;
    padding: 2px 5px;
    border-radius: 5px;
    background: #188eee;
    color: #fff;
    top: 10px;
    left: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
    box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2)
}

.course-list .course-item .course-img .status.ing {
    background: #fd9271
}

.course-list .course-item .course-img .status.done {
    background: #ccc
}

.course-list .course-item .course-img img {
    width: 100%;
    height: auto
}

.course-list .course-item .course-info {
    padding: 10px;
    background: #fff;
}

.course-list .course-item .free {
    background: #188eee;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 10px;
    z-index: 100000;

}

.course-list .course-item .vip {
    background: #ff2d55;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 10px;
    z-index: 100000;
}

.course-list .course-item .course-info .title {
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative
}

.course-list .course-item .course-info .title a {
    color: #333;
}

.course-list .course-item .course-info .title a:hover {
    color: #188eee
}

.course-list .course-item .course-info .label-p {
    display: inline-block;
    margin-right: 5px;
    padding: 5px
}

.course-list .course-item .course-info .meta {
    margin-bottom: 6px;
    color: #999;
    height: 20px;
    overflow: hidden
}

.course-list .course-item .course-info .metas > span {
    margin: 0 5px
}

.course-list .course-item .course-info .teacher {
    height: 24px;
    position: relative;
    line-height: 24px
}

.course-list .course-item .course-info .teacher > a {
    padding-right: 4px
}

.course-list .course-item .course-info .teacher .link-light {
    color: #c6d0d8;
    vertical-align: text-top
}

.course-list .course-item .course-info .price {
    font-size: 18px;
}

.course-list .course-item .course-info .price.free {
    color: #188eee;
}

.course-list .course-item .course-info .line-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.course-list .course-item .course-info .study-count {
    color: #999;
    font-size: 12px;
}

.user-title a {
    margin-left: 40px;
    padding: 19px 10px;
    font-size: 14px;
    color: #444;
}

.user-title a.active {
    color: #188eee;
    border-bottom: 2px solid #188eee;
}

/*素材列表*/

.material-list .material-item {
    -webkit-box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    box-shadow: 0 1px 2px rgba(197, 197, 197, 0.4);
    border: 1px solid #eee \9;
    border-bottom: 1px solid #f7faf9;
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

.material-list .material-item .free {
    background: #188eee;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 10px;
    z-index: 100000;

}

.material-list .material-item .vip {
    background: #ff2d55;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 10px;
    z-index: 100000;
}

.material-list .material-item:hover {
    box-shadow: 0 3px 6px rgba(220, 220, 220, 0.6)
}

.material-list .material-item:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100)
}

.material-list .material-item:hover .mask .btn {
    top: 50%;
    margin-top: -17px
}

.material-list .material-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    height: 100%;
    overfow: hidden;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.material-list .material-item .mask .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -41px
}

.material-list .material-item .material-img {
    position: relative;
    overflow: hidden;
    height: 262px;
}

.col-xs-5ths .material-item .material-img {
    height: 123px;
}

.material-list .material-item .material-img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: 160px;
}

.col-xs-5ths .material-item .material-img img {
    min-height: 123px;
}

.material-list .material-item .material-img:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.material-list .material-item .material-img .status {
    position: absolute;
    padding: 2px 5px;
    border-radius: 5px;
    background: #188eee;
    color: #fff;
    top: 10px;
    left: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
    box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2)
}

.material-list .material-item .material-img .status.ing {
    background: #fd9271
}

.material-list .material-item .material-img .status.done {
    background: #ccc
}

.material-list .material-item .material-img img {
    width: 100%;
    height: auto
}

.material-list .material-item .material-info {
    padding: 10px;
    background: #fff;
}

.material-list .material-item .material-info .title {
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative
}

.material-list .material-item .material-info .title a {
    color: #333;
}

.material-list .material-item .material-info .title a:hover {
    color: #188eee;
}

.material-list .material-item .material-info .label-p {
    display: inline-block;
    margin-right: 5px;
    padding: 5px
}

.material-list .material-item .material-info .meta {
    margin-bottom: 6px;
    color: #999;
    height: 20px;
    overflow: hidden
}

.material-list .material-item .material-info .metas > span {
    margin: 0 5px
}

.material-list .material-item .material-info .teacher {
    height: 24px;
    position: relative;
    line-height: 24px
}

.material-list .material-item .material-info .teacher > a {
    padding-right: 4px
}

.material-list .material-item .material-info .teacher .link-light {
    color: #c6d0d8;
    vertical-align: text-top
}

.material-list .material-item .material-info .price {
    font-size: 18px;
}

.material-list .material-item .material-info .price.free {
    color: #188eee;
}

.material-list .material-item .material-info .line-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.material-list .material-item .material-info .study-count {
    color: #999;
    font-size: 12px;
}

/*表单*/
form .error {
    color: #e83d2c !important;
    font-weight: normal;
}

/*问答*/
.forum-content {
    margin-bottom: 10px;
    padding: 30px 30px 20px;
    border: 1px solid #eee;
    background: #fff;
}

.forum-content-header {
    border-bottom: 1px solid #eee;
}

.forum-type-item {
    padding-bottom: 5px;
    margin-right: 50px;
    color: #565a61;
    font-size: 16px;
    cursor: pointer;
    float: left;
    word-break: break-all;
}

.forum-type-item a {
    display: block;
}

.forum-type-item.active {
    color: #188eee;
    border-bottom: 2px solid #188eee;
}

.forum-type-item.active a {
    color: #188eee;
}

.forum-question-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.forum-question-item .avatar {
    width: 50px;
    height: 50px;
}

.forum-question-item .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.forum-question-item .center .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.forum-question-item .center .title a {
    color: #4c5157;
}

.forum-question-item .center .meta {
    color: #999;
    font-size: 14px;
}

.forum-question-item .center .meta .username, .forum-question-item .center .meta .datetime, .forum-question-item .center .meta .reply-time {
    float: left;
    margin-right: 15px;
}

.forum-question-item .right .reply, .forum-question-item .right .view {
    float: left;
    padding: 0 10px;
    text-align: center;
}

.forum-question-item .right .reply {
    color: #188eee;
}

.forum-detail-header {
    border-bottom: 1px #ededed solid;
}

.forum-detail-header .title {
    font-size: 24px;
    font-weight: bold;
}

.forum-detail-header .meta {
    padding: 10px 0;
}

.forum-detail-header .meta .collect-btn {
    background: #eee;
    color: #999;
    border-radius: 99px;
    padding: 8px 0px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.forum-detail-header .meta .collect-btn i {
    color: #999;
}

.forum-detail-header .meta .collect-btn.active {
    color: #fff;
    background: #188eee;
}

.forum-detail-header .meta .collect-btn.active i {
    color: #ffb200;
}

.forum-detail-content {
    line-height: 1.875;
    min-height: 216px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, Lantinghei SC, Hiragino Sans GB, sans-serif;
    padding: 20px 0;
}

.forum-detail-content img {
    max-width: 100%;
}

.forum-detail-header .meta .author, .forum-detail-header .meta .datetime, .forum-detail-header .meta .views, .forum-detail-header .meta .reply {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}

.forum-detail-header .meta .author {
    color: #666;
}

.forum-detail-header .meta .avatar-img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.forum-detail-header .meta .avatar-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.side-box {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
}

.side-box .box-header {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}

.side-box .box-body {

    font-size: 14px;
}

.side-box .box-footer {

}

.side .post-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    background-color: #188eee;
    border-color: #188eee;
}

.side .sign-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    border: 1px solid #23b8ff;
    background-color: #23b8ff;
}

.user-center .user-box {
    padding-bottom: 35px;
}

.user-center .user-box .avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #eee;
}

.user-center .user-box .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

.user-center .user-box .username {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.user-center .user-box .logout-btn {
    color: #999;
    margin-top: 5px;
}

/*公共部分*/
.page-box {
    margin: 10px 23px 10px 10px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #e9e9e9;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 0 2px;
}

.page-list .page-item.active {
    color: #fff;
    border: none;
    background: #0083ff;
}

.footertop {
    width: 100%;
    background: #444;
    color: #bbb;
    padding: 15px 0 20px 0
}

.footertop .footertoplistbox {
    float: left;
    width: 350px;
    margin-right: 20px
}

.footertop .footertoplistbox .tagtitle {
    font-size: 16px;
    line-height: 28px;
    color: #bbb
}

.footertop .footertoplistbox .tagtitle .ico-lable {
    display: block;
    float: left;
    width: 13px;
    height: 15px;
    background: url(../images/ico_index.png) 0 -46px no-repeat;
    margin: 6px 10px 0 0
}

.footertop .footertoplistbox .tagtitle .ico-guanzhu {
    display: block;
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/ico_index.png) -14px -46px no-repeat;
    margin: 6px 10px 0 0
}

.footertop .footertoplistbox .tagtitle .ico-lik {
    display: block;
    float: left;
    width: 13px;
    height: 15px;
    background: url(../images/ico_index.png) -31px -46px no-repeat;
    margin: 6px 10px 0 0
}

.footertop .footertoplistbox .taglist {
    margin-top: 2px
}

.footertop .footertoplistbox .taglist .taglist {
    margin-top: 2px
}

.footertop .footertoplistbox .taglist a {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 7px 5px 8px;
    padding: 6px 7px 4px 8px \9;
    _padding: 4px 7px 5px 8px;
    background: #666;
    font-size: 12px;
    color: #bbb;
    white-space: nowrap
}

.footertop .footertoplistbox .taglist a:hover {
    background: #eb5753;
    color: #fff
}

.footertop .footertoplistbox .qrcodebox {
    padding: 30px 0 0 18px
}

.footertop .footertoplistbox .qrcodebox .qrcode {
    float: left;
    margin-right: 40px;
    text-align: center
}

.footertop .footertoplistbox .qrcodebox .qrcode img {
    display: block;
    width: 100px;
    height: 100px;
}

.footertop .footertoplistbox .qrcodebox .qrcode span {
    display: block;
    color: #fff;
    margin-top: 5px;
}

.footertop .footertoplistbox ul.blogroll {
    margin-top: 2px
}

.footertop .footertoplistbox ul.blogroll li {
    float: left;
    display: block
}

.footertop .footertoplistbox ul.blogroll li a {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 7px 5px 8px;
    padding: 6px 7px 4px 8px \9;
    _padding: 4px 7px 5px 8px;
    background: #666;
    font-size: 12px;
    color: #bbb;
    white-space: nowrap
}

.footertop .footertoplistbox ul.blogroll li a:hover {
    background: #1abc9c;
    color: #fff
}

.footer {
    width: 100%;
    height: 100px;
    line-height: 50px;
    background: #333;
    color: #bbb
}

.footer a {
    color: #bbb
}

.footer a:hover {
    color: #3498db
}

.footer a.zz img {
    margin-top: 16px
}

.footer .left {
    float: left
}

.footer .left a {
    margin-right: 12px
}

.footer .right {
    float: right;
    font-size: 12px;
    color: #999
}

.footer .right a {
    font-size: 12px;
    color: #999
}

/*分类筛选*/
.category-filter-box {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 52px;
}

.category-filter-box .category-filter-label {
    color: #999;
    width: 43px;
}

.category-filter-list .category-filter-item {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 9px;
    padding: 0 19px 0 10px;
    color: #333;
}

.category-filter-list .category-filter-item.active a {
    padding: 5px 15px;
    color: #fff;
    background: #23b8ff;
    border-radius: 99px;
}

/*题库*/
.question .right_sider {

    /*width:210px;float:right;*/
    text-align: left;
    border: 1px solid #ddd;
    border-top: solid 5px #0DA3E2;
    /*padding-bottom: 14px;*/
    background-color: #fff;

}

.question .right_sider dt {
    height: 95px;
    margin: 0 7px 15px 7px;
    border-bottom: 1px solid #CCCCCC;
    background: url(/res/Home/structure/_r2_c2.png) no-repeat 6% center;
    font-size: 25px;
    color: #111111;
    padding-left: 0px;
    text-align: center;
    line-height: 95px;
}

.question .right_sider dd a {
    display: block;
    font-size: 14px
}

.question .right_sider dd a:hover {
    text-decoration: none;
}

.question .right_sider dd {
    height: 50px;
    line-height: 50px;
    margin-left: 82px
}

.question .right_sider dd i {
    display: block;
    width: 30px;
    height: 30px; /*res/Home/structure/rightsicon_.png*/
    background-image: url(/res/Home/structure/15111013.png);
    background-repeat: no-repeat;
    float: left;
    margin: 9px 5px 0 0;
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/*feature*/
.i-tail-feature {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 331px;
}

.i-tail-fupon {
    border-bottom: 1px solid #F0F0F0;
    padding: 55px 0px;
}

.i-tail-fitem {
    height: 100%;
    text-align: center;
}

.i-tail-fitem a {
    display: inline-block;
}

.i-tail-fpic {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(../images/index-feature-iconset.png);
    background-repeat: no-repeat;
}

.i-tail-fitem .if1 {
    background-position: -39px -54px;
}

.i-tail-fitem .if2 {
    background-position: -39px -196px;
}

.i-tail-fitem .if3 {
    background-position: -39px -337px;
}

.i-tail-fitem .if4 {
    background-position: -39px -476px;
}

.i-tail-p1 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 13px;
}

.i-tail-p2 {
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    margin-top: 8px;
}

.i-tail-ffund li {
    display: inline-block;
    width: 252px;
    height: 100%;
    margin-left: 125px;
}

.i-tail-bupic {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/index-feature-iconset.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.i-tail-ffund .ibu1 {
    background-position: -46px -627px;
}

.i-tail-ffund .ibu2 {
    background-position: -46px -773px;
}

.i-tail-ffund .ibu3 {
    background-position: -46px -896px;
}

.i-tail-ffund p {
    font-size: 18px;
    color: #666666;
    display: inline-block;
    margin-left: 17px;
}

.feture-item {
    text-align: center;
    padding: 20px 0;
}

#fixBar {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 80px;
    z-index: 1000;
}

#fixBar .top {
    width: 80px;
    height: 35px;
    display: block;
    border: 1px #e7e7e7 solid;
    margin-bottom: 4px;
    background: #fbfbfb url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjAzNzM1M0I2Q0NCMTFFNEFFRTBENkU1Mzk2RTcwNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjAzNzM1M0M2Q0NCMTFFNEFFRTBENkU1Mzk2RTcwNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMDM3MzUzOTZDQ0IxMUU0QUVFMEQ2RTUzOTZFNzA0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMDM3MzUzQTZDQ0IxMUU0QUVFMEQ2RTUzOTZFNzA0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAA4AGgMBEQACEQEDEQH/xABlAAEBAQEAAAAAAAAAAAAAAAAJCAYKAQEAAAAAAAAAAAAAAAAAAAAAEAABAwMCBAMJAAAAAAAAAAAEAwUHAgYIARQSFRc3ABETNWUWNlZmKFgJEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDt4nWdI4xzjh5lCUHnlVvtXCMEGLSkS/XO/EpLqNlrWs2KLjc1uB126mqaeqiaKKKapJKqAiC66QHBpjJlZlD+VV+yZcGO06MmnN8UYkbVaVLVhtir81VG+Wxy2clwd7gk1v0oGfqdBqFkB6tKXAMlCmm3G8LAxbyk61fEkaSZbfSvJqK+AKWYmNU4fLg2yaN9WKqoSZz2P37eILIrJLl7LdoUVLkDEAODgFf+AJC0Qh3vKOPJKz8dgLKmK5XB0CxAxwKTdX2Lo0GCc9R9HZWR29sJi275veDgRFE6dXLdpEENqtKNBRDGC0At/gDgzVtWJrvkeHmy2JP6TZzoblxxzuS2rfuW5X44MVUzQy3JKb7Tt25fQh959U+kgx5R0ABRpcl6dCAk3oIoM/12/p/+jlgdv+W97Y/7qfWXz/2/+2faPv7wH//Z) no-repeat center;
    background-size: 15px;
}

#fixBar .weixin {
    width: 80px;
    height: 80px;
    display: block;
    border: 1px #e7e7e7 solid;
}

#fixBar .weixin_txt {
    height: 26px;
    line-height: 26px;
    background: #fbfbfb;
    display: block;
    border: 1px #e7e7e7 solid;
    border-top: none;
    color: #222;
    text-align: center;
}

#fixBar .feedback {
    display: block;
    background: #fbfbfb;
    border: 1px #e7e7e7 solid;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    opacity: .9;
    margin-top: 4px;
    cursor: pointer;
}

#fixBar .feedback:hover {
    opacity: 1;
}