a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #007bff;
}

.layui-text a:not(.layui-btn) {
    color: #007bff;
}

.layui-nav a:hover {
    text-decoration: unset;
    color: #FFFFFF !important;
}

.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: #ff602d !important;
}

a:hover, .layui-text a:hover, .layui-breadcrumb a:hover {
    /* color: #FF5722 !important; */
    /*text-decoration: underline;*/
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.m-10 {
    margin: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mh-10 {
    margin: 0 10px;
}

.mh-20 {
    margin: 0 20px;
}

.mv-10 {
    margin: 10px 0;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ph-5 {
    padding: 0 5px !important;
}

.ph-10 {
    padding: 0 10px !important;
}

.ph-20 {
    padding: 0 20px !important;
}

.ph-30 {
    padding: 0 30px !important;
}

.ph-40 {
    padding: 0 40px !important;
}

.ph-50 {
    padding: 0 50px;
}

.pv-5 {
    padding: 5px 0;
}

.pv-10 {
    padding: 10px 0;
}

.pv-20 {
    padding: 20px 0;
}

.pv-30 {
    padding: 30px 0;
}

.boxshadow {
    box-shadow: 0px 0px 10px #e8ebf4;
}

.boxshadow-bottom {
    box-shadow: 0px 1px 3px -2px #999;
}

.layui-icon {
    vertical-align: middle;
    position: relative;
}

.layui-table-tips .layui-icon {
    position: absolute;
}

.cu-this {
    background-color: #007bff;
    color: #FFFFFF;
}

.cu-this a {
    color: #FFFFFF;
}

/* 文章列表页样式 */
.category-lists-page .layui-elem-quote {
    background: #FFFFFF;
    border-left-color: #01AAED;
}

.layui-breadcrumb a:last-child {
    text-decoration: unset;
    cursor: default;
}

.layui-breadcrumb a:last-child cite {
    color: #999;
}

/* 文章详情页样式 */
.article-details-page .layui-elem-quote {
    background: #FFFFFF;
    border-left-color: #01AAED;
}

.article-details-page .article {
    background: #FFFFFF;
    padding: 20px 0;
}

.article-details-page .article-title h2 {
    text-align: center;
}

.article-details-page .article-attrs {
    text-align: center;
    margin: 15px 0;
}

.article-details-page .article-attrs li {
    display: inline-block;
    margin: 0 6px;
    color: #999999;
}

.article-details-page .layui-text {
    box-sizing: border-box;
}

.article-details-page .declare {
    border: 1px solid #e1e1e1;
    border-top-color: #007bff;
    background: #f7f7f7;
    word-break: break-all;
    padding: 8px 12px;
    color: #999999;
}

.article-details-page .declare span {
    font-weight: bold;
}

.cu-form-labelalone {

}

.cu-form-labelalone .layui-form-item .layui-form-label {
    float: none;
    text-align: left;
    padding-left: 4px;
    width: 100%;
}

.cu-form-labelalone .layui-form-item .layui-input-block {
    margin-left: 0;
}

.one-image-preview {
    border: 1px dashed #e2e2e2;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 140px;
}

.one-image-preview > img {
    max-width: 100%;
    max-height: 100%;
}

/*自定义滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #9c9da0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.justifycontent-spacebetween {
    justify-content: space-between;
}

.justifycontent-center {
    justify-content: center;
}

.justifycontent-flexstart {
    justify-content: flex-start;
}

.justifycontent-flexend {
    justify-content: flex-end;
}

.flext-item-auto {
    flex: auto;
}

.flext-item-none {
    flex: none;
}

.alignitems-flexstart {
    align-items: flex-start;
}

.alignitems-flexend {
    align-items: flex-end;
}

.alignitems-baseline {
    align-items: baseline;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

/*文本：打字机效果*/
.typed-out {
    overflow: hidden;
    border-right: .15em solid white;
    white-space: nowrap;
    animation: typing 1s steps(20, end) forwards, blink .8s infinite;;
    /*font-size: 1.6rem;*/
    width: 0;
}

@keyframes blink {
    from {
        border-color: transparent
    }
    to {
        border-color: white;
    }
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/*文本：立体效果*/
.text-3d {
    color: #FFFFFF;
    font-size: 100px;
    letter-spacing: -2px;
    line-height: 1;
    text-shadow: 4px 3px 0px #1d9d74, 9px 8px 0px rgb(0 0 0 / 15%);
    margin: 0 0 15px;
}

.parallelogram {
    display: inline-block;
    padding: 8px 12px;
    transform: skew(-30deg); /*设置倾斜度为-30*/
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    background-color: #e2e2e2;
}

/*频道页面样式*/
.page-block {
    border: 0px solid #eeeeee;
    box-sizing: border-box;
}

.page-block > .block-header {
    padding-bottom: 8px;
    position: relative;
}

.page-block > .block-header > .icon {
    font-size: 32px;
}

.page-block > .block-header > .text {
    padding-left: 5px;
    font-size: 24px;
    letter-spacing: 2px;
}

.page-block > .block-header > .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #595959;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 6px;
}

.page-block > .block-header > .more > .icon {
    font-size: 20px;
}

.page-block > .block-content {
    /*width: calc(100% - 132px);*/
    height: 322px;
}

.page-block > .block-content > .body {
    width: 100%;
    height: 292px;
}

.page-block > .block-content > .head {
    width: 100%;
    height: 30px;
    /*display: flex;*/
    justify-content: flex-end;
    padding-right: 10px;
    box-sizing: border-box;
    display: none;
}

.page-block > .block-content > .head .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #595959;
    text-decoration: none;
}

.page-block > .block-content > .head .more .icon {
    font-size: 20px;
}

.page-block > .block-content .component-item {
    width: 25%;
    height: 100%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}

.page-block > .block-content .component-item:last-child {
    padding-right: 10px;
}

.page-block > .block-content .component-item > .inner {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-block > .block-content .component-item > .inner .icon {
    font-size: 32px;
    color: #ccc;
}

.page-block > .block-content .component-item > .inner .title {
    padding-top: 10px;
    color: #ccc;
}

.page-column {
    margin-bottom: 20px;
    padding-top: 20px;
}

.page-column > .column-header {
    position: relative;
    height: 30px;
    border-bottom: 0.5px solid #f0f0f0;
    margin-bottom: 10px;
}

.page-column > .column-header > .shape-bg {
    position: absolute;
    top: 1px;
    width: 120px;
    height: 30px;
    z-index: 10;
    padding: 0;
}

.page-column > .column-header > .title {
    position: absolute;
    width: 120px;
    height: 30px;
    line-height: 30px;
    z-index: 11;
    text-align: center;
    color: #ffffff;
}

.page-column > .column-header > .more {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 11;
    text-align: center;
    color: #595959;
    right: 0;
    text-decoration: none;
}

.page-column > .column-header > .more > .icon {
    font-size: 20px;
}

.layui-btn {
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s linear, border 0.3s linear;
}

.layui-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle,
    #000 10%,
    rgba(0, 0, 0, 0) 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10);
    opacity: 0;
    transition: transform .6s, opacity 1s;
}

.layui-btn:active:after {
    transform: scale(0);
    opacity: 0.2;
    transition: 0s;
}

/* wangEditor 编辑器样式 */
.wangeditor—wrapper {
    border: 1px solid #eee;
    z-index: 100; /* 按需定义 */
}

.wangeditor-toolbar-container {
    border-bottom: 1px solid #eee;
}

.wangeditor-container {
    height: 500px;
}

/*wangEditor样式重写*/
.w-e-text-container li {
    list-style: inherit !important;
}

.w-e-text-container input[type=checkbox] {
    display: inline !important;
}

.ad-picture {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: 20px;
}

.ad-picture .desc {
    position: absolute;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    left: 0;
    bottom: 0;
}