*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.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;
}

.btn {
    position: absolute;
    top: 18.5%;
    left: 21.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    background: #fff;
}
.btnIos,.btnAndriod {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 0;
    width: 45%;
    padding-bottom: 18%;
    position: relative;
    cursor: pointer;
}

.btnIos {
    background: #EA552A;
    border-radius: 10px;
    border: 1px solid #EA552A;
    margin: 0 2% 0 0;
}

.btnAndriod {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #F6AD3C;
}

.btnIosIn,.btnAndriodIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnIosIn .imgBox{
    width: 20%;
    height: 0;
    padding-bottom: 20%;

    background: url('../img/ios.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 2% 0 0;
}
.btnAndriodIn .imgBox{
    width: 20%;
    height: 0;
    padding-bottom: 20%;

    background: url('../img/android.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 2% 0 0;
}
.btnIosIn span{
    color: #fff;
}
.btnAndriodIn span{
    color: #F6AD3C;
}

@media (min-width: 1200px) {
    .btnIosIn span{
        font-size: 20px;
    }
    .btnAndriodIn span{
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .btnIosIn span{
        font-size: 16px;
    }
    .btnAndriodIn span{
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .btnIosIn span{
        font-size: 12px;
    }
    .btnAndriodIn span{
        font-size: 20px;
    }
}
