/*弹框弹出层*/
.popMask { display: none !important; }
.popMain { position: fixed; overflow: hidden; display: none; border-radius: 4px; background: #fff; z-index: 11001; padding: 16px 32px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
.popMain .layer_msg { padding-top: 96px; margin: 16px; }
.popMain .info_icon { background: url('https://www.bagevent.com/resources/img/icon_info.gif') no-repeat center top; background-size: 132px; }
.popMain .right_icon { background: url('https://www.bagevent.com/resources/img/icon_right.gif') no-repeat center top; background-size: 132px; }
.popMain .success_icon { background: url('../img/icon_right.gif') no-repeat center top; background-size: 132px; }
.popMain .input { padding: 0; height: 44px; line-height: 44px; width: 100%; margin-bottom: 16px; border-radius: 3px; }
.popTitle { display: none; }
.popTitle .text { display: none; }
.popTitle .close { position: absolute; top: 5px; right: 0; font-size: 30px; margin: 0px 12px; font-weight: 100; cursor: pointer; line-height: 1; }
.popTitle .close:hover { color: #de0e00; }
.popContent { text-align: center; }
.popContent .layer_msg p { padding: 6px 0; font-size: 20px; margin-bottom: 12px; }
.popContent .layer_msg button { border: none; cursor: pointer; }
@media screen and (max-width: 414px) {
    .popMain { left: 50% !important; margin-left: -152px; }
    .popTitle, .popContent { width: 240px !important; }
}