@import url('//at.alicdn.com/t/c/font_1827289_u5dpx7rehrq.css');
@import url('/public/css/root.css');
html{
    position: relative;
    min-height: 100%;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
ins,
a {
    text-decoration: none;
    color: #E53A4B;
}
a:hover {
    color: var(--Color_Primary);
}
header {
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255,255,255,.75);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    line-height: 1.5;
}
body {
    font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
    font-size: 16px;
    background: #f3f4f7;
    margin-bottom: 88px;
}
footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: .75rem;
    color: #888;
    background: #fff;
    padding: 1rem 0;
}

#header {
    height: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
}
#header>.header-left,
#header>.header-left nav,
#header>.header-right,
#header>.header-right .user-icon,
#header .headerLogo {
    display: flex;
    align-items: center;
}
#header>.header-left {
    flex: 1;
    gap: 1.25rem;
}
#header .headerLogo img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .5625rem;
}
#header>.header-left nav,
#header>.header-right {
    gap: 1rem;
}
#header>.header-left nav>a {
    font-size: 1rem;
    color: #555;
}
#header>.header-left nav>a:hover {
    color: #FF4154;
}
.searchBar{
    position: relative;
    float: left;
    overflow: hidden;
}
.searchBar .Popover{
    display: block;
}
.searchBar-input {
    position: relative;
    width: 15.25rem;
    line-height: 2.25rem;
    font-size: .875rem;
    background: #F3F3F3;
    border-radius: 2.25rem;
    display: flex;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .2s,border .2s;
    transition: background .2s,border .2s;
}
.searchBar-input>input {
    line-height: inherit;
    font-size: inherit;
    background: transparent;
    overflow: hidden;
    border: none;
    outline: none;
}
#header>.header-right .user-icon {
    position: relative;
}
#header>.header-right .user-icon img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}
#header>.header-right .xx {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .75rem;
    height: .75rem;
    color: #FFF;
    background: red;
    border-radius: 50%;
    display: block;
}
.red {
    color: red !important;
}

.version p {
    color: #8590a6;
    line-height: 1.8;
}

.container {
    margin: 0 auto;
    width: 1040px;
}

.container>.left,#main {
    width: 720px;
    display: inline-block
}
#main,#right-bar{
    margin-top: 23px;
}
.container>.right,#right-bar{
    float: right;
    width: 300px;
}
.label{
    background: #e7edf3;
    color: #667d99;
    border-radius: 4px;
    padding: 2px 5px;
    border: 0 !important;
    border-bottom: 1px solid #e7edf3;
    font-weight: 600;
    font-size: 14px;
}
.label-primary{
    background: #e7edf3;
    color: #667d99;
    margin: 0 5px;
} 

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.circle {
    border-radius: 50%;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #8590a6;
    border-radius: 3px;
    font-size: .8em;
}
.badge-success {
    background-color: #0f88eb;
}

/* button按钮公用 */
.btn {
    line-height: 2rem;
    font-size: .875rem;
    color: #888;
    text-align: center;
    background: none;
    border: 1px solid rgba(204,204,204,.5);
    border-radius: .25rem;
    padding: 0 1rem;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover {
    color: #555;
    background-color: rgba(204,204,204,.1);
}
.btn i {
    font-size: .875rem;
}

.btn-primary,
.bg-primary {
    color: #fff!important;
    background: #FF4154;
    border: 0;
}
.btn-primary:hover,
.bg-primary:hover {
    background-color: #FF5465;
}
.btn-primary.disabled,
.bg-primary.disabled {
    background: #FF8D98;
    cursor: no-drop;
}
.btn-info {
    color: #2d84cc;
    background: #ebf3fb;
    border: 0;
}
.btn-info.is-active {
    color: #eef3f7;
    background: #2d84cc;
    border: 0;
}
.btn-info.is-active:hover {
    background-color: #2774b3;
}
.btn-info:not(:disabled):hover {
    background-color: #e4ebf3;
}
.btn-link {
    line-height: inherit;
    font-size: .875rem;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.btn-link:hover {
    background: none;
}
.btn-link.active{
    color: #FF4154;
}
/* button off */

.input-text{
    padding: 6px 12px;
    background: #f7f8fa;
    outline: none;
    border: 1px solid #e7eaf1;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 24px;
    font-family: inherit;
    display: block;
    -webkit-transition: background,color .2s,border .2s;
    transition: background,color .2s,border .2s;
        color: #8590a6;
}
.input-text:focus{
    background: #fff;
    border: 1px solid #9fadc7;
    color: #000
}

.right-widget {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: .5625rem;
    overflow: hidden;
}
.right-widget .head {
    padding: .75rem 1rem;
    font-size: .875rem;
    color: #333;
    border-bottom: 1px solid #eee;
}
.right-widget .forum-info {
    padding: 1rem;
}
.right-widget .forum-info .info-top {
    display: grid;
    justify-items: center;
}
.right-widget .forum-icon {
    width: 6rem;
    height: 6rem;
}
.right-widget .forum-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: .5rem;
}
.right-widget .forum-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.right-widget .forum-data {
    font-size: .875rem;
    color: var(--Color_Text_2);
    margin-top: .5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.right-widget .forum-html {
    font-size: .875rem;
    color: var(--Color_Secondary);
    margin-top: .5rem;
}
.right-widget em {
    height: .75rem;
    border-left: 1px solid #ddd;
}

.thread-list>.item {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.thread-list>.heading,
.thread-list>.item {
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.thread-list>.item:last-child {
    border-bottom: none;
}

.thread-list>.item .middle {

}
.thread-list>.item .user,
.thread-list>.item .user-left,
.thread-list>.item .user-right,
.thread-list>.item .user-icon,
.thread-list>.item .user-name {
    display: flex;
    align-items: center;
}
.thread-list>.item .user {
    margin-bottom: .5rem;
}
.thread-list>.item .user-left {
    flex: 1 1;
}
.thread-list>.item .user-icon {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    margin-right: .5rem;
}
.thread-list>.item .user-icon img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.thread-list>.item .user-name {
    font-size: .875rem;
    color: #555;
}
.thread-list>.item .user-right {
    
}
.thread-list>.item .user-right>.more {
    font-size: .75rem;
    color: #bbb;
}
.thread-list>.item .title {
    font-size: .9375rem;
    margin-bottom: .5rem;
}
.thread-list>.item .title>.thread-title {
    color: #222;
}
.thread-list>.item .images {
    max-width: 22rem;
    display: flex;
    align-items: center;
    gap: .125rem;
    position: relative;
} 
.thread-list>.item .images>.img-item {
    width: 7.1875rem;
    height: 7.1875rem;
    overflow: hidden;
    justify-content: center;
    position: relative;
}
.thread-list>.item .images>.img-item:first-child {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
.thread-list>.item .images>.img-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.thread-list>.item .images>.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thread-list>.item .images>.img-item .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.05);
}
.thread-list>.item .summary {
    font-size: .9375rem;
    color: #888;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.thread-list>.item .meta {
    margin-top: .75rem;
}
.thread-list>.item .meta,
.thread-list>.item .meta-left,
.thread-list>.item .meta-right {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    color: #bbb;
}
.thread-list>.item .meta i {
    font-size: 1.25rem;
}
.thread-list>.item .meta-left {
    flex: 1 1;
    gap: .75rem;
}
.thread-list>.item .meta-right {
    gap: 1rem;
}
.thread-list>.item .meta-right .act {
    display: flex;
    align-items: center;
    gap: .25rem;
}

/* forum_index */
.forum {
    padding: 0;
}
.forum>h3 {
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    color: #333;
    padding-bottom: .75rem;
}
.forum>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}
.forum>ul>li {
    flex: 0 0 calc(25% - 1rem);
    list-style: none;
}
.forum>ul>li>a {
    display: grid;
    align-items: center;
}
.forum>ul>li>a img {
    width: 5rem;
    height: 5rem;
    border-radius: 24%;
    margin: auto;
}
.forum>ul>li>a .name {
    color: #333;
    margin: auto;
    margin-top: .5rem;
}
.forum>ul>li>a .html {
    font-size: .8125rem;
    color: #bbb;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* forum_index_end */


/* thread_index */

.editor-style ul{
    margin-left: 1em;
}
.editor-style ol{
    margin-left: 2em;
}
.editor-style pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}

.select-option {
    line-height: 2.25rem;
    height: 2.25rem;
    color: #888;
    padding: 0 2rem;
    text-align: left;
    background: #fff;
    border: none;
    border-radius: 0;
    display: block;
    outline: none;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.select-option:hover {
    color: #e53a4b;
    background: #ffeced;
}
.select-pop {
    position: absolute;
    left: 0;
    z-index: 2;
    max-height: 10rem;
    font-size: .875rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    overflow: auto;
    padding: .5rem 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.select-pop-show {
    visibility: visible;
    opacity: 1;
}

.grey,
a.grey {
    color: #F3F3F3;
}

.wrap-box {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .5rem;
}
.wrap-box .top {
    position: relative;
}
.wrap-box .top>.title {
    font-size: 1.25rem;
    font-weight: 500;
}
.wrap-box .top>.meta {
    padding-top: 1.25rem;
}
.wrap-box .top>.meta .forum-info,
.wrap-box .top>.meta .forum-left,
.wrap-box .top>.meta .forum-right {
    display: flex;
    align-items: center;
}
.wrap-box .top>.meta .forum-info {
    font-size: 1rem;
    color: #2d84cc;
    background: #ebf3fb;
    border: 0;
    border-radius: .5rem;
    padding: .75rem 1.25rem;
    justify-content: space-between;
}
.wrap-box .top>.meta .edit-info {
    font-size: .875rem;
    color: #888;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.wrap-box .head {
    border-bottom: 1px solid #eee;
    padding-bottom: .75rem;
    position: relative;
    justify-content: space-between;
}
.wrap-box .head .head-left {
    flex: 1;
    gap: .5rem;
}
.wrap-box .head .head-left>span {
    font-size: .75rem;
    color: #bbb;
}
.wrap-box .head,
.wrap-box .head .head-left,
.wrap-box .head .head-right {
    position: relative;
    display: flex;
    align-items: center;
}
.wrap-box .content.thread-content {
    line-height: 1.75;
    padding-top: 1.25rem;
}
.wrap-box .content.thread-content img {
    max-width: 100%;
    border-radius: .375rem;
    margin-top: .5rem;
    display: -webkit-box;
}
.wrap-box .content.thread-content video{
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    display: -webkit-box;
}
.wrap-box .actions {
    padding: 2rem 0;
    display: flex;
    gap: .75rem;
}
.wrap-box .actions .btn-link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: .75rem;
    background: #f3f3f3;
    border-radius: 50%;
    padding: 1rem;
    display: grid;
}
.wrap-box .actions .btn-link i {
    font-size: 1.25rem;
}
.wrap-box .actions .btn-link .icon-good-fill {
    color: #ff4154;
}
.wrap-box .actions .btn-link .icon-collection-fill {
    color: #ffe85e;
}
.wrap-box .actions,
.wrap-box .actions .btn-link {
    align-items: center;
    justify-content: center;
}
.wrap-box .foot {
    line-height: 1.0625rem;
    font-size: .75rem;
    color: #bbb;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    justify-content: space-between;
}
.wrap-box .foot,
.wrap-box .foot-left,
.wrap-box .foot-right,
.wrap-box .manage {
    display: flex;
    align-items: center;
}
.wrap-box .foot-left {
    flex: 1;
    gap: .5rem;
}
.wrap-box .foot-right,
.wrap-box .manage {
    gap: .75rem;
}
.wrap-box .btn-load {
    width: 20rem;
    color: #fff;
    background: #ff5b6b;
    border: 0;
    border-radius: .5rem;
    margin: .75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-box .btn-load.disabled {
    background: #ff8a99;
}
.wrap-box .none {
    font-size: .875rem;
    color: #888;
    background: #f3f3f3;
    border-radius: .5rem;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-list {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.comment-list>.head,
.comment-list>.head .head-left,
.comment-list>.head .head-right {
    display: flex;
    align-items: center;
}
.comment-list .item {
    padding: 1rem 0 0;
}
.comment-list .item .author-left {
    flex: 1;
}
.comment-list .item .author-right i {
    color: #bbb;
}
.comment-list .item .content {
    border-bottom: 1px solid #eee;
    padding: .75rem 0;
    margin-left: 2.875rem;
}
.comment-list .item:last-child .content {
    border-bottom: 0;
}
.comment-list .item .post-content {
    line-height: 1.7;
    font-size: .875rem;
    color: #333;
    word-break: break-all;
}
.comment-list .item .post-content img {
    max-width: 20rem;
    max-height: 20rem;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: .5rem;
    display: block;
}
.comment-list .item .quote-content {
    font-size: .875rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.comment-list .item .quote-box {
    border: 0;
    border-radius: .3125rem;
    background: #f3f3f3;
    padding: .75rem;
}
.comment-list .item .quote-left {
    display: none;
}
.comment-list .item .quote-info {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
}
.comment-list .item .quote-user {
    font-size: .75rem;
    font-weight: 500;
}
.comment-list .item .post-foot {
    font-size: .75rem;
    color: #bbb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .75rem;
}
.comment-list .item .post-foot button {
    font-size: .75rem;
    display: flex;
    align-items: center;
    gap: .25rem;
}
.comment-list .item .foot-left {
    gap: .75rem;
}


.post--box{
    display: none;
    border: 1px solid #e7eaf2;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,33,77,.05);
    box-shadow: 0 1px 3px 0 rgba(0,33,77,.05);
    background: #fff;
    margin-top: 12px;
    overflow: visible;
    border-radius: 4px;
}
.post--box h2{
    padding: 10px;
    position: relative;
    font-size: 16px;
}
.post--box h2 .select-pop{
    top: -6px;
    right: 10px;
}
.post--box ul{
    margin:10px;
}
.post--box li{
    list-style: none;;
    border-bottom: 1px solid #f0f2f7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.post--box li:last-child{
    border-bottom:none;
}
.post--box li .avatar{
    margin-right: 5px;
    float:left;width:36px;height:36px;

}
.post--header .author{
    display: block;
    position: relative;
}
.post--header .time{
    padding-top: 0px;
}
.post--content{
    margin-top: 5px;
    line-height: 25px;
    word-wrap: break-word;
}

.post--foot{
    position: relative;
    padding: 10px;
}
.post--foot .btn{
    margin-top:10px
}
.post--foot .loading{
    position: absolute;
    background: rgba(255, 255, 255, 0.64);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.post--page-btns{
    text-align: center;

}
.post--page-btns .btn{
    margin-right: 5px;
}
.post--page-btns{
    border-bottom: 1px solid #f0f2f7;
    border-top: 1px solid #f0f2f7;
    padding: 10px 0;
}
.post--ante{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    color: #FFF;
        background: rgba(39, 104, 169, 0.74);
    width: 32px;
    font-size: 26px;
    height: 36px;
    /* padding: 0px 0px 0px 7px; */
    border-radius: 50%;
    padding-left: 4px;
    max-width: 36px;
    display: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.post--header .author:hover .post--ante,
.post--header .avatar:hover+.author .post--ante {
    display: block;
}

.wrap-box .login-tip {
    font-size: .875rem;
    background: #f3f3f3;
    padding: 3rem 0;
    border: 0;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
}

/* 详情页面全局作者信息 */
.author,
.author .author-left,
.author .author-info-top {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.author .author-icon {
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    margin-right: .625rem;
}
.author .author-icon img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
}
.author .author-info {
    
}
.author .author-info-top .username {
    line-height: 1.1875rem;
    font-size: .875rem;
    font-weight: 500;
    color: #333;
    max-width: 8.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.author .author-info-top .usergroup {
    font-size: .6125rem;
    color: #fff;
    background: #000;
    border-radius: .25rem;
    margin: 0 .25rem;
    padding: 0 .3125rem;
}
.author .author-info-bottom {
    line-height: .9375rem;
    font-size: .6875rem;
    color: #888;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.author .author-info-bottom .usertext {
    
}
.author .author-right .select-option {
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
    text-align: center;
}
/* thread_index_end */



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
}

.hy-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#right-forum-list {
}
#right-forum-list li {
    border-bottom: 1px solid #eee;
}
#right-forum-list li:last-child {
    border-bottom: 0;
}
#right-forum-list a {
    color: var(--Color_Primary_Shade_5);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}
#right-forum-list a.active{
    background: var(--Color_Primary_Tint_9);
    color: var(--Color_Primary_Shade_1);
}
#right-forum-list img {
    width: 2rem;
    height: 2rem;
    border-radius: 24%;
}
#right-forum-list span {
    flex: 1;
}
#right-forum-list i {
    line-height: 2;
    font-size: 14px;
}

.profile-card {
    padding: 4px;
    width: 360px;
}

.profile-card1 {
    padding: 4px;
    width: 260px;
}
.profile-card .info ,.profile-card1 .info{
    margin-left: 80px;
}
.profile-card .info p ,.profile-card1 .info p {
    margin-top: 8px;
}
.profile-card .uname ,.profile-card1 .uname{
    font-size: 18px;
}
.profile-card .uname a ,.profile-card1 .uname{
    margin-right: 12px;
}

.bg-white {
    background-color: #fff;
    border: 1px solid #ddd;
}
.dark-tooltip{ display:none; position: absolute;
    z-index: 9999;
    text-decoration: none;
    font-weight: normal;
    height: auto;
    top: 0;
    left: 0;
    font-size: 14px;
    max-width: 670px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 22px;
    -webkit-box-shadow: 0 4px 20px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 20px 1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.2);}

.dark-tooltip.small{ padding:4px; font-size:12px;  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.dark-tooltip.medium{ padding:10px; font-size:14px;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.large{font-size:16px;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.dark-tooltip.lg{ padding:16px; font-size:16px;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

/* Tips */
.dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }

.dark-tooltip.south .tip{ left:50%; top:100%;}
.dark-tooltip.west .tip{ left:0; top:50%;}
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.east .tip{ left:100%; top:50%;}

.dark-tooltip.south.small .tip{ border-width: 7px 5px 0 5px; margin-left:-5px;}
.dark-tooltip.south.medium .tip{ border-width: 8px 6px 0 6px; margin-left:-6px;}
.dark-tooltip.south.large .tip{ border-width: 14px 12px 0 12px; margin-left:-12px;}
.dark-tooltip.south.lg .tip{ border-width: 10px 8px 0 12px; margin-left:-12px;}

.dark-tooltip.west.small .tip{ border-width: 5px 7px 5px 0; margin-left:-7px; margin-top:-5px;}
.dark-tooltip.west.medium .tip{ border-width: 6px 8px 6px 0; margin-left:-8px; margin-top:-6px;}
.dark-tooltip.west.large .tip{ border-width: 12px 14px 12px 0; margin-left:-14px; margin-top:-12px;}
.dark-tooltip.west.lg .tip{ border-width: 10px 12px 10px 0; margin-left:-12px; margin-top:-12px;}


.dark-tooltip.north.small .tip{ border-width: 0 5px 7px 5px; margin-left:-5px; margin-top:-7px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.north.large .tip{ border-width: 0 12px 14px 12px; margin-left:-12px; margin-top:-14px;}
.dark-tooltip.north.lg .tip{ border-width: 0 10px 12px 10px; margin-left:-12px; margin-top:-12px;}


.dark-tooltip.east.small .tip{ border-width: 5px 0 5px 7px; margin-top:-5px;}
.dark-tooltip.east.medium .tip{ border-width: 6px 0 6px 8px; margin-top:-6px;}
.dark-tooltip.east.large .tip{ border-width: 12px 0 12px 14px; margin-top:-12px;}
.dark-tooltip.east.lg .tip{ border-width: 10px 0 10px 12px; margin-top:-12px;}


/* confirm */
.dark-tooltip ul.confirm{ list-style-type:none;margin-top:5px;display:inline-block;margin:0 auto; }
.dark-tooltip ul.confirm li{ padding:10px;float:left;margin:5px;min-width:25px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}

/* themes */
.dark-tooltip.dark{ background-color: #fff;
    color: #333;
    border: 1px solid #ccc;}
.dark-tooltip.light{     background-color: #fff;
    color: #333;
    border: 1px solid #ccc; }

.dark-tooltip.dark.south .tip{ border-color: #FFF transparent transparent transparent; _border-color: #FFF #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.west .tip{ border-color: transparent #FFF transparent transparent; _border-color: #000000 #FFF #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.north .tip{ border-color: transparent transparent #FFF transparent; _border-color: #000000 #000000 #FFF #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.east .tip{ border-color: transparent transparent transparent #FFF; _border-color: #000000 #000000 #000000 #FFF; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.light.south .tip{ border-color: #FFF transparent transparent transparent; _border-color: #FFF #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.west .tip{ border-color: transparent #FFF transparent transparent; _border-color: #000000 #FFF #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.north .tip{ border-color: transparent transparent #FFF transparent; _border-color: #000000 #000000 #FFF #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.east .tip{ border-color: transparent transparent transparent #FFF; _border-color:#000000 #000000 #000000 #FFF ; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.dark ul.confirm li{ background-color:#416E85;}
.dark-tooltip.dark ul.confirm li:hover{ background-color:#417E85;}

.dark-tooltip.light ul.confirm li{ background-color:#C1DBDB;}
.dark-tooltip.light ul.confirm li:hover{ background-color:#DCE8E8;}

/* Animations */
.animated{
    -webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
    -webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes flipInUp {
    0% { -webkit-transform: perspective(400px) rotateX(-90deg); opacity: 0;}
    40% { -webkit-transform: perspective(400px) rotateX(5deg);}
    70% { -webkit-transform: perspective(400px) rotateX(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1;}
}
@-moz-keyframes flipInUp {
    0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(5deg);}
    70% {transform: perspective(400px) rotateX(-5deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipInUp {
    0% {-o-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateX(5deg);}
    70% {-o-transform: perspective(400px) rotateX(-5deg);}
    100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInUp {
    0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(5deg);}
    70% {transform: perspective(400px) rotateX(-5deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipInRight {
    0% { -webkit-transform: perspective(400px) rotateY(-90deg); opacity: 0;}
    40% { -webkit-transform: perspective(400px) rotateY(5deg);}
    70% { -webkit-transform: perspective(400px) rotateY(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes flipInRight {
    0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateY(5deg);}
    70% {transform: perspective(400px) rotateY(-5deg);}
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipInRight {
    0% {-o-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateY(5deg);}
    70% {-o-transform: perspective(400px) rotateY(-5deg);}
    100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipInRight {
    0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateY(5deg);}
    70% {transform: perspective(400px) rotateY(-5deg);}
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
.flipIn { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -o-backface-visibility: visible !important; backface-visibility: visible !important}
.flipIn.south, .flipIn.north { -webkit-animation-name: flipInUp; -moz-animation-name: flipInUp; -o-animation-name: flipInUp; animation-name: flipInUp; }
.flipIn.west, .flipIn.east { -webkit-animation-name: flipInRight; -moz-animation-name: flipInRight; -o-animation-name: flipInRight; animation-name: flipInRight; }

@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}

/* Modal */
.darktooltip-modal-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/modal-bg.png');
    opacity: .7;
    display: none;
}
.qzd{
    background: #09c;
    color: #FFF;
    padding: 2px 5px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 0.3em;
}

.fzd{
    background: #FC8F2E;
    color: #FFF;
    padding: 2px 5px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 0.3em;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.post-content video{
max-width:100%
}

/* Lazyload 图片懒加载*/
.lazyload {
    background: var(--Color_Bg);
}

