.modal--qrscan{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.mo--qrscan-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter:alpha(opacity=60);
}
.modal--qrscan-main{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 772px;
    height: 500px;
    margin: -250px 0 0 -386px;
    background-color: #ffffff;
    overflow: hidden;
}
.modal--qrscan-close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.modal--qrscan-close .iconfont{
    font-size: 36px;
    color: #999;
}
.modal--qrscan-wrap{
    position: absolute;
    top: 0;
    left: -550px;
    width: 1322px;
    height: 500px;
}
.modal--qrscan-left,
.modal--qrscan-right{
    float: left;
    width: 550px;
    height: 500px;
}
.modal--qrscan-center{
    position: relative;
    float: left;
    width: 222px;
    height: 500px;
    background-color: #f5f5f5;
}
.qrscan--block{
    padding: 45px;
    text-align: center;
}
.qrscan--text{
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
    padding: 20px 0 10px;
}
.qrscan--text-tip{
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #999999;
}
.modal--app-scan{
    width: 172px;
    height: 232px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin: 20px auto;
    padding: 10px;
}
.app--bf-qr {
    width: 152px;
    height: 152px;
    margin-bottom: 14px;
}
.qr--scan-text {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    color: #808080;
    background: url(http://static.xitaoinfo.com/v4/plugin_scan.png) 4px center no-repeat;
}
.app--download-text {
    font-size: 12px;
    color: #ff7385;
}
.modal--change{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.qrscan--center-wrap{
    padding: 45px 0;
    text-align: center;
}
.qrscan--center-wrap .qrscan--text{
    font-size: 14px;
}
.qrscan--center-wrap .qrscan--text-tip{
    font-size: 12px;
}
.qrscan--center-wrap .modal--app-scan{
    background-color: transparent;
    border: none;
}
.qrscan--center-pic{
    width: 80px;
    height: 162px;
    margin: 20px auto 0;
    opacity: 0.72;
    background: url(http://static.xitaoinfo.com/v4/phone_scan.png);
}
.modal--scan-download{
    width: 0;
    height: 0;
    opacity: 0;
}
.qrscan--center-btn{
    display: inline-block;
    width: 97px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #ff7385;
    color: #fff;
    font-size: 12px;
    text-align: center;
}