﻿/* mask-tip begin */
.mask-tip { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: url(../img/mask_bg.png) repeat; z-index: 99999999; display: none; }
.mask-tip .tip-container { width: 330px; height: 170px; padding: 40px 45px; position: absolute; left: 50%; margin-left: -210px; top: 50%; margin-top: -125px; z-index: 199999999; background: #fff; }
.mask-tip .tip-container .btn-tip-close { width: 20px; height: 20px; display: block; position: absolute; right: 20px; top: 20px; cursor: pointer; background: url(/img/mask_btn_close.png) no-repeat; }
.mask-tip .tip-container .tip-content { width: 240px; padding: 0 45px; height: 126px; display: table; }
.mask-tip .tip-container .tip-content p { width: 100%; text-align: center; display: table-cell; vertical-align: middle; font-size: 14px; line-height: 30px; color: #515151; }
.mask-tip .tip-container .tip-footer { width: 100%; height: 46px; }
.mask-tip .tip-container .tip-footer a { width: 160px; height: 46px; line-height: 46px; color: #fff; font-size: 16px; display: block; text-align: center; }
.mask-tip .tip-container .tip-footer .btn-tip-ok { float: left; background: #0f3677; }
.mask-tip .tip-container .tip-footer .btn-tip-cancel { float: right; background: #0578c4; }
.mask-tip .tip-container .tip-footer .btn-align-center { margin: 0 auto; float:none; }
/* mask-tip end */