*{
    margin: 0;
    padding: 0;
}
.bgNopa{
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.webBox{
    position: relative;
}
.DownloadItem{
    display: inline-block;
    min-width: 176px;
    height: 59px;
    line-height: 59px;
    background-color: #EA5529;
    color: #FFFFFF;
    border-radius: 11px;
    text-decoration: none;
}
.Flexrow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.DownloadBox{
    position: absolute;
    top: 19%;
    left: 19%;
}
.iponeIcon{
    width: 30px;
}
.text{
    margin-left: 8px;
    font-size: 16px;
}
.DownloadItem.active{
    background-color: transparent;
    color: #F6AD3C;
    border: 1px solid #F6AD3C;
    margin-left: 8px;
}
.record{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: black;
    line-height: 44px;
    font-size: 16px;
}
.record a {
    text-decoration: none;
    color: black;
}
