.seo {
    background-color: #fff;
    padding: 1.5em;
    margin-top: 1em;
}

.seo h2 {
    margin: 30px 0 15px;
    font-size: 1.5em;
    font-weight: 600;
}

.seo h3 {
    margin: 20px 0 10px;
    font-size: 20px;
    /*font-weight: 600;*/
}

.seo ul.lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seo ul.lang li {
    background-color: #f6f6f6;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    height: 4em;
    width: 32%;
    margin-bottom: 1em;
}

.seo ul.lang li.none {
    visibility: hidden;
}

.seo ul.lang li .fi {
    height: 4em;
    width: 4em;
    margin-right: 1em;
    filter: opacity(0.5);
}

.course {
    background-color: #2f333e;
    padding: 1em;
    display: flex;
}

.course>div {
    flex: 1;
    color: #fff;
}

.course .left iframe {
    width: 100%;
    height: 300px;
}

.course .left .video-desc {
    margin-top: 1em;
    text-align: center;
}

.course .split {
    width: 2px;
    background-color: #000;
    margin: 0 1em;
}

.course .right .top .page-count {
    font-size: 32px;
}

.course .right .top .page {
    float: right;
    display: flex;
}

.course .right .top .page .iconfont {
    color: #fff;
    border: 2px solid currentColor;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    cursor: pointer;
}

.course .right .top .page .iconfont:first-child {
    transform: rotate(180deg);
}

.course .right ul li {
    display: none;
}

.course .right ul li.active {
    display: block;
}

.course .right ul li h2 {
    padding-bottom: .25em;
}

.course .right ul li .text {
    font-size: 1.125em;
}

.goods-banner a {
    display: flex;
    text-align: center;
    justify-content: center;
}

.goods-banner a img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    /* min-height: 497.9px; */
    /*aspect-ratio: 1200 / 313;*/
}

.goods-banner {
    position: relative;
}

.goods-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .2;
}

.goods-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.goods-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.goods-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.goods-banner .swiper-button-next,
.goods-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    opacity: .5;
    border-radius: 50%;
    background: none;
}

.goods-banner .swiper-button-next:hover,
.goods-banner .swiper-button-prev:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, .2);
}

.goods-banner .banner-perv-next {
    max-width: 1200px;
    position: absolute;
    margin: auto;
    top: 54%;
    max-width: auto;
    width: 1200px;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goods-banner .goods-swiper-prev {
    left: 30px;
    display: none;
}

.goods-banner .goods-swiper-next {
    right: 30px;
    display: none;
}

.goods-banner:hover .goods-swiper-prev,
.goods-banner:hover .goods-swiper-next {
    display: flex;
}

.z-game-main .fc-commodity {
    padding-top: 0;
}

.wc-style img,
.wc-style video,
.wc-style iframe {
    max-width: 100%;
}

.fc-commodity .card-block .card-title {
    line-height: 30px;
    min-height: 90px;
}

.cheap-fut-coins {
    padding-bottom: 10px;
    color: #f2a506;
    display: block;
}

.flip_message {
    background: #fff;
    padding: 5px;
}

.flip_title {
    padding: 10px;
    font-size: 16px;
}

div.panel_content {
    display: none;
    margin: 0px;
    padding: 10px 10px 0 10px;
}

.fc-commodity ul.commodity-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.fc-commodity ul.commodity-list li {
    width: 100%;
}

.fc-commodity ul.commodity-list li:not(:first-child) {
    margin: 0;
}

.top-block .top-img {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    margin-top: -46px;
    min-width: 1430px;
}

.top-block .top-title {
    font-weight: 700;
    margin-top: 0;
    font-size: 24px;
}

.top-block .text {
    font-size: .875em;
    margin-bottom: 10px;
}

.bg-coins {
    background-image: none;
}

.breadcrumb {
    background-color: transparent;
}

.bg-coins main {
    background: none;
}

.clearFix::after {
    content: '';
    display: block;
    clear: both;
}

.platform-item .icon {
    font-size: 24px;
    vertical-align: middle;
}

.promotion-ticket {
    position: absolute;
    top: 0;
    right: 0;
}

.coins-list-table li {
    position: relative;
}

.promotion-text {
    position: absolute;
    left: 69%;
    top: 4px;
    line-height: 16px;
    transform: translatex(-50%);
    color: #f93b78;
    font-size: 14px;
    font-weight: bold;
}

.promotion-text p {
    margin: 0;
}

.platform-list .color-icon-ps.active {
    border: solid 1px #004fd2;
    color: #004fd2;
}

.platform-list .color-icon-ps:hover {
    border: solid 1px #004fd2;
    color: #004fd2;
}

.platform-list .color-icon-xbox.active {
    border: solid 1px #13c235;
    color: #13c235;
}

.platform-list .color-icon-xbox:hover {
    border: solid 1px #13c235;
    color: #13c235;
}

.platform-list .color-icon-pc.active {
    border: solid 1px #00d4fa;
    color: #00d4fa;
}

.platform-list .color-icon-pc:hover {
    border: solid 1px #00d4fa;
    color: #00d4fa;
}

.platform-list .color-icon-switch.active {
    border: solid 1px #c30000;
    color: #c30000;
}

.platform-list .color-icon-switch:hover {
    border: solid 1px #c30000;
    color: #c30000;
}

.well a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #1657e7;
}

.prd-list-table ul li .text {
    line-height: inherit;
}

.prd-list-table ul li .complete-time {}

.prd-list-table ul li .complete-time .iconfont {
    font-size: 1em;
}

.prd-list-table ul li .text>div {
    font-size: 12px;
}

.prd-list-table ul li .price {
    white-space: nowrap;
}

.prd-list-table ul li .text .gift-text img {
    position: absolute;
    margin-top: -4px;
}

.coins-quantity-box .xboxone {
    width: 260px;
}

.coins-quantity-box .xboxone span {
    font-size: 20px;
}

.content-bottom {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
}

.content {
    border: none;
}

.plat-show {
    padding: 0px;
}

.coins-quantity-box .coins-sub {
    padding: 0px 0px 0px 30px;
}

.pay-phone .btn-lg {
    height: 40px;
    background-color: #2f333e;
    color: #ffffff;
    line-height: 1;
    border: 1px solid #bfbfbf;
}

.pay-phone .btn-lg:hover {
    color: #f2a506;
    background-color: #3a3f4c;
}

.pay-phone .pay-bit,
.pay-phone .input-amount {
    background-color: #fff;
    margin-right: 10px;
    color: #333;
    height: 40px;
    line-height: 1;
    border: 1px solid #bfbfbf;
}

.nav-tabs>li>a {
    padding: 0;
}

.nav-tabs .active {
    display: none;
}

.coins-quantity-box .coins-input {
    padding: 0;
    margin-left: 250px;
}

.coins-quantity-box .coins-input input {
    min-height: 40px;
}

.coins-quantity-box .coins-input span .icon {
    font-size: 20px;
}

.coins-quantity-box .coins-input input.final-qty {
    font-size: 20px;
}

.coins-quantity-box .coins-sub button {
    font-size: 20px;
}

#submint_outofstock {
    border-color: #c5c5c5;
    background-color: #c5c5c5;
}

.step-container {
    display: flex;
    width: 601px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 28px;
    padding-bottom: 20px;
}

.step-container .step {
    flex: 1;
    margin-top: 0.16rem;
    padding-left: 0.5333333333rem;
}

.step-container .step:first-child {
    padding-left: 0;
}

.step-container .step:last-child {
    flex: none;
}

.step-container .step.current {
    margin-top: 0;
}

.step-icon {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #666;
    position: relative;
    margin-left: 0.56rem;
}

.current .step-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #F2A506;
}

.finished .step-icon {
    background: #F2A506;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.finished .step-desc {
    color: #F2A506;
}

.step:not(:last-child) .step-icon:after {
    position: absolute;
    top: 10.5px;
    left: 100%;
    display: block;
    width: 160px;
    height: 4px;
    background: #0000000f;
    background-color: #666;
    content: "";
}

.finished .step-icon:after {
    background-color: #F2A506 !important;
}

.step.current .step-icon:after {
    top: 12px;
}

.step:last-child .step-icon:after {
    width: 0;
}

.step-desc {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 11px;
    position: relative;
    left: -56px;
}

.current .step-desc {
    color: #F2A506;
    margin-top: 5px;
}

.step:last-child .step-desc {
    left: -26px;
}

.step-icon:last-child:after {
    width: 0;
}

.quick-buy-container {
    border: 1px solid #DCDCDC;
    margin-top: 20px;
    padding-left: 81px;
    display: none;
}

.quick-buy-container .quick-buy-current {
    padding-bottom: 22px;
    padding-top: 15px;
}

.quick-buy-container .quick-buy-prod {
    height: 1.2rem;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: #2F333E;
    text-align: center;
}

.quick-buy-container .quick-buy-prod .count-line {
    line-height: 0.5973333333rem;
}

.quick-buy-container .quick-buy-prod img {
    width: 30px;
    vertical-align: -2px;
}

.quick-buy-container .quick-buy-prod .count {
    font-weight: 600;
}

.quick-buy-container .quick-buy-prod .count-text {
    vertical-align: 0.1066666667rem;
}

.quick-buy-container .quick-buy-prod .extratext3 {
    color: #F25F06;
}

.quick-buy-detail {
    display: flex;
}

.quick-buy-slider {
    width: 420px;
}

.quick-buy-input {
    display: flex;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    width: 420px;
    height: 50px;
    margin: 37px auto 33px auto;
}

.quick-buy-input .input-text,
.quick-buy-input .count-input {
    width: 300px;
    font-size: 20px;
    text-align: center;
    color: #1A1B1C;
    font-weight: 600;
    line-height: 45px;
}

.quick-buy-input .input-text .count-text {
    display: block;
}

.quick-buy-input .count-input {
    border: none;
}

.quick-buy-input .reduce,
.quick-buy-input .increase {
    flex: 1;
    background: #E5E5E5;
    text-align: center;
    font-size: 35px;
    color: #A6A6A6;
    cursor: pointer;
}

.quick-buy-confirm {
    margin-left: 243px;
    margin-top: 22px;
    font-size: 14px;
    text-align: center;
}
.lang__ar .quick-buy-confirm {
    margin-left: 0;
    margin-right: 243px;
}
.quick-buy-summary {
    display: flex;
}

.quick-buy-summary>div {
    flex: 1;
    text-align: center;
}

.quick-buy-coins {
    margin-left: 89px;
}

.quick-buy-amount .amount,
.quick-buy-coins .coins {
    font-weight: 700;
    font-size: 22px;
}

.quick-buy-amount .amount .original {
    text-decoration-line: line-through;
    color: #808080;
}

.quick-buy-button {
    margin-top: 22px;
}

.quick-buy-button .btn-buy {
    width: 258px;
    height: 40px;
}

[ng-cloak],
.ng-cloak {
    display: none !important;
}


.comments-header {
    margin-left: 20px;
    margin-top: 10px;
}

.comments-header a {
    color: #666;
}

.comments-header .stars {
    font-size: 1.5rem;
}

.comments-header .light {
    color: #f0b726;
}

.content-bottom {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
}



.z-shipping_desc {
    margin: 60px 0 20px;
    background-color: #f5f5f5;
    padding: 20px 10px;
}

.z-game-main .z-shipping_desc {
    margin: 0px 0 40px;
}

.z-shipping_desc .seo_items {
    border-radius: 5px;
    margin-bottom: 24px;
    color: #666;
    font-size: 14px;
}

.z-shipping_desc h2,
.z-shipping_desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    cursor: pointer;

}

.z-shipping_desc h3 {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px;
    border-bottom: none;
    position: relative;
}

.z-shipping_desc h2 a {
    margin: 0 5px;
    display: inline;
    /* 使用 inline 保持内容在一行 */
    white-space: nowrap;
    /* 避免换行 */
}

.z-shipping_desc h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}


.z-shipping_desc ul,
.z-shipping_desc ol {
    list-style: revert;
}

.z-shipping_desc li {
    list-style: revert;
    margin-left: 20px;
}


.z-shipping_desc p {
    color: var(--zg-color-h);
    line-height: 25px;
    margin-bottom: 10px;
}

.z-shipping_desc li {
    color: var(--zg-color-h);
    line-height: 20px;
    margin-bottom: 10px;
}

.z-shipping_desc .z-desc_more {
    display: none;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-list li {
    width: calc(20% - 20px);
    box-sizing: border-box;
}

.blog-list li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.blog-list li a:hover {
    color: #333;
}

.blog-thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    background: #f2f2f2;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
    height: calc(1.45em * 2);
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    word-break: break-word;
}

.blog-date {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

.quick-buy-container {
    border: 1px solid #DCDCDC;
    margin-top: 20px;
    padding-left: 81px;
}

.quick-buy-container .quick-buy-current {
    padding-bottom: 22px;
    padding-top: 15px;
}

.quick-buy-container .quick-buy-prod {
    height: 1.2rem;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: #2F333E;
    text-align: center;
}

.quick-buy-container .quick-buy-prod .count-line {
    line-height: 0.5973333333rem;
}

.quick-buy-container .quick-buy-prod img {
    width: 30px;
    vertical-align: -2px;
}

.quick-buy-container .quick-buy-prod .count {
    font-weight: 600;
}

.quick-buy-container .quick-buy-prod .count-text {
    vertical-align: 0.1066666667rem;
}

.quick-buy-container .quick-buy-prod .extratext3 {
    color: #F25F06;
}

.quick-buy-detail {
    display: flex;
}

.quick-buy-slider {
    width: 420px;
}

.quick-buy-input {
    display: flex;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    width: 420px;
    height: 50px;
    margin: 37px auto 33px auto;
}

.quick-buy-input .input-text,
.quick-buy-input .count-input {
    width: 300px;
    font-size: 20px;
    text-align: center;
    color: #1A1B1C;
    font-weight: 600;
    line-height: 45px;
}

.quick-buy-input .input-text .count-text {
    display: block;
}

.quick-buy-input .count-input {
    border: none;
}

.quick-buy-input .reduce,
.quick-buy-input .increase {
    flex: 1;
    background: #E5E5E5;
    text-align: center;
    font-size: 35px;
    color: #A6A6A6;
    cursor: pointer;
}

.quick-buy-confirm {
    margin-left: 243px;
    margin-top: 22px;
    font-size: 14px;
    text-align: center;
}

.quick-buy-summary {
    display: flex;
}

.quick-buy-summary>div {
    flex: 1;
    text-align: center;
}

.quick-buy-coins {
    margin-left: 89px;
}

.quick-buy-amount .amount,
.quick-buy-coins .coins {
    font-weight: 700;
    font-size: 22px;
}

.quick-buy-amount .amount .original {
    text-decoration-line: line-through;
    color: #808080;
}

.quick-buy-button {
    margin-top: 22px;
}

.quick-buy-button .btn-buy {
    width: 258px;
    height: 40px;
}

[ng-cloak],
.ng-cloak {
    display: none !important;
}

.rzslider .rz-bar {
    height: 12px;
    background: #E5E5E5;
}

.rzslider .rz-tick {
    width: 10px;
    height: 10px;
    background-color: #808080;
    top: 4px;
}

.rzslider .rz-selection {
    background-color: #F2A506;
}

.rzslider .rz-tick.rz-selected {
    background-color: #ffd38c;
}

.rzslider .rz-tick-legend {
    font-size: 14px;
    color: #808080;
    top: -28px;
}

.rzslider .rz-pointer {
    width: 40px;
    height: 24px;
    background: #2F333E;
    border-radius: 8px;
    top: -6px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    text-align: center;
}

.rzslider .rz-pointer:before {
    content: "\e6ff";
}

.rzslider .rz-pointer:after {
    background: transparent;
    width: 0;
}

.rzslider .rz-tick {
    margin-left: 15px;
}


.main {
    margin-top: 33px;
    display: flex;
    min-height: 356px;
    position: relative;
    /* background: linear-gradient(to bottom, #c0c0c0, transparent); */
}

.main>img:first-child {
    height: auto;
    width: 100%;
    object-fit: contain;
    margin-top: -33px;
    position: absolute;
}

.main>img:first-child+div {
    position: relative;
    display: flex;
}

.main>* {
    flex: 1;
}

.main .description {
    padding: 2em 1em 2em 21em;
    border-radius: 4px;
    flex: 1;
}

.main .description h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1em;
}

.main .description .text {
    max-height: 210px;
    overflow: hidden;
}

.main .description .text:hover {
    overflow-y: auto;
}

.main .description .expand {
    display: none;
}

.main form {
    padding: 2em;
    flex: 1;
}

.main form .flex {
    display: flex;
}

.main form .flex>div {
    flex: 1;
}

.main form .flex>span {
    width: 2em;
    margin-bottom: auto;
    margin-top: 2.5em;
    text-align: center;
}

.main form .form-group {
    margin-bottom: 27px;
}

.main form .form-control {
    font-size: 1.75em;
    height: auto;
    text-align: center;
    border-radius: 6px;
}

#title img {
    height: 30px;
    width: auto;
}

.main form>button {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 1.25em;
}

.shopping-cart-box {
    position: fixed;
    margin-left: 1209px;
    transform: translateX(-50%);
    width: 80px;
    height: 60px;
    border-radius: 0px 30px 30px 0px;
    z-index: 1200;
    right: unset;
}

.lang__ar .shopping-cart-box {
    margin-left: 0;
    margin-right: 1209px;
}

.shopping-cart-right {
    position: fixed;
    bottom: 0;
    left: 83.6%;
    transform: translateX(-50%);
    z-index: 1200;
}

.shopping-now-btn {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    background-color: #ffca29;
    border-radius: 30px;
}

.btn .icon-kuaisugoumai {
    vertical-align: text-top;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.3;
}

.shopping-cart-box .amount {
    display: inline-block;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f25f06;
    margin-left: -25px;
}
.lang__ar .shopping-cart-box .amount {
    margin-left: 0;
    margin-right: -25px;
}
.comment-list .comment .bubble {
    background-color: #eee;
}
.comment-list .comment .bubble:before {
    border-color: #eee #eee transparent transparent;
}
@media (max-width: 1024px) {
    .z-game-main .fc-commodity ul.commodity-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
        padding: 0 10px;
    }

    .z-game-main .fc-commodity .card {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .z-game-main .fc-commodity .cheap-fut-coins {
        display: none;
    }

    .z-game-main .fc-commodity .card-block .btn {
        display: none;
    }

    .z-game-main .fc-commodity .card-block .card-title {
        min-height: auto;
        line-height: normal;
        margin: 0;
        font-size: 16px;
    }

    .z-game-main .fc-commodity .card .icon {
        font-size: 40px;
        height: auto;
        margin-right: 7px;
    }

    .z-game-main .fc-commodity .card-block {
        padding-top: 0;
    }

    .course {
        display: block;
    }

    .course .right .top .page-count {
        font-size: 24px;
    }

    .course .right ul li h2 {
        font-size: 18px;
    }

    .course .right ul li p {
        font-size: 14px;
    }

    .course .split {
        height: 2px;
        width: 100%;
        margin: 12px 0;
        display: block;
    }

    .seo ul.lang li {
        width: 100%;
    }

    .z-shipping_desc {
        margin-top: 20px;
    }

    .content-bottom {
        padding: 20px 10px;
    }

    .blog-list {
        gap: 16px;
        display: block;
    }

    .blog-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-thumb {
        flex: 0 0 90px;
        width: 90px;
        height: 68px;
        border-radius: 6px;
    }

    .blog-list li a {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .blog-title {
        margin-top: 0;
    }

    .top-block {
        padding: 0 10px;
    }

    .top-block .text {
        display: none;
    }

    .top-block .top-title {
        font-size: 22px;
    }

    .quick-buy-container {
        padding: 0 10px;
    }

    .quick-buy-slider {
        width: 100%;
    }

    .quick-buy-detail {
        flex-direction: column;
    }

    .quick-buy-container .quick-buy-prod .count-text {
        display: block;
    }

    .quick-buy-container .quick-buy-prod {
        text-align: left;
        margin-bottom: 20px;
    }

    .quick-buy-input {
        width: 100%;
    }

    .quick-buy-input .input-text,
    .quick-buy-input .count-input {
        width: 200px;
    }

    .quick-buy-confirm {
        margin: 0 !important;
        padding-bottom: 20px;
    }

    .quick-buy-button {
        width: 100%;
    }

    .main .description {
        padding: 0;
    }

    .shopping-cart-box {
        margin: 0;
        position: static;
        transform: none;
        width: 0;
        height: 0;
    }

    .shopping-cart-box .z-cart {
        position: fixed;
        right: 10px;
        bottom: 118px;
        z-index: 50;
    }
    .comments-header {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .step-container {
        width: 100%;
        padding: 0 20px;
    }

    .step:not(:last-child) .step-icon:after {
        width: 64px;
    }

    .step:last-child .step-desc,
    .step-desc {
        left: 0;
        text-align: center;
    }

    .step-container .step,
    .step-container .step.current {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-buy-amount .amount,
    .quick-buy-coins .coins {
        font-size: 16px;
        justify-content: center;
    }

    .quick-buy-amount .amount .original {
        font-size: 12px;
    }

    .quick-buy-button .btn-buy {
        width: 100%;
        background-color: #f2a506;
    }

    .quick-buy-container .quick-buy-current {
        border-bottom: solid 1px #f1eeee;
    }

    .coins-quantity-box {
        display: block;
    }
}