.recharge1 {
    position: relative;
    z-index: 1;
    height: 600px;
    margin: 96px 0 0;
    display: flex;
    align-items: center;
}
.recharge1 .text .p1 {
    color: #092A62;
    text-align: justify;
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
}
.recharge1 .text .p2 {
    margin: 11px 0 0 0;
    color: rgba(9, 42, 98, 0.6);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.recharge2 {
    padding: 100px 0 120px;
    background: #F7F7F8;
}
.recharge2 .wrap {
    width: 1680px;
    margin: auto;
}
.recharge2 .title {
    margin: 0 0 48px;
    text-align: center;
}
.recharge2 .title .p1 {
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 24px;
}
.recharge2 .title .p2 {
    color: #092A62;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.recharge2 .content {
    display: flex;
    justify-content: space-between;
}
.recharge2 .content .item {
    width: 320px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding: 13px 40px 30px 40px;
    background: #fff;
    z-index: 1;
    border: 1px solid transparent;
    transition: .6s ease;
}
.recharge2 .content .item.on {
    border-color: var(--color);
}
.recharge2 .content .item.on .label {
    opacity: 1;
}
.recharge2 .content .item .label {
    width: fit-content;
    height: 32px;
    background: var(--color);
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 0;
    transition: .6s ease;
    border-radius: 10px 0 10px 0;
}
.recharge2 .content .item .common_bg {
    height: auto;
}
.recharge2 .content .item:hover .more {
    background: var(--color);
    color: #fff;
}
.recharge2 .content .item .up {
    padding: 0 0 18px;
    border-bottom: 1px solid #E6F1F1;
    text-align: center;
}
.recharge2 .content .item .up .icon {
    width: 77px;
    height: 54px;
    margin: auto;
}
.recharge2 .content .item .up .icon img {
    width: 100%;
    object-fit: contain;
}
.recharge2 .content .item .up .headline {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 6px 0 20px;
    position: relative;
}
.recharge2 .content .item .up .headline:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #DAE8FE;
}
.recharge2 .content .item .up .price {
    color: var(--color);
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    height: 50px;
}
.recharge2 .content .item .up .price.f36 {
    transform: scale(0.9);
}
.recharge2 .content .item .up .price span {
    font-size: 24px;
    margin: 0 5px 0 0;
}
.recharge2 .content .item .flex {
    margin: 24px 12px 0 25px;
}
.recharge2 .content .item .flex .list {
    display: flex;
    align-items: center;
    gap: 18px;
}
.recharge2 .content .item .flex .list:not(:last-child) {
    margin: 0 0 10px;
}
.recharge2 .content .item .flex .list .tb {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 112, 107, 0.1);
}
.recharge2 .content .item .flex .list .tb img {
    object-fit: contain;
}
.recharge2 .content .item .flex .list p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.recharge2 .content .item .more {
    margin: 40px auto 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: .6s ease;
}
.recharge2 .content2 {
    margin: 24px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.recharge2 .content2 .des_title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.recharge2 .content2 .des_title span {
    width: 3px;
    height: 18px;
    background: var(--color);
}
.recharge2 .content2 .des_title p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.recharge2 .content2 .rights_and_interests {
    width: 700px;
    height: 250px;
    border-radius: 12px;
    background: #FFF;
    position: relative;
    padding: 24px 32px;
}
.recharge2 .content2 .rights_and_interests .text {
    margin: 23px 0 0;
}
.recharge2 .content2 .rights_and_interests .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.recharge2 .content2 .rights_and_interests .text p:not(:last-child) {
    margin: 0 0 10px;
}
.recharge2 .content2 .rights_and_interests .text p b {
    color: #333;
}
.recharge2 .content2 .description {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    background: #FFF;
    position: relative;
    padding: 24px 32px;
}
.recharge2 .content2 .description .text2 {
    margin: 13px 0 0 0;
}
.recharge2 .content2 .description .text2 p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    position: relative;
    padding: 0 0 0 11px;
}
.recharge2 .content2 .description .text2 p:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}

.recharge3 {
    padding: 80px 0 130px;
    background: #fff;
}
.recharge3 .wrap {
    width: 1680px;
    margin: auto;
}
.recharge3 .wrap .title {
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 50px;
    text-align: center;
}
.recharge3 .wrap .content .table {
    border-radius: 8px;
    overflow: hidden;
}
.recharge3 .wrap .content .table table {
    width: 100%;
}
.recharge3 .wrap .content .table table tr th {
    background: var(--color);
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}
.recharge3 .wrap .content .table table tr td {
    border: 1px solid #ECECEE;
    background: #FAFAFA;
    padding: 20px 30px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
