@media screen and (min-width:1001px) {
    .currency{
        width: 100%;
        background-color: #f4f6fe;
        padding-top: 50px;
    }
    .Conversion{
        width: 80%;
        /* height: 400px; */
        margin-left: 10%;
        padding-bottom: 20px;
    }
    .Conversion>p{
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
        margin-bottom: 50px;
    }
    .swiper {
        width: 100%;
        height: 400px;
    } 
    .swiper-slide{
        text-align: center;
    }
    .swiper-slide>img{
        height: 400px;
        object-fit: contain;
    }
    .account,.payout,.virtue{
        width: 100%;
        margin-top: 50px;
        box-sizing: border-box;
    }
    .account>p,.payout>p,.virtue>p{
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .accountIntriduce,.row{
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .row>.col{
        width: 45%;
        display: flex;
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
    }
    .row>.col>img{
        width: 48px;
        height: 48px;
        margin-right: 20px;
    }
    .globalAccount,.localAccount{
        padding: 30px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        border-radius: 8px;
        width: 25%;
        height: 250px;
        display: flex;
        flex-direction: column;
    }
    .topAccount{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .topAccount>img{
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }
    .accountTitle{
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
    }
    .accountDesc{
        margin-top: 20px;
    }
    .accountDesc>p{
        font-size: .875rem;
        line-height: 1.5rem;
        color: #666;
    }  
    .table{
        margin-top: 40px;
        margin-left: 10%;
        width: 80%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6;
        caption-side: bottom;
        border-collapse: collapse;
    }
    .table thead tr {
        height: 70px;
        background: #f4f6ff;
        box-shadow: inset 0 1px 0 0 #eee, inset 0 -1px 0 0 #eee;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 700;
    }
    .table thead tr th:first-child {
        text-align: center;
    }
    .table thead tr th {
        vertical-align: middle;
        border: none;
    }
    .table tbody tr {
        border-bottom: 1px solid #ccc;
    }
    .table tbody tr td {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: .875rem;
        line-height: 1.375rem;
        vertical-align: middle;
        padding: 30px;
    }
    .table tbody tr td:first-child {
        font-weight: 700;
        text-align: center;
    }
    #table-wap{
        display: none !important;
    }
    .use{
        width: 100%;
        margin-top: 50px;
    }
    .process{
        width: 80%;
        margin-left: 10%;
    }
    .process>p:nth-of-type(1){
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .process>p:nth-of-type(2){
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .processList{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .processContainer{
        position: relative;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 32px 48px;
        width: 25%;
        height: 300px;
        text-align: center;
        padding-top: 15px;
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
    }
    .processContainer>div{
        width: 80px;
        height: 80px;
        background: #f4f6ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .process img{
        width: 40px;
        object-fit: cover;
    }
    .tit{
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-bottom: 15px;
        color: #222;
    }
}
@media screen and (max-width:1000px) {
    .currency{
        width: 100%;
        background-color: #f4f6fe;
        padding-top: 50px;
    }
    .Conversion{
        width: 100%;
        /* height: 400px; */
        /* margin-left: 10%; */
        padding-bottom: 20px;
    }
    .Conversion>p{
        width: 100%;
        font-size: 1.8rem;
        line-height: 2rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
        margin-bottom: 50px;
    }
    .swiper {
        width: 100%;
        /* height: 400px; */
    } 
    .swiper-wrapper{
        display: flex;
        align-items: center;
    }
    .swiper-slide{
        text-align: center;
    }
    .swiper-slide>img{
       width: 100%;
        object-fit: contain;
    }
    .swiper-button-prev::after,.swiper-button-next::after{
        font-size: 32px !important;
    }
    .account,.payout,.virtue{
        width: 100%;
        margin-top: 50px;
        box-sizing: border-box;
    }
    .account>p,.payout>p,.virtue>p{
        width: 80%;
        margin-left: 10%;
        font-size: 1.8rem;
        line-height: 2rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .accountIntriduce,.row{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .row>.col{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .row>.col>img{
        width: 48px;
        height: 48px;
    }
    .globalAccount,.localAccount{
        padding: 30px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        border-radius: 8px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .topAccount{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .topAccount>img{
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }
    .accountTitle{
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
    }
    .accountDesc{
        margin-top: 20px;
    }
    .accountDesc>p{
        font-size: .875rem;
        line-height: 1.5rem;
        color: #666;
    }
    .table{
        margin-top: 40px;
        margin-left: 10%;
        width: 80%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6;
        caption-side: bottom;
        border-collapse: collapse;
    }
    .table thead tr {
        height: 70px;
        background: #f4f6ff;
        box-shadow: inset 0 1px 0 0 #eee, inset 0 -1px 0 0 #eee;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 700;
    }
    .table thead tr th:first-child {
        text-align: center;
    }
    .table thead tr th {
        vertical-align: middle;
        border: none;
    }
    .table tbody tr {
        border-bottom: 1px solid #ccc;
    }
    .table tbody tr td:first-child {
        width: 100px;
        font-weight: 700;
        text-align: center;
    }
    .table tbody tr td {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: .875rem;
        line-height: 1.375rem;
        vertical-align: middle;
        padding-left: 10px;
    }
    #table-pc{
        display: none !important;
    }
    .tit{
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding: 15px 0;
        color: #222;
        text-align: center;
    }
    .use{
        width: 100%;
        margin-top: 50px;
    }
    .process{
        width: 80%;
        margin-left: 10%;
    }
    .process>p:nth-of-type(1){
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .process>p:nth-of-type(2){
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .processList{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .processContainer{
        position: relative;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 32px 48px;
        max-width: 300px;
        text-align: center;
        padding-top: 15px;
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
    }
    .processContainer>div{
        width: 80px;
        height: 80px;
        background: #f4f6ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .process img{
        width: 40px;
        object-fit: cover;
    }
}