@charset "utf-8";
/* CSS Document */

/*common*/
html { font-size: 62.5%;}
body, div, address, blockquote, iframe, ul, li, ol, dl, dt, dd, dl, h1, h2, h3, h4, h5, h6, p,span, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea { margin: 0; padding: 0; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; color: #4d4d4d; }
ol, ul, li { list-style: none; }
img { border: 0; margin: 0; padding: 0; }
a{ text-decoration: none; font-style: normal; color: #4d4d4d; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; cursor: pointer;}
em, i { font-style: normal; }
input, button {border: none; background: none;}
input:focus { outline: none;}
button:focus { outline: none;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
.jo_clear { clear: both; font-size: 0; }
body { background: #fff; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust:none;}

/* 显示隐藏 */
.hide {
	display: none !important
}

.show {
	display: block !important
}

