.pw_welcome { background: rgba(50, 50, 50, 0.9); width:100%; display: inline-block; position: fixed; top: 0; z-index: 1000000; }
.pw_welcome .pw_container { width: 995px; margin: 0 auto; }
.pw_welcome .pw_text { color: #fff; font-weight: 400; font-size: 16px; line-height: 20px; margin-top: 12px; text-align: center; }
.pw_welcome .pw_control { height: 30px; margin-top:8px; font-size:14px; margin-bottom:12px; }
.pw_welcome .pw_button_open, .pw_welcome .pw_button_close {  color:#ddd; cursor:pointer; background: rgba(50,50,50,0.7); padding:4px; }
.pw_welcome .pw_button_open { float:left; }
.pw_welcome .pw_button_close { float:right; }
.pw_welcome .pw_button_open:hover, .pw_welcome .pw_button_close:hover { color:#fff; background: rgba(0,0,0,0.7); }


.pw_content { background-color: #EEE; border-bottom:1px solid #bbb; width:100%; display: inline-block; position: fixed; top: 0; z-index: 1000000; }
.pw_content .pw_container { width: 995px; margin: 0 auto; }
.pw_content .pw_content_text { background-color: #F4F4F4; color: #555; padding:24px; border:1px solid #e5e5e5; margin-top: 12px; overflow: auto; }
.pw_content .pw_control { height: 30px; margin-top:8px; font-size:14px; margin-bottom:12px; }
.pw_content .pw_button_agree, .pw_content .pw_button_close { padding: 4px 8px; color:#555; cursor:pointer; background-color:#F7F7F7; border:1px solid #e5e5e5; }
.pw_content .pw_button_agree { float:left; font-weight:bold; border:1px solid #ddd; }
.pw_content .pw_button_close { float:right; }
.pw_content .pw_button_agree:hover, .pw_content .pw_button_close:hover { color:#222; background-color: #FFF; border:1px solid #bbb; }

@media (min-width: 240px) {
    .pw_welcome .pw_container { width: auto; }
    .pw_content .pw_container { width: auto; }
}
@media (min-width: 768px) {
    .pw_welcome .pw_container { width: 750px; }
    .pw_content .pw_container { width: 750px; }
}
@media (min-width: 992px) {
    .pw_welcome .pw_container { width: 970px; }
    .pw_content .pw_container { width: 970px; }
}
@media (min-width: 1215px) {
    .pw_welcome .pw_container { width: 1200px; }
    .pw_content .pw_container { width: 1200px; }
}





