html, body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f2f2f2;
}
a {
    color: #607fa6;
}
input:focus {
    outline: none;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}
.hairline-border {
    position: relative;
}
.hairline-border:after {
    position: absolute;
    content: '';
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #E6E6E6;
}

.hairline-border--top:after {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.hairline-border--right:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
}
.hairline-border--bottom:after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
}
.hairline-border--left:after {
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
}
.hairline-border--all-sides:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    .hairline-border--all-sides:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.3333333333333333);
        transform: scaleY(0.3333333333333333);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.3333333333333333);
        transform: scaleX(0.3333333333333333);
    }

    .hairline-border--all-sides:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(0.3333333333333333, 0.3333333333333333);
        transform: scale(0.3333333333333333, 0.3333333333333333);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.25);
        transform: scaleY(0.25);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.25);
        transform: scaleX(0.25);
    }

    .hairline-border--all-sides:after {
        width: 400%;
        height: 400%;
        -webkit-transform: scale(0.25, 0.25);
        transform: scale(0.25, 0.25);
    }
}
.dialog > p {
    text-align: center;
}
.dialog__ft {
    padding: 16px 0 0 0;
    text-align: center;
}
.dialog__btn {
    display: inline-block;
    padding: 4px 32px;
    color: #27ae60;
    border: 1px solid #27ae60;
    border-radius: 8px;
}

body {
    overflow-y: scroll;
}
p {
    margin: 0;
}

.nav-bar::-webkit-scrollbar {
    display: none
}

.hairline-border--all-sides:after {
    border-radius: 5px;
}
.nav-box {
    position: fixed;
    top: 0;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0 0;
    width: 100%;
    background: white;
    white-space: nowrap;
}
.active .nav-mark {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 4px;
    border-radius: 1px;
    background: #F56133;
}
.active.nav-item {
    color: #393939;
}
.focus {
    width: 50px;
    font-size: 20px;
    color: #393939;
    font-weight: 700;
    padding-left: 18px;
    margin-right: 5px;
}
.nav-bar__content {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: -.3rem;
    padding-bottom: 1.3rem;
    -webkit-transform: translateY(0.3rem);
    -ms-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
}
.nav-bar {
    width: calc(100% - 80px - 80px);
    height: 56px;
    line-height: 56px;
    color: #909090;
    font-size: 17px;
    overflow-x: scroll;
    word-spacing: -6px;
}
.nav-bar::-webkit-scrollbar {
    display: none;
}
.nav-item {
    position: relative;
    display: inline-block;
    word-spacing: 0;
    padding: 0 9px;
}
.nav-item .nav-mark {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.loading-box {
    position: relative;
    width: 100%;
    height: 40px;
    background: #F7F1EF;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #F56133;
}
.loading-box--submenu-active {
    top: 100px;
}
@keyframes rotating {
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}
.loading-circle {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 15px;
    height: 16px;
    border: 2px solid #F56133;
    border-top: 1px solid transparent;
    border-radius: 50%;
    -webkit-animation: rotating 1s infinite linear ;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.empty-brand-add-prompt {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #FFF5F2;
}
.empty-brand-add-prompt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    border: 1px solid #F56133;
    border-left: 0;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.empty-brand-add-prompt .text {
    position: relative;
    z-index: 1;
    color: #F56133;
    font-size: 15px;
    margin-left: 82px;
    text-decoration: none;
}
.empty-brand-add-prompt .btn {
    position: relative;
    z-index: 1;
    width: 19px;
    height: 100%;
    margin-left: 29px;
}
.empty-box {
    width: 100%;
    height: 5px;
    background: #F6F6F6;
}



.settings-icon-box {
    width: 48px;
    margin-top: 4px;
    margin-right: 15px;
    padding-left: 10px;
    box-sizing: border-box;
}


.search-bar {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    background-color: #ffffff;
}

.search-bar__input {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 5px;
    background: rgba(246, 246, 246, 1);
}

.search-bar__input svg {
    position: absolute;
    top: 7px;
    left: 13px;
}

.search-bar__input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 42px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    outline: none;
    border: none;
    background: transparent;
}

.search-bar__input input::-webkit-input-placeholder {
    color: rgba(213, 213, 213, 1);
}

.search-bar__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 10px;
    height: 24px;
    font-family: sans-serif;
    font-size: 14px;
    color: rgba(96, 96, 96, 1);
}

.search-bar__btn.is-active, .search-bar__btn.active {
    background: rgba(245, 97, 51, 1);
    border-radius: 15px;
    color: #ffffff;
}

.hairline-border:after {
    margin: 0 15px;
}
.article-list__item-label::after {
    margin: 0;
}
.article-list__item {
    padding: 12px 16px;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}
.article-list__item--with-footer {
    padding-bottom: 0;
}
.article-list__item--with-new-viewer-hint {
    height: 96px;
}
.article-list__item-thumbnail {
    float: right;
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #eee;
    border: 0 none;
    object-fit: cover;
}
.article-list__item-title {
    float: left;
    margin: 0;
    margin-top: 5px;
    width: calc(100% - 80px);
    min-height: 48px;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
}
.article-list__item-label_box {
    height: 100%;
}
.article-list__item-label {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
}
.article-list__item-label span {
    padding: 0 4px;
    line-height: 22px;
}
.article-list__footer {
    clear: both;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    color: #9e9e9e;
    box-sizing: border-box;
}
.article-list__item--with-new-viewer-hint .article-list__footer {
    height: 48px;
}
.article-list__footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.article-list__item--with-new-viewer-hint .article-list__footer ul {
    height: 48px;
    line-height: 48px;
}
.article-list__footer li {
    float: left;
}
.article-list__footer-left {
    float: left;
}
.article-list__footer-left li {
    margin-right: 16px;
}
.article-list__item--with-new-viewer-hint .article-list__footer-left li {
    color: #f56133;
    font-size: 13px;
}
.article-list__footer-right {
    float: right;
}
.article-list__footer-right li {
    margin-left: 16px;
}
.article-list__footer li i,
.article-list__footer li span {
    float: left;
}
.article-list__footer li i {
    width: 13px;
}
.article-list__footer .hot-icon {
    margin-top: 8px;
}
.article-list__item--with-new-viewer-hint .article-list__footer-right li {
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
    padding: 0 8px;
    border-radius: 3px;
    color: #fff;
    background-color: #f56133;
}
.article-list__empty-hint {
    text-align: center;
    padding: 32px 8px 8px 8px;
    color: #525252;
    font-size: 14px;
}

.article-list__empty-hint {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #9e9e9e;
    box-sizing: border-box;
}
.article-list__loading-more {
    display: none;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #757575;
    font-size: 14px;
}
.article-list__loading,
.article-list__failed-to-load {
    display: none;
    padding: 64px 16px;
    text-align: center;
    color: #757575;
    font-size: 14px;
}
.article-list__foot-hint {
    font-size: 14px;
    color: #A8A8A8;
    text-align: center;
    padding: 16px;
}
.add-article-btn {
    position: fixed;
    right: 15px;
    bottom: 95px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius:23px;
    background:rgba(245,97,51,1);
}
.plus-icon {
    width: 14px;
    height: 14px;
}
.add-article-text {
    margin-left: 16px;
}
.add-article-btn-active {
    width: 45px;
}




.feature-guide-tips {
    position: fixed;
    z-index: 101;
    padding: 8px 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f56133;
    -webkit-animation: tips 2s infinite;
    animation: tips 2s infinite;
}
.feature-guide-tips i {
    position: absolute;
    right: 10px;
    top: -16px;
    color: #f56133;
    font-style: normal;
}
.feature-guide-tips span {
    font-size: 14px;
    color: #fff;
}
@keyframes tips {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fgt-brand {
    left: 70px;
    top: 40px;
    display: none;
}
.fgt-brand i {
    left: 15px;
}



.feature-guide-tips {
    position: fixed;
    z-index: 101;
    padding: 8px 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f56133;
    -webkit-animation: tips 2s infinite;
    animation: tips 2s infinite;
}
.feature-guide-tips i {
    position: absolute;
    right: 10px;
    top: -16px;
    color: #f56133;
    font-style: normal;
}
.feature-guide-tips span {
    font-size: 14px;
    color: #fff;
}
@keyframes tips {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fgt-followed {
    left: 10px;
    top: 40px;
    display: none;
}
.fgt-followed i {
    left: 15px;
}







.nav-btns {
    padding: 0 10px 0 5px;
    position: absolute;
    right: 0px;
}

.nav-btns > svg {
    padding: 8px;
}

  .selected {
      color: #F56133;
  }


.sub-nav-box {
    position: fixed;
    top: 56px;
    z-index: 1;
    display: flex;
    width: 100%;
    text-align: center;
    height: 44px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #4A4A4A;
    background: #f2f2f2;
}

.sub-nav-item {
    flex: 1;
    border-right: 1px solid #DBDBDB;
}
.sub-nav-item:nth-child {
    border: none;
}
.brand-article-empty-hint-wrapper {
      text-align: center;
      margin-top: 130px;
  }
.brand-article-hint-content-1 {
    color: #606060;
    font-size: 16px;
    line-height: 23px;
}
.brand-article-hint-content-2 {
    color: #F56133;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.brand-article-hint-content-2 > a {
    text-decoration: none;
    color: #F56133;
}
.brand-article-qr-content-wrapper {
    margin-top: 120px;
}
.brand-article-qr-content {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 28px;
}
.brand-article-wechat-qr {
    margin: 0 auto;
    width: 124px;
    height: 124px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 4px;
}
.brand-article-wechat-qr-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.brand-article-bottom-empty-hint-wrapper {
      text-align: center;
  }
.brand-article-bottom-empty-hint-wrapper p {
    margin: 0px;
}
.brand-article-bottom-hint-content-1 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(96,96,96,1);
    line-height: 22px;
}
.brand-article-bottom-hint-content-2 {
    font-size: 18px;
    color: rgba(63,97,198,1);
    line-height: 35px;
    margin-top: 16px !important;
}
.brand-article-bottom-hint-content-2 > a {
    text-decoration: none;
    color: #F56133;
}
.brand-article-bottom-qr-content-wrapper {
    margin-top: 23px;
    margin-bottom: 40px;
}
.brand-article-bottom-qr-content {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 28px;
}
.brand-article-bottom-wechat-qr {
    margin: 0 auto;
    width: 122px;
    height: 118px;
    background-color: white;
    margin-top: 12px;
    border-radius: 4px;
}
.brand-article-bottom-wechat-qr-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.article-list__loading-more {
    height: auto;
    padding-top: 14px;
}
.article-list--with-submenu {
    position: relative;
    top: 100px;
}

.new-user-setting-category--pop {
    overflow-y: hidden !important;
}
.article-categories-dialog {
    display: none;
    height: 100%;
}
.article-categories-dialog h2,
.article-categories-dialog h3,
.article-categories-dialog ul,
.article-categories-dialog .dialog-brands {
    background-color: #fff;
}
.article-categories-dialog > .dialog {
    width: 100%;
    height: calc(100% - 56px - 60px);
    overflow: scroll;
    transform: none;
    padding: 0;
    top: 56px;
    bottom: 60px;
    right: 0;
    left: 0;
    border-radius: 0;
    background-color: #F6F6F6;
    position: absolute;
}
.article-categories-dialog h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding: 26px 0;
}
.article-categories-dialog h3 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding: 11px 0;
    color: #f56133;
}
.article-categories-dialog ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 23px 0 11px;
    list-style: none;
    margin: 0 0 15px 0;
}
.brand-setting {
    display: block;
}
.new-user-setting-category--pop .brand-setting--hidden {
    display: none;
}
.categories-container {
    height: 100%;
    background-color: white;
}
.dialog__category-scroll-container {
    max-height: 100vh;
}
.sub-category-item-wrapper span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(94,94,94,1);
    line-height: 21px;
}
.categories-container__parent-container {
    margin-top: 0px;
}
.categories-container__parent-container > li {
    position: relative;
    font-size: 15px;
}
.categories-container__sub-container input[type='checkbox']{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.categories-container__sub-container > li {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin: 10px;
}
.categories-container__sub-container input[type='checkbox'] + .sub-category-item-wrapper__checkbox::before {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #979797;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: '\a0';
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.categories-container__sub-container input[type="checkbox"]:checked + .sub-category-item-wrapper__checkbox::before {
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMykiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTAgMGgxNHYxNEgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xIDUuNkwyLjA0IDVsMi42OTYgNC42Ny0xLjA0LjZ6Ii8+PHJlY3QgZmlsbD0iI0ZGRiIgdHJhbnNmb3JtPSJyb3RhdGUoNTggOC4zMDYgNi45NTQpIiB4PSI3LjcwNiIgeT0iMS42ODkiIHdpZHRoPSIxLjIiIGhlaWdodD0iMTAuNTMyIiByeD0iLjUiLz48L2c+PC9zdmc+');
    color: white;
    border: 1px solid rgb(229,106,66);
    background-color: rgb(229,106,66);
    vertical-align: middle;
}
.article-categories-dialog ul.categories-container__sub-container {
    display: none;
    background: rgba(246,246,246,1);
}
.article-categories-dialog ul.categories-container__sub-container.subMenuList--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 15px;
    padding-left: 13px;
    padding-top: 8px;
    padding-bottom: 20px;
}
.subMenuList--active li {
    width: auto;
}
.triangle-wrapper {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 38%;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px 10px;
    border-color: transparent transparent rgb(246,246,246) transparent;
}
.triangle-wrapper--active {
    display: inline-block;
}
.top-check {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 12px 0;
    border-color: transparent #e66b42 transparent transparent;
}
.categories-container__parent-container > li > span.top-check {
    display: none;
}
.categories-container__parent-container > li.checked > span.top-check {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.categories-container__parent-container > li > span {
    word-break: break-all;
}
.categories-container__parent-container > li.checked > span {
    font-weight:500;
}
span.top-check > svg {
    position: absolute;
    top: 0px;
    right: -20px;
}
.categories-container__parent-container > li {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    width: calc((100% - 3 * 12px) / 3);
    margin: 0 0 12px 12px;
    padding: 8px 0px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #9B9B9B;
    background-color: #E6E6E6;
    border: 2px solid #E6E6E6;
}
.categories-container__parent-container > li.checked {
    box-sizing: border-box;
    color: #fff;
    position: relative;
    border: 2px solid rgb(229,106,66);
    background-color: white;
}
.article-categories-dialog li svg {
    margin-right: 4px;
    display: none;
}
.article-categories-dialog li.checked svg {
    display: inline;
}
.article-categories-dialog li.checked span {
    color: rgb(206, 96, 59);
}
.article-categories-dialog h2 {
    padding: 1em 16px;
    line-height: 22px;
    color: #393939;
    text-align: left;
}
.article-categories-dialog ul {
    padding: 0 4px;
    padding-right: 13px;
    margin-bottom: 0;
}
.article-categories-dialog li {
    width: calc((100% - 3 * 12px) / 3);
}
.dialog-brands {
    position: relative;
    padding: 0 16px;
}
.article-categories-dialog h3.hairline-border {
    display: block;
    padding: 10px 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999999;
}
.article-categories-dialog h3.hairline-border:after {
    margin: 0;
}
.article-categories-dialog h3.hairline-border > .btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    background-color: #f56133;
    color: #fff;
    margin: 0px 15px;
}
.dialog-brands_item {
    display: inline-block;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    max-width: 100%;
    margin: 0 12px 12px 0;
    color: #F56133;
    font-size: 14px;
    border: 1px solid currentColor;
    border-radius: 18px;
}
.dialog-brands + h2 {
    margin-top: 10px;
}
.dialog-brands:empty {
    text-align: center;
    color: #F56133;
    padding: 42px 0;
    font-size: 17px;
}
.dialog-brands:empty::before {
    content: '点击设置品牌，获取客户案例文章';
}
.dialog-brands_editBtn {
    position: absolute;
    right: 16px;
    top: -34px;
    height: 14px;
    line-height: 14px;
    color: #9B9B9B;
    font-size: 14px;
    padding-right: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik02LjQxNyA2LjRhLjU4MS41ODEgMCAwIDAgLjQxMi0uOTkzTDEuNTkzLjE3MWEuNTguNTggMCAxIDAtLjgyMi44MjNMNi4wMDcgNi4yM2MuMTEzLjExNC4yNjIuMTcuNDEuMTd6IiBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMS4xODMgMTEuNjQ3YS41ODIuNTgyIDAgMCAwIC40MTItLjE3TDYuODMgNi4yNDFhLjU4MS41ODEgMCAxIDAtLjgyMy0uODIzTC43NzEgMTAuNjU0YS41ODEuNTgxIDAgMCAwIC40MTIuOTkzeiIgZmlsbD0iIzlCOUI5QiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTkgMEgtM3YxMkg5eiIvPjwvZz48L3N2Zz4=) right center no-repeat;
}
.article-categories-dialog--open{
    display: block;
}
.new-user-setting-category--pop .new-user-setting-category-article-dialog--open {
    display: block;
    z-index: 300;
}
.nav-btns-close {
    display: none;
}
.nav-btns-setting {
    display: none;
}
.nav-btns-close.nav-btns-close--show {
    display: inline;
}
.nav-btns-setting.nav-btns-setting--show {
    display: inline;
}
.dialog-scroll--show {
    overflow-y: hidden;
}
li.check-box-container {
    width: auto;
    margin: 5px;
    margin-top: 20px;
}
.checkbox__text {
    margin-left: 3px;
    margin-right: 8px;
    font-size: 15px;
}
.parent-item__text {
    word-break: break-all;
}
.new-user-setting-category__title {
    background-color: white;
    display: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 19px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(57,57,57,1);
    line-height: 28px;
}
.new-user-setting-category--pop .new-user-setting-category__title--show {
    display: block;
}

.new-user-setting-category--pop .new-user-setting-category-btn {
    max-height: 40px;
    top: 438px;
}
.new-user-setting-category-dialog-trigel {
    display: none;
    position: absolute;
    top: 40px;
    right: 18px;
    z-index: 300;
}
.new-user-setting-category--pop .new-user-setting-category-dialog-trigel--show {
    display: inline-block;
}

.new-user-setting-category-article-dialog--open .categories-container {
    height: 310px !important;
    overflow-y: scroll !important;
}

.new-user-setting-category-article-dialog--open .dialog {
    max-height: fit-content !important;
    overflow: hidden !important;
}
.new-user-select-brand-modal-wrapper {
      display: none;
      width: 100%;
      position: absolute;
      top: 56px;
      right: 0px;
      z-index: 10000;
      background:rgba(255,255,255,1);
      padding-top: 25px;
  }

.new-user-select-brand-modal-wrapper--show {
    display: block;
}

.new-user-select-brand-modal__triangle {
    display: inline-block;
    position: absolute;
    top: -18px;
    right: 18px;
}

.new-user-select-brand-modal__content {
    text-align: center;
}

.new-user-select-brand-modal__title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(57,57,57,1);
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 28px;
}

.body-cover {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    z-index: 120;
}

.new-user-setting-category--pop .body-cover--show {
    display: block;
}

.new-user-select-brand-modal__footer {
    padding: 11px 15px;
    border-top: 1px solid #E6E6E6;
}
.new-user-select-brand-modal__confirm-btn-wrapper {
    padding: 10px 0px;
    background:rgba(245,97,51,1);
    border-radius: 4px;
}

.new-user-select-brand-modal__confirm-btn {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 25px;
}
.new-user-setting-brand-cover {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: rgba(57,57,57,0.7);
    z-index: 200;
    overflow: hidden;
}

.new-user-setting-brand-modal {
    display: none;
    width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    margin: auto;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 300;
}

.user-setting-brand-close__icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    background: url("http://www.hfkktt.com/rch/m/images/close-icon.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.new-user-setting-brand-modal__content {
    padding: 22px 55px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(57,57,57,1);
    line-height: 25px;
    text-align: center;
}

.new-user-setting-brand-modal__confirm-btn {
    border-top: 1px solid rgba(229,229,229,1);
    font-size: 18px;
    font-weight: 400;
    color: rgba(245,97,51,1);
    line-height: 25px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.new-user-setting-brand-modal__confirm-btn > a {
    color: rgba(245,97,51,1);
    text-decoration: none;
}
.new-user-setting-brand-modal--show {
    display: block !important;
}
.new-user-setting-brand-cover--show {
    display: block !important;
}
.article-list-refresh-hint {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.08);
    text-align: center;
    padding: 11px 0;
}
.article-list-refresh-hint__refresh-btn {
    display: inline-block;
    border-radius: 6px;
    border: 2px solid rgba(245,97,51,1);
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(245,97,51,1);
    line-height: 20px;
    margin-left: 8px;
}
.article-list-refresh-hint__text {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: rgba(155,155,155,1);
    line-height: 21px;
}

@-webkit-keyframes hideRefreshHint{
    from { bottom: 0; visibility: show; }  to { bottom: -200px; visibility: hidden; }
}
@keyframes hideRefreshHint{
    from { bottom: 0; visibility: show; }  to { bottom: -200px; visibility: hidden; }
}
@-webkit-keyframes showRefreshHint{
    from { bottom: -200px; visibility: hidden; }  to { bottom: 0; visibility: show; }
}@keyframes showRefreshHint{
    from { bottom: -200px; visibility: hidden; }  to { bottom: 0; visibility: show; }
 }
.article-list-refresh-hint {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.08);
    text-align: center;  padding: 11px 0;
}
.article-list-refresh-hint--show {
    position: fixed;
    -webkit-animation: showRefreshHint 0.6s linear forwards;
    animation: showRefreshHint 0.6s linear forwards;
}
.article-list-refresh-hint--hide {
    position: fixed;
    -webkit-animation: hideRefreshHint 0.6s linear forwards;
    animation: hideRefreshHint 0.6s linear forwards;
}
.article-list-refresh-hint__text {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: rgba(155,155,155,1);
    line-height: 21px;
}
.article-list-refresh-hint__refresh-btn {
    display: inline-block;
    border-radius: 6px;
    border: 2px solid rgba(245,97,51,1);
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(245,97,51,1);
    line-height: 20px;
    margin-left: 8px;
}
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.loading-overlay__box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    font-size: 32px;
    text-align: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
}

.loading-overlay__loader,
.loading-overlay__loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
}
.loading-overlay__loader {
    margin: 13px;
    text-indent: -9999em;
    border-top: 0.1em solid rgba(255, 255, 255, 0.2);
    border-right: 0.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
    border-left: 0.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 红包start */
.red_packet{
    position: fixed;
    right: -20px;
    bottom: 230px;
    width: 50%;
}
.red_packet .rp-icon-tip{
    text-align: center;
}
.red_packet .rp-icon-tip img{
    width: 2.0rem;
    margin: 2px;
    padding: 0px;
}
.rp-detail-list{
    background: #f0f0f0;
    border-radius:30px;
}
.rp-detail-list .rp-list1{
    height: 45px;
    overflow: hidden;
    text-align: center;
}
.rp-detail-list .rp-list1 ul li{
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    text-align: center;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 0.85rem;
    color: #666;
}
.rp-detail-list .rp-list1 ul li span {
    padding: 0 0.2rem;
    margin: auto;
    font-size: 1.0rem;
}
.rp-detail-list .rp-list1 ul li .rp-text span {
    font-size: 1.0rem;
}
.rp-detail-list .rp-list1 .rp-li-item{
    width: 100%;
}
.rp-detail-list .rp-list1 .rp-avatar{
    margin: 0;
}
.rp-detail-list .rp-list1 .rp-avatar img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-top: 3px;
}
.rp-detail-list .rp-list1 .rp-text{
    width: 60%;
    text-align: left;
}

.rp-detail-list .rp-list1 ul li span.rp-col-1{
    font-size: 0.75rem;
}
.rp-animation-open-tip{
    -webkit-animation: twinkling 1s infinite ease-in-out
}
.animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes twinkling{
    0%{
        opacity: 0.5;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}
@keyframes twinkling{
    0%{
        opacity: 0.5;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}
/* 红包结束 */

.item-box{
    display: block;
    padding: 0 3px 8px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}
.item-box .drawing img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-box .item-text {
    box-sizing: border-box;
    padding: 4px 6px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    height: 40px;
    line-height: 18px;
    /*letter-spacing: 1px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item-box .drawing span.tag {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: block;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}
.item-box .drawing {
    position: relative;
    overflow: hidden;
    height: 240px;
    font-size: 0;
    border-radius: 5px;
}

.base-alert__container {
    z-index: 99999;
}
.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.alert-content {
    padding: 15px 0px 10px 0px;
    width: 100%;
    height: 300px;
}
#js_ad_dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ad-tip-title{
    color: #ff0000; font-size: 1.2rem; width: 100%; text-align: center; margin: 0
}
.ad-tip-title span{
    margin: 0px 35px;
}
.ad-tip-title img{
    width: 30px;
    height: 30px;
    position: absolute;
    top:10px;
}
.dad-tip{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.dad-tip img{
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    vertical-align: top;
}