﻿#QRCode input,
img {
    vertical-align: middle;
}

#QRCode .services {
    float: left;
}

#QRCode .services .con {
    background: url(../images/QRCode.gif) no-repeat 0 0;
    width: 127px;
    height: 196px;
    position: relative;
}

#QRCode .services .shares {
    position: absolute;
    left: 10px;
    top: 0px;
    white-space: nowrap;
    color: #666;
}

#QRCode .services .shares img {
    margin-right: 5px;
}

#QRCode .services li {
    text-align: center;
}

#QRCode .services .qq {
    padding-top: 105px;
}

#QRCode .services .name {
    padding-top: 8px;
    float: left;
    display: block;
    width: 60px;
    text-align: right;
}

#QRCode .s-btn {
    background-position: 0 -89px;
    width: 38px;
    height: 198px;
    margin-top: 104px;
    float: left;
}

#QRCode .Obtn {
    background: url(../images/QRCode.gif) no-repeat -331px 0px;
    float: left;
    width: 35px;
    height: 196px;
    margin-top: 20px;
    margin-left: -1px;
}

#QRCode a.wx {
    position: absolute;
    top: 166px;
    left: 15px;
    overflow: hidden;
    text-indent: -999em;
    display: block;
    width: 95px;
    height: 95px;
}


/*IPAD STYLES*/

@media only screen and (min-width:769px) {
    #QRCode {
        display: block !important;
    }
    #fingerPrint {
        display: none;
        text-align: center !important;
        padding: 10px 5px;
    }
}


/*IPAD STYLES*/

@media only screen and (max-width: 768px) {
    #QRCode {
        display: none !important;
    }
    #fingerPrint {
        display: block;
        text-align: center !important;
        padding: 10px 5px;
    }
    #fingerPrint img {
        text-align: center;
        width: 640px;
    }
    #fingerPrint .col-sm-12 {
        text-align: center;
    }
}