/* 样式重置 */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    font-family: 'Noto Sans SC', sans-serif;
}
a {
    text-decoration: none;
}

.pure-button, .pure-g, .pure-g [class*=pure-u] {
    font-family: 'Noto Sans SC', sans-serif;
}

.max-container {
    max-width: 1700px;
    margin: 0 auto;
}

/* 成功提示框的样式 */
.win-tip {
    display: block;
    background:rgba(0,0,0,.7);
    color: #fff;
    padding: 10px 20px;
    line-height: 40px;
    position: fixed;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    /*border-radius: 5px;*/
    display: none;
    z-index: 9999;
    font-size: 14px;
    text-align: center;
}

/* 失败提示框的样式 */

.error-tip {
    display: block;
    background:rgba(227,11,32,.7);
    color: #fff;
    padding: 0.22rem 0.47rem;
    line-height: 14px;
    position: fixed;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    /*border-radius: 5px;*/
    display: none;
    z-index: 9999;
    font-size: 14px;
    text-align: center;
}


@keyframes rotating {
    0% {
        transform:rotate(0deg)
    }

    to {
        transform:rotate(1turn)
    }
}
.rotating {
    -webkit-animation:rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.hide {
    display: none;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.button-xsmall {
    font-size: 70%;
}
.button-small {
    font-size: 85%;
}

/** 优化消息弹框宽度样式 */
.spop {
    width: auto !important;
    padding: 0 20px;
}

.root-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh);
}
.root-container img {
    width: 100%;
    height: 100%;
}
.root-container a {
    text-decoration: none;
    color: inherit;
}
.root-container .channel-top-image {
    height: 500px;
    width: 100%;
}

.normal-channel-content {
    width: 1200px;
    margin: 40px auto 40px;
}

.arrangement-channel-content {
    width: 100%;
    margin-bottom: 20px;
}

.channel-content {
    display: flex;
    flex-direction: column;
}

.channel-content .channel-content-head .channel-content-head-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.channel-content .channel-content-head .channel-content-head-wrapper .channel-content-head-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.channel-content .channel-content-head .channel-content-head-wrapper .channel-content-head-more {
    cursor: pointer;
}
.channel-content .channel-content-head .channel-content-head-wrapper .channel-head-img {
    background-color: #BE9F63;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 5px;
}

.channel-content .channel-content-head .channel-content-head-wrapper .channel-head-title {
    margin-left: 15px;
    font-size: 20px;
}

.channel-content .channel-content-head .channel-content-head-wrapper .channel-head-title .channel-head-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.channel-content .channel-content-head .channel-content-head-wrapper .channel-head-title .channel-head-title-wrapper .channel-head-title-bottom {
    background-image: url(../images/column_title_border.png);
    background-size: 100% 100%;
    height: 2px;
    margin-top: 1px;
    width: 100%;
}

.channel-content .channel-content-body {
    margin-top: 20px;
    margin-bottom: -3px;
}

/**
内容列表 begin
 */
.content-list {
    padding: 0 60px;
}
.content-list .content-item {
    padding: 20px 0;
}
.content-list .content-item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}
.content-list .content-item .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.content-list .content-item .content-wrapper .content-img {
    width: 250px;
    height: 150px;
    margin-right: 100px;
}
.content-list .content-item .content-wrapper .content-img img {
    border-radius: 10px;
}
.content-list .content-item .content-wrapper .content-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.content-list .content-item .content-wrapper .content-info .content-info-title {
    color: #000000;
    font-size: 24px;
}
.content-list .content-item .content-wrapper .content-info .content-info-title a:hover{
    color: #D4A552;
}
.content-list .content-item .content-wrapper .content-info .content-info-ext {
    display: flex;
    flex-direction: row;
    color: #bbbbbb;
}
.content-list .content-item .content-wrapper .content-info .content-info-ext .content-info-ext-comment {
    margin-left: 20px;
}
/**
内容列表 end
 */
/**
复选框 start
 */
.normal-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
}
.normal-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: "\a0";
}
.normal-checkbox-wrapper .normal-checkbox {
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: 0.2em;
    line-height: 1;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
}

.normal-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.normal-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s;
}
.normal-checkbox:hover .normal-checkbox-inner:hover {
    border-color: #D4A552;
}
.normal-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 21.5%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%,-50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    content: " ";
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox]:checked + .normal-checkbox-inner {
    border-color: #D4A552;
    background-color: #D4A552;
}
input[type=checkbox]:checked + .normal-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(
            45deg
    ) scale(1) translate(-50%,-50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    content: " ";
}
/**
复选框 end
 */

/**
分页器 start
 */
.page-large {
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}
.page-large .Num {
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
}
.page-large .Num:not(:last-child) {
    margin-right: 10px;
}
.page-large .Num.on {
    border-color: #d4a552;
}
.page-large .page-info {
    margin-left: 20px;
}
/**
分页器 end
 */










