@charset "utf-8";
#outer{  
    position: fixed;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background: #000;  
    opacity: 0.5;  
    filter:alpha(opacity=50);  
	z-index:1;
	display:none
}  
.windows{  box-sizing:border-box;
position: fixed;  
top:6rem;
left: 50%;  
width: 30rem; margin-left:-15rem;
background: #f1f1f1;  
z-index:1001;
overflow-y:scroll;
border:0.05rem #303032 solid;
display:none
} 
.windows h2{  
height:5.2rem;
line-height:5.2rem;
width:100%;
padding:0 1.25rem;
background:#cdcdcd;
font-size: 2rem;
font-weight: 400;
color: #fff;box-sizing:border-box;
} 
.windows li{margin-bottom:0.5rem;width:14.875rem;}
.windows li img{width:14.875rem;height:9.15rem}

.windows #close {
    position: absolute;
    top: 1.5rem;
    right: 1.25rem;
    color: #ccc;
    border-radius: 50%;
    /* background: #ccc; */
    font-size: 12px;
    display: block;
    z-index: 11111;
    font-weight: 600;
	width:2.3rem;
}


.dx_captcha_basic_link{ display:none !important;}
.dx_captcha_clickword_link img, .dx_captcha_clickword_logo img{ display:none !important;}