@media screen and (max-width:500px){
    .pcImg {
        display: none !important;
    }
    .mobileImg{
        display: block !important;
        width: 3.6rem;
        height: 3.6rem;
        margin-top: 0;
    }
    .pc{
        display: none !important;
    }
    .app{
        display:block !important;
    }
    .mobileHeader{
        background-color: #fff;
    }
    .body_login .main .initP{
        line-height: 24px;
        text-align: center;
    }
    .body_login .main .title{
      margin-bottom: 8px;
      line-height: 22px;
    }
}

@media screen and (min-width:501px){
    .pcImg {
        display: block !important;
    }
    .mobileImg{
        display: none !important;
    }
     .app{
        display:none !important;
    }
    .pc{
        display: block !important;
    }
    .body_login .main .title.initP{
      font-size: 32px;
      margin-bottom: 12px;
      line-height: 48px;
    }
    .body_login .main .initP{
     line-height: 32px;
     font-size: 16px;
    }
}
body {
    padding: 0;
    margin: 0;
}

.body_login {
    height: 100%;
    background: #f5f6f8;
}

.header_login {
    text-align: left;
    height: 60px;
    background: #ffffff;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.header_login .logo {
    display: inline-block;
    margin-left: 40px;
    height: 32px;
    margin-right: 10px;
}

.header_login_App{
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.header_login_App .logo{
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    margin-right: 0.08rem;
}
.header_login_App .first{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}

.main {
    background: #fff;
    border-top: 1px solid #ddd;
    height: calc(100% - 60px);
    text-align: center;
    padding-bottom: 60px;
    overflow: auto;
    box-sizing: border-box;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}


p {
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #7C7C7C;
    text-align: left;
    margin: 0;
}
p.title{
    font-family: FZLTZHJW--GB1-0;
    font-size: 18px;
    color: #191919;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
}

main img {
    margin-top: 80px;
}