﻿:root {
    --act-color-success: #bf74aa;
    --act-color-info: #bf74aa;
    --act-color-error: #ff6600;
    --act-color-warning: #ff9900;
    --act-color-icon: #bf74aa;
    --act-color-disabled: #bbbec4
}

body,
html {
    height: 100%;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}

.page,
body {
    background-color: #fbf9fe
}

.container {
    overflow: hidden
}

.container,
.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch
}

.page {
    overflow-y: auto;
    opacity: 0
}

.page.full-page .weui-tabbar {
    background-color: #fff;
    visibility: hidden
}

.page.full-page.active .weui-tabbar {
    visibility: visible
}

.bd.spacing {
    padding: 0 15px
}

.line {
    height: 1px
}

.clear {
    clear: both
}

.padding-small {
    padding: 5px
}

.weui-btn_fixed .weui-btn,
.weui-tabbar .weui-btn {
    padding: 0px;
    text-align: center
}

.hidden {
    display: none
}

.weui-tab__bd {
    min-height: 100%;
    height: auto
}

.weui-tab__render {
    height: 55px
}

.weui-navbar-render {
    height: 50px
}

.weui-uploader__input-box.delete::before {
    width: 0px
}

.weui-uploader__input-box.delete.deleting::before {
    width: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%
}

.weui-uploader__input-box.delete.deleting::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 25%
}

.article-title {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc
}

.article-title .refresh-page {
    color: #777
}

.p-album .uploadifive-button input {
    width: 100%;
    height: 100%;
    display: block
}

.p-album .uploadifive-queue {
    display: none
}

.caption-item span {
    font-size: 12px;
    color: #555
}

.weui-cells,
.weui-media-box__title,
.weui-btn {
    font-size: 14px
}

.weui-btn_fixed,
.weui-btn_sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #F7F7FA;
    border-top: 1px solid #ccc
}

.weui-tabbar .weui-btn_fixed {
    position: relative
}

.weui-btn_sticky {
    position: -webkit-sticky;
    position: sticky
}

.weui-tabbar>form {
    width: 100%
}

.content-tab {
    z-index: 0
}

.top-bordered {
    border-top: 1px solid #ccc
}

.content-tab .tab-item {
    border-bottom: 1px solid #ddd;
    padding: 13px 0px;
    font-size: 15px;
    text-align: center;
    color: #777
}

.content-tab .weui-tab__panel:first {
    border-top: none
}

.content-tab .tab-item.active {
    background: transparent;
    color: #bf74aa;
    border-bottom: 1px solid #bf74aa
}

.content-tab .weui-tab__panel {
    display: none;
    padding-bottom: 0px
}

.content-tab .weui-tab__panel.active {
    display: block
}

.toggle-panel .weui-panel__hd::before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px
}

.toggle-panel.active .weui-panel__hd::before {
    border-width: 0px 2px 2px 0
}

.toggle-panel .weui-panel__bd,
.toggle-panel .weui-panel__ft {
    display: none
}

.toggle-panel.active .weui-panel__bd,
.toggle-panel.active .weui-panel__ft {
    display: block
}

.toggle-panel .weui-panel__hd {
    color: #000
}

a.block-link {
    color: inherit;
    display: block
}

a.refresh-page .weui-cell__bd {
    color: #777
}

.page__hd {
    padding: 30px 30px 10px
}

.page__title {
    text-align: left;
    font-size: 20px;
    font-weight: 400
}

.page__desc {
    text-align: center;
    color: #888;
    font-size: 14px
}

.weui-btn_area {
    margin: 15px
}

.global_navs {
    background-color: transparent
}

.global_navs:after,
.global_navs:before {
    border-color: #d9dbda
}

.global_navs .icon_nav {
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 0.7em
}

.page.button .page__title {
    color: #225fba
}

.page.button .bd {
    padding: 0 15px
}

.page.button .button_sp_area {
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0
}

.page.button .button_sp_area:after {
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    content: "."
}

.page.cell .page__title {
    color: #225fba
}

.page.cell .bd {
    padding-bottom: 30px
}

.page.toast {
    background-color: #fff
}

.page.toast .bd {
    padding: 120px 15px 0
}

.page.dialog {
    background-color: #fff
}

.page.dialog .bd {
    padding: 120px 15px 0
}

.page.msg {
    background-color: #fff
}

.page.panel .bd {
    padding-bottom: 20px
}

.page.article {
    background-color: #fff
}

.page.article .page__title {
    color: #de7c23
}

.page.icons {
    background-color: #fff;
    text-align: center
}

.page.icons .page__title {
    color: #3e24bd
}

.page.icons .bd {
    padding: 30px 0;
    text-align: center
}

.page.icons .icon_sp_area {
    padding: 10px 20px;
    text-align: left
}

.page.icons i {
    margin: 0 5px 10px
}

.search_show {
    display: none;
    margin-top: 0;
    font-size: 14px
}

.search_show .weui-cell_bd {
    padding: 2px 0 2px 20px;
    color: #666
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

.page.slideIn,
.sub-item.slideIn {
    -webkit-animation: a .2s forwards;
    animation: a 0.2s forwards
}

.page.slideOut,
.sub-item.slideOut {
    -webkit-animation: b .3s forwards;
    animation: b .3s forwards
}

.page .page__bd.bd-full {
    height: 100%
}

.weui-tab__bd.sub-item {
    -webkit-overflow-scrolling: touch
}

.page_sub_title {
    text-align: center
}

.weui-tab {
    overflow-x: hidden
}

.weui-tab .weui-tab__bd {
    display: none
}

.weui-tab .weui-tab__bd.active {
    display: block;
    -webkit-overflow-scrolling: touch
}

.weui-tabbar {
    position: fixed;
    z-index: 999
}

.weui-tabbar p {
    margin: 0px
}

.weui-tabbar_icon {
    text-align: center
}

.weui-tabbar_icon i {
    color: #777;
    font-size: 20px
}

.weui-tabbar__item.active,
.weui-tabbar__item.active i,
.weui-tabbar__item.active .weui-tabbar__label {
    color: #3cc51f
}

.weui-tabbar__icon+.weui-tabbar__label {
    margin-top: 0px
}

.weui-contact-avatar {
    width: 35px;
    max-height: 35px;
    height: auto;
    margin-right: 10px;
    display: block
}

a.weui-cell {
    color: #000
}

.weui-cell_desc {
    color: #999999
}

.weui_footer_area {
    text-align: center;
    margin: 15px auto;
    color: #61749B;
    font-size: 12px
}

.weui_page_mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    opacity: 0.7;
    background-color: #000
}

.weui_guide {
    position: fixed;
    left: 0;
    right: 18px;
    top: 5px;
    bottom: 0;
    z-index: 9999;
    background-image: url(images/guide.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: top right
}

.org-bg,
.top-bg {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center
}

.org-bg-pic,
.top-bg-pic {
    width: 100%
}

.org-bg-banner {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    font-family: "微软雅黑"
}

.content-tab .tab-item {
    border-bottom: 1px solid #ddd;
    position: relative
}

.content-tab .tab-item.active {
    border-bottom: 1px solid #ddd
}

.content-tab .tab-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 1px solid var(--act-color-success);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.content-tab .tab-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--act-color-success)
}

.content-tab .tab-item.active~.tab-item::before {
    left: 0
}

.act-status-tag {
    position: absolute;
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    opacity: 0.5
}

.color-info {
    color: var(--act-color-info)
}

.color-success {
    color: var(--act-color-success)
}

.color-warning {
    color: var(--act-color-warning)
}

.color-error {
    color: var(--act-color-error)
}

.act-title {
    display: block;
    bottom: 0;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.act-title>p {
    padding: 0 10px
}

#act-org {
    padding: 0 15px;
    background-color: #fff;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

#act-org>.f-left {
    border: 1px solid var(--act-color-info);
    color: var(--act-color-info);
    border-radius: 16px;
    padding: 2px 15px
}

#act-org>.f-right {
    float: right
}

#act-intro {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-top: 10px
}

.act-intro {
    padding: 5px 15px;
    color: #80848f;
    position: relative
}

.act-intro::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px
}

.act-intro>span {
    margin-left: 5px
}

.act-intro i {
    width: 20px;
    text-align: center;
    color: var(--act-color-success)
}

.act-description {
    display: block
}

.act-description span {
    padding-left: 29px
}

.act-comment-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    color: #464c5b
}

.act-comment-avatar>img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 5px
}

.act-comment-content {
    padding-left: 29px
}

.act-comment-content p {
    font-size: 0.9rem
}

.act-intro-avatar {
    padding: 5px 0 0 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.act-intro-avatar>img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid #fff
}

.act-intro-avatar-btn {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #999;
    text-align: center;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.act-intro-avatar-btn i {
    color: #999
}

.registInfo-top-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.registInfo-top-bg>div:first-child {
    text-align: center
}

.registInfo-top-bg .name {
    text-align: center;
    background-color: #fff;
    opacity: 0.5;
    color: #000;
    border-radius: 11px;
    padding-left: 12px;
    padding-right: 12px
}

img.registInfo-avatar {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #fff
}

.registInfo-success {
    float: right;
    padding: 0 15px;
    border-radius: 12px
}

.registInfo-success>a {
    color: var(--act-color-success)
}

.registInfo-info {
    float: right;
    border: 1px solid var(--act-color-info);
    padding: 0 15px;
    border-radius: 12px
}

.registInfo-error {
    float: right;
    border: 1px solid var(--act-color-error);
    padding: 0 15px;
    border-radius: 12px
}

.registInfo-container {
    margin: 5px 0;
    padding: 5px 2px;
    background-color: #fff;
    color: #657180
}

.registInfo-container i {
    width: 20px
}

.registInfo-container span {
    width: 70px;
    display: inline-block;
    color: #5cadff
}

.registInfo-container .card {
    border: 1px solid #eee;
    padding: 5px 10px;
    position: relative
}

.registInfo-container .card-item {
    font-size: 12px;
    position: relative;
    padding: 2px 10px
}

.registInfo-container .card-item::before {
    content: " ";
    position: absolute;
    left: 5px;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dotted #a7d3ff;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

#registInfo-img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 75px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 0.5
}

.registInfo-cert {
    margin: 5px 0;
    padding: 5px 2px;
    background-color: #fff;
    color: #657180
}

.registInfo-cert p {
    text-align: center
}

.registInfo-cert img {
    height: 150px;
    width: 150px
}

p#registInfo-desc {
    /* text-indent: 24px; */
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

a.act-desc-text {
    color: #999;
    /* font-size: 0.9rem; */
    padding-left: 22px;
    padding-right: 22px;
    word-break: break-all;
}



.act-list-org-label {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
    color: var(--act-color-info);
    border-radius: 16px;
    border: 1px solid var(--act-color-info)
}

.act-box {
    overflow: hidden
}

.act-rt-label {
    font-size: 12px;
    line-height: 1.4em;
    width: 6em;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-Index: 2;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(29.29%, -100%) rotate(45deg);
    transform: translate(29.29%, -100%) rotate(45deg);
    text-indent: 0;
    text-align: center;
    opacity: 0.75
}

.act-rt-label-warning {
    background: var(--act-color-warning)
}

.act-rt-label-info {
    background: var(--act-color-info)
}

.act-rt-label-success {
    background: var(--act-color-success)
}

.act-rt-label-disabled {
    background: var(--act-color-disabled)
}

.act-rt-label-error {
    background: var(--act-color-error)
}

.act-rt-edit-status {
    position: absolute;
    top: 2px;
    right: 0;
    color: var(--act-color-info);
    z-index: 1
}

.act-manager-label {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 16px;
    color: #bf74aa;
    font-size: 12px;
    padding: 0 2px;
    border-radius: 2px 0 0 0
}

.delete-swipeout,
.close-swipeout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toggle-panel .weui-panel__hd:before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.active.toggle-panel .weui-panel__hd:before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.toggle-panel .weui-panel__bd {
    display: block;
    max-height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transition: min-height .3s linear, opacity .3s linear;
    transition: min-height .3s linear, opacity .3s linear
}

.toggle-panel.active .weui-panel__bd {
    max-height: 5000px;
    min-height: 40px;
    opacity: 1;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.weui-panel__hd:active {
    background-color: #E5E5E5;
    -webkit-transform: translateY(0.1px);
    transform: translateY(0.1px)
}

.weui-swiped-btn_primary {
    background-color: var(--act-color-success)
}

.weui-swiped-btn_info {
    background-color: var(--act-color-info)
}

.weui-swiped-btn_warning {
    background-color: var(--act-color-warning)
}

.blog-item-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--act-color-info);
    font-size: 1rem
}

.blog-item-avatar>img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 5px
}

.blog-item-header {
    color: var(--act-color-info);
    display: flex;
    justify-content: space-between
}

.blog-item-header .additional a {
    margin-left: 10px;
    color: var(--act-color-info)
}

.blog-item-content {
    padding-left: 29px
}

.blog-item-content p {
    font-size: 0.9rem
}

.blog-item-content.footer {
    padding-top: 10px;
    font-size: 1rem;
    color: #999999
}

.blog-item-content.footer>.time {
    min-width: 120px;
    display: inline-block
}

.blog-item-content.footer>.label {
    margin-right: 4px
}

.top-container {
    position: relative;
    height: 38px;
    background: #fff
}

span.top-user-avatar::before {
    content: "";
    padding: 4px;
    position: absolute;
    border: 0.05em solid #999;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
}

.top-user-avatar {
    height: 70px;
    width: 70px;
    position: absolute;
    right: 15px;
    top: -40px;
    background: #fff;
    padding: 2px
}

.top-username {
    position: absolute;
    right: 95px;
    top: -25px;
    color: white;
    font-weight: bold;
    padding: 0 2px;
    background: rgba(0, 0, 0, 0.1)
}

.selectize-input {
    border: none;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.selectize-input:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
    z-index: 2
}

.selectize-input::after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
    z-index: 2
}

.selectize-input.focus {
    -webkit-box-shadow: 0 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.1)
}

.selectize-control.multi .selectize-input.has-items {
    padding: 10px 15px
}

.abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

div#loading-more::before {
    content: "";
    width: 40%;
    background: #999;
    border-bottom: 1px dotted;
    top: 11px;
    left: -30px;
    position: absolute
}

div#loading-more::after {
    content: "";
    width: 40%;
    background: #999;
    border-bottom: 1px dotted;
    top: 11px;
    right: -30px;
    position: absolute
}

.weui-swiped-btn_success {
    background: var(--act-color-success)
}

.weui-swiped-btn_info {
    background: var(--act-color-info)
}

.weui-swiped-btn_warning {
    background: var(--act-color-warning)
}

.js-blog-show,
.js-blog-hide {
    margin-top: 5px
}

.blog-top-label {
    border: 1px solid var(--act-color-error);
    padding: 0 0.3rem;
    color: var(--act-color-error);
    margin: 0 4px 0 0
}



.act-desc-text ul,
.act-desc-text ol {
    list-style: disc outside none;
    margin: 15px 0;
    padding: 0 0 0 40px;
    line-height: 1.6;
}

/*# sourceMappingURL=pageManager.css.map */


.scholarship-radio,
.scholarship-checkbox {
    position: absolute;
    display: none;
}

.scholarship-radio[disabled],
.scholarship-checkbox[disabled] {
    cursor: not-allowed;
}

.scholarship-radio+label,
.scholarship-checkbox+label {
    position: relative;
/*    display: block;*/
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.scholarship-radio+label:hover:before,
.scholarship-checkbox+label:hover:before {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: hover-color;
            animation-name: hover-color;
}

.scholarship-radio+label:before,
.scholarship-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.scholarship-radio+label:after,
.scholarship-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.scholarship-radio[disabled]+label,
.scholarship-checkbox[disabled]+label {
    cursor: not-allowed;
/*    color: #e4e4e4;*/
}

.scholarship-radio[disabled]+label:hover,
.scholarship-radio[disabled]+label:before,
.scholarship-radio[disabled]+label:after,
.scholarship-checkbox[disabled]+label:hover,
.scholarship-checkbox[disabled]+label:before,
.scholarship-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.scholarship-radio[disabled]+label:hover:before,
.scholarship-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    -webkit-animation-name: none;
            animation-name: none;
}

.scholarship-radio[disabled]+label:before,
.scholarship-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.scholarship-radio:checked+label:before,
.scholarship-checkbox:checked+label:before {
    -webkit-animation-name: none;
            animation-name: none;
}

.scholarship-radio:checked+label:after,
.scholarship-checkbox:checked+label:after {
    display: block;
}

.scholarship-radio+label:before {
    border-radius: 50%;
}

.scholarship-radio+label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
}

.scholarship-radio:checked+label:before {
    border: 1px solid var(--theme-color);
}

.scholarship-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.scholarship-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.scholarship-checkbox+label:before {
    border-radius: 2px;
}

.scholarship-checkbox+label:after {
    top: 2px;
    left: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.scholarship-checkbox:checked+label:before {
    border: var(--theme-color);
    background: var(--theme-color);
}

.scholarship-checkbox:checked[disabled]+label:before {
    border: var(--theme-color);
    background: var(--theme-color);
}


.section-focus {
    width: 100vw;
    padding: 0;
    margin-bottom: 0;
    height: 49.33333vw;
    background: #ccc;
    color: #fff;
    position: relative;
}

.wap-section {
    margin-bottom: .12rem;
    background: #fff;
    /* padding: .22rem; */
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.section-focus .slider-item {
    position: relative;
    height: 49.333333vw;
    overflow: hidden;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.section-focus .slider-item img {
    width: 100%;
}

@media screen and (max-width: 375px) and (min-width: 361px) {
    html {
        /*font-size: 50px;*/
        /*font-size: 13.33333vw;*/
    }
}

.section-focus .slider-item .focus-title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 86%;
    height: 10.66666vw;
    font-size: 4.53vw;
    line-height: 10.66666vw;
    padding: 0 10% 0 4%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(8%, transparent),color-stop(40%, rgba(0,0,0,.24)),color-stop(47%, rgba(0,0,0,.29)),color-stop(95%, rgba(0,0,0,.65)));
    background: linear-gradient(180deg,transparent 8%,rgba(0,0,0,.24) 40%,rgba(0,0,0,.29) 47%,rgba(0,0,0,.65) 95%);
}

.flow-list-ul {
    position: relative;
    min-height: 100%;
    width: calc(100% - 30px);
    margin-top: 0;
    margin-bottom: 0;
    padding:0 15px;
    list-style-type: none;
}

.note-flow {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    padding: 15px 0;
    margin: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px solid;
    font-size: 0;
    border-color: #f0f0f0;
}

.note-flow:after, .note-flow:before {
    content: "";
    clear: both;
    display: table;
}

.note-flow.have-img .author, .note-flow.have-img .content, .note-flow.have-img .meta {
    padding-right: 95px;
}

.note-flow .content {
    margin-top: 6px;
    display: block;
}

.note-flow .content .wrap-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 3px;
}

.note-flow .content .summary {
    overflow: hidden;
}

.note-flow .content .summary .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    max-height: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: normal;
}

.note-flow .content .summary .abstract {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19px;
    max-height: 38px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: normal;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.note-flow:after, .note-flow:before {
    content: "";
    clear: both;
    display: table;
}

.note-flow .meta .name {
    margin-right: 12px;
}
.note-flow .meta span {
    margin-right: 8px;
    font-size: 12px;
    color: #b1b1b1;
}

.note-flow .meta span {
    margin-right: 8px;
    font-size: 12px;
    color: #b1b1b1;
}

.img-bg-play-icon {
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
    background-color: rgba(53, 52, 52, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/Public/mobile/images/play.png) center center no-repeat;
    cursor: pointer;
}

.peer-tutor.article {
    padding:0 15px;
}

.peer-tutor.article img {
    max-width: 100%;
    height: auto;
    -o-object-fit: center;
       object-fit: center;
    -o-object-position: center center;
       object-position: center center;
       /* margin-left: -2em; */
}

.peer-tutor.article .article-info {
    margin-bottom: 20px;
    font-size: 13px;
    color: #b1b1b1;
}

.peer-tutor.article .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #2f2f2f;
}

.peer-tutor.article p {
    /* text-indent: 2em; */
    text-align: justify;
}

.act-comment-content p {
    font-size: 14px;
}

.placeholder-nothing {
    padding: 20px 0;
    font-size: 14px;
    color: #969696;
    text-align: center;
}

.placeholder-load-more
{
    margin: auto 0;
    padding: 15px 0 15px 7px;
    text-align: center;
    font-size: 15px;
    color: #969696;
}

.act-manager-label {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 16px;
    color: #bf74aa;
    font-size: 12px;
    padding: 0 2px;
    border-radius: 2px 0 0 0;
}