﻿    .mask{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: #A8A8A8;z-index: 998;opacity: 0.6;display:none;/**/}
        .popup-page{width: 400px;height: 130px;position:fixed;z-index:999;top:50%;left:50%;margin-left:-200px;margin-top:-75px;background: white;padding: 14px 8px;border-radius: 12px; display:none;overflow:hidden;}
        .popup-page .pop-title{font-size:14px;width:100%;position:relative;}
        .popup-page .pop-btnClose{display:block; background: url(/images/btn_close.gif) no-repeat center center;cursor: pointer;height: 12px;width: 12px;position: absolute;top: 0;right: 10px;}
        .popup-page .pop-content{width:100%;/* height:100%; */overflow:hidden;padding-top:20px;}
        .popup-page .code{width: 160px;height: 36px;line-height: 36px;border: 1px solid #CDCCCA;font-size: 14px;padding: 0 10px;vertical-align: top;}
        .popup-page  .btnOK {font-family: 微软雅黑;width: 100px;margin-left: 10px;height: 36px;border: none;line-height: 36px;text-align: center;color: #fff;font-size: 16px;background-color: #ff6600;vertical-align: top;cursor: pointer;text-decoration: none;text-transform: uppercase;}
        .popup-page .pop-tips{font-size: 14px;color: #aaa;line-height: 24px;vertical-align: middle; display: block; word-break: break-all;white-space: pre-line;}
        .popup-page .pop-error{font-size: 14px;color: red;line-height: 24px;vertical-align: middle;word-break: break-all;white-space: pre-line;display:none;}
        .popup-page  .disabled{background-Color: #969292;}