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

.bgF7FAFD {
    background: #F7FAFD;
}

.bg-hxgn {
    background-image: url('../../images/gx/purchase/hxgn-bg.png');
    background-color: #D2DCE8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.purchase-warp {
    width: 100%;
}

.purchase-banner {
    height: 648px;
    width: 100%;
    background-image: url('../../images/gx/purchase/bg.png');
    background-color: #D2DCE8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.purchase-banner .purchase-banner-title {
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #141414;
    line-height: 67px;
    letter-spacing: 1px;
    margin: 161px 0 32px 0;
}

.purchase-banner .purchase-banner-desc {
    width: 526px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.purchase-banner-tag {
    margin: 21px 0 45px 0;
}

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

.purchase-banner .purchase-banner-btn {
    width: 180px;
    height: 48px;
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(to right, #1890FF, #1960FF);
    cursor: pointer;
}

.prchase-banner-hover-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.prchase-banner-hover-block .prchase-banner-hover-block-item {
    width: 288px;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(43, 106, 207, 0.1);
    border-radius: 4px;
    position: relative;
}

.prchase-banner-hover-block-item-bg {
    width: 70px;
    height: 74px;
    margin: 22px 0 0 45px;
}

.prchase-banner-hover-block-temp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prchase-banner-hover-block-item-icon {
    width: 40px;
    height: 42px;
    margin-left: 31px;
    margin-right: 16px;
}

.prchase-banner-hover-block-item-title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #141414;
    line-height: 22px;
}

.prchase-banner-hover-block-item-desc {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 4px;
}

.module-title {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #141414;
    line-height: 45px;
    text-align: center;
}

.module-desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

/* 痛点 */

.td-block {
    margin-top: 63px;
}

.td-block-item {
    padding: 31px 22px 31px 36px;
    width: 584px;
    height: 154px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F3F4F8 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 9px 0px rgba(0, 50, 170, 0.1);
    border-radius: 3px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.td-block-item-icon {
    width: 64px;
    height: 64px;
    margin-right: 18px;
}

.td-block-item-right-title {
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 29px;
}

.td-block-item-right-desc {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    margin-top: 9px;
}

.purchase-warp .btn2 {
    width: 156px;
    height: 36px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(to right, #1890FF, #1960FF);
    cursor: pointer;
    margin-top: -6px;
    margin-left: -1px;
}

.purchase-warp .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;
}