.app .introduce .thumbnail {
    float: right;
    margin: 4.7rem 9rem 0 0;
    max-width: calc(50% - 9rem);
}

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

.app .introduce .page-header {
    float: left;
}

.app .page-header-description {
    color: #555;
}

.app .page-header-title {
    padding-bottom: 6rem;
}

.app .page-header-title small {
    color: #555;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    padding-top: 1rem;
}

.app .merchant .page-header-title {
    padding-top: 2rem;
}

.app .merchant .page-header-title,
.app .merchant .page-header-description:last-of-type {
    padding-bottom: 4.5rem;
}

.app .merchant .page-header-description+.page-header-description {
    padding-top: 2.8rem;
}

.app .page-header-description+.page-header-stitle {
    padding-top: 6rem
}

.app .page-header-stitle {
    font-size: 2.2rem;
    padding-bottom: 0.6rem;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.app .tier .page-header .page-header-description {
    padding-bottom: 7rem;
}

.app .tier .features,
.app .merchant .features {
    padding: 1.8rem 0 0;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 500;
}

.app .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    font-size: 2.2rem;
}

.app .features .ico {
    position: absolute;
    width: 9rem;
    height: 9rem;
    background: no-repeat 50% 50% #fff;
    border-radius: 100%;
    background-size: 4.5rem auto;
    left: 50%;
    margin-left: -4.5rem;
    top: 3rem;
}

.app .tier .features .ico,
.app .merchant .features .ico {
    top: 50%;
    left: 4rem;
    margin: -4.5rem 0 0;
}

.app .tier .features li,
.app .merchant .features li {
    height: 15rem;
    padding: 3rem 3rem 3rem 17.5rem;
}

.app .features li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 14rem 3.8rem 3.8rem;
}

.app .features small {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}

.app .process,
.app .service,
.app .management {
    padding-top: 15rem;
}

.app .process .howto-method {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    font-family: 'Poppins', sans-serif;
}

.app .process .howto-method dd {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 2rem 2rem;
    font-weight: 600;
    padding: 2.5rem;
    line-height: 1.3;
}

.app .topup,
.app .withdraw {
    padding-top: 5rem;
}

.app .withdraw .features .ico img {
    position: absolute;
    background: #fff;
    width: 2.1rem;
    border: 0.2rem solid #fff;
    height: 2.1rem;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: 0.6rem;
}

.app .topup .howto {
    margin-top: -2rem;
}

.app .howto-method {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.5rem;
    text-align: center;
    margin-top: 4.5rem;
}

.app .howto-method .line {
    border: 1px solid #e5e5e5
}

.app .howto-method dt {
    background: #f8f8f8;
    grid-row: 1/2;
    border: solid #e5e5e5;
    border-width: 1px 1px 0;
    border-radius: 2rem 2rem 0 0;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    padding: 1.56rem;
}

.app .howto-method dt small {
    display: block;
    font-weight: 400;
}

.app .howto-method dd {
    grid-row: 2/3;
}

.app .topup .howto-method dd {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    padding: 3rem;
}

.app .topup .howto-method ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
    color: #555;
}

.app .topup .howto-method img {
    max-width: 50%;
    object-fit: contain
}


.app .howto-method dt:nth-of-type(5),
.app .howto-method dt:nth-of-type(6) {
    grid-row: 5/6
}

.app .howto-method dd:nth-of-type(5),
.app .howto-method dd:nth-of-type(6) {
    grid-row: 6/7
}

.app .topup .howto-method li+li {
    margin-top: 10rem;
    position: relative;
}

.app .topup .howto-method li+li:before {
    content: '';
    position: absolute;
    top: -5rem;
    left: 50%;
    background: url('../images/ic-fast-forward.svg') no-repeat;
    background-size: contain;
    width: 3.3rem;
    height: 3.3rem;
    transform: rotate(90deg);
    margin: -1.65rem 0 0 -1.65rem;
}

.app .withdraw .page-header-description+.page-header-description {
    padding-top: 3rem;
}

.app .withdraw .introduce .thumbnail {
    margin: 17rem 10rem 0 0;
    max-width: calc(50% - 10rem);
}

.app .withdraw .features {
    text-align: center;
    padding-top: 8.5rem;
}

.app .designed .page-header-stitle {
    padding: 6rem 0 2rem;
}

.app .detail {
    display: flex;
}

.app .detail li {
    width: 100%;
    text-align: center;
    color: #555555;
}

.app .detail b {
    display: block;
    color: #000;
    padding-bottom: 1rem;
    font-size: 2rem;
}

.app .detail li+li {
    margin-left: 2rem;
}

.app .detail img {
    display: block;
    border-radius: 2rem;
    border: 1px solid #e5e5e5;
    margin: 0 auto 2.5rem;
    max-width: 100%;
}

.app .service .howto-method dt {
    font-family: 'Poppins', sans-serif;
    
}
.app .service .howto-method dd {
    border-radius: 0 0 2rem 2rem;
    border: 1px solid #e5e5e5;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    
    
}

.app .service .howto-method ol {
    width: 100%;
}

.app .service .howto-method li {
    position: relative;
    padding: 3rem 0;
    color: #555;
}

.app .service .howto-method li+li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url('../images/ic-fast-forward-blue.svg') no-repeat;
    background-size: contain;
    width: 3.3rem;
    height: 3.3rem;
    transform: rotate(90deg);
    margin: -1.65rem 0 0 -1.65rem;
}

.app .service .howto-method li:not(.buyer)+.buyer {
    border-top: 1px solid #e5e5e5;
    padding-top: 0;
    margin-top: 3rem;
    padding-top: 1rem;
}

.app .service .howto-method .buyer+li:not(.buyer) {
    border-top: 1px solid #e5e5e5;
    padding-top: 6rem;
    background: #fff;
    margin-top: -2rem;
}

.app .service .howto-method .buyer+.buyer:before {
    background-image: url('../images/ic-fast-forward.svg');
}

.app .service .howto-method li:not(.buyer)+.buyer:before {
    top: -3rem;
}

.app .service .howto-method .buyer+li:not(.buyer):before {
    top: 3rem;
}

.app .remittance .howto-method {
    display: flex;
    margin-bottom: 4.5rem;
}

.app .remittance .howto-method dt {
    width: 100%;
    border-width: 1px;
    border-radius: 2rem;
    box-sizing: border-box;
}

.app .service .howto-method .buyer b.fcr {
    position: absolute;
    /* bottom: 100%; */
    left: 1.1rem;
    line-height: 0.88;
    font-family: 'Poppins', sans-serif;
}

.app .service .howto-method .seller b.fcb {
    position: absolute;
    top: 10%;
    left: 1.1rem;
    line-height: 0.88;
    font-family: 'Poppins', sans-serif;
}

.app .service .howto-method .buyer {
    background: #fff9f6;
}

.app .qr .detail {
    padding-top: 4rem;
}

.app .management .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: 4.5rem;
    font-family: 'Poppins', sans-serif;
}

.app .management .list li {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    height: 2.8em;
    padding: 2.5rem 0;
}

.app .management .list li.ready {
    background: #f5fcff;
}

.app .management .howto-method {
    margin-top: 7rem;
    grid-gap: 0;
    font-family: 'Poppins', sans-serif;
}

.app .management .howto-method dd:not(:first-of-type)+dt {
    margin-top: 2rem;
}

.app .management .howto-method dd:nth-of-type(2n),
.app .management .howto-method dt:nth-of-type(2n) {
    margin-left: 1rem;
}

.app .management .howto-method dd:nth-of-type(2n+1),
.app .management .howto-method dt:nth-of-type(2n+1) {
    margin-right: 1rem;
}

.app .management .howto-method dt,
.app .management .howto-method dd {
    grid-column: 1/2;
}

.app .management .howto-method dt:nth-of-type(even),
.app .management .howto-method dd:nth-of-type(even) {
    grid-column: 2/3
}

.app .management .howto-method img {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 2rem 2rem;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

.app .management .howto-method dt:nth-of-type(3),
.app .management .howto-method dt:nth-of-type(4) {
    grid-row: 3/4
}

.app .management .howto-method dd:nth-of-type(3),
.app .management .howto-method dd:nth-of-type(4) {
    grid-row: 4/5
}

.app .management .howto-method dt:nth-of-type(5),
.app .management .howto-method dt:nth-of-type(6) {
    grid-row: 5/6
}

.app .management .howto-method dd:nth-of-type(5),
.app .management .howto-method dd:nth-of-type(6) {
    grid-row: 6/7
}

@media screen and (max-width: 900px) {
    .app .introduce .thumbnail {
        margin-right: 0;
    }
}

@media screen and (max-width: 760px) {
    .app .introduce .page-header {
        float: none;
    }

    .app .introduce .thumbnail {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }

    .app .withdraw .introduce .thumbnail {
        margin-left: auto;
        float: none;
        margin-right: auto;
        max-width: 100%;
    }

    .app .management .list {
        grid-template-columns: repeat(2, 1fr)
    }

    .app .howto-method,
    .app .tier .features,
    .app .merchant .features,
    .app .withdraw .features {
        grid-template-columns: 1fr;
    }

    .app .howto-method,
    .app .detail,
    .app .remittance .howto-method {
        display: block;
    }

    .app .howto-method dd+dt {
        margin-top: 2rem;
    }

    .app .detail li+li {
        margin: 4rem 0 0;
    }

    .app .remittance .detail li {
        padding: 0;
    }

    .app .remittance .detail img {
        margin: 0 auto 2.5rem;
    }

    .app .download {
        display: flex;
    }

    .app .download a+a {
        margin-left: 1rem;
    }

    .app .download img {
        max-width: 100%;
    }

    .app .page-header-title {
        padding-bottom: 2rem;
    }
}