/*basic style*/
.mdlPop {position:relative; overflow:hidden; height:100vh; margin:0px auto; text-align:center; background: #fff;}
.mdlPop .headTxt {height:45px; position:relative; background:#685C4E; color:#fff; font-size:16px; font-weight:400; padding:12px 15px;}
.mdlPop .headTxt a {display:block; position:absolute; opacity:0.7; cursor: pointer; font-size:20px; right:0; top:0; width:50px; height:45px; line-height:45px;}
.mdlPop .headTxt a:hover {opacity:1;}
.mdlPop .conWrap {text-align: center; background:#fff; height:calc(100% - 110px); padding:25px 30px;}
.mdlPop .popBtm {height:65px; text-align: center; position:absolute; left:0; bottom:0; width:100%; padding:5px 0 20px;}
div.mfp-iframe-holder .mfp-close {right:10px; top:-3px; }
.mdlPop .t_center {text-align: center;}



