body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}

html,body {
    word-break: break-word;
    font-family: Arial, 'Times New Roman', 'Microsoft YaHei';
    font: 16px/1.5 Arial, "Microsoft YaHei", sans-serif;
    color: #333;
    background: #efefef !important;
    min-width: 1314px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: arial, "Microsoft YaHei", sans-serif;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}


/**导航**/

.header {
    display: flex;
    width: 100%;
    height: 65px;
    box-shadow: 0 0.5px 2px #999;
    /*font: 18px/68px "Microsoft YaHei";*/
    color: #000;
    /*background-color: #fff;*/
    background-color: #393D49;
    margin: 0 auto;
    z-index: 200;
}

.header-container {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

 /* .header-logo {
    width: 200px;
    height: 65px;
    background: url('../img/logo.png') no-repeat center;
     align-items: stretch 
} 

.header-logo-a {
    width: 200px;
    height: 65px;
    align-self: center;
    display: block;
} */

.header-logo {
    width: 65px;
    height: 65px;
    background: url(/images/logo.png) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: #fff;
}

.header-logo-a {
    width: 65px;
    height: 65px;
    align-self: center;
    display: block;
}

.nav {
    width: 700px;
    height: 65px;   
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.nav-hover {
    width: 100px;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    outline: 0;
    height: inherit;
    line-height: inherit;
    border-bottom: 2px solid transparent;
    transition: all .2s ease-in-out;
}

.nav-hover:hover {
    border-bottom: 2px solid #0371df;
    color: #0371df;
}

.nav-buld {
    /*background: #0371df;
    color: #fff;*/
    color: #0371df;
}

.dropdown-menu {
    width: 100px;
     height: 62px; 
    display: flex;
    flex-direction: column;
    position: relative;
    height: inherit;
    line-height: inherit;
  
}
.dropdown-menu .nav-hover {
    border-top: 2px solid transparent;
    border-bottom: none;
}
.dropdown-menu .nav-hover:hover {
    border-top: 2px solid #0371df;
    border-bottom: none;
}

.dropdown-menu .nav-buld {
    border-top: 2px solid #0371df;
    border-bottom: none;
    background-color: #fff;
}

.dropdown-menu .dropdown-list {
    list-style: outside none none;
    position: absolute;
    background-color: #fff;
    margin: 0;
    top: 100%;
    display: none;
    box-shadow: 0 2px 5px #999;
    z-index: 3000 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown-menu:hover .dropdown-list {
    display: block;
}

.dropdown-menu:hover .nav-hover {
    border-top: 2px solid #0371df;
    border-bottom: none;
    background-color: #fff;
}

.dropdown-menu:hover .nav-hover .icon {
    color: #007fff;
    -webkit-transition: rotate(180deg);
    -moz-transition: rotate(180deg);
    transition: rotate(180deg);
}

.dropdown-list li {
    padding: 0 10px;
}

.dropdown-list li a {
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 30px; 
    white-space: nowrap;
    padding: 2px 20px; 
    border-bottom: 1px dotted #d9d9d9;
    /* border-bottom: 2px solid transparent; */
}

.dropdown-list li a:hover{
    border-bottom: 1px solid #0371df;
    color: #0371df;
}
/* .dropdown-list li:hover > a{
    color: #0371df;
} */

.header-search {
    width: 240px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.search-form {
    border: 1px solid #2f8cff;
    /*background-color: rgba(227, 231, 236, .2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
}

.search-form.active {
    background-color: #fff;
}

.search-form .search-icon {
    margin: 0 .5rem;
    cursor: pointer
}

.search-form input {
    border: none;
    width: 180px;
    padding: .6rem 1rem;
    box-shadow: none;
    outline: none;
    font-size: 13px;
    background-color: transparent;
    font-family: "Microsoft Yahei";
    color: #333;
}

.search-form .icon {
    color: #999;
    align-items: center;
    padding-right: 12px;
}

.header-login {
    width: 275px;
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.header-login .login-btn {
    width: 60px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0371df;
}

.header-login .login-btn:hover {
    color: #007fff;
}

.header-login .login-box {
    display: flex;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.header-login .icon {
    color: #007fff;
    padding: 3px 2px 2px 2px;
}

.header-profile {
    width: 120px;
    display: flex;
    flex-direction: row;
}

.header-profile a:hover {
    color: #333;
}

.header-profile .portrait-head {
    display: flex;
    flex-direction: row;
    width: 120px;
    height: 65px;
    line-height: 65px;
    color: #333;
    font-size: 12px;
}

.header-profile .portrait-head span {
    vertical-align: top;
    flex-direction: row;
    margin-left: 10px;
    width: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.header-profile .portrait-head img {
    border-radius: 50%;
    vertical-align: middle;
    border: 0;
    outline: none;
}

.header-profile .login-list {
    position: relative;
    top: 100%;
    margin-left: -120px;
    display: none;
    padding: 0 18px;
    border: 1px solid #d5d5d5;
    z-index: 5;
    background: #fff;
    width: auto!important;
    height: 123px;
}

.header-profile .login-list a {
    display: flex;
    flex-direction: column;
    height: 40px;
    line-height: 40px;
     padding: 0 8px; 
    border-bottom: 1px dotted #DFDFE0;
    color: #707070;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.header-profile .login-list a:hover{
    color:#007fff;
}

.header-profile:hover .login-list {
    display: block;
}

.header-profile .login-list:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    border-bottom: 8px solid #d5d5d5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.header-profile .login-list:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 2;
}

.header-news {
    width: 60px;
    display: flex;
    flex-direction: row;
    position: relative;
    /*font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1";*/
}

.news-entry {
    width: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news-entry .icon {
    color: #999;
    font-size: 150%;
}

.news-entry .news-num {
    display: flex;
    justify-content: center;
    width: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-family: "Simsun";
    font-size: 12px;
    color: #ffffff;
    background-color: #ed554d;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    left: -14px;
    bottom: 4px;
}

.newsview-wrap:before,
.newsview-detail:before {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.newsview-wrap:before {
    content: "";
    width: 18px;
    height: 8px;
    background-position: -47px 0;
}

.newsview-detail:before {
    content: "";
    width: 13px;
    height: 6px;
    background-position: -47px -9px;
}

.newsview-wrap {
    border: 1px solid #d5d5d5;
    position: absolute;
    left: -230px;
    top: 55px;
    width: 300px;
    z-index: 300;
}

.newsview-wrap:before {
    left: 269px;
    position: absolute;
    top: -8px;
    left: 240px;
}

.newsview-main {
    border-bottom: 1px solid #d5d5d5;
    background-color: #ffffff;
}


/* 消息分类 */

.newsview-num {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-family: "Simsun";
    font-size: 12px;
    color: #ffffff;
    background-color: #ed554d;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}


/* 加载图标 */

.newsview-loading {
    display: inline-block;
    text-indent: 10px;
}

    .newsview-loading.loading-20 {
        background: url('/images/newsview.gif') no-repeat 0 0;
        line-height: 20px;
        padding-left: 20px;
        font-size: 14px;
    }

.newsview-sorts {
    padding: 5px 0 5px;
    border-bottom: 1px solid #d5d5d5;
    zoom: 1;
}

.newsview-sorts:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.newsview-sorts .sorts-item {
    width: 33.3%;
    float: left;
    text-align: center;
    position: relative;
}

.newsview-sorts .icon {
    color: #999;
    font-size: 120%;
}

.f-hide {
    display: none;
}

.newsview-sorts .newsview-num {
    vertical-align: middle;
    position: absolute;
    left: 62px;
}

.newsview-sorts .item-moving .newsview-num {
    left: 65px;
}

.newsview-detail {
    position: relative;
    height: 226px;
    word-break: break-all;
}

.newsview-detail:before {
    position: absolute;
    top: -6px;
    left: 45px;
}

.newsview-detail .tips-line {
    color: #cccccc;
    text-align: center;
}

.newsview-detail .tips-line .icon {
    font-size: 200%;
    color: #cccccc;
}

.newsview-detail .tips-line-loadall {
    padding-top: 80px;
}

.newsview-detail .tips-line-norecords {
    padding-top: 57px;
    color: #a5b1c5;
    font-size: 18px;
}

.newsview-detail .tips-line-norecords .text {
    margin-top: 15px;
    font-size: 15px;
}


/* 滚动条[[ */

.newsview-list {
    height: 226px;
    overflow-y: auto;
}

.newsview-list::-webkit-scrollbar {
    width: 4px;
    background-color: #dcdddf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.newsview-list::-webkit-scrollbar-thumb {
    background-color: #9c9c9c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/* 滚动条]] */

.newsview-list-title {
    padding: 12px 15px 8px;
    font-size: 14px;
    color: #999999;
}


/* 底部 */

.m-newsview .newsview-item {
    padding: 0 15px;
    color: #999999;
    background-color: #f5f9fd;
}

.newsview-item .item-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 9px 15px;
    border-top: 1px dotted #e5e5e5;
}

.newsview-item:first-child .item-inner {
    border-top: none;
    margin-top: 0;
}

.list-follow .newsview-item:first-child .item-inner {
    border-top: 1px dotted #e5e5e5;
    margin-top: -1px;
}

.newsview-item.status-readed {
    background-color: transparent;
}

.newsview-item:hover,
.newsview-item.status-readed:hover {
    background-color: #fafff1;
}

.newsview-item .moving-link,
.newsview-item .moving-link:hover,
.newsview-item .sys-link,
.newsview-item .sys-link:hover {
    color: #3c69b7;
    font-size: 12px;
}

.newsview-item.status-readed .moving-link,
.newsview-item.status-readed .moving-link:hover,
.newsview-item.status-readed .sys-link,
.newsview-item.status-readed .sys-link:hover {
    color: #7b5d8f;
}

.newsview-item .moving-opt,
.newsview-item .sys-opt {
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    color: #999
}


/*  */

.newsview-list .username {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 14em;
    margin-right: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
}

.newsview-list .newsview-item .status-usermore .username {
    max-width: 8em;
}

@media screen\0 {
    .newsview-list .newsview-item .status-usermore .username {
        max-width: 7em;
    }
}

.newsview-item .username:hover {
    color: #3c69aa;
}

.list-follow .newsview-item .username {
    max-width: 16em;
}

.list-moving .newsview-item .username {
    margin-right: 7px;
}

.list-follow .newsview-item .userpic {
    margin-right: 2px;
}

.newsview-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 15px 5px;
    background-color: #f5f5f5;
    text-align: right;
}

.newsview-footer .icon {
    color: #999;
    font-size: 120%;
}

.newsview-footer .to-setting {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.newsview-footer .to-newsindex {
    color: #999999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.newsview-footer .to-newsindex .link-arrow {
    font-family: "Simsun";
    margin-left: 6px;
}


/* 交互 */

.newsview-detail .tips-line-loadall,
.newsview-detail .tips-line-norecords,
.newsview-list {
    display: none;
}

.newsview-wrap .status-loadall .tips-line-loadall,
.newsview-wrap .status-norecords .tips-line-norecords,
.newsview-wrap .show-moving .list-moving,
.newsview-wrap .show-follow .list-follow,
.newsview-wrap .show-sys .list-sys {
    display: block;
}

.newsview-main.status-loadall .newsview-list,
.newsview-main.status-norecords .newsview-list {
    display: none;
}

.newsview-wrap .show-moving .icon-comment,
.newsview-wrap .show-moving .icon-comment:hover {
    color: #2f8cff;
}

.newsview-wrap .show-follow .icon-user,
.newsview-wrap .show-follow .icon-user:hover {
    color: #2f8cff;
}

.newsview-wrap .show-sys .icon-bell,
.newsview-wrap .show-sys .icon-bell:hover {
    color: #2f8cff;
}

.newsview-wrap.show-moving .newsview-detail:before {
    left: 43px;
}

.newsview-wrap.show-follow .newsview-detail:before {
    left: 144px;
}

.newsview-wrap.show-sys .newsview-detail:before {
    left: 244px;
}

.main-container {
    width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 800px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
}

.main-content {
    width: 950px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.main-right {
    width: 304px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 26px;
    margin-top: 20px;
}


/*list*/

.list-box {
    /*width: 950px;*/
    height: auto;
    background-color: #fff;
    padding: 20px 20px 0;
    display: flex;
}
.list-box-first {
    /*width: 950px;*/
    height: auto;
    background-color: #fff;
    /* padding: 0px 20px 0; */
    display: flex;
}
.item-first {
    /* padding: 20px 20px 0; */
    /* border-bottom: 1px dotted #E3E3E3; */
    margin-bottom: 10px;
    background-color: #506b9e;
    height: auto;
    text-align: center;
    width: 650px;
    height: 340px;
}
.item-right{
    width: 290px;
    /* background: red; */
    margin-bottom: 10px;
    margin-left: 10px;
}
.demo-carousel .carousel-caption{
    width: 650px; 
    height: 30px;
    line-height: 30px;
    position: absolute; 
    margin: 0px;
    padding: 0px;
     /* left: 0px; */
    bottom: 0px; 
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.4); 
    text-align: center;
    z-index: 1000;
}

.list-box .item {
    border-bottom: 1px dotted #E3E3E3;
    display: flex;
    flex-direction: column;
}

.item-title {
    display: block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
}

.item-title a {
    color: #3c69aa;
    margin-right: 5px;
}

.item-title a:hover {
    color: #193a69;
    text-decoration: underline;
}

.item-title a:visited {
    color: #7b5d8f;
}

.item-desc {
    width: 910px;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    overflow: hidden;
    height: auto;
    max-height: 100px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 26px;
}

.wdtag {
    position: relative;
    top: -1px;
    margin-left: 4px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background: #5C9CEB;
    border-radius: 4px;
}

.yctag {
    background: #92C90D;
    position: relative;
    top: -1px;
    margin-left: 4px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.item-bot {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.item-tag {
    display: flex;
    flex-direction: row;
}

.item-tag a:hover {
    background: #999;
}

.item-tag a {
    display: inline-block;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 4px 10px;
    line-height: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    margin-right: 8px;
}

.affixls {
    display: flex;
    flex-direction: row;
}

.affixls li {
    margin-left: 18px;
    color: #999;
}

.affixls .icon {
    color: #999;
}

.affixls li:first-child {
    margin-left: 0;
}

.affixls li:last-child {
    margin-right: 5px;
}

.affixls li span,
.affixls li a {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
}


/*listimage*/

.item-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 8px;
}

.item-info .item-img {
    display: flex;
    width: 220px;
    height: 150px;
    flex: 0 1 auto;
    overflow: hidden;
    justify-content: center;
}

.item-info .item-desc {
    width: 690px;
    padding-left: 10px;
    max-height: 150px;
}
.load-more{
    display: flex;
    flex-direction: row;
    height: 40px;
    width: 100%;
    margin-top: 10px;
    align-items: center;
    align-content: center;
}
#page {
    width: 100%;
    text-align: center;
}
.btn-load-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #666;
    height: 40px;
    width: 100%;
    background: #fff; 
    border: none;
    outline:none;
}
.btn-load-more:hover{
    cursor:pointer;
    background-color: hsla(0,0%,77%,.4)
}
@keyframes rotating{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}
.btn-load-more .icon{
    animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -webkit-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
}
/*detail*/

.detail-nav {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(153, 153, 153);
    padding: 0px 22px;
    background: rgb(245, 245, 245);
    border-bottom: 1px solid rgb(236, 236, 236);
    display: flex;
    flex-direction: row;
}

.detail-nav a {
    color: rgb(153, 153, 153);
}

.detail-container {
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.detail-header {
    /*position: relative;*/
    min-height: 75px;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ddd;
}

.detail-title {
    font-family: arial, Microsoft Yahei;
    font-size: 24px;
    color: #222222;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: bold;
}

.detail-info {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.detail-body,
.detail-body p,
.detail-body font,
.detail-body span,
.detail-body div,
.detail-body li {
    line-height: 1.5;
}

.detail-body {
    color: #000000;
    word-wrap: break-word;
    font-size: 14px;
    cursor: text;
    font-family: tahoma;
    padding: 6px 8px;
    margin: 2px;
    background-color: #ffffff;
}
.layui-btn .white {
    color: #ffffff !important;
}
.detail-warning {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 12px;
    font-family: arial, 宋体;
    color: rgb(255, 0, 0);
    text-align: left;
}

.detail-content {
    line-height: 26px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
}

.detail-content img {
    max-width: 100%;
}

.detail-tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.detail-tags .classifyls {
    display: flex;
    flex-direction: row;
}

.detail-tags .classifyls li {
    font-size: 13px;
    font-family: "Microsoft Yahei";
    color: #999;
    line-height: 25px;
}

.detail-tags .classifyls li span,
.detail-tags .classifyls li a {
    font-size: 13px;
    font-family: "Microsoft Yahei";
    color: #666;
    margin-left: 5px;
}

.deatil-share {
    display: flex;
    flex-direction: row;
}

.detail-likecollect {
    width: 296px;
    height: 62px;
    margin: 15px auto;
    width: 212px;
    height: 42px;
    display: flex;
    flex-direction: row;
}

.mslclikebtn,
.mslccollectbtn,
.mslclikeobtn,
.mslccollectobtn {
    display: flex;
    flex-direction: row;
    float: left;
    display: block;
    width: 130px;
    height: 62px;
    line-height: 62px;
    margin: 0 9px;
    width: 88px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    /*border: 1px solid #999;*/
    border-radius: 5px;
    background: #f6f6f6
}

.mslclikebtn .icon {
    color: #fc8a8a;
    font-size: 140%;
}

.mslccollectbtn .icon {
    color: #f7ce78;
    font-size: 150%;
}

.mslclikebtn .mslcico,
.mslccollectbtn .mslcico {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    /*padding-left: 40px;
    padding-left: 30px;*/
    height: 24px;
    line-height: 24px;
    margin-top: 9px;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #999;
    text-align: center;
}
.detail-Pre {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 30px;
}
    .detail-Pre a {
        width: 50%;
        overflow: hidden;
        color: #007fff;
    }
.detail-related{
   width: 100%;
   display: flex;
   flex-direction: column;
   padding: 0 10px 20px;
}
.detail-related h3{
   width: 100%;
   height: 30px;
   border-bottom: 1px solid #ccc
}
.detail-related li{
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
}
    .detail-related li a {
        padding-left: 5px;
        color: #007fff;
    }
.detail-comment {
    position: relative;
}

.detail-comment .inner {
    /*padding: 10px 34px 34px;*/
    padding: 0 10px;
    border-top: none;
}
.comment-list {
    width: 100%;
    margin: 30px 10px;
    display: flex;
    flex-direction: column;
}
    .comment-list .main-tit {
        width: 41px;
        width: 96%;
        display: flex;
        line-height: 41px;
        flex-direction: row;
        justify-content: space-between;
        background: url(/images/h3-line.jpg) repeat-x bottom;
        border-bottom: solid 1px #eaeaea;
    }
        .comment-list .main-tit h3 {
            font-size: 18px;
            font-weight: bold;
            border-bottom: solid 2px #1ea65c;
        }
        .comment-list .main-tit h3 span {
            color: #ea6060;
        }
        .comment-list .main-tit .btn-comment {
            padding-left: 22px;
            font-size: 14px;
            background: url(/images/comment-bg.png) no-repeat 0px 12px;
            color: #626262;
        }
    .comment-list .btn-comment:hover {
        color: #1a98e0;
        background: url(/images/comment-bg.png) no-repeat 0px -21px;
    }
.comment-item {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0
}
    .comment-item .sub {
        border-bottom: 1px dotted #dbdbdb;
        background: #f6f6f6;
        padding: 10px;
        width: 98%;
    }
        .comment-item .sub code {
            background: #f6f6f6 !important;
        }
        .comment-item .sub p {
            background: #f6f6f6 !important;
        }
.comment-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.comment-reply {
    width: 100%;
    padding-top: 15px;
    /*display: none;*/
} 
.clearfix a:hover {
    text-decoration: none;
}
.comment-item .comment-photo {
    padding-right: 10px;
    align-items: center;
}
        .comment-item .comment-photo img {
            border-radius: 50%;
            width: 41px;
            height: 41px;
            border: #ccc solid 1px;
        }
        .comment-item .comment-right {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
            .comment-item .comment-right .tit {
                width: 100%;
                height: 17px;
                font-size: 12px;
                display: flex;
                flex-direction: row;
            }
            .tit .name {
                width: 55px;
            }
            .tit .name a{
                color: #1da55b;
            }
            .tit .rank{
                padding-left: 10px;
                 color:  #fa6414;
            }
            .tit .time{
                padding-left: 10px;
                color: #c1c1c1;
                width: 78%;
            }
         
            .tit .floor{
                 color: #1da55b;
            }
             .tit .reply{
                 padding-left: 8px;
            }
            .tit .reply a{
                color: #069aef;
            }
            .comment-item .comment-right .txt {
                width: 100%;
                min-height: 36px;
                font-size: 13px;
                display: flex;
                flex-direction: column;
            }
.txt p {
    margin-bottom: 0;
    padding-top: 1px;
    color: #5b5b5b;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100%;
    min-height: 19px;
}
.txt .comment-tools {
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    height: 17px;
}
.txt .comment-tools .vote{
    color: #32B16C;
    padding-right: 4px;
    /*padding-left: 10px*/
}
.comment-list .vote span {
    float: none;
    padding-right: 0;
}

.comment-list .vote a {
    float: left;
    padding: 0 6px 0 14px;
    color: #666;
}

    .comment-list .vote a:hover {
        color: #ed4747;
    }
    .comment-list .vote i:hover {
        color: #ed4747;
    }

.comment-list .vote-count {
    float: right;
    padding-left: 6px;
    color: #32b16c;
}

.txt .comment-tools .btn-report {
    background: url(/images/icon-report01.png) no-repeat 0 1px;
    color: #666;
    padding: 0 6px 0 19px;
    border: none;
    cursor: pointer;
}
.txt .btn-report:hover, .comment-list .comment-tools .btn-report:focus {
    color: #1a98e0;
    background: url("/images/icon-report02.png") no-repeat 0 1px;
}
.comment-tools .dropup {
    float: right;
    /*padding-right: 10px;*/
    position: relative;
}
.comment-tools .dropdown-menu {
    width: 200px;
    display: block;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 10000;
}

    .comment-tools .dropdown-menu li {
        border-bottom: solid 1px #eeeeee;
        padding: 0px;
    }

        .comment-tools .dropdown-menu li a {
            display: block;
            padding: 8px 10px;
            font-size: 14px;
            color: #868686;
        }

            .comment-tools .dropdown-menu li a:hover, .comment-tools .dropdown-menu li a:focus {
                background: #f8f8f8;
                text-decoration: none;
            }
.form-btn {
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #555;
    text-align: center;
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-primary {
    color: #fff;
    background: #327AFF;
    border-color: transparent;
}

.hot-container {
    width: 304px;
    display: flex;
    flex-direction: column;
    height: 40px;
    background: #fff;
    height: auto;
    margin-bottom: 20px;
}

.hot-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 35px;
    align-items: center;
    margin: 8px 10px;
    border-left: 4px solid #007fff;
}

.hot-header h3 {
    padding-left: 10px;
}

.hot-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 8px 15px;
    font-size: 14px;
}

.hot-content li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
}

.hot-content li h5 i {
    display: inline-block;
    padding: 0 8px;
    text-align: center;
    background: #e0e1e1;
    margin-right: 5px;
    font-style: normal;
    color: #fff;
}
.hot-content li h5 a{
    cursor: pointer;
}
.hot-content li h5 a:hover{
    text-decoration: underline;
    padding-left: 5px;
}
.hot-content .red {
    background: #e84c3d
}

.hot-content .green {
    background: #27ae61
}

.hot-content .blue {
    background: #3598db
}

.tag-container {
    width: 304px;
    display: flex;
    flex-direction: column;
    height: 40px;
    background: #fff;
    height: auto;
    margin-bottom: 20px;
}
.ad-container {
    width: 304px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    margin-bottom: 20px;
}

.tag-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 35px;
    align-items: center;
    margin: 8px 10px;
    border-left: 4px solid #007fff;
}

.tag-header h3 {
    padding-left: 10px;
}

.tags-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 8px 15px;
    flex-wrap: wrap;
}

.tags-content ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tags-content ul li {
    margin: 0 5px 5px;
}
.tags-content li a {
    display: flex;
    background: #d7edf8;
    border: #cce1e4 1px solid;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}
.tags-content li a:hover{
    background-color: #5bc0de;
}


/*登录注册*/

.auth-modal-box {
    display: flex;
    background-color: rgba(0, 0, 0, .3);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}

.auth-modal-box-bg {
    display: flex;
    /*background-color: rgba(0, 0, 0, .3);*/
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;

    background: url(../images/login-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    /*z-index: 500;*/
}
.login-container {
    width: 393px;
    height: 450px;
    background: #fff;
    margin-top: 5%;
    z-index: 502;
    opacity: 0.8;
}
.login-container .layui-form {
    width: 393px;
    margin: auto;
}
.register-container {
    width: 460px;
    height: 565px;
    background: #fff;
    margin-top:5%;
    z-index: 502;
    opacity: 0.8;
}

    .register-container .layui-form {
        width: 393px;
        margin: auto;
    }

.register-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 10px 25px 5px;
}

.register-header span {
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.register-header i {
    color: #999;
}

.register-header i:hover {
    color: #333;
}

.register-content {
    width: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 25px;
}

.input-box {
    width: 343px;
    height: 42px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.input {
    padding: 6px 12px;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    /*border-radius: 4px;*/
}

.input:focus {
    /*border-color: #007fff*/
}

.input-group-btn {
    width: 30%;
    white-space: nowrap;
    height: 42px;
    line-height: 42px;
}
.input-group-btn a {
    text-decoration: none !important;
}
.input-group-btn a:hover {
    text-decoration: none !important;
}
.btn {
    width: 343px;
    height: 40px;
    background-color: #38f;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #fff;
}

.btn:hover {
    background-color: #007fff;
}

.prompt-box {
    width: 343px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    color: #8b9196;
}

.clickable {
    display: flex;
    flex-direction: row;
    color: #007fff;
    cursor: pointer;
    font-size: 13px;
}

.oauth-box {
    display: flex;
    animation-direction: row;
    justify-content:center;
    align-items: center;
    height: 23px;
    color: #8b9196;
    font-size: 13px;
    padding: 10px 25px;
}
.oauth-title {
    position: relative;
    margin: 60px 0 20px;
    font-size: 12px;
    color: #b5b5b5;
    text-align: center;
}

.oauth-title:before {
    left: 80px
}

    .oauth-title:after, .oauth-title:before {
        content: "";
        border-top: 1px solid #b5b5b5;
        display: block;
        position: absolute;
        width: 60px;
        top: 8px
    }

    .oauth-title:after {
        right: 80px
    }

.oauth-box .oauth-btn {
    display: flex;
    width: 35px;
    margin-left: 8px;
    align-items: center;
    vertical-align: bottom;
    cursor: pointer;
    margin-left: 15px;
}


/*用户信息*/

.user-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
}

.user-center {
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #dcdcdc
}

.user-center-left {
    width: 230px;
    min-height: 600px;
    /*max-height: 945px;*/
    display: flex;
    flex-direction: column;
    background: #eee
}

.user-center-right {
    width: 850px;
    min-height: 600px;
    /*max-height: 945px;*/
    display: flex;
    flex-direction: column;
    background: #fff;
}

.center-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

    .center-panel{
        padding: 20px;
    }

.center-panel-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.center-panel-main {
    padding: 10px 15px;
}
.center-panel-border {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

    .center-panel-border .center-panel-title {
        border-bottom: 1px solid #e6e6e6;
    }
.center-mid {
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #e2e2e2;
}
.center-link {
    color: #01AAED;
}

    .center-link:hover {
        color: #5FB878;
    }
.center-signin-days {
    position: absolute;
    right: 15px;
    padding-left: 10px;
    color: #999;
}
.center-signin cite {
    padding: 0 5px;
    color: #FF5722;
    font-style: normal;
}
.center-signin .layui-badge-dot {
    top: -7px;
    margin-left: 0px;
}
.center-signin-main {
    position: relative;
    height: 38px;
    padding: 24px 15px;
    text-align: center;
}

.center-signin-main span {
        padding-left: 10px;
    }


.user-center-left .profile {
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.mb16 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 194px;
    margin-bottom: 16px;
    zoom: 1;
}

.profile .mcavatar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 80px;
    height: 80px;
}

.profile .mcavatar img {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.profile .info {
    display: flex;
    width: 100px;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 12px;
    font-family: Arial;
    color: #777;
}

.profile .info .name {
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: arial, "Microsoft Yahei";
    color: #333;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile .info .place {
    padding: 4px 0;
}

.profile .lvinfo span,
.profile .lvnum {
    display: inline-block;
}

.profile .lvnum {
    width: 22px;
    height: 22px;
    vertical-align: -6px;
}

.profile .entry {
    margin-bottom: 6px;
    font-size: 12px;
    font-family: Arial;
    color: #777;
}

.profile .entry span {
    display: inline-block;
    margin-right: 5px;
}

.profile .entry .num {
    display: inline-block;
    font-size: 16px;
    font-family: arial, "Microsoft Yahei";
    color: #327aff;
    text-decoration: none;
    vertical-align: middle;
}

.sidebar h4 {
    line-height: 24px;
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 16px;
    color: #999;
}

.sidebarls .sidebarls-item {
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 45px;
    font-size: 16px;
    font-family: arial, "Microsoft Yahei", sans-serif;
    color: #333;
    text-align: left;
    text-decoration: none;
    background: #eee;
    border-bottom: 1px solid #dfdfdf;
}

.sidebarls .icon {
    color: #999;
    font-size: 120%;
    padding-right: 10px;
}

.sidebarls li:first-child .sidebarls-item {
    border-top: 1px solid #dfdfdf;
}

.sidebarls .sidebarls-item.curr {
    background: #fff;
}

.sidebarls .sidebarls-item.curr .icon {
    color: #007fff;
}

.sidebarls-item .sidebarico {
    display: inline-block;
    width: 28px;
    height: 24px;
    margin-right: 6px;
    vertical-align: text-bottom;
}


/*我的文章*/

.mycenterr-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 780px;
    padding: 25px;
    background: #fff;
}

.affixlsinner {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.discusspost {
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.discusspost .inner {
    padding: 20px;
    padding: 30px 40px 0;
    width: 100%;
}
.discusspost .ivu-form-item-content{
  display: flex;
}
.discusspost .ivu-input{
  width: 80%;
}
.discusspost .ivu-select-dropdown-list{
  z-index: 1000 !important;
}
.plugins-content{
  width: 1280px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  margin-top: 20px;
}
.plugins-item{
   /* width: 227.5px; */
   width: 300px;
   height: 332px;
   background: #ffffff;
   margin: 10px 10px;
   display: flex;
   flex-direction: column;
   border-radius: 5px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.18);
   transition: all 1s ease 0s;
   overflow: hidden
   
}
.plugins-item:hover {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.plugins-item img{
    display: flex;
    width: 300px;
    height: 172px;
    flex: 0 1 auto;
    overflow: hidden;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s ease 0s;
}
.plugins-item a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cover-info {
  padding: 6px 15px 28px;
  height: 91px;
  overflow: hidden;
}
.cover-info h4{
  width:100%;
  height: 24px;
  display: flex;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.cover-info small{
  width:100%;
  height: 67px;
  display: flex;
  overflow: hidden;
  text-overflow:ellipsis;
}
.cover-fields{
  width:90%;
  height: 34px;
  display: flex;
  height: 35px;
  align-items: center;
  flex-direction: row;
  margin: 0 15px;
}
.cover-fields span {
  padding-left: 5px;
  font-size: 12px;
  font-family: "Arial";
}
.cover-stat{
  width:100%;
  display: flex;
  background-color: #f6f6f6;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e7e7e7;
  color: #8B8B8C; 
  padding: 7px 15px 7px 15px;
  height: 35px;
  align-items: center;
  flex-direction: row;
  justify-content:space-between;
}
    .cover-stat .icon {
        color: #8B8B8C;
        font-size: 100%;
    }
.cove-l{
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.cover-stat span {
  font-size: 10px;
  font-family: "Arial";
}
.f10 {
  padding-right: 12px;
}
.cover-yh {
  display: flex;
  justify-content:flex-start;
  border-left: 1px solid #ddd;
  color: #aaa;
  cursor: default;
  width: 50px;
  height: 35px;
  transition: color 0.15s linear;
  font-size: 14px;
}
.cover-yh a {
    width: 100%;
    margin-left: -7px;
    display: flex;
    color: #8B8B8C;
    justify-content: center;
    align-items: center;
}
.cover-yh a:hover {
  color: #2D2D2D;
  text-decoration: none;
}

.f10 {
  padding-right: 12px;
}

.top {
    width: 45px;
    height: 40px;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
}

.footer {
    margin-top: 20px;
    padding: 30px 0 50px;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial;
    color: #e8e8e8;
    text-align: center;
    background: #32323a;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.ftlinks a {
    color: #e8e8e8;
}
.external a{
    margin-right: 5px;
}
.external a:hover, a:focus {
    color: #337ab7;
    text-decoration: underline
}


input.error, div.error, textarea.error, span.error, span.error .textbox-text {
    border-color: #f15533;
}

    input.error:hover, input.error:focus,
    div.error:hover, div.error:focus, span.error:focus {
        border-color: #f15533;
    }
label.error {
    font-size: 14px;
    color: #f15533;
    line-height: 14px;
    position: absolute;
    /*left: 340px;
    top: 11px;*/
    margin-left: 350px;
    margin-top: 12px;
    width: 300px;
    text-align: left;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
   
}
.author-wd {
    width: 304px;
}
.author-top {
    padding: 20px 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.author-header img {
    width: 76px;
    height: 76px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #1ea75c;
}
.author-top .name {
    font-size: 16px;
    color: #373737;
    text-align: center;
    padding-top: 6px;
}
.author-top a:hover {
    color: #3399ff;
    cursor: pointer;
}
.author-top .signature {
    padding: 4px 0px;
    text-align: center;
    color: #b4b4b4;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.author-top .art-com {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
}

.art-com a i {
    font-style: normal;
    display: block;
}
.art-com a i:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: #5e5858;
}
.art-com a i:last-of-type {
    font-size: 12px;
    color: #a6a6a6;
}
.author-top .art-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}
.author-top .art-comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}
.author-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 10px;   
}
    .author-bottom .last-title {
        display: flex;
        height: 40px;
        font-size: 15px;
        text-align: left;
        color: #758d8c;
        font-weight: normal;
        border-bottom: solid 1px #f0f0f0;
        align-items: center;
        padding-left: 14px;
    }
    .author-bottom .last-item {
        padding: 12px 14px 8px;
        border-bottom: solid 1px #f0f0f0;
    }
        .author-bottom .last-item a {
            font-size: 14px;
            color: #4f4f4f;
            line-height: 22px;
        }
            .author-bottom .last-item a:hover {
                color: #CA0C16
            }
    .author-bottom .more-wrap {
        padding: 10px 0;
        text-align: center;
    }
        .author-bottom .more-wrap a {
            display: block;
            width: 110px;
            font-size: 13px;
            line-height: 30px;
            text-align: center;
            margin: 0 auto;
            color: #CA0C16;
            border: solid 1px #CA0C16;
            border-radius: 5px;
            margin-top: 0;
        }
            .author-bottom .more-wrap a:hover {
                color: #ffffff;
                background: #CA0C16;
            }

.panel-author {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.panel-author .author-header {
    padding: 10px;
}
.panel-author .interact {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
    .panel-author i {
        color: #CA0C16;
    }

    .panel-author .interact a {
        padding: 5px 20px;
        color: #CA0C16;
        border: 1px solid #CA0C16;
        border-radius: 4px;
        font-size: 13px;
    }
    .panel-author .interact a:hover {
        background: #CA0C16;
        color: #ffffff;
    }
  .panel-author .interact a:hover i {
    color: #ffffff;
}
    .panel-author .line {
        width: 85%;
        padding-top: 20px;
        border-bottom: dashed 1px #ccc;
    } 
.panel-author .rank {
    font-size: 13px;
    color: #000;
    width: 85%;
    padding: 5px;
}
    .panel-author .coin {
        width: 85%;
        color: #a6a6a6;
        font-size: 13px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 5px;
    }

    .panel-author .coin span:first-of-type {
        padding-right: 60px;
    }
.bottom_tools {
    position: fixed;
    z-index: 1070;
    right: 40px;
    bottom: 60px;
    display: block;
    width: 55px;
    height: 55px;
}

    .bottom_tools > * {
        font: 0/0 a;
        display: block;
        margin-top: 5px;
        color: transparent;
        border: 0;
        background-color: transparent;
        text-shadow: none
    }

    .bottom_tools a {
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 30px;
        background-color: #35B871;
        background-image: url(/images/back-top.png);
        background-repeat: no-repeat;
        background-size: 65% 65%;
        background-position: center;
    }

  .bottom_tools a:hover {
            background-color: #279D5D;
  }
.about {
    position: fixed;
    width: 304px;
    -webkit-transition: all .5s;
    -moz-transition:all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
  .about ul li {
      margin: 5px 10px;
  }
    .about ul li a {
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 14px;
        text-indent: 15px;
        font-weight: bold;
    }
.about ul li a:hover {
    color: #fff;
    background:#06b0b9;
}
.about ul li a.on {
    color: #fff;
    background:#06b0b9;
}
.about-content {
    background: #ffffff;
    padding: 20px 30px;
}
.about-content h2 {
    color: #3498db;
    font-weight: bold;
    font-size: 18px;
}
.about-content p {
    padding: 8px 0;
    color: #34495e;
    font-size: 14px;
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
}

 