.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgF7FAFD {
    background: #F7FAFD;
}

.fg-warp {
    width: 100%;
}

.fg-banner {
    position: relative;
    height: 910px;
}

.fg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.fg-banner-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fg-banner-title {
    font-size: 72px;
    font-family: MicrosoftYaHeiHeavy;
    color: #FFFFFF;
    line-height: 97px;
    letter-spacing: 1px;
}

.fg-banner-desc {
    width: 484px;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin: 32px 0 36px;
    text-align: left;
}

.tag-item {
    width: 155px;
    height: 36px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin-right: 19px;
}

.module-title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
}

.module-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin: 24px 0 34px;
}

.btn3 {
    width: 320px;
    height: 85px;
    background: linear-gradient(90deg, #1890FF 0%, #1960FF 100%);
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
}

.gs-block-item-warp {
    width: 494px;
    padding: 0 0 12px;
    margin-left: 49px;
}

.gs-desc {
    width: 494px;
    height: 150px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.gs-item {
    width: 230px;
    height: 42px;
    background: #CD011D;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 16px;
    text-align: center;
}

.bar {
    width: 1120px;
    height: 1px;
    border-bottom: 1px dotted #979797;
    box-sizing: border-box;
    margin: 21px auto 23px;
}

.gs-img-block > div {
    background: rgba(255, 177, 188, 0.2);
    border-radius: 2px;
    padding: 11px 16px;
    margin-right: 20px;
    position: relative;
}

.gs-img-block .img-title {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 21px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 29px;
}

.gs-img-block div img {
    display: inline-block;
    margin-right: 12px;
}

.gs-img-block div img:last-child {
    margin-right: 0;
}

.gs-img-block div:last-child {
    margin-right: 0;
}

.bg-gary-lin {
    background: linear-gradient(90deg, #F9FBFD 0%, #F6F6F6 19%, #F6F6F6 81%, #F1F5FB 100%);
}

.cpjg-bg {
    width: 100%;
    background-image: url('../../images/gx/fg/jg-bg.png');
    background-color: #D2DCE8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}