.layer{width:100%;height:100%;position:fixed;left:0;top:0;z-index:999;}
.layer iframe{    
    border: none;
    width: 1200px;
    height: 650px;}
.layer iframe::-webkit-scrollbar{width:14px;background:#fafafa;}
.layer iframe::-webkit-scrollbar-thumb{ min-height:80px;background:#ccc;border-radius:18px;-webkit-border-radius:18px;-moz-border-radius:18px;}
.layer .mask{width:100%;height:100%;position:fixed;left:0;top:0;background: rgba(0, 0, 0, 0.5);opacity:0.6;filter:alpha(opacity=90);z-index:99;}
.layer .layer-container{background: #fff;
    position: absolute;
    z-index: 100;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background-color: #FAFAFA;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #fafafa69;
	-webkit-transform:translateX(-9%);
	}
	
	
.layer .layer-close {
	    position: absolute;
    width: 65px;
    height: 45px;
    right: 0px;
    top: 15px;
    background: url(/emplate/shouy/close-button.png) no-repeat;
    cursor: pointer;
    background-size: 100%;
	}
.layer .layer-closeie {position:absolute;width:30px;height:30px;right:2px;top:2px;background:url(/images/nsc/skin/blue_skin/main/sc_ggtz_bg.png) no-repeat;cursor:pointer;}

.global-close{display:block;width:40px;height:40px;position:fixed;right:10px;bottom:10px;background:url(/images/nsc/btn_zoom_close.png) 0 0 no-repeat;z-index:99999;cursor:pointer;display:none;}
.push-prize{ 
    position: fixed;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0px 12px 0px 35px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    z-index: 10;
    border-radius: 4px 0px 0px 2px;
    float: left;
    background: #a3bfe4;
	}
.push-prize .notice-icon{position:absolute;left:10px;top:5px;width:20px;height:20px;background:url(/emplate/shouy/image/icon.png) -40px -141px;}
.push-prize ul{transition:all .5s;-webkit-transition:all .5s;}
.push-prize li span{margin:0 3px;}
.push-prize li b{margin:0 3px;font-weight:normal;}
.push-prize .close{
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    right: 10px;
    top: 9px;
    line-height: 15px;
    font-family: inherit;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;}
