/* 横幅 */
.banner {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("/assets/link/banner.png");
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner-title-wrap {
    text-align: center;
    position: relative;
    z-index: 10;
}

.banner .banner-title {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.banner .banner-subtitle {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5em;
    margin-top: 20px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.wrap {
    width: 1200px;
    margin: 60px auto;
    display: flex;
    justify-content: start;
}

.img {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 60px;
    color: #3D3D3D;
}

.item {
    font-size: 18px;
}

.item i {
    font-size: 24px;
    margin-right: 20px;
    color: #672c83;
}