.mpApp-logo{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.mpApp-logo-img{
    width: 146px;
    height: 40px;
}
.mpApp-subtitle{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.mpApp-subtitle-img{
    width: 242px;
    height: 15px;
}
.mpApp-introduce{
    width: calc(100% - 80px);
    margin: 19px 40px 0 40px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
}
.mpApp-tel{
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    margin-top: 10px;
    color: #FFFFFF !important;
}
.mpApp-download{
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.mpApp-download-btn{
    width: 130px;
    height: 39px;
    background: url("../assets/app/btn.png") no-repeat;
    border-style: none;
    background-size: 130px 39px;
    color: #010101;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mpApp-download-btn:first-child{
    margin-right: 35px;
}
.mpApp-download-btn-icon{
    width: 17px;
    height: 19px;
    margin-right: 4px;
}
.mpApp-download-btn-icon2{
    width: 23px;
    height: 19px;
    margin-right: 4px;
}
.mpApp-finger{
    position: absolute;
    right: -9px;
    bottom: -9px;
    width: 26px;
    height: 25px;
}
.mpApp-rendering{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.mpApp-rendering-left{
    width: 148px;
    height: 320px;
    margin-top: 16px;
}
.mpApp-rendering-right{
    width: 161px;
    height: 325px;
    margin-left: -32px;
}
.mpApp-ewm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 31px;
    padding-bottom: 20px;
}
.mpApp-ewm-module{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-size: 10px;
}
.mpApp-ewm-module-icon{
    width: 74px;
    height: 74px;
}