/*index*/

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {
    background: #f7f9fb;
}

html,
body {
    position: relative;
    height: 100%;
}

.ab-content {
    position: absolute;
    top: 2.06rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.logo_box {
    width: 100%;
    background: #fff;
    height: 2.1rem;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    z-index: 99;
    position: relative;
    justify-content: flex-start;
}

.logo_box img {
    width: 4.5rem;
    vertical-align: middle;
}

.logo_box .box_name {
    color: #666666;
    font-size: 0.8rem;
    padding-left: 0.48rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.48rem;
    border-left: solid 1px #dcdcdc;
}

.banner_box {
    width: 100%;
    height: 8rem;
}

.banner_box img {
    width: 100%;
    height: 8rem;
}

.index_page {
    background: #fff;
    overflow: hidden;
    padding: 0 0.75rem;
    margin-bottom: 0.5rem;
}

.index_page .page_name {
    height: 2.8rem;
    line-height: 2.8rem;
    color: #222222;
    font-size: 1rem;
}

.project_page .project_lists .item {
    width: 8rem;
    float: left;
    margin-right: 1.23rem;
    margin-bottom: 1.23rem;
}

.project_page .project_lists .item .live_img {
    font-size: 0;
}

.project_page .project_lists .item .live_img img {
    width: 8rem;
    height: 5rem;
    border-radius: 0.25rem;
}

.project_page .project_lists .item .title {
    font-size: 0.7rem;
    margin: 0.4rem 0;
    color: #222222;
}

.project_page .project_lists .item .live_msg {
    display: flex;
    justify-content: space-between;
}

.project_page .project_lists .item .live_msg .left {
    color: #ff3000;
    font-size: 0.6rem;
}

.project_page .project_lists .item .live_msg .right {
    color: #b3b8c1;
    font-size: 0.6rem;
}

.index_page .index_list .item {
    margin-bottom: 1rem;
}

.index_page .index_list .item p {
    color: #333333;
    font-size: 0.75rem;
    margin-bottom: 0.45rem;
}

.index_page .index_list .item .time {
    color: #b3b8c1;
    font-size: 0.65rem;
}

.bar-footer {
    position: fixed;
    display: flex;
    z-index: 500;
    height: 2.55rem;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 2px #eff0f0;
    box-shadow: 0 -2px 2px #eff0f0;
}

.bar-footer .tab-item .svg_icon {
    font-size: 1.1rem;
    fill: #8b8f96;
}

.bar-footer .tab-item {
    text-align: center;
    padding: 0.2rem 0;
    flex: 1;
    color: #8b8f96;
    display: flex;
    font-size: 0.6rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.bar-footer .tab-item.active {
    color: #00be82;
}

.bar-footer .tab-item.active .svg_icon {
    fill: #00be82;
}


/*asks*/

.asknews_view {
    top: 4.1rem;
}

.asknews_view .lists .item {
    padding: 0.49rem 0.6rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.asknews_view .lists .item .item_top {
    display: flex;
    align-items: center;
}

.asknews_view .lists .item .item_top .avatar_box {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: relative;
    background-color: #f5f5f5;
}

.asknews_view .lists .item .item_top .avatar {
    display: inline-block;
    width: 100%;
    border-radius: 50%;
    vertical-align: top;
}

.asknews_view .lists .item .item_top .name {
    color: #000;
    font-size: 0.6rem;
    margin-left: 0.5rem;
}

.asknews_view .lists .item .item_title {
    font-size: .7rem;
    width: 100%;
    color: #000;
    margin: 0.5rem 0 0.3rem 0;
}

.asknews_view .lists .item .item_time {
    font-size: 0.6rem;
}

.breadcrumb {
    padding-left: 0.9rem;
    background: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}

.breadcrumb>li {
    display: inline-block;
    line-height: 2rem;
}

.breadcrumb>li a {
    color: #333;
}

.breadcrumb>.active {
    color: #777;
}

.qndetail_view {
    top: 0;
}

.qdetail_centent,
.ndetail_centent {
    padding: 0 0.9rem 0.9rem;
    /* margin-bottom: 2rem; */
    background: #fff;
}

.qdetail_centent .qdetail_box {
    border-bottom: 1px solid #eee;
    height: auto;
    position: relative;
}

.qdetail_centent .qdetail_box.qdetail_reply_box {
    padding-top: 3.5rem;
    padding-bottom: 0;
}

.qdetail_centent .qdetail_box .qdetail_hd {
    overflow: hidden;
    line-height: 2.1rem;
    height: 2.1rem;
}

.qdetail_centent .qdetail_box .qdetail_icon {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #f5f5f5;
    overflow: hidden;
    float: left;
}

.qdetail_centent .qdetail_box .tel {
    font-size: 0.7rem;
    margin-left: 0.5rem;
}

.qdetail_centent .qdetail_box .ask_detail_title {
    font-size: 0.7rem;
    color: #555;
    margin: 0.75rem 0;
}

.qdetail_centent .qdetail_box .pop_img {
    width: 3rem;
    margin-right: 0.5rem;
}

.qdetail_centent .qdetail_box .ask_detail_bottom {
    display: flex;
    justify-content: flex-end;
}

.qdetail_centent .qdetail_box .ask_detail_bottom>* {
    display: flex;
    margin-left: 0.5rem;
    align-items: center;
}

.qdetail_centent .qdetail_box .ask_detail_bottom .pv {
    margin-right: 4px;
}

.qdetail_centent .qdetail_box .ask_detail_bottom span,
.ask_detail_time {
    font-size: 0.6rem;
    color: #999;
    margin-left: 0.6rem;
    margin-bottom: 0.6rem;
}

.qdetail_centent .qdetail_box .qdetail_body,
.qdetail_centent .qdetail_reply_box .reply_body {
    overflow: hidden;
}

.qdetail_centent .qdetail_box .comment-list {
    margin-left: 0.7rem;
    background-color: #f9f9f9;
    padding: 0.7rem 0.7rem 0 0.7rem;
    margin-bottom: 10px;
}

.qdetail_centent .qdetail_box .comment-list .reply_item {
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
}

.qdetail_centent .qdetail_box .comment-list .reply_item:first-child {
    border-top: none;
    padding-top: 0;
}

.qdetail_centent .qdetail_reply_box .jd_tip {
    width: 80px;
    height: 30px;
    background-color: #0abea0;
    border-radius: 0px 15px 15px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fdfdfd;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 20px;
}

.qdetail_centent .qdetail_reply_box .no_reply {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.qdetail_centent .qdetail_reply_box .reply_icon {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 2rem;
}

.qdetail_centent .qdetail_reply_box .reply_hd {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.qdetail_centent .qdetail_reply_box .reply_body {
    padding-left: 2rem;
}

.qdetail_centent .qdetail_reply_box .reply_title {
    font-size: 0.7rem;
    line-height: 25px;
    margin-bottom: 0.75rem;
}

.arts-box .headline {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    font-weight: 400;
    border-bottom: 1px solid #f7f7f7;
}

.arts-box .headline span {
    padding-left: 0.4rem;
    border-left: 2px solid #00be81;
}

.arts-box {
    background: #fff;
    margin-top: 0.5rem;
    padding: 0 0.9rem 0.9rem;
}

.arts-box ul {
    width: 100%;
    padding-left: 1rem;
}

.arts-box li {
    padding: 0.3rem 0;
    width: 100%;
    list-style: square;
    border-bottom: 1px solid #eee;
}

.arts-box li a {
    color: #333;
    font-size: 0.65rem;
    line-height: 1.3rem;
}

.arts-box li a:hover {
    text-decoration: underline !important;
    color: #00b28e;
}

.c0abea0 {
    color: #0abea0;
}

.c509eff {
    color: #509eff;
}

.ndetail_centent {
    padding-top: 0.6rem;
}

.ndetail_centent .infor_name {
    font-size: 1rem;
    text-align: left;
    font-weight: 600;
}

.ndetail_centent .infor_data {
    border-bottom: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 0.4rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.ndetail_centent .infor_data>div {
    display: flex;
    justify-content: flex-start;
}

.ndetail_centent .infor_data span {
    color: #999999;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.ndetail_centent .infor_data .pageviews {
    margin-right: 0;
}

.ndetail_centent .infor_data .pageviews img {
    margin-right: 0.3rem;
}

.ndetail_centent .guide_read {
    padding: 0.6rem;
    line-height: 1.2rem;
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.7rem;
    background: #f8f8f8;
    margin: 0.7rem 0;
    color: #999;
    font-weight: normal;
}

.ndetail_centent .detail_content {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 12px 4px #eceef1;
    padding-bottom: 1.2em;
    word-wrap: break-word;
}

.ndetail_centent .detail_content p {
    text-indent: 2.2em;
    line-height: 27px;
    font-size: .75rem;
    padding: .6rem .6rem 0;
    color: #000;
    margin: 0;
}

.ndetail_centent .detail_content p strong {
    display: block;
    margin: 0 auto;
}

.ndetail_centent .detail_content img {
    height: 100% !important;
    width: 100% !important;
    display: inherit;
}

.qc-code {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    overflow-y: auto;
}

.qc-code .wx-code {
    position: relative;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

.qc-code-wexin .wx-code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qc-code>div {
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 90%;
    font-size: .38rem;
    color: #000;
}

.qc-code .close {
    position: absolute;
    top: 0;
    right: 3%;
    font-style: normal;
    font-size: 2.8rem;
    font-weight: bold;
    color: #888;
    opacity: 1;
}

.qc-code .wx-code img.qrcode-img {
    width: 50%;
}

.qc-code .wx-code img.gg-img {
    width: 90%;
    margin-top: 20px;
}

.qc-code .wx-code p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.qc-code .wx-code p.aTips {
    color: #666;
    font-size: 12px;
}

.qc-code .wx-code p a {
    color: #00b28e;
    text-decoration: underline;
}

.qc-code .step {
    background-color: #f0f0f0;
    border-radius: 0 0 6px 6px;
}

.qc-code .step h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.qc-code .step img {
    max-width: 80%;
}

.qc-code #copyBtn {
    display: inline-block;
    padding-left: 15px;
    border: 1px solid #13c29f;
    background-color: rgba(157, 195, 187, .4);
    border-radius: 50px;
    color: #333;
}

#copyBtn i {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 4px;
    height: 1.2em;
    width: 1.2em;
    background: url(/excel_images/acc5_v2/cc-pointer-up.png) no-repeat;
    background-size: 1.2em 1.2em;
}

#copyBtn span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    padding-right: 15px;
}


/*资讯列表*/

.news_view .new-list .new-item {
    padding: 0.49rem 0.6rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.188rem;
    display: flex;
    height: 4.6rem;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info {
    flex: 2;
    padding-right: 1rem;
}

.news_view .new-list .new-item .news_info a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info .new_title {
    font-size: 0.8rem;
    /* font-weight: bold; */
    padding-top: 0.5em;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_view .new-list .new-item .news_info .new_bottom {
    display: flex;
    justify-content: space-between;
}

.news_view .new-list .new-item .news_info .new_bottom span {
    color: #aaa;
    font-size: 0.6rem;
}

.news_view .new-list .new-item .news_img {
    flex: 1;
}

.news_view .new-list .new-item .news_img img {
    width: 100%;
    height: 100%;
}


/*无数据 报错*/

.nodata-view,
.error-view {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 100px;
    width: 100%;
    left: 0;
}

.nodata-view img,
.error-view img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.nodata-view p {
    color: #939699;
    font-size: 0.75rem;
}

.error-view p {
    color: #939699;
    font-size: 0.84rem;
    margin-bottom: 30px;
}

.error-view .error-btns a {
    display: inline-block;
    width: 4.29rem;
    margin: 0 10px;
    text-decoration: none;
    line-height: 1.5rem;
    color: #2e8fff;
    font-size: 0.75rem;
    color: #2e8fff;
    height: 1.5rem;
    border-radius: 16px;
    border: solid 1px #2e8fff;
}


/*问答 资讯*/

.ask_footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
    -webkit-box-shadow: 0 -2px 2px #eff0f0;
    box-shadow: 0 -2px 2px #eff0f0;
}

.ask_file_layer {
    padding: 1rem;
    font-size: 0;
    text-align: center;
}

.ask_question_view {
    top: 0;
    padding: 0.75rem;
    background: #fff;
}

.ask_question_view .ask-banner {
    width: 17.25rem;
    height: 3.65rem;
    background: url("/Public/m/images/ask_banner3.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.ask_question_view .ask-banner div {
    font-size: 14px;
    color: #000000;
    padding: 0 0.48rem;
}

.ask_question_view .ask-banner span {
    color: #ff4c29;
    font-size: 0.9rem;
}

.ask_question_view .ask-process h5 {
    font-size: 0.9rem;
    color: #010101;
    margin-bottom: 0.72rem;
    text-align: center;
}

.ask_question_view .beian {
    padding: 1rem 0;
    color: #b5b5b5;
    font-size: 12px;
    text-align: center;
}

.ask_question_view .logo {
    display: block;
    margin: 2rem auto 0;
    width: 5rem;
}

.ask_file_layer .gg-img {
    width: 100%;
}

.ask_file_layer p {
    margin-top: 10px;
    font-size: 0.7rem;
    margin-bottom: 5px;
}

.ask_file_layer p.aTips {
    color: #666;
    font-size: 0.6rem;
}

.ask_file_layer #copyBtn {
    display: inline-block;
    padding-left: 15px;
    border: 1px solid #13c29f;
    background-color: rgba(157, 195, 187, .4);
    border-radius: 50px;
    color: #333;
}

.ask_file_layer .step {
    background-color: #f0f0f0;
    border-radius: 0 0 6px 6px;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
    width: 100%;
    color: #000;
}

.ask_file_layer #copyBtn span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-right: 15px;
}

.ask_file_layer .step h3 {
    margin-top: 0;
    font-size: 0.8rem;
    margin-bottom: 10px;
    font-weight: normal;
}

.ask_footer .tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ask_footer .tab-item span {
    font-size: 0.6rem;
}

.ask_footer button.ask_btn {
    flex: 2;
    display: flex;
    padding: 0;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 0.7rem;
    background-color: #1dceab;
    justify-content: center;
}

.ask_footer .ask_btn .w_num {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url("/Public/m/images/foot-msg-icon.png") no-repeat;
    background-size: 1.2em 1.2em;
    vertical-align: middle;
}

.ask_footer .ask_btn .w_num i {
    position: absolute;
    font-size: 12px;
    height: 1.4em;
    line-height: 1.4em;
    width: 1.4em;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    top: -10px;
    right: -8px;
    background-color: #ff1212;
    border: 1px solid #fff;
    color: #fff;
}

.ask_footer .ask_btn .qdetail_icon {
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.ask_footer .ask_btn .qdetail_icon img {
    margin: 0 auto;
    width: 100%;
}

.ask_footer .ask_btn img {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.ask_footer .tab-item .icon {
    font-size: 1.2rem;
    color: #969696;
}

.consult-teacher2 {
    color: #fff;
    background-color: #00BE81;
    text-align: center;
    padding: .5rem;
    font-size: 12px;
}

.consult-teacher2 a {
    display: inline-block;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9999px;
    border: 1px solid #fff;
    cursor: pointer;
}

.consult-teacher1 {
    display: flex;
    padding: .8em;
    background-color: #fff;
    margin-top: .375rem;
    font-size: .6rem;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.consult-teacher1 .icon-box {
    padding-right: .5em;
}

.consult-teacher1 .icon-box img {
    width: 1.2rem;
    vertical-align: top;
}

.consult-teacher1 .tip {
    flex-grow: 1;
    width: 6rem;
    line-height: 1.5em;
}

.consult-teacher1 a {
    height: 1.5rem;
    width: 5rem;
    line-height: 1.5rem;
    background-color: #00be82;
    color: #fff;
    text-align: center;
    /* padding: 0 .6em; */
    border-radius: 999em;
    box-shadow: 0 .1rem
        /* 4/75 */
        .2rem
        /* 8/75 */
        rgb(74, 196, 159, .5)
}

.ask_kf_pop {
    z-index: 1;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    margin-left: -172px;
    margin-top: -250px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.ask_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    background-color: #000\9;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 10000;
}

.ask_kf_pop .ask_kf_center {
    width: 345px;
    background-color: #eff6f4;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    height: 522px;
}

.ask_kf_pop .ask_kf_center .close {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 0;
    top: -21px;
}

.ask_kf_pop .ask_kf_center .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ask_kf_pop .ask_kf_center .kf_hd {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-size: 22px;
    z-index: 1;
    height: 65px;
    padding: 0 20px;
    position: relative;
    line-height: 65px;
    color: #fff;
    border-bottom: 1px solid #F7675F;
}

.ask_kf_pop .ask_kf_center .kf_hd .problem-count {
    color: #ffe641;
}

.ask_kf_pop .ask_kf_center .teacher_info .icon-ask-v {
    margin-left: 3px;
    margin-right: 3px;
    background-image: url(https://al3.acc5.com/179227_5c80c1b320166.png);
    background-position: 0 0;
    vertical-align: -5px;
}

.icons.icon-ask-v {
    width: 21px;
    display: inline-block;
    height: 20px;
}

.ask_kf_pop .ask_kf_center .ask_body {
    position: relative;
    padding: 20px;
}

.ask_kf_pop .ask_kf_center .teacher_info {
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.ask_kf_pop .ask_kf_center .teacher_info .teachar_name {
    margin: 3px 0;
}

.ask_kf_pop .ask_kf_center .teacher_info .info {
    margin-left: 10px;
}

.ask_kf_pop .ask_kf_center .white-bg {
    padding: 12px 20px;
    line-height: 24px;
    box-shadow: 0 1px 7px 0 rgba(83, 151, 131, 0.35);
    border-radius: 12px;
    color: #000;
    margin-bottom: 16px;
    font-weight: normal;
    background: #fff;
}

.ask_kf_pop .ask_kf_center .porela textarea {
    padding: 12px 20px;
    height: 200px;
    box-shadow: 0 1px 7px 0 rgba(83, 151, 131, 0.35);
    border-radius: 12px !important;
    border: none;
    resize: none;
}

.ask_kf_pop .ask_kf_center .porela .btn-df {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -132px;
    width: 265px;
    height: 50px;
    background-color: #F7675F;
    box-shadow: 0 3px 6px 0 rgba(29, 168, 127, 0.2);
    border-radius: 8px;
    font-size: 18px;
}

.ask_kf_pop .ask_kf_center .porela .btn-df {
    color: #fff !important;
    background-color: #F7675F !important;
}

.ask_kf_pop .ask_kf_center .teacher_info .teachar_avatar img {
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.3);
}

.ask_kf_pop .ask_kf_center .kf_hd .pull-right {
    font-size: 16px;
}

.ask_kf_pop .ask_kf_center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: #F7675F;
    border-radius: 8px 8px 26px 26px;
}

.pull-right {
    float: right !important;
}

.fl {
    float: left !important;
}

.default-color,
.default-color:hover,
.default-color:focus {
    color: #00b882 !important;
}

.code_ask {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 20px 0px;
}

.code_ask img {
    margin: 0 auto;
}

.hide {
    display: none;
}

.ck_zx .item {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.ck_zx .item .avatar {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.ck_zx .item .name {
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.ck_zx .item .tag span {
    font-size: 12px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 30px;
}

.ck_zx .item .tag {
    margin: 5px 0;
}

.ck_zx .item .tag span.tag_1 {
    color: #F7675F;
    background: rgba(247, 103, 95, 0.10);
}

.ck_zx .item .good {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
}

.ck_zx .item .tag span.tag_2 {
    color: #FF9427;
    background: rgba(255, 148, 39, 0.10);
}

.ck_zx .swiper-pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    left: 0;
}

.ck_zx .swiper-pagination span {
    margin: 0 3px;
}

.zx {
    display: block;
    padding: 0;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 0.7rem;
    background-color: #1dceab;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    justify-content: center;
    margin-top: 28px;
}
.infor-wenda-list {
    border-bottom: 1px dashed #efefef;
    padding: 1rem;
}
.infor-wenda-list:last-child {
    border: 0;
}
.infor-wenda-list span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 50%;
    margin-right: .4rem;
    color: #fff;
}
.infor-wenda-list .wen-text {
    font-size: .7rem;
    color: #000;
}
.infor-wenda-list .wen-icon {
    background-color: #d5d5d5;
}
.infor-wenda-list .da-icon {
    background-color: #17caa2;
}
.infor-wenda-list div:nth-child(2) {
    margin-top: .6rem;
    color: #999;
}
.tabbar-box {
    background-color: #fff;
    overflow: hidden;
    padding-left: 1rem;
}
.tabbar-box .list {
    font-size: .6rem;
    line-height: 2rem;
    float: left;
    margin-right: 1rem;
}
.tabbar-box .list.active {
    color: #000;
    font-size: .8rem;
    font-weight: bold;
    border-bottom: .1rem solid #15c994;
}
/* 知识库 */
.overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

.overflow-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.overflow-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.overflow-text-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hot-course-box .list {
    padding: .8rem 0 0;
    display: flex;
}
.hot-course-box .list>img {
    float: left;
    width: 6rem;
    height: 3.45rem;
    margin-right: .4rem;
}
.hot-course-box .list .course-data {
    position: relative;
    flex: 1;
}
.hot-course-box .list .title {
    font-size: .76rem;
    color: #000;
}
.hot-course-box .list .course-time {
    width: 100%;
    color: #969696;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .58rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.insert-img {
    display: block;
    margin: 0 auto;
}

/* 点赞分享 */
.like-share-box {
    padding: .6rem 0 0;
    margin-top: .6rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #eee;
    justify-content: space-between;
}

.like-share-box>div {
    display: flex;
    align-items: center;
}

.like-share-box .list {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 50%;
    margin-right: .6rem;
    font-size: .8rem;
    cursor: pointer;
    text-align: center;
    background-color: rgb(204, 204, 204);
    color: #fff;
    position: relative;
    text-decoration: none
}

.like-share-box .list-title {
    line-height: 1.6rem;
    margin-right: 10px;
    font-size: .6rem;
}

.like-share-box .list.icon-heart.active {
    background-color: rgb(242, 89, 89);
}

.like-share-box .list:last-child {
    margin-right: 0;
}

.like-share-box .list.iconicon_weixin {
    background-color: rgb(104, 186, 102);
}

.like-share-box .list.iconicon_QQkongjian {
    background-color: rgb(240, 197, 71);
}

.like-share-box .list.iconicon_quanzi1 {
    background-color: rgb(242, 106, 101);
}

.weixin-box {
    width: 202px;
    height: 194px;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.like-share-box .list:hover .weixin-box {
    visibility: visible;
    opacity: 1;
}

.weixin-box .weixin-init {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    color: #777;
}

#qrcode-box {
    width: 105px;
    margin: 10px auto;
}

.weixin-box>p {
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.share-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.share-wx-img {
    position: fixed;
    right: .666667rem;
    top: .266667rem;
    width: 6.533333rem;
    height: auto;
}

/* end 点赞分享 */
/* end 知识库 */
.problem-reply .discuss-box {
    /* border-top: 1px solid #eee; */
}
.problem-reply .discuss-box .list {
    padding-top: .6rem;
}
.problem-reply .discuss-box .head {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: .6rem;
    float: left;
    vertical-align: top;
}
.problem-reply .discuss-box .discuss-data {
    overflow: hidden;
}
.problem-reply .discuss-box .discuss-data .reply-content {
    font-size: .346667rem;
}
.problem-reply .discuss-box .discuss-data .time {
    color: #999;
    font-size: .213333rem;
    margin-top: .08rem;
}