body {
    background: #fff;
}
.btn {
    font-size: 14px;
}
a {
    color: #15c377;
}
.page-item.active .page-link {
    background-color: #15c377;
}
/*============================基本=====================================*/
.wrapper {
    overflow: hidden;
}
.lyear-main {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background-image: url(../images/header.png);
}
.header-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-main.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.header-main.sticky .lyear-header {
    border-color: transparent;
    top: 0;
}
.carousel-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: unset;
}
.lyear-header {
    position: relative;
    top: 20px;
    padding: 18px 22px 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white);
    border-radius: 50px;
}
.lyear-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*菜单*/
.main-menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.main-menu ul > li {
    position: relative;
    margin-right: 45px;
    padding: 3px 0;
}
.main-menu ul > li::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu ul > li.active::before {
    width: 100%;
    background-color: #15c377;
}
.main-menu ul > li > a {
    position: relative;
    color: #212529;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.header-btn {
    text-align: right;
}
.header-btn .btn,
.btn-example,
.btn-download,
.btn-tools {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 5px 0 20px;
    font-size: 14px;
}
.header-btn .btn i,
.btn-example i,
.btn-download i,
.btn-tools i {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 30px;
    color: #4d5259
}
.btn-download {
    color: #4d5259!important;
    background-color: #fff;
    border-color: #fff;
}
.btn-download i {
    background: #15c377;
    color: #fff;
}
.btn-download:hover {
    background-color: #15c377;
    color: #fff!important;
}
.btn-download:hover i {
    background: #fff;
    color: #15c377;
}
.btn-tools {
    color: #fff!important;
    background-color: #212529;
    border-color: #212529;
}
.btn-tools i {
    background: #fff;
    color: #212529;
}

/*介绍*/
.inner-product {
    position: relative;
    padding: 218px 0 100px;
}
.product-title .sub-title {
    font-size: 18px;
}
.product-title .title {
    letter-spacing: 10px;
}
.product-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-content p {
    font-size: 18px;
    color: #706F6B;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 29px;
    max-width: 501px;
}
.product-content .sub-title {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}
.product-img img {
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/**/
.product-other {
    padding: 100px 0px;
    position: relative;
}
.product-other .other-title .sub-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #15c377;
    margin-bottom: 9px;
    font-weight: 400;
}
.product-other .other-title .title {
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 24px;
}
.feature-block {
    position: relative;
    background-color: #16A34A1A;
    border: 1px solid #16A34A1A;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px 40px 40px;
    margin-bottom: 30px;
}
.feature-content .title {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.feature-content p {
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 242px;
}
.feature-content .btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 40px;
}
.feature-img {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 234px;
    max-width: 276px;
}
.feature-img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px;
}

/*文档*/
.doc-box {
    background-image: url(../images/cat-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.doc-box .sub-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #15c377;
    margin-bottom: 9px;
    font-weight: 400;
}
.doc-item {
    margin-bottom: 48px;
}
.doc-item .doc-wrap {
    position: relative;
    color: #FFFFFF !important;
}
.doc-item .entry-thumb {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 10px;
}
.doc-item .entry-title {
    font-size: 18px;
}
.doc-item a {
    box-shadow: none;
    text-decoration: none;
    color: rgb(112, 111, 107);
}
.doc-item .entry-thumb::before {
    content: "";
    display: block;
    padding-top: 112.5%;
}
.doc-item .entry-thumb img {
    position: absolute;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.doc-item .entry-thumb:hover img {
    transform: scale(1.03);
}
.doc-item .entry-thumb .entry-categories {
    z-index: 1;
    position: absolute;
    top: 16px;
    left: 16px;
}
.doc-item .entry-thumb .entry-categories a {
    display: inline-block;
    margin-right: 4px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #3A3A4C;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
}
.doc-item .entry-more {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2424244D;
    backdrop-filter: blur(4px);
    transition: opacity 0.3s;
}
.doc-item .entry-more .pt-button {
    padding: 6px 20px;
    border: 1px solid #15c377;
    background-color: #15c377;
    border-radius: 30px;
    color: #fff;
}
.doc-item .entry-thumb:hover .entry-more {
    opacity: 1;
}

/*下载*/
.download-box {
    padding: 100px 0px;
}
.download-item .entry-thumb {
    height: 220px;
    max-height: 220px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px
}
.download-item .entry-thumb img {
    max-width: 100%;
    max-height: 100%;
}
.download-item .entry-title {
    line-height: 0;
}
.download-item .entry-title a {
    font-size: 18px;
    line-height: 1.5;
    color: rgb(112, 111, 107)
}
.download-item .entry-meta {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.download-item .entry-meta .entry-date {
    flex-shrink: 0;
    flex-grow: 1;
}
.download-item .entry-caption {
    margin-bottom: 24px;
}
.box-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
}
.box-desc {
    font-size: 16px;
    text-align: center;
    color: #706F6B;
    margin-bottom: 24px;
}
/*代码*/
.code-box {
    padding-bottom: 100px;
}
.code-item {
    margin-bottom: 30px;
}
.code-item .card-code {
    display: block;
    border-radius: 10px;
    padding: 15px;
    background-color: #16A34A1A;
    border: 1px solid #16A34A1A;
}
.code-item .card-code:hover {
    border-color: #15c377;
}
.code-item .panel-heading {
    font-size: 16px;
    color: #4d5259;
    margin-bottom: 14px;
}
.code-item .panel-body {
    color: #706F6B;
}

/*底部*/
.footer-style {
    position: relative;
    border-top: 1px solid #16A34A1A;
    padding-top: 50px;
}
.footer-bottom {
    position: relative;
    border-top: 1px solid #16A34A1A;
}
.footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 0;
}
.copyright-area {
    position: relative;
}
.copyright-area p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}
.terms-list {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .terms-list {
        margin-top: 10px;
    }
}
.terms-list {
}
@media (max-width: 416px) {
    .terms-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.terms-list li {
    margin-right: 51px;
}
.terms-list li:last-child {
    margin: 0;
}
@media (max-width: 416px) {
    .terms-list li:last-child {
        margin-top: 10px;
    }
}
.terms-list li a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
    color: #706F6B;
}
.terms-list li a:hover {
    color: #4d5259;
}
#scrollTopBtn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    font-size: 22px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: #15c377;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.footer-logo {
    position: relative;
    margin-bottom: 30px;
}
.about-widget p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 26px;
}
.footer-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 50px 0 47px;
}
.footer-widget {
    position: relative;
    margin-bottom: 50px;
}
.widget-title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}
.footer-link {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-link li {
    margin-bottom: 12px;
}
.footer-link li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    color: #4d5259;
}
.footer-link li a:hover {
    color: #15c377;
}

/*列表*/
.list-box {
    padding: 100px 0px;
}
.list-padding {
    padding-top: 160px;
}
.sidebar .list-widget:first-child {
    margin-top: 65px
}

.list-widget {
    margin-bottom: 30px;
}

.list-widget .widget-title {
    font-family: Lato,Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 46px;
    margin-bottom: 16px;
    position: relative
}

.list-widget .widget-title:after {
    background-color: #15c377;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px
}

.list-widget .widget-body {
    list-style: none;
    padding-left: 0
}

.widget_categories .cat-item {
    border-bottom: 1px solid #eee
}

.widget_categories ul .cat-item:last-child {
    border-bottom: 0
}

.widget_categories .cat-item a {
    font-size: 15px;
    line-height: 44px;
    color: #4d5259;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.widget_categories .cat-item ul {
    margin-bottom: 10px
}

.widget_categories .cat-item a:hover,.widget_categories li.active > a {
    color: #15c377;
    text-decoration: none
}

.widget_tag_cloud .widget-body a {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #f5f5f5;
    color: #4d5259;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.widget_tag_cloud .widget-body a:hover {
    text-decoration: none;
    background-color: #15c377;
    border-color: #15c377;
    color: #fff
}

.list-content {
    padding-left: 68px;
    font-size: 16px;
    line-height: 27px;
}
.post header h2 {
    margin-bottom: 10px;
}
.post header h2 {
    font-size: 36px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 300;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.post header h2 a {
    color: #4d5259;
    position: relative;
    line-height: 44px;
}
.post header h2 a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 1px;
    background-color: #aaa;
}
.post-meta {
    list-style: none;
    padding-left: 0
}

.post-meta li {
    display: inline-block;
    margin-right: 50px
}

.post-meta i {
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px
}

.post-media {
    text-align: center;
    margin: 20px 0
}

.post-media,.post-media img {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .list-content {
        padding:30px 20px!important;
        flex: 0 0 100%;
        max-width: 100%!important;
    }

    .carousel-container .list-content {
        padding-left: 20px
    }

    .carousel-container .list-sidebar+.list-content {
        padding-right: 20px
    }

    .carousel-container .list-content.col-md-12 {
        padding-left: 20px;
        padding-right: 20px
    }

    .container-container .list-sidebar {
        padding-left: 20px
    }
}
@media screen and (max-width: 767px) {
    .list-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 80% !important;
        height: 100%;
        left: -80% !important;
        padding-left: 25px;
        padding-top: 20px !important;
        overflow-y: auto;
        background-color: #fcfcfc !important;
        -webkit-transition: left .25s ease-out;
        -o-transition: left .25s ease-out;
        transition: left .25s ease-out;
    }
}
.post-tags {
    padding-top: 20px
}

.post-tags a {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #f5f5f5;
    color: #777;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.post-tags a:hover {
    text-decoration: none;
    background-color: #15c377;
    border-color: #15c377;
    color: #fff
}

.sidebar .widget:first-child {
    margin-top: 65px
}
.other-doc {
    padding-left: 0;
    margin: 30px 0;
    text-align: center;
    list-style: none;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.other-doc li {
    display: inline
}

.other-doc li>a,
.other-doc li>span {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 15px
}

.other-doc li>a:focus,
.other-doc li>a:hover {
    text-decoration: none;
}

.other-doc .next>a,
.other-doc .next>span {
    float: right
}

.other-doc .previous>a,
.other-doc .previous>span {
    float: left
}
.other-doc .next>a:after,
.other-doc .previous>a:before {
    font-family: "Material Design Icons";
    font-size: 20px;
    vertical-align: bottom;
}
.other-doc .previous>a:before {
    content: "\F141";
    margin-right: 8px;
}
.other-doc .next>a:after {
    content: "\F142";
    margin-left: 8px;
}

@media screen and (max-width: 990px) {
    .product-content .sub-title {
        display: none;
    }
    .lyear-logo {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 10px;
    }
    .sigin-box {
        display: none;
    }
    .main-menu ul > li::before {
        bottom: -18px;
    }
    .btn-toggle {
        display: block!important;
        position: absolute;
        left: 0px;
        font-size: 24px;
        bottom: 0px;
    }
    .list-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* 固定定位的侧边栏 */
    .list-sidebar {
        /* 覆盖原有定位 */
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: -100% !important; /* 默认隐藏在屏幕左侧 */
        z-index: 1050; /* 确保在内容之上 */

        /* 动画效果 */
        transition: left 0.3s ease;

        /* 额外样式 */
        width: 80% !important; /* 保持你设定的宽度 */
        max-width: 280px; /* 可选：限制最大宽度 */
        background-color: #fff; /* 确保背景 */
        padding-top: 60px; /* 留出空间给 header，根据实际情况调整 */
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); /* 添加阴影，更美观 */
        overflow-y: auto; /* 允许内部滚动 */
    }
}

/*
    侧边栏滑动功能所需的新CSS
    这些规则优先级较高，以覆盖原有的移动端样式
*/
.btn-toggle {
    display: none;
}
/* 确保 body 在侧边栏打开时不会滚动 */
body.sidebar-overlay-enabled {
    overflow-x: hidden;
    overflow-y: hidden;
}


/* 当 body 有 sidebar-visible 类时，侧边栏显示 */
body.sidebar-visible .list-sidebar {
    left: 0 !important; /* 滑入视图 */
}

/* 遮罩层样式 */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明白色背景 */
    z-index: 1040; /* 低于侧边栏，高于主要内容 */

    /* 初始状态是隐藏的 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 当 body 有 sidebar-visible 类时，遮罩层显示 */
body.sidebar-visible .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

/* 确保在侧边栏打开时，主要内容区域不能滚动 */
body.sidebar-visible {
    overflow: hidden;
}
@media (max-width: 992px) {
    #scrollTopBtn {
        position: fixed;
        left: auto;
        right: 20px;
        bottom: 20px;
    }
}


.tools-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #0000001A;
    border-radius: 14px;
    height: 100%;
    color: #4d5259;
}
.pricing-content {
    width: 100%;
}
.tools-card p {
    margin-bottom: 0px;
}
.tools-card h4 {
    font-size: 18px;
    font-weight: 700;
}
.tools-list [class*="col-lg"] {
    margin-bottom: 30px;
}
.tools-card:hover {
    border-color: #15c377;
    color: #4d5259;
    background-color: #16A34A1A;
}
.tool-category {
    font-size: 20px;
    font-weight: 700;
    color: #15c377;
}
.tools-name {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.tools-body {
    font-size: 16px;
    line-height: 2;
}
.tools-body small,
.tools-body .small,
.tools-body .badge,
.tools-body code {
    font-size: 14px;
}

/*工具*/
.stat-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 0.75rem;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    transition: all 0.2s;
}
.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e40af;
    line-height: 1.2;
}
.stat-label {
    color: #4b5563;
    letter-spacing: 0.5px;
}
.badge-info-custom {
    background: #eef2ff;
    color: #1e40af;
}
.tools-border {
    border: 1px solid #16A34A1A;
}
.syntax-item {
    font-size: 14px;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #cbd5e1;
}
.regex-input-group {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.regex-input-group .form-control {
    border: none;
    box-shadow: none;
}
.result-area {
    font-size: 14px;
    background: #1e293b;
    color: #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    max-height: 280px;
    overflow-y: auto;
}
.match-item {
    background: #0f172a;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    word-break: break-all;
}
/*bmi*/
.result-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e40af;
}
/*color*/
.color-preview {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: background 0.1s ease;
}
.format-value {
    flex: 1;
    margin: 0 0.5rem;
    word-break: break-all;
    background: #f5f6f7;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    color: #0f172a;
}
.format-label {
    font-weight: 600;
    width: 70px;
    color: #334155;
}
.copy-btn {
    background: #f5f6f7;
    border: none;
    padding: 0.2rem 0.8rem;
    font-size: 14px;
    color: #15c377;
    transition: 0.1s;
    border-radius: 2px;
    cursor: pointer;
}
.copy-btn:hover {
    background: #e4e7ea;
}
.badge-wcag {
    padding: 0.35rem 0.7rem;
    border-radius: 2rem;
    font-weight: 500;
    display: inline-block;
    margin: 0.2rem;
}

.toast-custom {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: white;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.8rem;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
/*反应时间*/
.test-area {
    background-color: #e9ecef;
    border-radius: 1rem;
    padding: 3rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease;
    user-select: none;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.1);
}
.test-area.active {
    background-color: #28a745;
    color: white;
    box-shadow: 0 0 20px rgba(40,167,69,0.3);
    cursor: pointer;
}
.test-area.waiting {
    background-color: #ffc107;
    color: #856404;
    cursor: not-allowed;
}
.test-area .big-text {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.test-area .sub-text {
    font-size: 1rem;
    opacity: 0.9;
}
.result-item {
    background: #f8f9fc;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-list {
    max-height: 250px;
    overflow-y: auto;
}
.copy-feedback {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e293b;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
    pointer-events: none;
    white-space: nowrap;
}
.copy-feedback.show {
    opacity: 1;
}
/*进制*/
.batch-result {
    background: #1e293b;
    color: #e2e8f0;
    border-radius: .5rem;
    padding: 1rem;
    font-size: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
}
.batch-result pre {
    margin: 0;
    color: #cbd5e1;
    white-space: pre-wrap;
}
.badge-base {
    background: #eef2ff;
    color: #1e40af;
}
/*js压缩*/
.indent-option {
    background: #fff;
    border-radius: 2rem;
    padding: 0.2rem 0.2rem;
    display: inline-flex;
    gap: 0.5rem;
    border: 1px solid #e2e8f0;
}
.indent-option .btn-radio {
    border-radius: 2rem;
    padding: 0.3rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.1s;
    cursor: pointer;
    background: transparent;
    color: #334155;
}
.indent-option .btn-radio.active {
    background: #15c377;
    color: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.custom-control-label {
    line-height: 1.5;
}
/*密码*/
.password-list {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.5rem;
}
.password-item {
    background: #f9fafb;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: break-all;
}
.password-item:last-child {
    margin-bottom: 0;
}
.password-text {
    font-size: 1rem;
    letter-spacing: 0.5px;
    user-select: all;
}
/*时间*/
.countdown-number {
    font-family: monospace;
    font-size: 1.8rem;
    font-weight: 700;
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 0.75rem;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}
/*代码*/
.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    border-top-right-radius: 10px;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.shape {
    border-color: transparent #15c377 transparent transparent;
}
.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: -2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* 文档手册 */
.manual-basic {
    text-align: center;
}
.manual-basic .manual-cover {
    max-width: 160px;
}
.block-title {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 22px;
}
.block-title h2 {
    position: relative;
    display: inline;
    padding-right: 16px;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    z-index: 1;
    margin: 0px;
}
.block-title-line {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    color: rgba(77,82,89,0.07);
    background: currentColor;
}
.book-catalog ul li {
    line-height: 2.5;
    font-size: 16px;
}
.doc-desc li a {
    color: #212529;
}
.doc-desc li a:hover {
    color: #15c377;
}
.manual-header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 62px;
    color: #fff;
    background-color: #5cc7b2;
    z-index: 9;
}
.manual-header a {
    color: #fff;
}
.manual-header a:hover,
.manual-menus li a:hover {
    text-decoration: none;
}
.manual-header,
.manual-content {
    padding-left: 280px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.manual-header .navbar {
    padding: 16px 15px;
}
.manual-header-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.manual-header-toggler {
    margin-right: .25rem;
    padding: .25rem .95rem .25rem .25rem;
    line-height: 1.5;
    cursor: pointer;
}
.manual-header-toggler .manual-toggler-bar {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
    margin: 4px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.manual-header-toggler .manual-toggler-bar:nth-child(2) {
    width: 15px;
}
.manual-header-toggler:hover .manual-toggler-bar:nth-child(2) {
    width: 20px;
}
.manual-sidebar-close .manual-header-toggler .manual-toggler-bar {
    width: 20px;
}

.manual-copyright {
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
}

/* 文档手册侧边栏 */
.manual-sidebar {
    display: block;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 280px;
    background-color: #f8f9fa;
    -webkit-transition: 0.3s transform;
    transition: 0.3s transform;
    transform: translateX(0);
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}
.manual-sidebar-close .manual-sidebar {
    transform: translateX(-100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.manual-sidebar-close .manual-header,
.manual-sidebar-close .manual-content {
    padding-left: 0px;
}
.manual-sidebar-logo {
    background-color: #5cc7b2;
}
.manual-sidebar-logo a {
    display: block;
    height: auto;
    text-align: center;
}
.manual-sidebar-logo a img {
    max-width: 100%;
    margin: 13px 0px;
}
.manual-scroll {
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow-y: auto;
}
.manual-menus {
    margin: 0px;
    padding: 0px;
    list-style: noone;
}
.manual-menus li {
    position: relative;
}
.manual-menus li a {
    display: block;
    color: #4d5259;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 30px;
}
.manual-menus li .nav-subnav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.manual-menus > .active > a {
    background-color: rgba(0,0,0,.0325);
}
.manual-menus > li.active > a {
    background-color: rgba(0,0,0,.0325)!important;
}
.manual-menus > .active > a:hover,
.manual-menus > .active > a:focus,
.manual-menus > .active > a:active {
    background-color: rgba(0,0,0,.0325);
    border-color: #33cabb;
}
.manual-menus .nav-subnav > li.active > a,
.manual-menus .nav-subnav > li > a:hover {
    color: #33cabb;
    background-color: transparent;
}
.manual-menus li ul,
.manual-menus li ul li ul
.manual-menus li ul li ul li ul {
    padding-left: 15px;
}
.nav-item-has-subnav ul li .caret {
    height: 23px;
}
.nav-item-has-subnav ul li .caret:after {
    vertical-align: 0px;
}
.nav-item-has-subnav .caret {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 41px;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 222;
}
.nav-item-has-subnav .caret:after {
    display: inline-block;
    font-size: 12px;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: -9px;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;

    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-item-has-subnav .caret.down:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-item-has-subnav.open > .nav-subnav {
    display: block;
}
.nav-subnav {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.manual-content {
    display: block;
    position: absolute;
    padding-top: 62px;
    width: 100%;
    height: 100%;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#manual-main {
    padding: 65px;
    line-height: 2;
}
.manual-prev-next{
    display: flex;
    border-top: 1px solid #f5f5f5;
    margin: 0px 65px 65px;
    padding: 30px 0px 30px 0px;
}
.manual-sidebar-footer {
    bottom: 0;
    width: 100%;
    height: 96px;
    border-top: 1px solid rgba(77,82,89,0.05);
    margin-top: 24px;
    padding: 24px;
    font-size: 13px;
    line-height: 24px;
}
.editormd-preview-container,
.editormd-html-preview {
    font-size: 16px;
}
.markdown-body {
    color: #4d5259;
}
@media screen and (max-width: 960px) {
    #lyear-main-content {
        margin-left: 0;
    }
    #lyear-aside {
        width: 100%;
        position: relative;
        z-index: 999;
        height: 380px;
    }
}
@media (max-width: 1024px) {
    .manual-sidebar {
        transform: translateX(-100%);
    }
    .manual-header,
    .manual-content {
        padding-left: 0;
    }
    .manual-sidebar.manual-open {
        transform: translateX(0);
    }
    .manual-sidebar {
        -webkit-box-shadow: none;
        -moz-webkit-box-shadow: none;
        box-shadow: none;
    }
    /* 遮罩层 */
    .manual-mask-modal {
        position: fixed;
        height: 100%;
        width: 100%;
        opacity: 1;
        left: 0;
        top: 0;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 5;
    }
}

/*json*/
.input-box {
    padding: 0px;
    height: 80vh;
}
.input-box .form-control {
    border-color: #efefef;
    height: 80vh;
    min-height: 520px;
    font-size: 14px;
    border-right: 0px;
}
.input-box .form-control:focus {
    box-shadow: none;
}
#right-box {
    width: 100%;
    height: 80vh;
    min-height: 520px;
    border: solid 1px #efefef;
    border-radius: 0;
    resize: none;
    overflow-y: scroll;
    outline: none;
    position: relative;
    font-size: 12px;
    padding-top: 48px;
}
.result-box {
    height: 100%;
    padding: 0px;
}
.tool-json {
    padding: 10px;
    height: 48px;
    border: 1px solid #ececec;
    background-color: #fff;
    width: 100%;
    font-size: 12px;
    z-index: 100;
}
.tool-json a {
    padding: 0px 20px;
    color: #828282;
}
.tool-json .tip i {
    font-size: 16px;
}
#line-num {
    padding: 0px 8px;
    float: left;
    display: none;
    z-index: -1;
    color: #999;
    position: absolute;
    text-align: center;
    over-flow: hidden;
}
#json-target {
    padding: 0px 15px 0px 30px;
    white-space: pre-line;
}

/*用户*/
.user-hero {

}
.img-avatar-32 {
    width: 32px;
    height: 32px;
}
.user-hero .user-name {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 9px;
}
td.old {
    background-color: #f8f8f8;
    color: #9d9d9d;
}
.sign-table td.active {
    background-color: #f0f0f0;
    color: #5cc7b2;
    position: relative;
}
.sign-table td.active:before {
    font: normal normal normal 18px/1 "Material Design Icons";
    content: "\f12c";
    position: absolute;
    top: 2px;
    right: 2px
}
.sign-table td.today {
    background-color: #f0f0f0;
    cursor: pointer
}
.notice-list li {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.fs-16 {
    font-size: 16px;
}
.btn-w-md {
    min-width: 120px;
}