@font-face {
    font-family: iconfont;
    src: url(../sass/iconfont/iconfont.eot);
    src: url(../sass/iconfont/iconfont.eot?#iefix) format('embedded-opentype'),url(../sass/iconfont/iconfont.woff) format('woff'),url(../sass/iconfont/iconfont.ttf) format('truetype'),url(../sass/iconfont/iconfont.svg#iconfont) format('svg');
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gliconledou:before {
    content: "\e654";
}

.icon-xiezilou:before {
    content: "\f00aa";
}

.icon-shijian:before {
    content: "\3435";
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block!important;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #000;
    background: #eee;
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch input[type=checkbox],.bootstrap-switch input[type=radio] {
    position: absolute!important;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly {
    cursor: default!important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default!important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

body,html {
    height: 100%;
}

body {
    background: #f7f8fa;
    font-size: 14px;
}

.layout {
    min-height: 80%;
    margin-top: 70px;
    margin-bottom: 20px;
}

.layout-body,.layout-side {
    padding: 0 0px;
}

@media (max-width:991px) {
    .layout-side {
        margin-top: 10px;
    }
}

.content {
    margin-bottom: 10px;
    padding: 1px;
    background: #fff;
    border: 1px solid #eee;
}

.new-nav {
    position: relative;
}

.new-nav img {
    position: absolute;
    top: 12px;
    right: -16px;
    z-index: 10;
}

.logo-1111 {
    position: relative;
}

.logo-1111 img {
    position: absolute;
    top: 6px;
    right: -10px;
    width: 25px;
    z-index: 10px;
}

.position-relative {
    position: relative;
}

code {
    white-space: normal;
    word-break: break-all;
}

.fa.no-margin {
    margin: 0!important;
}

.header {
background: #ffbd43;
    background: -moz-linear-gradient(top,#ffbd43 0,#d08700 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffbd43),color-stop(100%,#d08700));
    background: -webkit-linear-gradient(top,#ffbd43 0,#d08700 100%);
    background: linear-gradient(to bottom,#ffbd43 0,#d08700 100%);
}

.header .navbar-brand {
    padding: 0;
}

.header .navbar-brand img {
    height: 50px;
}

.header .navbar-nav>li>a {
    font-size: 16px;
}

.header .navbar-nav>li>a:focus,.header .navbar-nav>li>a:hover {
    color: #e6394d;
}

.header .navbar-nav>li.active>a,.header .navbar-nav>li.active>a:focus,.header .navbar-nav>li.active>a:hover {
border-color: #8a5900;
    color: #452700;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 55%);
}

.header .navbar-nav .dropdown>a:focus,.header .navbar-nav .dropdown>a:hover {
    color: #fff;
}

.header .navbar-nav .dropdown .dropdown-menu {
    background-color: #191e29;
}

.header .navbar-nav .dropdown .dropdown-menu .active {
    color: #ff0000;
}

.header .navbar-nav .dropdown .dropdown-menu a {
border-color: #8a5900;
    color: #452700;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 55%);
}

.header .navbar-nav .dropdown .dropdown-menu .divider {
    background-color: #3c424e;
}

.header .navbar-nav .open>a,.header .navbar-nav .open>a:focus,.header .navbar-nav .open>a:hover {
    background-color: transparent;
}

.header .user .dropdown-toggle {
    padding: 15px 0;
}

.header .user .header-avatar {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 50%;
    margin: -6px 3px 0 0;
}

.header .user .user-vip {
    position: absolute;
    bottom: 3px;
    left: 20px;
}

.header .user .user-vip>img {
    width: 16px;
    height: 16px;
}

.header .btns .sign-in {
    color: hsla(0,0%,100%,.5);
    background-color: #191e29;
    border: 1px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
}

.header .btns .sign-in:hover {
    background-color: #2d323e;
}

.header .btns .sign-up {
    color: #fff;
    background-color: #e6394d;
    border: 1px solid #e6394e;
    border-radius: 4px;
}

.header .btns .sign-up:hover {
    background-color: #ff6600;
}

.header .form-group {
    position: relative;
}

.header .form-group .form-control {
    border-radius: 4px;
}

@media (min-width:768px) {
    .header .navbar-nav .dropdown .dropdown-menu {
        min-width: 130px;
        border-width: 0;
        text-align: center;
    }

    .header .navbar-nav .dropdown .dropdown-menu a:hover {
        color: #fff;
        background-color: #3c424e;
    }

    .header .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

#header-continue-lab {
    margin: 10px 10px 10px 0;
    padding: 5px 15px;
    color: #fff;
}

#header-continue-lab:hover {
    background: #0c9;
    border-radius: 0;
    border-color: #0c9;
}

.header-msg-count {
    top: 8px;
    left: 20px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

.header-msg-count,.header-msg-mark {
    display: inline-block;
    position: absolute;
    background: #f66;
    border-radius: 50%;
}

.header-msg-mark {
    top: 7px;
    left: -14px;
    width: 8px;
    height: 8px;
}

#website-msg {
    width: 100%;
    height: 50px;
    background-color: #fbf6dc;
    border: 1px solid #f5e79e;
    position: fixed;
    top: 50px;
    z-index: 999;
}

#website-msg .container {
    text-align: center;
    line-height: 50px;
}

#website-msg .container .msg-text,#website-msg .container i {
    font-size: 16px;
    color: #8a6d3e;
    margin-right: 15px;
}

#website-msg .container .btn-mine {
    color: #fff;
    background-color: #f60;
    vertical-align: baseline;
    border-radius: 4px;
}

#website-msg .container i {
    cursor: pointer;
}

@media (max-width:390px) {
    #website-msg .container {
        line-height: 23px;
    }

    #website-msg .container .msg-text {
        margin: 0;
    }

    #website-msg .container .btn-mine {
        padding: 1px 5px;
    }
}

@media (max-width:512px) {
    #website-msg .container .msg-text {
        font-size: 12px;
    }

    #website-msg .container .btn-mine {
        font-size: 12px;
        padding: 1px;
    }
}

@media (max-width:540px) {
    #website-msg img {
        display: none;
    }
}

@media (max-width:767px) {
    .header .user .dropdown-toggle {
        padding: 15px;
    }

    .header .user .dropdown-toggle .header-msg-count,.header .user .dropdown-toggle .user-vip {
        left: 35px;
    }
}

.footer {
    padding-top: 20px;
    background: #191e29;
}

.footer-col {
    min-height: auto;
}

.footer-col .footer-slogan {
    margin: 0 0 12px 15px;
    color: #999;
    font-size: 20px;
}

.footer-col .social-item {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    color: #aeacaf;
    font-size: 16px;
    line-height: 30px;
    background: #636469;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.footer-col .social-item i {
    margin: 0;
}

.footer-col .footer-qq-item:hover i {
    color: #1ca3dc;
}

.footer-col .footer-weixin-item:hover i {
    color: #36bd4c;
}

.footer-col .footer-weixin-item:hover .footer-weixin {
    display: block;
}

.footer-col .footer-weibo-item:hover i {
    color: #ee4451;
}

.footer-col .col-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: hsla(0,0%,100%,.5);
}

.footer-col a {
    display: inline-block;
    margin-bottom: 3px;
    color: hsla(0,0%,100%,.5);
}

.footer-col a:focus,.footer-col a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-qq-group {
    width: 145px;
    display: none;
    border-radius: 0;
    padding: 0;
    background: #1f2532;
}

.footer-qq-group.popover.top>.arrow:after {
    border-top-color: #1f2532;
}

.footer-qq-group-header {
    padding: 20px 0;
    color: hsla(0,0%,100%,.5);
    background: #2b323f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border: none;
}

.footer-qq-group-body {
    padding: 4px;
    text-align: center;
}

.footer-qq-group-body a {
    display: block;
    padding: 16px;
    color: hsla(0,0%,100%,.5);
    font-size: 13px;
}

.footer-qq-group-body a:focus,.footer-qq-group-body a:hover {
    color: #fff;
    background: #1a1e29;
    text-decoration: none;
}

.footer-weixin {
    display: none;
    position: absolute;
    bottom: 45px;
    left: -40px;
    width: 150px;
    padding: 6px;
    background: #1f2532;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.75);
}

.footer-weixin img {
    width: 100%;
}

.copyright {
    height: 50px;
    line-height: 50px;
    background: #171918;
    margin-top: 20px;
}

.copyright,.copyright a {
    color: #777;
}

.copyright a:focus,.copyright a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width:480px) {
    .copyright {
        line-height: 25px;
    }

    .copyright span:first-child {
        display: block;
    }

    .copyright span.ver-line {
        display: none;
    }
}

#sign-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 100;
}

#sign-modal .nav-tabs>li>a {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
}

#sign-modal .modal-content {
    padding: 10px;
}

#sign-modal .modal-content .modal-body {
    padding: 10px;
    font-size: 14px;
}

#sign-modal form {
    margin-top: 20px;
}

#sign-modal form .form-inline {
    margin-bottom: 15px;
}

#sign-modal form .form-inline .form-group {
    width: 50%;
}

#sign-modal form .form-inline .verify-code {
    width: 48%;
    height: 34px;
    border: 1px solid #ccc;
    cursor: pointer;
}

#sign-modal form .agree-privacy {
    color: #999;
    font-size: 12px!important;
    text-align: center;
}

#sign-modal form .form-group {
    font-size: 14px;
}

#sign-modal form .error-msg {
    display: none;
    margin: 10px 0 0;
}

#sign-modal form .error-msg .alert {
    padding: 5px 10px;
    margin: 0;
}

#sign-modal form .remember-login {
    font-size: 12px;
}

#sign-modal form .remember-login a {
    color: #999;
}

#sign-modal form .remember-login a:focus,#sign-modal form .remember-login a:hover {
    color: #999;
    text-decoration: none;
}

#sign-modal form .widget-signin,#sign-modal form .widget-signup {
    margin: 0;
    text-align: center;
}

#sign-modal form .widget-signin span,#sign-modal form .widget-signup span {
    color: #999;
    font-size: 14px;
}

#sign-modal form .widget-signin a,#sign-modal form .widget-signup a {
    margin: 0 4px;
    font-size: 20px;
}

#sign-modal form .btn {
    width: 100%;
}

.fa-qq {
    color: #ffffff;
}

.fa-weibo {
    color: #d9534f;
}

.fa-weixin {
    color: #5cb85c;
}

.fa-github {
    color: #333;
}

.fa-renren {
    color: #f0ad4e;
}

@media (min-width:768px) {
    #sign-modal .modal-dialog.modal-sm {
        width: 350px;
    }
}

.form-group label {
    display: block;
}

.form-group .form-control {
    border-radius: 0;
}

form .help-block {
    color: #d9534f;
}

.modal-content {
    border-radius: 4px;
    padding: 20px;
}

.modal-header {
    color: #4c5157;
    border-bottom: 2px solid rgba(0,0,0,.2);
    overflow: hidden;
}

.modal-header h3,.modal-header h4 {
    margin: 0;
    font-weight: 700;
    color: #4c5157;
}

.modal-body {
    padding: 30px 15px;
    font-size: 16px;
}

.modal-footer {
    margin-top: 30px;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 768px;
        margin: 80px auto;
    }

    .modal-dialog.modal-sm {
        width: 300px;
    }
}

.btn {
    border-radius: 0;
}

.btn-join-path {
    font-size: 16px;
    padding: 7px 12px;
    background: #ff9717;
    box-shadow: 1px 3px rgba(0,0,0,.2);
    color: #fff;
    border: none;
    border-radius: 0;
}

.btn-path-operation {
    font-size: 16px;
    width: 98px;
}

.side-sda {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 16px;
    color: #4c5157;
}

.side-sda>span {
    margin-left: 10px;
    vertical-align: middle;
}

.side-sda.side-colored {
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 1px 4px #eee;
    text-align: center;
}

.side-sda.side-colored.side-primary {
    background: #2a96d7;
}

.side-sda.side-colored.side-success {
    background: #11c192;
}

.side-sda:focus,.side-sda:hover {
    text-decoration: none;
    color: #4c5157;
}

.side-sda:focus.side-colored,.side-sda:hover.side-colored {
    color: #fff;
}

.side-sda-img {
    padding: 0!important;
}

.side-sda-img>img {
    width: 100%;
}

.side-image {
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
}

.side-image img {
    width: 100%;
}

.side-image .side-image-text {
    color: #4c5157;
    font-size: 16px;
}

.side-image.side-qrcode {
    padding: 15px 0;
}

.side-image.side-qrcode img {
    width: 183px;
    max-width: 100%;
}

.side-image-mobile {
    display: none;
}

@media (max-width:767px) {
    .side-image-mobile {
        display: block;
    }

    .side-image-pc {
        display: none;
    }
}

#new-features .modal-dialog {
    background-color: #f0f1ec;
    color: #848e98;
}

#new-features .modal-body {
    background-color: #fff;
    font-size: 18px;
}

#new-features .modal-body img {
    width: 525px;
    box-shadow: 1px 1px 10px grey;
}

#new-features .modal-body .tip-label {
    color: skyblue;
}

#new-features .modal-footer .detail {
    background-color: #11aa8c;
    color: #fff;
}

.hot-labs-content a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

.hot-labs-content a:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.community-item {
    display: block;
    margin-top: 10px;
    padding: 12px 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
    color: #333;
}

.community-item:hover {
    background-color: #fff;
    text-decoration: none;
    color: #333;
}

.community-item-left {
    min-width: 100px;
    height: 80px;
}

.community-item-left .community-item-img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.community-item-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.community-item-name {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
    font-size: 16px;
}

.community-item-info {
    padding: 4px 0;
}

.community-item-sum {
    font-size: 14px;
    color: #9b9da2;
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: middle;
}

.report-item {
    border-radius: 3px;
    padding: 6px 20px 20px;
}

.report-item>a {
    display: block;
    position: relative;
    height: 220px;
    margin: 15px 0;
    padding: 25px 15px;
    color: #565a61;
    background: #f7f8fa;
    border: 1px solid #eee;
}

.report-item>a:focus,.report-item>a:hover {
    text-decoration: none;
}

.report-item>a:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: #fff #fff #e3e8eb #e3e8eb;
}

.report-item>div {
    padding: 0;
}

.report-item:hover {
    box-shadow: 0 5px 15px #e5e5e5;
    transition: box-shadow .6s ease;
}

.report-item-course {
    max-height: 24px;
    color: #4c5157;
    font-size: 15px;
    font-weight: 700;
}

.report-item-course,.report-item-lab {
    margin-bottom: 10px;
    overflow: hidden;
}

.report-item-lab {
    max-height: 38px;
    color: #565a61;
    font-size: 13px;
}

.report-item-count {
    position: absolute;
    left: -4px;
    bottom: 20px;
    padding: 0 24px 0 12px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e8eb;
    font-size: 12px;
}

.report-item-arrow,.report-item-arrow-line {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.report-item-arrow {
    top: -1px;
    right: -1px;
    border-top: 12px solid transparent;
    border-right: 12px solid #e3e8eb;
    border-bottom: 12px solid transparent;
}

.report-item-arrow-line {
    top: -11px;
    right: -12px;
    border-top: 11px solid transparent;
    border-right: 11px solid #f7f8fa;
    border-bottom: 11px solid transparent;
}

.report-item-benchmark {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.report-item-benchmark img {
    width: 30px;
}

.report-item-author {
    text-overflow: ellipsis;
    color: #565a61;
    white-space: nowrap;
}

.report-item-author .report-item-avatar .avatar img {
    width: 24px;
    height: 24px;
}

.report-item-author .report-item-avatar .member_icon {
    right: -6px;
    bottom: -6px;
}

.report-item-comments {
    padding: 0;
    color: #9b9da2;
    font-size: 13px;
}

.report-item-comments i {
    font-size: 16px;
}

.report-item-update {
    width: 116px;
    margin-top: 15px;
    color: #9b9da2;
    text-align: right;
    clear: both;
}

.course {
    text-decoration: none;
    margin: 10px 0;
}

.course-box:active,.course-box:hover {
    box-shadow: 0 3px 8px 0 #eee;
}

.course-box {
    display: block;
    position: relative;
    min-height: 20px;
    margin: 0;
    box-shadow: 0 2px 2px 0 #eee;
}

.course-box .sign-box {
    width: 100%;
    color: #565a61;
    padding: 0 5%;
    position: absolute;
    z-index: 9;
    top: -5px;
}

.course-box .sign-box .course-new {
    margin-right: 5px;
}

.course-box .sign-box .course-follow {
    display: none;
    color: #f35e69;
    font-size: 18px;
    margin-top: 15px;
}

.course-box .course-img {
    width: 100%;
}

.course-box .course-img>img {
    width: 100%;
    height: 140px;
}

.course-box .course-progress-bar {
    width: 100%;
    height: 5px;
    background-color: #eee;
}

.course-box .course-progress-bar>div {
    background-color: #5ac65a;
    box-shadow: none;
}

.course-box .course-body {
    padding: 2% 5% 0;
}

.course-box .course-body .course-title {
    display: inline-block;
    width: 100%;
    color: #4c5157;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-box .course-body .course-titlei {
    display: inline-block;
    width: 70%;
    color: #4c5157;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.course-box .course-body .course-data {
    display: inline-block;
    width: 29%;
    color: #4c5157;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:left;
	padding-left:50PX;
}



.course-box .course-body:after {
    content: "";
    display: block;
    clear: both;
}

.course-box .course-footer {
    width: 100%;
    height: 43px;
    color: #9b9da2;
    padding: 10px 5%;
    overflow: hidden;
}

.course-box .course-footer .course-per-num {
    display: inline-block;
    padding: 4px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.course-box .course-footer .course-bootcamp {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #f66e6e;
}

.course-box .course-footer .course-money {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #ffae0f;
}

.course-box .course-footer .course-free {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #59cf4a;
}

.course-box .course-footer:after {
    content: "";
    display: block;
    clear: both;
}

.courses-sort {
    position: absolute;
    right: 30px;
    top: 36px;
    color: #c0c4cf;
}

.courses-sort a {
    color: #c0c4cf;
    font-size: 13px;
}

.courses-sort a.active,.courses-sort a:focus,.courses-sort a:hover {
    color: #0c9;
    text-decoration: none;
}

.invite-friends {
    padding: 10px;
    font-size: 16px;
}

.invite-friends .invite-friends-header {
    padding: 15px;
    color: #0c9;
    border-bottom: 1px dashed #eee;
}

.invite-friends .invite-friends-header img {
    float: left;
}

.invite-friends .invite-friends-header div {
    padding-left: 35px;
}

.invite-friends .invite-friends-body {
    font-size: 14px;
    padding: 15px;
    color: #565a61;
}

.invite-friends .invite-friends-body .invite-friends-link {
    width: 100%;
    height: 28px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.075);
}

.invite-friends .invite-friends-copy {
    color: #fff;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: -8px 15px 8px;
    background-color: #0c9;
    cursor: pointer;
}

.users-top-header span {
    font-size: 14px;
}

.users-top-body {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.users-top-body>div {
    margin: 10px 0;
}

.users-top-body .users-top-left a .user-vip {
    position: absolute;
    bottom: 0;
    right: -6px;
}

.users-top-body .users-top-left a:focus,.users-top-body .users-top-left a:hover {
    text-decoration: none;
}

.users-top-body .users-top-left .users-top-img {
    height: 36px;
    border-radius: 50%;
}

.users-top-body .users-top-left .users-top-name {
    display: inline-block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4c5157;
    margin-left: 10px;
}

.users-top-body .users-top-left .users-top-info {
    margin-left: 10px;
    margin-top: 5px;
}

.users-top-body .users-top-left .users-top-info .username {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.users-top-body .users-top-left .users-top-info .user-level {
    display: inline-block;
    overflow: hidden;
}

.users-top-body .users-top-left .users-top-study-time {
    color: #9b9da2;
    font-size: 14px;
}

.users-top-body .users-top-right {
    padding: 10px 0;
    text-align: center;
}

.users-top-body .users-top-right>img {
    height: 25px;
}

.search-input {
    position: relative;
    margin: 0 0 10px;
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.search-input>span {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #9b9da2;
}

.search-input>input {
    height: 46px;
    padding: 0 0 0 46px;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 #fff;
}

.search-input>input:focus {
    border: none;
    box-shadow: none;
}

.search-input .btn {
    display: none;
    position: absolute;
    top: 10px;
    right: -2px;
    height: 34px;
    padding: 0 22px;
    background: transparent;
    font-size: 17px;
    border: 1px dotted transparent;
    color: #38c09b;
}

.side-search-input {
    margin-bottom: 10px;
}

.side-search-input button,.side-search-input input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transition: none;
    transition: none;
}

.pagination-container {
    text-align: center;
    clear: both;
}

.pagination-container .pagination li {
    display: inline-block;
    margin: 0 2px;
}

.pagination-container .pagination a {
    color: #565a61;
    font-size: 14px;
    border: none;
    border-radius: 0!important;
}

.pagination-container .pagination a:hover {
    color: #fff;
    background: #0c9;
}

.pagination-container .pagination .disabled a {
    color: #9b9da2;
}

.pagination-container .pagination .disabled a:hover {
    color: #9b9da2;
    background: transparent;
}

.pagination-container .pagination .active a {
    color: #fff;
    background: #3E3E3E;
}

.comment-box .comment-title {
    margin: 8px 0;
    color: #565656;
    font-size: 14px;
}

.comment-form {
    overflow: hidden;
}

.comment-form .comment-form-reset {
    display: none;
    color: #0c9;
    background: transparent;
}

.comment-form .comment-form-reset:hover {
    color: #fff;
    background-color: #009973;
    border-color: #008f6b;
}

.comment-form .btn {
    margin: 10px 0 10px 10px;
}

.comment-form-content {
    width: 100%;
    height: 120px;
    margin-top: 12px;
    padding: 6px 12px;
    background: #fafbfa;
    font-size: 14px;
    border: 1px solid #ececec;
    overflow-y: auto;
    resize: none;
}

.comment-form-content:focus {
    border: 1px solid #1abc9c;
    outline-color: hsla(0,0%,80%,0);
}

.comment-form-unlogin {
    width: 100%;
    height: 150px;
    margin: 12px 0 30px;
    padding: 6px 12px;
    background: #fafbfa;
    font-size: 14px;
    text-align: center;
    line-height: 136px;
    border: 1px solid #ececec;
}

.comment-form-unlogin a {
    color: #0c9;
}

.comment-list-item {
    padding: 24px 0 4px;
    border-top: 1px solid #efefef;
}

.comment-item-body {
    padding: 0 0 0 26px;
    font-size: 14px;
}

.comment-item-name a {
    color: #0c9;
}

.comment-item-content {
    margin: 8px 0;
    color: #464646;
}

.comment-item-date {
    float: left;
    color: #ddd;
    font-size: 12px;
}

.comment-item-lab {
    float: left;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.comment-item-delete {
    margin-left: 8px;
}

.comment-item-delete,.comment-item-reply {
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.comment-item-reply a {
    color: #464646;
}

.comment-item-reply a:focus,.comment-item-reply a:hover {
    color: #000;
    text-decoration: none;
}

.sidebox {
    margin-bottom: 10px;
    padding: 1px;
    background: #fff;
    border: 1px solid #eee;
}

.sidebox-header {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.sidebox-title {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #4c5157;
}

.sidebox-body {
    padding: 10px 0;
    font-size: 14px;
}

.sidebox-header {
    overflow: hidden;
}

.sidebox-header a {
    padding: 4px 12px;
    border: 1px solid #efefef;
    background: #fafafa;
    color: #666;
    font-size: 12px;
}

.sidebox-header a:hover {
    background: #f3f3f3;
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
}

.sidebox-header .student-msg-edit {
    font-size: 18px;
    cursor: pointer;
}

.sidebox-footer {
    overflow: hidden;
}

.sidebox-footer a {
    color: #529fd2;
}

.sidebox-footer a:hover {
    text-decoration: none;
}

.side-btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px 0;
    color: #fff;
    background: #0c9;
    font-size: 20px;
    border-radius: 0;
    border: none;
}

.side-btn:active,.side-btn:focus,.side-btn:hover {
    color: #fff;
    background: rgba(0,204,153,.7);
}

.mkeditor {
    padding: 0;
    border-radius: 4px;
}

.mkeditor-editor {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

.mkeditor-editor .btn-group {
    padding: 6px 0 6px 6px;
}

.mkeditor-editor .btn-group.hide-toolbar,.mkeditor-editor .btn-group.hide-toolbar+.btn-group {
    display: none;
}

.mkeditor-editor .btn-group.hide-toolbar+.btn-group+textarea {
    margin: 0;
    background: #fff;
    border: none;
}

.mkeditor-editor .btn-group.hide-toolbar+.btn-group+textarea:focus,.mkeditor-editor .btn-group.hide-toolbar+.btn-group+textarea:hover {
    outline: none;
}

.mkeditor-editor .btn-group.pull-right {
    padding-right: 6px;
    margin-top: 5px;
}

.mkeditor-editor .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.mkeditor-editor .btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.mkeditor-editor textarea {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 200px;
    padding: 8px;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #ddd;
}

.mkeditor-editor .help-block {
    display: none;
    padding: 4px 8px;
    margin: 0;
    border-top: 1px solid #ddd;
}

.mkeditor-editor .help-block span {
    display: block;
    margin: 0;
    padding: 0;
}

.mkeditor-viewer div {
    padding: 12px;
    min-height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    font-size: 16px;
    word-break: break-all;
    overflow-y: auto;
}

.mkeditor-viewer div img {
    max-width: 100%;
    margin: 8px 0;
}

.mkeditor .nav-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.mkeditor .nav-tabs>li>a {
    margin: 0;
    margin-right: 2px;
    line-height: 1.42857143;
    padding: 10px 15px;
    color: #6d6b69;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.mkeditor .nav-tabs>li.active>a,.mkeditor .nav-tabs>li.active>a:focus,.mkeditor .nav-tabs>li.active>a:hover,.mkeditor .nav-tabs>li>a:focus,.mkeditor .nav-tabs>li>a:hover {
    color: #12b762;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

@media (max-width:767px) {
    .mkeditor .mkeditor-editor .btn-group,.mkeditor .nav-tabs {
        display: none;
    }
}

.tag.tag-alone {
    display: inline-block;
    margin: 0 4px 4px 0;
    line-height: 0;
    font-size: 13px;
    border-radius: 2px;
}

.tag.tag-alone.tag-success {
    padding: 12px 8px;
    color: #4c5157;
    transition: background .6s ease;
}

.tag.tag-alone.tag-success.active,.tag.tag-alone.tag-success:focus,.tag.tag-alone.tag-success:hover {
    color: #fff;
    background: #0c9;
    text-decoration: none;
}

.tag.tag-alone.tag-primary {
    padding: 10px 6px;
    color: #7c99b6;
    background: #f1f6fb;
    font-size: 12px;
}

.tag.tag-alone.tag-primary.active,.tag.tag-alone.tag-primary:focus,.tag.tag-alone.tag-primary:hover {
    color: #7c99b6;
    background: #f1f6fb;
    text-decoration: none;
}

.tags {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.tags .tag {
    display: inline-block;
    margin: 0 4px 4px 0;
    line-height: 0;
    font-size: 13px;
    border-radius: 2px;
}

.tags .tag.tag-success {
    padding: 12px 8px;
    color: #4c5157;
    transition: background .6s ease;
}

.tags .tag.tag-success.active,.tags .tag.tag-success:focus,.tags .tag.tag-success:hover {
    color: #fff;
    background: #0c9;
    text-decoration: none;
}

.tags .tag.tag-primary {
    padding: 10px 6px;
    color: #7c99b6;
    background: #f1f6fb;
    font-size: 12px;
}

.tags .tag.tag-primary.active,.tags .tag.tag-primary:focus,.tags .tag.tag-primary:hover {
    color: #7c99b6;
    background: #f1f6fb;
    text-decoration: none;
}

.nav-tabs {
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    margin: 0 48px 0 0;
    padding: 0 0 4px;
    color: #565a61;
    background-color: transparent;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid transparent;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
    color:#ff6600;
	font-weight:bold;
	font-weight:400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-bottom-color: #999999;
}

@media (max-width:768px) {
    .nav-tabs>li {
        float: none;
        display: block;
        margin: 14px 0;
    }
}

@media (max-width:1199px) {
    .nav-tabs>li>a {
        margin: 0 30px 0 0;
    }
}

.breadcrumb {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li a:focus,.breadcrumb li a:hover {
    color: #0086CE;
    text-decoration: none;
}

.float-sda {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1;
}

@media (max-width:768px) {
    .float-sda {
        display: none;
    }
}

.invite-user-btn {
    cursor: pointer;
}

.markdown-box {
    font-size: 14px;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,STHeiti,Microsoft Yahei,sans-serif;
}

.markdown-box h2 {
    font-size: 18px;
    line-height: 2.4;
}

.markdown-box h3 {
    font-size: 16px;
    background: #eff5f5;
    padding: 8px;
    color: #637375;
}

.markdown-box h4 {
    font-size: 15px;
    color: #555;
    padding: 8px;
}

.markdown-box p {
    line-height: 1.6;
}

.markdown-box ul {
    background: #fbfbf8;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #817f74;
    line-height: 2;
}

.markdown-box a,.markdown-box b,.markdown-box strong {
    font-size: 90%;
    padding: 0 4px;
}

.markdown-box b,.markdown-box strong {
    font-weight: 700;
    color: #444;
}

.markdown-box pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: .76em;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    color: #859c91;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
}

.markdown-box img {
    max-width: 100%;
}

.side-list-body a {
    display: block;
    padding: 10px;
    color: #565a61;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.side-list-body a:hover {
    background: #f9f9f9;
    text-decoration: none;
	color: #E94C35;
}

.side-list-body2{
    display: block;
    color: #f3564d;
    font-size: 14px;
}


.ads-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 120px;
    background: rgba(0,0,0,.5);
    text-align: center;
    z-index: 1600;
}

.ads-modal-body {
    display: inline-block;
    position: relative;
}

.ads-modal-close {
    display: inline-block;
    position: absolute;
    right: -50px;
    top: -50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.ads-modal-close i {
    width: 24px;
    height: 24px;
    padding: 4px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
}

.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

.markdown-body a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.markdown-body a:active,.markdown-body a:hover {
    outline-width: 0;
}

.markdown-body strong {
    font-weight: inherit;
    font-weight: 700;
}

.markdown-body h1 {
    font-size: 2em;
    margin: .67em 0;
}

.markdown-body img {
    border-style: none;
}

.markdown-body svg:not(:root) {
    overflow: hidden;
}

.markdown-body kbd {
    font-family: monospace,monospace;
    font-size: 1em;
}

.markdown-body hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.markdown-body input {
    font: inherit;
    margin: 0;
    overflow: visible;
}

.markdown-body [type=button]:-moz-focusring,.markdown-body [type=reset]:-moz-focusring,.markdown-body [type=submit]:-moz-focusring,.markdown-body button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.markdown-body [type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.markdown-body table {
    border-spacing: 0;
    border-collapse: collapse;
}

.markdown-body td,.markdown-body th {
    padding: 0;
}

.markdown-body * {
    box-sizing: border-box;
}

.markdown-body input {
    font: 13px/1.4 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif;
}

.markdown-body a {
    color: #4078c0;
    text-decoration: none;
}

.markdown-body a:active,.markdown-body a:hover {
    text-decoration: underline;
}

.markdown-body hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.markdown-body hr:after,.markdown-body hr:before {
    display: table;
    content: "";
}

.markdown-body hr:after {
    clear: both;
}

.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.markdown-body h1 {
    font-size: 30px;
}

.markdown-body h2 {
    font-size: 21px;
}

.markdown-body h3 {
    font-size: 16px;
}

.markdown-body h4 {
    font-size: 14px;
}

.markdown-body h5 {
    font-size: 12px;
}

.markdown-body h6 {
    font-size: 11px;
}

.markdown-body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.markdown-body blockquote {
    margin: 0;
}

.markdown-body ol,.markdown-body ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body ol ol,.markdown-body ul ol {
    list-style-type: lower-roman;
}

.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol {
    list-style-type: lower-alpha;
}

.markdown-body dd {
    margin-left: 0;
}

.markdown-body .pl-0 {
    padding-left: 0!important;
}

.markdown-body .pl-1 {
    padding-left: 3px!important;
}

.markdown-body .pl-2 {
    padding-left: 6px!important;
}

.markdown-body .pl-3 {
    padding-left: 12px!important;
}

.markdown-body .pl-4 {
    padding-left: 24px!important;
}

.markdown-body .pl-5 {
    padding-left: 36px!important;
}

.markdown-body .pl-6 {
    padding-left: 48px!important;
}

.markdown-body .form-select::-ms-expand {
    opacity: 0;
}

.markdown-body:after,.markdown-body:before {
    display: table;
    content: "";
}

.markdown-body:after {
    clear: both;
}

.markdown-body>:first-child {
    margin-top: 0!important;
}

.markdown-body>:last-child {
    margin-bottom: 0!important;
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.markdown-body .anchor {
    display: inline-block;
    padding-right: 2px;
    margin-left: -18px;
}

.markdown-body .anchor:focus {
    outline: none;
}

.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 {
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link {
    color: #000;
    vertical-align: middle;
    visibility: hidden;
}

.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor {
    text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link {
    visibility: visible;
}

.markdown-body h1 {
    padding-bottom: .3em;
    font-size: 2.25em;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
    line-height: 1;
}

.markdown-body h2 {
    padding-bottom: .3em;
    font-size: 1.75em;
    line-height: 1.225;
    border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
    line-height: 1;
}

.markdown-body h3 {
    font-size: 1.5em;
    line-height: 1.43;
}

.markdown-body h3 .anchor {
    line-height: 1.2;
}

.markdown-body h4 {
    font-size: 1.25em;
}

.markdown-body h4 .anchor {
    line-height: 1.2;
}

.markdown-body h5 {
    font-size: 1em;
}

.markdown-body h5 .anchor {
    line-height: 1.1;
}

.markdown-body h6 {
    font-size: 1em;
    color: #777;
}

.markdown-body h6 .anchor {
    line-height: 1.1;
}

.markdown-body blockquote,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body table,.markdown-body ul {
    margin-top: 0;
    margin-bottom: 16px;
}

.markdown-body hr {
    height: 1px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

.markdown-body ol,.markdown-body ul {
    padding-left: 2em;
}

.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body li>p {
    margin-top: 16px;
}

.markdown-body dl {
    padding: 0;
}

.markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 700;
}

.markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

.markdown-body blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
}

.markdown-body blockquote>:first-child {
    margin-top: 0;
}

.markdown-body blockquote>:last-child {
    margin-bottom: 0;
}

.markdown-body table {
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
}

.markdown-body table th {
    font-weight: 700;
}

.markdown-body table td,.markdown-body table th {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.markdown-body img {
    max-width: 100%;
    box-sizing: content-box;
    background-color: #fff;
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .pl-c {
    color: #969896;
}

.markdown-body .pl-c1,.markdown-body .pl-s .pl-v {
    color: #0086b3;
}

.markdown-body .pl-e,.markdown-body .pl-en {
    color: #795da3;
}

.markdown-body .pl-s .pl-s1,.markdown-body .pl-smi {
    color: #333;
}

.markdown-body .pl-ent {
    color: #63a35c;
}

.markdown-body .pl-k {
    color: #a71d5d;
}

.markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre {
    color: #183691;
}

.markdown-body .pl-v {
    color: #ed6a43;
}

.markdown-body .pl-id {
    color: #b52a1d;
}

.markdown-body .pl-ii {
    background-color: #b52a1d;
    color: #f8f8f8;
}

.markdown-body .pl-sr .pl-cce {
    color: #63a35c;
    font-weight: 700;
}

.markdown-body .pl-ml {
    color: #693a17;
}

.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms {
    color: #1d3e81;
    font-weight: 700;
}

.markdown-body .pl-mq {
    color: teal;
}

.markdown-body .pl-mi {
    color: #333;
    font-style: italic;
}

.markdown-body .pl-mb {
    color: #333;
    font-weight: 700;
}

.markdown-body .pl-md {
    background-color: #ffecec;
    color: #bd2c00;
}

.markdown-body .pl-mi1 {
    background-color: #eaffea;
    color: #55a532;
}

.markdown-body .pl-mdr {
    color: #795da3;
    font-weight: 700;
}

.markdown-body .pl-mo {
    color: #1d3e81;
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas,Liberation Mono,Menlo,Courier,monospace;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
    color: #4078c0;
    border: 1px solid #4078c0;
}

.markdown-body :checked+.radio-label {
    position: relative;
    z-index: 1;
    border-color: #4078c0;
}

.markdown-body .octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}

.markdown-body .task-list-item {
    list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
    margin-top: 3px;
}

.markdown-body .task-list-item input {
    margin: 0 .2em .25em -1.6em;
    vertical-align: middle;
}

.markdown-body hr {
    border-bottom-color: #eee;
}

.panel-userinfo {
    margin-bottom: 10px;
    border-color: #eee;
}

.panel-userinfo .body-userinfo .userinfo-header {
    word-break: break-all;
    overflow: visible;
}

.panel-userinfo .body-userinfo .userinfo-header .media-left {
    padding-left: 20px;
}

.panel-userinfo .body-userinfo .userinfo-header .media-left .user-avatar .avatar img {
    width: 80px;
    height: 80px;
}

.panel-userinfo .body-userinfo .userinfo-header .media-left .user-avatar .member-icon>img {
    width: 26px;
    height: 26px;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body {
    overflow: visible;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body .username {
    color: #000;
    font-size: 16px;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body .username a {
    color: #000;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body .username a:hover {
    text-decoration: none;
    color: #08bf91;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body .user-level {
    margin-left: -2px;
    color: #fec42d;
    font-size: 12px;
    font-weight: 700;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-remain {
    padding-top: 10px;
    margin-bottom: -10px;
    color: #999;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-remain a {
    color: #f33;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-join {
    padding-top: 10px;
    margin-bottom: -10px;
}

.panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-join a img {
    width: 12px;
    height: 12px;
}

.panel-userinfo .body-userinfo .userinfo-data {
    text-align: center;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item {
    border-right: 1px solid #ebebeb;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a {
    font-size: 16px;
    color: #000;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a span {
    font-size: 25px;
    color: #36b935;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a:hover {
    text-decoration: none;
    color: #36b935;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item .counter-p {
    font-size: 16px;
    color: #000;
}

.panel-userinfo .body-userinfo .userinfo-data .data-item .counter-p span {
    color: #fecf2d;
    font-size: 25px;
}

.panel-userinfo .body-userinfo .userinfo-data .btn-group-lr {
    padding-left: 22px;
}

.panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .login-btn {
    border: 1px solid #ff6600;
    border-radius: 2px;
    background: #fff;
    color: #6e6e6e;
}

.panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .login-btn:hover {
    background: #ff6600;
    color: #fff;
}

.panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .register-btn {
    background: #ff6600;
    border-radius: 2px;
    color: #fff;
}

.panel-userinfo .body-userinfo .userinfo-last-learn {
    text-align: center;
}

.panel-userinfo .body-userinfo .userinfo-last-learn h4 {
    text-align: left;
}

.panel-userinfo .body-userinfo .userinfo-last-learn .last-course-name {
    font-size: 14px;
    text-align: center;
}

.panel-userinfo .body-userinfo .userinfo-continue-learn {
    margin-top: 10px;
}

.panel-userinfo .body-userinfo .userinfo-continue-learn .btn {
    display: block;
}

.panel-userinfo .body-userinfo .userinfo-footer {
    margin-bottom: -10px;
    color: #08bf91;
}

.panel-userinfo .body-userinfo .userinfo-footer div.pos-left {
    text-align: left;
}

.panel-userinfo .body-userinfo .userinfo-footer div.pos-left a {
    color: #ff6600;
}

.panel-userinfo .body-userinfo .userinfo-footer div.pos-right {
    text-align: right;
}

.panel-userinfo .body-userinfo .userinfo-footer div.pos-right a {
    color: #0c9;
}

.panel-userinfo .body-userinfo .userinfo-footer div.modal {
    color: #000;
}

.question-types {
    position: relative;
}

.question-types .question-sort {
    position: absolute;
    top: 6px;
    right: 0;
    color: #565a61;
}

.question-types .question-sort a {
    color: #565a61;
    font-size: 13px;
}

.question-types .question-sort a.active,.question-types .question-sort a:focus,.question-types .question-sort a:hover {
    color: #ff6600;
    text-decoration: none;
}

.questions-list .desc {
    padding: 5px 0;
    margin: 0 20px;
    border-bottom: 1px solid #f2f4f7;
}

.question-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.question-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.question-item>.col-md-10 {
    padding: 0;
}

.question-item>.col-md-10 h4 {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    max-width: 90%;
}

.question-item>.col-md-10 h4 a {
    vertical-align: middle;
}

.question-item > .col-md-10 h4 .question-type: {
    font-size: 14px;
}

.question-item-author {
    width: 10%;
}

.question-item-area {
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 100;
}

.question-item-title {
    color:#4c5157;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-item-title:focus,.question-item-title:hover {
    color:#00A4FF;
    text-decoration: none;
}

@media (max-width:767px) {
    .question-item-title {
        white-space: normal;
        word-break: break-all;
    }
}

.question-item-summary {
    margin-top: 8px;
    color: #9b9da2;
    font-size: 13px;
}

.question-item-summary>span {
    margin: 0 4px;
}

.question-item-summary>span.question-item-tags {
    font-size: 0;
}

.question-item-summary>span.question-item-tags .tag {
    margin-right: 4px;
}

.question-item-course a {
    color: #9b9da2;
}

.question-item-course a:focus,.question-item-course a:hover {
    color: #4c5157;
    text-decoration: none;
}

.question-item-rank {
    padding: 0;
    margin-top: 8px;
    text-align: center;
}

.question-item-rank>div {
    display: inline-block;
    color: #565a61;
    font-size: 14px;
    text-align: center;
}

.question-item-rank>div.question-item-answered {
    color: #0c9;
}

@media screen and (max-width:767px) {
    .question-item-summary>span {
        margin: 0 8px;
    }

    .question-item-course:before {
        content: "";
        display: block;
        width: 100%;
    }

    .question-item-tags:before {
        content: "";
        display: block;
        width: 100%;
    }

    .question-item-rank {
        text-align: right;
    }
}

.old-forum {
    box-shadow: 0 1px 1px 0 #ccc;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}

.old-forum a {
    color: #484e54;
    font-size: 16px;
    font-weight: 700;
}

.old-forum a:hover {
    color: #00b877;
    text-decoration: none;
}

.user-info .sidebox-body div {
    padding: 4px 16px;
    color: #7b7f88;
    font-size: 14px;
}

.user-info a {
    color: #7b7f88;
}

.user-info a:hover {
    color: #0c9;
    text-decoration: none;
}

.askquestion-modal textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.askquestion-modal label {
    font-size: 16px;
    font-weight: 100;
    color: #4e5357;
    margin: 0;
}

.askquestion-modal .label {
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px;
    margin: 4px 4px 4px 0;
    border-radius: 2px;
    color: #769bba;
    font-size: 13px;
    font-weight: 300;
}

.askquestion-modal .label-default {
    background: #fff;
}

.askquestion-modal .label-default:hover {
    background: #eef5fc;
}

.askquestion-modal .label-success {
    background: #0c9;
    color: #fff;
}

.question-detail {
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px #ccc;
}

.question-headline .question-title {
    font-size: 20px;
    font-weight: 800;
    word-break: break-all;
    width: 650px;
    color: #484e54;
}

.question-headline .question-figure {
    float: right;
    margin-right: 20px;
    padding-top: 5px;
    color: #666;
    font-size: 14px;
}

.question-author {
    margin-top: 16px;
    font-size: 13px;
}

.question-author span {
    margin-right: 30px;
}

.question-author img {
    display: inline-block;
    width: 36px;
    margin-right: 6px;
    border-radius: 50%;
}

.question-author .author-name {
    margin: 0;
    color: #484e54;
}

.question-author .user-vip {
    display: inline-block;
    margin-right: 30px;
}

.question-author .shiyandou {
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: text-bottom;
}

.question-delete,.question-edit {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    color: #565a61;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.question-delete:hover,.question-edit:hover {
    border: 1px solid #adadad;
    background-color: #e6e6e6;
}

.question-content {
    overflow: hidden;
}

.answer-content h1,.question-content h1 {
    font-size: 19px;
    font-weight: 700;
}

.answer-content h2,.question-content h2 {
    font-size: 18px;
    font-weight: 700;
}

.answer-content h3,.question-content h3 {
    font-size: 17px;
    font-weight: 700;
}

.answer-content h4,.answer-content h5,.answer-content h6,.question-content h4,.question-content h5,.question-content h6 {
    font-size: 16px;
    font-weight: 700;
}

.answer-content p,.question-content p {
    margin: 5px 0;
    line-height: 20px;
    font-size: 1em;
}

.answer-content li,.question-content li {
    font-size: 16px;
}

.answer-content .imgZoomIn,.answer-content img,.question-content .imgZoomIn,.question-content img {
    width: auto!important;
    margin: 0!important;
    border-radius: 4px!important;
    display: block;
    cursor: pointer;
}

.answer-content .imgZoomIn,.question-content .imgZoomIn {
    max-width: 100%!important;
}

.answer-content a,.question-content a {
    float: none;
    color: #555;
}

.answer-content hr,.question-content hr {
    margin: 12px 0;
    border-color: #999;
}

.question-content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.question-content p {
    word-break: break-all;
    color: #484e54;
    line-height: 20px;
    overflow: hidden;
}

.answer-content {
    margin: 5px 0 10px;
    font-size: 15px;
    color: #484e54;
    word-wrap: break-word;
}

.answer-content textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.top-ctrl,.untop-ctrl {
    float: right;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    border: 1px solid #198a73;
    padding: 4px 8px;
    background: #11aa8c;
    cursor: pointer;
}

.top-ctrl:focus,.top-ctrl:hover,.untop-ctrl:focus,.untop-ctrl:hover {
    color: #fff;
    background: #17b899;
    text-decoration: none;
}

@media (max-width:767px) {
    .question-headline .question-title {
        display: block;
        width: 100%;
    }

    .question-headline .question-figure {
        float: none;
        display: inline-block;
        margin: 10px 10px 10px 0;
    }

    .question-author .question-from {
        display: block;
        margin: 10px 0;
    }

    .question-author .tagStyle2 {
        display: inline-block;
        margin: 4px 0;
    }

    .question-author .tagStyle2:before {
        content: "";
        display: block;
    }
}

.question-answers {
    padding-bottom: 50px;
}

.answer-item {
    margin-top: 30px;
}

.answer-item .home-page {
    float: left;
    color: #484e54;
    font-size: 13px;
}

.answer-item img {
    display: inline-block;
    width: 36px;
    margin: -10px 5px 0 0;
    border-radius: 50%;
}

.answer-item.accepted-answer {
    margin-top: 10px;
    padding: 20px;
    background: #f4fbf5;
}

.answer-head {
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.answer-detail {
    position: relative;
    margin-left: 55px;
    padding-bottom: 5px;
}

.answer-detail hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.answer-detail .comment-reply a {
    color: #565a61;
    font-size: 12x;
    margin: 0 2px;
}

.answer-detail .comment-reply .member-icon img {
    width: 13px;
    height: 13px;
    margin: 0;
}

.answer-detail .comment-parent {
    color: #9b9da2;
}

.answer-detail .comment-parent a {
    color: #565a61;
    font-size: 12px;
    margin: 0 2px;
}

.answer-detail .comment-parent .member-icon img {
    width: 13px;
    height: 13px;
    margin: 0;
}

.answer-detail .commentBtn,.answer-detail>a {
    float: right;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
}

.answer-detail .answer-detail-accept,.answer-detail .answer-detail-accepted {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 10px;
    color: #fff;
    background: #5eaddf;
    border-color: #5eaddf;
    font-size: 12px;
}

.answer-detail .answer-detail-accepted {
    background: #0c9;
    border-color: #0c9;
}

.commentBtns {
    float: right;
    margin-top: 20px;
}

#commentCancel {
    float: left;
    width: 70px;
}

#commentCancel:hover {
    color: #d3d3d3;
}

#commentSubmit {
    float: left;
    width: 70px;
    color: #fff;
    background-color: #1cb974;
    border-radius: 0;
    height: 30px;
    padding: 5px;
}

.ptilte {
    font-size: 18px;
    color: #666;
    padding-bottom: 6px;
}

.your-answer {
    padding-bottom: 40px;
}

.your-answer img {
    display: inline-block;
    width: 36px;
    margin: -10px 5px 0 0;
    border-radius: 50%;
}

.clear-reply {
    display: none;
    width: 100px;
    float: right;
    padding: 6px 12px;
    color: #0c9;
    margin-right: 10px;
}

.clear-reply:hover {
    background-color: #0c9;
    color: #fff;
}

#yourAnswerForm {
    margin: 12px 0 14px;
}

#youAnswerBtn {
    float: right;
    width: 100px;
    color: #fff;
    background-color: #0c9;
    border-radius: 0;
}

.answer-delete,.answer-edit {
    margin-left: 5px;
}

@media (min-width:768px) {
    #askquestion .form-horizontal .control-label {
        width: 100px;
    }
}

.question-desc {
    margin: 0 0 30px;
}

.question-desc a {
    color: #00b877;
}

.search-result {
    display: none;
    margin: 12px 0;
    font-size: 13px;
    background: #f7f7f7;
    padding: 8px;
    color: #666;
}

.add-privatecourse .sidebox-body {
    text-align: center;
}

.add-privatecourse .sidebox-body input {
    width: 100%;
    padding: 6px 12px;
}

.add-privatecourse .sidebox-body .btn {
    width: 100%;
    margin-top: 10px;
}

.course-cates {
    font-size: 16px;
    color: #666;
}

.course-cates:first-child {
    margin-bottom: 10px;
}

.course-cates-title {
    padding: 4px 0 4px 15px;
}

.course-cates-content .course-cates-vip,.course-cates-content>a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 4px 0px;
    color: #666;
	width:120PX;height:30px;
    border-radius: 3px;
    cursor: pointer;
    transition: color 1s ease;
    transition: background .5s ease;
}

.course-cates-content .course-cates-vip.active,.course-cates-content .course-cates-vip:focus,.course-cates-content .course-cates-vip:hover,.course-cates-content>a.active,.course-cates-content>a:focus,.course-cates-content>a:hover {
    color: #fff;
    background: #000;
    text-decoration: none;

}

.course-cates-content .course-cates-vip a {
    color: #666;
}

.course-cates-content .course-cates-vip.active a,.course-cates-content .course-cates-vip a.active,.course-cates-content .course-cates-vip a:focus,.course-cates-content .course-cates-vip a:hover {
    color: #fff;
    text-decoration: none;
}

p.join-vip-faq {
    margin-top: 20px;
    margin-bottom: -50px;
    font-size: 13px;
}

p.join-vip-faq img {
    height: 13px;
    width: 13px;
    margin-top: -2px;
}

a.vip-without-bean {
    font-size: 18px;
    line-height: 30px;
}

.lab-item-ctrl .btn-primary {
    background-color: #0c9;
    border-color: #0c9;
    color: #fff;
}

.lab-item {
    position: relative;
    padding: 6px 0;
    margin: 12px 0;
}

.lab-item>div {
    display: inline-block;
    margin: 0 12px;
    padding: 6px 0;
    font-size: 16px;
    vertical-align: middle;
}

.lab-item>div.lab-item-ctrl {
    padding: 0;
}

.lab-item:hover {
    background: #f5f5f5;
}

.lab-item:hover.can-not-start:after {
    content: '请按顺序依次实验';
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    color: #ac9;
}

.lab-item-status img {
    vertical-align: middle;
}

.lab-item-index {
    color: #999;
}

.lab-item-title {
    max-width: 300px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:767px) {
    .lab-item-ctrl {
        float: none!important;
    }

    .lab-item-ctrl,.lab-item-title {
        display: block!important;
    }

    .lab-item-ctrl {
        text-align: right;
    }
}

#weixin-qrcode {
    display: none;
    background-color: #fff;
    text-align: center;
}

#weixin-qrcode img {
    width: 160px;
    height: 160px;
}

.mooc-course .mooc-footer a,.mooc-teacher .mooc-footer a {
    float: right;
    font-size: 14px;
}

.mooc-course .mooc-content img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}

.mooc-course .mooc-content div {
    margin: 10px 0;
    font-size: 14px;
}

.mooc-teacher .mooc-content a {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.mooc-teacher .mooc-content img {
    width: 100%;
}

.mooc-teacher .mooc-info div {
    margin: 5px 0;
    font-size: 14px;
    color: #4c5157;
}

.mooc-teacher .mooc-extra-info {
    padding: 5px;
    clear: both;
}

.mooc-teacher .mooc-extra-info div {
    font-size: 14px;
    color: #4c5157;
    line-height: 24px;
}

.mooc-teacher .mooc-extra-info .showDetail {
    color: #999;
}

.mooc-teacher .mooc-info .name {
    font-size: 15px;
    margin-right: 10px;
    color: #4c5157;
}

.activate-course {
    width: 80%;
    margin: 0 auto;
    padding: 5px 5px 5px 10px;
    color: #fff;
    background: #f3664f;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}

.activate-course .btn {
    color: #fff;
    background: #f3bc41;
    border: none;
}

.want-talk {
    width: 100%;
    height: 150px;
    resize: none;
    background-color: #fafbfa;
    border: 1px solid #ececec;
    margin-top: 12px;
    overflow-y: auto;
    padding: 6px 12px;
    font-size: 14px;
}

.disabled-talk a {
    color: #1abc9c;
}

.talk-items .row {
    border-top: 1px solid #efefef;
    padding: 24px 0 4px;
    margin: 0;
}

.talk-items .row:after {
    content: "";
    display: block;
    clear: both;
}

.talk-items-text {
    margin: 8px 0;
    color: #464646;
}

.notify.text-center {
    background-color: #fbf6dc;
    border-bottom: 1px solid #f5e79e;
    font-size: 14px;
    color: #ab9670;
    margin-top: -50px;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 45px;
    line-height: 45px;
}

.notify img {
    height: 14px;
}

.notify .email-checkout-btn {
    background-color: #0c9;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.course-description {
    width: 80%;
    margin: 30px auto 0;
    padding: 25px 50px;
    box-shadow: 0 1px 3px 0 #ccc;
}

.course-description h4 {
    font-size: 18px;
    font-family: Microsoft Yahei,SimHei,Tahoma,Arial,Helvetica,STHeiti;
    font-weight: bolder;
}

.course-description p {
    margin: 30px auto;
    font-size: 14px;
    text-align: left;
    color: #484848;
}

.course-description .progress {
    height: 16px;
    border-radius: 12px;
    background-color: #fff;
}

.course-description .progress-bar-success {
    background-color: #5ac65a;
    box-shadow: none;
}

.course-description .mooc a {
    width: 100px;
    margin: 5px 15px 5px 0;
    color: #13a654;
    border: 1px solid #13a654;
    border-radius: 0;
}

.course-description .mooc div {
    color: #ef5555;
    font-size: 14px;
    line-height: 1.6em;
}

.course-description p.requirement {
    text-align: left;
}

h4 i {
    float: right;
    position: relative;
    top: -30px;
    color: #1abc9c;
    cursor: pointer;
}

.labs-list {
    width: 70%;
    min-width: 650px;
    margin: 0 auto;
}

.labs-list .btn.disabled,.labs-list .line.disabled {
    background: #b0b0b0;
}

.labs-list a.btn:hover {
    background: #14ad8f;
    color: #fff;
}

.labs-list .popover {
    z-index: 1010;
}

.progress-con {
    width: 100%;
    height: 60px;
    padding: 10px;
}

#questions>.btn {
    padding: 8px 30px;
    margin-top: 12px;
    background: #0c9;
    border-color: #0c9;
}

#flash-modal .flash-modal-text {
    color: #0c9;
    font-size: 18px;
    font-weight: 700;
}

#flash-modal .flash-modal-labreport a {
    color: #0c9;
}

#flash-modal .flash-modal-labreport a:hover {
    text-decoration: none;
}

.course-heart-followed {
    color: #f66;
}

.course-followed {
    background: #acacac;
}

.course-follow-btn,.course-followed {
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
}

.course-follow-btn {
    background: #f66;
    cursor: pointer;
}

.vip-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #565656;
    background: #f5f5f5;
    font-weight: 700;
    box-shadow: 0 2px 15px 0 rgba(88,88,88,.42);
    z-index: 100;
}

.vip-banner img {
    display: inline-block;
    margin-right: 20px;
}

.vip-banner a {
    padding: 20px 60px;
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    background: #fc831f;
    font-weight: 700;
    border: none;
}

.vip-banner a:focus,.vip-banner a:hover {
    color: #fff;
    background: rgba(252,131,31,.8);
}

@media (max-width:768px) {
    .course-vip-banner {
        display: none;
    }
}

.course-users .course-users-content a {
    position: relative;
    display: inline-block;
    width: 32px;
    margin-right: 3%;
}

.course-users .course-users-content a span {
    color: #666;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
}

.course-users .course-users-content a .userimg {
    width: 100%;
    height: auto;
}

.course-users .course-users-content a .user-vip {
    position: absolute;
    top: 10px;
    left: 20px;
}

.course-users .course-user-footer {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.course-users .course-user-footer span {
    color: red;
    padding: 0 3px;
}

.adv-course a,.pre-course a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

.adv-course a:hover,.pre-course a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.recommend-courses .recommend-courses-content a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

.recommend-courses .recommend-courses-content a:hover {
    background: #f5f5f5;
    color: #ff6600;
    text-decoration: none;
}

.related-report {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

.related-report:hover {
    color: #4c5157;
    background-color: #f9f9f9;
    text-decoration: none;
}

.report-body {
    position: relative;
    padding: 10px 15px;
    margin: 15px auto 0;
    background: #fdfefd;
    overflow: hidden;
    border: 1px solid #efefef;
    clear: both;
}

.report-body .new-vm {
    margin: 0 10px;
}

.report-body:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
}

i {
    margin-right: 4px;
}

.report-title {
    margin-top: 12px;
}

.report-title p {
    color: #242424;
    font-size: 18px;
}

.report-title .name {
    font-weight: 600;
    margin-left: 10px;
}

.report-title .update-time {
    margin: 20px 12px;
    color: #8d99a5;
}

.report-title .report-figure {
    float: right;
    color: #a5acb2;
    font-size: 16px;
}

.report-title .report-figure .comments-count,.report-title .report-figure .report-views {
    padding-right: 5px;
}

@media (max-width:767px) {
    .report-title .update-time:after {
        content: "";
        display: block;
        height: 10px;
    }

    .report-body {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px;
    }

    .report-body .report-ctrl .report-git {
        display: block;
        margin: 10px 0;
    }

    .report-body .report-ctrl .report-git .git-link {
        width: 100%;
    }

    .report-body .report-ctrl>a {
        float: left!important;
        margin-right: 8px!important;
    }

    .report-body .report-detail {
        padding: 0 10px;
    }

    .report-comment .mkeditor-editor {
        border: 1px solid #ddd;
    }
}

.report-body .report-ctrl {
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    min-height: 40px;
    overflow: hidden;
}

.report-body .report-ctrl .report-delete {
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin-right: 0;
    border: 1px solid #d33b3b;
    padding: 4px 8px;
    background: #ef7373;
    float: right;
}

.report-body .report-ctrl .report-delete:hover {
    color: #fff;
    background: #fc7b7b;
    text-decoration: none;
}

.report-ctrl .report-git {
    display: inline-block;
    color: #9798aa;
}

.report-git-title {
    font-weight: 700;
    padding: 4px 0;
}

.git-link,.report-git-title {
    display: inline-block;
    overflow: hidden;
}

.git-link {
    width: 150px;
    padding: 4px 8px;
    color: #888;
    background: #fff;
    border: 1px solid #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-header {
    margin: 50px auto;
    text-align: center;
}

.report-header h3 {
    color: #3f4e5d;
    font-size: 21px;
}

.report-header a {
    color: #3e83c5;
    font-size: 16px;
    line-height: 40px;
}

.report-header a.report-edit {
    margin-top: -40px;
    color: #333;
    font-size: 18px;
}

.report-detail {
    margin: 30px 0;
    text-align: left;
    padding: 0 25px;
}

.report-detail img {
    max-width: 100%;
}

.report-like-weiboshare {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

.report-like-weiboshare .download-pdf {
    cursor: pointer;
    margin-left: 10px;
}

.imgs-title {
    color: #576274;
    font-size: 16px;
    margin: 0 20px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.report-imgs {
    padding: 40px 20px;
}

.img-item {
    display: block;
}

.img-item i {
    display: none;
    position: absolute;
    top: 2px;
    right: 14px;
    color: #f33;
}

.img-item img {
    width: 100%;
    border: 1px solid #dfe6e9;
    padding: 4px;
    background: #fff;
}

.talk-area {
    position: relative;
    height: 200px;
}

.disabled-talk {
    width: 100%;
    height: 150px;
    font-size: 14px;
    line-height: 136px;
    text-align: center;
    background-color: #fafbfa;
    border: 1px solid #ececec;
    margin-top: 12px;
    padding: 6px 12px;
}

.disabled-talk a {
    color: #2abc7b;
}

.want-talk {
    width: 100%;
    height: 120px;
    resize: none;
    background-color: #fafbfa;
    border: 1px solid #ececec;
    margin-top: 12px;
    overflow-y: auto;
    padding: 6px 12px;
    font-size: 14px;
}

.want-talk:focus {
    border: 1px solid #1abc9c;
    outline-color: hsla(0,0%,80%,0);
}

.talk-btn {
    width: 108px;
    color: #fff;
    background-color: #1abc9c;
    right: 0;
    font-size: 14px;
}

.notalk-btn,.talk-btn {
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    cursor: pointer;
}

.notalk-btn {
    width: 100px;
    color: #1abc9c;
    right: 115px;
    display: none;
}

.notalk-btn:hover,.talk-btn:hover {
    color: #fff;
    background-color: #1abc9c;
}

.talk-title {
    color: #565656;
    font-size: 14px;
    margin: 4px;
}

.talk-title .row {
    border-top: 1px solid #efefef;
    padding: 24px 0 4px;
    margin: 0;
}

.talk-title .row:after {
    content: "";
    display: block;
    clear: both;
}

.talk-items-img img {
    width: 50px;
    height: 50px;
}

.talk-items-content {
    padding: 0 0 0 26px;
    font-size: 14px;
}

.talk-items-name {
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talk-items-name a {
    color: #1abc9c;
}

.talk-items-name span {
    color: #ccc;
    font-size: 12px;
}

.talk-items-text {
    margin: 8px 0;
    color: #464646;
    word-wrap: break-word;
}

.talk-items-time {
    color: #ddd;
    margin-top: 12px;
    font-size: 12px;
}

.talk-items-a,.talk-items-reply {
    float: right;
    margin: -17px 6px 0 0;
    cursor: pointer;
    color: #565656;
    font-size: 12px;
}

.talk-items-a a {
    color: #1abc9c;
}

.talk-items-reply:hover {
    color: #000;
}

.talk-page {
    border-top: 1px solid #ccc;
}

.comment-delete {
    position: absolute;
    right: 4px;
    top: 0;
    color: #b2bbc3;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
}

.report-side {
    box-shadow: 0 1px 1px 0 #ccc;
    padding: 15px 15px 35px;
    margin-top: 15px;
    background: #fff;
}

.report-data {
    margin-top: 0;
}

.side-title {
    padding: 0 10px;
    font-size: 18px;
    color: #525252;
    border-left: 5px solid #1abc9c;
}

.info-title {
    padding: 12px 16px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}

.info-figure {
    color: #444;
    margin-right: 20px;
}

.note-editor {
    display: none;
}

.report-owner {
    text-align: right;
    color: #9b9da2;
    margin: 0 5px;
}

.report-owner .owner-list {
    cursor: pointer;
}

.report-owner .owner-list.active {
    color: #0c9;
}

.lab-id {
    display: inline-block;
    padding: 8px 24px;
    background-color: #e6ecf3;
    color: #55667c;
    margin: 4px 2px;
    cursor: pointer;
}

.lab-id.active {
    background-color: #55667c;
    color: #fff;
    cursor: default;
}

.comment-item-content,.report-detail {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,STHeiti,Microsoft Yahei,sans-serif;
    font-size: 14px;
    color: #40464c;
}

.comment-item-content h1,.report-detail h1 {
    font-size: 24px;
    line-height: 2.4;
}

.comment-item-content h2,.report-detail h2 {
    font-size: 18px;
    line-height: 2.4;
    font-weight: 700;
}

.comment-item-content h3,.report-detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.4;
}

.comment-item-content h4,.report-detail h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.4;
}

.comment-item-content p,.report-detail p {
    font-size: 14px;
    line-height: 1.6;
}

.comment-item-content ul,.report-detail ul {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 2;
}

.comment-item-content a,.report-detail a {
    font-size: 95%;
    padding: 0 4px;
}

.comment-item-content b,.comment-item-content strong,.report-detail b,.report-detail strong {
    font-weight: 700;
    font-size: 95%;
    padding: 0 4px;
}

.comment-item-content pre,.report-detail pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f3f9f4;
    border: 1px solid #e4f0e6;
    border-radius: 4px;
}

.comment-item-content .hljs,.report-detail .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #f3f9f4;
    color: #406a61;
}

.comment-item-content .hljs-comment,.report-detail .hljs-comment {
    color: #b4bfb6;
}

.labreport-detail-like .report-like-btn {
    float: right;
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;
}

.labreport-detail-like .btn-no-like,.labreport-detail-like .report-like-btn,.labreport-detail-like .report-like-btn-noauthen {
    color: #565a61;
    border: 1px solid #ccc;
}

.labreport-detail-like .btn-no-like:hover,.labreport-detail-like .report-like-btn-noauthen:hover {
    border: 1px solid #adadad;
    background-color: #e6e6e6;
}

.labreport-detail-like .btn-like {
    cursor: auto;
    color: #fff;
    background-color: #f35e69;
    border: 1px solid #f35e69;
}

.labreport-detail-like .btn-weiboshare {
    color: #565a61;
    float: right;
    margin: 0 10px;
}

.course-infobox {
    margin-bottom: 10px;
}

.course-infobox-header {
    overflow: hidden;
}

.course-infobox-title {
    font-size: 21px;
    margin: 0;
    line-height: 1.6;
}

.course-infobox-type {
    display: inline-block;
    padding: 6px 8px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
}

.course-infobox-type.course-type-basic {
    background: #544b8e;
}

.course-infobox-type.course-type-project {
    background: #5d8cd2;
}

.course-infobox-type.course-type-charge,.course-infobox-type.course-type-evaluation {
    background: #ff4556;
}

.course-infobox-type.course-type-private {
    background: #5d8cd2;
}

.course-infobox-follow {
    font-size: 15px;
    color: #999;
}

.course-infobox-follow i {
    margin: 0 0 0 4px;
    font-size: 18px;
    cursor: pointer;
}

.course-infobox-follow i.fa-star {
    color: #f66;
}

.course-infobox-body .disabled {
    background-color: #fff;
    border-color: #fafafa;
    color: #999;
}

.course-infobox-body .course-infobox-price .disabled {
    background-color: #0cb952;
    border-color: #079f46;
    color: #fff;
}

.bootcamp-remain-days {
    margin-top: 10px;
    font-size: 14px;
}

.bootcamp-remain-days strong {
    font-size: 18px;
}

.course-infobox-content {
    margin: 16px 0;
    color: #4c5157;
    font-size: 15px;
}

.course-infobox-content>.online-consultant {
    display: block;
    width: 210px;
    margin: 10px 0;
    line-height: 2em;
}

.course-infobox-progress {
    margin: 12px 0;
}

.course-infobox-progress>span {
    font-size: 15px;
    vertical-align: middle;
    color: #666;
}

.course-infobox-progress>div {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    vertical-align: middle;
}

.course-infobox-progress .course-progress-finished {
    background: #0c9;
}

.course-infobox-progress .course-progress-next {
    background: #5d8cd2;
}

.course-infobox-progress .course-progress-new {
    background: #f4f4f4;
}

.course-infobox-price {
    margin: 12px 0 24px;
}

.course-infobox-price a:first-child,.course-infobox-price span {
    display: inline-block;
    margin-right: 16px;
    padding: 0;
    font-size: 18px;
    color: #999;
    text-align: right;
    vertical-align: middle;
}

.course-infobox-price a:first-child:focus,.course-infobox-price a:first-child:hover,.course-infobox-price span:focus,.course-infobox-price span:hover {
    text-decoration: none;
}

.course-infobox-price a {
    padding: 6px 28px;
    font-size: 24px;
}

.course-infobox-price .member-vip {
    font-size: 14px;
}

.course-infobox-price .member-vip a {
    padding: 0;
    margin: 0;
    color: #0c9;
    font-size: 14px;
    vertical-align: baseline;
}

.course-infobox-footer {
    margin: 0 -30px -30px;
    padding: 12px 30px;
    color: #999;
    background: #fff;
    font-size: 14px;
    border-top: 1px solid #ecf0f3;
}

.report-evaluate-header .report-evaluate-link,.report-evaluate-header .report-evaluate-link:hover {
    padding: 0;
    border: none;
    background-color: #fff;
}

.report-evaluate-header .report-evaluate-link:hover i,.report-evaluate-header .report-evaluate-link i {
    font-size: 20px;
    color: #9b9da2;
    cursor: pointer;
}

.report-evaluate-body {
    text-align: center;
    margin: 35px;
}

.report-evaluate-body .level-A .tri-top {
    border-color: #0c9 transparent transparent #0c9;
    margin-top: 20px;
}

.report-evaluate-body .level-A .report-evaluate-text {
    color: #0c9;
    border: 1px solid #0c9;
}

.report-evaluate-body .level-B .tri-top {
    border-color: #9ec227 transparent transparent #9ec227;
    margin-top: 20px;
}

.report-evaluate-body .level-B .report-evaluate-text {
    color: #9ec227;
    border: 1px solid #9ec227;
}

.report-evaluate-body .level-C .tri-top {
    border-color: #fe9909 transparent transparent #fe9909;
    margin-top: 20px;
}

.report-evaluate-body .level-C .report-evaluate-text {
    color: #fe9909;
    border: 1px solid #fe9909;
}

.report-evaluate-body .level-D .tri-top {
    border-color: #f78282 transparent transparent #f78282;
    margin-top: 20px;
}

.report-evaluate-body .level-D .report-evaluate-text {
    color: #f78282;
    border: 1px solid #f78282;
}

.report-evaluate-body .tri-top {
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    margin: 10px auto -3px;
    background-color: #fff;
}

.report-evaluate-body .report-evaluate-text {
    padding: 6px;
}

.report-evaluate-body .report-evaluate-update {
    margin-top: 20px;
    color: #9b9da2;
}

.report-score-box .sidebox-body p {
    margin: 36px 0;
    text-align: center;
    font-size: 42px;
    color: #666;
}

.evaluate-header {
    height: 340px;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,.2);
    margin-top: 53px;
    padding-top: 48px;
}

.evaluate-header .evaluate-title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6em;
}

.evaluate-header .evaluate-describe {
    color: #fff;
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 100;
}

.evaluate-des-content {
    padding: 25px 0;
    text-align: center;
}

.evaluate-des-content .evaluate-des-title {
    color: #0074bc;
    font-size: 18px;
    padding: 10px 0;
}

.evaluate-des-content .evaluate-des-text {
    position: relative;
    padding: 30px 40px;
    font-size: 14px;
    color: #565a61;
}

.evaluate-des-content .evaluate-des-text:before {
    left: 10px;
    top: 25px;
    border-color: #ccc transparent transparent #ccc;
}

.evaluate-des-content .evaluate-des-text:after,.evaluate-des-content .evaluate-des-text:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 1px;
}

.evaluate-des-content .evaluate-des-text:after {
    display: inline-block;
    top: 55px;
    right: 10px;
    border-color: transparent #ccc #ccc transparent;
}

.evaluate-course-content {
    background-color: #f2fafe;
    text-align: center;
    padding: 60px 0;
}

.evaluate-course-content .evaluate-course-tip {
    background-color: #0074bc;
    color: #fff;
    padding: 6px 12px;
    width: 135px;
    margin: 0 auto;
    font-size: 20px;
}

.evaluate-course-content .evaluate-course-des {
    color: #0074bc;
    margin: 20px 0 50px;
    font-size: 18px;
}

.evaluate-course-content a .evaluate-course-box {
    text-align: left;
    background-color: #fff;
    box-shadow: 0 3px 5px #9dcce0;
    margin: 0 25px;
}

.evaluate-course-content a .evaluate-course-box img {
    width: 100%;
}

.evaluate-course-content a .evaluate-course-box .evaluate-flexbox {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
}

.evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-job {
    color: #4c5157;
    font-size: 18px;
    padding: 5px 0 5px 10px;
}

.evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-company {
    font-size: 16px;
    color: #fff;
    background-color: #0c9;
    padding: 3px 5px;
    position: relative;
}

.evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-company:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 29px solid #0c9;
    border-left: 10px solid transparent;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text {
    padding: 0 15px 25px;
    height: 160px;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text span {
    display: inline-block;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-key {
    color: #4c5157;
    margin: 5px 0;
    font-size: 14px;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-value {
    color: #ccc;
    font-size: 14px;
    margin: 5px 0;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-salary {
    color: #ff9717;
    margin: 5px 40px 5px 0;
    font-size: 14px;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-pay {
    color: #ccc;
    box-shadow: 0 0 1px #ccc;
    padding: 2px 5px;
    font-size: 14px;
    margin: 5px 0;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-company-des {
    color: #ccc;
    font-size: 14px;
    margin: 5px 0;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-company-des:after {
    content: ". . .";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #ccc;
    width: 100%;
}

.evaluate-course-content a:focus,.evaluate-course-content a:hover {
    text-decoration: none;
}

.evaluate-faq {
    text-align: center;
    padding: 60px 0;
}

.evaluate-faq .evaluate-faq-tip {
    background-color: #0074bc;
    color: #fff;
    padding: 6px 12px;
    width: 135px;
    margin: 0 auto;
    font-size: 20px;
}

.evaluate-faq .evaluate-faq-des {
    color: #0074bc;
    margin: 20px 0 50px;
    font-size: 18px;
}

.evaluate-faq .evaluate-faq-question {
    text-align: left;
    margin: 40px 0 5px;
    color: #0074bc;
    font-size: 18px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

.evaluate-faq .evaluate-faq-question span {
    padding: 0 10px;
}

.evaluate-faq .evaluate-faq-answer {
    text-align: left;
    padding: 30px;
    background-color: #f2fafe;
    color: #2ea2ea;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

.evaluate-faq .evaluate-faq-answer .evaluate-answer-text {
    padding: 0 10px;
}

.evaluate-faq .evaluate-faq-more {
    text-align: left;
    margin-top: 30px;
}

.evaluate-faq .evaluate-faq-more a {
    font-size: 16px;
    color: #565a61;
}

.evaluate-faq .evaluate-faq-more a:focus,.evaluate-faq .evaluate-faq-more a:hover {
    text-decoration: none;
}

.tour .popover-title {
    background: none;
    border: none;
    font-weight: 700;
}

.tour .close {
    margin: 4px;
}

#labdoc .btn-err-correction {
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding: 4px 10px;
    border-radius: 24px;
    z-index: 100;
}

@media (max-width:767px) {
    .btn-err-correction {
        display: none;
    }
}

#lab-console {
    height: 100%;
    overflow: hidden;
}

#lab-console #lab-container {
    position: relative;
    width: 40%;
    height: 100%;
    background: #f9f9f9;
}

#lab-console #lab-container .tab-content {
    max-width: 100%;
    height: calc(100% - 42px);
    background: #f9f9f9;
    padding: 0;
    box-shadow: 0 0 1px 1px #ddd;
}

#lab-console #lab-container .tab-content .tab-pane {
    height: 100%;
}

#lab-console #lab-container .tab-content .tab-pane .labdoc-preview {
    height: calc(100% - 90px);
}

#lab-console .lab-nav-container {
    position: relative;
    padding: 2px;
    background: #000;
}

#lab-console .lab-nav-container .tabs-hover {
    position: absolute;
    top: 0;
    left: 56px;
    width: 70px;
    height: 52px;
    background: url(https://static.shiyanlou.com/img/console-tab-bg.png) no-repeat;
    background-size: 100% 100%;
}

#lab-console .lab-nav-container .nav-tabs {
    padding: 0;
    margin: 0;
    background: #2b2f36;
    border: none;
}

#lab-console .lab-nav-container .nav-tabs li {
    width: 70px;
    margin: 0 8px;
    text-align: center;
}

#lab-console .lab-nav-container .nav-tabs li a {
    padding: 8px 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    border: none;
}

#lab-console .lab-nav-container .nav-tabs li:first-child {
    width: 20px;
    padding: 0;
    margin-right: 20px;
}

#lab-console .lab-nav-container .nav-tabs li:first-child a {
    padding: 4px;
    font-size: 20px;
    border: none;
}

#lab-console .lab-nav-container .nav-tabs li:first-child a:focus,#lab-console .lab-nav-container .nav-tabs li:first-child a:hover {
    border: none;
}

#lab-console .lab-nav-container .nav-tabs li.active a,#lab-console .lab-nav-container .nav-tabs li:focus a,#lab-console .lab-nav-container .nav-tabs li:hover a {
    color: #fff;
    border: none;
}

#lab-console .lab-nav-container .nav-tabs>.btn {
    padding: 4px 10px;
    margin: 3px;
    border-radius: 40px;
}

#lab-console .labdoc-btns {
    text-align: center;
}

#lab-console .labdoc-btns .btn {
    border-radius: 40px;
}

#lab-console .labdoc-btns .btn.btn-danger {
    background: #ff5c5d;
    border-color: #ff5c5d;
}

#lab-console .labdoc-btns .btn.btn-success {
    background: #08c093;
    border-color: #08c093;
}

#lab-console .labdoc-sections {
    padding: 10px 35px 20px 20px;
}

#lab-console .labdoc-sections>h2 {
    margin: 0 10px 10px;
    text-align: center;
}

#lab-console .section-line {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #666;
}

#lab-console .section-line .section-circle {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #666;
    border-radius: 50%;
    cursor: pointer;
}

#lab-console .section-line .section-circle.last-circle {
    left: auto;
    right: -8px;
}

#lab-console .section-line .section-circle.active,#lab-console .section-line .section-circle:hover {
    background: #0c9;
    box-shadow: 0 0 4px #0c9;
}

#lab-console .labdoc-preview {
    height: calc(100% - 100px);
    padding: 10px;
    overflow-y: auto;
}

#lab-console .labdoc-preview .labdoc-tips {
    font-size: 15px;
    color: #333;
    font-weight: 100;
    line-height: 1.6em;
}

#lab-console .labdoc-preview .labdoc-tips a {
    color: #337ab7;
    font-weight: 500;
}

#lab-console .labdoc-preview .labdoc-tips a:focus,#lab-console .labdoc-preview .labdoc-tips a:hover {
    color: #23527c;
    text-decoration: none;
}

#lab-console .labdoc-content {
    position: relative;
    padding: 20px 0;
    clear: both;
}

#lab-console .labdoc-content img {
    max-width: 100%;
    cursor: pointer;
}

#lab-console .labdoc-content p,#lab-console .labdoc-content span {
    font-size: 16px;
    font-weight: 100;
    line-height: 2em;
}

#lab-console .labdoc-content ol li,#lab-console .labdoc-content ul li {
    font-size: 15px;
    font-weight: 100;
}

#lab-console #report {
    background: #fff;
}

#lab-console #report .nav-tabs .btn,#lab-console #report .nav-tabs div {
    margin: 3px;
}

#lab-console #report .nav-tabs .btn.publish-report-btn,#lab-console #report .nav-tabs .btn.update-report-btn,#lab-console #report .nav-tabs div.publish-report-btn,#lab-console #report .nav-tabs div.update-report-btn {
    margin-right: 24px;
}

#lab-console #report .nav-tabs .autosave-time {
    color: #ccc;
    padding: 7px;
    font-size: 14px;
}

#lab-console #display {
    position: fixed;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #000;
}

#lab-console #display .infobox {
    width: 600px;
    max-width: 100%;
    padding: 20px;
    margin: 25% auto 0;
    background: #214451;
    box-shadow: 0 0 10px 1px #0f0f0f;
    border-radius: 10px;
}

#lab-console #display .infobox>div {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}

#lab-console #display .infobox>div .info {
    margin-bottom: 20px;
    color: #86b7cc;
}

#lab-console #display .infobox>div .info>div {
    margin: 16px 0;
}

#lab-console #display .infobox>div .info>div a {
    display: inline-block;
    margin-top: 10px;
    color: #08bf91;
}

#lab-console #display .infobox>div .info .up-vip {
    display: inline-block;
    margin: 30px auto 0;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px dashed #86b7cc;
}

#lab-console #display .infobox>div .info .btn {
    padding: 10px 60px;
    border-radius: 4px;
    font-size: 18px;
}

#lab-console #display .infobox>div .info .btn.btn-success {
    background: #30b6ee;
    border-color: #30b6ee;
}

#lab-console #display .infobox>div>span {
    color: #fff;
}

#lab-console #tools {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(85,85,85,.85);
    z-index: 100;
}

#lab-console #tools img {
    width: 16px;
}

#lab-console #tools .tools-toggle {
    position: absolute;
    top: 130px;
    left: -20px;
    font-size: 24px;
    cursor: pointer;
    z-index: 110;
}

#lab-console #tools .tools-toggle .hide-tools,#lab-console #tools .tools-toggle .show-tools {
    display: block;
    width: 20px;
    color: #eee;
    background: #4e5a60;
    padding: 4px;
    border-radius: 4px 0 0 4px;
    line-height: 1.2em;
    font-weight: 100;
    font-size: 14px;
}

#lab-console #tools .tools-toggle .show-tools {
    display: none;
}

#lab-console #tools .tools-divide {
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #434a53;
}

#lab-console #tools .vm-mode-select>.btn,#lab-console #tools>.btn,#lab-console #tools>span .btn {
    display: none;
    padding: 10px 30px;
    color: #eee;
    background: none;
    border: none;
    border-radius: 0;
    text-align: left;
}

#lab-console #tools .vm-mode-select>.btn:focus,#lab-console #tools .vm-mode-select>.btn:hover,#lab-console #tools>.btn:focus,#lab-console #tools>.btn:hover,#lab-console #tools>span .btn:focus,#lab-console #tools>span .btn:hover {
    color: #0c9;
    background: #616161;
}

#lab-console #tools .vm-mode-select>.btn.active,#lab-console #tools>.btn.active,#lab-console #tools>span .btn.active {
    color: #0c9;
}

#lab-console #tools .vm-mode-select>.btn:last-child,#lab-console #tools>.btn:last-child,#lab-console #tools>span .btn:last-child {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50px;
    padding: 5px 10px;
}

#lab-console #tools .vm-mode-select>.btn:last-child .fa,#lab-console #tools>.btn:last-child .fa,#lab-console #tools>span .btn:last-child .fa {
    margin: 0;
}

#lab-console #tools .vm-mode-select>.btn:last-child:focus,#lab-console #tools .vm-mode-select>.btn:last-child:hover,#lab-console #tools>.btn:last-child:focus,#lab-console #tools>.btn:last-child:hover,#lab-console #tools>span .btn:last-child:focus,#lab-console #tools>span .btn:last-child:hover {
    background: none;
}

#lab-console #tools .vm-mode-select>.btn.next-lab-btn,#lab-console #tools .vm-mode-select>.btn.stop-lab-btn,#lab-console #tools>.btn.next-lab-btn,#lab-console #tools>.btn.stop-lab-btn,#lab-console #tools>span .btn.next-lab-btn,#lab-console #tools>span .btn.stop-lab-btn {
    width: 75%;
    margin: 10px auto;
    padding: 4px 10px;
    background: #ff5c5d;
    border-radius: 40px;
    text-align: center;
}

#lab-console #tools .vm-mode-select>.btn.next-lab-btn:focus,#lab-console #tools .vm-mode-select>.btn.next-lab-btn:hover,#lab-console #tools .vm-mode-select>.btn.stop-lab-btn:focus,#lab-console #tools .vm-mode-select>.btn.stop-lab-btn:hover,#lab-console #tools>.btn.next-lab-btn:focus,#lab-console #tools>.btn.next-lab-btn:hover,#lab-console #tools>.btn.stop-lab-btn:focus,#lab-console #tools>.btn.stop-lab-btn:hover,#lab-console #tools>span .btn.next-lab-btn:focus,#lab-console #tools>span .btn.next-lab-btn:hover,#lab-console #tools>span .btn.stop-lab-btn:focus,#lab-console #tools>span .btn.stop-lab-btn:hover {
    color: #fff;
}

#lab-console #tools .vm-mode-select>.btn.next-lab-btn,#lab-console #tools>.btn.next-lab-btn,#lab-console #tools>span .btn.next-lab-btn {
    background: #08c093;
}

#lab-console #tools .vm-mode-select {
    position: relative;
}

#lab-console #tools .vm-mode-select>.btn {
    padding: 14px 30px;
}

#lab-console #tools .vm-mode-select .show-modes {
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    padding: 0 0 0 2px;
    color: #000;
    background: #777;
    line-height: 300%;
    z-index: 1;
}

#lab-console #tools .vm-mode-select .vm-modes {
    position: absolute;
    top: 0;
    min-width: 150px;
    padding: 7px;
    background: #616161;
    white-space: nowrap;
    transform: translateX(100%);
    transition: all 1s ease;
    z-index: 10;
}

#lab-console #tools .vm-mode-select .vm-modes .btn {
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

#lab-console #tools .vm-mode-select .vm-modes .btn.active,#lab-console #tools .vm-mode-select .vm-modes .btn:focus,#lab-console #tools .vm-mode-select .vm-modes .btn:hover {
    background: #434a53;
    border-radius: 40px;
}

#lab-console #tools .vm-mode-select:hover .vm-modes {
    transform: translateX(-100%);
}

#lab-console #tools .vm-mode-select:hover .vm-modes+.show-modes {
    display: none;
}

#lab-console .lefttime {
    padding: 0 8px 8px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

#lab-console .lefttime .btn {
    padding: 2px 6px;
    background: #747c82;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 10px;
}

#lab-console .lefttime .btn:focus,#lab-console .lefttime .btn:hover {
    color: #0c9;
}

#lab-console .desktop-toggle {
    display: none;
    position: absolute;
    top: 49px;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 110;
}

#lab-console .desktop-toggle .hide-desktop,#lab-console .desktop-toggle .show-desktop {
    display: inline-block;
    width: 20px;
    color: #eee;
    background: #3080a8;
    margin: 0;
    padding: 4px;
    border-radius: 4px 0 0 4px;
    line-height: 1.2em;
    font-weight: 100;
    font-size: 14px;
}

#lab-console .desktop-toggle .show-desktop {
    display: none;
}

.vip-view {
    width: 80%;
    height: 120px;
    max-width: 440px;
    padding: 20px 0 10px;
    margin: 10px auto 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px 1px #eee;
}

.vip-view-header {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.vip-view-body {
    margin: 10px 0;
    color: #333;
    font-size: 15px;
}

.vip-view-footer a {
    color: #08bf91;
    font-size: 15px;
}

#clipboard-modal textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    resize: vertical;
}

#share-desktop-modal input {
    margin-bottom: 10px;
    cursor: pointer;
}

#insert-img-modal .modal-body .btn {
    width: 100%;
    height: 120px;
    font-size: 20px;
}

#insert-img-modal .modal-body .btn .fa-cut {
    transform: rotate(-90deg);
}

.lab-exam h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.lab-exam>div {
    margin-left: 20px;
}

.lab-exam>div label {
    font-size: 16px;
    font-weight: 500;
}

.lab-exam>div .btn {
    background: #08c093;
    border-color: #08c093;
}

.loading-lab {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85,85,85,.5);
    text-align: center;
    z-index: 1000;
}

.loading-lab-container {
    display: inline-block;
    width: 280px;
    height: 120px;
    padding: 4px 30px;
    margin: 25% auto 0;
    background: #555;
}

.loading-lab-msg {
    float: left;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}

.loading-lab-msg p {
    display: none;
    margin-bottom: 4px;
}

.loading-lab-logo {
    float: left;
    position: relative;
    overflow: hidden;
}

.loading-lab-hover,.loading-lab-logo,.loading-lab-logo img {
    width: 100px;
    height: 100px;
}

.loading-lab-hover {
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://static.shiyanlou.com/img/console-loading-hover.png) repeat;
    background-size: 100px 100px;
    animation: a 12s steps(150) infinite,b 3s steps(150) infinite;
}

@keyframes a {
    0% {
        top: 0;
    }

    to {
        top: -100px;
    }
}

@keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100px 0;
    }
}

.path-description {
    margin: 35px auto 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 #c2c2c2;
    overflow: hidden;
}

.path-description .path-desc-top {
    height: 250px;
}

.path-description .path-desc-top .name-total-box {
    margin-top: 50px;
    margin-bottom: 20px;
}

.path-description .path-desc-top .name-total-box h4 {
    font-family: Microsoft Yahei;
    font-size: 30px;
    color: #fff;
}

.path-description .path-desc-top .name-total-box .path-total-courses {
    font-size: 18px;
    line-height: 53px;
    text-align: right;
}

.path-description .path-desc-top .name-total-box .path-total-courses .total-courses-box {
    padding: 6px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
}

.path-description .path-desc-top .path-desc-text {
    color: #fff;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}

.path-description .path-desc-btm {
    height: 100px;
    font-size: 18px;
    padding-top: 26px;
    color: #787878;
}

.path-description .path-desc-btm>div {
    padding-top: 6px;
}

.path-description .path-desc-btm .center-line {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.path-description .num {
    color: #fa5e5b;
}

@media (max-width:767px) {
    .path-description .path-desc-top .name-total-box h4 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .path-description .path-desc-top .name-total-box .path-total-courses {
        text-align: left;
    }
}

@media (max-width:767px) {
    .path-description .path-desc-btm {
        padding-top: 0;
    }

    .path-description .path-desc-btm>div:last-child {
        text-align: center;
    }
}

@media (max-width:480px) {
    .path-description .path-desc-btm {
        font-size: 14px;
    }
}

.start-btn {
    display: block;
    width: 200px;
    height: 45px;
    background: #fa5e5b;
    box-shadow: 0 3px 3px #ee5653;
    border-radius: 50px;
    margin: 100px auto;
    font-size: 20px;
}

.start-btn,.start-btn:hover {
    color: #fff;
}

.end-pin {
    display: block;
    width: 200px;
    height: 45px;
    border: 1px solid #08bf91;
    border-radius: 50px;
    margin: 100px auto;
    font-size: 20px;
    cursor: auto;
}

.end-pin,.end-pin:hover {
    color: #08bf91;
}

.path-title-box {
    margin: 100px 0 50px;
    font-size: 20px;
    color: #787878;
}

.path-title-box .line {
    width: 15%;
    display: inline-block;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .jobtree .course-box .straight-line {
        display: none;
    }

    .double-labs {
        width: auto;
        margin: 0;
    }

    .double-labs .bottom-rectangle-line,.double-labs .top-rectangle-line {
        display: none;
    }

    .double-labs .course-box {
        float: none;
        margin: 60px auto 0;
    }
}

.path-item {
    height: 100px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #ccc;
    position: relative;
	background-color: #EEEEEE;
    -webkit-box-shadow:1px 1px 5px #888888; 
    -moz-box-shadow: 1px 1px 5px #888888; 
    box-shadow: 1px 1px 5px #888888;
}

}

.path-item .path-img {
    text-align: left;
    padding: 0;
}

.path-item .path-img img {
    width: 100px;
    height: 100px;
}

.path-item .path-name {
    color: #565656;
    font-size: 18px;
    padding-top: 20px;
}

.path-item .path-course-num {
    color: #9b9da2;
    font-size: 14px;
    padding-top: 10px;
}

.path-item .desc-layer {
    position: absolute;
    top: 0;
    left: 115px;
    right: 0;
    bottom: 0;
    background: hsla(0,0%,8%,.8);
    padding: 20px 11px;
    display: none;
}

.path-item .desc-layer .center {
    height: 60px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.path-item:hover {
    box-shadow: 0 0 3px #aaa;
}

.path-item:hover .desc-layer {
    display: block;
}

.user-avatar {
    position: relative;
    display: inline-block;
}

.user-avatar a:focus,.user-avatar a:hover {
    text-decoration: none;
}

.user-avatar .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 5%;
}

.user-avatar .member-icon {
    position: absolute;
    bottom: 1%;
    right: 3%;
    width: 32%;
}

.user-avatar .member-icon img {
    width: 100%;
    min-width: 12px;
}

.user-username {
    display: inline-block;
}

.user-username a:focus,.user-username a:hover {
    text-decoration: none;
    color: #000;
}

.user-username .username {
    color: #999;
    font-size: 14px;
}

.user-username .user-level {
    margin-left: -2px;
    color: #fec42d;
    font-size: 12px;
    font-weight: 700;
}

#add-friends-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #0c9;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

#add-friends-btn:active,#add-friends-btn:focus,#add-friends-btn:hover {
    background: rgba(0,204,153,.7);
}

#friends>.row {
    margin: 0;
    position: relative;
}

#friends>.row .friend {
    margin: 10px 0;
}

#friends>.row .friend,#friends>.row .friend>div {
    text-align: center;
}

#friends>.row .friend img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#friends>.row .friend .member-icon img {
    width: 18px;
    height: 18px;
}

#friends>.row .friend .friend-name {
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#friends>.row .friend .friend-level {
    font-size: 14px;
}

#friends>.row .friend .friend-level span {
    color: #f66;
}

.community-name {
    font-size: 18px;
    color: #464646;
    font-weight: 400;
}

.community-image {
    height: 45px;
    width: 45px;
    float: right;
    border-radius: 50%;
}

.community-count {
    color: #666;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400;
}

.community-entrance,.community-entrance:hover {
    display: block;
    background: #0c9;
    padding: 9px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
}

#user-index .layout-body {
    padding: 15px 50px;
}

.bg-img {
    padding: 0;
    width: 100%;
}

.empty-tip {
    text-align: center;
    font-size: 18px;
    color: #93a0a8;
    padding: 20px;
    margin: 7px 15px;
    background: #fafafa;
}

.user-intro {
    height: 150px;
}

.user-image {
    position: relative;
    top: -110px;
    left: 115px;
    width: 185px;
    height: 185px;
    padding: 8px;
    background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 1px 3px 0 #d3d3d3;
}

.user-money {
    position: relative;
    top: -100px;
    left: 145px;
    color: #949ea8;
    font-size: 14px;
}

.noun-explain {
    border-bottom: 1px dashed #686b74;
    cursor: pointer;
}

.money-count {
    color: #fc5e5d;
    font-size: 16px;
    margin: 0 3px;
}

.user-deal {
    position: absolute;
    right: 100px;
    top: 30px;
}

.addfriend,.sendmsg {
    border: none;
    background-color: #1abc9c;
}

.addfriend:focus,.addfriend:hover,.sendmsg:focus,.sendmsg:hover {
    background-color: #11aa8c;
}

.info-ctrl {
    top: -10px;
    left: 365px;
}

.info-btn,.info-ctrl {
    position: absolute;
}

.info-btn {
    top: 34px;
    right: 50px;
}

.user-name {
    font-size: 22px;
    color: #2f3c4c;
}

.user-vip-icon {
    vertical-align: text-top;
    margin: 0 5px;
}

.user-vip-deadline {
    color: #565a61;
}

.user-vip-charge {
    color: red;
    margin: 0 5px;
}

.user-vip-charge:hover {
    color: #0c9;
}

.user-profession {
    color: #8a939c;
    font-size: 14px;
    margin-right: 15px;
}

.user-community {
    color: #808a94;
    text-decoration: none;
}

.user-community:focus,.user-community:hover {
    color: #00b877;
    text-decoration: none;
}

.user-profile,.user-share {
    display: block;
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
}

.user-profile:focus,.user-profile:hover,.user-share:focus,.user-share:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.user-share {
    background-color: #1cb974;
}

.user-profile {
    background-color: #6a7789;
}

.user-git,.user-vm {
    color: #8a939c;
    font-size: 14px;
    margin-top: 20px;
}

.user-vm-name {
    color: #8a939c;
    margin: 0 10px;
}

.user-vm-name:hover {
    color: #0c9;
}

.user-vm-btn {
    color: #fff;
    background-color: #0c9;
    cursor: pointer;
}

.user-vm-btn:focus,.user-vm-btn:hover {
    color: #fff;
    text-decoration: none;
}

.user-title {
    color: #93a0a8;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f4f7;
}

.follow-course,.learn-course,.user-report {
    position: relative;
}

.view-all {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #9ca5ae;
}

.view-all:focus,.view-all:hover {
    text-decoration: none;
    color: #00b877;
}

.achieve-body {
    margin: 10px;
    text-align: center;
}

.achieve-body p {
    color: #686b74;
    text-align: center;
    font-size: 16px;
}

.achieve-image {
    margin: 20px;
    width: 100px;
    height: 100px;
}

.achieve-figure {
    color: #1bbb75;
    margin: 0 5px;
}

.follow-body,.learn-body {
    text-align: center;
}

.question-body,.question-body .answer-title,.question-body .ask-title {
    margin-top: 20px;
}

.question-body .question-content {
    position: relative;
    left: 65px;
    top: -50px;
}

.question-body .question-item {
    margin: 5px 0;
    display: block;
    color: #808a94;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.question-body .question-item:focus,.question-body .question-item:hover {
    text-decoration: none;
    color: #00b877;
}

.qa-all {
    position: absolute;
    left: 80px;
    bottom: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #9ca5ae;
    text-decoration: none;
}

.qa-all:focus,.qa-all:hover {
    text-decoration: none;
    color: #00b877;
}

.acc-content {
    margin: 35px 0 20px 35px;
}

.acc-info {
    position: absolute;
    top: 0;
    left: 60px;
    color: #9ca5ae;
}

.acc-name {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-tips {
    font-size: 18px;
    color: #9e9e9e;
    font-weight: 100;
    padding: 48px;
}

.empty-tips,.user-infobox-baseinfo {
    text-align: center;
}

.user-infobox-avatar {
    width: 80px;
    border-radius: 50%;
}

.user-infobox-name {
    display: block;
    margin: 12px auto;
    font-size: 16px;
}

.user-infobox-name:focus,.user-infobox-name:hover {
    text-decoration: none;
}

.user-infobox-info div {
    position: relative;
    margin: 8px 0;
    color: #666;
    font-size: 14px;
}

.user-infobox-info div span {
    position: absolute;
    right: 0;
}

.user-infobox-info div a {
    color: #1abc9c;
}

.course-item {
    display: block;
    margin-top: 15px;
    box-shadow: 0 1px 3px 0 #ccc;
}

.course-item,.course-item:focus,.course-item:hover {
    text-decoration: none;
}

.course-item-header {
    height: 37px;
    color: #fff;
    background: #1abc9c;
}

.course-item-header h4 {
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.private-course .course-item-header h4 {
    background: #2980b9;
}

.course-item-body {
    position: relative;
    height: 160px;
    padding: 12px;
    color: #9a9a9a;
}

.course-item-body p {
    line-height: 30px;
}

.course-item-learned {
    position: absolute;
    bottom: 10px;
    color: #1abc9c;
}

.course-item-footer {
    position: relative;
    padding: 6px 0;
    margin: 0 12px;
    color: #b9b9b9;
    border-top: 1px solid #eee;
}

.course-item-count {
    position: absolute;
    right: 0;
}

#edu-container {
    margin-bottom: 20px;
}

#edu-container .edu-bgimg {
    height: 400px;
    text-align: center;
    overflow: hidden;
    background-color: #eee;
}

#edu-container .edu-bgimg img {
    height: 400px;
    width: 100%;
}

#edu-container .edu-content {
    margin-top: -100px;
}

#edu-container .edu-content .edu-logo-des {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

#edu-container .edu-content .edu-logo-des .edu-logo {
    margin-top: 20px;
}

#edu-container .edu-content .edu-logo-des .edu-logo img {
    width: 100%;
    border-radius: 50%;
}

#edu-container .edu-content .edu-logo-des .edu-des {
    font-size: 14px;
}

#edu-container .edu-content .edu-logo-des .edu-des .join-btn {
    margin-top: -40px;
}

#edu-container .edu-content .edu-student,#edu-container .edu-content .edu-teacher {
    margin-top: 50px;
}

#edu-container .edu-content .edu-student .stu-content,#edu-container .edu-content .edu-teacher .stu-content {
    margin: 20px 0;
}

#edu-container .edu-content .edu-student .stu-item,#edu-container .edu-content .edu-teacher .stu-item {
    padding: 0;
    position: relative;
}

#edu-container .edu-content .edu-student .stu-item img,#edu-container .edu-content .edu-teacher .stu-item img {
    width: 100%;
    height: 67px;
}

#edu-container .edu-content .edu-student .stu-item .stu-msg,#edu-container .edu-content .edu-teacher .stu-item .stu-msg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,204,153,.9);
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#edu-container .edu-content .edu-student .stu-item:hover .stu-msg,#edu-container .edu-content .edu-teacher .stu-item:hover .stu-msg {
    display: block;
}

#edu-container .edu-content .edu-student .tea-item,#edu-container .edu-content .edu-teacher .tea-item {
    padding: 15px 0;
    box-shadow: 0 1px 3px #ccc;
    margin: 10px 0;
}

#edu-container .edu-content .edu-student .tea-item img,#edu-container .edu-content .edu-teacher .tea-item img {
    width: 80px;
    border-radius: 50%;
}

#edu-container .edu-content .edu-student .tea-item .tea-msg,#edu-container .edu-content .edu-teacher .tea-item .tea-msg {
    color: #777;
    padding: 15px 0 0;
}

#edu-container .edu-content .edu-student .tea-item .tea-msg .tea-name,#edu-container .edu-content .edu-teacher .tea-item .tea-msg .tea-name {
    font-size: 14px;
    margin-bottom: 10px;
}

#edu-container .edu-content .edu-student .tea-item:hover,#edu-container .edu-content .edu-teacher .tea-item:hover {
    box-shadow: 0 2px 8px #ccc;
}

#edu-container .edu-content .edu-course {
    margin-top: 50px;
}

#edu-container .edu-content .edu-course .no-course p {
    font-size: 14px;
}

@media screen and (max-width:768px) {
    #edu-container .edu-content .edu-logo-des .edu-logo {
        text-align: center;
    }

    #edu-container .edu-content .edu-logo-des .edu-logo img {
        width: 40%;
    }
}

.layout-side .message {
    padding: 15px;
}

.layout-side .message a {
    font-size: 18px;
    color: #dee7ed;
    float: right;
}

.achievement {
    font-size: 13px;
    color: #8e8e8e;
    line-height: 1.8em;
}

.achievement,.layout-side .btnbox {
    margin: 13px 26px;
}

.layout-side .invite-btn {
    background-color: #82a0e2;
}

.layout-side .invite-btn,.layout-side .supply-btn {
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.layout-side .supply-btn {
    background-color: #4dc6e9;
    padding: 0;
}

.layout-side .supply-btn a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
}

#chats .nav-tabs {
    height: 600px;
    background: #d1e4ce;
    border: 0;
    overflow-y: auto;
}

#chats .nav-tabs>li {
    float: none;
    margin: 0;
}

#chats .nav-tabs>li .member-icon img {
    width: 16px;
}

#chats .nav-tabs>li:first-child {
    padding: 15px 0;
    color: #567051;
    background: #a1c791;
    text-align: center;
    font-size: 14px;
}

#chats .nav-tabs>li a {
    padding: 10px 20px;
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}

#chats .nav-tabs a span {
    display: inline-block;
    color: rgba(0,0,0,.68);
}

#chats .nav-tabs a span.user-level {
    color: #dfa304;
}

#chats .nav-tabs a .user-name-msgcount {
    padding-top: 16px;
}

#chats .nav-tabs a span.msgcount {
    display: inline;
    float: right;
    padding: 0 5px;
    color: #fff;
    background: #f66;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
}

#chats .nav-tabs>li.active>a,#chats .nav-tabs>li>a:hover {
    background: #c2dcb7;
    border-radius: 0;
}

#chats .tab-content>.tab-pane {
    height: 416px;
    background: #f8f8f6;
    overflow-y: auto;
}

#chats .tab-content>.tabpanel {
    overflow: hidden;
}

#chats .msgbox {
    position: relative;
    max-width: 60%;
    margin: 30px 0 20px;
    padding: 5px;
    line-height: 1.6em;
    font-size: 13px;
    border-radius: 5px;
    clear: both;
}

#chats .msgbox .sendtime {
    position: absolute;
    bottom: -25px;
    width: 110px;
    font-size: 12px;
}

#chats .msgbox.left .sendtime {
    left: 0;
}

#chats .msgbox.right .sendtime {
    right: 0;
}

#chats .msgbox .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
}

#chats .msgbox.left .arrow {
    left: -9px;
    bottom: 15px;
    background-image: url(https://static.shiyanlou.com/img/messagefrom.png);
}

#chats .msgbox.right .arrow {
    right: -9px;
    bottom: 15px;
    background-image: url(https://static.shiyanlou.com/img/messageto.png);
}

#chats .msgbox.left {
    float: left;
    margin-left: 50px;
    color: #9e9a8f;
    background: #f5f3ef;
    border: 1px solid #e6e4df;
}

#chats .msgbox.right {
    float: right;
    margin-right: 50px;
    color: #979ea6;
    background: #eff3f5;
    border: 1px solid #e3e9ed;
}

#chats .msgbox pre {
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 14px;
    font-family: Microsoft Yahei;
    border: none;
}

#chats .msgbox pre p {
    white-space: normal;
}

#chats .msgbox .btn {
    float: right;
    margin: 10px 5px 0;
}

#chats .tab-content {
    position: relative;
}

#chats .sendmessage {
    width: 100%;
    padding: 10px;
    background: #eff3f5;
    border: 1px solid #e3e9ed;
    clear: both;
    overflow: hidden;
}

#chats .sendmessage textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
    font-size: 14px;
    color: #565e67;
    outline-color: hsla(0,0%,93%,0);
}

#chats .sendmessage textarea:focus {
    border: 1px solid #cadce9;
}

#chats .sendmessage .btn {
    float: right;
    margin-top: 10px;
    background-color: #32b169;
    border-color: #32b169;
    padding: 6px 30px;
    border-radius: 2px;
}

#chats .sendmessage .btn:hover {
    background-color: #4cc680;
    border-color: #4cc680;
}

#search-users .search {
    width: 80px;
    color: #fff;
    background: #1abc9c;
}

#search-users .result {
    max-height: 500px;
    margin-top: 10px;
    overflow: auto;
}

#search-users .result .suser {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #e7f2f0;
}

#search-users .result .suser img {
    width: 60px;
    border: 5px solid #e7f2f0;
}

#search-users .result .suser span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

#search-users .result .suser .sendadd {
    float: right;
    margin-top: 15px;
    background: #48c755;
    border: none;
}

#search-users .result .suser .disabled {
    float: right;
    margin-top: 15px;
}

#search-users .result .suser.none {
    color: #ccc;
    text-align: center;
    border: 0;
}

@media (max-width:767px) {
    #chats {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.userinfo {
    text-align: center;
    padding: 0;
}

.userinfo img.userimg {
    width: 100px;
    height: 100px;
    margin: 15px 0 8px;
}

.userinfo .userinfo-name {
    font-size: 17px;
    color: #464646;
    font-weight: 700;
    margin-bottom: 12px;
}

e .userinfo .userinfo-name:hover {
    color: #1abc9c;
}

.userinfo-display a {
    font-size: 14px;
    padding-top: 9px;
    color: #909395;
}

.userinfo-footer {
    border-top: 1px solid #ecf0f3;
    padding: 12px 0;
    color: #4c5157;
    margin: 10px 0 0;
}

.userinfo-footer i {
    font-size: 25px;
    margin-bottom: 10px;
}

.userinfo-footer .userinfo-num {
    display: inline-block;
    max-width: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.userinfo-footer .userinfo-studytime {
    border-left: 1px solid #ecf0f3;
    border-right: 1px solid #ecf0f3;
}

.userinfo-footer:after {
    content: "";
    display: block;
    clear: both;
}

.userinfo-msg-text {
    color: #7b7f88;
    font-size: 15px;
    padding: 4px 16px;
}

.userinfo-msg-text a {
    color: #7b7f88;
}

.userinfo-msg-text a:hover {
    color: #0c9;
    text-decoration: none;
}

.vip-details {
    background: linear-gradient(#0dc091 10%,#fff);
    background-size: 100% 100%;
    margin-bottom: -10px;
}

.vip-details>.container {
    padding-top: 10px;
}

.vip-row {
    text-align: center;
    padding: 0 120px;
}

.vip-row div {
    position: relative;
    float: left;
}

@media (max-width:767px) {
    .vip-row {
        padding: 0;
        overflow: hidden;
    }
}

.vip-item ul li {
    line-height: 27px;
}

.vip-item ul li .btn-all {
    border: none;
    background: #43afd7;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
}

.vip-item ul li .btn-smaller {
    width: 110px;
    height: 35px;
    font-size: 20px;
    padding: 3px;
}

.vip-item ul li .btn-bigger {
    width: 130px;
    height: 45px;
    font-size: 30px;
    padding: 0;
}

.vip-item ul li p {
    color: #0c9;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 5px;
}

.vip-item ul li h4 {
    line-height: 60px;
    font-size: 28px;
    font-weight: 600;
}

.vip-item ul li h4 img {
    width: 25px;
    height: 25px;
    margin-left: -5px;
}

.vip-item ul li h4.is-free-user {
    color: #908f8f;
}

.vip-item ul li h4.is-vip-user {
    color: #0ace9d;
}

.vip-item ul li h4.is-adv-vip {
    color: #43afd7;
}

.vip-item ul li span {
    font-size: 20px;
    color: #515151;
    font-weight: 600;
}

.vip-item ul li img {
    width: 32px;
    height: 24px;
}

.vip-item ul li .link-clients {
    color: #515151;
}

.vip-item ul li .link-clients:hover {
    color: #08bf91;
    text-decoration: none;
}

.vip-item ul li:first-child,.vip-item ul li:last-child {
    border-radius: 0;
}

.vip-item .item-vip-footer {
    height: 190px;
    padding-top: 50px;
}

.vip-item:nth-child(3) {
    padding-top: 15px;
    width: 31%;
}

.vip-item:nth-child(3) ul li {
    line-height: 31px;
}

.vip-item:nth-child(1) {
    padding-top: 40px;
    width: 23%;
}

.vip-item:nth-child(1) ul li {
    border-right: none;
    font-size: 20px;
    color: #515151;
    font-weight: 600;
    letter-spacing: 3px;
}

.vip-item:nth-child(1) ul li:first-child {
    border-top-left-radius: 30px;
}

.vip-item:nth-child(1) ul li:last-child {
    border-bottom-left-radius: 30px;
}

.vip-item:nth-child(2n) {
    padding-top: 40px;
    width: 23%;
}

.vip-item:nth-child(2) ul li {
    border-right: none;
}

.vip-item:nth-child(4) ul li {
    border-left: none;
}

.vip-item:nth-child(4) ul li:first-child {
    border-top-right-radius: 30px;
}

.vip-item:nth-child(4) ul li:last-child {
    border-bottom-right-radius: 30px;
}

.vip-header {
    min-height: 250px;
    margin-bottom: -10px;
    text-align: center;
    margin-top: 50px;
    padding-top: 48px;
    color: #fff;
    background: #0dc091;
}

@media (max-width:767px) {
    .vip-header {
        height: 360px;
    }
}

.vip-header-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.6em;
}

.vip-header-description,.vip-header-title {
    color: #fff;
    text-shadow: 0 4px 10px rgba(0,0,0,.16);
}

.vip-header-description {
    font-size: 24px;
    font-weight: 100;
}

.vip-details {
    background: linear-gradient(#0dc091 10%,#fff 60%);
    background-size: 100% 100%;
}

.vip-details-item {
    position: relative;
    margin: 20px auto;
    text-align: center;
    color: #676767;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.17);
}

.vip-details-item img {
    position: absolute;
    top: -5px;
    right: 40px;
}

.vip-details-header h4 {
    padding: 30px 0;
    color: #0dc091;
    font-size: 28px;
    font-weight: 700;
}

.vip-details-header h4 img {
    position: inherit;
}

.vip-details-header.is-free-user h4 {
    color: #676767;
    padding: 32px 0;
}

.vip-details-content div {
    padding: 14px 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.vip-details-content div span.glyphicon-ok {
    float: right;
    margin-left: -20px;
    color: green;
    font-size: 18px;
}

.vip-details-content div span.glyphicon-remove {
    float: right;
    margin-left: -20px;
    color: #e26a6a;
    font-size: 18px;
}

.vip-details-content div.disabled {
    color: #999;
}

.vip-details-price {
    margin-top: 10px;
    margin-bottom: 13px;
}

.vip-details-price strong {
    padding: 10px 0;
    font-size: 28px;
    color: #f05253;
}

.vip-details-price div {
    font-size: 12px;
    color: #999;
}

.vip-details-price div span {
    color: #f05253;
    font-size: 18px;
    font-weight: 700;
}

.vip-details-price.is-free-user {
    margin-top: 159px;
}

.vip-details-price.is-free-user strong {
    color: #dbdbdb;
}

.vip-details-footer {
    padding: 20px 0 30px;
}

.vip-details-footer .btn {
    width: 60%;
    padding: 12px 0;
    font-size: 20px;
}

.vip-details-footer .btn.btn-warning {
    color: #fff;
    background: #ffb90a;
    border-color: #ffb90a;
}

.vip-details-footer .btn.btn-warning:focus,.vip-details-footer .btn.btn-warning:hover {
    color: #fff;
    background-color: #edac08;
    border-color: #edac08;
}

.vip-details-footer div {
    margin-top: 10px;
    color: #0dc091;
    font-size: 13px;
    text-align: center;
}

.vip-details-footer.is-free-user {
    padding: 28px 0 58px;
}

.vip-hots {
    padding: 150px 0;
    background: #fff;
}

.vip-hots-header h4 {
    margin-bottom: 80px;
    color: #676767;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.vip-hots-header h4 span {
    color: #0dc091;
}

.vip-hots-body .media-heading {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0dc091;
}

.vip-hots-body p {
    width: 60%;
    color: #676767;
    font-size: 14px;
}

.vip-faq {
    padding: 50px 0 100px;
    background: #fff;
}

.vip-faq .container {
    padding: 60px;
}

.vip-faq-header {
    color: #0dc091;
    font-size: 24px;
    font-weight: 700;
}

.vip-faq-header span {
    display: inline-block;
    margin-left: 20px;
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 100;
}

.vip-faq-body h4 {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 700;
    color: #464646;
}

.vip-faq-body div {
    margin: 6px 0;
    color: #676767;
    font-size: 16px;
}

.vip-faq-footer {
    margin-top: 40px;
}

.vip-faq-footer a {
    color: #9a9a9a;
    font-size: 18px;
}

.vip-faq-footer a:focus,.vip-faq-footer a:hover {
    color: #676767;
    text-decoration: none;
}

.vip-clients {
    padding: 150px 0;
}

.vip-clients-header h4 {
    margin-bottom: 80px;
    color: #676767;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.vip-clients-body {
    text-align: center;
}

.vip-clients-body .vip-clients-title {
    margin: 20px 0;
    color: #666;
    font-size: 20px;
}

.vip-clients-body a {
    color: #08bf91;
    font-size: 20px;
}

.vip-clients-body a:focus,.vip-clients-body a:hover {
    text-decoration: none;
}

.vip-clients-body .text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.vip-clients-body .vip-clients-logo {
    width: 120px;
    height: 130px;
    margin: 0 auto;
}

.vip-clients-body .vip-clients-windows {
    background: url(https://static.shiyanlou.com/img/vip-clients.png) no-repeat;
    background-position: 10px 0;
}

.vip-clients-body .vip-clients-mac {
    background: url(https://static.shiyanlou.com/img/vip-clients.png) no-repeat;
    background-position: -115px 0;
}

.vip-clients-body .vip-clients-linux {
    background: url(https://static.shiyanlou.com/img/vip-clients.png) no-repeat;
    background-position: -238px 0;
}

.vip-clients-body .video {
    position: relative;
    clear: both;
}

.vip-clients-body .video video {
    width: 50%;
    margin: 50px auto 0;
}

.vip-clients-body .video-play {
    position: absolute;
    left: 25%;
    top: 50px;
    width: 50%;
    height: calc(100% - 50px);
    color: #fff;
    background: rgba(0,0,0,.6);
    text-align: center;
}

.vip-clients-body .video-play .fa {
    margin-top: 25%;
    font-size: 10em;
    cursor: pointer;
}

#vip-modal .modal-content {
    padding: 0;
    overflow: hidden;
}

#vip-modal .modal-header {
    position: relative;
    border: none;
    box-shadow: 0 1px 4px 2px #eee;
}

#vip-modal .modal-header .alert-message {
    position: absolute;
    top: 0;
    left: 200px;
    overflow: hidden;
}

#vip-modal .modal-header .alert-message .alert {
    display: none;
}

#vip-modal .modal-title {
    font-size: 24px;
}

#vip-modal .vip-modal-item-header {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
}

#vip-modal .vip-modal-item-header span {
    font-size: 14px;
    font-weight: 500;
}

#vip-modal .vip-modal-item {
    padding: 0 10px;
}

#vip-modal .vip-modal-item:first-child .vip-modal-item-header {
    margin-top: 0;
}

#vip-modal .vip-modal-item.vip-modal-qrcode {
    padding-top: 20px;
    text-align: center;
}

#vip-modal .vip-modal-item-body {
    overflow: hidden;
}

#vip-modal .vip-modal-item-body .col-md-12 {
    color: #08bf91;
    font-size: 14px;
    text-align: center;
}

#vip-modal .vip-modal-item-body .get-phone-code {
    background: #08bf91;
    border-radius: 0;
}

#vip-modal .vip-modal-item-body a {
    color: #08bf91;
}

#vip-modal .vip-6month,#vip-modal .vip-month,#vip-modal .vip-year {
    margin: 10px 0;
    border: 2px dashed #d2d2d2;
    overflow: hidden;
    cursor: pointer;
}

#vip-modal .vip-6month .col-md-6,#vip-modal .vip-month .col-md-6,#vip-modal .vip-year .col-md-6 {
    padding: 24px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
}

#vip-modal .vip-6month .col-md-6 div,#vip-modal .vip-month .col-md-6 div,#vip-modal .vip-year .col-md-6 div {
    color: #f34d4e;
    font-size: 22px;
    font-weight: 700;
}

#vip-modal .vip-6month .col-md-6 del,#vip-modal .vip-month .col-md-6 del,#vip-modal .vip-year .col-md-6 del {
    font-size: 14px;
    color: #dbdbdb;
}

#vip-modal .vip-6month .col-md-6:first-child,#vip-modal .vip-month .col-md-6:first-child,#vip-modal .vip-year .col-md-6:first-child {
    margin: 14px 0;
}

#vip-modal .vip-6month.active,#vip-modal .vip-month.active,#vip-modal .vip-year.active {
    border: 2px solid #f34d4e;
}

#vip-modal .consume-beans {
    padding: 20px;
    background: #fafafa;
    font-size: 14px;
}

#vip-modal .consume-beans span {
    white-space: pre;
    vertical-align: bottom;
}

#vip-modal .consume-beans .beans {
    color: #f34d4e;
    font-size: 18px;
}

#vip-modal .consume-beans .left-beans {
    margin: 20px 0;
    color: #676767;
    font-size: 14px;
}

#vip-modal .consume-beans input[type=checkbox] {
    margin: 0 4px 4px 0;
    vertical-align: bottom;
}

#vip-modal .consume-beans input[type=text] {
    display: inline-block;
    width: 60px;
    height: 30px;
}

#vip-modal .pay-method {
    float: left;
    width: 120px;
    height: 46px;
    margin-right: 10px;
    border: 1px dashed #d2d2d2;
    cursor: pointer;
}

#vip-modal .pay-method.active {
    border: 2px solid #f55f60;
}

#vip-modal .pay-method[data-pay=ALI_WEB] {
    background: url(https://static.shiyanlou.com/img/pay-btn.png);
    background-position: 0 95%;
}

#vip-modal .pay-method[data-pay=WX_NATIVE] {
    background: url(https://static.shiyanlou.com/img/pay-btn.png);
}

#vip-modal .modal-footer {
    overflow: hidden;
    border: none;
    box-shadow: 1px 0 4px 2px #eee;
    margin: 0;
}

#vip-modal .modal-footer .real-price {
    color: #676767;
    font-size: 18px;
}

#vip-modal .modal-footer .real-price strong {
    color: #f34d4e;
    font-size: 34px;
}

#vip-modal .modal-footer .real-price span {
    font-weight: 700;
}

#vip-modal .modal-footer .pay-btn {
    text-align: left;
}

#vip-modal .modal-footer .pay-btn .btn {
    display: block;
    width: 200px;
    margin: 10px 0;
    padding: 12px 0;
    background: #f55f60;
    font-size: 20px;
}

#vip-modal .modal-footer .pay-btn .btn:focus,#vip-modal .modal-footer .pay-btn .btn:hover {
    color: #fff;
    background: #f55f60;
    border-color: #edac08;
}

#vip-modal .modal-footer .pay-btn input {
    margin: 0 4px 2px 0;
    vertical-align: bottom;
}

#vip-modal .modal-footer .pay-btn span {
    color: #676767;
    font-size: 13px;
    vertical-align: bottom;
}

#vip-modal .modal-footer .pay-btn span a {
    color: #0dc091;
}

#vip-modal .modal-footer .pay-btn span a:focus,#vip-modal .modal-footer .pay-btn span a:hover {
    text-decoration: none;
}

.vip-modal-qrcode {
    text-align: center;
}

.vip-wx-price {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.vip-wx-price span {
    color: #f34d4e;
    font-size: 40px;
}

.vip-wx-method {
    display: inline-block;
    margin: 10px 0 0;
}

.vip-wx-method,.vip-wx-method:focus,.vip-wx-method:hover {
    color: #08bf91;
}

#beecloud-pay>.beecloud-wx {
    padding: 25px!important;
    width: 300px!important;
    height: 300px!important;
}

.member-title {
    margin: 50px 0;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.member-detail {
    height: 300px;
    padding: 100px 0;
    text-align: center;
    box-shadow: 0 0 1px 0 #999;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all .3s ease-in;
}

.member-detail .member-recommend {
    position: absolute;
    top: -10px;
    right: 20px;
}

.member-detail .time {
    color: #333;
    font-size: 28px;
}

.member-detail .price {
    margin: 4px 0;
    color: #fe605f;
    font-size: 36px;
    font-weight: 700;
}

.member-detail .coupon {
    font-size: 18px;
    color: #457ce6;
}

.member-detail.active,.member-detail:hover {
    border: 3px solid #fe605f;
    box-shadow: 0 0 0 0;
}

.member-detail:nth-child(2) {
    position: relative;
}

.member-clause {
    margin: 20px -10px;
    text-align: right;
}

.member-clause .member-terms {
    display: inline;
    padding: 5px 0;
}

.member-clause .member-terms a {
    color: #4c5157;
}

.member-clause .member-terms a:hover {
    color: #0c9;
    text-decoration: none;
}

.member-clause input {
    margin: 2px 0 0;
}

.member-pay {
    margin: 0 -10px;
    overflow: hidden;
}

.member-pay .new-price {
    font-size: 18px;
}

.member-pay .new-price span {
    color: #fe605f;
}

.member-pay .new-price .real-price {
    font-size: 28px;
    font-weight: 700;
}

.member-pay .old-price {
    margin-top: 15px;
    margin-right: 10px;
    font-size: 15px;
    color: #999;
}

.member-pay .consume-shiyandou {
    margin-top: -10px;
    white-space: pre;
    font-size: 14px;
}

.member-pay .consume-shiyandou span {
    white-space: pre;
    vertical-align: bottom;
}

.member-pay .consume-shiyandou input[type=checkbox] {
    margin: 0 3px 3px 0;
    vertical-align: bottom;
}

.member-pay .consume-shiyandou input[type=text] {
    display: inline-block;
    width: 60px;
    height: 30px;
}

.member-pay .consume-shiyandou .beans {
    font-size: 20px;
    color: #fe605f;
}

.member-pay .pay-btn {
    margin-left: 30px;
    padding: 14px 50px;
    color: #fff;
    background: #ffc410;
    font-size: 18px;
}

.member-pay .pay-btn:focus,.member-pay .pay-btn:hover {
    color: #fff;
}

.member-privilege {
    margin: 100px -10px 150px;
    font-size: 13px;
    clear: both;
}

.member-privilege span {
    display: inline-block;
    margin: 0 6px;
    color: #999;
}

.userinfo-banner {
    margin-top: 58px;
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #ecf0f3;
}

.userinfo-banner .layout {
    margin: 0 auto;
}

.userinfo-banner+.layout {
    margin-top: 10px;
}

.userinfo-banner-avatar {
    margin-right: 30px;
    text-align: center;
}

.userinfo-banner-avatar .user-avatar .avatar img {
    width: 80px;
    height: 80px;
}

.userinfo-banner-avatar .user-avatar .member-icon {
    bottom: 4px;
    right: 4px;
}

.userinfo-banner-money {
    margin-top: 10px;
}

.userinfo-banner-money span {
    color: #999;
    font-size: 12px;
}

.userinfo-banner-money span span {
    color: #f33;
}

.userinfo-banner-details>div {
    margin-bottom: 10px;
}

.userinfo-banner-meta {
    color: #999;
    font-size: 12px;
}

.userinfo-banner-username {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.userinfo-banner-charge {
    display: inline-block;
    margin-left: 10px;
    color: #f33;
}

.userinfo-banner-charge:focus,.userinfo-banner-charge:hover {
    color: #f33;
    text-decoration: none;
}

.userinfo-banner-status {
    color: #999;
    font-size: 13px;
}

.userinfo-banner-status>* {
    display: inline-block;
    margin-right: 10px;
    color: #444;
}

.userinfo-banner-status a {
    color: #444;
}

.userinfo-banner-status a:focus,.userinfo-banner-status a:hover {
    color: #0c9;
    text-decoration: none;
}

.userinfo-banner-addfriend,.userinfo-banner-sendmsg {
    padding: 2px 16px;
}

.userinfo-banner-labinfo {
    padding: 0;
    text-align: center;
}

.userinfo-banner-level {
    display: inline-block;
    position: relative;
    width: 196px;
}

.userinfo-banner-level img {
    width: 100%;
}

.userinfo-banner-level .userinfo-current-level {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 18px;
    color: #f8f8f8;
}

.userinfo-banner-level .userinfo-current-level span {
    font-size: 30px;
    font-weight: 700;
}

.userinfo-banner-level .userinfo-level-more {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.userinfo-banner-labs {
    border-right: 1px solid #eee;
    vertical-align: middle;
}

.user-visitors img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-visitors a {
    display: block;
    margin-top: 10px;
}

.user-visitors a>div {
    color: #444;
    font-size: 12px;
}

.user-visitors a:focus,.user-visitors a:hover {
    text-decoration: none;
}

#resume .resume-msg {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 0 30px 30px;
    background-color: #eff9fb;
}

#resume .resume-msg .resume-edit-btn {
    color: #fff;
    margin: 10px;
    background-color: #7ab3e0;
    padding: 0 5px;
}

#resume .resume-msg .resume-edit-btn i.iconfont {
    font-size: 20px;
}

#resume .resume-msg .real-name {
    font-size: 30px;
}

#resume .resume-msg .work {
    font-size: 22px;
}

#resume .resume-msg .see-only-shiyanlou {
    text-align: right;
    padding: 10px 40px;
    background-color: #c1f0dc;
}

#resume .resume-msg .see-only-shiyanlou p {
    margin: 0 0 5px;
}

#resume .resume-msg .see-only-shiyanlou .resume-text {
    color: #0c9;
}

#resume .resume-msg .see-only-shiyanlou i.iconfont {
    color: #0c9;
    font-size: 25px;
}

#resume .resume-edit {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 50px 0;
    background-color: #eff9fb;
    display: none;
}

#resume .resume-edit .resume-graduation,#resume .resume-edit .resume-work {
    display: none;
}

#resume .resume-edit .resume-text {
    color: #0c9;
    padding: 10px 0;
}

#resume .resume-edit .error-point {
    color: red;
}

#resume .resume-edit .resume-save {
    background-color: #0c9;
    color: #fff;
}

#resume .resume-introduce {
    margin-bottom: 30px;
    font-size: 14px;
}

#resume .resume-introduce .resume-intro-title {
    font-size: 16px;
    margin-bottom: 10px;
}

#resume .resume-introduce .resume-intro-title i {
    color: #0c9;
    font-size: 36px;
}

#resume .resume-introduce .resume-intro-content {
    padding: 0 15px;
}

#resume .resume-skill {
    margin-bottom: 30px;
    font-size: 14px;
}

#resume .resume-skill .resume-skill-title {
    font-size: 16px;
    margin-bottom: 10px;
}

#resume .resume-skill .resume-skill-title i {
    color: #0c9;
    font-size: 36px;
}

#resume .resume-skill .resume-skill-content {
    height: 100px;
    padding: 0 16px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

#resume .resume-skill .resume-skill-content .skill-no-text {
    font-size: 14px;
    margin-top: 20px;
}

#resume .resume-skill .resume-skill-content .show-skill-more {
    position: absolute;
    top: 24px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #939393;
    border-radius: 5px;
}

#resume .resume-skill .resume-skill-content .skill-item {
    color: #939393;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    font-size: 12px;
}

#resume .resume-skill .resume-skill-content .skill-item .skill-item-box {
    width: 73px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

#resume .resume-skill .resume-skill-content .skill-item .skill-item-box i {
    font-size: 36px;
}

#resume .resume-vitality {
    margin-bottom: 30px;
    font-size: 14px;
}

#resume .resume-vitality .resume-vita-title {
    font-size: 16px;
    margin-bottom: 10px;
}

#resume .resume-vitality .resume-vita-title i {
    color: #0c9;
    font-size: 36px;
}

#resume .resume-vitality .resume-vita-content {
    text-align: center;
}

#resume .resume-vitality .resume-vita-content #cal-heatmap {
    display: inline-block;
}

#resume .resume-vitality .resume-vita-content .resume-vita-num {
    color: #5cbc97;
    font-size: 20px;
}

#resume .resume-radar {
    margin-bottom: 30px;
    font-size: 14px;
}

#resume .resume-radar .resume-radar-title {
    font-size: 16px;
    margin-bottom: 10px;
}

#resume .resume-radar .resume-radar-title i {
    color: #0c9;
    font-size: 36px;
}

#resume .resume-radar .resume-radar-content #chart-canvas {
    height: 250px;
}

#resume .resume-radar .resume-radar-content .radar-content-r {
    padding: 50px 0 0;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit {
    margin-bottom: 15px;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #000;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text .radar-merit-key {
    color: #5cbc97;
    font-size: 20px;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text .radar-merit-value {
    color: #5cbc97;
    font-size: 18px;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text {
    padding: 10px 20px 10px 0;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text .radar-defect-key {
    color: #ea5e5d;
    font-size: 20px;
}

#resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text .radar-defect-value {
    color: #ea5e5d;
    font-size: 18px;
}

.discovery-slider {
    margin-bottom: 10px;
}

.discovery-list {
    margin-top: 10px;
    padding: 0;
}

.discovery-title {
    font-size: 18px;
    border-bottom: 1px solid #f4f5f5;
    padding-bottom: 5px;
    overflow: hidden;
    color: #4c5457;
}

.discovery-title-text {
    margin: 4px 0 0 10px;
}

.discovery-title span {
    font-size: 14px;
    color: #666;
}

.discovery-catalog {
    margin-top: 14px;
    font-size: 14px;
}

.discovery-catalog a {
    margin: 0 4px;
    color: #b5bec5;
    font-size: 14px;
    text-decoration: none;
}

.discovery-catalog a.active {
    color: #1abc9c;
}

.carousel-control.right,a.left.carousel-control {
    background-image: none;
}

.new-courses-body a {
    display: block;
    padding: 12px;
    font-size: 14px;
    color: #666;
}

.new-courses-body a:hover {
    text-decoration: none;
    color: #fff;
    background: #1abc9c;
}

.user-stat-body div {
    padding: 4px 16px;
    color: #7b7f88;
    font-size: 15px;
}

.user-stat-body strong a {
    color: #7b7f88;
}

.user-stat-body strong a:hover {
    color: #0c9;
    text-decoration: none;
}

.login-container {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

.login-title {
    font-size: 18px;
    text-align: center;
    height: 46px;
    color: #525252;
    border-bottom: 1px solid #cacaca;
    padding-top: 13px;
    margin-top: 20px;
}

.login-body {
    margin-top: 30px;
    background: #fff;
}

.login-widget {
    padding-bottom: 50px;
    text-align: center;
}

.login-widget .fa {
    font-size: 20px;
}

.login-footer {
    color: #b5b6b6;
    margin: 24px 0 30px;
    font-size: 12px;
}

.login-footer,.submit {
    text-align: center;
}

.checkbox {
    color: #6d6e6e;
}

.three-a {
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 12px;
}

.tuijian {
    font-size: 12px;
    color: #afafaf;
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
    white-space: nowrap;
}

.null-color {
    height: 46px;
    width: 100%;
}

.login-footer a:nth-child(1) {
    color: #b5b6b6;
    margin-right: 60px;
}

.login-footer a:nth-child(2) {
    color: #6d6e6e;
}

.login-body .message {
    display: none;
    color: #d9534f;
    font-size: 14px;
    text-align: center;
}

.signup-container {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

.reg-title {
    font-size: 18px;
    text-align: center;
    height: 46px;
    color: #525252;
    border-bottom: 1px solid #cacaca;
    padding-top: 13px;
    margin-top: 20px;
}

.reg-body.has-inviter {
    background: #fff;
    padding: 15px 0 0;
}

.reg-body {
    background: #fff;
    padding: 50px 21px 21px;
}

.submit {
    text-align: center;
    margin-top: 15px;
}

#submit {
    width: 100%;
    border-radius: 0;
}

.have-user {
    text-align: center;
    color: #b5b6b6;
    margin-top: 12px;
    margin-bottom: 50px;
    font-size: 12px;
}

.three-a {
    width: 180px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 12px;
}

.three-title {
    font-size: 14px;
    color: #525252;
    padding-top: 15px;
    text-align: center;
}

.three-body {
    margin-top: 10px;
    text-align: center;
}

.ano-body {
    background: #fff;
    padding: 5px;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    width: 46px;
}

#invited-msg {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#invited-msg,.tec-side {
    text-align: center;
}

.tec-side .headimg {
    height: 80px;
    max-width: 100%;
    margin: 15px 0;
    border-radius: 50%;
}

.tec-side .tecname {
    font-size: 16px;
    font-weight: 700;
    color: #55595b;
}

.tec-content .row {
    margin-top: 10px;
}

.tec-content .techead {
    font-size: 16px;
}

.tec-content hr {
    margin-top: 5px;
    margin-bottom: 0;
}

.tec-side .coursenum {
    font-size: 14px;
    margin: 20px 0 5px;
}

.tec-side .studynum {
    font-size: 14px;
}

.tec-side button {
    border-radius: 0;
    background-color: #1abc9c;
    border-color: #19bb9b;
    font-size: 16px;
    padding: 8px 0;
    width: 85%;
    margin: 15px 0 10px;
}

.tec-side button:active,.tec-side button:focus,.tec-side button:hover {
    background-color: rgba(26,188,156,.8);
    border-color: #19bb9b;
}

.tec-footer .tec-straight {
    height: 60px;
    border-left: 1px solid #eee;
}

.tec-course {
    margin: 5px 0;
    padding: 20px 20px 40px;
    box-shadow: 0 1px 3px #ccc!important;
    background: #fff;
    color: #313131;
    border: 3px solid #fff;
}

.tec-course .update {
    margin-top: 16px;
    color: #aeaeae;
    float: left!important;
    font-size: 12px;
}

.tec-course .update .course-study-time {
    display: inline-block;
    max-width: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #aeaeae;
    vertical-align: bottom;
}

.tec-course:hover {
    box-shadow: 0 3px 8px #ccc!important;
    border: 3px solid #1ebc1a;
}

.tec-title {
    font-size: 18px;
    font-weight: 700;
    color: #697982;
    max-width: 230px;
    margin: 0 0 10px!important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.tec-title .course-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

.tec-title hr {
    border-top: 1px solid #eee;
}

.tec-body {
    font-size: 14px;
    color: #6f6f6f;
    height: 80px;
}

.tec-footer .row {
    text-align: center;
}

.course-public {
    background-color: #80c269;
}

.course-private,.course-public {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.course-private {
    background-color: #7f8bc5;
}

#publish-tip {
    padding: 65px;
    text-align: center;
    font-size: 24px;
    min-height: 400px;
    color: #d3d3d3;
}

#publish-tip button {
    border-radius: 0;
    background-color: #12b5b1;
    border-color: #12b5b1;
    font-size: 16px;
    padding: 8px 0;
    width: 240px;
    margin: 50px 0 10px;
}

.teacher-help {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-right: 8px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #848484;
    text-decoration: none;
}

.teacher-help a {
    color: #848484;
    font-size: 13px;
    margin: 6px;
}

.teacher-help a:focus,.teacher-help a:hover {
    color: #1abc9c;
    text-decoration: none;
}

#modal-dragfile #modal-pickfile {
    display: inline-block;
    padding: 50px 60px;
    margin: 5px 0;
    border: 1px dashed #ccc;
    cursor: pointer;
    font-size: 30px;
}

#modal-dragfile #modal-image {
    margin: 20px 0;
}

#modal-dragfile img {
    max-width: 100%;
}

#reports label,#students label {
    display: inline-block;
}

#reports label:not(:first-child),#students label:not(:first-child) {
    margin-left: 12px;
}

#reports select,#students select {
    padding: 0 10px;
    height: 28px;
}

.list-comment {
    margin-top: 40px;
}

.list-comment>div {
    margin-top: 20px;
}

.teccour-body {
    font-size: 14px;
    padding: 0 10%;
    margin: 35px 0;
    color: #585f62;
}

.teccour-footer .row {
    text-align: center;
}

.teccour-footer .row>div:not(:last-child) {
    border-right: 1px solid #ccc;
}

.teccour-footer .row .number {
    font-size: 28px;
    font-weight: 700;
}

.teccour-footer .row .writing {
    font-size: 14px;
    color: #585f62;
}

.teccour-footer .teccour-straight {
    height: 40px;
    border-left: 1px solid;
}

.teccour-course {
    box-shadow: 0 1px 3px #ccc!important;
    background: #fff;
    color: #313131;
    padding: 24px 24px 44px;
}

.teccour-title {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
}

.teccour-title .course-content {
    margin-bottom: 20px;
}

.teccour-title .course-content a i {
    color: #282828;
}

.teccour-title .course-content a i:hover {
    color: #12b5b1;
}

.lab-title i,.teccour-title i {
    cursor: pointer;
}

.lab-title i:hover,.teccour-title i:hover {
    color: #12b5b1;
}

.teccour-update-time {
    float: right;
    margin-top: 15px;
    color: #9b9da2;
}

.lab-list .course-index {
    padding: 10px 15px;
}

.lab-list .course-index div {
    border: 1px solid #d3d1db;
    border-radius: 20px;
    background: #f4f2fb;
    padding: 8px 14px;
    display: inline;
    font-size: 16px;
    color: #b6afbb;
}

.lab-list .course-msg {
    padding-top: 8px;
}

.lab-list .course-msg .lab-title {
    font-size: 18px;
    font-weight: 700;
    color: #545454;
}

.lab-list .row a.btn {
    padding: 5px 15px;
    margin: 5px 3px 5px 0;
    background: #edeaf8;
    border: none;
    color: #b6add6;
    font-size: 16px;
}

.lab-list .row a.btn:hover {
    color: #fff;
    background-color: #d9cff1;
}

.lab-list .stunum {
    font-size: 16px;
    padding-top: 8px;
}

.lab-list .stunum span {
    color: #a7d39a;
    font-weight: 700;
}

.published {
    color: #b4bbbf;
    margin-top: 10px;
}

.user-list {
    text-align: center;
}

.user-list .row {
    padding-top: 15px;
}

.user-list .stuimg {
    width: 50px;
    height: 50px;
}

.user-list .progress {
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.user-list .progress-bar-success {
    background-color: #5ac65a;
    box-shadow: none;
}

.lab-list a.addlab {
    display: block;
    width: 138px;
    margin: 0 auto;
    color: #b6add6;
    font-size: 22px;
    font-weight: lighter;
    text-decoration: none;
}

.lab-list a.addlab:focus,.lab-list a.addlab:hover {
    background-color: #D9CFF1；;
}

.labreport-list:after {
    content: "";
    display: block;
    clear: both;
}

.loadmore-com,.loadmore-stu {
    display: block;
    margin: 0 auto;
    background-color: #ececec;
    border-color: #ececec;
    color: #979797;
    width: 130px;
}

.loadmore-com:focus,.loadmore-com:hover,.loadmore-stu:focus,.loadmore-stu:hover {
    color: #6d6d6d;
    background-color: #e9e9e9;
    border-color: #d8dbdd;
}

.course-code {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 5px;
}

.course-code .code-text {
    color: #939393;
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.course-code .code-btn {
    color: #fff;
    cursor: pointer;
    padding: 3px 6px;
    background-color: #1abc9c;
}

.coursePublic {
    background-color: #80c269;
}

.coursePrivate,.coursePublic {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 14px;
}

.coursePrivate {
    background-color: #7f8bc5;
}

.courseCode {
    margin-left: 250px;
}

.courseCode button {
    font-size: 10px;
    font-size: 14px;
}

.courseCode button,.courseCode button:hover {
    color: #fff;
    background-color: #12b5b1;
    padding: 3px;
}

.courseCode button:hover {
    font-size: 10px;
}

#delete_lab .modal-body {
    font-size: 14px;
    font-weight: 400;
}

.enter-course {
    color: #fff;
    background-color: #1abc9c;
    border-color: #19bb9b;
    padding: 2px 5px;
}

.enter-course:hover {
    color: #fff;
    opacity: .8;
}

#desktop .stuimg {
    width: 50px;
    height: 50px;
}

#desktop .desktop-lab-name {
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#desktop .desktop-show-btn {
    margin-top: 15px;
}

@media screen and (max-width:991px) {
    .teccour-course {
        margin: 0 -30px;
    }

    .teccour-course .teccour-footer .row {
        text-align: center;
    }

    .teccour-course .teccour-footer .row>div:not(:last-child) {
        border: none;
    }
}

.teccour-side {
    text-align: center;
}

.teccour-side .headimg {
    height: 80px;
    margin: 15px 0;
    border-radius: 50%;
}

.teccour-side .tecname {
    font-size: 16px;
    font-weight: 700;
    color: #55595b;
}

.teccour-side .coursenum {
    font-size: 14px;
    margin: 20px 0 5px;
}

.teccour-side .studynum {
    font-size: 14px;
}

.teccour-side button {
    border-radius: 0;
    background-color: #12b5b1;
    border-color: #12b5b1;
    font-size: 16px;
    padding: 8px 0;
    width: 240px;
    margin: 15px 0 10px;
}

.teccour-side button:active,.teccour-side button:focus,.teccour-side button:hover {
    background-color: #0ba7a3;
    border-color: #0c9692;
}

.teccour-content .teccourhead {
    font-size: 16px;
}

.teccour-course {
    background: #fff;
    color: #313131;
    padding: 44px 24px;
}

.teccour-score {
    float: right;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #eb6877;
}

.result-content>div:first-child {
    margin: 30px 0;
    color: #6c61a7;
    font-size: 24px;
}

.loadmore-pre {
    text-align: center;
}

.loadmore {
    background-color: #ececec;
    border-color: #ececec;
    color: #979797;
    width: 130px;
}

.loadmore:hover {
    color: #6d6d6d;
    background-color: #e9e9e9;
    border-color: #d8dbdd;
}

.student {
    text-align: center;
}

.student .stuimg {
    width: 50px;
    height: 50px;
}

.img-list img {
    height: 80px;
    margin-left: 10px;
}

.profile-tab-content .activate-user {
    font-size: 16px;
}

.profile-tab-content .activate-user .activate-user-text {
    background-color: #fbf6dc;
    padding: 10px;
    border: 1px solid #f5e79e;
    color: #8a6d3e;
    margin-right: 10px;
    border-radius: 3px;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
}

.profile-tab-content .activate-user .activate-user-text span {
    margin-left: 28px;
}

.profile-tab-content .activate-user a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    background-color: #f60;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
}

@media (max-width:540px) {
    .profile-tab-content .activate-user .activate-user-text img {
        display: none;
    }
}

@media (max-width:512px) {
    .profile-tab-content .activate-user .activate-user-text,.profile-tab-content .activate-user a {
        font-size: 12px;
    }
}

.pro-body .control-label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.pro-body #job_stat_code {
    overflow: hidden;
    padding-left: 20px;
}

.pro-body #job_stat_code li {
    float: left;
    margin-right: 40px;
}

.pro-body #job_stat_code li label {
    padding: 0;
}

.pro-body #submit {
    width: auto;
}

@media (min-width:768px) {
    .pro-body .control-label {
        width: 110px;
        padding-right: 0;
    }
}

.change-header-img {
    cursor: pointer;
    margin-bottom: 20px;
}

.change-header-img .control-label {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.change-header-img #pickfiles {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.change-header-img #pickfiles img {
    width: 120px;
    height: 120px;
}

.change-header-img #pickfiles div {
    position: absolute;
    bottom: -28px;
    width: 100%;
    padding: 4px 0;
    color: #fff;
    background: rgba(0,0,0,.7);
    font-size: 14px;
    text-align: center;
    transition: bottom .5s;
    -moz-transition: bottom .5s;
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
}

.change-header-img #pickfiles:hover div {
    bottom: 0;
}

#profile-container form .form-group:nth-child(5),#profile-container form .form-group:nth-child(6),#profile-container form .form-group:nth-child(7) {
    display: none;
}

#notification-container form .checkbox,#profile-container .radio label {
    font-size: 14px;
}

#account-container form .bind-email,#account-container form .bind-phone,#account-container form .edit-email-component,#account-container form .edit-phone-component,#account-container form .edit-pwd-component {
    padding: 0;
}

#account-container form .verify-phone .verify-code {
    float: left;
    width: 137px;
    margin-right: 15px;
}

#account-container form .verify-phone .get-verify-code,#account-container form .verify-phone .post-account-phone {
    margin-bottom: 5px;
}

#account-container .user-email,#account-container .user-phone,#account-container .user-pwd {
    font-size: 14px;
}

#account-container .user-email {
    display: inline-block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#account-container .edit-user-email,#account-container .edit-user-phone,#account-container .edit-user-pwd {
    float: right;
}

@media (min-width:768px) {
    #account-container form .bind-email,#account-container form .bind-phone,#account-container form .edit-email-component,#account-container form .edit-phone-component,#account-container form .edit-pwd-component {
        display: inline-block;
        padding: 7px 0 0 15px;
    }
}

#git-container form {
    margin-bottom: 30px;
}

#git-container form .gogs-link-text {
    font-size: 16px;
    font-weight: 100;
    color: #313a40;
    padding-left: 35px;
}

#git-container form .my-gogs-link {
    font-size: 16px;
    padding-left: 15px;
}

#git-container form .tip {
    display: inline-block;
    padding: 7px 15px 0;
}

#git-container .git-description {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 30px 0;
    margin: 20px;
}

#git-container .git-description p {
    font-size: 16px;
}

.invitation-header {
    height: 380px;
    margin-top: 50px;
    color: #fff;
    background: url(https://static.shiyanlou.com/img/invite-banner-bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #14d4f6;
}

.invitation-header div {
    margin: 10px 0;
    text-align: center;
}

.invitation-header div:nth-child(1) {
    padding-top: 80px;
    font-size: 16px;
}

.invitation-header div:nth-child(2) {
    font-size: 54px;
}

.invitation-header div:nth-child(3) {
    font-size: 28px;
}

.invitation-details {
    padding: 50px;
    background: #fff;
    text-align: center;
}

.invitation-details .invitation-details-shiyandou,.invitation-details .invitation-details-vip {
    padding: 10px 0;
    font-size: 16px;
    color: #5c6d98;
}

.invitation-details .invitation-details-shiyandou span:first-child,.invitation-details .invitation-details-vip span:first-child {
    display: inline-block;
    margin: 0 8px;
    font-size: 32px;
    color: #fa7a93;
}

.invitation-details .invitation-details-shiyandou span:last-child,.invitation-details .invitation-details-vip span:last-child {
    color: #b5b8bf;
}

.invitation-details .invitation-details-vip span:first-child {
    color: #fdc300;
}

.invitation-details .invitation-login {
    width: 80%;
    margin: 50px auto;
    padding: 80px 0;
    background: #f6f6f6;
    font-size: 20px;
}

.invitation-details .invitation-login a {
    color: #13a9f6;
}

.invitation-details .invitation-login a:focus,.invitation-details .invitation-login a:hover {
    text-decoration: none;
}

.invitation-details-copy {
    padding: 30px 0;
}

.invitation-details-input {
    font-size: 24px;
    color: #0c9;
}

.invitation-details-input>div {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.invitation-details-input span {
    vertical-align: text-bottom;
}

.invitation-details-input input {
    display: inline-block;
    width: 400px;
    padding: 6px;
    color: #5c6d98;
    font-size: 24px;
    border: 1px solid #0c9;
}

.invitation-details-input button {
    margin-left: 8px;
    padding: 11px 24px;
    font-size: 18px;
    vertical-align: bottom;
}

.invitation-details-social {
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 16px;
    color: #c3c3c3;
}

.invitation-details-social a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.invitation-details-social a:focus,.invitation-details-social a:hover {
    text-decoration: none;
}

.invitation-details-social a:nth-child(1) {
    color: #01b8f1;
}

.invitation-details-social a:nth-child(2) {
    color: #ffc800;
}

.invitation-details-social a:nth-child(3) {
    color: #eb4342;
}

.invitation-details-social a+a {
    border-left: 1px dashed #999;
}

.invitation-details-results {
    margin: 80px 0;
}

.invitation-details-results div {
    font-size: 18px;
    color: #5c6d98;
}

.invitation-details-results div span:first-child {
    font-size: 32px;
    color: #fa7a93;
}

.invitation-details-results div span:last-child {
    color: #b5b8bf;
    font-size: 14px;
}

.invitation-details-results button {
    margin-top: 10px;
    padding: 10px 80px;
    font-size: 22px;
}

.invitation-details-results button.disabled {
    background: #c3c3c3;
    border-color: #c3c3c3;
}

.invitation-details-results button.active {
    background: #fdcc3d;
    border-color: #fdcc3d;
    box-shadow: 0 0 0 0;
}

.invitation-tips {
    padding: 50px 0 100px;
    text-align: center;
    background: #f9f9f9;
    overflow: hidden;
}

.invitation-tips img {
    max-width: 100%;
}

.invitation-tips-title {
    margin-bottom: 50px;
    font-size: 28px;
    color: #5c6d98;
}

.invitation-rules {
    padding: 80px 0;
    background: #fff;
}

.invitation-rules-title {
    margin-bottom: 10px;
    color: #74e4fc;
    font-size: 24px;
}

.invitation-rules-content {
    padding: 30px;
    background: #f9f9f9;
    color: #666;
}

.invitation-rules-content div {
    margin: 8px 0;
    font-size: 18px;
}

.improve-info-container .improve-title {
    font-size: 18px;
    height: 46px;
    color: #525252;
    padding-top: 13px;
    margin-top: 20px;
    border-bottom: 1px solid #cacaca;
}

.improve-info-container .improve-msg {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.improve-info-container .row {
    background: #fff;
    box-shadow: 0 1px 3px 0 #ccc;
    padding-bottom: 100px;
}

.improve-info-container .improve-body {
    padding: 40px 21px 21px;
}

.improve-info-container .improve-body.has-msg {
    padding: 5px 0 0;
}

.banner-container {
    background: none;
    background-size: 100% 100%;
    min-height: 612px;
    padding-top: 140px;
}

.banner-android {
    background: none;
    background-size: 100% 100%;
    padding-top: 140px;
}


.banner-container form {
    width: 100%;
    text-align: center;
}

.banner-container form .form-group {
    margin-bottom: 24px;
}

.banner-container form .form-group .form-control {
    width: 80%;
    border-radius: 5px;
    margin: auto;
}

.banner-container form .register {
    width: 80%;
    height: 52px;
    background: #11aa8c;
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
    border-radius: 5px;
}

.banner-container form .register:hover {
    background: #10be9d;
    border: 1px solid #10be9d;
}

.banner-container form .help-block {
    width: 80%;
    color: #d9534f;
    margin: 5px auto 0;
}

.banner-container form .tip {
    padding-top: 5px;
    color: hsla(0,0%,100%,.6);
}

.banner-container form .tip a {
    color: #ddd;
}

.container-title img {
    max-width: 100%;
}

.course-btn {
    color: #fff;
    background-color: #11aa8c;
    border-color: #11aa8c;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0,0,0,.43);
    padding: 12px 36px;
}

.course-btn:hover {
    color: #fff;
    background-color: #28c5a6;
}

.introduce-container {
    background-color: #fff;
}

.introduce-container .introduce-unit {
    padding: 35px;
    text-align: center;
}

.introduce-container .introduce-unit .introduce-img {
    height: 180px;
}

.introduce-container .introduce-unit .introduce-span {
    font-size: 16px;
    color: #6a849d;
}

.line-and-laboratory {
    background-color: #f7f8fa;
    padding: 50px 0;
}

.line-and-laboratory .item-header {
    margin-bottom: 64px;
}

.line-and-laboratory .item-header .item-title {
    width: 200px;
    display: inline-block;
    color: #777;
    font-size: 30px;
}

.line-and-laboratory .item-header .line {
    width: 12%;
    display: inline-block;
    border-top: 1px solid #777;
    margin-bottom: 10px;
}

.line-and-laboratory .watch-all {
    margin-top: 14px;
}

.line-and-laboratory .watch-all a {
    color: #787878;
    font-size: 14px;
}

.line-and-laboratory .watch-all a:focus,.line-and-laboratory .watch-all a:hover {
    color: #ff6600;
    text-decoration: none;
}

.line-and-laboratory .communities,.line-and-laboratory .courses {
    margin-top: -10px;
}

.laboratory-header {
    height: 340px;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,.2);
    margin-top: 50px;
    padding-top: 48px;
    background-color: #2288d7;
    background: -webkit-linear-gradient(top,#2288d7,#41c6d6);
    background: -moz-linear-gradient(top,#2288d7,#41c6d6);
    background: -ms-linear-gradient(top,#2288d7,#41c6d6);
    background: -o-linear-gradient(top,#2288d7,#41c6d6);
    background: linear-gradient(top,#2288d7,#41c6d6);
}

.laboratory-header .laboratory-title {
    margin-top: 36px;
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6em;
}

.laboratory-header .laboratory-describe {
    color: #fff;
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 100;
}

@media (max-width:767px) {
    .laboratory-header {
        margin-top: 50px;
        height: 300px;
    }

    .laboratory-header .laboratory-title {
        padding: 0 12px;
        font-size: 38px;
    }

    .laboratory-header .laboratory-describe {
        font-size: 22px;
    }
}

.laboratory-des-con {
    padding: 60px 0;
    background: #fff;
}

.laboratory-des {
    padding: 0 60px;
    color: #666;
    border-right: 1px solid #ddd;
}

.laboratory-des .laboratory-des-item .media-left {
    padding-right: 48px;
}

.laboratory-des .laboratory-des-item .laboratory-des-title {
    font-size: 20px;
}

.laboratory-des .laboratory-des-item .laboratory-des-text {
    font-size: 14px;
}

@media (max-width:767px) {
    .laboratory-des {
        padding: 0 10px;
    }

    .laboratory-des .laboratory-des-item .media-left {
        padding-right: 10px!important;
    }

    .laboratory-des {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border: none;
        border-bottom: 1px solid #ddd;
    }
}

.laboratory-apply-con {
    padding: 0 60px;
    color: #666;
    background: #fff;
}

.laboratory-apply-con .laboratory-apply-title {
    font-size: 20px;
}

.laboratory-apply-con .laboratory-apply-text {
    font-size: 14px;
}

.laboratory-apply-con .laboratory-apply-btn {
    color: #fff;
    background-color: #f5d102;
    box-shadow: 0 2px 0 #a98d00;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 50px;
    margin: 30px 0 10px;
}

.laboratory-apply-con .laboratory-apply-btn:focus,.laboratory-apply-con .laboratory-apply-btn:hover {
    text-decoration: none;
}

.laboratory-apply-con .laboratory-apply-warning {
    color: #82c9ec;
}

@media (max-width:767px) {
    .laboratory-apply-con {
        padding: 0 10px;
    }
}

.laboratory-teachers-con {
    margin: 50px 0;
}

.laboratory-teachers-con .laboratory-teachers-header {
    position: relative;
    margin-bottom: 15px;
}

.laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-flag {
    position: absolute;
    top: -29px;
}

.laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-here {
    padding: 5px;
    color: #fff;
    font-size: 18px;
    background-color: #82c9ec;
}

.laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-tri {
    width: 0;
    height: 0;
    position: absolute;
    top: -4px;
    left: 118px;
    border-width: 17px 10px;
    border-style: solid;
    border-color: transparent transparent #82c9ec #82c9ec;
}

.laboratory-teachers-con .laboratory-teachers-header .laboratory-here-text {
    margin-left: 20px;
    color: #82c9ec;
}

.laboratory-teachers-con .laboratory-tea-panel {
    background-color: #eff9ff;
}

.laboratory-teachers-con .laboratory-tea-panel a:focus,.laboratory-teachers-con .laboratory-tea-panel a:hover {
    text-decoration: none;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box {
    background-color: #fff;
    box-shadow: 0 1px 3px #ccc!important;
    margin: 16px 0;
    padding: 24px;
    min-height: 150px;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box .headimg {
    height: 80px;
    max-width: 100%;
    margin: 15px 0;
    border-radius: 50%;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tecname {
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #55595b;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tecnschool,.laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tectitle {
    font-size: 14px;
    color: #55595b;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box .coursenum {
    font-size: 14px;
    margin: 20px 0;
}

.laboratory-teachers-con .laboratory-tea-panel .laboratory-box:hover {
    cursor: pointer;
    box-shadow: 0 2px 8px #ccc!important;
}

.top-13 {
    padding-top: 13px;
}

.bootcamp-description {
    position: relative;
    margin-top: 50px;
    background: #08bf91;
    text-align: center;
    height: 340px;
}

.bootcamp-description div {
    padding-top: 48px;
    text-shadow: 3px 3px rgba(0,0,0,.2);
}

.bootcamp-description div h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6em;
}

.bootcamp-description div h4 {
    color: #fff;
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 100;
}

.bootcamp-description div .btn {
    margin: 0 auto;
    padding: 8px 28px;
    color: #3c3c3c;
    background: #fff134;
    font-size: 16px;
    box-shadow: 1px 3px rgba(0,0,0,.2);
    border: none;
    border-radius: 0;
}

.bootcamp-description div .btn:focus,.bootcamp-description div .btn:hover {
    outline: none;
    outline-offset: 0;
}

@media (max-width:991px) {
    .bootcamp-description {
        margin-top: 50px;
        height: 450px;
    }

    .bootcamp-description div h1 {
        padding: 0 10px;
        font-size: 48px;
    }

    .bootcamp-description div h4 {
        padding: 0 20px;
        font-size: 20px;
        text-shadow: 1px 1px rgba(0,0,0,.2);
    }

    .bootcamp-description div .btn {
        position: static;
        margin: 12px auto;
    }
}

.bootcamp-features {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.bootcamp-features-description {
    color: #08bf91;
    font-size: 18px;
    text-align: center;
}

.bootcamp-features-description>span {
    display: block;
}

.bootcamp-courses {
    padding: 30px 0;
    background: #f0fffc;
    text-align: center;
}

.bootcamp-courses-header {
    margin: 20px auto 30px;
}

.bootcamp-courses-title {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background: #08bf91;
    font-size: 21px;
}

.bootcamp-courses-description {
    color: #08bf91;
    font-size: 18px;
}

.bootcamp-courses-item {
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(8,191,145,.34);
}

.bootcamp-courses-media {
    position: relative;
}

.bootcamp-courses-media img {
    width: 480px;
    height: auto;
}

.bootcamp-courses-media .logo-1111 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}

.bootcamp-courses-info {
    padding: 20px;
}

.bootcamp-courses-info h4 {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}

.bootcamp-courses-info h4 span {
    display: inline-block;
    margin-right: 4px;
    padding: 4px 8px;
    color: #fff;
    background: #00be91;
    font-size: 14px;
    font-weight: 100;
}

.bootcamp-courses-info>div {
    margin: 18px 0 0;
    color: #666;
    font-size: 14px;
}

.bootcamp-courses-info>div>a,.bootcamp-courses-info>div>p>a {
    margin: 0 4px 4px 0;
}

.bootcamp-courses-info>div p {
    margin: 0;
}

.bootcamp-courses-body {
    position: relative;
}

.bootcamp-courses-subscribe {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}

.bootcamp-courses-uptime div:last-child {
    color: #aaa;
    font-size: 14px;
}

.bootcamp-courses-order {
    text-align: right;
}

.bootcamp-courses-order .pull-left {
    padding: 10px;
}

.bootcamp-courses-order span {
    display: block;
    position: relative;
    top: 12px;
    color: #fa3d2e;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}

.bootcamp-courses-order span.member-price a {
    padding: 0;
    margin: 0;
    color: #ff9717;
    font-size: 14px;
    background: #fff;
}

.bootcamp-courses-order a {
    display: inline-block;
    margin: 30px 0 0 10px;
    padding: 4px 16px;
    color: #fff;
    background: #ff9717;
    font-size: 21px;
    border-radius: 0;
}

.bootcamp-courses-order a:focus,.bootcamp-courses-order a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width:768px) {
    .bootcamp-courses-media {
        display: block;
        width: 100%;
    }

    .bootcamp-courses-media img {
        width: 100%;
    }

    .bootcamp-courses-subscribe {
        position: static;
        margin: 20px 0;
    }
}

.bootcamp-faq {
    padding: 30px 0;
    background: #fff;
}

.bootcamp-faq-header {
    margin: 20px auto 30px;
    text-align: center;
}

.bootcamp-faq-title {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background: #08bf91;
    font-size: 21px;
}

.bootcamp-faq-body,.bootcamp-faq-description {
    color: #08bf91;
    font-size: 18px;
}

.bootcamp-faq-body {
    margin: 40px 0 20px;
}

.bootcamp-faq-body div {
    margin: 12px 0;
}

.bootcamp-faq-answer {
    padding: 12px 0;
    color: #666;
    background: #fff;
    font-size: 15px;
    text-indent: 2em;
}

.bootcamp-faq-footer {
    font-size: 18px;
}

.bootcamp-faq-footer a {
    display: inline-block;
    padding: 8px 24px;
    color: #999;
}

.bootcamp-faq-footer a:hover {
    text-decoration: none;
}

.col-md-15 {
    position: relative;
    float: left;
    width: 20%;
}

.bootcamp-infobox {
    margin-bottom: 10px;
}

.bootcamp-infobox-title {
    font-size: 22px;
}

.bootcamp-infobox-title span {
    vertical-align: middle;
}

.bootcamp-infobox-type {
    padding: 4px 12px;
    color: #fff;
    background: #76bc6e;
    font-size: 14px;
}

.bootcamp-infobox-content {
    margin: 20px 0 30px;
    font-size: 15px;
}

.bootcamp-infobox-session {
    margin: 10px -30px 30px 0;
    padding: 4px 12px;
    background: #f1f1f1;
    font-size: 14px;
}

.bootcamp-infobox-footer {
    margin: 0 -30px -30px;
    background: #f5fffc;
    border-top: 1px solid #ecf0f3;
    overflow: hidden;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg {
    padding: 52px 0 0;
    text-align: center;
    font-size: 12px;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg .original-price {
    font-size: 24px;
    color: #ff712a;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg .member-price {
    font-size: 14px;
    margin: 0 0 10px;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-buy {
    padding: 4px 20px;
    color: #fff;
    background: #ff712a;
    font-size: 24px;
    cursor: pointer;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-buy.disabled {
    background: #ddd;
    border: none;
    outline: none;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-unopened {
    float: right;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    padding: 8px 10px;
    margin: 0 0 52px;
}

.bootcamp-infobox-footer .bootcamp-infobox-msg.bootcamp-infobox-buybox {
    float: right;
    padding: 24px 18px 24px 10px;
}

.bootcamp-infobox-footer-plus {
    position: absolute;
    top: 60%;
    right: 10px;
}

@media (max-width:767px) {
    .bootcamp-infobox-footer .bootcamp-infobox-msg.bootcamp-infobox-buybox {
        float: none;
        width: 60%;
        margin: 20px auto;
        padding: 50px 0;
    }

    .bootcamp-infobox-footer-plus {
        position: static;
        display: inline-block;
        margin: 30px 0 0;
    }
}

#bootcamp-pay-modal .bootcamp-modal .modal-body {
    padding: 5px 15px 0;
}

#bootcamp-pay-modal .bootcamp-modal .price-without-book,#bootcamp-pay-modal .bootcamp-modal .real-price {
    color: #ff712a;
    font-size: 24px;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box {
    overflow: hidden;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method {
    float: left;
    width: 120px;
    height: 46px;
    margin-right: 10px;
    border: 1px dashed #d2d2d2;
    cursor: pointer;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method.active {
    border: 2px solid #f55f60;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method-ali {
    background: url(https://static.shiyanlou.com/img/pay-btn.png);
    background-position: 0 95%;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method-wx {
    background: url(https://static.shiyanlou.com/img/pay-btn.png);
}

.bootcamp-img {
    width: 100%;
    margin-bottom: 10px;
}

#bootcamp-courses {
    overflow: hidden;
}

#bootcamp-courses .course {
    float: none;
    display: block;
    margin: 0 auto;
}

#bootcamp-courses .straight-line {
    width: 1px;
    height: 60px;
    margin: 0 auto;
    background: #b3b3b3;
}

.start-bootcamp {
    margin: 20px auto 0;
}

.finish-bootcamp,.start-bootcamp {
    position: relative;
    font-size: 18px;
    color: #7b7b7b;
    text-align: center;
}

.finish-bootcamp {
    margin: 0 auto;
}

.finish-bootcamp .small-circle {
    margin: -2px auto 4px;
}

.wx-header {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 10px #ccc;
}

.wx-header .wx-navbar-header {
    margin: 0 -15px;
}

.wx-header .wx-navbar-header .navbar-brand {
    padding: 0;
}

.wx-header .wx-navbar-header .navbar-brand img {
    height: 50px;
}

.wx-header .wx-navbar-header .wx-header-btn {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    background-color: transparent;
    border: 1px solid #3b444f;
    border-radius: 4px;
}

.wx-header .wx-navbar-header .wx-header-btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #3b444f;
}

.wx-header .wx-navbar-header .wx-header-btn .icon-bar+.icon-bar {
    margin-top: 4px;
}

.wx-header #wx-navbar-list .item {
    color: #3b444f;
    font-size: 16px;
    padding: 15px 0;
}

.wx-header #wx-navbar-list a:focus,.wx-header #wx-navbar-list a:hover {
    text-decoration: none;
}

.weixin-layout .breadcrumb {
    padding: 0 0 10px;
}

.weixin-layout .breadcrumb a {
    font-size: 14px;
}

.weixin-layout .detail .item {
    box-shadow: 0 3px 10px #ccc;
    margin-bottom: 10px;
}

.weixin-layout .detail .item .name {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    color: #3b444f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weixin-layout .detail .item i {
    color: #acacac;
    margin-top: 7px;
}

.weixin-layout .detail .item-course {
    padding: 20px 10px;
}

.weixin-layout .detail .item-lab {
    padding: 10px;
}

.weixin-layout a:focus,.weixin-layout a:hover {
    text-decoration: none;
}

.weixin-layout #preview {
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.weixin-layout .wx-doc-next,.weixin-layout .wx-doc-prev {
    padding: 10px 0;
    box-shadow: 0 0 10px #ccc;
    color: #3b444f;
    font-size: 14px;
}

.weixin-layout .back2top {
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    background-color: #08bf91;
    position: fixed;
    bottom: 135px;
    right: 15px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 3px 3px 10px #ccc;
}

.weixin-layout .back2top i {
    margin: 0;
}

.wx-footer {
    font-size: 16px;
    color: #acacac;
    padding: 10px 0 30px;
}


@font-face {
font-family: "lantingxihei";
src: url("fonts/FZLTCXHJW.TTF");
}
/* modal 模态框*/
#invite-user .modal-body {
overflow: hidden;
}
#invite-user .modal-body .form-label {
margin-bottom: 16px;
font-size:14px;
}
#invite-user .modal-body .form-invite {
width: 80%;
padding: 6px 12px;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 5px;
float: left;
margin-right: 10px;
}
#invite-user .modal-body .msg-modal-style {
background-color: #7dd383;
margin-top: 10px;
padding: 6px 0;
text-align: center;
width: 100%;
}
#invite-user .modal-body .modal-flash {
position: absolute;
top: 53px;
right: 74px;
z-index: 999;
}
/* end modal */
.en-footer {
padding: 30px;
text-align: center;
font-size: 14px;
}


.navbar-banner {
margin-top: 50px;
background: url("../img/homepage-bg.png");
background-size: cover;
backgtound-repeat: no-repeat;
}

.privacy-title{
font-weight: 100;
font-family: "Microsoft Yahei";
color: #1ABC9C;
font-size: 32px;
}
.privacy-container {
margin-bottom:15px;
background-color: #FFFFFF;
box-shadow: #CCCCCC 0px 1px 3px 0px;
padding: 40px;
}
.privacy-row{
padding: 25px;
}
.privacy-h3{
margin-bottom: 24px;
font-weight: 100;
font-family: "Microsoft Yahei";
color: #1ABC9C;
font-size: 24px;
}
.privacy-row p{
line-height: 32px;
color: #6B767D;
font-size: 16px;
font-weight: 100;
}


.font-black {
    color: #464646!important;
}

.font-blue {
    color: #2365e8!important;
}

.font-gray {
    color: #c2c2c2!important;
}

.font-gray-dark {
    color: #828282!important;
}

.font-green {
    color: #3fae30!important;
}

.font-orange {
    color: #e19400!important;
}

.font-yellow {
    color:#FFFF00!important;
}

.font-red,.parsley-error-list {
    color: #f53030!important;
}

.font-white,.gradient-blue,.gradient-black,.gradient-red,.solid-blue,.solid-black,.solid-red {
    color: #fff;
}



.td,th {
            width: 1px;
            white-space: nowrap;
            /* 自适应宽度*/
            text-align: center;
        }


