.dialog-mask .dialog-content .dialog-content-title,
.editor-pick h2 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-family: PoppinsSemiBold;
    font-weight: 600
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: PoppinsLight;
    src: url("../font/Poppins-Light.ttf")
}

@font-face {
    font-family: PoppinsRegular;
    src: url("../font/Poppins-Regular.ttf")
}

@font-face {
    font-family: PoppinsSemiBold;
    src: url("../font/Poppins-SemiBold.ttf")
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: PoppinsRegular, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji
}

body {
    background-color: #fafcff;
    position: relative
}

body.menu-active {
    height: 100%;
    overflow-y: hidden
}

body.menu-active .menu-mask,
img {
    display: block
}

.article-box h1::after,
.article-box h2::after,
.article-box h3::after,
.article-box h4::after,
.article-box h5::after,
.article-box h6::after,
.dialog-mask,
body.menu-active header .menu-btn {
    display: none
}

a {
    text-decoration: none
}

li,
ul {
    list-style: none
}

.container {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

header {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    width: 100%
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 48px;
    background: #1e5ddf
}

header .container .branch img {
    height: 24px
}

footer .branch img,
header .container .menu-btn img {
    height: 20px
}

.dialog-mask,
.menu-mask {
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 768px;
    height: 100%;
    background-color: transparent;
    display: none;
    overflow: hidden
}

.menu-mask .close {
    position: absolute;
    top: 13px;
    right: 16px;
    width: 20px;
    height: 20px
}

.menu-mask .close img {
    display: inline-block;
    width: 100%;
    height: 100%
}

.menu-mask .mask-main {
    background-color: #1e5ddf;
    position: absolute;
    height: calc(100% - 48px);
    width: 100%;
    padding: 0 24px;
    top: 48px;
    right: 0;
    background: rgba(255, 255, 255, .95)
}

.menu-mask .mask-main nav a {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: center;
    font-family: PoppinsSemiBold
}

.adbox,
.category-box,
.editor-pick,
.editor-pick .item-banner figure figcaption,
.editor-pick-list {
    margin-top: 16px
}

.menu-mask .mask-main nav a span {
    border-bottom: 2px solid #1e5ddf
}

.dialog-mask {
    background: rgba(0, 0, 0, .5)
}

.dialog-mask .dialog-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 24px;
    width: calc(100% - 80px);
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 14px
}

.article-box,
.category-box,
.editor-pick .item-banner figure figcaption .item-info,
.editor-pick h2 {
    padding: 0 16px
}

.dialog-mask .dialog-content .dialog-content-title {
    margin-bottom: 8px
}

.dialog-mask .dialog-content .dialog-content-description {
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
    line-height: 26px
}

.dialog-mask .dialog-content .dialog-content-btn {
    display: inline-block;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #ff3b62;
    border-radius: 24px;
    box-sizing: border-box;
    font-family: PoppinsSemiBold;
    user-select: none;
    vertical-align: middle
}

.dialog-mask .dialog-content .dialog-content-btn .watch-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/play.png) center center/100% no-repeat;
    vertical-align: middle
}

.dialog-mask .dialog-content .dialog-content-btn .watch-text {
    display: inline-block;
    vertical-align: middle
}

.dialog-mask .dialog-content .dialog-content-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%)
}

.adbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.adbox::before {
    content: "Advertisement";
    font-size: 12px;
    color: #76787f;
    font-family: PoppinsLight;
    margin-bottom: 4px
}

.editor-pick h2 {
    text-align: left
}

.editor-pick .item-banner {
    margin-top: 24px;
    display: block
}

.editor-pick .item-banner:first-of-type {
    margin-top: 0
}

.editor-pick .item-banner figure .thum {
    aspect-ratio: 3/2;
    overflow: hidden
}

.category-box .item-box a figure .thum img,
.editor-pick .item-banner figure .thum img {
    width: 100%;
    height: 100%;
    transition: .3s
}

.article-content .article-type,
.editor-pick .item-banner figure figcaption .item-type {
    margin-bottom: 4px;
    font-size: 12px;
    color: #1e5ddf;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase
}

.editor-pick .item-banner figure figcaption .item-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: left;
    font-family: PoppinsSemiBold
}

.article-content .article-time,
.editor-pick .item-banner figure figcaption .item-time {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase
}

.article-content .article-title,
.category-box h2,
.main-box h1 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: PoppinsSemiBold
}

.category-box .item-box .item-status,
.editor-pick .item-banner figure figcaption .item-time .item-status {
    display: inline-block;
    margin-right: 4px;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #ff3b62;
    border-radius: 11px
}

.category-box .item-box .item-status i,
.editor-pick .item-banner figure figcaption .item-time .item-status i {
    display: inline-block;
    margin-top: 4px;
    width: 10px;
    height: 12px;
    background: url(../img/lock.png) center center/100% no-repeat
}

.category-box .item-box a:hover figure .thum img,
.editor-pick .item-banner:hover figure .thum img {
    transform: scale(1.05)
}

.category-box .item-box a:hover figure figcaption p,
.editor-pick .item-banner:hover figure figcaption p {
    color: #1e5ddf
}

.category-box .item-box a figure {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.category-box .item-box a figure .thum {
    width: 34%;
    aspect-ratio: 3/2;
    overflow: hidden
}

.category-box .item-box a figure figcaption {
    width: calc(66% - 12px);
    margin-top: 6px
}

.category-box .item-box a figure figcaption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-family: PoppinsSemiBold
}

.category-box {
    margin-bottom: 24px
}

.category-box:last-of-type {
    margin-bottom: 0
}

.article-content .article-title,
.category-box h2 {
    font-weight: 600;
    text-align: left
}

.category-box .load-more,
.category-page .load-more {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #1e5ddf;
    box-sizing: border-box;
    transition: .3s;
    font-weight: 600
}

.category-box h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #1e5ddf;
    margin-top: 8px
}

.category-box .item-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap
}

.category-box .item-box a {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5
}

.category-box .item-box a figure figcaption .item-time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase
}

.category-box .item-box .item-abstract {
    display: none;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: left
}

.category-box .load-more {
    width: 142px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    color: #1e5ddf;
    background: rgba(227, 38, 82, 0);
    font-family: PoppinsSemiBold
}

.category-box .load-more-icon {
    display: inline-block;
    margin-left: 6px;
    width: 18px;
    height: 18px;
    background: url(../img/more_arrow.png) center center/18px 18px no-repeat
}

.category-box .load-more:hover,
.category-page .load-more:hover {
    opacity: .8
}

.category-page .load-more {
    width: 129px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    color: #fff;
    background: #1e5ddf
}

.main-box {
    min-height: calc(100vh - 236px);
    padding: 16px 16px 0
}

.main-box h1 {
    margin-bottom: 16px;
    font-weight: 600
}

.main-box li,
.main-box p,
.main-box ul {
    line-height: 22px;
    margin-bottom: 16px;
    font-size: 14px
}

.main-box p {
    color: #000
}

.main-box ul {
    counter-reset: listCounter
}

.main-box li {
    position: relative;
    padding-left: 24px
}

.main-box li::before {
    content: "•";
    position: absolute;
    left: 12px;
    margin-right: 5px;
    font-size: 20px
}

.article-content {
    position: relative;
    margin-top: 16px
}

.article-content .article-info {
    margin-bottom: 16px;
    padding: 0 16px
}

.article-content .article-cover {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%
}

.article-box.fold-content {
    max-height: 400px;
    overflow: hidden
}

.article-box.full-content {
    max-height: none;
    overflow: hidden
}

.article-box h1,
.article-box h2,
.article-box h3,
.article-box h4,
.article-box h5,
.article-box h6 {
    font-family: PoppinsSemiBold!important;
    font-weight: 600!important;
    font-size: 16px!important;
    color: #222!important;
    line-height: 24px!important;
    margin-top: 24px!important;
    margin-bottom: 12px!important
}

.article-box h1:first-of-type,
.article-box h2:first-of-type,
.article-box h3:first-of-type,
.article-box h4:first-of-type,
.article-box h5:first-of-type,
.article-box h6:first-of-type {
    margin-top: 0!important
}

.article-box p {
    font-size: 14px!important;
    color: #000!important;
    line-height: 22px!important;
    margin-bottom: 12px!important
}

footer .copyright,
footer nav a {
    font-size: 12px;
    color: #999;
    line-height: 16px
}

.article-box p:last-of-type {
    margin-bottom: 0!important
}

.article-box img {
    margin-bottom: 16px!important;
    width: 100%!important
}

.article-content .article-show-monitor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10
}

.article-content .article-show-monitor .article-content-shadow {
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.article-content .article-show-monitor .toggle-button {
    padding-bottom: 20px;
    width: 100%;
    background: #fff;
    text-align: center
}

.article-content .article-show-monitor .toggle-button .toggle-button-text {
    display: inline-block;
    width: 206px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #1e5ddf;
    font-family: PoppinsSemiBold
}

footer {
    margin-top: 40px;
    padding: 20px 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #111
}

footer nav {
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    border-top: 1px solid #333
}

footer nav a {
    margin-right: 17px
}

.footer nav a:last-of-type {
    margin-right: 0
}

footer nav a:hover {
    color: #fff
}

footer .copyright {
    margin: 11px 0 17px
}

@media screen and (min-width:600px) {
    .editor-pick-list {
        display: flex;
        flex-wrap: wrap
    }
    .editor-pick .item-banner {
        width: calc(50% - 8px);
        vertical-align: top
    }
    .editor-pick .item-banner:nth-of-type(2) {
        margin-top: 0
    }
    .editor-pick .item-banner:nth-of-type(2n) {
        margin-left: 16px
    }
    .category-box .item-box a figure figcaption {
        margin-top: 10px
    }
    .category-box .item-box a figure figcaption p {
        margin-top: 12px
    }
    .category-box .item-box .item-abstract {
        margin: 8px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }
}