.agreeMent-container {
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}

.agreeMent-box {
    margin: 30px 0;
    padding: 30px;
    height: 100%;
}



.agreeMent-box > .box-container {
    width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
}


.publish-date {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 15px;
}

.agreeMent-box .content {
    padding: 40px;
    /* max-height: 600px;
    overflow-y: auto; */
}

.warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
    /* font-weight: bold; */
    color: #856404;
}

h2 {
    color: #1e88e5;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
}

h3 {
    color: #333;
    margin: 25px 0 10px 0;
    /* font-size: 1.4rem; */
}

p {
    margin: 15px 0;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
}

strong {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.section {
    margin-bottom: 30px;
}


.agreement-checkbox {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.agreement-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.agreement-checkbox label {
    font-size: 1.1rem;
    cursor: pointer;
    flex: 1;
}

.accept-btn {
    background: linear-gradient(135deg, #4caf50, #43a047);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
    font-weight: bold;
}

.accept-btn:hover {
    background: linear-gradient(135deg, #43a047, #388e3c);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(67, 160, 71, 0.3);
}

.accept-btn:disabled {
    background: #bdbdbd;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

    .content {
        padding: 20px;
        font-size: 0.95rem;
    }

    .accept-btn {
        width: 100%;
        padding: 15px;
    }
    .ment-header .layui-btn-group>a{
        width:unset !important;
        font-size: 14px !important;
        padding:0 10px !important;
    }
    .ment-header{
        margin: 20px !important;
    }
    .agreeMent-box{
        margin: 20px 0 !important;
    }
}

/* 滚动条样式 */
.content::-webkit-scrollbar {
    width: 8px;
}

.content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.ment-header{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.ment-header .layui-btn-group>a{
    width: 200px;
}
.ment-header .layui-btn-group>a:hover{
    background-color: #1e88e5;
    color: #fff;
}

.ment-header .layui-btn-group>a.active{
    background-color: #1e88e5;
    color: #fff;
}