html,body{
    width: 100%;
    height: 100%;
}
body{
    background: #000205!important;
    /*font-size: 16px;*/
}
.client-box{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: url("../../public/img/download/m_bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.client-box img{
    width: 100%;
    margin-top: 2rem;
}
.client-box .client-top{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70%;
}
.client-box .client-top img{
    width: 90%;
    height: 100%;
    object-fit: contain;
}
.client-box .client-top .client-tit{
    position: absolute;
    bottom: 1rem;
}
.client-box .client-desc{
    color: #D4D4D4;
    margin: 0 2rem 1.5rem;
    font-size: .5rem;
}
.client-box .client-item{
    display: flex;
    margin: 0 2rem;
    height: 30%;
}
.client-box .client-item .ios{
    margin-right: 1rem;
}
.chinaDailyLogo{
    position: absolute;
    bottom: .5rem;
    width: 3rem;
    left: 50%;
    margin-left: -1.5rem;
} 