@media screen and (min-width:1001px) { 
    .account{
        box-sizing: border-box;
    }
    .account>p{
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .accountIntriduce{
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }
    .globalAccount,.localAccount{
        padding: 40px 48px 48px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        border-radius: 8px;
        width: 40%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .topAccount{
        display: flex;
        align-items: center;
    }
    .topAccount>img{
        width: 64px;
        height: 64px;
    }
    .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;
    }
    .picContainer{
        height: 60px;
    }
    .picContainer>img{
        height: 48px;
        width: 48px;
    }
    .advantages{
        width: 100%;
    }
    .advantagesContainer{
        width: 80%;
        margin-left: 10%;
    }
    .advantagesContainer>p{
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .advantagesInfo{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .advantagesContent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 300px;
        box-sizing: border-box;
        padding: 10px 20px;
    }
    .advantagesContent>img{
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
    .advantagesContent>p:nth-of-type(1){
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-bottom: 15px;
        color: #222;
    }
    .advantagesContent>p:nth-of-type(2){
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
        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;
        justify-content: space-between;
        align-items: center;
    }
    .processContainer{
        height: 300px;
        position: relative;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 32px 32px;
        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;
    }
    .tit{
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-bottom: 15px;
        color: #222;
    }
    .line{
        content: "";
        width: 120px;
        height: 4px;
        background: #418af3;
        border-radius: 2px;
    }
    
}

@media screen and (max-width:1000px) {
    .account{
        box-sizing: border-box;
    }
    .account>p{
        width: 80%;
        margin-left: 10%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .accountIntriduce{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
        box-sizing: border-box;
    }
    .globalAccount,.localAccount{
        padding: 40px 48px 48px;
        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;
        align-items: center;
    }
    .topAccount>img{
        width: 64px;
        height: 64px;
    }
    .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;
    }
    .picContainer{
        height: 60px;
    }
    .picContainer>img{
        height: 48px;
        width: 48px;
    }
    .advantages{
        width: 100%;
    }
    .advantagesContainer{
        width: 80%;
        margin-left: 10%;
    }
    .advantagesContainer>p{
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .advantagesInfo{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .advantagesContent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 300px;
        box-sizing: border-box;
        padding: 10px 20px;
    }
    .advantagesContent>img{
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
    .advantagesContent>p:nth-of-type(1){
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-bottom: 15px;
        color: #222;
    }
    .advantagesContent>p:nth-of-type(2){
        font-size: .875rem;
        line-height: 1.375rem;
        color: #666;
        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;
    }
    .tit{
        font-size: 1.125rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-bottom: 15px;
        color: #222;
    }
    .line{
        content: "";
        width: .25rem;
        height: 4rem;
        background: #f4f6ff;
        border-radius: 2px;
    }
}