/* ======================================
   FuSi Design Core
   Version 2.12
   /layout/fusi.css
====================================== */

body{
    margin:0;
    background:#eef1f5;
    font-family:Arial,sans-serif;
    color:#003366;
}

.fusi-page{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
    padding-top:20px;
    padding-bottom:40px;
}

.fusi-width{
    width:90%;
    max-width:1100px;
    margin:0 auto 25px auto;
    box-sizing:border-box;
}

.fusi-card{
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,.10);
    padding:30px;
    box-sizing:border-box;
}

 /* FORMAT A = H1 */
.fusi-title{
    font-family:Arial,sans-serif;
    font-size:36px;
    font-weight:700;
    line-height:1.2;
    color:#003366;
    text-align:center;
    margin:0 0 12px 0;
}

 /* FORMAT A1 = Subtitle */
.fusi-subtitle{
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.4;
    color:#555555;
    text-align:center;
    margin:0 0 24px 0;
}

.fusi-news-title{
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:700;
    color:#003366;
    margin-bottom:10px;
    text-align:left;
}

.fusi-text{
    font-family:Arial,sans-serif;
    font-size:18px;
    line-height:1.5;
    color:#555555;
    text-align:justify;
}

.fusi-input{
    width:100%;
    height:58px;
    padding:12px 16px;
    font-size:18px;
    border:1px solid #cfd7e3;
    border-radius:8px;
    background:#eef3fb;
    box-sizing:border-box;
    margin-bottom:16px;
}

.fusi-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:8px;
    background:#003366;
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.fusi-footer{
    text-align:center;
    color:#666666;
    font-size:14px;
    margin-top:12px;
}
