@charset "utf-8";
/* CSS Document */
html,body{background-color:#FBFBFB;min-width:360px;_width:expression(((document.compatMode && document.compatMode=="CSS1Compat")? document.documentElement.clientWidth :document.body.clientWidth) < 360? "360px" :"auto");;}
.visible_area{width:auto;}
/* 登录 */
.login{overflow:hidden;padding-top:12%;padding-bottom:5%;}
.login .morelink span:nth-child(2) a{color:#69F;}
.login .morelink span:nth-child(2) a:hover{color:#F60;}
.login .morelink span:last-child a{color:#F60;}
.login .morelink span:last-child a:hover{text-decoration:underline;}
/* 注册 */
.register{overflow:hidden;padding-top:5%;padding-bottom:5%;}
.register .morelink span{color:#2297DC;}
.register .morelink span:nth-child(2){color:#333;}
.register .morelink span:nth-last-child(2){margin-left:5px;}
.register .morelink span a{color:#69F;}
.register .morelink span a:hover{color:#F60;}
/* 尾注 */
.footer{background-color:transparent; font-size:12px;}
.footer a{color:#666;}
.footer li:after{color:#DDD;}
.footer div{color:#666;}
.tip_item{height: 45px;line-height: 45px;font-size:12px;color:#999;}