.popupinstall_bg{
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    position: fixed;
    top:0;left:0;
}
.popupinstall_x{
    position: absolute;
    top: 16px;right: 20px;
}
.popupinstall0 {
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}
.popupinstall {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1001;
}
.popupinstall1 {
    display: flex;
    width: calc(100% - 30px);
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 6px 8px 10px 8px;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    padding: 0px;
}
.popupinstall2 {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popupinstall3 {
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.popupinstall2 img {
    height: 32px;
}
.popupinstall:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
.svg_pp{
    width: 20px;
    height: 20px;
    fill: currentColor;
    color: #c6c6c6;
}
.svg_pp1{
    width: 26px;
    height: 26px;
    fill: currentColor;
    margin-right: 4px;
    color: #1c8af9;
    margin-left: 4px;
    margin-bottom: 6px;
}
.popupinstall4{
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px 22px 16px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.popupinstall4_1{
    height: 84px;
    border-radius: 12px;
}
.popupinstall4_2{
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.popupinstall4_2_1{
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
}
.popupinstall5{
    width: 100%;
    display: flex;
    padding: 14px 4px 14px 4px;
}
.popupinstall6{
    
}