.win { display: none; }
.mask-layer { position: fixed; width: 100%; height: 100%;background:rgba(0,0,0,.7); z-index: 99998; top: 0px; left: 0px; }
.window-panel{ position: fixed; z-index: 99999; top: 50%; left: 50%;width: 400px;background: #fff;box-shadow: 0 2px 5px 0 rgba(0,0,0,.36);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.window-panel .title{ color: #333333;font-size: 24px;text-align: center;margin-bottom: 30px;}
.window-panel .title h3{color:#333;font-size:24px;margin-top:35px;}
.window-panel .close-btn {position: absolute;right: 20px; top: 15px; width: 16px; height: 16px; background: url(../common/images/close-gray.png) 0 0 no-repeat;font-size:0;}
.window-panel .body-panel {    font-size: 16px;line-height: 2;}
.window-panel .content, .window-panel .btns { text-align: center; }
.window-panel .content {border-bottom:none;font-size:16px;line-height:2;margin-bottom:55px;padding:0; }
.window-panel .w-btn {width: 110px;height: 45px;border: none;border-radius: 5px;background: #eb4835;color: #fff;font-size: 24px;}
.window-panel .w-cancel-btn {width: 110px;height: 45px;border: none;border-radius: 5px;background:#cdcece;color: #fff;font-size: 24px;margin-left: 40px}
.window-panel .w-btn:focus { outline: 0 none; }
.window-panel .title-panel{position:absolute;left:0;right:0;bottom:0;z-index:-1;}
.window-pop{padding:0 20px;}