* {
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button,
input,
textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial,
        sans-serif;
}
button:focus,
input:focus,
textarea:focus {
    outline: none;
}
body {
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial,
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
blockquote,
q {
    hyphens: none;
    quotes: none;
}
blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.8);
    font-weight: 400;
    letter-spacing: 0.01rem;
    margin: 30px 0;
    padding-left: 20px;
}
a:active,
a:hover {
    outline: 0;
}
pre {
    padding: 17px;
    font: 14px/22px courier new;
    position: relative;
    margin: 40px 0;
    background-color: #f8f8f8;
}
code,
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 3px;
}
code {
    padding: 2px;
    background-color: #eee;
    word-break: break-word;
    letter-spacing: 0;
    font: 14px/26px courier new;
}
pre code {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}
img {
    max-width: 100%;
    height: auto;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.05);
}
button {
    cursor: pointer;
}
input:disabled {
    background-color: #eee;
    cursor: not-allowed;
}
a,
img {
    outline: none;
    border: none;
}
@keyframes a {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(0);
    }
    60% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes b {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
    }
    70%,
    to {
        transform: scale(1);
    }
}
@keyframes c {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(0.8);
    }
}
.u-clearfix {
    *zoom: 1;
}
.u-clearfix:after,
.u-clearfix:before {
    display: table;
    content: " ";
}
.u-clearfix:after {
    clear: both;
}
.popoovsss {
    border: 1px solid #eee;
    position: absolute;
    z-index: 10000;
}
.loadingBar {
    background-color: #20aaef;
    display: none;
    height: 2px;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    z-index: 100;
    width: 100%;
}
.is-loadingApp .loadingBar {
    animation: a 1s ease-in-out infinite;
    animation-delay: 0.8s;
    display: block;
}
.post-actions {
    padding: 0 0 30px;
}
.user-qes-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.user-qes-item h2 {
    margin-bottom: 8px;
}
.user-qes-item h2:hover {
    color: #20aaef;
}
.custom-tooltip {
    width: 100% !important;
    height: 10% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-tooltip-item {
    width: 150px;
    height: 50px;
    position: relative;
    float: left;
    margin-left: 20px;
    border-left-style: solid;
    border-left-width: 5px;
}
.custom-tooltip-item:first-child {
    margin-left: 0;
}
.custom-tooltip-item-name {
    width: 80%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 10px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}
.custom-tooltip-item-value {
    width: 80%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #262626;
    font-size: 22px;
}
.button.button-ana {
    border-radius: 6px;
    font-size: 14px;
    line-height: 22px;
}
.button.button-ana.is-active {
    color: #fff;
    border-color: #20aaef;
}
.chart-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.44);
    margin-top: 50px;
    margin-bottom: 20px;
}
.buttons-ana {
    padding-bottom: 30px;
}
.user-qes-meta {
    font-size: 12px;
}
.user-qes-meta time {
    color: #999;
    margin-left: 15px;
}
.user-qes-meta time .iconfont {
    margin-right: 5px;
}
.user-qes-meta .meta-right {
    color: #999;
}
.user-qes-meta .meta-right .iconfont {
    margin-right: 6px;
    margin-left: 10px;
}
.user-qes-avatar {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.u-backgroundGray {
    background-color: #f7f7f7;
}
.contianer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.contianer.writing-column {
    width: 95%;
    max-width: 850px;
}
.u-hide {
    display: none;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.books-nav span {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    cursor: pointer;
    color: #666;
}
.books-nav span:hover {
    color: #000;
}
.hot-nav {
    font-size: 12px;
    padding-top: 2px;
}
.hot-nav span {
    display: inline-block;
    border: 1px solid #000;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
}
.hot-nav span.is-active {
    background-color: #000;
    color: #fff;
}
.widget-ad {
    margin-bottom: 15px;
}
.join-info {
    border-radius: 3px;
    background-color: #fff;
    padding: 15px 10px;
}
.join-info .code-dl,
.join-info .code-ul {
    display: inline-block;
    font-size: 12px;
}
.join-info .code-dl {
    text-align: center;
    margin-right: 15px;
}
.app-info {
    padding: 20px 0 0;
}
.app-info a {
    width: 136px;
    display: inline-block;
}
.app-info a .iconfont {
    margin-right: 4px;
}
.app-info .ios {
    border-right: 1px solid #ddd;
}
.app-info .android {
    color: #98cb59;
    text-align: right;
}
.surface-container {
    padding-top: 60px;
    position: relative;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.not-fixed .site-header {
    position: absolute;
}
.site-header .logo {
    float: left;
}
.site-header .iconfont {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.site-header .user-avatar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 8px;
    width: 30px\9;
}
.site-header .user-avatar:after {
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #000;
    border-color: #666 transparent transparent;
    content: "";
    top: 14px;
    right: -3px;
}
.site-header .user-avatar .user-top-nav.is-active {
    display: block;
    animation: laocaosb 0.3s;
}
.site-header .user-avatar .avatar {
    border-radius: 100%;
    display: block;
}
.site-nav {
    font-size: 14px;
}
.u-floatRight {
    float: right;
}
.sidebar {
    padding-top: 50px;
}
.button {
    display: inline-block;
    line-height: 36px;
    border-radius: 999em;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 16px;
    padding: 3px 18px;
    color: #aaa;
}
.comments-area {
    padding-bottom: 40px;
}
.progress-striped {
    height: 4px;
    background-color: #eee;
    position: relative;
}
.progress-striped .bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #20aaef;
}
.button.is-active .is-default {
    display: none;
}
.button.is-active .is-active,
.button .is-default {
    display: inline;
}
.button .is-active {
    display: none;
}
.load-bookmark {
    border: 1px solid #eee;
    text-align: center;
    padding: 5px 0;
    margin: 30px 0;
    border-radius: 3px;
}
.user-bookmark {
    font-size: 14px;
}
.user-bookmark-title {
    font-size: 18px;
    font-weight: 700;
}
.user-bookmark-snipper {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
}
.user-bookmark-meta {
    margin-bottom: 15px;
}
.user-bookmark li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.user-bookmark li:last-child {
    border-bottom: 0;
}
.user-bookmark li .iconfont {
    margin-right: 8px;
    font-size: 18px;
}
.user-bookmark li .title {
    display: inline-block;
    width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}
.user-bookmark li a:hover {
    color: #20aaef;
}
.user-bookmark li .meta {
    color: #999;
    font-size: 12px;
    line-height: 1.4;
}
.user-bookmark li .meta .iconfont {
    margin-right: 7px;
}
.user-bookmark li .meta .views,
.user-bookmark li .meta time {
    width: 120px;
    display: inline-block;
}
.user-bookmark li .meta .action {
    color: #c00;
}
.user-post-note {
    font-size: 12px;
    padding: 15px 0;
}
.user-post-note .iconfont {
    margin-right: 5px;
    font-size: 12px;
}
.post-notice {
    font-size: 12px;
    color: red;
}
.user-main-content {
    padding-bottom: 50px;
}
.u-colorGray {
    color: #999;
}
.u-colorGreen {
    color: green;
}
.post-wrapper:not(:first-child) {
    border-top: 3px solid #20aaef;
}
.comments-title {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding-bottom: 6px;
}
.widget {
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 30px;
}
.widget-title {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
}
.widget-title:before {
    content: "";
    position: absolute;
    height: 20px;
    border-radius: 999em;
    width: 3px;
    left: 0;
    top: 4px;
    background-color: #20aaef;
}
.sticky .stream-list-title {
    padding-right: 50px;
}
.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.nav-links .page-numbers {
    border: 1px solid #eee;
    color: #999;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 34px;
    width: 36px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
    background-color: #20aaef;
    border-color: #20aaef;
    color: #fff;
}
.about-menu {
    color: #666;
    padding: 10px 0;
}
.about-menu li {
    padding: 1px 0;
}
.error-page {
    text-align: center;
    padding: 60px 0;
}
.error-page .error-btn {
    display: inline-block;
    margin-top: 30px;
    border-radius: 999em;
    color: #20aaef;
    border: 1px solid #20aaef;
    font-size: 12px;
    padding: 3px 14px;
}
.error-page .error-btn .iconfont {
    margin-right: 4px;
}
.error-page .error-btn:hover {
    background-color: #20aaef;
    color: #fff;
}
.withoutNav {
    padding-top: 30px;
}
.button--cancelsubauthor {
    float: right;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 8px;
    border-radius: 3px;
    cursor: pointer;
}
.demo--label {
    margin: 10px 20px 0 0;
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
}
.demo--radio {
    display: none;
}
.demo--radioInput {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
    line-height: 1;
    box-sizing: content-box;
}
.demo--radio:checked + .demo--radioInput:after {
    background-color: #20aaef;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px;
}
.demo--checkbox.demo--radioInput,
.demo--radio:checked + .demo--checkbox.demo--radioInput:after {
    border-radius: 0;
}
.button--loadmore,
.loadmore {
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin: 30px 0;
    text-align: center;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
}
.button--loadmore:hover,
.loadmore:hover {
    color: #666;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.avatar-inline {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    margin-right: 8px;
}
.avatar-inline .avatar {
    border-radius: 100%;
    display: block;
    transform: translate3d(0, -1px, 0);
    width: 32px;
    height: 32px;
}
.widget-site-info {
    padding: 10px 0;
}
.tag-list {
    padding: 30px 0;
}
.tag-list-empety {
    padding: 80px 0 100px;
    color: #666;
}
.tag-list-empety .iconfont {
    font-size: 64px;
    line-height: 1.8;
}
.tag-list-empety p {
    font-size: 18px;
}
.dot {
    padding-left: 5px;
    padding-right: 5px;
}
.dot:after {
    content: "·";
}
.header-block {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}
.header-block .menu-item-object-custom .sub-menu {
    width: 302px;
    letter-spacing: -0.8em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-block .niubi .sub-menu {
    width: 400px !important;
}
.header-block .laocaosb .sub-menu {
    width: 202px;
}
.header-block .laocaodasb .sub-menu {
    width: 102px;
}
.header-block .sub-menu {
    display: none;
    position: absolute;
    top: 73px;
    line-height: 1.8;
    border: 1px solid #eee;
    left: calc(50% - 27px);
    z-index: 99999;
    background-color: #fff;
    width: 400px;
}
.header-block .sub-menu:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.44);
    transform: rotate(45deg) translate(6px, 6px);
    position: absolute;
    top: -14px;
    left: 20px;
}
.header-block .sub-menu .menu-item {
    letter-spacing: 0;
    padding: 5px;
    border-right: 1px solid #eee;
    width: 100px;
    display: inline-block;
    margin-right: 0 !important;
    text-align: center;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim {
    width: 400px;
    border-right: 0;
    text-align: left;
    margin-right: 0;
    padding: 0 20px;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim .x-line {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim .x-line .e-title {
    margin-bottom: 5px;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim .x-line .e-title:hover {
    color: #20aaef;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim .x-line:last-child {
    border-bottom: 0;
}
.header-block .sub-menu .menu-item.menu-item-type-gs_sim .hd-more {
    text-align: center;
    color: #999;
    padding-top: 6px;
}
.header-block .sub-menu .menu-item:last-child {
    border-right: 0;
}
.nav-event-meta {
    font-size: 14px;
}
.menu-item .fa {
    margin-left: 4px;
}
.nav-event-location {
    margin-right: 7px;
}
.nav-event-btn {
    display: inline-block !important;
    padding: 0 6px;
    border-radius: 3px;
    color: #fff;
    background-color: #62b651;
    font-size: 12px;
}
.nav-event-btn.ended {
    background-color: #999;
}
.user-avatar {
    position: relative;
}
.posts-nav {
    padding: 30px 0;
}
.user-top-nav {
    position: absolute;
    left: -35px;
    border: 1px solid #eee;
    width: 100px;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    display: none;
    z-index: 100000;
    color: #666;
    top: 62px;
    padding: 10px;
}
.user-top-nav:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.44);
    transform: rotate(45deg) translate(6px, 6px);
    position: absolute;
    top: -14px;
    left: 43px;
}
.user-top-nav .user-name {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user-top-nav .user-logout {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 10px;
}
.user-top-nav ul li {
    padding: 3px 0;
}
.user-column {
    padding-top: 30px;
}
.user-left {
    width: 150px;
    background-color: #fafafa;
    float: left;
    margin-bottom: 30px;
}
.user-menu {
    text-align: center;
    padding: 20px 0 40px;
    color: #333;
}
.user-menu li {
    padding: 10px 0;
}
.user-menu li.current-menu-item {
    background-color: #fff;
    border-left: 3px solid #20aaef;
}
.user-menu .iconfont {
    margin-right: 6px;
    font-size: 18px;
}
.butterBar {
    left: 50%;
    margin-left: -320px;
    max-width: 640px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 58%;
    z-index: 100;
}
.butterBar-message {
    background: hsla(0, 0%, 100%, 0.97);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 25px;
}
.butterBar--error .butterBar-message {
    background-color: #cc5454;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .butterBar {
        margin-left: 5%;
        width: 90%;
        left: 0;
    }
}
.user-right {
    width: 1000px;
    min-height: 500px;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.password-form {
    padding: 30px 0;
    position: relative;
}
.password-form .avatar-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.password-form .avatar-wrapper .avatar {
    border-radius: 3px;
}
.password-form .avatar-wrapper .svgIcon--addMediaImage {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    fill: hsla(0, 0%, 100%, 0.65);
    cursor: pointer;
    width: 80px;
    text-align: center;
}
.password-form .avatar-wrapper .svgIcon--addMediaImage svg {
    margin-top: 7px;
}
.password-form .avatar-wrapper .svgIcon--addMediaImage:hover {
    fill: #fff;
}
.password-form input {
    border: 1px solid #eee;
    line-height: 30px;
    width: 250px;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.password-form input[type="submit"] {
    background-color: #20aaef;
    color: #fff;
    border-color: #20aaef;
    cursor: pointer;
}
.password-form input:disabled {
    background-color: #eee;
}
.password-form textarea {
    border: 1px solid #eee;
    padding: 10px;
    width: 250px;
    resize: none;
    font-size: 14px;
    color: #666;
}
.password-form p {
    margin-bottom: 15px;
}
.password-form-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.password-form label {
    width: 100px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer;
}
.button--close {
    line-height: 1;
    padding: 10px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}
.overlay {
    background-color: hsla(0, 0%, 100%, 0.97);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10000900;
}
.overlay--lighter {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.overlay:before {
    content: "";
    height: 100%;
    margin-right: -0.25em;
}
.overlay-dialog,
.overlay:before {
    display: inline-block;
    vertical-align: middle;
}
.overlay-dialog {
    position: relative;
    max-width: 580px;
    outline: 0 none;
    overflow: hidden;
    padding: 100px 80px;
}
.overlay-dialog--extended {
    max-width: none;
    padding: 0;
}
.overlay-dialog .button--signin {
    border-radius: 2px;
    font-size: 16px;
    height: 58px;
    max-width: 456px;
    padding-left: 18px;
    text-align: left;
    width: 100%;
}
.overlay-actions .button--link {
    margin-top: -24px;
}
.overlay-content {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 14px;
}
.overlay-content p {
    margin-bottom: 10px;
}
.overlay-content p:last-child {
    margin-bottom: 0;
}
.overlay-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.overlay-footer {
    color: #b3b3b1;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.overlay--dark {
    background-color: rgba(0, 0, 0, 0.6);
}
.overlay--dark .button--close {
    color: #fff;
}
.overlay--dark .overlay-dialog {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.44);
    max-width: 520px;
    padding: 0;
}
.overlay--dark .overlay-title {
    background-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    margin-bottom: 0;
    padding: 24px;
}
.overlay--dark .overlay-content {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin: 24px 0;
    padding: 0 32px;
    text-align: left;
}
.overlay--dark .overlay-actions {
    margin-bottom: 0;
    padding: 0 32px;
    margin-top: 32px;
}
.overlay--dark .overlay-footer {
    margin: 0 0 16px;
}
.overlay-dialog--email .overlay-content {
    margin-bottom: 0;
}
.overlayclose-btn {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000000;
    color: #333;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.u-textAlignLeft {
    text-align: left !important;
}
.setting-page-title {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    transition: all 0.3s;
}
img.zoom-img {
    cursor: pointer;
    cursor: -moz-zoom-out;
}
.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    transition: opacity 0.3s;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}
.search-hot-words {
    width: 600px;
    margin: 0 auto 100px;
}
.search-hot-words h3 {
    font-size: 18px;
}
.search-content {
    min-height: 800px;
}
.search-form {
    border: 1px solid #eee;
    width: 600px;
    margin: 100px auto 60px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.search-form-input {
    border: 0;
    background: #fff;
    line-height: 40px;
    width: 500px;
    font-size: 16px;
    color: #999;
    padding: 0 0 0 20px;
}
.search-form-submit {
    background: #20aaef;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80px;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.words-list {
    color: #999;
}
.words-item {
    display: inline-block;
    margin-right: 30px;
}
.blue-pic-ul li {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
}
.blue-pic-ul li img {
    width: 100px;
    height: 45px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.blue-pic-ul li img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.content--withBorder {
    margin-top: 50px;
    padding: 20px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
}
.u-floatLeft {
    float: left;
}
.share-actions {
    color: #999;
}
.share-actions .iconfont {
    font-size: 16px;
    margin-right: 5px;
}
.share-actions .share-wechat,
.share-actions .share-weibo {
    border: 1px solid #eee;
    border-radius: 999em;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    margin-right: 10px;
    padding: 0 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #75d172;
    border-color: #75d172;
}
.share-actions .share-wechat .share-qrcode-image,
.share-actions .share-weibo .share-qrcode-image {
    line-height: 1.6;
    position: absolute;
    bottom: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 150px;
    left: -24px;
    display: none;
    font-size: 12px;
    text-align: center;
    color: #999;
}
.share-actions .share-wechat .share-qrcode-image p,
.share-actions .share-weibo .share-qrcode-image p {
    padding-bottom: 10px;
}
.share-actions .share-wechat:hover,
.share-actions .share-weibo:hover {
    color: #fff;
    background-color: #75d172;
}
.share-actions .share-wechat:hover .share-qrcode-image,
.share-actions .share-weibo:hover .share-qrcode-image {
    display: block;
}
.share-actions .share-weibo {
    color: #d04340;
    border-color: #d04340;
}
.share-actions .share-weibo:hover {
    color: #fff;
    background-color: #d04340;
}
.post-top-ad {
    background-color: #fffcef;
    border: 1px solid #fc9;
    color: #f96;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.post-top-ad a {
    text-decoration: underline;
}
.widget-tag-list {
    padding: 15px 0;
}
.widget-tag-list a {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 8px;
}
.widget-tag-list a:hover {
    color: #20aaef;
    border-color: #20aaef;
}
.button--chromeless {
    border: 0 none;
    color: inherit;
    line-height: inherit;
    padding: 0;
}
.button--recommend.button--chromeless.is-active {
    background-color: #fff;
    color: #20aaef;
    border: 0;
}
.button--upload {
    display: inline-block;
    background-color: #20aaef;
    color: #fff;
    margin-right: 10px;
    border-radius: 3px;
    padding: 2px 12px;
}
.user-avatar-preview {
    padding: 30px 0;
}
.back2top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    transition: 0.5s;
    transform: translate3d(100px, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}
.back2top.is-active {
    transform: translateZ(0);
}
.back2top:hover {
    background: rgba(0, 0, 0, 0.8);
}
.wp-smiley {
    height: 24px !important;
    max-height: none !important;
}
.comm-bottom {
    padding-top: 15px;
}
.show-s {
    position: relative;
    cursor: pointer;
}
.show-s .my-smilies {
    display: none;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    width: 300px;
    left: -36px;
    padding: 10px;
    z-index: 20;
}
.show-s .my-smilies:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.44);
    transform: rotate(45deg) translate(6px, 6px);
    position: absolute;
    top: -14px;
    left: 38px;
}
.show-s .my-smilies.is-active {
    display: block;
}
.doshow {
    margin-right: 10px;
    line-height: 1.2;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}
#cancel-comment-reply-link {
    font-size: 12px;
    color: #999;
}
.bigfa-ajax-wrapper {
    padding-bottom: 30px;
}
.sz_input {
    border: 1px solid #eee;
    color: #999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 250px;
}
.u-underline {
    text-decoration: underline;
}
.search-overlay {
    background-color: #f5f5f5;
    bottom: 0;
    display: none;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
}
html {
    height: 100%;
}
body.body-search {
    height: 100%;
    overflow: hidden;
}
body.body-search .search-overlay {
    display: block;
}
.article-item--card {
    margin-bottom: 16px;
    margin-right: 16px;
    width: 268px;
}
.article-item--card:hover,
.article-item--list:hover {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}
.article-item--card {
    float: left;
    height: 290px;
    margin-bottom: 18px;
    margin-right: 18px;
    width: 286px;
    border-radius: 3px;
}
.sidebar .article-item--card {
    width: 100%;
}
.article-item--card:nth-child(3),
.article-item--card:nth-child(4n + 7),
.not-home .article-item--card:nth-child(4n),
.sidebar .article-item--card {
    margin-right: 0;
}
.not-home .article-item--card:nth-child(3),
.not-home .article-item--card:nth-child(4n + 7) {
    margin-right: 18px;
}
.article-item--card:hover h3 {
    color: #20aaef;
}
.article-item--card,
.article-item--list {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
.article-item .article-label {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    left: 10px;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    z-index: 20;
}
.article-item--card h3 {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    height: 53px;
    line-height: 20px;
    margin-bottom: 17px;
    overflow: hidden;
    padding: 12px 10px 0;
}
.article-item--card time {
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 0 0 10px;
}
.article-item--card .article-meta {
    float: right;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    z-index: 100;
    font-size: 12px;
}
.article-item--card .article-image {
    height: 190px;
    border-radius: 3px 3px 0 0;
}
body .cover-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-item .article-link {
    z-index: 10;
}
body .cover-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.homeGroup {
    padding-top: 50px;
}
.u-backgroundGrayLightest {
    background-color: #f7f7f7;
}
.sidebar-posts {
    padding: 15px 0;
}
.new-singleWrap {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.new-singleWrap .new-entry-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
}
.footer-rec-posts {
    background-color: #3d3d3d;
    padding: 50px 0;
    overflow: hidden;
}
.footer-rec-posts .article-item--card,
.footer-rec-posts .article-item--list {
    border: 0;
}
.new-post-meta {
    padding-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
}
.new-post-meta .avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 8px;
}
.single-qrcode {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #999;
    box-sizing: border-box;
    left: 0;
    padding: 20px 15px;
    position: fixed;
    top: 50%;
    width: 150px;
    z-index: 99;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
    line-height: 1.4;
    transform: translate3d(-100%, -50%, 0);
    transition: 0.5s;
}
.single-qrcode.is-active {
    transform: translate3d(0, -50%, 0);
}
.u-maxWidth640 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.profileHeader {
    padding-top: 50px;
}
.profileHeader .avatar {
    float: right;
    border-radius: 100%;
}
.profileHeader h2 {
    font-size: 32px;
}
.profileHeader p {
    color: rgba(0, 0, 0, 0.6);
}
.profileHeader .author-meta {
    font-size: 12px;
    font-weight: 700;
}
.author-post-title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 5px;
}
.author-post-item {
    padding: 20px 0;
}
.textInput--chromeless {
    display: inline-block;
}
.promote-posts {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    margin-bottom: 30px;
}
.promote-posts-title {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.coop-link-ul li {
    display: inline-block;
    margin-right: 15px;
}
.col {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.col,
.container,
.row {
    box-sizing: border-box;
}
.u-size3of12 {
    width: 25% !important;
    float: left !important;
}
.u-size4of12 {
    width: 33.3333% !important;
    float: left !important;
}
.u-size5of12 {
    width: 41.6667% !important;
    float: left !important;
}
.u-size9of12 {
    width: 75%;
    float: left !important;
}
.form-row:first-child {
    margin-top: 40px;
}
.form-row {
    margin: 30px 0;
}
.thavar-input {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
    padding-bottom: 2px;
    width: 270px;
}
.overlay-dialog--animate {
    transform-origin: bottom center;
    animation: b 0.3s forwards cubic-bezier(0.8, 0.02, 0.45, 0.91);
}
.hero--standalone {
    padding: 80px 0;
    text-align: center;
}
.hero-title {
    font-size: 28px;
    line-height: 1.8;
}
.hero-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    overflow-wrap: break-word;
}
.hero-description.views {
    font-size: 14px;
}
.u-paddingLeft0 {
    padding-left: 0 !important;
}
.u-maxWidth960 {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.heading {
    position: relative;
}
.heading--borderedTop {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.heading--borderedTop .heading-tabsItem {
    padding-top: 16px;
}
.heading--paddedTop {
    margin-top: 30px;
}
.heading-tabsItem {
    color: rgba(0, 0, 0, 0.44);
    margin-right: 20px;
}
.heading-tabsItem.is-active {
    border-top: 1px solid rgba(0, 0, 0, 0.44);
}
.heading-tabsItem.is-active .heading-title {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}
.u-paddingTop40 {
    padding-top: 40px;
}
.u-paddingBottom40 {
    padding-bottom: 40px;
}
.u-paddingBottom10 {
    padding-bottom: 10px;
}
.u-fontSize12 {
    font-size: 12px;
}
.top-banner {
    display: none;
    height: 170px;
    min-width: 1130px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 1;
}
.top-banner img {
    left: 50%;
    margin-left: -960px;
    position: absolute;
    top: 0;
    max-width: none;
}
.u-backgroundBlueLightest {
    background-color: #fbfcfd;
}
.u-borderRadius2 {
    border-radius: 2px;
}
.u-borderBlackLightest {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.u-backgroundColorWhite {
    background-color: #fff;
}
.overlay-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.overlay-list-item img {
    position: absolute;
    right: 0;
    top: 5px;
}
.overlay-edit-link {
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    background-color: #20aaef;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 3px;
    line-height: 1.4;
}
.overlay-ad {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.overlay-ad .close-btn-2 {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
.overlay-list-meta {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
}
.add-cities {
    display: inline-block;
    border-radius: 999em;
    line-height: 1.1;
    border: 1px solid #20aaef;
    padding: 1px 5px;
    color: #20aaef;
    margin-right: 8px;
    font-size: 12px;
}
.add-cities.is-active {
    background-color: #20aaef;
    color: #fff;
}
.overlay-list-cities {
    font-size: 12px;
}
.overlay-list-cities span {
    display: inline-block;
    border-radius: 999em;
    line-height: 1.1;
    border: 1px solid #20aaef;
    padding: 1px 5px;
    color: #20aaef;
    margin-right: 8px;
}
.form-hint {
    color: rgba(0, 0, 0, 0.44);
    font-size: 12px;
}
.u-paddingTop70 {
    padding-top: 70px;
}
.u-paddingBottom30 {
    padding-bottom: 30px;
}
.button--small.button--circle {
    height: 32px;
    padding: 0;
    width: 32px;
}
.list-indexButton {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    margin-right: 15px;
    position: relative;
}
.button--small {
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    padding: 0 14px;
}
.button--circle {
    padding: 0;
    text-align: center;
    width: 37px;
}
.button--primary {
    color: #20aaef;
    border-color: #20aaef;
}
.textInput--underlined {
    border: none;
    border-color: currentcolor currentcolor rgba(0, 0, 0, 0.15);
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
}
.button--withSvgIcon .svgIcon {
    position: relative;
    top: -1px;
}
.button .svgIcon {
    fill: rgba(0, 0, 0, 0.44);
    vertical-align: middle;
}
.list--withCompactListItems .list-item,
.list-item--compact {
    padding: 5px 0;
}
.list-item {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    list-style: outside none none;
    padding: 10px 0;
}
.ad-list-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.ad-list-content {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}
.ad-list-info {
    width: 150px;
    vertical-align: top;
}
.u-marginTop8 {
    margin-top: 8px;
}
.u-marginTop20 {
    margin-top: 20px;
}
.ad-edit-link {
    color: #20aaef;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}
.u-lineHeight30 {
    line-height: 30px;
}
.u-height32 {
    height: 32px;
}
.textInput--chromeless {
    background-color: #fff;
    border: 0;
    font-size: 14px;
    margin: 10px 10px 10px 30px;
    color: rgba(0, 0, 0, 0.8);
}
.inputGroup:hover .svgIcon {
    fill: rgba(0, 0, 0, 0.8);
}
.inputGroup .svgIcon {
    top: -2px;
    fill: rgba(0, 0, 0, 0.44);
}
.u-absolute {
    position: absolute;
}
.u-relative {
    position: relative;
}
.y-paddingBottom10 {
    padding-bottom: 10px;
}
.vava-footer {
    background-color: #111;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer-title {
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-title span {
    font-weight: 400;
    color: #5d5c6a;
    margin-left: 20px;
}
.y-download-notice {
    color: rgba(0, 0, 0, 0.6);
}
.y-download-notice .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.y-download-avatars {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
}
.y-download-avatars .avatars {
    padding-right: 20px;
    width: 200px;
    text-align: right;
    display: inline-block;
}
.y-download-avatars .avatar {
    display: inline-block;
    border-radius: 100%;
    margin-right: -15px;
    vertical-align: middle;
    border: 2px solid #fff;
}
.y-download-tab {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.y-download-tab-item {
    border-bottom: 1px solid #eee;
    display: inline-block;
    font-weight: 700;
    margin-bottom: -1px;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}
.y-download-tab-item.is-active {
    color: #20aaef;
    border-color: #20aaef;
}
.postMetaHeader .share-actions .share-wechat .share-qrcode-image,
.postMetaHeader .share-actions .share-weibo .share-qrcode-image {
    top: 40px;
    bottom: auto;
    z-index: 10;
}
.share-weibo {
    background-color: #fff !important;
}
.share-weibo:hover {
    background-color: #d04340 !important;
}
.y-download-meta {
    margin-top: 20px;
}
.top-course-list {
    overflow: hidden;
    padding: 0 0 30px;
}
.top-course-item {
    display: inline-block;
    position: relative;
    width: 253px !important;
    margin-right: 20px;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 3px;
    height: 210px;
    letter-spacing: 0;
}
.top-course-item .fa {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 24px;
    position: absolute;
    right: 7px;
    top: 117px;
}
.top-course-item:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
.top-course-item img {
    border-radius: 3px 3px 0 0;
}
.top-course-item .title {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    margin-top: 3px;
}
.top-course-item .title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 16px;
    content: "";
    background-color: #20aaef;
    margin-right: 3px;
}
.top-course-item:last-child {
    margin-right: 0;
}
.y-widegt {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
}
.y-widegt.y-widget-ad {
    padding: 0;
}
.y-widegt.y-widget-ad img {
    border-radius: 3px;
    display: block;
}
.y-maxWidth360 {
    width: 360px;
}
.y-floatRight {
    float: right;
}
.y-floatLeft {
    float: left;
}
.y-widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 2px;
    padding-top: 1px;
    position: relative;
}
.y-widget-title:before {
    height: 1em;
    width: 5px;
    border-radius: 999em;
    content: "";
    display: inline-block;
    background-color: #20aaef;
    vertical-align: -3px;
    margin-right: 4px;
}
.hot-question-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.hot-question-item img {
    float: left;
    margin-right: 8px;
    border-radius: 4px;
}
.hot-question-item.is-genre img {
    float: right;
    margin-left: 8px;
    margin-right: 0;
}
.hot-question-item .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding-top: 3px;
}
.hot-question-item .title:hover {
    color: #20aaef;
}
.hot-question-item .meta {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
}
.hot-question-item:last-child {
    margin-bottom: 0;
}
.y-banner-vava {
    display: flex;
    justify-content: space-between !important;
}
.vava-top-post {
    width: 260px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 3px;
    height: 185px;
}
.vava-top-post:nth-child(-n + 2) {
    margin-bottom: 20px;
}
.vava-top-post:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
.vava-top-post img {
    border-radius: 3px 3px 0 0;
}
.vava-top-post .title {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.vava-top-post .title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 16px;
    content: "";
    background-color: #20aaef;
    margin-right: 3px;
}
.y-banner-new-right {
    width: 540px;
    height: 420px;
    display: flex;
    justify-content: space-between !important;
    padding-top: 30px;
    flex-wrap: wrap;
}
.y-banner-new {
    width: 640px;
    height: 420px;
    position: relative;
}
.y-banner-new .pic li {
    height: 390px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 4px;
}
.y-banner-new .pic li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.y-banner-new .hd {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    text-align: right;
}
.y-banner-new .hd li {
    display: inline-block;
    height: 4px;
    width: 24px;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}
.y-banner-new .hd li.on {
    background-color: #20aaef;
}
.y-meta-new {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
}
.y-snipper-new {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
}
.y-maxWidth800 {
    max-width: 800px;
}
.y-clearfix:after,
.y-clearfix:before {
    content: " ";
    display: table;
}
.y-clearfix:after {
    clear: both;
}
.ui-capsSubtle {
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54) !important;
    font-size: 14px;
    display: block;
}
.y-title-new {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
}
.ui-capsSubtle + .y-title-new {
    margin-top: 0;
}
.y-title-new:hover {
    color: #20aaef;
}
.y-list-new {
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.5s;
}
.y-list-new:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.y-image-new {
    margin-left: 15px;
    float: right;
}
.y-colorPrimary--link:hover {
    color: #20aaef;
}
.y-paddingTop30 {
    padding-top: 30px;
}
.y-colorGray {
    color: rgba(0, 0, 0, 0.6);
    fill: rgba(0, 0, 0, 0.6);
}
.y-colorLighGray {
    color: rgba(0, 0, 0, 0.44);
    fill: rgba(0, 0, 0, 0.44);
}
.y-backgroundGray {
    background-color: #f4f4f4;
}
.y-backgroundWhite {
    background-color: #fff;
}
.y-backgroundCover {
    background-color: rgba(0, 0, 0, 0.15);
    background-position: 50%;
    background-size: cover;
}
.y-block {
    display: block;
}
.y-textAlignCenter {
    text-align: center;
}
.y-centered {
    margin-left: auto;
    margin-right: auto;
}
.y-textSmall {
    font-size: 12px;
}
.y-padding15 {
    padding: 15px;
}
.y-padding20 {
    padding: 20px;
}
.y-paddingTop50 {
    padding-top: 50px;
}
.y-height100 {
    height: 100px;
}
.y-marginTop30 {
    margin-top: 30px;
}
.y-marginBottom30 {
    margin-bottom: 30px;
}
.y-paddingTop10 {
    padding-top: 10px;
}
.y-paddingBottom20 {
    padding-bottom: 20px;
}
.y-maxHeight2LineHeightTighter {
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    overflow: hidden;
}
.y-flexColumn {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
}
.y-flex1 {
    flex: 1 1 auto;
}
.y-flex0 {
    flex: 0 0 auto;
}
.y-maxWith660 {
    max-width: 660px;
}
.y-maxWith660,
.y-maxWith1200 {
    margin-left: auto;
    margin-right: auto;
}
.y-maxWith1200 {
    max-width: 1200px;
}
.y-fontSize44 {
    font-size: 44px;
}
.y-fontWeightBold {
    font-weight: 700;
}
.y-paddingTop20 {
    padding-top: 20px;
}
.y-width80 {
    width: 80px;
}
.y-height80 {
    height: 80px;
}
.y-maxWidth600 {
    max-width: 600px;
}
.y-width560 {
    width: 560px;
}
.y-fontSize22 {
    font-size: 22px;
}
.y-maxHeight2LineHeightTight {
    line-height: 1.2 !important;
    max-height: 2.4em !important;
    overflow: hidden;
}
.y-lineClamp2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}
.y-textOverflowEllipsis {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.y-marginBottom40 {
    margin-bottom: 40px;
}
.y-flexTop {
    align-items: flex-start !important;
    display: flex !important;
}
.y-marginLeft20 {
    margin-left: 20px;
}
.y-marginBottom50 {
    margin-bottom: 50px;
}
.y-marginBottom20 {
    margin-bottom: 20px;
}
.y-height130 {
    height: 130px;
}
.contact-area {
    margin-top: 20px;
    background-color: #f8f9fd;
    border-radius: 5px;
    padding: 15px 10px;
    overflow: hidden;
}
.contact-area .code-ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
    float: left;
    color: #7a7b7c;
    width: 150px;
}
.contact-area .code-ul li {
    overflow: hidden;
    padding: 3px 0;
    line-height: 1.2;
}
.contact-area .code-ul li .text {
    vertical-align: middle;
    display: inline-block;
}
.contact-area .code-ul li a {
    float: right;
    padding: 1px 4px;
    border: 1px solid #20aaef;
    color: #20aaef;
    border-radius: 3px;
    fill: #20aaef;
}
.contact-area .code-ul li a .svgIcon-use,
.contact-area .code-ul li a i {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.contact-area .code-ul li a i {
    font-style: normal;
    transform: translate3d(0, -2px, 0);
}
.contact-area .code-ul li a:hover {
    background-color: #20aaef;
    color: #fff;
    fill: #fff;
}
.contact-area .code-dl {
    margin: 0;
    float: right;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 10px 0;
}
.contact-area .code-dl dd {
    margin: 0;
}
.contact-area .code-dl dt {
    font-size: 12px;
    color: #a5aab0;
}
.y-fontSize32 {
    font-size: 32px;
}
.y-meta {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.y-meta .outlink {
    border: 1px solid #20aaef;
    border-radius: 999em;
    bottom: 0;
    line-height: 1.6;
    padding: 1px 8px;
    position: absolute;
    right: 15px;
    color: #20aaef;
}
.y-meta .outlink:hover {
    background-color: #20aaef;
    color: #fff;
}
.cute {
    color: #20aaef;
}
.y-post--normal {
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
}
.y-post--card {
    border-radius: 4px;
    width: 286px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    height: 290px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.5s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.no-border .y-post--card {
    border: 0;
}
.y-post--card.y-post--course--top {
    width: 256px;
}
.y-post--card.y-post--course--fourth {
    width: 520px;
    height: 420px;
    margin-right: 40px;
}
.y-post--card.y-post--course--fourth .y-post-image {
    height: 250px;
}
.y-post--card.y-post--course--fourth:nth-child(2n) {
    margin-right: 0;
}
.y-post--card.y-post--course {
    width: 342px;
    margin-right: 25px;
    height: 360px;
    margin-bottom: 25px;
}
.y-post--card.y-post--course:nth-child(4n) {
    margin-right: 25px;
}
.y-post--card.y-post--course:nth-child(3n),
.y-post--card:nth-child(4n) {
    margin-right: 0;
}
.y-post--card:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
.y-post--card:hover h3 {
    color: #20aaef;
}
.y-post-image {
    height: 190px;
    border-radius: 4px 4px 0 0;
}
.y-post-category {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 10;
    padding-right: 10px;
    padding-left: 10px;
}
.y-post--course--one {
    float: none;
    width: auto;
    height: 300px;
    margin-right: 0;
}
.y-post--course--one .y-post-image {
    border-radius: 4px 0 0 4px;
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 450px;
}
.y-post--course--top .y-post-image {
    height: 138px;
}
.y-post--course--top .y-height130 {
    height: 115px;
}
.y-qrcode--fixed {
    display: none;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    position: fixed;
    width: 150px;
    z-index: 10;
    left: 0;
    top: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translate3d(-100%, -50%, 0);
    transition: 0.5s;
}
.y-qrcode--fixed.is-active {
    transform: translate3d(0, -50%, 0);
}
.subnav-ul {
    color: rgba(0, 0, 0, 0.77);
    font-size: 14px;
    padding-left: 50px;
    margin: 0;
    list-style: none;
}
.subnav-ul .e-title:hover {
    color: #20aaef;
}
.subnav-ul .niubi .sub-menu {
    width: 370px;
}
.subnav-ul .niubi .sub-menu .menu-item {
    border-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.subnav-ul .wide .sub-menu {
    width: 230px;
    left: calc(50% - 120px);
}
.subnav-ul .wide .sub-menu .menu-item {
    width: 84px;
}
.subnav-ul .wide .sub-menu:before {
    left: 110px;
}
.subnav-ul .third .sub-menu {
    width: 260px;
    left: calc(50% - 130px);
}
.subnav-ul .third .sub-menu .menu-item:nth-child(2n) {
    border-right: 1px dashed #eee;
}
.subnav-ul .third .sub-menu .menu-item:nth-child(3n) {
    border-right: 0;
}
.subnav-ul .third .sub-menu:before {
    left: 122px;
}
.subnav-ul .sub-menu {
    background-color: #fff;
    display: none;
    left: calc(50% - 90px);
    line-height: 1.8;
    position: absolute;
    top: 59px;
    width: 180px;
    z-index: 11;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    letter-spacing: -0.8em;
    border-radius: 5px;
}
.subnav-ul .sub-menu:before {
    background: #fff none repeat scroll 0 0;
    box-shadow: -1px -1px 3px -1px rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 10px;
    left: 82px;
    position: absolute;
    top: -12px;
    transform: rotate(45deg) translate(6px, 6px);
    width: 10px;
}
.subnav-ul .sub-menu .menu-item {
    padding: 5px 15px;
    border-right: 1px dashed #eee;
    letter-spacing: 0;
}
.subnav-ul .sub-menu .menu-item:hover > a {
    color: #20aaef;
}
.subnav-ul .sub-menu .menu-item:nth-child(2n) {
    border-right: 0;
}
.subnav-ul .menu-item {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.subnav-ul .menu-item.vip {
    padding-right: 18px;
}
.subnav-ul .menu-item.vip:after {
    background-color: red;
    border-radius: 3px;
    color: #fff;
    content: "hot";
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    position: absolute;
    right: -5px;
    top: 17px;
}
.subnav-ul .menu-item:hover .fa,
.subnav-ul .menu-item:hover > a {
    color: #20aaef;
}
.subnav-ul .menu-item:hover > a {
    border-bottom: 2px solid #20aaef;
    padding-bottom: 3px;
}
.subnav-ul .menu-item:hover .sub-menu {
    display: block;
    animation: 0.5s sub-nav-show;
}
.y-topNav {
    font-weight: 700;
    font-size: 14px;
    padding-left: 50px;
    height: 60px;
    overflow: hidden;
}
.y-topNav .menu-item {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.y-topNav .menu-item a {
    display: block;
}
.y-topNav .menu-item.current-menu-item,
.y-topNav .menu-item:hover {
    color: #20aaef;
}
.y-topNav .menu-item.current-menu-item:after,
.y-topNav .menu-item:hover:after {
    bottom: 0;
}
.y-topNav .menu-item:after {
    content: "";
    background-color: #20aaef;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -2px;
    transition: 0.5s;
}
.header-block {
    height: 60px;
}
.y-profile-meta-item {
    margin-right: 8px;
}
.y-profile-meta-item .text-number {
    font-weight: 700;
}
.y-profile-name {
    font-size: 32px;
    line-height: 1.4;
}
.y-profile-avatar .avatar {
    border-radius: 100%;
}
.y-group-title {
    font-size: 18px;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
}
.y-group-title:before {
    width: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    content: "";
    background-color: #20aaef;
}
.y-surface-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    padding-bottom: 20px;
}
.y-flexCenter {
    align-items: center !important;
    display: flex !important;
}
.u-marginLeft3 {
    margin-left: 3px !important;
}
.u-marginRight3 {
    margin-right: 3px !important;
}
.middotDivider {
    font-size: 14px;
    padding-left: 0.45em;
    padding-right: 0.45em;
}
.middotDivider:after {
    content: "·";
}
.y-fontSize14 {
    font-size: 14px;
}
.y-textColorNormal {
    color: rgba(0, 0, 0, 0.44);
    fill: rgba(0, 0, 0, 0.44);
}
.y-marginBottom7 {
    margin-bottom: 7px;
}
.y-fontSize12 {
    font-size: 12px;
}
.y-download-img {
    margin-right: 15px;
}
.y-download-img img {
    display: block;
}
.y-download-title {
    font-size: 16px;
    font-weight: 700;
}
.y-download-title a:hover {
    color: #20aaef;
}
.hot-download-item {
    font-size: 14px;
    padding: 5px 0;
}
.hot-download-item .fa {
    margin-right: 4px;
}
.button-download {
    background-color: #fff;
    border-color: #38f;
    border-radius: 4px;
    color: #38f;
    font-size: 14px;
    line-height: 1.8;
    padding: 5px 12px;
}
.button-download:hover {
    background-color: #38f;
    color: #fff;
}
.y-download-list {
    background-color: #fff;
    border-radius: 3px;
    width: 800px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.y-download-card {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.y-download-card:last-child {
    border-bottom: 0;
}
.course-hero-title {
    font-size: 32px;
}
.course-hero-des {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.44);
}
@media (max-width: 600px) {
    .course-hero-title {
        font-size: 20px;
    }
    .course-hero-des {
        font-size: 16px;
    }
}
.y-width1080 {
    max-width: 1080px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.y-course-card {
    transition: 0.5s;
    top: 0;
    position: relative;
    height: 320px;
    margin-bottom: 25px;
    margin-right: 25px;
    width: 342px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    float: left;
}
.y-course-card:hover {
    top: -5px;
}
.y-course-card:hover:before {
    bottom: -9px;
}
.y-course-card:hover:after {
    bottom: -13px;
}
.y-course-card:before {
    bottom: -4px;
    left: 5px;
    right: 5px;
    z-index: -1;
}
.y-course-card:after,
.y-course-card:before {
    transition: 0.5s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    border-radius: 10px;
}
.y-course-card:after {
    bottom: -8px;
    left: 10px;
    right: 10px;
    z-index: -2;
}
.y-course-card:nth-child(3n) {
    margin-right: 0;
}
.y-course-card.y-course-inline {
    float: none;
    display: inline-block;
    margin-left: 25px;
}
.y-course-card.y-course-simple {
    height: auto;
    width: 256px;
    margin-right: 18px;
}
.y-course-card.y-course-simple:nth-child(3n) {
    margin-right: 18px;
}
.y-course-card.y-course-simple:nth-child(4n) {
    margin-right: 0;
}
.y-course-card.y-course-simple .y-course-action {
    padding-top: 25px;
    padding-bottom: 25px;
}
.y-course-card.y-course-simple .y-course-action a {
    font-size: 12px;
}
.y-curse-info {
    padding: 15px 20px;
    font-size: 14px;
}
.y-course-action {
    text-align: center;
}
.y-course-action a {
    display: inline-block;
    border: 1px solid #20aaef;
    color: #20aaef;
    padding: 2px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.y-course-action a:hover {
    background-color: #20aaef;
    color: #fff;
}
.y-course-image {
    text-align: center;
    background-image: url(https://static.fatesinger.com/2018/03/7usimzv34w265k5g.jpeg);
    background-size: cover;
    background-position: 50%;
    color: #fff;
    padding: 40px 15px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.y-course-image.y-image-left {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
}
.y-course-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.18);
}
.y-course-image .y-course-title {
    font-size: 20px;
}
.y-course-image .y-course-title,
.y-course-image p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.y-course-image p {
    font-size: 14px;
}
.y-course-meta {
    color: rgba(0, 0, 0, 0.6);
}
.y-course-meta .title {
    font-weight: 700;
    color: #000;
}
.y-course-meta .des {
    font-size: 12px;
}
.u-backgroundBlue {
    background-color: #f3f7fa;
    position: relative;
    z-index: 0;
}
.y-textAlignLeft {
    text-align: left;
}
.y-course-banner {
    height: 420px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.y-course-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 600px) {
    .y-course-card {
        width: auto !important;
        float: none !important;
        display: block !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .y-course-banner {
        height: 200px;
    }
}
.y-book-item {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 10px;
    width: 160px;
    vertical-align: top;
    transition: 0.5s;
}
.y-book-item img {
    max-height: 184px;
    width: auto;
}
.y-book-item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.y-book-item p {
    display: none;
}
.y-book-item h3 {
    height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y-bookwrapper {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.y-bookwrapper:last-child {
    margin-bottom: 50px;
}
.y-bookwrapper:first-child {
    margin-top: 50px;
}
.y-book-title--hero {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.y-book-title--hero:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 3px;
    border-radius: 999em;
    background-color: #ccc;
    content: "";
    margin-top: 10px;
}
.segment {
    background-color: #fafafa;
    padding: 80px 0 90px;
}
.segment.segment--noline {
    background-color: #fff;
}
.content--center {
    text-align: center;
}
.content__headline,
.content__subline {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 20px;
    vertical-align: baseline;
}
.content__subline {
    font-weight: 100;
}
.using__row {
    display: flex;
    flex-wrap: wrap;
}
.using__col {
    -moz-box-flex: 0;
    align-self: flex-start;
    box-sizing: border-box;
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    min-height: 1px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}
.using__client {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    height: 0;
    margin-bottom: 30px;
    padding: 0 0 100%;
    position: relative;
}
.using__client-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}
.using__client-logo {
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
}
.using__client-inner {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 800px) {
    .using__col {
        width: 33.3333%;
    }
}
@media (max-width: 480px) {
    .using__col {
        padding-left: 7.5px;
        padding-right: 7.5px;
        width: 50%;
    }
}
.y-publication-item {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 343px;
    vertical-align: top;
    height: 215px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 20px 15px;
}
.y-publication-item:nth-child(3n) {
    margin-right: 0;
}
.y-publication-item img {
    float: left;
    margin-right: 15px;
    width: 125px;
}
.y-publication-item h3 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.y-publication-item .author {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.y-publication-item .intros {
    height: 36px;
    line-height: 1.3;
    margin-top: 10px;
}
.y-publication-item .price {
    color: orange;
}
.y-publication-header {
    height: 340px;
}
.y-hero-nb {
    font-size: 32px;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding-top: 100px;
}
.y-hero-nb + .button {
    background-color: #20aaef;
    border-color: #20aaef;
    color: #fff;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    line-height: 28px;
}
.publisherGroup {
    padding-top: 25px;
}
.y-qqlist-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.y-qqlist-item {
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.y-qq-link {
    display: inline-block;
    background-color: #20aaef;
    color: #fff;
    fill: #fff;
    font-size: 12px;
    padding: 1px 5px;
}
.y-qq-link .svgIcon-use {
    display: inline-block;
    vertical-align: middle;
}
.y-qq-title {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
.y-course-content {
    position: relative;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 34px;
    padding-top: 130px;
    font-weight: 700;
}
.y-course-copyright {
    position: absolute;
    left: 10px;
    bottom: 4px;
    font-size: 12px;
    color: hsla(0, 0%, 100%, 0.7);
    fill: hsla(0, 0%, 100%, 0.7);
    font-style: normal;
}
.y-course-copyright svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    fill: hsla(0, 0%, 100%, 0.7);
}
.y-about-intro {
    background-image: url(https://image.yunyingpai.com/wp/2018/05/FJqbdA2LoRhdXaxrxWa9.jpg);
    background-position: 50%;
    background-size: cover;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.y-about-intro__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 99px;
    width: 270px;
    position: relative;
}
.y-block {
    display: block !important;
}
.y-about-intro__slogan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    width: 658px;
    position: relative;
}
.y-about-intro__detail {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 14px;
    line-height: 32px;
    margin-top: 95px;
    position: relative;
    text-align: center;
}
.u-block {
    display: block;
}
.mouseslider > li {
    float: left;
    list-style-type: none;
    margin-left: 0 !important;
}
.mouseslider > li img {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #ccc;
    border-radius: 0;
    padding: 0;
    max-width: none;
}
.star-grayLight {
    background-color: #fcfafa;
}
.star-footer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 8.33333%;
    box-sizing: border-box;
    text-align: right;
}
.star-footer p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.44);
}
.star-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8.33333%;
    box-sizing: border-box;
    padding-bottom: 30px;
    line-height: 1.5;
}
.star-header h1 {
    font-size: 32px;
}
.star-header h2 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.44);
}
.star-container {
    padding: 80px 70px;
}
.star-company-images {
    overflow: hidden;
}
.star-company-image {
    width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.star-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row-reverse;
}
.star-flex-right {
    width: 66.66667%;
}
.star-flex-left,
.star-flex-right {
    flex: none;
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
}
.star-flex-left {
    width: 25%;
}
.star-join-text p {
    max-width: 26em;
    padding: 40px 0;
}
.y-vip-box {
    height: 228px;
    background-image: url(vipbj.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 820px;
    margin: 30px auto 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-left: 250px;
    padding-top: 25px;
    padding-right: 25px;
    background-color: #fff;
    position: relative;
}
.y-vip-box,
.y-vip-box:before {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.y-vip-box:before {
    bottom: -5px;
    content: "";
    display: block;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: -1;
    border-radius: 10px;
}
.y-vip-title {
    font-size: 20px;
    font-weight: 700;
}
.y-vip-content {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 10px;
}
.y-vip-button {
    display: inline-block;
    background: linear-gradient(90deg, #a68c60 0, #fff0c1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 3px 18px;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.jp-interface {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}
.js-progressBar {
    height: 1px;
    background-color: #eee;
    position: relative;
}
.js-progress {
    padding: 10px 0;
    flex: 1 1 auto;
}
.js-play-bar {
    height: 1px;
    left: 0;
    top: 0;
    transition: 0.5s linear;
}
.js-play-bar,
.js-play-bar:before {
    position: absolute;
    background-color: #000;
}
.js-play-bar:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    right: -2px;
    top: -2px;
    display: none;
}
.jp-play {
    display: block;
}
.jp-state-playing .jp-play,
.jp-stop {
    display: none;
}
.jp-state-playing .jp-stop {
    display: block;
}
.jp-controls {
    margin-right: 15px;
}
.jp-controls button {
    border: 1px solid rgba(0, 0, 0, 0.84);
    border-radius: 3px;
    background-color: #fff;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 12px;
}
.jp-controls button svg {
    fill: rgba(0, 0, 0, 0.84);
}
.jp-interface {
    position: relative;
    display: flex !important;
    align-items: center !important;
}
.jp-type-single {
    padding: 15px 0;
}
.js-player-tap {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -20px;
}
.u-flexCenter {
    align-items: center !important;
    display: flex !important;
}
.u-marginRight10 {
    margin-right: 10px;
}
.u-marginLeft10 {
    margin-left: 10px;
}
.hot-tools li {
    border: 2px solid #aaa;
    border-radius: 999em;
    color: rgba(0, 0, 0, 0.44);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 10px;
    padding: 1px 12px;
}
.hot-tools li:hover {
    border-color: #20aaef;
    color: #20aaef;
}
.extremeHero-featuredLink {
    text-align: right;
    font-size: 12px;
    color: #20aaef;
    fill: #20aaef;
}
.extremeHero-featuredLink .svgIcon {
    display: inline-block;
    height: 21px;
    vertical-align: middle;
}
.button-nb {
    font-size: 12px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    color: #20aaef;
    border-color: #20aaef;
}
.button-nb .svgIcon {
    fill: #20aaef;
    height: 20px;
    margin-right: 5px;
}
.donation-item {
    vertical-align: middle;
    margin-right: 10px;
}
.donation-item .avatar,
.dot-num {
    display: block;
}
.dot-num {
    vertical-align: middle;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-ads {
    margin-top: 15px;
}
.hot-bookk-item {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
    width: 94px;
}
.hot-bookk-item:nth-child(3n) {
    margin-right: 0;
}
.vava-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 600px;
    font-size: 16px;
    color: #b3b3b1;
    padding: 15px;
    margin-bottom: 15px;
}
.vava-label {
    padding-top: 50px;
    font-size: 12px;
    color: #b3b3b1;
}
.progress-bar {
    margin-top: 30px;
    height: 3px;
    border-radius: 999em;
    background-color: #20aaef;
}
.vava-niubi {
    color: #b3b3b1;
    font-size: 14px;
    margin-top: 40px;
}
.vava-niubi a {
    color: #20aaef;
}
.vava-c-nb {
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}
.button--bookmark {
    border-radius: 3px !important;
    font-size: 14px;
    padding: 9px 18px;
    height: auto !important;
    width: 130px;
    box-sizing: border-box;
}
[data-action="remove-from-bookmarks"] {
    background-color: #20aaef !important;
    color: #fff !important;
}
[data-action="remove-from-bookmarks"] .svgIcon {
    fill: #fff !important;
}
.vavaniu > a:after {
    background: transparent url(//image.woshipm.com/wp-files/2018/11/5VWkYtkiVAb1noZLiceV.gif) no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: 3px;
    width: 11px;
}
.y-width800 {
    width: 800px;
}
.article-avatar-list {
    text-align: center;
    padding-top: 10px;
}
.article-avatar-item {
    display: inline-block;
}
.article-avatar-item .avatar {
    border-radius: 100%;
}
.tags--postTags a {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 8px;
}
.grap h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding-bottom: 8px;
}
.grap h2,
.grap h3 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.grap h3 {
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    padding-left: 9px;
}
.grap b,
.grap strong {
    font-weight: 700;
}
.grap a {
    text-decoration: underline;
    color: #20aaef;
}
.grap p {
    margin-bottom: 15px;
}
.grap ol {
    list-style: inside none decimal;
}
.grap ol,
.grap ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.grap blockquote {
    margin-bottom: 20px;
    border-left: 3px solid #000;
    padding: 10px 20px;
}
.grap blockquote p {
    margin-bottom: 0;
}
.y-articleTop-ad {
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #fc9;
    background-color: #fffcef;
    color: #f96;
    padding: 10px 15px;
    font-size: 14px;
}
.postMetaLockup {
    font-size: 14px;
}
.postMetaLockup .avatar {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.title--leading {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
.comment-form {
    padding: 10px 0 30px;
}
.comment-form .comment-avatar {
    float: left;
    width: 40px;
}
.comment-form .comment-avatar .avatar {
    border-radius: 100%;
}
.comment-form .comm-con {
    margin-bottom: 10px;
    margin-left: 60px;
    position: relative;
}
.comment-form .comment-empty {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.comment-form .comm-rich,
.comment-form .comment-empty {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
}
.comment-form .comm-rich {
    max-height: 50px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.comment-form .comm-rich:focus {
    border-color: rgba(0, 0, 0, 0.2);
}
.comment-form .submit {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    display: inline-block;
    padding: 4px 18px;
    float: right;
    cursor: pointer;
    border-radius: 3px;
}
.comment-form .submit:hover {
    color: #20aaef;
    border-color: #20aaef;
}
.comment-form p {
    margin-top: 15px;
}
.children .respond {
    padding: 10px;
}
.children .comment-form .comm-rich {
    max-height: 45px;
}
.u-cursorPointer {
    cursor: pointer;
}
.comment-bottom {
    font-size: 14px;
    color: #999;
    padding: 5px 0;
    margin-bottom: 10px;
}
.comment-block {
    padding-left: 60px;
    position: relative;
}
.comment-block .comment-avatar {
    position: absolute;
    left: 0;
    top: 9px;
    width: 40px;
}
.comment-block .comment-avatar .avatar {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.main-comment-reply-link {
    font-size: 12px;
}
.comment {
    border-top: 1px dashed #eee;
    padding: 20px 0;
    font-size: 14px;
}
.comment .comment-reply-link,
.comment .comment-time {
    float: right;
    color: #999;
    font-size: 12px;
}
.comment .comment-author {
    float: left;
    color: #20aaef;
}
.comment .comment-author .iconfont {
    color: orange;
    cursor: help;
    margin-left: 4px;
}
.comment .comment-author .color-noraml {
    color: #999;
    margin-left: 5px;
    margin-right: 5px;
}
.comment .comment-meta {
    overflow: hidden;
}
.children {
    margin-left: 70px;
    border-left: 3px solid #ddd;
}
.children .comment-block {
    padding-left: 0;
    padding: 10px;
}
.children .comment {
    font-size: 12px;
    padding: 0;
    border-right: 1px dashed #eee;
}
.children .comment:last-child {
    border-bottom: 1px dashed #eee;
}
.commentnav {
    text-align: right;
}
.commentnav .page-numbers {
    display: inline-block;
    border: 1px solid #eee;
    font-size: 12px;
    margin-left: 5px;
    color: #999;
    padding: 0 8px;
}
.commentnav .page-numbers.current {
    background: #20aaef;
    border-color: #20aaef;
    color: #fff;
}
.comments-area {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
}
.hikari-wrapper {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.hikari-content {
    position: relative;
}
.hikari-content img {
    display: block;
}
.hikari-content .avatar {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 4px;
}
.hikari-form {
    background-color: #fff;
    padding: 30px 50px;
}
.hikari-meta {
    position: relative;
    padding: 20px;
    background-color: #fff;
}
.hikari-meta .prize {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    right: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    width: 100px;
}
.hikari-meta .prize img {
    width: 48px;
    animation: c 2s infinite;
    margin: 5px auto;
}
.hikari-meta .title {
    font-size: 28px;
    font-weight: 900;
    transition: color 0.5s;
}
.hikari-meta .title:hover {
    color: #20aaef;
}
.hikari-meta .description {
    padding-bottom: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.hikari-form-inner {
    padding: 0 0 15px;
}
.hikari-form-inner .comment-avatar {
    float: left;
    width: 40px;
}
.hikari-form-inner .comment-avatar .avatar {
    border-radius: 100%;
}
.hikari-form-inner .comm-con {
    margin-bottom: 10px;
    margin-left: 60px;
    position: relative;
}
.hikari-form-inner .comment-empty {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.hikari-form-inner .comm-rich,
.hikari-form-inner .comment-empty {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
}
.hikari-form-inner .comm-rich {
    max-height: 50px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.hikari-form-inner .comm-rich:focus {
    border-color: rgba(0, 0, 0, 0.2);
}
.hikari-form-inner .submit {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    display: inline-block;
    padding: 4px 18px;
    float: right;
    cursor: pointer;
    border-radius: 3px;
}
.hikari-form-inner .submit:hover {
    color: #20aaef;
    border-color: #20aaef;
}
.hikari-form-inner p {
    margin-top: 15px;
}
.hikari-item {
    width: 245px;
    height: 300px;
    background-color: #35bdc7;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.hikari-item:nth-child(4n) {
    margin-right: 0;
}
.hikari-item:nth-child(7n + 2) {
    background-color: #fca61e;
}
.hikari-item:nth-child(7n + 3) {
    background-color: #e65a4f;
}
.hikari-item:nth-child(7n + 4) {
    background-color: #a1c15c;
}
.hikari-item:nth-child(7n + 5) {
    background-color: #76cba2;
}
.hikari-item:nth-child(7n + 6) {
    background-color: #8f82bc;
}
.hikari-item:nth-child(7n + 7) {
    background-color: #f29c9f;
}
.text-large {
    font-size: 24px;
}
.hikari-btn {
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
    padding: 0 18px;
    margin-left: 0 !important;
}
.hikari-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hikari-more-w {
    padding-top: 30px;
    padding-bottom: 30px;
}
.hikari-more {
    color: #fff;
    background-color: #20aaef;
    font-size: 18px;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
}
.option-hd {
    left: 0;
    padding: 14px 14px 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}
.option-hd .avatar {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border: 2px solid #fff;
}
.option-hd .name {
    font-size: 14px;
}
.option-ft {
    bottom: 0;
    left: 0;
    padding-bottom: 15px;
    position: absolute;
    text-align: center;
    right: 0;
}
.option-bd {
    height: 100%;
    padding: 56px 15px 46px;
    box-sizing: border-box;
}
.option-bd p {
    max-height: 180px;
    overflow: hidden;
    padding: 0;
}
.vertical-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-wrapper .vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.hikari-prefix {
    font-weight: 900;
    font-size: 14px;
    color: #20aaef;
}
.y-maxWith1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.discussion-avatar-list li {
    display: inline-block;
}
.discussion-avatar-list li .avatar {
    border-radius: 100%;
    border: 2px solid #fff;
}
.hikari-single {
    padding-bottom: 50px;
}
.hikari-list-item {
    width: 530px;
    display: inline-block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.hikari-single .hikari-list-item {
    width: 490px;
}
.hikari-list-item .hikari-meta .title {
    line-height: 1.3;
}
.hikari-archive-list {
    padding-top: 30px;
    column-count: 2;
}
.y-hakiri {
    background-image: url(https://image.yunyingpai.com/wp/2019/01/BwfdL1c1UpYuThgGrxUN.png);
    background-position: 98.5% 16px;
    background-repeat: no-repeat;
    background-size: 64px;
}
.ana-list {
    width: 100px;
}
.aanna-per {
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 999em;
    background-color: #20aaef;
    margin-left: 5px;
}
.sortableTableWrapper table {
    border: 1px solid #e7e7eb;
    background-color: #fff;
    font-size: 14px;
}
.sortableTableWrapper .sortableTable-row {
    border-bottom: 1px solid #e7e7eb;
}
.sortableTableWrapper .sortableTable-row td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.sortableTableWrapper .sortableTableHeaders {
    background-color: #f4f5f9;
    border-bottom: 1px solid #e7e7eb;
}
.sortableTableWrapper .sortableTableHeaders tr th {
    padding: 10px;
}
.sortableTableWrapper .sortableTableHeaders tr th:first-child {
    text-align: left;
}
.sortableTableWrapper td,
.sortableTableWrapper th {
    border: 0;
    text-align: center;
}
.sortableTableWrapper th {
    min-width: 100px;
    text-align: center;
}
.sortableTableWrapper .sortableTable-rowTitle {
    position: relative;
    width: 100%;
    text-align: left;
}
.sortableTableWrapper .sortableTable-rowTitle.withAvatar {
    padding-left: 60px;
}
.sortableTableWrapper .sortableTable-rowTitle .avatar {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 14px;
}
.sortableTableWrapper td {
    line-height: 1;
    padding: 10px;
    text-align: center;
}
.input-ana-sb {
    border: 1px solid #eee;
    margin-right: 10px;
}
.button.button-ana-sb {
    font-size: 14px;
    border-radius: 3px;
    border-color: #20aaef;
    color: #20aaef;
    padding: 2px 8px;
    line-height: 18px;
}
.anan-select {
    border-bottom: 1px solid #e0e1e2;
    line-height: 40px;
    margin-top: 30px;
}
.anan-select span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    float: left;
    margin-right: 24px;
    margin-bottom: -1px;
}
.anan-select span.is-active {
    border-bottom: 2px solid #20aaef;
    color: #20aaef;
}
.chart-item {
    display: none;
    margin-top: 50px;
    padding-bottom: 100px;
}
.chart-item.is-active {
    display: block;
}
.number {
    cursor: pointer;
}
.icon_rank {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    position: relative;
    width: 10px;
    height: 12px;
    margin-left: 4px;
}
.icon_rank .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px dashed transparent;
    border-top-width: 0;
    border-bottom-color: #bbb;
    border-bottom-style: solid;
    vertical-align: top;
}
.icon_rank .arrow_down {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-color: transparent;
    border-bottom-style: dashed;
    border-top-width: 5px;
    border-top-color: #bbb;
    border-top-style: solid;
    border-bottom-width: 0;
}
.ascending .arrow_up {
    display: none;
}
.ascending .arrow_down {
    bottom: 3px;
}
.descending .arrow_down {
    display: none;
}
.descending .arrow_up {
    margin-top: 3px;
}
.jingnews {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.jingnews .hot-tag {
    text-align: right;
    width: 590px;
}
.jingnews .hot-tag .tag-title h3 {
    color: #cecece;
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    height: 50px;
    letter-spacing: 10px;
    line-height: 48px;
    margin-right: -15px;
    position: relative;
    font-weight: 900;
}
.jingnews .hot-tag .tag-title h3 span {
    color: #e4e4e4;
    font-size: 20px;
    left: -12px;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    top: 48px;
    font-weight: 400;
}
.jingnews .hot-tag .tag-items {
    height: 330px;
    position: relative;
    width: 590px;
}
.jingnews .hot-tag .tag-items .tag-item {
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
}
.jingnews .hot-tag .tag-items .tag-item .tag-info {
    bottom: 5px;
    position: absolute;
    right: 5px;
    text-align: right;
}
.jingnews .hot-tag .tag-items .tag-item .tag-info h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
}
.jingnews .hot-tag .tag-items .tag-item .tag-info h3 a {
    color: #fff;
}
.jingnews .hot-tag .tag-items .tag-item .tag-info h4 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    margin-top: 6px;
    font-weight: 700;
}
.jingnews .hot-tag .tag-items .tag-item a.tag-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.jingnews .hot-tag .tag-items .tag-item a.tag-img:before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.jingnews .hot-tag .tag-items .tag-item.kx {
    height: 120px;
    left: 0;
    top: 0;
    width: 295px;
}
.jingnews .hot-tag .tag-items .tag-item.bk,
.jingnews .hot-tag .tag-items .tag-item.yl {
    height: 80px;
    left: 0;
    top: 130px;
    width: 120px;
}
.jingnews .hot-tag .tag-items .tag-item.tuso {
    height: 165px;
    left: 130px;
    top: 130px;
    width: 165px;
}
.jingnews .hot-tag .tag-items .tag-item.yl {
    height: 80px;
    top: 130px;
    width: 120px;
    left: 0;
    top: 220px;
}
.jingnews .hot-tag .tag-items .tag-item.sudo {
    height: 285px;
    left: 305px;
    top: 30px;
    width: 285px;
}
.jingnews .daliyword {
    border-radius: 2px;
    height: 360px;
    overflow: hidden;
    position: relative;
    width: 590px;
}
.jingnews .daliyword p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    left: 50px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
    position: absolute;
    bottom: 80px;
    width: 480px;
}
.jingnews .daliyword p span {
    bottom: -40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    position: absolute;
    right: -20px;
}
.jingnews .daliyword .word_img {
    height: 100%;
    position: relative;
    width: 100%;
}
.jingnews .daliyword .word_img:before {
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.2));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-default label {
    display: block;
}
.ui-state-default {
    padding: 15px 0;
    border-bottom: 1px dotted;
    position: relative;
}
.ui-state-default span {
    display: inline-block;
    margin-right: 20px;
}
.ui-state-default:last-child {
    border-bottom: none;
}
.book-image {
    position: absolute;
    left: 0;
    top: 0;
}
.fa-input-item {
    width: 500px;
    border: 1px solid #eee;
}
.slider-delete {
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
}
.overlay-slider-images {
    display: inline-block;
    width: 740px;
    margin-top: 80px;
}
.overlay-slider-images img {
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.button--expandable .button-label {
    display: none;
    line-height: 100%;
    position: relative;
}
.button--expandable:hover .button-label {
    display: inline-block;
}
.admin-textInput {
    border: 1px solid #eee;
    width: 500px;
}
.admin-form-submit {
    background-color: #fff;
    border: 1px solid #eeee;
    padding: 5px;
}
.qidianla-classes-li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.qidianla_classes-delete {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: red;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
.focusBox .hd {
    bottom: 10px;
    position: absolute;
    right: 20px;
}
.focusBox .hd li {
    background-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 990em;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 3px;
    width: 30px;
}
.focusBox .hd li.on {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.fa-editor-form {
    margin-left: 350px;
    background-color: #fff;
    position: relative;
}
.fa-editor-note {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    padding: 30px;
    font-size: 14px;
}
.fa-editor-note h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.fa-editor-note h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.fa-editor-note p {
    color: rgba(0, 0, 0, 0.64);
}
.wp-editor-container {
    border: 0 !important;
}
.mce-top-part:before {
    box-shadow: none !important;
}
div.mce-toolbar-grp {
    background-color: transparent !important;
}
div.mce-toolbar-grp > div {
    padding: 0 !important;
}
.fa-new-psot-title {
    border: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
}
.writing-action {
    box-shadow: 0 -2px 0 0 hsla(0, 0%, 93%, 0.6);
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    padding-left: 350px;
}
.writing-action-item {
    display: inline-block;
    border-radius: 999em;
    border: 1px solid;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 38px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
#mceu_17.is-sticky {
    width: 900px;
    top: 0;
    position: fixed;
    z-index: 200;
}
.fa-editor-form-inner {
    padding-top: 50px;
}
.y-maxWidth1340 {
    width: 95%;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.y-relative {
    position: relative;
}
.writing-message {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
}
.header-btn {
    background-color: #20aaef;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 14px;
    letter-spacing: 1px;
    margin-right: 6px;
}
.show-search {
    line-height: 10px;
}
.message--link,
.show-search {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.message--link {
    line-height: 14px;
    position: relative;
}
.message--link .count {
    position: absolute;
    background-color: rgba(204, 0, 0, 0.8);
    color: #fff;
    border-radius: 999em;
    font-size: 12px;
    line-height: 1;
    padding: 1px 6px;
    left: 13px;
}
.message--link .count:empty {
    display: none;
}
.button.is-active {
    background-color: #20aaef;
    color: #fff;
    border-color: #20aaef;
}
.user-message-item {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
    position: relative;
}
.user-message-item:last-child {
    border-bottom: 0;
}
.user-message-item.unread:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #20aaef;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.notificationsList-userAvatarIcon {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.notificationsList-userAvatarIcon .avatar {
    border-radius: 100%;
}
.notificationsList-content {
    min-height: 20px;
    padding: 18px 10px 16px 60px;
}
.notificationsList-content time {
    font-size: 12px;
    margin-top: 1px;
}
.pm-notice-content {
    padding-top: 5px;
}
.userPostsContainer {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.follow-nav {
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.follow-nav span {
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding: 5px 0;
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.54);
}
.follow-nav span i {
    font-style: normal;
}
.follow-nav span.current,
.follow-nav span:hover {
    color: rgba(0, 0, 0, 0.84);
}
.follow-nav span.current {
    border-bottom-color: rgba(0, 0, 0, 0.84);
}
.seleted-tags {
    letter-spacing: -0.8em;
}
.seleted-tag {
    display: inline-block;
    padding: 2px;
    width: 20%;
    letter-spacing: 0;
}
.tag-select-btn {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 100px;
    border-radius: 5px;
    height: 100px;
    letter-spacing: 1px;
    background-size: cover;
}
.tag-select-btn,
.tag-select-btn span {
    position: relative;
}
.tag-select-btn:before {
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}
.tag-select-btn.is-active:before {
    background-color: rgba(3, 168, 124, 0.8);
}
.onboardingTopBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    z-index: 500;
}
.u-maxWidth920 {
    margin-left: auto;
    margin-right: auto;
    width: 920px;
}
.u-flexTop {
    display: flex !important;
    align-items: flex-start !important;
}
.u-flex1 {
    flex: 1 1 auto;
}
.u-flex0 {
    flex: 0 0 auto;
}
.button--withChrome {
    font-size: 14px;
    box-sizing: border-box;
    height: 33px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 3px;
}
.buttonSet {
    padding-top: 10px;
    padding-bottom: 10px;
}
.onboardingTopicsTitle {
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}
.textInput {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 300px;
    font-size: 14px;
    padding: 10px;
}
.textInput--narrow {
    padding: 0 5px;
    height: 35px;
    font-size: 14px;
    width: 500px;
}
.button--dark.button--filled {
    background: rgba(0, 0, 0, 0.84);
    border-color: rgba(0, 0, 0, 0.84);
    color: hsla(0, 0%, 100%, 0.97);
}
.login-box {
    background-color: #fff;
    width: 380px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}
.login-box .login-title {
    color: #27282d;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.login-box .login-tip {
    color: #27282d;
    font-size: 12px;
    margin-bottom: 30px;
}
.login-box .login-tip-cap {
    color: #27282d;
    font-size: 12px;
    margin-bottom: 1px;
}
.login-box .login-input-group {
    margin-bottom: 10px;
}
.login-box .login-tip-click {
    color: #27282d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding-left: 4px;
}
.login-box .login-input-row {
    margin-bottom: 20px;
    position: relative;
}
.login-box .login-input-row .login-tip-click {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}
.login-box .login-input-box {
    display: inline;
    position: relative;
}
.login-box .login-input-phone {
    width: 230px;
}
.login-box .login-input-captcha {
    margin-right: 10px;
    width: 204px;
}
.login-box .login-button {
    display: inline-block;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
    width: 106px;
}
.login-box .login-button,
.login-box .login-input {
    font-size: 12px;
    color: #d1d1d1;
    height: 36px;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding-left: 16px;
}
.login-box .login-input {
    background: none;
    line-height: 24px;
}
.login-box .login-input::placeholder {
    color: #d1d1d1;
}
.login-box .login-input--active,
.login-box .login-input:focus {
    border: 1px solid #27282d;
    color: #27282d;
}
.login-box .login-input--error {
    border: 1px solid #ff6060;
}
.login-box .login-input--big {
    width: 100%;
}
.login-box .input-error-tip {
    line-height: 1;
    font-style: normal;
    bottom: -26px;
    color: #ff6060;
    font-size: 12px;
    left: 0;
    position: absolute;
}
.login-box .login-input-button {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
    width: 106px;
}
.login-box .login-input-button,
.login-box .login-input-button:focus {
    border-color: #efefef;
    color: #d1d1d1;
}
.login-box .login-input-button--big {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 38px;
    padding: 0;
    transition: 0.3s;
    width: 100%;
}
.login-box .login-input-button--big,
.login-box .login-input-button--big:hover {
    background-color: #e2e2e2;
    border: none;
    color: #fff;
}
.login-box .login-input-button--big--active,
.login-box .login-input-button--big--active:hover {
    -webkit-box-shadow: 0 10px 30px rgba(255, 96, 96, 0.35);
    background-color: #ff6060;
    border: none;
    box-shadow: 0 10px 30px rgba(255, 96, 96, 0.35);
    color: #fff;
}
.other-login-box {
    border-top: 1px solid #efefef;
    position: relative;
    text-align: center;
}
.other-login-box .login-tip {
    background-color: #fff;
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0 16px;
    position: relative;
    top: -15px;
}
.other-login-box .icon-box {
    margin: 3px auto 0;
    width: 204px;
    text-align: center;
}
.other-login-box .icon-box .hx-button {
    background-color: #fff;
    height: 30px;
    padding: 0;
    text-align: center;
    transition: 0.3s;
    width: 30px;
    order-radius: 100%;
}
.other-login-box .icon-box .hx-button:hover {
    background-color: #27282d;
    cursor: pointer;
}
.other-login-box .icon-box .hx-icon {
    color: #fff;
    font-size: 16px;
}
.login-box .login-button--active,
.login-box .login-button:hover {
    background-color: #27282d;
    border: none;
    color: #fff;
}
.aim {
    display: inline-block;
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    transition: 0.3s linear;
}
.aim1 {
    background-position: 0 0;
}
.aim2 {
    background-position: -80px 0;
}
.aim3 {
    background-position: -160px 0;
}
.aim4 {
    background-position: -240px 0;
}
.footer-info {
    display: flex;
    font-size: 12px;
    color: #5d5c6a;
    padding-top: 45px;
}
.footer-wrapper {
    display: flex;
    border-bottom: 1px dashed #5d5c6a;
    padding-bottom: 45px;
    font-size: 14px;
}
.u-width640px {
    width: 640px;
}
.u-width560 {
    width: 560px;
}
.u-textAlignRight {
    text-align: right;
}
.u-inlineBlock {
    display: inline-block;
}
.u-textAlignCenter {
    text-align: center;
}
.u-textAlignLeft {
    text-align: left;
}
.site-description {
    color: #5d5c6a;
}
.site-qrcode {
    font-size: 14px;
    line-height: 1.4;
    color: #999;
}
.site-qrcode-app {
    border: 10px solid #fff;
}
.site-qrcode-item {
    width: 120px;
}
.u-marginLeft15 {
    margin-left: 15px;
}
.button--follow {
    border-radius: 4px;
    height: 37px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    background-color: transparent;
    color: #20aaef;
    border-color: #20aaef;
}
.button--follow.is-active,
.button--follow:hover {
    background-color: #20aaef;
    color: #fff;
}
.button.is-active > .button-defaultState,
.button > .button-activeState {
    display: none;
}
.button.is-active > .button-activeState,
.button > .button-defaultState {
    display: inline;
}
.button--toggleAuthor {
    border-color: #20aaef;
    color: #20aaef;
}
.button--smallest {
    font-size: 12px;
    line-height: 1;
    padding: 1px 8px;
    margin-left: 12px;
}
.u-marginRight20 {
    margin-right: 20px;
}
.streamItem-cardInner {
    padding: 15px;
}
.streamItem-cardInner .avatar {
    border-radius: 100%;
}
.ui-captionStrong {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.84);
}
.cardChromeless {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.6);
}
.button--toggleAuthor.button--chromeless {
    font-size: 12px;
    background-color: #fff;
    color: #20aaef;
}
.btn-transfer {
    cursor: pointer;
    border-radius: 900em;
    font-size: 12px;
    border: 1px solid #20aaef;
    color: #20aaef;
    display: inline-block;
    line-height: 1.1;
    padding: 1px 5px;
}
.u-flex {
    display: flex;
}
.viewAnalystic {
    display: inline-block;
    border: 1px solid #20aaef;
    color: #20aaef;
    line-height: 1.1;
    padding: 1px 8px;
    border-radius: 999em;
    transition: 0.5s;
    font-size: 12px;
}
.viewAnalystic:hover {
    background-color: #20aaef;
    color: #fff;
}
.ad-delete-link,
.overlay-del {
    background-color: #c00;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-left: 5px;
    padding: 0 4px;
}
.ad-form-item {
    padding-top: 10px;
}
.user-cent-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: relative;
}
.user-cent-item strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 900;
}
.user-cent-item .cent {
    position: absolute;
    color: #c00;
    right: 0;
    top: 20px;
    font-size: 18px;
    font-style: italic;
}
.user-cent-item .per {
    display: inline-block;
    height: 5px;
    border-radius: 999em;
    width: 150px;
    background-color: #eee;
    vertical-align: 3px;
    margin-right: 8px;
}
.user-cent-item .per .per-inner {
    height: 5px;
    display: block;
    background-color: #c00;
    border-radius: 999em;
}
.user-cent-item .status {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #eee;
    color: #999;
    padding: 3px 10px;
    border-radius: 3px;
}
.user-cent-header {
    text-align: center;
    padding: 50px 0;
}
.user-cent-header .cent {
    font-size: 42px;
    font-style: italic;
}
.user-cent-header .cent-change-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 14px;
    background-color: #20aaef;
    color: #fff;
    margin-bottom: 10px;
}
.user-cent-list {
    font-size: 14px;
}
.user-cent-list h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
@keyframes d {
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    75% {
        opacity: 1;
    }
    to {
        transform: translateY(calc(-100% + 60px));
    }
}
@keyframes e {
    to {
        stroke-dashoffset: 50.24px;
    }
}
.circleCountdown {
    position: relative;
    width: 24px;
    height: 24px;
}
.circleCountdown svg {
    width: 100%;
    height: 100%;
}
.circleCountdown-fill {
    r: 8px;
    cx: 50%;
    cy: 50%;
    fill: none;
    stroke: rgba(0, 0, 0, 0.15);
    stroke-width: 4px;
    stroke-dasharray: 50.24px 50.24px;
    stroke-dashoffset: 0;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    animation: e 5.2s linear forwards;
    animation-delay: 1s;
}
.slotMachine-viewPort:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, 0) 75%, #fff);
}
.slotMachine-number {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    color: #20aaef;
    position: relative;
    padding-left: 10px;
}
.slotMachine-number:before {
    font-size: 14px;
    content: "+";
    position: absolute;
    left: 0;
    bottom: 10px;
}
.slotMachine-barrel {
    animation: d 1.5s cubic-bezier(0.68, 0, 0.15, 1) forwards 0.8s;
}
.u-overflowHidden {
    overflow: hidden;
}
.u-height100 {
    height: 60px;
}
.postMeterBar-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
}
.postMeterBar-details.is-visible {
    max-height: 200px;
}
.postMeterBar {
    z-index: 600;
    position: fixed;
    transition: transform 0.3s;
    transform: translateY(150px);
    left: 0;
    right: 0;
    bottom: 30px;
}
.postMeterBar .meta-content {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-left: 30px;
}
.postMeterBar .meta-content p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
    font-weight: 400;
}
.postMeterBar.is-active {
    transform: translateY(0);
}
.postMeterBar .inner {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    min-height: 50px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 50px;
}
.y-image-large {
    display: block;
    margin-bottom: 15px;
}
.y-genre-title {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}
.y-genre-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
}
.y-genre-action {
    margin: 15px 0;
}
.button-circle {
    height: 48px;
    width: 48px;
    padding: 0;
    line-height: 21px;
    text-align: center;
}
.button-circle svg {
    display: inline;
    vertical-align: middle;
    fill: #51c332;
}
.login-qrcode + .login-input-row {
    text-align: right;
    margin-bottom: 0;
}
.user-info-social {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.widget-user-item {
    padding: 10px 0;
}
.widget-user-item .avatar {
    border-radius: 999em;
    float: left;
    margin-right: 12px;
}
.widget-user-content {
    line-height: 1.6;
}
.widget-user-content h3 {
    font-size: 16px;
}
.widget-user-content .meta {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.xzh-title {
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 10px;
}
.xzh-answer {
    color: rgba(0, 0, 0, 0.55);
    padding-left: 50px;
}
.xzh-answer,
.xzh-des {
    font-size: 16px;
    font-weight: 300;
}
.xzh-des {
    margin-bottom: 30px;
}
.questionForm .demo--label {
    margin: 0 10px 0 0;
}
.questionForm--title {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 5px;
    width: 100%;
}
.questionForm--item {
    padding: 15px 0;
}
.questionForm--section {
    flex: 1 1 auto;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 5px;
}
.questionForm--label {
    font-size: 18px;
    font-weight: 200;
}
.overlay-discuss {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 340px;
}
.overlay-discuss-prefix {
    font-size: 12px;
    font-weight: 700;
    color: #c00;
}
.overlay-discuss-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 5px;
}
.overlay-discuss-prize {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
}
.overlay-discuss-action {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
}
.overlay-discuss-action a {
    display: inline-block;
    border: 1px solid #000;
    padding: 3px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}
.overlay-discuss-action a:hover {
    color: #fff;
    background-color: #000;
}
.button--close--circle {
    border: 1px solid #fff;
    border-radius: 999rem;
    height: 24px;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    line-height: 28px;
    width: 24px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.overlay-prize {
    text-align: center;
    padding-top: 30px;
}
.overlay-prize--content {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px;
}
.overlay-prize--action {
    width: 90px;
    margin: 10px auto;
    background-color: #20aaef;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 0;
}
.butterBar--error .butterBar-message a {
    text-decoration: underline;
}
