﻿body {
    background-color: #ffffff;
}

.heading {
    width: 0.1金币;
}

.heading {
    width: 1.N折;
}

.heading {
    width: 0个;
}

.heading {
    width: 1金币;
}

.heading {
    width: 9999个;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.feature {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.feature img {
    width: 700px;
    flex-shrink: 0;
}

.feature .litetit {
    color: #fc6d67;
    font-size: 2rem;
    font-weight: bold;
}

.purple {
    color: #9d8ffa !important;
}

.blue {
    color: #6cc7f9 !important;
}

.feature .litetit p {
    color: #939599;
    font-size: 1rem;
    font-weight: normal;
}

.tit {
    text-align: center;
    margin: 40px 0;
    font-size: 3rem;
    color: #000000;
}

.tit p {
    font-size: 1.5rem;
    color: #000000;
}

.text-main {
    margin-top: 1rem;
    line-height: 200%;
}

.text-main p {
    color: #939599;
}

.text-main p strong {
    color: #000;
    position: relative;
    font-size: 1.2em;
}

.text-main p strong::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1em;
    height: 50%;
    background-color: rgba(255, 0, 0, 0.1);
    z-index: -1;
    border-radius: 3px;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.tool-card img {
    width: 100%;
}

.tool-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.tool-card img {
    width: 530px;
}

.tool-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.tool-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.tit {
    text-align: center;
    margin: 40px 0;
    font-size: 3rem;
}

.tit p {
    font-size: 1.5rem;
    color: #939599;
}

.container h3 a {
    font-weight: 700;
    color: #000000;
}

/* 轮播图样式 */
.home-owl-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.home-owl-slider .container-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.widget-slider-item {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-slider-item .slider-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.widget-slider-item .slider-warp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

/* 隐藏翻译元素 */
#translate {
    display: none !important;
}
