:root {
    --primary-color: #2254f4;
    --sub-text-color: #838792;
    --primary-text: var(--primary-color);
}
.primary-text {
    color: var(--primary-text);
}
.badge {
    --bs-badge-font-size: .7rem!important;
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .navbar-toggler:focus {
        box-shadow: none!important;
    }
    .navbar-toggler:focus {
        box-shadow: none!important;
    }
    .navbar .navbar-toggler {
        border: none!important;
    }
    #carouselIndexIndicators .carousel-item img {
        height: 220px!important;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none!important;
    }
}
body {
    -webkit-overflow-scrolling: touch; /* 启用iOS弹性滚动 */
}
body a {
    text-decoration: none;
}
.modal-backdrop.show {
    position: relative;
}
.top-box {
    margin-bottom: 20px;
    font-size: 14px;
}
.top-box .left {
    width: calc(100% - 560px);
    line-height: 27px;
    height: 27px;
}
.top-box .left marquee {
    max-width: 800px;
    min-width: 300px;
}
.top-box .right {
    width: 500px;
    float: right;
    line-height: 27px;
    height: 27px;
}
.bg-body-tertiary {
    background-color: transparent;
}
.navbar {
    background: transparent;
}
.navbar img {
    max-width: 180px;
    max-height: 60px;
}

#carouselIndexIndicators .carousel-item img {
    object-fit: cover;
}

.about-box {
    padding: 50px;
}
.modules .title {
    font-size: 1.6rem;
    font-weight: bold;
}
.modules .subtitle {
    font-size: .9rem;
    color: #838792;
    margin-top: 5px;
}
.modules .desc {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-box {
    padding: 50px;
}
.custom-box .custom-list {
    
}
.custom-box a {
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin-bottom: 30px;
}
.custom-box .custom-item {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 5px;
}
.custom-box .custom-item:hover{
    box-shadow: 0.000000px 3.000000px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
    
}

.modules .article {
    width: calc(50% - 20px);
    max-width: 800px;
    margin: 10px 10px;
    text-decoration: none;
    color: #333;
    animation: auto ease 0s 1 normal none running none;
    padding:  15px;
    background: #fff;
    border-radius: 5px;
    height: 140px;
}
.modules .article .left {
    width: 160px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.modules .article .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    transition: all .36s ease;
    border-radius: 7px;
}
.modules .article .right {
    width: calc(100% - 160px);
    height: auto;
}
.modules .article .right .title {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.modules .article .right p {
    font-size: 14px;
}
.modules .article .right .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.0em; /* 高度为字体大小的两倍 */
  line-height: 1.5em; /* 行高 */
  max-height: 3em; /* 最大高度为行高的两倍 */
}
.modules .article:hover {
    background-image: none;
    background-color: initial;
    background-color: #fff;
    background-repeat: repeat;
    background-position: top left;
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
.modules .article:hover .title {
    color: var(--primary-color);
}
.modules .article .right .tool {
    display: flex;
    justify-content: space-between;
}
.modules .article .right .tool .time {
    font-size: 13px;
    color: var(--sub-text-color);
}
.modules .article:hover .jump {
    display: block!important;
}
.modules .article .right .tool .jump {
    font-size: 13px;
    color: var(--sub-text-color);
    display: none;
}
.modules .article .right .tool .sort {
    font-size: 14px;
    color: #999;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    border-radius: 3px;
}
.top-box {
    background: #010212;
    padding: 12px 0;
    color: #fff;
    margin: 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-grow: 0;
    }
}

.footer-box {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer-box .content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    display: grid;
}
.footer-box .content .logo-part {
    margin-bottom: 0px;
    grid-column: span 2 / span 2;
}
.footer-box .content .link-part {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.footer-box .content .link-part h4 {
    color: rgb(17 24 39 / 1);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
}
.footer-box .content .link-part ul {
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-box .content .link-part li {
    margin-bottom: 1.5rem;
}
.footer-box .content .link-part li a {
    color: rgb(75 85 99 / 1);
    text-decoration: inherit;
}

.footer-box .content .logo-part img {
    display: block;
    vertical-align: middle; 
}
.footer-box .content .logo-part p {
    text-align: left;
    max-width: 20rem;
    color: rgb(107 114 128 / 1);
    font-size: 0.8rem;
    line-height: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer-box .content .logo-part .footer-btn {
    margin-left: 0px;
    margin-right: 0px;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    color: rgb(255 255 255 /1);
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgb(79 70 229 / 1);
    border-radius: 9999px;
    width: fit-content;
    height: 2.25rem;
    text-decoration: inherit;
}
.footer-box .copyright {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    border-top-width: 1px;
    border-color: rgb(229 231 235 / 1);
    border-top-style: solid;
}
.footer-box .copyright .box {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    display: flex;
}
.footer-box .copyright .box span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(107 114 128 / 1);
}

.footer-box .copyright .box .right {
    margin-top: 0px;
    justify-content: center;
    display: flex;
}
.footer-box .copyright .box .right .icon {
    background-color: rgb(55 65 81 /1);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    color: #fff;
}
.footer-box .copyright .box  a {
    text-decoration: inherit;
    color: inherit;
}


.index-services .item .services__item:hover img {
    transform: scale(1.2);
    transition-duration: 0.5s, 1s, 1s;
}
.index-services .item img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
}
.index-services .item .services__content h3 {
    font-size: 18px;
}
.index-services .item .services__content p {
    font-size: 13px;
    color: rgb(107 114 128 / 1);
}
.index-services .item .services__item {
    background: #fff;
    border-radius: 8px;
    width: calc(100% - 20px);
    margin-top: 20px;
}

.number-card-box {
    padding: 20px 0;
    border-radius: 20px;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}
.counter__item h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-color);
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.counter__item h2 span {
    font-size: 15px;
    margin-left: 5px;
}
.counter__item span {
    text-transform: capitalize;
    font-size: 14px;
}
.white-bg {
    background: #ffffff;
}
.mb-30 {
    margin-bottom: 30px;
}

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

.textimg-box {
    color: #fff;
}
.textimg-box .desc {
    color: #fff;  
}
.textimg-btn {
    background: rgba(255, 255, 255, 0);
    font-weight: normal;
    cursor: pointer;
    font-family: 微软雅黑;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 16px!important;
    width: 147px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    margin: 0 auto;
}
.textimg-btn {    
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.textimg-btn:hover {
    background: rgba(255, 255, 255, 1);
}
.textimg-btn:hover {
    color: rgba(85, 134, 231, 1);
}

.quick-contact {
    padding: 30px;
    background: #fafafa;
    -webkit-box-shadow: 20px 20px 0 0 #107be9;
    box-shadow: 20px 20px 0 0 #107be9;
    overflow: hidden;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 1rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.quick-contact .ul-links li, .custom-box .ul-links li {
    margin-bottom: 20px;
}
.ul-links li a {
    color: #000;
    text-decoration: none;
}
.ul-links li a:hover {
    color: #107be9;
}
.top-img {
    position: relative;
}
.top-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-inner {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.top-banner {
    position: relative;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 .1875rem .3125rem #1c1f21;
}
.news {
    display: flex;
    height: 150px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
}
.news .img {
    width: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.news .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .6s ease 0s;
    vertical-align: middle;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.news:hover img {
    transform: scale(1.1);
}
.news .box {
    width: calc(100% - 250px);
    margin-left: 15px;
    margin-right: 15px;
}
.news .box .title {
    font-size: 19px;
    font-weight: 400;
}
.news .box .title a {
    text-decoration: none;
    color: inherit;
}
.news .box .title a:hover {
    color: var(--primary-color);
}
.news .box .short-content {
    font-size: 14px;
    color: #8a8a8a;   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 0px;
}
.news .box .more {
    color: #8a8a8a; 
    font-size: 13px;
    display: flex;
}
.news .box .more .badge a {
    color: #fff;
    text-decoration: none;
}
.news .box .more time {
    margin-left: auto;
}

.double-column-content {
    display: flex;
}
.double-column-content .left-column {
    width: 200px;
    
}
.double-column-content .right-column {
    margin-left: 30px;
    width: calc(100% - 230px);
}
.left-column .sticky-box {
    top: 5rem;
    position: sticky;
}
.left-column .category {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.left-column .category ul {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
}
.left-column .category ul li {
    list-style: none;
    padding: 5px 10px;
    font-size: 13px;
    
}
.left-column .category ul li a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    padding: 8px 5px;
    border-radius: 5px;
    padding-left: 10px;
}
.left-column .category ul li a.active {
    background: var(--primary-color)!important;
    color: #fff;
}
.left-column .category ul li a:hover {
    background: var(--primary-color)!important;
    color: #fff;
}

   
.left-column .category .title {
    font-weight: 400;
    font-size: 16px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    padding-left: 15px;
}

.pagination a {
    display: flex;
    border: 1px solid var(--primary-color);
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    margin: 0px 3px!important;
} 
.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0px 3px!important;
}

.neighbor-log {
    display: flex;
    justify-content: space-between;
}

.neighbor-log .prev-log,.neighbor-log .next-log {
    padding: 10px;
    width: calc(50% - 10px);
    border-radius: 10px;
}
.neighbor-log a {
    color: inherit;
    font-size: 15px;
}
.neighbor-log .next-log {
    text-align: right;
}
.neighbor-log .prev-log:hover,.neighbor-log .next-log:hover {
    background: var(--primary-color)!important;
    color: #fff;
}
.title-bg {
    object-fit: cover;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-shadow: 0 .1875rem .3125rem #1c1f21;
    display: flex;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    flex-direction: column;
}
.title-bg1:before {
    background: rgba(0,0,0,.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-bg1::after {
    content: '';
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #fff, transparent);
}
.title-bg .log-title {
    font-size: 2rem;
    position: relative;
}
.title-bg .date {
    font-size: 1rem;
    position: relative;
}
.title-bg .date a {
    color: inherit;
}
.title-bg .date a:hover {
    color: var(--primary-color);
}
@media (max-width: 1000px) {
    
    .news-box .article .left {
        display: none;
        width: 0px;
    }
    .news-box .article .right {
        width: 100%!important;
    }
}
@media (max-width: 800px) {
    .title-bg .log-title {
        font-size: 1.8rem!important;
    }
    .title-bg .date {
        font-size: 1.15rem;
    }
    .modules .article {
        width: calc(100% - 40px)!important;
    }
    
    .custom-box .custom-list a {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .title-bg .log-title {
        font-size: 1.5rem!important;
    }
    
    .title-bg .date {
        font-size: .95rem;
    }
    .double-column-content .left-column {
        display: none;
    }
    .double-column-content .right-column {
        width: 100%;
        margin-left: 0px;
    }
    .footer-box .content {
        display: flex;
    }
    footer .logo-part {
        width: 100%;
    }
    footer .link-part {
        display: none;
    }
}

.right-column .product-list {
    min-height: 300px;
}
.product-list .box .title {
    font-size: 17px;
    font-weight: 500;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all .2s ease-in;
    width: 100%;
}
.product-list .box .title a {
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: 24px;
    overflow: hidden;
    margin: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    background-color: #fff;
    box-sizing: border-box;
}
.product-list .box .title a:hover {
    color: var(--primary-color);
}
.product-list .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.product .img a:hover {
    transform: scale(1.1);
    transition: all .2s ease-out;
}
.product-list .product {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.product .tag-box a {
    padding: 5px 10px;
    margin: 0px 5px;
    background: #f3f5f7;
    color: #8a8a8a!important;
}
.product .tag-box a:hover {
    color: var(--primary-color)!important;
}

.top-banner .banner-title {
    margin-bottom: 1rem;
}
footer a:hover {
    color: var(--primary-color)!important;
}
.markdown img {
    max-width: 100%;
    border-radius: 8px;
}

.img-shadow {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 15px 100px -20px rgba(0,0,0,.1);
    box-shadow: 0 15px 100px -20px rgba(0,0,0,.1);
    border-radius: 20px;
    overflow: hidden;
}

.tab-card .nav-pills {
    display: flex;
    justify-content: center!important;
    margin-top: 20px;
}
.tab-card .nav-item {
    margin: 10px 5px;
}
.tab-card .nav-item .nav-link {
    background: transparent;
    color: var(--sub-text-color);
    padding: 3px 10px;
    font-size: 15px;
}
.tab-card .nav-item .nav-link.active {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.tab-card .nav-item .nav-link:hover {
    background: var(--primary-color);
    color: #fff;
}
#random-code {
    border: 1px solid;
    padding: 3px;
}
.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    float: left;
    padding-left: 45px;
    line-height: 25px;
    width: 100%;
}
.accordion-item {
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px!important;
}
.accordion-item:not(:first-of-type) {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-collapse {
    border: none;
}
.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.accordion-item .accordion-button i {
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777;
}
/**
 * 问答加上primary样式
 */
.accordion-button {
     border-radius: 8px!important;
 }
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3865F2;
    border-color: transparent;
    border-radius: 8px 8px 0 0!important;
}
.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: #3865F2;
    border-color: transparent;
}

.fixed-toolbox {
    position: fixed;
    right: 2%;
    bottom: 60px;
    z-index: 999;
}
.footer-toolbox {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 48px;
}
.footer-toolbox a {
    color: rgb(118, 124, 130);
}
.footer-toolbox i {
    font-size: 1.35rem;
}
.fixed-toolbox a {
    border: 1px solid rgba(17,24,39,.1);
    padding: 20px;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 5px;
    background: #f8f9fa;
    color: inherit;
    box-shadow: 0 6px 24px 0 rgba(42,49,67,.1),0 16px 24px 0 rgba(42,49,67,.06),0 9px 16px 8px rgba(42,49,67,.06);
}
.fixed-toolbox a:hover {
    color: #fff;
    background: var(--primary-color);
}
.fixed-toolbox a.backToTop {
    display: none;
}
.toolbox-img {
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    object-fit: cover;
}
.toolbox-title {
    margin-top: 5px;
    margin-bottom: 5px;
}
.tooltip-inner {
    background-color: #ffffff; /* 自定义背景颜色 */
    color: black; /* 自定义文本颜色 */
    box-shadow: 0 6px 24px 0 rgba(42,49,67,.1),0 16px 24px 0 rgba(42,49,67,.06),0 9px 16px 8px rgba(42,49,67,.06);
    border-radius: 5px;
}

.tooltip {
    border: 1px solid #ffffff; /* 修改边框颜色 */
    color: #fff!important; /* Tooltip 文本颜色 */
}
.tooltip .tooltip-arrow {
    background-color: #ffffff!important; /* 箭头颜色 */
    color: #ffffff!important;
    border-top-color: transparent; /* 默认箭头的颜色 */
    border-right-color: transparent;
    border-bottom-color: #333; /* 箭头背景颜色（与 Tooltip 背景相同） */
    border-left-color: transparent;
    display: none;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.custom-box .custom-list a {
    display: block;
}

.product-info .sider-box {
    width: 100px;
}
.product-info .sider-box ul {
    width: 100px;
    padding-left: 0px;
}
.product-info .sider-box ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-info .sider-box li {
    height: 100px;
    width: 100%;
    background: rgba(0,0,0,.02);
    border-radius: 5px;
    overflow: hidden;
}
.product-info .sider-box li.active {
    border: 1.75px solid #ff5000;
}
.product-info .sider-box li img {
    max-height: 100%;
    width: auto;
}
.product-info .left-box {
    margin-left: 30px;
    width: 350px;
    height: 350px;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.product-info .left-box img {
    width: auto;
    max-height: 100%;
}
.product-info .right-box {
    width: calc(100% - 500px);
    margin-left: 20px;
}
.product-info .right-box .title {
    font-size: 1.2rem;
    font-weight: 600;
}
.product-info .right-box .more {
    font-size: .85rem;
}
.product-info .right-box .desc {
    font-size: .8rem;
}
.product-info .right-box .more a {
    color: inherit;
}
.product-info .right-box .more a:hover {
    color: var(--primary-text);
}
.divider {
    position: relative;
}
.divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
    border-top: 1px #dcdfe6 solid;
}
.divider__text.is-left {
    left: 20px;
    transform: translateY(-50%);   
}
.divider__text {
    position: absolute;
    background-color: #ffffff;
    padding: 0 20px;
    font-weight: 500;
    color: #303133;
    font-size: 14px;
}
.product-info .product .tag-box a {
    margin-left: 0px;
}
@media (max-width: 800px) {
    .product-info .sider-box {
        display: none;
    }
    .product-info .left-box {
        display: none;
    }
    .product-info .right-box {
        width: 100%;
        margin-left: 0px;
    }
    
    #emlogEchoLog {
        margin-left: 20px;
        margin-right: 20px;
    }
}
#emlogEchoLog {
    min-height: 200px;
}
.params-table {
    border: 1px solid #f7f8fa;
    font-size: .9rem;
}
.params-table .title {
    display: flex;
    width: 160px;
    align-items: center;
    background: #f3f6f8;
    line-height: 18px;
    min-height: 60px;
    padding: 0 24px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #f7f8fa;
}
.params-table .content {
    display: flex;
    width: calc(100% - 160px);
    align-items: center;
    line-height: 18px;
    min-height: 60px;
    padding: 0 24px;
    text-align: left;
    border-bottom: 1px solid #f7f8fa;
}
.price-box .price {
    color: red;
    font-size: 1.6rem;
    font-weight: 800;
}
.price-box .price span {
    font-size: 1.2rem;
    font-weight: 500;
}


.imgbannerbox-box {
	overflow: hidden;
}

.imgbannerbox-list .base_view > p {
	margin-bottom: 56px;
}

.imgbannerbox-list .pc-banner .swiper-slide {
	position: relative;
	width: 666px;
	height: 378px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

.imgbannerbox-list .pc-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgbannerbox-list .pc-banner .swiper-slide .tag {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 113px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	background-color: rgb(0, 0, 0, 0.5);
	border-radius: 40px;
}

.swiper-pagination .button {
	position: relative;
	height: 60px;
	margin-top: 60px;
}

.swiper-button-prev,.swiper-button-next {
	position: absolute;
	top: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 3px 20px 1px rgba(77, 82, 96, 0.1);
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.swiper-button-prev:hover,.swiper-button-next:hover {
	background-color: #7368f2;
	color: #fff;
}

.swiper-button-prev > i,.swiper-button-next > i {
	font-size: 20px;
}

.swiper-button-prev {
	left: 212px;
}

.swiper-button-next {
	right: 212px;
}

.swiper-pagination .button .center_btn > a {
	width: 182px;
}

#translateSelectLanguage {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

.markdown .modules.index-contact ul {
    padding-left: 0px;
}

.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.navbar,.footer-toolbox {
    box-shadow: 0 .5rem 1rem rgba(18,38,63,.05);
    border-bottom: 1px solid rgba(17,24,39,.1);
}
.footer-toolbox {
    border-top: 1px solid rgba(17,24,39,.1);
}
nav.navbar {
    padding: 0px;
}
/* 要隐藏的元素样式 */
.hide-on-interaction {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 240px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 消失动画 */
.hide-on-interaction.hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(80px);
    pointer-events: none;
}

#contactMap {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
}