/*
 * Author: Hexinyan
 * Date Created: 2026-06-21 09:17:38
 * Modified By: Hexinyan
 * Last Modified: 2026-06-21 14:01:24
 * Description: home.css
 */

body {
    background-color: #3b48f2;
    padding-bottom: 20px;
}
.information {
    margin: 15px 15px 0;
}
.information .title, .business .title, .project .title, .advantage .title, .process .title {
    color: white;
    text-transform: uppercase;
}
.information .content {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.information img {
    width: 115px;
    height: 115px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
.information .text {
    height: 115px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: .84rem;
    color: #13227a;
}
.information .name {
    font-size: 1.4rem;
}
.information .text div {
    text-transform: uppercase;
}
.information .text .email {
    text-transform: none;
}
.business {
    margin: 10px 15px 0;
}
.business .content {
    width: 100%;
    height: 275px;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: .8rem;
    padding: .7rem;
}
.business img {
    width: 35px;
}
.business .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #13227a;
    row-gap: 10px;
    width: 25%;
    height: 33%;
}
.project {
    margin: 10px 15px 0;
}
.project .content {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    padding: 1.1rem 1.1rem .3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project .item {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #13227a;
}
.project a {
    width: 100%;
}
.project img {
    width: 100%;
    height: 231px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
.project .item div {
    margin-bottom: 5px;
}
.advantage {
    margin: 10px 15px 0;
}
.advantage .content {
    width: 100%;
    height: 170px;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: .8rem;
    padding: .7rem;
}
.advantage img {
    width: 35px;
}
.advantage .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #13227a;
    row-gap: 10px;
    width: 25%;
    height: 50%;
}
.process {
    margin: 10px 15px 0;
}
.process .content {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.process .item {
    display: flex;
    align-items: baseline;
}
.process .serial {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #13227a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: white;
    font-size: .85rem;
}
.process .text {
    color: #13227a;
    font-size: 1.1rem;
}
