/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 29, 2018, 10:33:10 AM
    Author     : olivor==
*/
*{padding:0; margin:0; }
body{
    position: relative;
    /*overflow: hidden;*/
}
.big_mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:#000;
    filter:alpha(Opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;
    z-index: 1000000;
}
.big_box{
    position: absolute;
    left: 50%;
    margin-left: -14rem;
    top: 3rem;
    width:28rem;
    height: 20rem;
    overflow: hidden;
    z-index: 1000001;
    background: #fff;
    border-radius: 0.2rem;
}
.big_iframe{
    display: block;
    width:28rem;
    height: 20rem;
    overflow: hidden;
    margin: 0 auto;
    border: none;
}
