
.chome {
    padding: 10% 0;
}

section.c1 {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    display: block;
    float: none;
    position: relative;
}

section.c2 {
    margin: 0 auto;
    clear: both;
    padding: 60px 5% 0 5%;
    display: block;
    float: none;
    position: relative;
}

section.c1 .logo {
    padding: 0;
}

#tops .logo {
    height: auto;
    margin-left:-260px;
}

    #tops .logo img {
        height: auto;
        margin: 0 auto;
        padding: 0px 0;
    }

.indexsearch {
    width: 640px;
    padding: 30px 0 0 40px;
}

.txtcontain {
    width: 640px;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid #00b277;
    overflow: hidden;
    height: 45px;
}

.indexsearch input.s {
    float: left;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 50px;
    width: 535px;
    height: 39px;
    border: 0;
}

.indexsearch input.b {
    float: left;
    background: #ff6600;
    width: 80px;
    height: 37px;
    border: 2px solid #ff6600;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.wl {
    width: 1000px;
    padding: 0px 0;
    margin: 0 auto;
}

.layu {
    margin-bottom: 150px;
}

    .layu li {
        float: left;
        padding: 0 0 0 0;
    }

    .layu .lytitle li.active a {
        color: #00b277;
        font-weight: bold;
        text-decoration: underline;
    }

    .layu .lytitle li a:hover {
        color: #00b277;
        font-weight: bold;
        text-decoration: underline;
    }

.layui-tab .layui-tab-title {
    border: none;
    margin: 0 auto;
    width: 700px;
    /*padding-left: 260px;*/
}

    .layui-tab .layui-tab-title li {
        padding: 0 5px;
        border: none;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        font-size: 14px;
        color: #666;
        border-bottom: 2px solid #fff;
        padding: 0px 15px
    }

        .layui-tab .layui-tab-title li:hover {
            color: #666;
            border-bottom: 2px solid #fff;
            font-weight: bold;
        }

        .layui-tab .layui-tab-title li.layui-this {
            color: #666;
            border-bottom: 2px solid #00b277;
            font-weight: bold;
        }

.layui-tab .layui-tab-content {
    padding: 5px 0 15px 0;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    boder-bottom: 0;
    border: none;
}

.layui-tab-content .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
}

    .layui-tab-content .content .lidiv {
        display: flex;
        width: 200px;
        flex-direction: column;
        align-items: center;
        flex: 0 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .layui-tab-content .content li {
        color: #333;
        margin: 0 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        padding: 0;
    }

    .layui-tab-content .content div.imgs {
        width: 180px;
        height: 200px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .layui-tab-content .content div.imgs img {
            height: 100%;
            display: block;
            transition: transform 0.5s ease;
        }

        .layui-tab-content .content div.imgs .caption {
            display: block;
            overflow: hidden;
            clear: both;
            color: #333;
            font-size: 14px;
        }

    .layui-tab-content .content li:hover img {
        transform: scale(1.2);
    }

.more {
    width: 980px;
    height: 30px;
    clear: both;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

    .more span {
        margin: 0 auto;
    }

.fixed .indexsearch {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    height: 61px;
    min-width: 1124px;
    opacity: 0.95;
    padding-top: 15px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
}

    .fixed .indexsearch .txtcontain {
        position: relative;
        left: -162px;
        width: 640px;
        margin: 0 auto;
    }

.fixleft {
    display: grid;
    place-items: center start;
    top: 5px;
    z-index: 1003;
    position: fixed;
    left: 50%;
    margin-left: -720px;
}

.fixed .fixed-logo {
    background: url(/static/img/slogo.png) no-repeat;
    display: block;
    height: 58px;
    width: 189px;
}

#input-container {
    background: #fff;
    border-radius: 9px;
    position: relative;
    width: 663px;
    z-index: 9;
    border: none;
}

#footer {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    line-height: 24px;
    padding: 6px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2002;
}

.content-wrapper {
    position: relative;
    width: 100%;
}

    .content-wrapper .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 60px;
        color: #666;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.2s;
        border-radius: 8px;
        box-shadow: none;
    }

        .content-wrapper .arrow:hover {
            color: #666;
            background: none;
        }

        .content-wrapper .arrow.left {
            left: 0;
        }

        .content-wrapper .arrow.right {
            right: 0;
        }

.content {
    margin: 0 50px;
}

.more-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2001;
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #666;
    pointer-events: none;
}

    .more-bottom .down-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

@media (max-width: 600px) {
    .more-bottom {
        text-align: center;
        padding: 20px 0;
        color: #999;
        font-size: 14px;
        font-size: 12px;
        bottom: 50px;
    }
}

@keyframes bounce-down {
    0%, 100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(8px);
    }

    40% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(0);
    }
}

.loading-indicator {
    text-align: center;
    padding: 15px 0;
    color: #00b277;
    font-size: 14px;
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 20px;
}

.animate-down {
    animation: bounce-down 2s infinite;
    font-size: 12px;
    color: #999;
    display: inline-block;
}

/* ÆÙ²¼Á÷ÑùÊ½ */
.page2 {
    opacity: 1;
    transition: opacity 0.5s ease;
    position: relative;
    width: 90%;
    min-height: 100vh;
    background: #fff;
    margin: 100px 5%;
    transform: translateY(0);
    transition: all 0.8s ease;
    display: block;
}

    .page2.active {
        opacity: 1;
        transform: translateY(0);
    }

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.waterfall-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.waterfall-container {
    position: relative;
    display: none;
}

    .waterfall-container.active {
        display: block;
        opacity: 1;
    }

.waterfall-item {
    position: absolute;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    width: calc(16.666% - 20px);
    box-sizing: border-box;
}

    .waterfall-item .imgcss {
        border: 1px solid #ccc;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .waterfall-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
    }

        .waterfall-item img:hover {
            position: relative;
            transform: scale(1.1);
            transition: transform 0.3s ease;
        }

    .waterfall-item .caption {
        width: 100%;
        color: #999;
        font-size: 14px;
        text-align: center;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .waterfall-item:hover .caption {
        color: #666;
        text-align: left;
    }
