*, body, html{
    margin: 0;
    padding:0;
}
*, :after, :before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.bbt-clearfix:after {
    clear: both;
}
.bbt-clearfix:after, .bbt-clearfix:before {
    display: table;
    content: "";
}

ul {
    padding: 0;
    margin: 0;
}

div {
    display: block;
}

dd, dl, dt {
    margin: 0;
    padding: 0;
}

dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #ee0000;
}

.layui-nav .layui-nav-item a:hover .layui-nav-mored {
    border-color: transparent transparent #ee0000;
 }

 .layui-carousel-ind li {
     width:30px;
     height:5px;
     border-radius:10%;
 }

.my-layui-layer1 {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.06), 0 3px 14px 2px rgba(0,0,0,.04), 0 0 5px -3px rgba(0,0,0,.08) !important;
}

.layui-timeline {
    margin-left:0px !important;
}

@media (min-width: 1200px) {
    .bbt-container {
        width: 1200px;
    }
}

.userExit {
    width:90% !important;
}

.radioItemError .el-radio__input.is-checked .el-radio__inner{
    border-color: #F56C6C;
    background: #F56C6C;
}

.radioItemError .el-radio__input.is-checked+.el-radio__label {
    color: #F56C6C;
}

.radioItemSuccess .el-radio__input.is-checked .el-radio__inner{
    border-color: #67C23A;
    background: #67C23A;
}

.radioItemSuccess .el-radio__input.is-checked+.el-radio__label {
    color: #67C23A;
}

.bbt-container {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
}

.bbt-row {
    margin-left: -12px;
    margin-right: -12px;
}

.bbt-row:after {
    clear: both;
}

.bbt-row:after, .bbt-row:before {
    content: " ";
    display: table;
}
.bbt-btn.bbt-btn--primary {
    color: #fff;
    background: #409EFF;
    border-color: #409EFF;
    transition: all .3s ease;
}
.bbt-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    line-height: 1;
    border: 1px solid transparent;
    background: none;
    border-radius: 4px;
    outline: none;
}

.el-row {
    margin-bottom: 20px;
}

.el-row:last-child {
    margin-bottom: 0;
}

.bbt-col-xs-24 {
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.bbt-btn.bbt-btn--default {
    color: rgba(0,0,0,.88);
    background: #f1f1f1;
    border-color: #f1f1f1;
    transition: all .3s ease;
}
.bbt-btn.bbt-btn-block {
    display: block;
    width: 100%;
}
.bbt-btn.bbt-btn--lg {
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 4px;
}

.article-item-warp{
    position: relative;
    margin: 0 -16px;
    padding: 24px 16px;
    border-radius: 4px;
    transition: all .3s ease;
    border:1px solid transparent;
}
.article-item-warp:hover {
    box-shadow:0 10px 20px #ccc;
    border:1px solid #ccc;
}
.article-item-warp:first-child:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 16px;
    right: 16px;
    top: 0;
    border-top: 1px dashed rgba(0,0,0,.08);
}
.article-item-warp:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-bottom: 1px dashed rgba(0,0,0,.08);
}

.article-item--lg .article-item__thumb {
    width: 100%;
    height: 166px;
    display: block;
}

.article-item__thumb {
    border-radius: 4px;
    overflow: hidden;
}
.bbt-label.bbt-label--rose {
    background: #e80404;
}

.article-item__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 0;
    max-height: 56px;
    overflow: hidden;
}
.article-item__content {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,.56);
    max-height: 44px;
    margin-bottom: 24px;
    word-break: break-all;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article-item__info {
    position: absolute;
    left: 272px;
    height: 40px;
    bottom: -20px;
    right: 0;
    font-size: 1rem;
    line-height: 22px;
    color: rgba(0,0,0,.56);
}
.article-item__author {
    float: left;
}

.article-item__author-name {
    max-width: 120px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-item__data {
    float: right;
}

.article-item {
    position: relative;
    margin-bottom: 24px;
}

.article-item--lg .article-item__thumb {
    width: 100%;
    height: 166px;
    display: block;
}

.article-item__thumb {
    border-radius: 4px;
    overflow: hidden;
}

.article-item__thumb>a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-item__thumb div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all .3s ease;
}

.article-item--lg .article-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    margin: 8px;
    background: rgba(0,0,0,.56);
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 4px;
    z-index: 2;
    transition: all .3s ease;
}

.article-item--lg:hover .article-item__thumb div {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.article-item--small .article-item__thumb {
    width: 100px;
    height: 64px;
    display: table-cell;
    vertical-align: top;
}

.article-item--small .article-item__body {
    height: 64px;
    padding-left: 8px;
    display: table-cell;
    vertical-align: top;
}

.article-item--small .article-item__title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    height: 44px;
    overflow: hidden;
}

.article-item-warp .article-item__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.06), 0 3px 14px 2px rgba(0,0,0,.04), 0 0 5px -3px rgba(0,0,0,.08);
    transition: all .3s ease;
}
.article-item-warp .article-item__thumb {
    position: relative;
    float: left;
    margin-right: 16px;
    width: 256px;
    height: 154px;
    overflow: hidden;
    border-radius: 4px;
}
.bbt-tag.bbt-tag--sm {
    padding: 4px 8px;
    line-height: 1;
}
.bbt-tag.bbt-tag--flame {
    color: #f46300;
    background: rgba(244,99,0,.12);
}
.bbt-tag {
    font-size: 12px;
    line-height: 20px;
    border-radius: 100px;
    padding: 3px 12px;
    margin-right: 8px;
    display: inline-block;
    transition: all .3s ease;
    font-weight: 500;
    margin-bottom: 16px; 
}

/* 可以设置不同的进入和离开动画 */
/* 设置持续时间和动画函数 */
.slide-fade-enter-active {
    transition: all .3s ease;
  }
  .slide-fade-leave-active {
    transition: all 0s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  }
  .slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active for below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
  }
  
  #app:-webkit-scrollbar {/*滚动条整体样式*/
      width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 4px;
  }
  #app:-webkit-scrollbar-thumb {/*滚动条里面小方块*/
      border-radius: 20px;
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: rgba(0,0,0,0.2);
  }
  #app:-webkit-scrollbar-track {/*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      border-radius: 0;
      background: rgba(0,0,0,0.1);
  }

  /* 评论、回复样式 */
  .comment-module .reply-form__action .bbt-btn {
    margin-left: 8px;
}
.comment-module .reply-form__comment {
    margin: 0;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    background: #f8f8f8;
}
  .comment_praise:hover{
    color:#e00;
}
.comment_reply:hover{
    color:#409EFF;
}
.comment_tread:hover{
    color:#f46300;
}
  .comment-module .comment__thumb {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
}
.comment-module .comment {
    list-style: none;
    margin-bottom: 24px;
}
.comment-module .comment-list {
    padding-left: 0;
    margin: 20px 0 0 0;
}
ul {
    padding: 0;
    margin: 0;
}
.comment-module__alert, .comment-module__form {
    border: 1px solid rgba(0,0,0,.04);
    border-radius: 4px;
    background: rgba(0,0,0,.02);
    padding: 16px;
    margin-bottom: 32px;
}
.comment-module__alert {
    color: rgba(0,0,0,.56);
    font-size: 14px;
    line-height: 22px;
}
.comment-module__header {
    font-size: 18px;
    line-height: 26px;
    color: rgba(0,0,0,.88);
    font-weight: 700;
    margin-bottom: 16px;
}
.comment-module .reply-form__action {
    text-align: right;
}
.comment-module .reply-form__comment-wrap {
    padding: 8px 16px;
    background: #f8f8f8;
    margin-bottom: 16px;
    border-radius: 4px;
}
.comment-module .reply-form {
    margin-top: 16px;
}
.comment-module .comment__action-item {
    margin-right: 16px;
}
.link-dark-minor {
    color: rgba(0,0,0,.56);
    transition: all .3s ease;
}
.comment-module .comment__action {
    color: rgba(0,0,0,.56);
}
.comment-module .comment__content {
    color: rgba(0,0,0,.88);
    margin-bottom: 8px;
    word-break: break-word;
}
.comment-module .comment__time {
    float: right;
    color: rgba(0,0,0,.56);
}
.comment-module .comment__title {
    color: rgba(0,0,0,.88);
    margin-bottom: 12px;
    font-weight: 700;
}
.comment-module .comment__body {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
}

.bbt-avatar.bbt-avatar--lg {
    max-width: 72px!important;
    width: 72px!important;
    height: 72px!important;
}
.bbt-avatar {
    border-radius: 50%;
    vertical-align: middle;
}

.bbt-avatar.bbt-avatar--sm {
    max-width: 32px!important;
    width: 32px!important;
    height: 32px!important;
}


