@charset "UTF-8";

body {
    /*background: url("../../images/sxzazxg.jpg") no-repeat;*/
    /*background-size:cover;*/

    opacity: 0.9; /* 0.0 (完全透明) 到 1.0 (完全不透明) */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;

}

.layui-panel {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 58%);
    background-color: #fff;

    color: #5f5f5f;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-top: 8rem;

}

.logo {
    background: url('../../images/logod.gif') no-repeat center;
    background-size: 100px 100px;
    height: 8rem;
    width: 8rem;
    padding-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

h2 {
    position: relative;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #0e0d0d;
    justify-content: space-between;
    align-items: center;
}

h3 {
    position: relative;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #d32f2f;
    justify-content: space-between;
    align-items: center;
}

h4 {
    position: relative;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #012486;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

H1 {
    font-size: 24px;
    line-height: 2;
    display: flex;
    justify-content: center;
}

p {
    text-indent: 2em;
    line-height: 2.5;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    text-align: justify;
}

.layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height:2;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #16baaa;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
/* 背景图片动画 */
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.moving-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100vh;
    background-image: url('../../images/sxzazxg.jpg');
    background-size: cover;
    background-position: center;
    /*animation: slideBackground 30s infinite alternate linear;*/
}

@keyframes slideBackground {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30%);
    }
}

/* 主容器 */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
    flex: 1;
}

@media (max-width: 768px) {
    body {
        background: none; /* 在小屏幕设备上使用contain */
    }
    .layui-btn-container {
        word-spacing: -5px;
        position: fixed;
        text-align: center;
        bottom: 0px;font-size: 18px;
    }

}
