@charset "UTF-8";
:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64)
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px;
    --color-BBBBBB: #bbbbbb;
    --color-FF5D48: #ff5d48;
    --color-009848: #009848;
    --color-F44429: #F44429;
    --color-2A2A2A: #2a2a2a;
    --color-232323: #232323;
    --color-ffffff: #ffffff;
    --color-E5E5E5: #e5e5e5
}

*,*:before,*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400
}

body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition: color .5s,background-color .5s;
    line-height: 1.6;
    font-family: Roboto,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.f-s-s {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.f-s-sb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.f-c-s {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.f-c-sb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.f-c-c {
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap {
    flex-wrap: wrap
}

.f1 {
    flex: 1
}

.column {
    flex-direction: column
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 70px 20px 80px
}

.home-right {
    position: relative;
    padding-left: 0;
    border-left: none;
    padding-bottom: 0
}

.order-row {
    padding: 15px 0;
    border-bottom: 1px solid var(--color-E5E5E5)
}

.order-left {
    font-size: 12px;
    color: var(--color-232323);
    padding-right: 12px
}

.order-right {
    font-weight: 500;
    font-size: 13px;
    color: var(--color-232323);
    text-align: right;
    word-break: break-all
}

.order-right-number {
    font-size: 18px
}

.order-row-remark {
    position: relative;
    padding: 13px 0 10px;
    border-bottom: 1px solid var(--color-E5E5E5)
}

.copy-tag {
    padding: 0 20px 0 13px;
    background: var(--color-F44429);
    border-radius: 2px;
    height: 22px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.step-card {
    background: #e5e5e533;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 12px 16px 19px
}

.step-tag {
    display: inline-block;
    background: var(--color-F44429);
    border-radius: 4px;
    color: var(--color-ffffff);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0 25px 0 15px;
    margin-bottom: 21px
}

.step-title {
    font-size: 12px;
    color: var(--color-F44429);
    padding-right: 10px
}

.step-sub {
    font-weight: 500;
    font-size: 12px;
    color: var(--color-232323)
}

.step-size {
    margin-bottom: 18px
}

.step-size:last-child {
    margin-bottom: 0
}

.result {
    font-weight: 500;
    font-size: 15px;
    text-align: center
}

.result-img {
    max-width: 165px!important;
    max-height: 165px!important
}

.result-mt {
    position: fixed;
    top: 23vh;
    left: 0;
    width: 100%;
    z-index: 2
}

.hidden {
    display: none
}

.head-normal {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    transition: all .3s ease;
    background: var(--color-F44429);
    height: 48px
}

.head-log {
    max-width: 131px;
    max-height: 25px
}

.head-size {
    width: 100%;
    text-align: center
}

.head-title {
    font-weight: 700;
    font-size: 17px;
    color: #fff
}

.show-hidden {
    transition: all .3s ease;
    display: none
}

.hidden-show {
    transition: all .3s ease;
    display: block
}

.home-left {
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px
}

.order-clabe-copy {
    position: absolute;
    right: 0;
    bottom: 10px
}

.spei-img {
    width: 81px;
    height: 35px;
    margin-right: 11px
}

.spei-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-232323);
    line-height: 19px
}

.font-1 {
    display: none
}

.btn {
    width: 100%;
    height: 40px;
    background-color: var(--color-F44429);
    border-radius: 99999px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}
.popUp{
  position: absolute;
  background: #0009;
  font-size: 12px;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  padding:5px 5px;
  box-sizing: border-box;
  text-align: center;
  z-index: 999;
  border-radius: 5px;
  display: none;
  color: #fff;
}
@media (min-width: 1000px) {

    .container {
        max-width: 960px;
        padding: 119px 20px 20px
    }

    .md-f-s-s {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start
    }

    .home-left {
        display: block;
        padding-right: 25px;
        width: 338px
    }

    .home-right {
        padding-left: 29px;
        border-left: 1px solid rgba(229,229,229,.5);
        padding-bottom: 25px
    }

    .order-left {
        font-size: 14px
    }

    .order-right {
        font-size: 16px
    }

    .step-card {
        padding: 14px 15px 20px 17px
    }

    .copy-tag {
        padding: 0 20px 0 14px;
        height: 24px;
        font-size: 13
    }

    .step-tag {
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 23px
    }

    .step-title {
        font-size: 14px;
        padding-right: 5px
    }

    .step-sub {
        font-size: 14px;
        letter-spacing: -.8px
    }

    .step-size {
        margin-bottom: 30px
    }

    .hidden {
        display: inline
    }

    .head-normal {
        background: var(--color-F44429);
        height: 60px;
        padding: 0 40px
    }

    .head-log {
        max-width: 176px;
        max-height: 34px
    }

    .head-size {
        width: 1000px;
        text-align: left
    }

    .show-hidden {
        display: block
    }

    .hidden-show {
        display: none
    }

    .font-1 {
        display: block;
        font-weight: 500;
        font-size: 24px;
        color: #2a2a2a;
        line-height: 24px;
        margin-bottom: 34px
    }

    .spei-img {
        width: 150px;
        height: 65px;
        margin-bottom: 22px
    }

    .spei-title {
        font-weight: 500;
        font-size: 24px;
        color: var(--color-232323);
        line-height: 29px;
        margin-bottom: 38px
    }

    .order-clabe {
        margin-right: 100px
    }

    .btn {
        width: 210px;
        height: 44px;
        font-size: 16px
    }

    .web-btn {
        position: absolute;
        bottom: -81px;
        left: 29px
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
