@charset "utf-8";
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:12px;font-weight:normal}
body>div{margin:0 auto}
div{text-align:left}
a img{border:0}
body{color:#333;text-align:center;font:12px "微软雅黑";}
ul, ol, li{list-style-type:none;vertical-align:0}
a{outline-style:none;color:#535353;text-decoration:none}
a:hover{color:#D40000;text-decoration:none}
.clear{height:0;overflow:hidden;clear:both}

/* calculator */
 #calculator{width:400px;height:490px;padding:20px;border:2px solid #e5e5e5;background:#f8f8f8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:0px 0px 10px #f2f2f2;-moz-box-shadow:0px 0px 10px #f2f2f2;-webkit-box-shadow:0px 0px 10px #f2f2f2;margin:40px auto 0 auto;} 
/*#calculator{width:60%;height:490px;padding:20px;border:2px solid #e5e5e5;background:#f8f8f8;margin:40px auto 0 auto;}*/
#calculator #input-box{margin:0;width:374px;padding:18px 10px;height:28px;border:2px solid #e5e5e5;border-radius:6px;background:#FFF;text-align:right;line-height:28px;font-size:24px;font-family:Verdana, Geneva, sans-serif;color:#666;outline:none; text-transform:uppercase;}
#calculator #btn-list{width:400px;overflow:hidden;}
#calculator #btn-list .btn-radius{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border:2px solid #e5e5e5;line-height:29px;text-align:center;text-shadow:0px 1px 1px #FFF;font-weight:bold;font-family:Verdana, Geneva, sans-serif;color:#666;float:left;margin-left:22px;margin-top:22px;font-size:24px;cursor:pointer;}
#calculator #btn-list .btn-radius:active{background:#ffffff;}
#calculator #btn-list .clear-marginleft{margin-left:0;}
#calculator #btn-list .font-14{font-size:28px;}
#calculator #btn-list .color-red{color:#666}
#calculator #btn-list .color-blue{color:#666}
#calculator #btn-list .btn-30{width:58px;height:58px;}
#calculator #btn-list .btn-70{width:140px;height:58px;}