@charset "UTF-8";
.J-sharingBar{
    transition: all .3s linear;
}

.com-list-enter .com-arrow-link {
    display: block;
    height: 32px;
    box-sizing: border-box;
    background-color: #F5F7FA;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.com-list-enter {
    margin-top: 20px;
}

.col-2-article-header{
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.col-2-article-header .article-title {
    font-size: 28px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
}

.col-2-article-header .article-infos-wrap {
    margin-top: 8px;
    position: relative;
}

.col-2-article-header .article-info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.col-2-article-opts {
    margin-top: 60px;
    text-align: center;
    font-size: 0;
}

.col-2-article-opts .c-btn {
    min-width: 180px;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
    line-height: 42px;
    margin: 0 10px;
}

.col-2-article-opts .c-btn .fa{
    margin-right: 12px;
}

.col-tag {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 5px 10px;
    padding: 0 10px;
    height: 30px;
    max-width: 90%;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.col-tag.actived, .col-tag:hover {
    border-color: #00a4ff;
    color: #00a4ff;
}

.col-2-article-tags {
    position: relative;
    margin-top: 32px;
}

.col-2-article-tags .extra-part {
    position: absolute;
    right: 0;
    top: 5px;
}

.com-opt-link.link-warn .fa{
    margin-right: 5px;
}

/* 评论 */
.pg-2-article .group-comments {
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid #E5E5E5;
}
/* 评论 end */


:focus {
    outline: 0
}

.com-hidden {
    display: none !important
}

.c-hidden {
    display: none
}

.com-page-layout {
    background-color: #f7f8fa
}

.com-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1px
}

.com-body-main, .com-body.max-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 0 10px;
    max-width: 1200px
}

.com-body.bg {
    background-color: #F7F8FA
}

.com-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px
}

.com-link {
    color: #00a4ff
}

.com-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #00a4ff
}

.com-ellipsis-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.com-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-ellipsis-wrap .com-opt-link {
    position: absolute;
    left: 100%;
    top: 1px;
    margin-left: 10px;
    white-space: nowrap
}

.com-weak-text {
    color: #999
}

.com-highlight-text {
    color: #00a4ff
}

.com-align-center {
    text-align: center
}

.com-sidebar-wechat .qr-img {
    display: table-cell;
    vertical-align: middle;
    width: 60px
}

.com-sidebar-wechat .qr-img img {
    display: block;
    width: 100%
}

.com-sidebar-wechat .qr-cnt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.com-sidebar-wechat .qr-title {
    margin-bottom: 5px;
    font-weight: 700;
    color: #333
}

.com-sidebar-wechat .qr-desc {
    color: #666
}

.com-wechat-panel {
    padding: 20px;
    border: 1px solid #e5e5e5
}

.com-wechat-panel .qr-img {
    display: table-cell;
    vertical-align: middle;
    width: 76px
}

.com-wechat-panel .qr-img img {
    display: block;
    width: 100%
}

.com-wechat-panel .qr-cnt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px
}

.com-wechat-panel .qr-title {
    font-weight: 700;
    color: #333
}

.com-wechat-panel .qr-desc {
    color: #666
}

.com-wechat-panel .qr-img-full {
    display: none
}



[class*=com-i-], [class^=com-i-] {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.c-bubble {
    color: #444;
    z-index: 900
}

.c-bubble-inner {
    border: none;
    border: 1px solid #E7E8F1;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
    box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
    font-size: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #b3b7bf;
    border-radius: 2px;
    background-color: #fff;
    line-height: 18px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.15);
    position: static !important;
    left: 50%;
    top: 50%;
}

.c-bubble-right .c-bubble-inner:before{
    border-left-width: 11px;
    border-right-width: 0;
    border-left-color: #E7E8F1;
}


.c-bubble-top .c-bubble-inner:before {
    border-top-width: 0;
    border-bottom-width: 11px;
    border-bottom-color: #E7E8F1
}

.c-bubble-bottom .c-bubble-inner:before {
    border-top-width: 11px;
    border-bottom-width: 0;
    border-top-color: #E7E8F1
}

.c-bubble-top .c-bubble-inner:after {
    border-top-width: 0;
    border-bottom-width: 9px
}

.c-bubble-bottom .c-bubble-inner:after {
    border-top-width: 9px;
    border-bottom-width: 0
}

.c-bubble-left .c-bubble-inner:before {
    border-left-width: 0;
    border-right-width: 11px;
    border-right-color: #E7E8F1
}

.c-bubble-right .c-bubble-inner:before {
    border-left-width: 11px;
    border-right-width: 0;
    border-left-color: #E7E8F1
}

.c-bubble-left .c-bubble-inner:after {
    border-left-width: 0;
    border-right-width: 9px
}

.c-bubble-right .c-bubble-inner:after {
    border-left-width: 9px;
    border-right-width: 0
}

.c-bubble-trigger {
    color: rgba(191,191,191, 1);
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.c-bubble-trigger-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.c-bubble-trigger-text {
    font-size: 12px;
    cursor: pointer
}

.c-bubble-trigger-btn {
    position: relative;
    display: block;
    padding: 0 20px 0 10px;
    height: 21px;
    font-size: 14px;
    line-height: 21px;
    color: #444
}

.c-bubble-trigger.hover .c-bubble-trigger-btn, .c-bubble-trigger.show-bubble .c-bubble-trigger-btn, .c-bubble-trigger:hover .c-bubble-trigger-btn {
    color: #00a4ff;
    text-decoration: none
}

.c-bubble-trigger.disable-hover:hover .c-bubble-trigger-btn:after {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0)
}

.c-bubble-trigger .c-bubble {
    visibility: hidden;
    width: 300px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: center;
    pointer-events: none;
    opacity: 0
}

.c-bubble-trigger.hover .c-bubble, .c-bubble-trigger.show-bubble .c-bubble, .c-bubble-trigger:hover .c-bubble {
    visibility: visible;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1
}

.c-bubble-trigger .c-bubble .c-bubble-inner {
    display: inline-block;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
    text-align: left;
    vertical-align: middle;
    pointer-events: auto;
    box-sizing: border-box;
}

.c-bubble-trigger .c-bubble-bottom, .c-bubble-trigger .c-bubble-top {
    left: 50%;
    margin-left: -150px
}

.c-bubble-trigger .c-bubble-top {
    top: 100%;
    margin-top: 11px;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px)
}

.c-bubble-trigger .c-bubble-bottom {
    bottom: 100%;
    margin-bottom: 11px;
    -webkit-transform: translateY(11px);
    transform: translateY(11px)
}

.c-bubble-trigger.hover .c-bubble-bottom, .c-bubble-trigger.hover .c-bubble-top, .c-bubble-trigger.show-bubble .c-bubble-bottom, .c-bubble-trigger.show-bubble .c-bubble-top, .c-bubble-trigger:hover .c-bubble-bottom, .c-bubble-trigger:hover .c-bubble-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-bubble-trigger .c-bubble-left, .c-bubble-trigger .c-bubble-right {
    top: 50%;
    height: 300px;
    margin-top: -150px
}

.c-bubble-trigger .c-bubble-left:before, .c-bubble-trigger .c-bubble-right:before {
    font-size: 0;
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle
}

.c-bubble-trigger .c-bubble-left {
    text-align: left;
    left: 100%;
    margin-left: 11px;
    -webkit-transform: translateX(-11px);
    transform: translateX(-11px)
}

.c-bubble-trigger .c-bubble-right {
    text-align: right;
    right: 100%;
    margin-right: 11px;
    -webkit-transform: translateX(11px);
    transform: translateX(11px)
}

.c-bubble-trigger.hover .c-bubble-left, .c-bubble-trigger.hover .c-bubble-right, .c-bubble-trigger.show-bubble .c-bubble-left, .c-bubble-trigger.show-bubble .c-bubble-right, .c-bubble-trigger:hover .c-bubble-left, .c-bubble-trigger:hover .c-bubble-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-bubble-trigger.c-triangle-align-start .c-bubble.c-bubble-bottom, .c-bubble-trigger.c-triangle-align-start .c-bubble.c-bubble-top {
    text-align: left;
    margin-left: -32px
}

.c-triangle-align-start .c-bubble-bottom .c-bubble-inner, .c-triangle-align-start .c-bubble-top .c-bubble-inner {
    left: 32px
}

.c-triangle-align-start .c-bubble-left, .c-triangle-align-start .c-bubble-right {
    margin-top: -18px
}

.c-triangle-align-start .c-bubble-left .c-bubble-inner, .c-triangle-align-start .c-bubble-right .c-bubble-inner {
    top: 18px;
    vertical-align: top
}

.c-triangle-align-end .c-bubble-bottom, .c-triangle-align-end .c-bubble-top {
    text-align: right;
    left: auto;
    right: 0;
    margin-right: -24px
}

.c-triangle-align-end .c-bubble-bottom .c-bubble-inner, .c-triangle-align-end .c-bubble-top .c-bubble-inner {
    left: auto;
    right: 24px
}

.c-triangle-align-end .c-bubble-bottom .c-bubble-inner:after, .c-triangle-align-end .c-bubble-top .c-bubble-inner:after {
    margin-right: 1px
}

.c-triangle-align-end .c-bubble-left, .c-triangle-align-end .c-bubble-right {
    top: auto;
    bottom: -24px;
    margin-top: 0
}

.c-triangle-align-end .c-bubble-left .c-bubble-inner, .c-triangle-align-end .c-bubble-right .c-bubble-inner {
    vertical-align: bottom;
    top: auto;
    bottom: 24px
}

.c-triangle-align-end .c-bubble-left .c-bubble-inner:after, .c-triangle-align-end .c-bubble-right .c-bubble-inner:after {
    margin-bottom: 1px
}

.c-bubble-trigger.disable-hover .c-bubble-bottom, .c-bubble-trigger.disable-hover .c-bubble-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-bubble-trigger.disable-hover .c-bubble-left, .c-bubble-trigger.disable-hover .c-bubble-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-bubble-trigger.disable-hover:hover .c-bubble {
    visibility: hidden;
    opacity: 0
}

.c-bubble-trigger.show-bubble .c-bubble, .c-bubble-trigger.show-bubble:hover .c-bubble {
    z-index: 900;
    visibility: visible;
    opacity: 1
}


.com-bubble-confirm {
    min-width: 170px;
    max-width: 300px
}

.com-bubble-confirm .c-bubble-inner {
    padding: 18px 20px
}

.com-bubble-confirm .confirm-title {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.com-bubble-confirm .confirm-btns {
    margin-top: 14px
}

.com-bubble-confirm .confirm-btn {
    min-width: 60px;
    border: none;
    background-color: transparent;
    color: #00a4ff;
    text-align: center;
    cursor: pointer;
    font-size: 14px
}

.com-bubble-confirm .confirm-btn:hover {
    color: #0092ee
}

.com-bubble-confirm .confirm-btn.weak {
    color: #000
}

.com-bubble-confirm .confirm-btn.weak:hover {
    color: #00a4ff;
    text-decoration: none
}

.com-bubble-confirm.align-right .confirm-btns {
    text-align: right
}

.com-bubble-operations .c-bubble-trigger-btn {
    color: #666
}

.com-bubble-operations .c-bubble {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: 3px;
    text-align: right
}

.com-bubble-operations .c-bubble-inner {
    min-width: 80px
}

.com-bubble-operations .c-bubble-inner:after, .com-bubble-operations .c-bubble-inner:before {
    display: none
}

.com-bubble-operations .com-bubble-menu a {
    font-size: 14px;
    text-align: center
}

.c-bubble-trigger.has-menu .c-bubble-inner {
    padding: 0
}

.c-bubble-trigger.has-menu .com-bubble-menu {
    margin: 0
}

.c-bubble-inner > .com-bubble-menu {
    margin: -8px -10px
}

.com-bubble-menu a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    color: #333
}

.com-bubble-menu a:hover {
    color: #00a4ff;
    background-color: #F2F2F2
}

.com-bubble-menu li.actived a, .com-bubble-menu li.actived a:hover {
    color: #00a4ff;
    background-color: transparent;
    cursor: default
}

.com-bubble-warning-txt {
    font-size: 12px;
    color: #ff7800;
    border-bottom: 1px dashed #ff7800
}

.com-share-options {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 0
}

.com-share-options > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.com-share-options .opt-item {
    position: relative;
    display: block;
    z-index: 900
}

.com-share-options .opt-item .fa {
    color: rgba(191,191,191,1);
}

.c-bubble-trigger .fa:hover,
.com-share-options .opt-item .fa:hover {
    color: #0092FF;
}

.com-share-options .c-bubble-trigger:hover .opt-item {
    position: relative;
    z-index: 901
}

.com-share-options .opt-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.com-share-options .opt-icon:after {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #fff
}

.com-share-options .opt-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}


.com-share-options.light .opt-icon.copy:after {
    display: none
}
.com-share-options .c-bubble-inner {
    font-size: 12px
}

.com-share-options .qr-img img {
    margin-top: 5px;
    width: 100px;
    height: 100px
}

.com-comment-edit {
    position: relative;
    margin-bottom: 20px
}

.com-comment-edit .edit-body {
    position: relative;
    padding-left: 34px;
    padding-right: 110px
}


.com-comment-edit .edit-tip {
    position: absolute;
    left: 34px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #f7f8fa;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #888
}

.com-comment-edit .edit-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
    width: 100%;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    resize: none;
    vertical-align: top;
    -webkit-appearance: none
}

.com-comment-edit .edit-textarea:hover {
    border-color: #00a4ff
}

.com-comment-edit .edit-textarea:focus {
    border-color: #00a4ff;
    background-color: #fff
}

.com-comment-edit .edit-btns {
    text-align: right;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0
}

.com-comment-edit .edit-btns .c-btn {
    height: 36px;
    line-height: 34px;
    min-width: 100px
}

.com-comment-edit .edit-btns .c-btn-link {
    min-width: 0
}

.com-comment-edit .edit-text a {
    margin-right: 5px
}

.com-comment-edit.hide-avatar .edit-body {
    padding-left: 0
}


.com-comment-popup .c-pages-wrap {
    margin-top: 15px
}

.com-comment-popup .com-none {
    margin: 20px auto
}

.com-comment-popup .com-none.with-bg {
    margin-bottom: 0
}

.com-comment-popup .popup-hd {
    position: relative;
    margin-bottom: 20px;
    margin-top: -30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 52px
}

.com-comment-popup .popup-title {
    font-size: 16px;
    font-weight: 400
}

.com-comment-popup .popup-extra {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0
}

.com-comment-popup .popup-opt {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 14px
}


.com-comment-popup .popup-opt:hover {
    color: #00a4ff
}


.com-comment-popup .popup-ft {
    text-align: center
}

.com-comment-popup .popup-ft a {
    display: inline-block;
    vertical-align: middle;
    line-height: 52px;
    color: #333
}

.com-comment-popup .popup-ft a:hover {
    color: #00a4ff
}

.com-comment-single-edit {
    margin: 60px 0 44px
}

.com-comment-single-edit .edit-hd {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px
}

.com-comment-single-edit .edit-title {
    font-size: 20px;
    color: #999;
    font-weight: 400
}

.com-comment-single-edit .edit-title .fa{
    font-size: 22px;
    margin-right: 10px;
}



.com-comment-single-edit .edit-count {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #000
}

.com-comment-single-edit .edit-count-num {
    color: #00a4ff
}

.com-comment-single-edit .edit-body {
    position: relative
}

.com-comment-single-edit .edit-textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 90px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    resize: vertical;
    font-size: 14px;
    line-height: 1.5
}

.com-comment-single-edit .edit-textarea:focus {
    border-color: #00a4ff
}

.com-comment-single-edit .edit-tip {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(157, 157, 157, .18);
    background-color: #f7f8fa;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #999
}

.com-comment-single-edit .edit-tip:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.com-comment-single-edit .edit-tip a {
    color: #00a4ff;
    font-weight: 600
}

.com-comment-single-edit .edit-btns {
    text-align: right;
    margin-top: 13px
}

.c-msg.com-comment-msg {
    margin-bottom: 40px;
    margin-top: -10px
}

.com-media {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.com-media-object {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 40px
}

.com-media-img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

span.com-media-img {
    background-size: cover;
    background-position: center center
}

.com-media-body {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.com-media-desc {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.com-media-desc-item {
    margin-right: 25px;
    color: inherit
}

a.com-media-desc-item:hover {
    color: #00a4ff;
    text-decoration: none
}

.com-datas {
    color: #999;
    font-size: 0
}

.com-data {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px
}

.com-adpanel.small {
    height: 60px;
    font-size: 16px
}

.com-adpanel.in-sidebar {
    margin-bottom: 15px;
    height: auto;
    padding-top: 35.48387097%
}

.com-adpanel.in-sidebar .text, .com-adpanel.in-sidebar:before {
    display: none
}

.com-media-ask {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    height: 230px;
    border: 1px solid #e5e5e5
}

.com-tag-list {
    margin-right: -10px;
    margin-bottom: -10px;
    font-size: 0
}

.com-tag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 28px;
    color: #444;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

a.com-tag:hover {
    text-decoration: none;
    color: #00a4ff;
    border-color: #00a4ff
}

.com-tag-group {
    margin-bottom: 50px
}

.com-tag-group-hd {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.com-tag-group-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px
}

.com-tag-group-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    word-wrap: break-word
}

.com-tag-group-icon ~ .com-tag-group-title {
    margin-bottom: 5px;
    padding-left: 42px;
    line-height: 32px
}

.com-tag-group-bd {
    padding-top: 20px
}

.com-media-service:hover {
    text-decoration: none
}

.com-none {
    margin: 50px 0;
    text-align: center;
    color: #999
}

.com-none a {
    color: #00A4FF
}

.com-none a:hover {
    border-bottom: 1px solid #00A4FF
}

.com-none [class*=com-i-], .com-none [class^=com-i-] {
    position: relative;
    top: -1px;
    margin-right: 5px
}

.com-none.with-bg {
    padding: 30px;
    background-color: #f7f8fa
}

.com-none.page {
    margin: 100px auto;
    width: 700px;
    background-color: transparent;
    text-align: center;
    color: #999
}


.com-none.page .primary-text {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333
}

.com-none.page a {
    margin: 0 5px;
    color: #00a4ff
}

.com-tag-links {
    position: relative;
    margin-bottom: 17px;
    padding-left: 20px;
    font-size: 12px;
    color: #888
}

.com-tag-links .tag-icon {
    position: absolute;
    left: 0;
    top: 2px
}

.com-tag-links a {
    color: #999
}

.com-tag-links a:hover {
    color: #00a4ff;
    text-decoration: none
}

.c-bubble-trigger.com-operations-dropdown {
    position: absolute
}

.c-bubble-trigger.com-operations-dropdown .c-bubble-trigger-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    font-size: 0;
    color: #fff
}

.c-bubble-trigger.com-operations-dropdown .c-bubble-trigger-btn:after {
    right: 0
}

.c-bubble-trigger.com-operations-dropdown .c-bubble {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: 3px;
    text-align: right
}

.c-bubble-trigger.com-operations-dropdown .c-bubble-inner {
    min-width: 80px
}

.c-bubble-trigger.com-operations-dropdown .c-bubble-inner:after, .c-bubble-trigger.com-operations-dropdown .c-bubble-inner:before {
    display: none
}

.c-bubble-trigger.com-operations-dropdown .com-bubble-menu a, .c-bubble-trigger.com-operations-dropdown .menu-link {
    text-align: center
}

.c-bubble-trigger .com-emblem-icon {
    height: 16px;
    width: 16px
}

.c-msg {
    border-style: solid;
    border-width: 1px
}

.c-msg-error {
    color: #e54545;
    background-color: #fcecec;
    border-color: #f6b5b5
}

.c-msg-error .c-msg-info {
    position: relative;
    padding-left: 30px
}


.c-msg-success {
    color: #007E3B;
    background-color: #E6F8EE;
    border-color: #9CE4BC
}

.c-msg.inline-block {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.c-msg-fixed-wrap {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 9100;
    width: 100%;
    text-align: center;
    pointer-events: none
}

.c-msg-fixed-wrap .c-msg {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    text-align: left;
    pointer-events: auto;
    border-radius: 4px
}

.c-msg-fixed-wrap .c-msg-error .c-msg-info {
    padding-left: 20px
}

.c-msg-fixed-wrap .c-msg-error .c-msg-info:before {
    display: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
}

input::placeholder, textarea::placeholder {
    color: #999
}


.c-textarea.small {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 18px
}


.c-textarea.large {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 472px;
    line-height: 32px;
    font-size: 14px
}

.c-textarea.full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.c-form-ctrl-label {
    cursor: pointer;
    min-width: 0
}

.com-check-add {
    display: block;
    color: #999
}

.com-check-add .icon-add {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 3px;
    width: 11px;
    height: 11px
}

.com-check-add .icon-add:after, .com-check-add .icon-add:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 1px;
    background-color: #979797
}

.com-check-add .icon-add:after {
    left: 5px;
    top: 0;
    width: 1px;
    height: 100%
}

.com-check-add:hover {
    color: #00a4ff
}

.com-check-add:hover .icon-add:after, .com-check-add:hover .icon-add:before {
    background-color: #00a4ff
}

.com-check-create .com-check-item {
    position: relative;
    padding-left: 21px;
    margin-right: 0;
    display: block
}

.com-check-create .c-radio {
    position: absolute;
    left: 0;
    top: 7px
}

.com-check-btns {
    margin-top: 20px;
    text-align: right;
    font-size: 0
}

.com-check-btn {
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    background-color: transparent
}

.com-check-btn.primary, .com-check-btn:hover {
    color: #00a4ff
}

.com-check-btn.primary:hover {
    color: #0092ee
}


.c-f-list-con .c-f-tip-word.err-style, .c-f-list-con .c-f-tip-word.error {
    color: #e54545
}

.col-lables .c-form-ctrl-label {
    margin-right: 10px;
    margin-bottom: 10px
}

.com-search-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 300px
}

.com-search-bar.focus, .com-search-bar.show {
    z-index: 1002
}

.com-search {
    position: relative;
    display: block
}

.com-search .search-input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 36px 5px 10px;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

.com-search input::-webkit-input-placeholder {
    color: #75787d
}

.com-search input:-ms-input-placeholder {
    color: #75787d
}

.com-search input::placeholder {
    color: #999
}

.com-search .search-btn, .com-search .search-clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    border: none;
    background-color: transparent;
    line-height: 30px;
    font-size: 0;
    text-align: left
}

.com-search .search-clear {
    right: 30px;
    width: 16px
}

.com-search .close-btn {
    display: none
}

.com-search-bar.in-header {
    position: absolute;
    right: 340px;
    top: 18px;
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.com-search-bar.in-header .search-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #373E4D;
    color: #fff
}

.com-search-bar.in-header .search-input:focus, .com-search-bar.in-header.focus .search-input {
    background: #f7f8fa;
    color: #333
}

.com-search-bar.in-header.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.com-nav-search-wrap {
    display: inline-block
}

.com-nav-search-wrap.align-center {
    position: absolute;
    left: 328px;
    right: 0;
    top: 0;
    z-index: -1;
    height: 65px;
    background-color: #2a303c;
    opacity: 0
}

.com-nav-search-wrap.align-center .com-search-bar {
    position: relative;
    left: -165px;
    right: auto;
    top: 18px;
    display: block;
    margin: 0 auto;
    max-width: 620px;
    width: auto
}

.com-nav-search-wrap.align-center .com-search .search-input {
    position: relative;
    left: 200px;
    opacity: 0;
    padding-left: 30px;
    background-color: transparent;
    color: #fff;
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1)
}

.com-nav-search-wrap.align-center .com-search .search-input:focus {
    color: #fff
}

.com-nav-search-wrap.align-center .com-search .search-btn {
    left: 0;
    right: auto
}


.com-nav-search-wrap.align-center .com-search .close-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    border: none;
    background-color: transparent;
    line-height: 30px;
    font-size: 0;
    text-align: right
}


.com-nav-search-wrap.align-center .com-search-dropdown {
    margin-top: 18px
}

.com-nav-search-wrap.align-center.show-search {
    z-index: 1000;
    opacity: 1;
    transition: all .4s cubic-bezier(.67, 0, .33, 1)
}

.com-nav-search-wrap.align-center.show-search .search-input {
    left: 0;
    opacity: 1
}

.com-nav-search-wrap.align-center .com-search-dropdown-bd {
    padding: 20px 30px
}

.com-nav-search-wrap.align-center .com-search-dropdown-group .link, .com-nav-search-wrap.align-center .com-search-dropdown-keywords a {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px
}

.com-nav-search-wrap.align-center .com-search-dropdown-group .link.with-img {
    margin: 0 5px 10px;
    padding-left: 0;
    padding-right: 0
}

.com-nav-search-wrap.align-center .com-search-dropdown-history .link {
    padding-right: 56px
}

.com-nav-search-wrap.align-center .com-search-dropdown-history .link-btn {
    right: 30px
}

.com-nav-search-wrap.align-center .com-search-dropdown.only-one-group .com-search-dropdown-history dd {
    margin-left: -30px;
    margin-right: -30px
}

.com-2-nav-search-wrap {
    background-color: #2b303b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    transition: all .4s;
    border-top: solid 1px rgba(255, 255, 255, .08)
}

.c-nav-white .com-2-nav-search-wrap {
    background-color: #fff
}

.com-2-nav-search-wrap.show-search {
    overflow: visible;
    z-index: 1000;
    opacity: 1;
    transition: all .4s cubic-bezier(.67, 0, .33, 1)
}

.com-2-nav-search-wrap .com-search-bar {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    width: auto
}

.com-2-nav-search-wrap .com-search .search-input {
    position: relative;
    left: 200px;
    opacity: 0;
    padding-left: 30px;
    background-color: transparent;
    box-shadow: none;
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    height: 34px;
    line-height: 24px;
    color: #fff
}

.c-nav-white .com-2-nav-search-wrap .com-search .search-input {
    color: #000
}

.com-2-nav-search-wrap.show-search .search-input {
    left: 0;
    opacity: 1
}

.com-2-nav-search-wrap .com-search .search-btn {
    left: 0;
    right: auto
}


.com-2-nav-search-wrap .com-search .close-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    border: none;
    background-color: transparent;
    line-height: 30px;
    font-size: 0;
    text-align: right
}


.com-2-nav-search-wrap .com-search-dropdown {
    margin-top: 10px
}

.com-3-nav-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    margin-top: 7px;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.com-3-nav-search-wrap .com-search-bar {
    padding: 3px 0;
    background-color: #fff;
    border-top: solid 1px rgba(255, 255, 255, .08)
}

.com-3-nav-search-wrap.show-search {
    overflow: visible;
    z-index: 1003;
    opacity: 1;
    visibility: visible
}

.com-3-nav-search-wrap .com-search-bar:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    background-color: rgba(124, 132, 142, .3);
    height: 1px
}

.com-3-nav-search-wrap .com-search-bar {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    width: auto
}

.com-3-nav-search-wrap .com-search .search-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 200px;
    opacity: 0;
    padding-left: 20px;
    padding-right: 5px;
    width: calc(100% - 69px);
    background-color: transparent;
    box-shadow: none;
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    height: 34px;
    line-height: 24px;
    color: #000
}

.com-3-nav-search-wrap.show-search .search-input {
    left: 0;
    opacity: 1
}

.com-3-nav-search-wrap .com-search .search-clear {
    display: none
}

.com-3-nav-search-wrap .com-search .search-btn {
    display: inline-block;
    vertical-align: middle;
    position: static;
    left: 0;
    right: auto;
    width: 34px;
    text-align: center
}


.com-3-nav-search-wrap .com-search .close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 34px;
    height: 100%;
    border: none;
    background-color: transparent;
    line-height: 30px;
    font-size: 0;
    text-align: center
}

.com-3-nav-search-wrap .com-search .close-btn:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 8px;
    width: 1px;
    height: 14px;
    background-color: #E5E5E5
}


.com-3-nav-search-wrap .com-search-dropdown {
    margin-top: 0;
    box-shadow: none;
    border: none
}

.com-search-bar.normal .search-input {
    box-shadow: none;
    border: 1px solid #D2D9E7;
    font-size: 12px
}

.com-search-bar.normal .search-input:focus, .com-search-bar.normal.focus .search-input {
    border-color: #00a4ff
}

.com-search-mask {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: none
}

.com-search-mask.show {
    display: block
}

.com-search-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
    border: 1px solid #E7E8F1
}

.com-search-bar.show .com-search-dropdown {
    display: block
}

.com-search-dropdown-bd {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px 20px
}

.com-search-dropdown-group {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D2D9E7
}

.com-search-dropdown-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.com-search-dropdown-group dt {
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.com-search-dropdown-group .link {
    display: block;
    margin: 0 -20px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

.com-search-dropdown-group .link.hover, .com-search-dropdown-group .link:hover {
    color: #00a4ff;
    text-decoration: none;
    background-color: #F3F5F9
}

.com-search-dropdown-group .link.with-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 100px
}

.com-search-dropdown-group .link.with-img:hover {
    background-color: transparent
}

.com-search-dropdown-group .link.with-img .link-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-search-dropdown-group .link .avatar, .com-search-dropdown-group .link img {
    display: block;
    margin: 0 auto 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.com-search-dropdown-group .link .avatar {
    background-size: cover;
    background-position: center
}


.com-search-dropdown-group.dir-horizontal dd {
    font-size: 0
}

.com-search-dropdown-group.dir-horizontal .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 50px
}

.com-search-dropdown-group.dir-horizontal .link .avatar {
    display: block;
    margin: 0 auto 5px
}

.com-search-dropdown-keywords {
    font-size: 0
}

.com-search-dropdown-keywords a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

.com-search-dropdown-keywords a:hover {
    color: #00a4ff;
    text-decoration: none;
    background-color: #F3F5F9
}

.com-search-dropdown-history dt {
    position: relative
}

.com-search-dropdown-history .link-clear {
    position: absolute;
    right: -5px;
    top: 0;
    padding: 0 5px
}


.com-search-dropdown-history .link {
    position: relative;
    padding-right: 40px
}

.com-search-dropdown-history .link-btn {
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    height: 100%;
    background-color: transparent;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.com-search-dropdown-history .link.hover .link-btn, .com-search-dropdown-history .link:hover .link-btn {
    opacity: 1;
    visibility: visible
}

.com-search-dropdown-ft {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    height: 37px;
    border-top: 1px solid #D2D9E7;
    line-height: 36px;
    font-size: 12px
}

.com-search-dropdown-ft .link-more {
    display: block;
    margin: 0 -20px;
    color: #00a4ff;
    text-align: center
}

.com-search-dropdown-ft .link-more:hover {
    color: #00a4ff;
    text-decoration: none;
    background-color: #F3F5F9
}

.com-search-dropdown-ft .link-clear {
    float: right;
    margin-right: 30px
}

.com-search-dropdown.only-one-group .com-search-dropdown-bd {
    max-height: none
}

.com-search-dropdown.only-one-group .com-search-dropdown-history dt {
    background-color: transparent
}

.com-search-dropdown.only-one-group .com-search-dropdown-history dd {
    margin: 0 -20px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.com-search-dropdown.only-one-group .com-search-dropdown-history .link {
    margin: 0
}

.com-search-keywords {
    margin: 10px auto -5px;
    width: 650px
}

.com-search-keywords:after {
    content: '';
    display: table;
    clear: both
}

.com-search-keywords a {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.com-search-result-item {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

.com-search-result-item.hover, .com-search-result-item:hover {
    color: #00a4ff;
    text-decoration: none;
    background-color: #F3F5F9
}

.com-search-result-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.com-search-result-type {
    margin-right: 5px;
    color: #999;
    font-size: 12px;
    vertical-align: middle
}

.com-search-result-text {
    vertical-align: middle
}

.com-search-result-item em {
    color: #ff7200
}

.com-search-result-item.hover em, .com-search-result-item:hover em {
    color: #00a4ff
}

.com-search-panel {
    padding: 40px 0 10px;
    background-color: #f7f8fa
}

.com-search-panel .com-search-bar {
    width: 840px
}

.com-search-panel .com-search .search-input {
    padding-right: 90px;
    height: 46px;
    font-size: 16px;
    line-height: 34px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0
}

.com-search-panel .com-search .search-input:focus, .com-search-panel .com-search-bar.focus .search-input {
    border-color: #00a4ff
}

.com-search-panel .com-search .search-btn {
    width: 80px;
    background-color: #00a4ff;
    text-align: center
}

.com-search-panel .com-search .search-btn:hover {
    background-color: #0092ee
}


.com-search-panel .com-search .search-clear {
    right: 90px
}

.com-search-panel .com-search-dropdown {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.com-search-panel-keywords {
    margin-top: 10px;
    font-size: 0
}

.com-search-panel-keywords a {
    margin-right: 15px;
    font-size: 14px;
    color: #666;
    word-wrap: break-word
}

.com-search-panel-keywords a:hover {
    color: #00a4ff;
    text-decoration: none
}

.qc-footer {
    min-width: 1000px
}

.qc-footer-service .fs-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%
}

.qc-footer-service .fs-ct {
    display: table-cell;
    width: auto
}

.qc-footer-service .fs-ct.item-last {
    width: 120px;
    white-space: nowrap;
    text-align: right
}

.qc-footer-service .fs-ct .item:hover {
    color: #00a4ff
}

.qc-footer-service .fs-ct .item.disabled {
    opacity: .5;
    cursor: default
}

.qc-footer-service .fs-ct .item.disabled [class*=icon-], .qc-footer-service .fs-ct .item.disabled [class^=icon-] {
    opacity: .5
}

.qc-footer-service .fs-ct .item.disabled:hover {
    color: #fff
}

.qc-footer-service .fs-ct .item .icon {
    background-repeat: no-repeat
}


.qc-footer-blogroll {
    background: #2e3033;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 35px
}

.qc-footer-blogroll .blogroll-inner {
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px
}

.qc-footer-blogroll .link-set {
    display: inline-block
}

.qc-footer-blogroll .department {
    line-height: 32px
}

.qc-footer-blogroll .slide {
    color: #bbb;
    font-size: 12px;
    margin-right: 10px;
    word-wrap: break-word
}

.qc-footer-blogroll a.slide:hover {
    color: #00a4ff
}


.qc-footer-blogroll .links {
    line-height: 20px
}

.qc-footer-blogroll .locale {
    position: absolute;
    bottom: 0;
    right: 10px
}

.qc-footer-blogroll .locale .locale-link {
    color: #ccc;
    font-size: 12px
}

.qc-footer-blogroll .locale .locale-link.selected, .qc-footer-blogroll .locale .locale-link:hover {
    color: #00a4ff
}

.qc-footer-blogroll .locale .stick {
    color: #ccc;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px
}

.c-footer-service-list {
    table-layout: fixed
}

.c-footer-service-list > li {
    width: auto
}

.c-footer-service-list > li:last-child {
    width: 120px;
    white-space: nowrap;
    text-align: right
}

.c-footer-service-item.disabled {
    opacity: .5;
    cursor: default
}

.c-footer-service-item.disabled [class*=icon-], .c-footer-service-item.disabled [class^=icon-] {
    opacity: .5
}

.c-footer-service-item.disabled:hover {
    color: #fff
}

.c-footer-service-item .icon {
    background-repeat: no-repeat
}

.c-footer-blogroll-extra {
    width: auto;
    font-size: 0
}

.c-footer-blogroll-extra .c-footer-select {
    display: inline-block;
    vertical-align: middle;
    width: 190px
}

.c-footer .wechat-bubble {
    margin-right: 20px
}

.c-footer .wechat-bubble-btn {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    border-radius: 2px;
    text-align: center;
    line-height: 33px;
    cursor: pointer
}


.c-footer .wechat-bubble .c-bubble-inner {
    width: 130px;
    text-align: center
}

.c-footer .wechat-bubble .qr-img {
    width: 100%
}

.c-footer .wechat-bubble .qr-txt {
    margin-top: 5px
}

.com-simple-footer {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 45px
}

.com-simple-footer .copyright, .com-simple-footer a {
    color: #999
}

.com-simple-footer a {
    color: #00a4ff
}

.c-tab-cross:before {
    background-color: #D9D9D9
}

.c-tab-cross .c-tab-hd {
    padding: 0;
    text-align: left
}

.c-tab-cross .c-tab-simple, .c-tab-cross.scrolling .c-tab-simple {
    margin-left: 0;
    margin-right: 20px
}

.c-tab-cross .c-tab-simple:last-child {
    margin-right: 0
}

.c-tab-btns a:after {
    width: 7px;
    height: 13px;
    border: none
}


.c-tab-simple a:hover {
    text-decoration: none
}

.c-tab-cross.with-bg, .c-tab-cross.with-bg .c-tab-btns a {
    background-color: #F7F8FA
}

.c-tab-cross.h-p .c-tab-simple a {
    padding: 0;
    height: 41px;
    line-height: 40px;
    font-size: 14px
}

.c-tab-cross.h-p .c-tab-simple .c-tab-tit {
    padding: 0 15px
}

.c-tab-cross-wrap.fixed {
    height: 41px
}

.c-tab-cross-wrap.fixed .c-tab-cross {
    position: fixed;
    top: 54px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .22) 0 5px 10px -5px
}

.com-tab-hd {
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.com-tab-hd .com-tab-ctrl {
    border-bottom: none
}

.com-tab-hd-extra {
    position: absolute;
    right: 0;
    top: 0
}

.com-tab-ctrl {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0
}

.com-tab-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.com-tab-item:last-child {
    margin-right: 0
}

.com-tab-item a {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 32px;
    color: #000;
    font-size: 12px;
    line-height: 32px
}

.com-tab-item a:hover {
    color: #00a4ff
}

.com-tab-item.actived a, .com-tab-item.actived a:hover {
    color: #333;
    cursor: default;
    font-weight: 700
}

.com-tab-item.actived a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #00a4ff
}

.com-tab-panel {
    padding-top: 20px
}

.com-tab-hd.large .com-tab-ctrl {
    border-bottom-color: #E5E8ED
}

.com-tab-hd.large .com-tab-item {
    margin-right: 60px
}

.com-tab-hd.large .com-tab-item a {
    padding: 0 0 16px;
    font-size: 16px;
    line-height: 22px;
    height: auto
}

.com-tab-hd.large .com-tab-item.actived a, .com-tab-hd.large .com-tab-item.actived a:hover {
    font-weight: 500;
    color: #00a4ff
}

.com-tab-hd.large .com-tab-item.actived a:after {
    height: 3px
}

.com-tab-hd.large .com-tab-item .num {
    margin-left: 5px;
    font-size: 12px
}

.com-tab-hd.large .com-tab-subctrl {
    padding-top: 9px
}

.com-tab.large .com-tab-panel {
    padding-top: 30px
}

.com-tab-hd.side .com-tab-ctrl {
    background-color: #F3F5F9;
    border-bottom-color: #D2D9E7
}

.com-tab-hd.side .com-tab-item {
    margin-right: 0;
    width: 33.3333%
}

.com-tab-hd.side .com-tab-item a {
    padding: 0 10px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    text-align: center
}

.com-tab-hd.side .com-tab-item.actived a, .com-tab-hd.side .com-tab-item.actived a:hover {
    font-weight: 400;
    color: #00a4ff
}

.com-tab-hd.side .com-tab-item.actived a:after {
    display: none
}

.com-tab-hd.side .com-tab-item .num {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0 5px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    color: #fff;
    background-color: #FF7800
}

.com-tab.side .com-tab-panel {
    padding-top: 0
}

.com-tab.dropdown .com-tab-ctrl {
    margin-bottom: -1px;
    padding-bottom: 1px;
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden
}

.com-tab.dropdown .com-tab-item {
    margin-right: 40px
}

.com-tab.dropdown .com-tab-item a {
    height: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    line-height: 22px;
    font-size: 16px;
    color: #333
}

.com-tab.dropdown .com-tab-item a:hover, .com-tab.dropdown .com-tab-item.actived a {
    color: #00a4ff
}

.com-tab.dropdown .com-tab-item.actived a:after {
    height: 3px
}

.com-tab-dropdown-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.com-tab-dropdown-trigger {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.com-tab-dropdown-trigger:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #333 transparent;
    -ms-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.com-tab-dropdown-wrap.show .com-tab-dropdown-trigger:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.com-tab-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 300;
    margin-top: 10px;
    border: 1px solid #E7E8F1;
    box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
    background-color: #fff;
    min-width: 80px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.com-tab-dropdown-wrap.show .com-tab-dropdown {
    display: block
}

.com-tab-dropdown a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    text-align: center;
    color: #333;
    white-space: nowrap
}

.com-tab-dropdown a:hover {
    color: #00a4ff;
    background-color: #F2F2F2
}

.com-tab-dropdown li.actived a, .com-tab-dropdown li.actived a:hover {
    color: #00a4ff;
    background-color: transparent;
    cursor: default
}

.com-tab.vertical {
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #E5E8ED
}

.com-tab.vertical .com-tab-hd {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 270px;
    background-color: #F5F7FA;
    border-bottom: none;
    border-right: 1px solid #E5E8ED
}

.com-tab.vertical .com-tab-hd:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to right, rgba(229, 232, 237, 0), #D9DCE0);
    opacity: .6
}

.com-tab.vertical .com-tab-bd {
    display: table-cell;
    vertical-align: top;
    padding-left: 39px;
    border-bottom: 1px solid #E5E8ED
}

.com-tab.vertical .com-tab-item {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    margin-right: 0
}

.com-tab.vertical .com-tab-item a {
    padding: 24px 36px;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    color: #333
}

.com-tab.vertical .com-tab-item a:hover {
    color: #00a4ff
}

.com-tab.vertical .com-tab-item.actived {
    position: relative;
    background-color: #fff;
    border-bottom-color: transparent
}

.com-tab.vertical .com-tab-item.actived:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(to top, rgba(229, 232, 237, 0), #D9DCE0);
    opacity: .6
}

.com-tab.vertical .com-tab-item.actived a {
    font-weight: 400;
    color: #00a4ff
}

.com-tab.vertical .com-tab-item.actived a:after {
    display: none
}

.com-tab-subctrl {
    font-size: 0
}

.com-tab-subctrl li {
    display: inline-block;
    vertical-align: middle
}

.com-tab-subctrl li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 1px;
    height: 18px;
    background: #D9D9D9
}

.com-tab-subctrl li:first-child:before {
    display: none
}

.com-tab-subctrl a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center
}

.com-tab-subctrl a:hover {
    color: #00a4ff;
    text-decoration: none
}

.com-tab-subctrl .actived a {
    color: #00a4ff;
    font-weight: 700;
    cursor: default
}

.com-tab-subctrl.button {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.com-tab-subctrl.button li {
    display: table-cell;
    text-align: center;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.com-tab-subctrl.button li.actived {
    position: relative
}

.com-tab-subctrl.button a {
    width: 100%;
    height: 100%;
    line-height: 34px
}

.com-tab-subctrl.button .actived a {
    font-weight: 400;
    background-color: #EFF9FF
}

.com-tab-subctrl.button li.actived::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #00a4ff;
    position: absolute;
    left: -1px;
    top: -1px
}

.com-tab-subctrl.button li:before {
    display: none
}

.com-tab-subctrl.round-button {
    margin-bottom: 20px;
    text-align: center
}

.com-tab-subctrl.round-button > ul {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: #EEF1F5;
    border-radius: 20px
}

.com-tab-subctrl.round-button li:before {
    display: none
}

.com-tab-subctrl.round-button a {
    box-sizing: border-box;
    display: block;
    min-width: 110px;
    height: 40px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #000
}

.com-tab-subctrl.round-button a:hover {
    color: #00a4ff
}

.com-tab-subctrl.round-button .actived a, .com-tab-subctrl.round-button .actived a:hover {
    background-color: #00a4ff;
    border-radius: 20px;
    color: #fff
}

.com-v-box {
    position: fixed;
    left: 0;
    top: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

@-webkit-keyframes galleryLoading {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes galleryLoading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}


.com-special-header .logo .header-title {
    display: none
}


.com-special-header {
    text-align: left
}

.com-special-header .header-back {
    display: none
}


.com-m-side-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    opacity: .7;
    transition: all .3s ease-in-out
}

.com-m-side-mask.hidden {
    opacity: 0;
    visibility: hidden
}

.com-m-side {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease
}

.com-m-side.hidden {
    left: -330px
}

.com-m-side-bd {
    position: absolute;
    left: 0;
    top: 57px;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.com-opt-link, .com-opt-text {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px
}

.com-opt-link .name, .com-opt-text .name {
    margin-right: 5px
}

.com-opt-link [class*=com-i-], .com-opt-link [class^=com-i-], .com-opt-text [class*=com-i-], .com-opt-text [class^=com-i-] {
    position: relative;
    top: -1px;
    margin-right: 5px
}

.com-opt-link .com-i-share:last-child, .com-opt-text .com-i-share:last-child {
    margin-right: 0
}

.com-opt-text.actived, a.com-opt-link.actived, a.com-opt-link:hover {
    color: #00a4ff;
    text-decoration: none
}

.com-h-split {
    display: block;
    margin: 20px auto;
    height: 1px;
    border: none;
    background-color: #e5e5e5
}

.com-opt-link .com-i-like, .com-opt-text .com-i-like {
    top: -2px
}


.com-opt-text .com-i-sticky, a.com-opt-link .com-i-sticky {
    position: relative;
    top: -2px
}

.com-opt-link.dark, .com-opt-text.dark {
    color: #666
}



.com-opt-link.darker, .com-opt-text.darker {
    color: #333
}


.com-opt-link.white {
    color: #fff
}



.com-operations {
    position: relative;
    font-size: 0;
    margin-top: 6px
}

.com-operations .com-opt-link, .com-operations .com-opt-text {
    margin-right: 20px
}

.com-operations .com-opt-link:last-child, .com-operations .com-opt-text:last-child {
    margin-right: 0
}

.com-operations .extra-part {
    position: absolute;
    right: 0;
    top: 0
}

.com-operations .extra-part .com-opt-link, .com-operations .extra-part .com-opt-text {
    margin-right: 0;
    margin-left: 20px
}

.com-operations .com-share-options {
    margin-left: -10px
}


.com-thumbnail {
    display: block;
    width: 236px;
    height: 177px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.com-2-avatar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 28px;
    height: 28px
}

.com-2-avatar-inner {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 0;
    border: 1px solid #e5e8ed;
    background-color: #E5EEF8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden
}

.com-2-avatar .com-2-level-bubble-trigger {
    position: absolute;
    right: 0;
    bottom: 0
}

.com-2-avatar.large {
    width: 42px;
    height: 42px
}

.com-2-avatar.large .com-2-avatar-inner {
    font-size: 20px;
    line-height: 40px
}

.com-2-avatar.xlarge {
    width: 90px;
    height: 90px
}

.com-2-avatar.xlarge .com-2-avatar-inner {
    font-size: 44px;
    line-height: 88px
}

.com-2-avatar.xxlarge {
    width: 120px;
    height: 120px
}

.com-2-avatar.xxlarge .com-2-avatar-inner {
    font-size: 58px;
    line-height: 118px
}

.com-2-avatar.font-color .com-2-avatar-inner {
    border-color: #E1E3E9;
    background-color: #F0F5FF
}

.com-2-avatar.bg-color .com-2-avatar-inner {
    border-color: transparent;
    color: #fff
}

.com-2-avatars {
    font-size: 0
}

.com-2-avatars .com-2-avatar {
    margin-right: 5px
}

.com-2-avatars .com-2-avatar:last-child {
    margin-right: 0
}

.com-2-avatars-group {
    font-size: 0
}

.com-2-avatars-group .com-2-avatars {
    display: inline-block;
    vertical-align: middle
}

.com-2-avatars-group .com-2-avatar {
    margin-right: 2px
}

.com-2-avatars-group .group-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #999
}

.com-2-avatars-group .group-text em {
    font-weight: 400
}

.com-2-level {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #FF7800;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-style: oblique;
    font-weight: 700
}

.com-2-level .text {
    position: relative;
    top: 1px;
    display: block;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.com-2-level.skin-2 {
    width: auto;
    height: 18px;
    border: none;
    border-radius: 9px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal
}

.com-2-level.skin-2 .text {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.com-2-level-bubble .c-bubble-inner {
    padding: 0;
    width: 342px
}

.com-2-level-bubble.c-bubble-top .c-bubble-inner:after {
    border-bottom-color: #F3F5F9
}

.com-2-level-bubble-hd {
    padding: 18px 30px 16px;
    background-color: #F3F5F9;
    font-size: 14px;
    line-height: 28px
}

.com-2-level-bubble-hd .user-level {
    float: left;
    margin-bottom: 10px;
    color: #333
}

.com-2-level-bubble-hd .com-2-level {
    position: relative;
    top: -1px;
    margin-left: 5px
}

.com-2-level-bubble-hd .user-extra {
    float: right;
    color: #999
}

.com-2-level-bubble-hd .user-extra strong {
    margin: 0 5px;
    color: #00a4ff;
    font-weight: 500
}

.com-2-level-bubble-hd .com-2-process {
    clear: both
}

.com-2-level-bubble-bd {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.com-2-level-bubble-disorder {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #666
}

.com-2-level-bubble-disorder a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
    color: inherit
}

.com-2-level-bubble-disorder a:hover {
    color: #00a4ff
}

.com-2-level-bubble-disorder a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%
}

.com-2-level-bubble-disorder a:hover:before {
    background-color: #00a4ff
}

.com-2-level-bubble-ft {
    padding: 0 30px 18px;
    text-align: center
}

.com-2-level-bubble-trigger > .c-bubble-bottom, .com-2-level-bubble-trigger > .c-bubble-top {
    left: -75px;
    margin-left: 0
}

.com-2-process {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #00a4ff;
    font-size: 12px;
    line-height: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #00a4ff
}

.com-2-process .process-bar {
    display: block;
    position: relative;
    background-color: #00a4ff;
    height: 100%;
    border-radius: 14px;
    min-width: 15px
}

.com-2-process .process-bar-icon {
    position: absolute;
    right: 2px;
    top: 1px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 12px
}

.com-2-process .process-bar-icon:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 7px;
    width: 5px;
    border-right: 2px solid #00a4ff;
    border-bottom: 2px solid #00a4ff;
    transform: rotate(45deg)
}

.com-2-process .process-text {
    position: absolute;
    right: 3px;
    top: 0
}

.com-2-process.left .process-text {
    left: 5px;
    right: auto;
    color: #fff
}

.com-2-process.ant .process-bar, .com-2-process.ant .process-text {
    transition: all .3s ease-in-out
}

.com-datas > .com-split {
    display: none
}

.com-data:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #999
}

.com-data:first-child:before {
    display: none
}

.com-datas.dark {
    color: #333
}

.com-datas.dark .com-data:before {
    background-color: #333
}

.com-icon-datas {
    font-size: 0
}

.com-icon-data {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.com-icon-data:last-child {
    margin-right: 0
}

.com-icon-data [class*=com-i-], .com-icon-data [class^=com-i-] {
    position: relative;
    top: -1px;
    margin-right: 5px
}

.com-icon-data a {
    display: inline-block;
    color: inherit
}

.com-icon-data a:hover {
    color: #00a4ff
}

.com-icon-datas.vertical .com-icon-data {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 24px
}

.com-icon-datas.vertical .com-icon-data:last-child {
    margin-bottom: 0
}

.com-icon-datas.vertical [class*=com-i-], .com-icon-datas.vertical [class^=com-i-] {
    position: absolute;
    left: 0;
    top: 4px
}


.com-vertical-datas {
    display: table;
    width: 100%
}

.com-vertical-data {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    white-space: nowrap;
    color: #999
}

.com-vertical-data:last-child {
    width: 1px
}

.com-vertical-data .data-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-align: center;
    color: inherit;
    text-decoration: none
}

.com-vertical-data a.data-inner:hover {
    color: inherit;
    text-decoration: none
}

.com-vertical-data .data-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400
}

.com-vertical-data .data-num {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    font-weight: 400
}

.com-emblem-list {
    margin-top: 20px;
    font-size: 0
}

.com-emblem-list > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 16px
}

.com-emblem .c-bubble a {
    color: #00a4ff
}

.com-emblem .c-bubble a:hover {
    text-decoration: underline
}

.com-emblem-list.inline {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle
}

.com-emblem-list.inline > li {
    margin-left: 0;
    margin-right: 5px
}

.com-emblem-list.inline > li:last-child {
    margin-right: 0
}

.com-emblem-list .c-bubble-trigger:hover > a {
    position: relative;
    z-index: 901
}

.com-emblem-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100% auto
}

.com-tag-bubble-title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500
}

.com-tag-bubble-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #999
}

.com-tag-bubble .com-datas {
    margin-top: 15px
}

.com-tag-bubble-btns {
    margin-top: 22px;
    font-size: 0
}

.com-tag-bubble-btns .c-btn {
    padding: 0 10px;
    min-width: 70px;
    font-size: 12px;
    line-height: 26px;
    height: 28px
}

.com-tag-bubble-btns .followed-num {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.com-2-layout {
    display: table;
    table-layout: fixed;
    margin-bottom: 60px;
    box-sizing: border-box;
    width: 100%
}

.com-2-layout > .layout-main {
    display: table-cell;
    vertical-align: top;
    padding-left: 50px
}

.com-2-layout > .layout-main:first-child {
    padding-right: 50px;
    padding-left: 0
}

.com-2-layout > .layout-side {
    display: table-cell;
    vertical-align: top;
    width: 330px
}

.com-widget-global {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 300;
    width: 46px;
    padding-bottom: 50px
}

.com-widget-global .widget-btn {
    box-sizing: border-box;
    margin-top: -1px;
    width: 46px;
    height: 44px;
    border: 1px solid #D2D9E7;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    line-height: 42px;
    color: #999
}

.com-widget-global .widget-btn:hover {
    color: #999;
    background-color: #F3F5F9
}

.com-widget-global .widget-btn:first-child {
    margin-top: 0
}

.com-widget-global .widget-btn.actived, .com-widget-global .widget-btn.actived:hover {
    background-color: #F3F5F9;
    color: #00a4ff;
    cursor: default
}

.com-widget-global .com-widget-qr {
    margin-top: -1px
}

.com-widget-global .widget-back2top {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    border-color: transparent;
    background-color: #F3F5F9;
    transition: all .2s ease-in-out
}

.com-widget-global .widget-back2top:hover {
    background-color: #e1eefa
}

.com-widget-global .com-widget-qr .c-bubble-inner {
    margin-top: -15px
}

.com-widget-global .widget-navs-wrap {
    position: relative;
    background-color: #fff
}

.com-widget-global .widget-navs-wrap .widget-navs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.com-widget-global .widget-navs {
    position: relative;
    z-index: 1;
    transition: opacity .3s linear;
    transition-delay: .1s
}

.com-widget-global .widget-btn.collapse-btn {
    margin-top: 0;
    opacity: 0;
    transition: opacity .3s linear;
    transition-delay: .1s
}

.com-widget-global .widget-btn.collapse-btn .btn-text {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px
}

.com-widget-global .widget-btn.collapse-btn .btn-text:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px;
    border-color: #999 transparent
}

.widget-navs-wrap.collapsed {
    overflow: hidden
}

.widget-navs-wrap.collapsed .widget-navs {
    opacity: 0
}

.widget-navs-wrap.collapsed .widget-btn.collapse-btn {
    opacity: 1
}

.widget-navs-wrap.collapsed:hover {
    overflow: visible
}

.widget-navs-wrap.collapsed:hover .widget-navs {
    opacity: 1
}

.widget-navs-wrap.collapsed:hover .widget-btn.collapse-btn {
    opacity: 0
}

.com-widget-global.has-share .com-widget-qr {
    margin-top: 4px
}

.com-widget-global.has-share .com-widget-qr .scan-btn {
    border-color: transparent
}


.com-widget-global .shares-wrap {
    position: relative;
    z-index: 1;
    transition: opacity .3s linear;
    transition-delay: .1s
}


.com-mark-hero {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: #00A4FF;
    border-radius: 2px;
    color: #fff
}

.com-loading-placeholder {
    display: block;
    position: relative;
    height: 300px;
    background-color: #F3F5F9;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    color: #999
}

.com-loading-placeholder .placeholder-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    opacity: .5
}

.com-loading-placeholder.small {
    height: 88px;
    background-color: transparent;
    border-bottom: 1px solid #eee
}

.com-loading-placeholder.small .placeholder-text {
    margin-top: -11px
}

.com-loading-placeholder.small .placeholder-text:before {
    width: 30px;
    height: 22px
}

.com-growup-mod {
    padding-top: 55px;
    min-width: 430px
}

.com-growup-mod-tit {
    font-size: 20px;
    line-height: 23px;
    color: #000;
    text-align: center
}

.com-growup-mod-con {
    text-align: center;
    margin-top: 20px
}

.com-growup-mod-lv {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #00a4ff;
    vertical-align: middle;
    width: 30px
}

.com-growup-data-list {
    border-top: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    max-width: 320px;
    margin: 30px auto 0;
    padding: 5px 0 15px
}

.com-growup-data-item {
    position: relative;
    padding-left: 15px;
    margin-top: 10px
}

.com-growup-data-item:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #00a4ff;
    left: 0;
    top: 7px
}

.com-growup-data-item-txt {
    color: #666
}

.com-growup-data-item-em {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff7800
}

.com-growup-data-after {
    padding: 20px 0;
    text-align: center
}

.com-growup-data-after a {
    color: #9c9c9c
}

.com-growup-data-after a:hover {
    color: #00a4ff
}

.com-growup-mod-bar {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #e6e6e6;
    width: 240px;
    height: 16px;
    border-radius: 8px;
    position: relative
}

.com-growup-mod-bar-inner {
    position: absolute;
    height: 100%;
    background-color: #00a4ff;
    border-radius: 8px;
    left: 0;
    top: 0
}

.com-growup-mod-num {
    color: #fff;
    background-color: #57C2FA;
    position: absolute;
    right: -10px;
    animation: com-growup-mod-num-up 3s ease-in;
    animation-fill-mode: forwards;
    animation-delay: .2s;
    top: 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 2px 10px
}

.com-growup-mod-num:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: #57C2FA 8px solid;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px
}

@keyframes com-growup-mod-num-up {
    10%, 50% {
        top: -30px;
        opacity: 1
    }
    100% {
        top: -30px;
        opacity: 0
    }
}

.com-growup-mod-animate {
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #00a4ff, #0ee1eb);
    animation: com-growup-mod-animate-bar .2s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    border-radius: 8px
}

@keyframes com-growup-mod-animate-bar {
    to {
        width: 100%
    }
}

.com-widget-operations {
    position: fixed;
    top: 154px;
    margin-left: -97px;
    text-align: center;
    width: 46px;
    z-index: 300
}

.com-widget-operations .main-cnt {
    margin-bottom: 30px
}

.com-widget-operations .link-bookmark, .com-widget-operations .link-like {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #00a4ff;
    line-height: 38px;
    text-align: center;
    border-radius: 50%
}

.com-widget-operations .link-bookmark {
    border: none;
    line-height: 40px
}


.com-widget-operations .link-bookmark .text, .com-widget-operations .link-like .text {
    position: absolute;
    left: 24px;
    top: -3px;
    padding: 0 5px;
    height: 16px;
    border-radius: 8px;
    background-color: #00a4ff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.com-widget-operations .com-widget-qr {
    margin-top: 8px
}

.com-widget-operations .com-widget-qr .scan-btn {
    border-color: transparent
}

.com-widget-shares {
    text-align: center
}

.com-widget-operations .com-opt-text, .com-widget-shares .com-opt-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px
}

.com-widget-operations .com-share-options > li, .com-widget-shares .com-share-options > li {
    margin-right: 0;
    margin-bottom: 2px
}

.com-widget-operations .com-share-options .opt-item, .com-widget-shares .com-share-options .opt-item {
    width: 46px;
    height: 44px;
    text-align: center;
    line-height: 44px
}

.com-widget-operations .com-share-options .opt-icon, .com-widget-shares .com-share-options .opt-icon {
    width: 100%;
    height: 100%;
    background-color: #F3F5F9
}

.com-widget-operations .com-share-options .opt-icon:before, .com-widget-shares .com-share-options .opt-icon:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px
}

.com-widget-operations .com-share-options .opt-icon:after, .com-widget-shares .com-share-options .opt-icon:after {
    display: none
}

.com-widget-operations .com-share-options > li:hover .opt-icon.qq, .com-widget-shares .com-share-options > li:hover .opt-icon.qq {
    background-color: #00a4ff
}

.com-widget-operations .com-share-options > li:hover .opt-icon.copy, .com-widget-shares .com-share-options > li:hover .opt-icon.copy {
    background-color: #5F5D5D
}


.com-widget-operations .com-share-options .com-widget-qr, .com-widget-shares .com-share-options .com-widget-qr {
    margin-top: 0
}

.com-widget-operations .com-event-panel {
    margin-top: 8px
}

.com-widget-operations.theme2 {
    margin-left: -60px;
    top: 190px;
    width: 40px
}

.com-widget-operations.theme2 .main-cnt {
    margin-bottom: 20px
}

.com-widget-operations.theme2 .link-bookmark, .com-widget-operations.theme2 .link-like {
    font-size: 16px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(12, 13, 15, .06);
    line-height: 40px
}

.com-widget-operations.theme2 .link-bookmark .text, .com-widget-operations.theme2 .link-like .text {
    left: 50%;
    top: -6px;
    padding: 0 4px;
    height: 14px;
    border-radius: 2px;
    line-height: 14px;
    font-weight: 500
}

.com-widget-operations.theme2 .link-bookmark .text:before, .com-widget-operations.theme2 .link-like .text:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #00a4ff transparent transparent #00a4ff
}

.com-widget-operations.theme2 .extra-cnt {
    border-radius: 20px;
    padding: 20px 0 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(12, 13, 15, .06)
}

.com-widget-operations.theme2 .share-text {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #666
}

.com-widget-operations.theme2 .com-share-options {
    display: block
}

.com-widget-operations.theme2 .com-share-options > li {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 16px 0
}

.com-widget-operations.theme2 .com-share-options > li:last-child {
    padding-bottom: 10px;
}

.com-widget-operations.theme2 .com-share-options > li:not(:last-child):before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #E5E5E5;
    margin-left: -10px
}

.com-widget-operations.theme2 .com-share-options .opt-item {
    width: auto;
    height: 20px;
    line-height: 20px
}

.com-widget-operations.theme2 .com-share-options .fa {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background-color: transparent
}

.com-widget-operations.theme2 .com-share-options .fa:before {
    display: block;
    width: 100%;
    height: 100%
}

.com-widget-operations.theme2 .com-share-options > li:hover .opt-icon.qq {
    background-color: transparent
}


.com-widget-operations.theme2 .com-share-options > li:hover .opt-icon.weibo {
    background-color: transparent
}

.com-widget-operations.theme2 .com-share-options > li:hover .opt-icon.copy {
    background-color: transparent
}

.com-widget-operations.theme2 .com-widget-poster {
    padding: 16px 0;
    display: block
}

.com-widget-operations.theme2 .com-widget-poster .scan-btn {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    vertical-align: middle;
    background: 0 0
}


.c-bubble{
    position: absolute;
}

.com-widget-operations.theme2 .com-widget-poster .c-bubble {
    /*width: 150px;*/
}

.com-widget-operations.theme2 .c-bubble .c-bubble-inner {
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.com-widget-operations.theme2 .qr-img img {
    display: block;
    margin-top: 5px;
    width: 130px;
    height: 130px;
    border: 6px solid transparent;
    box-sizing: border-box
}

.com-side-activities {
    padding: 10px 0;
    border-bottom: 1px solid #E1E3E9
}


.c-hero-section.air .c-hero-section-tit {
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.c-hero-section.air .c-hero-section-btn .c-btn, .c-hero-section.air .c-hero-section-des {
    -webkit-font-smoothing: antialiased
}

.com-side-disorder-text {
    display: block
}

.com-side-doc-panels {
    padding: 10px 0;
    border-bottom: 1px solid #E1E3E9
}

.com-side-doc-panel {
    position: relative;
    padding: 10px 0
}

.com-side-doc-panel:hover {
    background: linear-gradient(to right, rgba(243, 245, 249, 0), rgba(243, 245, 249, 100) 15%, rgba(243, 245, 249, 100) 85%, rgba(243, 245, 249, 0))
}

.com-side-doc-panel > .panel-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.com-side-doc-panel-main {
    margin-bottom: 0
}

.com-side-doc-panel-main .com-media-object {
    padding-right: 20px;
    width: 42px
}

.com-side-doc-panel-img {
    display: block;
    width: 42px;
    height: 42px
}

.com-side-doc-panel-title {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.com-side-doc-panel-datas {
    margin-top: 3px
}

.com-loading-placeholder.com-side-doc-panel-loading.small {
    height: 103px
}

.com-2-tag-txt {
    cursor: default
}

.c-btn {
    height: 32px;
    min-width: 88px;
    padding: 0 16px;
    background-color: #00a4ff;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    border-radius: 2px
}

.c-btn:hover {
    text-decoration: none;
    background-color: #0092ee
}

.c-btn-pay {
    background-color: #ff7200
}

.c-btn-pay:hover {
    background-color: #f06c00
}

.c-btn-green {
    background-color: #3BB39D
}

.c-btn-green:hover {
    background-color: #2ca48e
}

.c-btn-weak {
    background: 0 0;
    border: 1px solid #DCDEE6;
    color: #666;
    line-height: 30px
}

.c-btn-weak:hover {
    background: 0 0;
    border: 1px solid #999;
    color: #000
}

.c-btn-link {
    min-width: 0;
    border: none;
    background-color: transparent;
    color: #333
}

.c-btn-link:hover {
    color: #00a4ff;
    border: none;
    background-color: transparent
}

.c-btn-disabled, .c-btn-disabled:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #999;
    cursor: default
}

.c-btn.xl {
    height: 40px;
    line-height: 38px;
    font-size: 16px
}

.c-btn.l {
    height: 36px;
    line-height: 34px
}

.c-btn-small, .c-btn.s, .c-btn.small {
    height: 28px;
    line-height: 26px;
    min-width: 80px;
    padding: 0 10px;
    font-size: 12px
}

.c-btn-smaller, .c-btn.smaller, .c-btn.xs {
    padding: 0 10px;
    min-width: 0;
    height: 24px;
    font-size: 12px;
    line-height: 22px
}

.c-btn.block, .c-btn.full-width {
    min-width: 0;
    display: block;
    width: 100%
}

.c-btn.auto-width {
    min-width: 0
}



.c-btn.loading {
    cursor: default
}

.c-btn.loading .text {
    display: none
}


.c-btn.loading:hover {
    background-color: #00a4ff
}

.c-btn-pay.loading:hover {
    background-color: #ff7200
}


.c-btn-weak.loading:hover {
    background-color: #fff;
    border-color: #ddd
}

.c-btn-link.loading:hover {
    background-color: transparent;
    border-color: #ddd
}

.c-btn-disabled.loading:hover {
    background-color: #d5d7de
}

.c-btn.btn-upload {
    position: relative;
    overflow: hidden
}

.c-btn.btn-upload input[type=file] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 200px
}

.com-ico-btn .icon {
    position: relative;
    top: -1px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px
}



.com-btn-has-mark {
    position: relative
}

.com-btn-has-mark .com-mark-triangle {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 38px;
    height: 32px
}

.com-btn-has-mark .com-mark-triangle:before {
    border-color: #FF7800 #FF7800 transparent transparent;
    border-width: 16px 19px;
    border-radius: 2px
}

.com-btn-has-mark .mark-cnt {
    transform: rotate(45deg) scale(.8333333333);
    margin-top: -13px;
    margin-left: 8px
}

.com-comment-single-edit.theme2 {
    margin-top: 0;
    margin-bottom: 40px
}

.com-comment-single-edit.theme2 .edit-hd {
    margin-bottom: 16px;
    line-height: 28px
}

.com-comment-single-edit.theme2 .edit-title {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px
}

.com-comment-single-edit.theme2 .edit-count {
    position: static;
    font-size: 18px;
    font-weight: 500
}

.com-comment-single-edit.theme2 .edit-tip {
    border-color: #E5E5E5;
    background-color: #F5F7FA;
    font-weight: 500
}

.com-comment-section .com-comment-single-edit {
    margin-top: 0;
    margin-bottom: 20px
}

.com-ani-hero {
    position: relative;
    overflow: hidden;
    padding: 0 10px
}

.com-ani-hero-inner {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    height: 280px;
    margin: 0 auto;
    padding: 55px 10px 0;
    font-size: 0
}

.com-ani-hero-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.com-ani-hero-cnt {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.com-ani-hero-title {
    margin-top: -20px;
    font-size: 44px;
    line-height: 70px;
    font-weight: 400
}

.com-ani-hero-desc {
    margin-top: 5px;
    font-size: 18px;
    line-height: 25px;
    opacity: .8
}

.com-ani-hero-imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.com-ani-hero-bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.com-ani-hero-breath, .com-ani-hero-canvas, .com-ani-hero-foreground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.com-ani-hero-breath {
    -webkit-animation: aniHeroBreath 3s ease-in-out infinite;
    animation: aniHeroBreath 3s ease-in-out infinite
}

@-webkit-keyframes aniHeroBreath {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes aniHeroBreath {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.com-ani-hero-breath-img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.com-ani-hero-canvas canvas {
    position: absolute;
    top: 0;
    left: 50%
}

.com-ani-hero-foreground, .com-ani-hero-foreground-breath {
    background-position: center;
    background-repeat: no-repeat
}

.com-share-bubble .com-tooltip-inner {
    padding: 20px
}

.com-share-bubble-opts > li {
    margin-bottom: 15px
}

.com-share-bubble-opts > li:last-child {
    margin-bottom: 0
}

.com-share-bubble-link, .com-share-bubble-text {
    display: block;
    color: #333;
    font-size: 12px
}

.com-share-bubble-link:hover {
    color: #00a4ff;
    text-decoration: none
}

.com-share-bubble-icon {
    position: relative;
    top: -1px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px
}

.com-share-bubble-code {
    margin-top: 10px;
    width: 110px;
    height: 110px
}

.com-share-bubble-code img {
    display: block;
    width: 100%
}

.com-share-bubble .c-bubble-trigger {
    display: block
}

.com-share-bubble-trigger {
    color: #00a4ff;
    font-size: 14px
}

.com-2-sub-section {
    margin-bottom: 30px
}

.com-2-sub-section-hd {
    margin-bottom: 20px
}

.com-2-sub-section-title {
    font-size: 18px;
    line-height: 26px;
    color: #999;
    font-weight: 400
}

.com-radio-blocks {
    font-size: 0
}

.com-radio-block {
    box-sizing: border-box;
    padding: 0 10px;
    min-width: 80px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff
}

.com-radio-block img {
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px
}

.com-radio-block:hover {
    background-color: #f7f8fa;
    border: 1px solid #b3b3b3
}

.com-radio-block.actived, .com-radio-block.actived:hover {
    background-color: #eff9ff;
    border: 1px solid #00a4ff;
    color: #00a4ff;
    cursor: default
}

.com-filter-form {
    padding: 30px 10px 10px;
    background-color: #F3F5F9
}

.com-3-article-panel {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #E1E3E9;
    cursor: pointer
}

.com-3-article-panel:hover {
    background: linear-gradient(to right, rgba(243, 245, 249, 0), rgba(243, 245, 249, 100) 15%, rgba(243, 245, 249, 100) 85%, rgba(243, 245, 249, 0))
}

.com-3-article-panel > .panel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.com-3-article-panel-media {
    display: table;
    table-layout: fixed;
    width: 100%
}

.com-3-article-panel-body {
    display: table-cell;
    vertical-align: top
}

.com-3-article-panel-object {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    width: 196px
}

.com-3-article-panel-title {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-3-article-panel-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 48px
}

.com-3-article-panel-infos {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 0
}


.com-3-article-panel-source {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #999
}

.com-3-article-panel-source .item {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    color: inherit
}

.com-3-article-panel-source .author {
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-3-article-panel-source .item:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 2px;
    height: 2px;
    background-color: #999;
    border-radius: 50%
}

.com-3-article-panel-source .item:first-child:before {
    display: none
}

.com-3-article-panel-source a.item:hover {
    color: #00a4ff
}

.com-3-article-panel-tags {
    display: inline;
    vertical-align: middle;
    position: relative;
    top: 3px
}

.com-3-article-panel-thumbnail {
    width: 150px;
    height: 112px
}

.com-3-article-panel.special .com-3-article-panel-object {
    width: 200px;
    padding-left: 0;
    padding-right: 24px
}

.com-3-article-panel.special .com-3-article-panel-thumbnail {
    position: relative;
    width: 200px;
    height: 150px
}

.com-3-article-panel-special {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 28px;
    background-color: #FF7800;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff
}

.com-3-article-panel.theme2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #E5E5E5
}

.com-3-article-panel.theme2:hover {
    background: 0 0
}

.com-3-article-panel.theme2:hover .com-3-article-panel-title {
    color: #00a4ff
}

.com-3-article-panel.theme2 .com-3-article-panel-object {
    padding-left: 60px;
    vertical-align: middle
}

.com-3-article-panel.theme2 .com-3-article-panel-thumbnail {
    width: 120px;
    height: 90px;
}

.com-3-article-panel.theme2 .com-3-article-panel-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.com-3-article-panel.theme2 .com-3-article-panel-desc {
    margin-top: 12px
}

.com-3-article-panel.theme2 .com-3-article-panel-infos {
    margin-top: 14px;
    line-height: 20px
}

.com-3-article-panel.theme2 .com-3-article-panel-source {
    margin-top: 0;
    line-height: 20px
}

.com-3-article-panel.theme2 .com-3-article-panel-tags {
    top: 1px
}

.com-3-article-panels.without-padding-top {
    margin-top: -28px
}

.com-3-article-panel.theme2 .com-3-article-panel-source .author, .com-3-article-panel.theme2 .com-3-article-panel-source .author:hover {
    color: #3F3F3F
}

.com-3-article-panel.theme2.special .com-3-article-panel-object {
    width: 260px;
    height: 176px;
    padding: 0
}

.com-3-article-panel.special.theme2 .com-3-article-panel-thumbnail {
    width: 100%;
    height: 100%;
    padding-top: 0
}

.com-3-article-panel.special.theme2 .com-3-article-panel-body {
    padding-left: 20px
}

.com-3-article-panel.special.theme2 {
    border-top: 1px solid #E1E3E9
}

.com-3-article-panel.special.theme2 .com-3-article-panel-special {
    padding: 0 8px 0 18px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    background-color: transparent;
    z-index: 2
}

.com-3-article-panel.special.theme2 .com-3-article-panel-special::before {
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    position: absolute;
    top: -20%;
    right: -4px;
    transform: rotate(15deg);
    background-color: rgba(255, 120, 0, .33);
    z-index: -1
}

.com-3-article-panel.special.theme2 .com-3-article-panel-special::after {
    content: '';
    display: block;
    width: calc(100% - 7px);
    height: 150%;
    position: absolute;
    top: -20%;
    right: -4px;
    transform: rotate(15deg);
    background-color: #ff7800;
    z-index: -1
}

.com-sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    min-width: 1000px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(207, 216, 221, .7);
    box-shadow: 0 2px 2px 0 rgba(207, 216, 221, .7);
    -webkit-transition: -webkit-transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s
}

.com-sticky-header.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.com-sticky-header > .com-inner {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.com-sticky-header-main {
    display: table-cell;
    vertical-align: middle
}

.com-sticky-header-title {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-sticky-header-extra {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 200px;
    text-align: right;
    line-height: 36px
}

.com-sticky-header .c-btn {
    vertical-align: middle;
    margin-left: 10px;
    min-width: 80px
}

.com-3-tag-panel {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #E5E8ED;
    cursor: pointer
}

.com-3-tag-panel:hover {
    background: linear-gradient(to right, rgba(243, 245, 249, 0), rgba(243, 245, 249, 100) 15%, rgba(243, 245, 249, 100) 85%, rgba(243, 245, 249, 0))
}

.com-3-tag-panel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.com-3-tag-panel-inner {
    box-sizing: border-box
}

.com-3-tag-panel-title {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-3-tag-panel-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.com-3-tag-panel-desc {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    word-wrap: break-word
}

.com-3-tag-panel-infos {
    margin-top: 9px
}

.com-3-tag-panel.has-btns .com-3-tag-panel-inner {
    position: relative;
    padding-right: 100px
}

.com-3-tag-panel-btns {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -16px
}

.com-3-tag-panel-btns .c-btn {
    padding: 0 10px
}

.com-tag-card {
    position: relative;
    box-sizing: border-box;
    height: 210px;
    padding: 20px 20px 0;
    cursor: pointer;
    transition: box-shadow .3s linear;
    border: 1px solid #E5E8ED
}

.com-tag-card:hover {
    box-shadow: 0 0 6px rgba(207, 216, 221, .63), 0 4px 6px rgba(207, 216, 221, .63)
}

.com-tag-card-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.com-tag-card-title {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-tag-card-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.com-tag-card-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px
}

.com-tag-card-infos {
    margin-top: 10px;
    text-align: center
}

.com-tag-card-btns {
    position: relative;
    z-index: 2;
    text-align: center;
    text-align: center;
    margin-top: 17px;
    pointer-events: none
}

.com-tag-card-btns .c-btn {
    pointer-events: auto;
    padding: 0 10px;
    min-width: 0;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px
}

.com-3-ask-panel {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #E5E8ED;
    cursor: pointer
}

.com-3-ask-panel-inner {
    position: relative
}

.com-3-ask-panel:hover {
    background: linear-gradient(to right, rgba(243, 245, 249, 0), rgba(243, 245, 249, 100) 15%, rgba(243, 245, 249, 100) 85%, rgba(243, 245, 249, 0))
}

.com-3-ask-panel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.com-3-ask-panel-title {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: 700
}

.com-3-ask-panel-tags {
    position: relative;
    z-index: 2;
    margin-top: 5px;
    margin-bottom: 0
}

.com-3-ask-panel.has-num .com-3-ask-panel-inner {
    padding-left: 66px;
    min-height: 46px
}

.com-3-ask-panel-answer {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 0;
    width: 46px;
    height: 46px;
    border-radius: 2px;
    background-color: #E1EEFA;
    line-height: 1.2;
    color: #00a4ff;
    text-align: center;
    cursor: pointer
}

.com-3-ask-panel-answer .num {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px
}

.com-3-ask-panel-answer .name {
    font-size: 12px
}

.com-3-ask-panel-answer.none-answer {
    background-color: #F3F4F5;
    color: #444
}

.com-3-ask-panel.has-num .com-3-ask-panel-inner {
    padding-right: 100px
}

.com-3-ask-panel-btns {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -16px
}

.com-3-ask-panel-btns .c-btn {
    padding: 0 10px
}

.com-4-user-panel {
    position: relative;
    text-align: center;
    padding: 20px 10px;
    transition: box-shadow .3s linear
}

.com-4-user-panel:hover {
    box-shadow: 0 0 6px rgba(207, 216, 221, .63), 0 4px 6px rgba(207, 216, 221, .63)
}

.com-4-user-panel .panel-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.com-4-user-panel-avatar {
    display: block;
    margin: 0 auto 12px;
    width: 90px;
    height: 90px
}

.com-4-user-panel-identity {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-4-user-panel-btns {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    pointer-events: none
}

.com-4-user-panel-btn {
    padding: 0 10px;
    min-width: 0;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    pointer-events: auto
}

.com-arrow-link {
    color: #00a4ff
}

.com-arrow-link:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.com-arrow-link.gray {
    color: #666
}

.com-arrow-link.gray:hover {
    color: #00a4ff
}

.com-adpanel:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.com-adpanel:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.com-adpanel .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    font-size: 18px
}


.com-3-layout {
    display: table;
    table-layout: fixed;
    margin-bottom: 60px;
    box-sizing: border-box;
    width: 100%
}

.com-3-layout > .layout-main {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px
}

.com-3-layout > .layout-main:first-child {
    padding-right: 20px;
    padding-left: 0
}

.com-3-layout > .layout-side {
    display: table-cell;
    vertical-align: top;
    width: 300px
}

.com-2-panel {
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #E5E8ED;
    padding: 32px;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06)
}

.com-2-panel-hd {
    margin-bottom: 32px
}

.com-2-panel-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000
}

.com-2-panel-subhd {
    position: relative;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.com-2-panel-subhd:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5
}

.com-2-panel-subtitle {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    font-weight: 400;
    padding-right: 8px;
    background-color: #fff
}

.com-2-panel.side {
    padding: 20px
}

.com-2-panel.side .com-2-panel-hd {
    margin-bottom: 20px
}

.com-2-panel.side .com-2-panel-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #333
}

.com-2-mark-level {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 16px;
    padding: 0 3px;
    border: 1px solid #F60;
    border-radius: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #F60
}

.com-2-mark-triangle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #FF7800
}

.com-2-mark-triangle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FAECE0 #FAECE0 transparent transparent;
    border-width: 24px
}

.com-2-mark-triangle .mark-cnt {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -16px;
    margin-right: -8px;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}


.com-2-side-activities > li {
    margin-bottom: 20px
}

.com-2-side-activities > li:last-child {
    border-bottom: none;
    margin-bottom: auto
}

.com-side-topic .com-media-object {
    padding-right: 12px;
    width: 60px;
    vertical-align: middle
}

.com-side-topic .com-thumbnail {
    width: 60px;
    height: 60px
}

.com-side-topic .com-media-body {
    vertical-align: middle
}

.com-side-topic-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.com-side-topic:hover .com-side-topic-title {
    color: #00A4FF
}

.com-side-topic-desc {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px
}

.com-2-side-topics.without-margin > li:last-child .com-side-topic {
    margin-bottom: 0
}

/* 热点推荐 */
.box {
    margin-bottom: 20px;
    /*border: 1px solid #D4D4D4;*/
    background-color: #FFF;
    border: 1px solid #E5E8ED;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
}

.box .index-hd {
    margin-bottom: 5px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #FBFBFB;
    border-bottom: 1px solid #E5E8ED;
}
.box .index-hd .title em {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
}

.box .index-hd .title .fa {
    display: inline-block;
    color: #535353;
    font-size: 18px;
    margin:6px 4px 0 0;
}

.box.ranking .bd {
    margin: 10px 15px 0;
}

.box.ranking .bd li {
    height: 42px;
    line-height: 42px;
}

.box.ranking .bd li:not(:last-child) {
    border-bottom: 1px dashed #D4D4D4;
}

.ranking .top3 i {
    width: 20px;
    height: 28px;
    background: url(../../../assets/images/new/knowledge/rank_bg_top.png) no-repeat center center;
}

.ranking li i, .ranking .app-list i {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #A0A0A0;
}

.ellipsis li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 热点推荐 end */