/*
*时间：
*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 initial; background-repeat: initial 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: #F8F8F8; color: #333; font-weight: bold; border-bottom: 1px solid #eee;}
#mry-opo-content { padding: 10px; overflow-y: auto; word-break:break-all; color: #5f676d; font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}
@media (max-width: 576px) {
    #mry-opo {
        margin-left: -45%!important;;
        width: 90%!important;
    }
}
