.el-menu {
    overflow-y: hidden;
}

.hero-section {
    width: 100%;
    position: relative;
}

.hero-section-img {
    width: 100%;
}

.hero-section-content-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 300px;
}

.hero-section-content-btn {
    width: 206px;
    height: 48px;
}

.hero-section-content {
    /* position: absolute;
    top: 25%;
    left: 20%; */
}

.hero-section-content-text {
    font-size: 40px;
}

.hero-section-bottom {
    width: 70%;
    max-width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: -80px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.hero-section-bottom-item {
    padding: 43px 38px 47px 38px;
    width: 25%;
}

.bottom-item-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.bottom-item-detail {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.product-features {
    width: 70%;
    max-width: 1200px;
    margin: 80px auto;
}

.product-features-title {
    font-size: 28px;
    text-align: center;
}

.product-features-title-detail {
    text-align: center;
    font-size: 16px;
    color: #D2DFF1;
    margin-top: -5px;
    text-transform: uppercase;
}

.product-features-content {
    width: 100%;
}

.product-features-content img {
    width: 100%;
}

.product-features-bottom {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 80px;
    width: 100%;
}

.product-features-hover-item {
    /* margin-right: 20px; */
    /* border: 1px solid #e9e9e9; */
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.6) 0%, #E3EDFF 100%);
    border-radius: 6px;
    /* border: 1px solid #E0E6F1; */
    padding: 30px;
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0
}

.bottom-left-item-title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.bottom-left-item-title>span {
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(#0D57D6 0%, #297AE7 56%, #51AEFF 100%);
    margin-right: 10px;
}

.bottom-left-item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.bottom-left-item-box {
    width: 100%;
    margin-bottom: 20px;
}

.bottom-left-item-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #2B2E37;
}

.bottom-left-item-box-detail {
    font-size: 14px;
    color: #2B2E37;
    margin-top: 10px;
}


.product-features-bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.bottom-right-item {
    width: 20%;
    border: 1px solid #f7f7f7;
    height: 500px;
    border-radius: 8px;
    position: relative;
}

.bottom-right-item-bg-1 {
    background-image: url("/assets/home/images/pfbg05.png"), linear-gradient(360deg, rgba(85, 133, 217, 0) 0%, rgba(85, 133, 217, 0.2) 50%, #3A71CF 100%);
    background-blend-mode: multiply;
    background-size: cover;
}

.bottom-right-item-bg-2 {
    background-image: url("/assets/home/images/pfbg01.png"), linear-gradient(360deg, rgba(85, 133, 217, 0) 0%, rgba(85, 133, 217, 0.2) 50%, #3A71CF 100%);
    background-size: cover;
    background-blend-mode: multiply;
}

.bottom-right-item-bg-3 {
    background-image: url("/assets/home/images/pfbg03.png"), linear-gradient(360deg, rgba(85, 133, 217, 0) 0%, rgba(85, 133, 217, 0.2) 50%, #3A71CF 100%);
    background-size: cover;
    background-blend-mode: multiply;
}

.bottom-right-item-bg-4 {
    background-image: url("/assets/home/images/pfbg02.png"), linear-gradient(360deg, rgba(85, 133, 217, 0) 0%, rgba(85, 133, 217, 0.2) 50%, #3A71CF 100%);
    background-blend-mode: multiply;
    background-size: cover;
}

.bottom-right-item-bg-5 {
    background-image: url("/assets/home/images/pfbg04.png"), linear-gradient(360deg, rgba(85, 133, 217, 0) 0%, rgba(85, 133, 217, 0.2) 50%, #3A71CF 100%);
    background-size: cover;
    background-blend-mode: multiply;
}

.bottom-right-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.hover-item {
    display: none;
}

.empowerment {
    background-color: rgba(13, 87, 214, 0.1);
    padding: 50px;
    /* opacity: 0.3; */
}

.empowerment-content {
    width: 70%;
    max-width: 1200px;
    margin: 20px auto 0 auto;
}

.empowerment-title {
    font-size: 28px;
}

.empowerment-title-detail {
    font-size: 16px;
    color: #D2DFF1;
    margin-top: -5px;
    text-transform: uppercase;
}

.empowerment-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    clear: both;
}

.empowerment-content-item-left {
    width: 40%;
    /* padding: 50px; */
}

.empowerment-content-item-left-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.empowerment-content-item-left-detail {
    font-size: 16px;
    color: #2B2E37;
    line-height: 32px;
}

.empowerment-content-item-right {
    width: 50%;
}

.empowerment-content-item-right-img {
    width: 100%;
}

.empowerment-content-item-right-img img {
    width: 100%;
}

.empowerment-content-item-right-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 10px auto;
    width: 82%;
}

.empowerment-content-item-right-text-box {
    text-align: center;
}

.empowerment-content-item-right-text-box-top {
    color: #0D57D6;
}

.empowerment-content-item-right-text-box-top>span:first-child {
    font-size: 32px;
}

.empowerment-content-item-right-text-box-top>span:nth-child(2) {
    font-size: 14px;
    margin-left: 5px;
}

.empowerment-content-item-right-text-box-bottom {
    color: #2B2E37;
    font-size: 14px;
}

#number-1 {
    animation: increaseNumber 2s ease;
    /* 持续时间5秒 */
}

@keyframes increaseNumber {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(10);
    }

    /* 数字变大一点以增加视觉效果 */

    /* 根据需要修改目标数字 */
}

.get-policy {
    width: 100%;
    position: relative;
}

.get-policy-content-img {
    width: 100%;
}

.get-policy-content {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 300px;
    text-align: center;
}

.get-policy-content-title {
    font-size: 42px;
    font-weight: normal;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.02em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.9);
}

.get-policy-content-item {
    color: #5994ED;
    margin: 30px 0 50px 0;
}

.get-policy-content-form .el-input__inner {
    height: 58px;
    line-height: 58px;
}

.get-policy-content-form  .el-select__wrapper{
        height: 58px;
    line-height: 58px;
}

.get-policy-content-radio {
    margin: 0px 0 50px 0;
}

.get-policy-btn {
    width: 100%;
    height: 60px;
}

.get-policy-content-form .el-radio-button {
    margin-right: 20px;
}

.get-policy-content-form .el-radio-button--large .el-radio-button__inner {
    border-radius: 60px;
    padding: 22px 19px;
    width: 166px;
    color: #5994ED;
    border: 1px solid #5994ED;
    background: content-box;
}

.get-policy-content-form .el-radio-button__original-radio:checked+.el-radio-button__inner {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 4px 10px 0px #D6E8F9, inset 0px 16px 10px 0px #FFFFFF;
}

.get-policy-content-affix-section{

}

.get-policy-content-affix-section .el-affix--fixed{
    background: rgba(0, 0, 0, .5);
}

.get-policy-content-affix{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.get-policy-content-affix-title{
    margin: 0 0 20px 0;
    color: #fff;
}