﻿/*弹窗样式*/
 .DivBox  { display:none; position:fixed; top:50%; left:50%; width:600px; height:300px; background-color:#FFFFFF; z-index:99999; border-radius:4px; -webkit-box-shadow:0px 0px 20px #000; -moz-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000; }
 .DivFull { display:none; position:fixed; top:0;   left:0;   width:100%;  height:100%;  background-color:#FFFFFF; z-index:99999; border-radius:4px; }
 .DivBox iframe , .DivFull iframe { width:100%; height:100%; border:none; border-radius:4px; }

 #FadeBox , #FadeFull { display:none; position:fixed; left:0; top:0; width:100%; height:100%;  background-color:rgba(0,0,0,0.75); z-index:9999; }
 #close img { text-decoration:none; }
 #close { width:50px; height:50px; position:absolute; float:right; }
 