.top-navigation .top__nav__box{
    background-color: unset;
    border: none;
}
.top-navigation.white .top__nav__box{
    background-color: #FFFFFF;
    border-bottom: 1px solid #e2e7eb;
}
.breadcrumbs{
    display: none;
}
.Plan a {
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}
.Plan p {
    color: #585f66;
}
.Plan .btnArrow {
    height: 6px;
    width: 6px;
    transform: rotate(-315deg);
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    margin-left: 10px;
}
@media only screen and (min-width: 1440px) {
    .Plan .btnArrow {
        height: 8px;
        width: 8px;
        border-width: 3px;
        margin-top: 3px;
    }
}
.Plan .page__container__title {
    text-align: center;
    padding: 0 32px;
}
.Plan .page__banner {
    height: 100%;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 0.7;
    --swiper-pagination-bullet-width: 0px;
    --swiper-pagination-bullet-height: 0px;
    font-size: 0;
}
.Plan .page__banner .swiper-slide {
    position: relative;
}
.Plan .page__banner  .swiper-slide .slide__banner {
    height: 0;
    font-size: 0;
    overflow: hidden;
    padding-bottom: calc(1680/1536*100%);
}
.Plan .page__banner .swiper-slide-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.Plan .page__banner .tip__Container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.Plan .page__banner .tip__Container__inner {
    height: 100%;
    position: relative;
}
.Plan .page__banner .tipContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    top: 64px;
    transform: initial;
    left: 0;
    right: 0;
    margin: auto;
}
.Plan .page__banner .tipContainer br {
    display: none;
}
.Plan .page__banner .tipContainer div {
    font-size: 28px;
    font-weight: 700;
}
.Plan .page__banner .tipContainer p {
    font-size: 14px;
    margin: 8px 0 16px 0;
}
.Plan .page__banner .tipContainer a {
    background-color: #00c58d;
    height: 32px;
    width: 120px;
    border-radius: 34px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .Plan .page__banner {
        --swiper-pagination-bullet-width: 3px;
        --swiper-pagination-bullet-height: 3px;
    }
    .Plan .page__banner  .swiper-slide .slide__banner {
        padding-bottom: calc(1704/3840*100%);
    }
    .Plan .page__banner .swiper-pagination-bullet-active {
        border-radius: 2px;
        width: 11px;
    }
    .Plan .page__banner .tipContainer {
        left: 64px;
        top: 60%;
        transform: translate(0, -60%);
        text-align: left;
        align-items: flex-start;
    }
    .Plan .page__banner .tipContainer br {
        display: block;
    }
    .Plan .page__banner .tipContainer p {
        color: #2c3132;
        margin: 2px 0 24px 0;
    }
    .Plan .page__banner .tipContainer a {
        margin: 0;
        width: 107px;
        height: 32px;
        border-radius: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    .Plan .page__banner {
        --swiper-pagination-bullet-width: 4px;
        --swiper-pagination-bullet-height: 4px;
    }
    .Plan .page__banner .swiper-pagination-bullet-active {
        border-radius: 2px;
        width: 15px;
    }
    .Plan .page__banner .tipContainer {
        left: 80px;
    }
    .Plan .page__banner .tipContainer br {
        display: block;
    }
    .Plan .page__banner .tipContainer div {
        font-size: 37px;
    }
    .Plan .page__banner .tipContainer p {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1280px) {
    .Plan .page__banner {
        --swiper-pagination-bullet-width: 5px;
        --swiper-pagination-bullet-height: 5px;
    }
    .Plan .page__banner .swiper-pagination-bullet-active {
        border-radius: 3px;
        width: 19px;
    }
}
@media only screen and (min-width: 1440px) {
    .Plan .page__banner {
        --swiper-pagination-bullet-width: 8px;
        --swiper-pagination-bullet-height: 8px;
    }
    .Plan .page__banner .swiper-pagination-bullet-active {
        border-radius: 4px;
        width: 28px;
    }
    .Plan .page__banner .tipContainer {
        width: 1280px;
        left: 0;
    }
    .Plan .page__banner .tipContainer div {
        font-size: 56px;
    }
    .Plan .page__banner .tipContainer p {
        font-size: 29px;
        margin: 16px 0 56px 0;
    }
    .Plan .page__banner .tipContainer a {
        height: 48px;
        width: 160px;
        font-size: 18px;
        border-radius: 41px;
    }
}
.Plan .page__planTable {
    overflow: hidden;
    margin: 0 16px 32px;
}
.Plan .page__planTable__Container {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .Plan .page__planTable__Container {
        padding-bottom: -1px;
    }
    .Plan .page__planTable__Container::-webkit-scrollbar {
        height: 16px;
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    }
    .Plan .page__planTable__Container::-webkit-scrollbar-track {
        background-image: linear-gradient(180deg, #ededf0 0%, #f5f5f7 100%);
        border-radius: 6px;
    }
    .Plan .page__planTable__Container::-webkit-scrollbar-thumb {
        background-color: rgba(68, 69, 70, 0.1);
        border-radius: 6px;
    }
    .Plan .page__planTable__Container {
        overflow-x: scroll;
    }
}
.Plan .page__planTable thead img {
    height: 48px;
    width: 48px;
    margin: 15px 0 6px 0;
}
.Plan .page__planTable thead p {
    font-size: 14px;
    color: #1f2429;
    margin: 0;
    font-weight: 400;
}
.Plan .page__planTable table {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    width: 100%;
}
.Plan .page__planTable th {
    border-top: 1px solid transparent;
    border-right: 1px solid #e5e7eb;
    text-align: center;
}
.Plan .page__planTable td {
    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}
.Plan .page__planTable th:last-child {
    border-right-color: transparent;
}
.Plan .page__planTable td:last-child {
    border-right-color: transparent;
}
.Plan .page__planTable tbody td {
    font-size: 12px;
    text-align: left;
}
.Plan .page__planTable tbody td span {
    display: block;
    margin-left: 12px;
    width: 154px;
}
.Plan .page__planTable tbody td img {
    height: 24px;
    width: 24px;
    max-width: initial;
}
.Plan .page__planTable .checkBlock {
    padding: 4px 40px;
}
.Plan .page__planTable .mainClass__title {
    color: #00c58d;
    background-color: rgba(0, 197, 141, 0.05);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 70px;
    vertical-align: middle;
}
.Plan .page__planTable .mainClass__title span {
    width: 70px;
    margin: 0;
}
.Plan .page__planTable .mainClass__title__Chargers {
    background-color: rgba(250, 112, 16, 0.05);
    color: #fa7010;
}
.Plan .page__planTable__btnContainer .page__btn {
    background: rgba(0, 197, 141, 0.05);
    color: #00c58d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    line-height: 1;
    margin-top: 24px;
    border: 1.82px solid #00c58d;
    padding: 0 22px;
    border-radius: 7.5px;
    font-size: 27px;
    height: 102px;
}
.Plan .page__planTable__btnContainer .page__btn span {
    font-size: 15px;
    font-weight: 400;
}
.Plan .page__planTable__btnContainer .page__btn__btn {
    background: #00c58d;
    width: 102px;
    height: 36px;
    text-align: center;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
    .Plan .page__planTable {
        margin: 0 60px 36px;
    }
    .Plan .page__planTable tbody td span {
        display: block;
        margin-left: 9px;
        width: 158px;
    }
    .Plan .page__planTable tbody td img {
        height: 18px;
        width: 18px;
        margin: 0 auto;
    }
    .Plan .page__planTable .checkBlock {
        padding: 6px 30px;
        text-align: center;
    }
    .Plan .page__planTable .mainClass__title {
        font-size: 15px;
    }
    .Plan .page__planTable .mainClass__title span {
        width: 83px;
    }
    .Plan .page__planTable__btnContainer {
        display: flex;
        justify-content: center;
    }
    .Plan .page__planTable__btnContainer .page__btn {
        margin-top: 36px;
        width: calc((100% - 138px) / 2);
        border: 1px solid #00c58d;
        padding: 0 16px;
        border-radius: 7.5px;
        font-size: 20px;
        height: 74px;
    }
    .Plan .page__planTable__btnContainer .page__btn:first-child {
        margin-right: 32px;
    }
    .Plan .page__planTable__btnContainer .page__btn span {
        font-size: 12px;
    }
    .Plan .page__planTable__btnContainer .page__btn__btn {
        width: 84px;
        height: 26px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) {
    .Plan .page__planTable {
        margin: 0 80px 48px;
    }
    .Plan .page__planTable thead img {
        height: 64px;
        width: 64px;
        margin: 15px 0 4px 0;
    }
    .Plan .page__planTable thead p {
        font-size: 20px;
        color: #1f2429;
    }
    .Plan .page__planTable tbody td span {
        display: block;
        margin-left: 12px;
        width: 198px;
        font-size: 14px;
    }
    .Plan .page__planTable tbody td img {
        height: 24px;
        width: 24px;
    }
    .Plan .page__planTable .checkBlock {
        padding: 9px 40px;
        text-align: center;
    }
    .Plan .page__planTable .mainClass__title {
        font-size: 20px;
    }
    .Plan .page__planTable .mainClass__title span {
        width: 109px;
        font-size: 20px;
    }
    .Plan .page__planTable__btnContainer .page__btn {
        margin-top: 48px;
        width: calc((100% - 184px) / 2);
        padding: 0 21px;
        font-size: 26px;
        height: 99px;
    }
    .Plan .page__planTable__btnContainer .page__btn:first-child {
        margin-right: 42px;
    }
    .Plan .page__planTable__btnContainer .page__btn span {
        font-size: 14px;
    }
    .Plan .page__planTable__btnContainer .page__btn__btn {
        width: 99px;
        height: 35px;
    }
}
@media only screen and (min-width: 1280px) {
    .Plan .page__planTable tbody td span {
        display: block;
        margin-left: 24px;
        width: 249px;
        font-size: 14px;
    }
    .Plan .page__planTable tbody td img {
        height: 24px;
        width: 24px;
    }
    .Plan .page__planTable .checkBlock {
        padding: 8px 57px;
        text-align: center;
    }
    .Plan .page__planTable .mainClass__title span {
        width: 141px;
    }
    .Plan .page__planTable__btnContainer .page__btn {
        width: calc((100% - 440px) / 2);
    }
}
@media only screen and (min-width: 1440px) {
    .Plan .page__planTable {
        max-width: 1280px;
        margin: 0 auto 64px auto;
    }
    .Plan .page__planTable thead img {
        height: 56px;
        width: 56px;
        margin: 24px 0 7px 0;
    }
    .Plan .page__planTable tbody td span {
        display: block;
        margin-left: 24px;
        width: 288px;
        font-size: 16px;
    }
    .Plan .page__planTable .checkBlock {
        padding: 9px 40px;
        text-align: center;
    }
    .Plan .page__planTable .mainClass__title {
        font-size: 20px;
    }
    .Plan .page__planTable .mainClass__title span {
        width: 109px;
    }
    .Plan .page__planTable__btnContainer {
        justify-content: center;
    }
    .Plan .page__planTable__btnContainer .page__btn {
        margin-top: 64px;
        width: 386px;
        padding: 0 24px;
        border-radius: 8px;
        font-size: 30px;
        height: 112px;
    }
    .Plan .page__planTable__btnContainer .page__btn:first-child {
        margin-right: 48px;
    }
    .Plan .page__planTable__btnContainer .page__btn span {
        font-size: 16px;
    }
    .Plan .page__planTable__btnContainer .page__btn__btn {
        width: 112px;
        height: 40px;
    }
    .Plan .page__planTable__btnContainer .page__btn__btn a {
        font-size: 14px;
    }
}
.Plan .page__choose {
    background-color: #f5f5f7;
}
.Plan .page__choose ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.Plan .page__choose ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 32px;
}
.Plan .page__choose ul li img {
    width: 54px;
    margin: 0 auto;
}
.Plan .page__choose ul li p {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    padding: 0 30px;
}
@media only screen and (min-width: 768px) {
    .Plan .page__choose ul {
        flex-wrap: nowrap;
        max-width: 1280px;
        margin: auto;
    }
    .Plan .page__choose ul li {
        width: 25%;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .Plan .page__choose ul {
        flex-wrap: nowrap;
    }
    .Plan .page__choose ul li {
        margin-bottom: 54px;
    }
    .Plan .page__choose ul li img {
        width: 72px;
    }
    .Plan .page__choose ul li p {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 1280px) {
    .Plan .page__choose ul li img {
        width: 75px;
    }
}
@media only screen and (min-width: 1440px) {
    .Plan .page__choose ul li {
        margin-bottom: 80px;
    }
    .Plan .page__choose ul li img {
        margin-top: 24px;
        width: 112px;
    }
    .Plan .page__choose ul li p {
        font-size: 18px;
    }
}
.Plan .page__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    padding: 44px 0 36px 0;
}
@media only screen and (min-width: 768px) {
    .Plan .page__title {
        font-size: 18px;
        padding: 44px 0 32px 0;
    }
    .Plan .page__title br {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .Plan .page__title {
        font-size: 27px;
        padding: 64px 0 46px 0;
    }
}
@media only screen and (min-width: 1440px) {
    .Plan .page__title {
        font-size: 40px;
        padding: 100px 0 64px 0;
    }
}
