@charset "utf-8";

.body-wrapper{
    background: url("../../images/img_shouye1.jpg?ver=8");
    background-repeat: no-repeat;
    background-position: center -8px;
}

@media screen and (min-width: 1280px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .body-wrapper{
        background-size:100%;
    }
}

.container{
    width:100%;
}

.main-wrapper{
    width:100%;
    position:absolute;
}

.bg-wrapper{
    width:100%;
}

.bg-wrapper img{
    width:100%;
}

.body-inner-wrapper{
    width:1080px;
    position: relative;
    margin: 0 auto;
    height: 646px;
}

.link-area-wrapper{
    position: absolute;
    width:322px;
    height:310px;
    left:140px;
    top: 80px;
}

.line-area-title{
    position: absolute;
    width:322px;
    height:184px;
    background-image: url("../../images/ico_word.png?ver=2");
    background-repeat: no-repeat;
    top:0px;
}

.link-area{
    position: absolute;
    right:0px;
    top:224px;
    width:304px;
    height:146px;
    background-color:rgba(189,204,212,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99bdccd4,endColorstr=#99bdccd4);    /*IE8支持*/
}

.qrcode-wrapper{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ffffff;
    top:23px;
    left:28px;
}

.qrcode{
    position: absolute;
    width: 90px;
    height: 90px;
    left:5px;
    top:5px;
    background-image: url('http://www.sqmall.com/dd/img/qr.png');
    background-repeat: no-repeat;
    background-size: 90px 90px;
    /*background-position: 50px 50px;*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='http://www.sqmall.com/dd/img/qr.png',
            sizingMethod='scale');

}

.btn-download{
    position: absolute;
    width: 126px;
    height: 44px;
    right:28px;
}

.btn-android{
    top:23px;
    background-image: url("../../images/btn_android.png?ver=1");
}
.btn-ios{
    bottom:23px;
    background-image: url("../../images/btn_ios.png?ver=1");
}
.btn-android:hover,
.btn-ios:hover{
    background-position: -126px 0px;
}
.btn-android:active,
.btn-ios:active{
    background-position: -252px 0px;
}


