#openChroms{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0,0.65);
}
.hiddendiv{
    display: none; /* 初始状态隐藏 */
}
.downpop{
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    bottom: 0;
}
.downName{
    color: white;
    font-size: 16px;
}
.downContent{
    color: white;
    font-size: 11px;
    margin-top: 6px;
}
#ios-content, #android-content {
    display: none;
}
.downloadBtn{
    color: white;
    background: #00a3ef;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 24px;
    font-size: 12px;
    border-radius: 4px;
}
.downLeftText{
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.downLeft{
    display: flex;
    align-items: center;
}
.downbtnItem{
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(16, 16, 16, 0.8);
    padding: 0 20px;
}
.gplayIcon{
    width: 48px;
    height: auto;
    border-radius: 10px;
}
.downItem{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0 0 ;
}