.hide {
    display: none !important;
}

#downloadBox {
    width: 220px;
    margin: 40px auto 0px;
}

.box {
    display: inline-block;
    width: 200px;
    height: 236px;
    vertical-align: top;
    opacity: 1;
    transition: opacity .3s linear;
}

.box-img {
    border: 1px solid #d1d9e1;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s linear;
    position: relative;
    padding: 10px;
}

.box-img.box1 {
    width: 220px;
    height: 220px;
}

.box-img.box2 {
    width: 110px;
    height: 110px;
    padding: 4px;
}

.icons {
    width: 38px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icons2 {
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#qrcode img {
    position: absolute;
    width: 40px;
    top: 10px;
    left: 0px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.box-text {
    margin-top: 10px;
}

