.mc_crypto {
    padding-top: 18rem
}

.panel {
    width: 100%
}

.panel-inner {
    max-width: 120rem;
    margin: 0 auto;
    text-align: center;
    
}
.crypto-header-title{
    text-align: left;
}
.crypto-explain{
    text-align: left;
    margin-top: 3.5rem;
}
.crypto-left{
    max-width: 428px;
    margin-right: 60px;
}
.crypto-right{
   margin-right: -9rem;
}
.mc-button-blue {
    background: #436aee;
    color: #fff;
}
.mc-button-blue:hover {
    background: #2254ff;
}
.panel-start-outer {
    padding-bottom: 10rem;
    background-image: url("../img/crypto/crypto-color-bg.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative
}

.conect-line-comp {
    position: absolute;
    left: 50%;
    bottom: -6rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10
}

.panel-start .title {
    margin: 0 auto 1rem
}

.panel-start .title:last-of-type {
    margin-bottom: 4rem
}

.panel-start .desc {
    width: 78rem;
    margin: 0 auto 5rem;
    line-height: 2.4rem
}

.panel-start .video-box {
    max-width: 96rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6;
    box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6
}

.panel-start .video-box .video {
    display: block;
    width: 100%;
    height: auto
}

.panel-works-outer {
    background-image: url("../img/crypto/crypto-works-bg.png");
    background-size: 192rem 88.9rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -1px
}

.panel-works-outer .panel-works {
    max-width: 120rem;
    height: 88.9rem;
    padding-top: 18.9rem
}

.panel-works-outer .panel-works .title {
    color: #FFFFFF;
    margin-bottom: 4rem
}

.panel-works-outer .panel-works .crypto-diagram {
    display: block;
    width: 100%;
    margin: 0 auto
}

.panel-features {
    height: auto;
    padding-top: 12.8rem;
    margin-bottom: 10.7rem
}

.panel-features .title {
    margin-bottom: 6rem
}

.panel-features .features-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.panel-features .features-card-item {
    color: #000000;
    width: 37.3rem;
    height: auto;
    background: #fff;
        box-shadow: 0 20px 40px 0 rgb(10 34 56 / 20%);
        border-radius: 3rem;
    padding: 3.4rem 5rem;
    margin-bottom: 4rem
}

.panel-features .features-card-item .item-icon {
    width: auto;
    height: 5rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.4rem
}

.panel-features .features-card-item .title {
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 3.6rem;
    position: relative
}

.panel-features .features-card-item .title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #E5E5F0;
    bottom: -1.6rem;
    z-index: 1
}

.panel-features .features-card-item .title::after {
    content: "";
    position: absolute;
    width: 2.2rem;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00037A;
    bottom: -1.6rem;
    z-index: 2
}

.panel-features .features-card-item .desc {
    font-weight: 400;
    line-height: 1.8rem
}

.panel-policy-outer {
    background-color: #F3F8FF;
    padding: 10.3rem 0
}

.panel-policy .title {
    margin-bottom: 4.7rem
}

.panel-policy .sub_title {
    margin-bottom: 4.3rem
}

.panel-policy .formula-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.5rem
}

.panel-policy .formula-box span {
    color: #436AEE;
    font-weight: 600;
}

.panel-policy .formula-box .symbol {
    margin: 0 5rem;
    font-size: 4.8rem;
}

.panel-policy .formula-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 19rem;
    height: 19rem;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(53,65,76,0.2);
    box-shadow: 0px 10px 60px 0px rgba(53,65,76,0.2);
    border-radius: 50%
}

.panel-policy .formula-box .item .desc {
    margin-top: 1.9rem;
    padding: 0 4rem;
    line-height: 2.1rem;
    margin-bottom: 0
}

.panel-policy .formula-box .item>span {
    width: 100%
}

.panel-policy .fees-title {
    text-align: left;
    font-weight: bold;
    color: #111111;
    line-height: 3rem;
    margin-bottom: 1.8rem
}

.panel-policy .fees-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.9rem
}

.panel-policy .fees-list .fees-item {
    width: 48.8%;
    height: 13.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #FEFEFE;
    margin-top: 2.8rem;
    padding: 3.8rem 8.1rem 4rem 3.4rem;
    border-radius: 15px;
    box-shadow: 0px 20px 60px 0px rgb(53 65 76 / 20%);
}


.panel-policy .fees-list .name {
    width: 5rem
}

.panel-policy .fees-list .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: left;
    margin-top: -7px;
    margin-left: 20px;
}

.panel-policy .fees-list .name-inner {
    width: 10.6rem;
    height: 10.6rem;
    background: #436AEE;
    border: 0.8rem solid #DDEBFF;
    border-radius: 50%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.panel-policy .fees-list p {
    width: 100%
}

.panel-policy .success-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.5rem !important
}

.panel-policy .success-tip {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 4.5rem
}

.panel-policy .success-tip .icon-yes {
    color: #30BF6E;
    margin-right: 1.4rem
}

.panel-policy .success-tip .text {
    width: 44rem;
    color: #828395;
    line-height: 2.4rem;
    margin-bottom: 0;
    
}

.panel-policy .desc {
    margin-bottom: 7.5rem
}

.panel-policy .tip {
    color: #828395
}

.panel-policy .table-fixed-box {
    width: 100%;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(53,65,76,0.2);
    box-shadow: 0px 20px 60px 0px rgba(53,65,76,0.2);
    background-color: transparent;
    margin-bottom: 4rem;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden
}

.panel-policy .table-box {
    padding: 0 !important;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto
}

.panel-policy .table {
    padding: 0 !important;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 0;
    min-height: 7rem;
    background: #FEFEFE
}

.panel-policy .table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.panel-policy .table .theader {
    display: table-header-group;
    height: 7rem;
    background-color: #FEFEFE;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111111
}

.panel-policy .table .theader::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E5E5F0;
    left: 0;
    top: 7rem;
    z-index: 99;
    opacity: 0.5;
}

.panel-policy .table .tbody {
    display: table-row-group;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000
}

.panel-policy .table .tr {
    display: table-row;
    height: 6.9rem
}

.panel-policy .table .tr:nth-of-type(even) {
    background-color: rgba(243,248,255,0.5)
}

.panel-policy .table .th,.panel-policy .table .td {
    display: table-cell;
    vertical-align: middle;
    padding: 1.5rem 4rem
}

.panel-policy .table .th:first-of-type,.panel-policy .table .td:first-of-type {
    text-align: left
}

.panel-policy .table .inner-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel-policy .table .symbol-icon {
    display: inline-block;
    width: 5rem;
    margin-right: 1rem
}

.panel-policy .table .symbol-icon img {
    display: block;
    width: auto;
    height: 3.4rem;
    margin: auto
}
@media (min-width: 1201px) {
    .crypto-box{
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 1201px) {
    .mc_crypto {
        padding-top: 23rem
    }
    .crypto-left{
        margin-right: 0;
    }
    .crypto-right{
        margin-top: 6rem;
        display: none;
    }
    .panel-start-outer {
        padding-bottom: 11.5rem
    }
    .panel-start .video-box{
        margin: 0;
    }
    .panel-inner {
        width: 100%;
        margin: 0 auto;
        text-align: left
    }

    .panel-inner .title {
        font-size: 6.4rem;
        font-weight: 500;
        line-height: 7.2rem
    }

    .panel-start {
        padding: 0 6rem
    }

    .panel-start .title {
        font-weight: bold;
        line-height: 7.2rem
    }
    .ethereumText{
        margin-left: 27px !important;
    }
    .panel-start .title:last-of-type {
        margin-bottom: 4rem
    }

    .panel-start .video-box {
        margin-bottom: 0
    }

    .conect-line-comp {
        position: absolute;
        left: 50%;
        bottom: -6rem;
        z-index: 10
    }

    .panel-works-outer {
        background-size: 150% 100%
    }

    .panel-works-outer .panel-works {
        height: 70.3rem;
        padding: 18rem 6rem 0
    }

    .panel-features {
        height: auto;
        padding-top: 10.2rem;
        margin-bottom: 11.8rem;
        text-align: center
    }

    .panel-features .title {
        margin-bottom: 5.4rem;
        font-weight: 800
    }

    .panel-features .features-card-list {
        display: block;
        padding: 0 6rem
    }

    .panel-features .features-card-list .features-card-item {
        color: #000000;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 6rem;
        border-radius: 3rem;
        margin-bottom: 3.7rem
    }

    .panel-features .features-card-list .features-card-item .item-icon {
        width: auto;
        height: 8.3rem;
        display: block;
        margin: 0 auto;
        margin-bottom: 4.6rem
    }

    .panel-features .features-card-list .features-card-item .title {
        font-size: 3rem;
        font-weight: bold;
        line-height: 5rem;
        margin-bottom: 6rem;
        position: relative
    }

    .panel-features .features-card-list .features-card-item .title::before {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        height: 2px;
        background-color: #E5E5F0;
        bottom: -2.6rem;
        z-index: 1
    }

    .panel-features .features-card-list .features-card-item .title::after {
        content: "";
        position: absolute;
        width: 2.2rem;
        left: 50%;
        height: 2px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #00037A;
        bottom: -2.6rem;
        z-index: 2
    }

    .panel-features .features-card-list .features-card-item .desc {
        padding: 0 1.5rem;
        font-weight: 400;
        line-height: 3.6rem;
        text-align: left;
    }

    .panel-policy-outer {
        padding: 6.7rem 0
    }

    .panel-policy {
        padding: 0 0 0 6rem
    }

    .panel-policy .title {
        font-size: 6.4rem;
        font-weight: bold;
        line-height: 8.4rem;
        padding-right: 3.6rem
    }

    .panel-policy .sub_title {
        font-weight: 600;
        padding-right: 3.6rem
    }

    .panel-policy .formula-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4.5rem;
        padding-right: 3.6rem
    }

    .panel-policy .formula-box span {
        color: #436AEE
    }

    .panel-policy .formula-box .sum {
        width: 18rem;
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 4rem
    }

    .panel-policy .formula-box .symbol {
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 9.1rem;
        margin: 0 1.5rem
    }

    .panel-policy .formula-box .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 16.9rem;
        height: 16.9rem;
        text-align: center;
        background: #FEFEFE;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(53,65,76,0.2);
        box-shadow: 0px 10px 60px 0px rgba(53,65,76,0.2);
        border-radius: 50%
    }

    .panel-policy .formula-box .item .text {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 3.8rem
    }

    .panel-policy .formula-box .item .desc {
        margin-top: 1.9rem;
        font-size: 2.2rem;
        padding: 0;
        line-height: 2.1rem;
        margin-bottom: 0;
        font-weight: bold;
        line-height: 2.2rem
    }

    .panel-policy .formula-box .item>span {
        width: 100%
    }

    .panel-policy .fees-title {
        text-align: left;
        font-weight: 600;
        color: #111111;
        line-height: 6rem;
        margin-bottom: 4rem
    }

    .panel-policy .fees-list {
        display: block;
        padding-right: 6rem;
        margin-bottom: 4rem
    }

    .panel-policy .fees-list .fees-item {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #DDEBFF;
        border-right-width: 0 !important
    }

    .panel-policy .fees-list .fees-item:last-of-type {
        border-width: 0
    }
    .panel-policy .fees-list .fees-item:nth-of-type(n+3) {
        border-top-width: 0
    }

    .panel-policy .fees-list .desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 2.8rem;
        font-weight: 400;
        color: #555555;
        line-height: 3.6rem
    }

    .panel-policy .fees-list .name-inner {
        width: 11.4rem;
        height: 11.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 3.2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .panel-policy .fees-list p {
        width: 100%
    }

    .panel-policy .desc {
        margin-bottom: 6.4rem;
        line-height: 3.6rem;
        padding-right: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .panel-policy .desc span {
        width: 100%;
        padding-left: 0.8rem
    }

    .panel-policy .tip {
        color: #828395
    }

    .panel-policy .success-list {
        display: block;
        padding-right: 6rem
    }

    .panel-policy .success-tip {
        width: 100%
    }

    .panel-policy .success-tip .icon-yes {
        margin-right: 2rem
    }

    .panel-policy .success-tip .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 2.4rem;
        color: #828395;
        line-height: 3.6rem
    }

    .panel-policy .table-fixed-box {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel-policy .table {
        margin-bottom: 0rem
    }

    .panel-policy .table .theader {
        display: table-header-group;
        height: 9rem;
        background-color: #FEFEFE;
        position: relative;
        font-size: 3rem;
        font-weight: 600;
        color: #111111
    }

    .panel-policy .table .theader::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #E5E5F0;
        left: 0;
        top: 9rem;
        z-index: 99;
        opacity: 0.5;
    }

    .panel-policy .table .tbody {
        display: table-row-group;
        font-size: 3rem;
        font-weight: 400;
        color: #000000
    }

    .panel-policy .table .tr {
        display: table-row;
        height: 8.6rem;
        height: auto
    }

    .panel-policy .table .tr:nth-of-type(even) {
        background-color: rgba(243,248,255,0.5)
    }

    .panel-policy .table .th,.panel-policy .table .td {
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
        padding: 1.9rem 4rem;
        text-align: center
    }

    .panel-policy .table .th:first-of-type,.panel-policy .table .td:first-of-type {
        text-align: left
    }

    .panel-policy .table .inner-td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .panel-policy .table .symbol-icon {
        display: inline-block;
        width: 5rem;
        margin-right: 1rem
    }

    .panel-policy .table .symbol-icon img {
        display: block;
        width: auto;
        height: 3.4rem;
        margin: auto
    }

    .panel-policy .fixed-box {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 10
    }

    .panel-policy .fixed-box .th {
        font-size: 3rem;
        font-weight: 600 !important;
        font-family: PingFang SC;
        color: #111111;
        position: relative
    }

    .panel-policy .fixed-box .td {
        font-size: 3rem;
        font-weight: 400;
        color: #000000
    }

    .panel-policy .fixed-box .th,.panel-policy .fixed-box .td {
        padding: 1.5rem 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .panel-policy .fixed-box .inner-td {
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .panel-policy .fixed-box .symbol-icon {
        display: inline-block;
        width: 5rem;
        margin-right: 1rem
    }

    .panel-policy .fixed-box .symbol-icon img {
        display: block;
        width: auto;
        height: 3.4rem;
        margin: auto
    }
}
.secBox {
	max-width: 845px;
    width: 100%;
    height: 40rem;
    display: flex;
}
.secBox-left{
    width: 60%;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.35);
    padding: 2rem 4rem 0;
}
.secBox-left1{
    padding: 0 30px;
}
.secBox-right{
    width: 40%;
}
.secBox{
    position: relative;
}
.secBox-left-title{
    background: rgba(249, 249, 249, 0);
    padding: .5rem 0 .5rem 0 ;
    border: 1px solid gainsboro;
    border-radius: 6px;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.secBox-left-address{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.qCode{
    width: 13rem;
    height: 13rem;
    margin: 0 auto;
    position: relative;
}
.qCodeLine{
    position: absolute;
    width: 100%;
    height: 2rem;
    background: #4f6ef7;
    opacity: .4;
    top: 0px;
}
.qCodeLine.qCodeLineAmi{
    animation: qCodeLineAmi 2s;
}
.produceBox-cart{
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 2rem;
    padding-top: 1.4rem;
}
.integrationCurrBox{
    padding-right: 10rem;
    overflow-y: auto;
    height: 78%;
    width: 74%;
    margin: 3rem auto 0;
    float: right;
}
.integrationCurrBox::-webkit-scrollbar{
    /* height: 10px; */
}
.integrationCurrBox::-webkit-scrollbar {height: 17px;background-color: #E7EAF0;width: 5px;}
.integrationCurrBox::-webkit-scrollbar-thumb {border-radius: 4px;background-color: #e1e1e2;}
.integrationCurrBox::-webkit-scrollbar-track {background-color: #fff;}
.integrationCurr-item{
    width: 20rem;
    height: 4rem;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.15);
    border-radius: 5px;
    display: flex;
    /* background: url(../img/curr.png) 0 0 no-repeat; */
    align-items: center;
    margin-bottom: 10px;
}
.integrationCurrBox>li:nth-of-type(2)>.currIcon{
    background-position-y: -2.2rem;
}
.integrationCurrBox>li:nth-of-type(3)>.currIcon{
    background-position-y: -4.9rem;
}
.integrationCurrBox>li:nth-of-type(4)>.currIcon{
    background-position-y: -7.6rem;
}
.integrationCurrBox>li:nth-of-type(5)>.currIcon{
    background-position-y: -10.3rem;
}
.integrationCurrBox>li:nth-of-type(6)>.currIcon{
    background-position-y: -12.7rem;
}
.integrationCurrBox>li:nth-of-type(7)>.currIcon{
    background-position-y: -15.7rem;
}
.integrationCurrBox>li:nth-of-type(8)>.currIcon{
    background-position-y: -18rem;
}
.integrationCurrBox>li:nth-of-type(9)>.currIcon{
    background-position-y: -21.1rem;
}
.payIntegration{
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}
.currIcon{
    width: 4rem;
    height: 80%;
    background: url(../img/crypto/curr.png) center .5rem no-repeat;
    background-size:2rem;
}
.currName{
    padding-left: 4rem;
}
.paynowBtn .paynowIcon{
    width: 3rem;
    display: none;
}
.paynowBtn{
    width: 100%;
    background: #4F6EF7;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: white;
}
.cancelBtn{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: black;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 3px 0px rgba(174, 174, 174, 0.19);
}
.secBox-right-yes{
    padding: 6rem 2rem 10rem 2rem;
    display: none;
}
.addressBox{
    display: inline-block;
    background: #F9F9F9;
    border-radius: 9px;
}
.secBox-right1{
    padding: 6rem 5rem;
}
.secBox-right1>li{
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
}
.secBox-rightFirst{
    padding: 6rem 5rem;
}
.secBox-rightFirst>li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    margin-top: 2rem;
}
.firstBox img, .secBox img, .thirdBox img, .fourBox img{
	width: 100%;
	height: auto;
}
@keyframes qCodeLineAmi {
    0%{
        top: 0;
    }
    25%{
        top: 11rem;
    }
    50%{
        top: 0;
    }
    75%{
        top: 11rem;
    }
    100%{
        top: 0;
    }
}