/*
*时间：
*2016年9月24日 17:42:54
*作者：无言
* pop弹窗插件 v1.0.0
*
*/

.bt {
    width: 100px;
    height: 30px;
    border: 1px solid #007CE1;
    background-color: #008CFF;
    color: #FFFFFF;
    font-weight: 700;
}

#mry-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(45, 45, 45);
    z-index: 100;
    opacity: 0.2;
    display: none;
    background-position: initial ;
    background-repeat: initial ;
}

#mry-opo {
    position: fixed;
    z-index: 7000;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 1px 1px 2px 2px #C1C1C1;
    box-shadow: 1px 1px 2px 2px #C1C1C1;
}

#mry-opo-title {
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    line-height: 30px;
    background-color: #008CFF;
    color: #FFFFFF;
    font-weight: bold;
}

#mry-opo-content {
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
    background: url(../img/downDialog/downloadBg.png);
    background-size: 100% 100%;
}

#mry-opo-content .mainShow {
    height: 100%;
    display: flex;
}

#mry-opo-content .mainShow .leftPCDown {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mry-opo-content .mainShow .middleDown {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#mry-opo-content .mainShow .middleDown .androidDown{
    flex: 1;
    text-align: center;
}
#mry-opo-content .mainShow .middleDown .iosDown{
    flex: 1;
    text-align: center;
}
#mry-opo-content .mainShow .rightCode {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
#mry-opo-content .mainShow .rightCode img{
    width: 142px;
    height: 142px;
}
#mry-opo-content .mainShow .rightCode .scanIt{
    color: white;
    position: absolute;
    bottom: 15px;
}
#mry-opo-content .mainShow .toDown{
    cursor: pointer;
}
