@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑"; box-sizing:border-box;}
a{ color:#333; text-decoration:none; transition:all 0.2s ease-out 0s;}
a:visited{ color:#333;}
a:hover{ color:#4178be;}

html{ width:100%; height:100%; position:relative;}
body{ width:100%; min-height:600px; overflow:hidden; overflow-y:visible; position:absolute; top:0px; bottom:0px; background-color:#67ace4;}

.accs_404{ width:400px; height:290px; position:absolute; top:40%; left:50%; margin-top:-195px; margin-left:-200px; background:url(access_404.png) top no-repeat; z-index:2;}


.accs_btn_main{ width:400px; height:55px; position:absolute; bottom:-120px;}
.accs_btn_main a{ display:block; width:185px; height:55px; position:absolute; top:0px; background:url(access_btn_bg1.png) top no-repeat; font-size:17px; line-height:55px; text-align:center; cursor:pointer;}
.accs_btn_main a:hover{ background:url(access_btn_bg2.png) top no-repeat; color:#fff;}
.accs_back{ left:0px;}
.accs_close{ right:0px;}

.accs_bottom{ width:100%; height:170px; position:absolute; bottom:0px; background:url(access_bottom.png) top repeat-x; z-index:1;}

