.fly-safe-box {
    background-color: rgb(240,242,245);
    padding-bottom: 50px;
}

.fly-safe-top {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url("/images/support/fly/fly-safe-bg.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fly-safe-top-content {
    width: 800px;
    height: auto;
}
.fly-safe-top-content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 26px;
    text-align: center;
}
.fly-safe-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0,0,0,0.65);
}

.fly-safe-content {
    margin: 30px auto 0;
    width: 1200px;
    background-color: white;
    padding: 45px 30px 30px;
}
.fly-safe-content h2 {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.fly-safe-content .sub-title {
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
}

.fly-safe-content .sub-title span:after {
    content: "\F105";
    color: rgb(0,112,213);
    margin-left: 5px;
}
.fly-safe-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fly-safe-item {
    width: 25%;
    height: 200px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
}
.fly-safe-item-desc {
    line-height: 20px;
    width: 100%;
    margin-top: 16px;
    text-align: center;
}
.icon-box {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}