/* #region 图片引入 */
:root {
    --top: url(../icon/top.png);
}

.icon {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon.icon-phone {
    background-image: url(../icon/phone.png);
}

.icon.icon-menu {
    background-image: url(../icon/menu.png);
}

.icon.icon-user {
    background-image: url(../icon/user.png);
}

.icon.icon-record {
    background-image: url(../icon/record.png);
}

.icon.icon-vip {
    background-image: url(../icon/vip.png);
}

.icon.icon-fold {
    background-image: url(../icon/fold.png);
}

/* #endregion */

/* #region 基础 */
.wrapper {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix::before,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.img {
    overflow: hidden;
    font-size: 0;
    background: #f3f3f3;
}

.img a {
    display: block;
    width: 100%;
    height: 100%;
}

.img img {
    width: 100%;
    height: 100%;
}

a {
    transition: all .3s;
}

::selection {
    color: #fff;
    background: #8bbf43;
}

/* #endregion */

/* #region 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f7f7f7;
}

.header .top {
    display: flex;
    align-items: center;
    height: 60px;
    background: #959595;
}

.header .top .wrapper,
.header .bottom .wrapper {
    display: flex;
    align-items: center;
}

.header .logo {
    width: 160px;
    height: 76px;
    background: #8bbf43;
    box-shadow: 0 2px 6px 1px #0003;
}

.header .logo a {
    display: flex;
    width: 100%;
    height: 100%;
}

.header .logo img {
    width: 116px;
    height: 46px;
    margin: auto;
}

.header .nav {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 580px;
    height: 60px;
    padding-left: 8px;
}

.header .nav li {
    height: 100%;
}

.header .nav a {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.header .nav .iconfont {
    transition: all .3s;
}

.header .nav .active .iconfont {
    transform: rotate(180deg);
}

.header .search {
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    gap: 16px;
    width: 340px;
    height: 34px;
    padding: 0 20px;
    background: #fff;
    border-radius: 17px;
}

.header .search input {
    width: 100%;
    height: 100%;
    caret-color: #8bbf43;
}

.header .search button {
    color: #959595;
    background: #fff;
    cursor: pointer;
}

.header .func {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.header .func .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header .bottom {
    display: flex;
    align-items: center;
    height: 47px;
}

.header .link {
    display: none;
    align-items: center;
    gap: 24px;
    margin-left: 180px;
}

.header .bottom .active {
    display: flex;
}

.header .link a {
    color: #707070;
    font-size: 14px;
    line-height: 14px;
}

.header .link a:hover {
    color: #8bbf43;
}

/* #endregion */

/* #region 内容 */
.main {
    margin-top: 107px;
}

.module .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.module .title img {
    width: 24px;
    height: 24px;
}

.module .title div {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.module .title span,
.module .title a {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.module .title a {
    margin-left: auto;
}

.module .title a:hover {
    color: #8bbf43;
}

.module .title .arrow {
    display: flex;
    gap: 4px;
    margin-left: auto;
}

.module .title .arrow span {
    color: #808080;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
}

.module .title .arrow .disabled {
    color: #d9d9d9;
    cursor: not-allowed;
}

.right .module .title div {
    position: relative;
    padding-left: 11px;
    font-size: 16px;
}

.right .module .title div::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 3px;
    height: 16px;
    content: "";
    background: #8bbf43;
}

.right .module .title a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.right .module .title a span {
    font-size: 12px;
    line-height: 12px;
    transition: all .3s;
}

.right .module .title a:hover span {
    color: #8bbf43;
}

/* #endregion */

/* #region 广告 */
.advertise {
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 8px;
}

.advertise a {
    display: block;
    width: 100%;
    height: 100%;
}

.advertise img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #endregion */

/* #region 底部 */
.footer {
    padding: 32px 0;
    background: #959595;
}

.footer .blogroll {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer .blogroll span,
.footer .blogroll a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.footer .blogroll a:hover {
    color: #8bbf43;
}

.footer .copyright {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
}

.footer .copyright a,
.footer .copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.footer .copyright a:hover {
    color: #8bbf43;
}

/* #endregion */

/* #region 返回顶部 */
.gotop {
    position: fixed;
    bottom: 100px;
    left: 50%;
    z-index: 10;
    /* display: none; */
    width: 45px;
    height: 45px;
    margin-left: 610px;
    background: var(--top) no-repeat, linear-gradient(180deg, #fff, #fff);
    background-position: center;
    background-size: 24px;
    border-image: linear-gradient(180deg, rgba(0, 0, 0, .03), transparent) 1 1;
    box-shadow: 0 12px 12px #2626261f;
    border-radius: 100%;
    cursor: pointer;
}

/* #endregion */

/* #region 面包屑 */
.breadcrumb {
    display: flex;
    align-items: center;
    height: 56px;
}

.breadcrumb a {
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.breadcrumb a:not(:first-child),
.breadcrumb span:last-child {
    margin-left: 10px;
}

.breadcrumb a:hover {
    color: #8bbf43;
}

.breadcrumb span {
    margin-left: 6px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    cursor: default;
}

/* #endregion */

/* #region 相关知识 */
.related {
    margin-top: 50px;
}

.module.related .content {
    margin-top: 30px;
}

.related .list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.related .list li:not(:first-child) {
    margin-top: 20px;
}

.related .list li:last-child {
    border-bottom: none;
}

.related .list a {
    flex: 1;
    display: block;
    color: #333;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related .list a:hover {
    color: #8bbf43;
}

.related .list span {
    display: block;
    height: 22px;
    padding: 0 12px;
    color: #8bbf43;
    font-size: 12px;
    line-height: 22px;
    background: rgba(139, 191, 67, .05);
    border-radius: 11px;
}

/* #endregion */

/* #region 24H资讯 */
.news {
    margin-top: 50px;
}

.module.news .content {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.news .list {
    overflow: hidden;
    flex: 1;
}

.news .list li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news .list li:not(:first-child) {
    margin-top: 20px;
}

.news .list a {
    flex: 1;
    display: block;
    color: #333;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .list a:hover {
    color: #8bbf43;
}

.news .list span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 12px;
}

.news .vertical {
    border: 1px solid #ededed;
}

/* #endregion */

/* #region 热文 */
.post .nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.post .nav::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1px;
    height: 16px;
    content: "";
    background: #e6e6e6;
}

.post .nav div {
    flex: 1;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.post .nav div:hover,
.post .nav .active {
    color: #8bbf43;
}

.post .hide {
    display: none;
}

.post .active {
    display: block;
}

.post .list {
    counter-reset: section;
}

.post .list li {
    position: relative;
    padding-left: 30px;
}

.post .list li:not(:first-child) {
    margin-top: 20px;
}

.post .list li::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    counter-increment: section;
    content: counter(section);
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

.post .list li:nth-child(1)::before {
    color: #fff;
    background: #ff5a5f;
    border-radius: 1px solid #ff5a5f;
}

.post .list li:nth-child(2)::before {
    color: #fff;
    background: #fa8346;
    border-radius: 1px solid #fa8346;
}

.post .list li:nth-child(3)::before {
    color: #fff;
    background: #f5c045;
    border-radius: 1px solid #f5c045;
}

.post .list a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post .list a:hover {
    color: #8bbf43;
}

.post .list span {
    display: inline-block;
    margin-top: 10px;
    padding: 0 8px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

/* #endregion */

/* #region 标签链接 */
.module.tag-links .content {
    margin-top: 18px;
}

.tag-links .links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-links .links a {
    overflow: hidden;
    display: block;
    height: 32px;
    padding: 0 12px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
    background: #f5f5f5;
    border-radius: 17px;
}

.tag-links .links a:hover {
    color: #fff;
    background: #8bbf43;
}

/* #endregion */

/* #region */

/* #endregion */

/* #region */

/* #endregion */

/* #region */

/* #endregion */